po/bg.po: Added Bulgarian translation.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         translated by: Alexander Shopov <ash@contact.bg>
4
5         * po/bg.po:
6           Added Bulgarian translation.
7
8 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
9
10         * gst/playback/gstqueue2.c: (gst_queue_push_one):
11         Fix compilation wrt printf arguments.
12
13 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
14
15         * configure.ac:
16         * tests/examples/Makefile.am:
17         * tests/examples/snapshot/.cvsignore:
18         * tests/examples/snapshot/Makefile.am:
19         * tests/examples/snapshot/snapshot.c: (main):
20         Add simple snapshot example program using appsink.
21
22 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
23
24         * tests/check/generic/states.c:
25           Improved state change unit test.
26
27 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
28
29         * docs/plugins/.cvsignore:
30         * tests/check/.cvsignore:
31           Ignore registries in any format.
32
33 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
34
35         * gst-libs/gst/rtp/gstbasertpdepayload.c:
36         (gst_base_rtp_depayload_chain),
37         (gst_base_rtp_depayload_set_gst_timestamp):
38         Only copy timestamp on outgoing packets if the depayloader did not set
39         one.
40         Also copy duration on outgoing packets.
41
42 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
43
44         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
45         (gst_basertppayload_set_outcaps):
46         Fix compilation because of missing %d in printf.
47         When fixating caps, fixate what we can and throw away all remaining
48         unfixed caps, subclasses should do something smart if they need to.
49
50 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
51
52         * ext/gnomevfs/gstgnomevfssrc.c:
53           Improve debug logs a bit and be more verbose if things go wrong.
54
55 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
56
57         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
58         (gst_text_overlay_set_property):
59         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
60         * gst-libs/gst/audio/gstbaseaudiosink.c:
61         (gst_base_audio_sink_render):
62         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
63         (gst_rtcp_unix_to_ntp):
64         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
65         * gst/playback/gstqueue2.c:
66         * tests/examples/seek/seek.c: (set_scale):
67         Fix a bunch of compile warnings shown with Forte.
68
69         * gst/audiorate/gstaudiorate.c:
70         Always pull in config.h before including any system headers.
71
72 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
73
74         * gst/playback/gstqueue2.c: (update_buffering),
75         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
76         (gst_queue_handle_sink_event), (gst_queue_chain),
77         (gst_queue_push_one), (gst_queue_sink_activate_push),
78         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
79         Also fix #476514 for queue2.
80
81 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
82
83         * gst-libs/gst/rtp/gstbasertpdepayload.c:
84         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
85         (gst_base_rtp_depayload_chain),
86         (gst_base_rtp_depayload_handle_sink_event),
87         (gst_base_rtp_depayload_push_full),
88         (gst_base_rtp_depayload_set_gst_timestamp),
89         (gst_base_rtp_depayload_change_state):
90         Remove code to deal with RTP to GST time conversion, we now just copy
91         the GST timestamp we receive to the outgoing buffers.
92         Handle segment and flushes correctly.
93
94         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
95         When we have no valid input timestamp, use the previous rtp timestamp on
96         the outgoing RTP packet instead of the RTP base time.
97
98 2007-09-15  David Schleef  <ds@schleef.org>
99
100         * ext/alsa/gstalsa.c:
101         * ext/alsa/gstalsadeviceprobe.c:
102         * ext/alsa/gstalsamixer.c:
103         * ext/alsa/gstalsasink.c:
104         * ext/alsa/gstalsasrc.c:
105           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
106
107 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
108
109         * gst-libs/gst/rtp/gstbasertppayload.c:
110         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
111         Add some debug info when negotiating caps.
112
113 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
114
115         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
116         A buffer with an empty payload is also a valid buffer.
117
118 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
119
120         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
121         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
122         (gst_basertppayload_change_state):
123         Make sure we start our RTP timestamp from the random base RTP
124         timestamp even if the buffer timestamp starts from some random value.
125
126 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
127
128         * configure.ac:
129         * tests/examples/Makefile.am:
130         * tests/examples/dynamic/.cvsignore:
131         * tests/examples/dynamic/Makefile.am:
132         * tests/examples/dynamic/addstream.c: (create_stream),
133         (pause_play_stream), (message_received), (eos_message_received),
134         (perform_step), (main):
135         Add simple exmple app to demonstrate starting and pausing live and
136         non-live bins in a PLAYING pipeline.
137
138 2007-09-14  Julien MOUTTE  <julien@moutte.net>
139
140         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
141         typefind for QCP files (RFC #3625)
142
143 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
144
145         * gst-libs/gst/audio/gstbaseaudiosink.c:
146         (gst_base_audio_sink_init):
147         Disable pull mode scheduling, we're not ready for it yet and it subtly
148         breaks a lot of things.
149
150 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
151
152         * tests/check/elements/libvisual.c:
153           Test all libvisual plugins, not just the first one; this reproduces
154           bug #450336 quite easily.  Looks like a problem with the 'jess'
155           visualisation.
156
157 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
158
159         * tests/check/Makefile.am:
160         * tests/check/elements/.cvsignore:
161         * tests/check/elements/libvisual.c:
162           Add basic libvisual test case in an attempt to reproduce bug #450336.
163           Doesn't reproduce that bug, but some other crasher instead (invalid
164           free), at least with make elements/libvisual.forever and the bumscope
165           plugin on x86-64/gutsy. Leaving test disabled for now.
166
167 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
168
169         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
170
171         * gst-libs/gst/rtsp/gstrtspconnection.c:
172         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
173         (read_body), (gst_rtsp_connection_receive):
174         Make sure we can not cancel in the middle of receiving a message.
175         Fixes #475731.
176
177 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
178
179         Patch by: Josep Torra Valles <josep@fluendo.com>
180
181         * gst/playback/gstplaybasebin.c:
182           Increase upper limit for audio queue a bit; fixes preroll problem
183           with playbin and decodebin2 when playing a quicktime trailer with
184           multichannel audio via http (#464666).
185
186 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
187
188         * gst-libs/gst/audio/gstbaseaudiosrc.c:
189         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
190         (gst_base_audio_src_provide_clock),
191         (gst_base_audio_src_set_property),
192         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
193         * gst-libs/gst/audio/gstbaseaudiosrc.h:
194         Allow othe clocks than the internal clock to be used for the pipeline.
195         Add property to disable clock provide.
196         API: GstBaseAudioSrc::provide-clock
197
198 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
199
200         * gst/playback/gstdecodebin2.c:
201           Don't leak request pads. Fixes #475395.
202
203 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
204
205         Patch by: René Stadler <mail at renestadler dot de>
206
207         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
208         (gst_ximage_buffer_class_init):
209         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
210         (gst_xvimage_buffer_class_init):
211         Correctly chain up finalize with the parent class to prevent
212         memory leaks. Fixes #474880.
213
214 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
215
216         * gst/volume/gstvolume.c: (volume_choose_func):
217         * tests/check/elements/volume.c: (GST_START_TEST):
218         Revert the latest change: floating point samples are allowed to
219         have any value, not only values in the range [-1,1]. Thanks to Andy
220         Wingo for noticing.
221         Also fix processing of int32 samples with volumes > 4 by making the
222         unity value smaller which prevents overflows.
223
224 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
225
226         * gst-libs/gst/rtp/gstrtpbuffer.c:
227         * tests/check/libs/rtp.c:
228           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
229
230 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
231
232         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
233
234         * gst-libs/gst/rtp/gstrtpbuffer.c:
235           Fix up GstRTPHeader helper struct so that compilers will not under
236           any circumstances add padding in between our fields, as currently
237           happens with MSVC on win32, because that would lead to us sending
238           out RTP payloads with broken RTP headers (#471194).
239           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
240           
241         * tests/check/Makefile.am:
242         * tests/check/libs/.cvsignore:
243         * tests/check/libs/rtp.c:
244           Add some simple unit tests for GstRTPBuffer. Some are disabled
245           because the code tested still needs fixing (set_csrc() does not work).
246
247 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
248
249         * win32/MANIFEST:
250         * win32/common/gstrtsp-enumtypes.c:
251         * win32/common/gstrtsp-enumtypes.h:
252         * win32/common/interfaces-enumtypes.c:
253         * win32/common/interfaces-enumtypes.h:
254         * win32/common/multichannel-enumtypes.c:
255           Add rtsp enumtypes (#474384) and update others.
256
257 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
258
259         * configure.ac:
260           Fix configure check for HAVE_LIBXML_HTML.
261
262 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
263
264         * tests/check/libs/.cvsignore:
265           Ignore more, in case the build bots work again one day.
266
267 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
268
269         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
270
271         * configure.ac:
272         * gst-libs/gst/Makefile.am:
273         * gst-libs/gst/fft/Makefile.am:
274         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
275         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
276         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
277         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
278         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
279         * gst-libs/gst/fft/gstfft.h:
280         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
281         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
282         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
283         * gst-libs/gst/fft/gstfftf32.h:
284         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
285         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
286         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
287         * gst-libs/gst/fft/gstfftf64.h:
288         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
289         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
290         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
291         * gst-libs/gst/fft/gstffts16.h:
292         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
293         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
294         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
295         * gst-libs/gst/fft/gstffts32.h:
296         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
297         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
298         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
299         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
300         * gst-libs/gst/fft/kiss_fft_f32.h:
301         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
302         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
303         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
304         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
305         * gst-libs/gst/fft/kiss_fft_f64.h:
306         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
307         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
308         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
309         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
310         * gst-libs/gst/fft/kiss_fft_s16.h:
311         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
312         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
313         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
314         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
315         * gst-libs/gst/fft/kiss_fft_s32.h:
316         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
317         (kiss_fftr_f32), (kiss_fftri_f32):
318         * gst-libs/gst/fft/kiss_fftr_f32.h:
319         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
320         (kiss_fftr_f64), (kiss_fftri_f64):
321         * gst-libs/gst/fft/kiss_fftr_f64.h:
322         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
323         (kiss_fftr_s16), (kiss_fftri_s16):
324         * gst-libs/gst/fft/kiss_fftr_s16.h:
325         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
326         (kiss_fftr_s32), (kiss_fftri_s32):
327         * gst-libs/gst/fft/kiss_fftr_s32.h:
328         * gst-libs/gst/fft/kiss_version:
329         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
330         * pkgconfig/gstreamer-plugins-base.pc.in:
331         Add libgstfft, a FFT library based on Kiss FFT which is
332         BSD licensed. Supported sample formats are int16, int32,
333         float and double. For those formats a real FFT and IFFT
334         can be done, different windowing functions can be applied
335         and functions for extracting the magnitude and phase exist.
336         Fixes #468619.
337
338         * docs/libs/Makefile.am:
339         * docs/libs/gst-plugins-base-libs-docs.sgml:
340         * docs/libs/gst-plugins-base-libs-sections.txt:
341         Integrate libgstfft into the docs.
342
343         * tests/check/Makefile.am:
344         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
345         Add unit tests for libgstfft, currently only testing the FFT.
346         Unit tests for IFFT will follow soon.
347
348 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
349
350         Patch by: Peter Kjellerstedt  <pkj at axis com>
351
352         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
353         (gst_sdp_message_init), (gst_sdp_message_uninit),
354         (is_multicast_address), (gst_sdp_message_as_text),
355         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
356         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
357         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
358         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
359         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
360         (gst_sdp_media_init), (gst_sdp_media_uninit),
361         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
362         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
363         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
364         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
365         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
366         * gst-libs/gst/sdp/gstsdpmessage.h:
367         Separate INIT_ARRAY() and related macros into two versions, one for
368         structures and one for pointers (e.g., INIT_ARRAY() and
369         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
370         lists of emails and phone numbers.
371         Add missing const as appropriate.
372         Change all gint to guint since they all actually represent unsigned
373         values.
374         Do not use time as a variable name as it shadows the global time().
375         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
376         Actually implement gst_sdp_message_add_time().
377         Make gst_sdp_message_add_time() take repeat times as an argument.
378         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
379         Corrected the definition of gst_sdp_media_get_bandwidth() (was
380         misspelled as badwidth).
381         gst-indented and a little clean up. Fixes #471067.
382
383 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
384
385         * gst/volume/gstvolume.c: (volume_choose_func),
386         (volume_process_double), (volume_process_double_clamp),
387         (volume_process_float_clamp):
388         Correctly clamp float/double samples in the [-1.0,1.0] range to
389         prevent weird effects.
390         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
391         Add unit tests for all samples types that had none before.
392
393 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
394
395         * gst-libs/gst/rtp/gstrtpbuffer.c:
396           Need to include stdlib.h for abs() here too.
397
398 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
399
400         * gst/playback/gststreaminfo.c:
401           Fix build.
402
403 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
404
405         * gst/playback/gststreaminfo.c:
406           Clean up some half-disabled code and comment.
407
408 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
409
410         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
411
412         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
413         (gst_base_rtp_payload_audio_handle_event):
414         Return FALSE from the event handler to let the parent class handle the
415         event. Fixes #446766.
416
417         * gst-libs/gst/rtp/gstbasertpdepayload.c:
418         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
419         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
420
421         * gst-libs/gst/rtp/gstbasertppayload.c:
422         Bump the MTU to 1400.
423
424 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
425
426         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
427         Add an audio/x-nsf typefind function for the nsfdec element.
428
429 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
430         * gst/playback/gstplaybasebin.c:
431         Included "myth://" on stream_uris list for enable buffering to mythtv files
432
433 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
434
435         * docs/libs/gst-plugins-base-libs-sections.txt:
436         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
437         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
438         (gst_rtcp_unix_to_ntp):
439         * gst-libs/gst/rtp/gstrtcpbuffer.h:
440         Fix parsing of RB blocks.
441         Fix docs.
442         Added helper functions to convert to/from UNIX and NTP time.
443         API: gst_rtcp_ntp_to_unix()
444         API: gst_rtcp_unix_to_ntp()
445
446         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
447         (gst_rtp_buffer_get_header_len),
448         (gst_rtp_buffer_get_extension_data),
449         (gst_rtp_buffer_get_payload_subbuffer),
450         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
451         (gst_rtp_buffer_ext_timestamp):
452         * gst-libs/gst/rtp/gstrtpbuffer.h:
453         Fix some more docs.
454         Implement handling of packets with extensions.
455         Fix padding check in _validate().
456         Added function to get extension data.
457         API: gst_rtp_buffer_get_header_len()
458         API: gst_rtp_buffer_get_extension_data()
459
460 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
461
462         * gst-libs/gst/rtp/gstbasertpdepayload.c:
463         (gst_base_rtp_depayload_class_init),
464         (gst_base_rtp_depayload_set_gst_timestamp):
465         Add some more docs for the queue-delay property and fix a typo in a
466         comment.
467
468         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
469         Fix typo.
470
471 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
472
473         * gst-libs/gst/audio/gstbaseaudiosink.c:
474         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
475         (gst_base_audio_sink_change_state):
476         When skew slaving, try to hover around the middle of a segment so that
477         we at most drift by half a segment.
478         If we are aligning in the oposite direction of the clock skew, we don't
479         have to resync.
480
481 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
482
483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
484         (gst_base_rtp_depayload_setcaps),
485         (gst_base_rtp_depayload_set_gst_timestamp):
486         Be less silly with the segment start, just apply the clock-base to the
487         timestamp.
488
489 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
490
491         * gst-libs/gst/rtp/gstbasertpdepayload.c:
492         (gst_base_rtp_depayload_class_init),
493         (gst_base_rtp_depayload_finalize),
494         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
495         (gst_base_rtp_depayload_handle_sink_event),
496         (gst_base_rtp_depayload_set_gst_timestamp),
497         (gst_base_rtp_depayload_change_state):
498         * gst-libs/gst/rtp/gstbasertpdepayload.h:
499         Deprecate the queue handling thread thing and remove the code.
500         Use new method to calculate the extended timestamp.
501
502 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
503
504         * gst-libs/gst/rtp/gstrtcpbuffer.c:
505         (gst_rtcp_packet_sdes_copy_entry):
506         Use g_strndup which does exactly what we want.
507
508         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
509         (gst_rtp_buffer_ext_timestamp):
510         * gst-libs/gst/rtp/gstrtpbuffer.h:
511         Add helper function to compare seqnums.
512         Add helper function to calculate extended timestamps.
513         API: gst_rtp_buffer_compare_seqnum()
514         API: gst_rtp_buffer_ext_timestamp()
515
516 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
517
518         * gst-libs/gst/rtp/gstrtcpbuffer.c:
519         (gst_rtcp_packet_sdes_get_entry),
520         (gst_rtcp_packet_sdes_copy_entry):
521         * gst-libs/gst/rtp/gstrtcpbuffer.h:
522         Fix and document SDES item data function.
523         Add new function that makes a proper copy of SDES item data.
524         API: gst_rtcp_packet_sdes_copy_entry()
525
526 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
527
528         * configure.ac:
529         * gst/Makefile.am:
530           The tcp and subparse plugins are under gst, but not totaly free of
531           dependencies. Handle selection inconfigure.ac, so that they show up
532           on the final list of what is build and what is not. Maybe they should
533           better be moved to ext.
534
535 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
536
537         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
538
539         * configure.ac:
540         * gst/Makefile.am:
541           Check if libxml provides HTML parser which subparse needs.
542           Fixes #451970.
543
544 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
545
546         * ext/alsa/gstalsa.c:
547           Fix typo and compilation on big endian systems.
548
549 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
550
551         * gst/subparse/gstssaparse.c:
552           Convert SSA newline codes into actual newline characters (#470766).
553
554 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
555
556         * docs/libs/gst-plugins-base-libs-sections.txt:
557         * gst-libs/gst/pbutils/install-plugins.c:
558         * gst-libs/gst/pbutils/install-plugins.h:
559         * tests/check/libs/pbutils.c:
560           API: also add gst_install_plugins_supported() while we're at it
561           (see #470456).
562
563 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
564
565         * docs/libs/gst-plugins-base-libs-sections.txt:
566         * gst-libs/gst/pbutils/missing-plugins.c:
567         * gst-libs/gst/pbutils/missing-plugins.h:
568         * tests/check/libs/pbutils.c:
569           API: add gst_missing_*_installer_detail_new() convenience API so
570           that applications that know exactly what they're missing can request
571           installer detail strings for those items directly instead of having
572           to first create a dummy missing-plugin message and then get the
573           installer detail string from that.  Fixes #470456.
574
575 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
576
577         * gst/playback/gstdecodebin.c: (close_pad_link):
578         We need to set up delayed-linking whenever the caps are non-fixed,
579         not just when there are multiple types - use gst_pad_is_fixed()
580         to test.
581
582 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * gst-libs/gst/pbutils/missing-plugins.c:
585           (gst_missing_plugin_message_get_installer_detail):
586           Add missing separator in PID fallback case.
587
588 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
589
590         * ext/alsa/Makefile.am:
591         There is no GST_PLUGINS_BASE_LIBS defined.
592         
593         * ext/alsa/gstalsa.c:
594         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
595         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
596         Add support for ALSA 24-bit formats.
597         snd_pcm_delay can return an error code, especially
598         during XRUNS. In that case, the best we can do is assume
599         delay = 0.
600
601         * gst/audioconvert/Makefile.am:
602         Add flags from -base before any more-remote dependencies.
603
604 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
605
606         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
607
608         * gst/volume/gstvolume.c: (volume_choose_func),
609         (volume_update_real_volume), (gst_volume_set_volume),
610         (gst_volume_init), (volume_process_int32),
611         (volume_process_int32_clamp), (volume_process_int24),
612         (volume_process_int24_clamp), (volume_process_int16),
613         (volume_process_int16_clamp), (volume_process_int8),
614         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
615         * gst/volume/gstvolume.h:
616         Add support for int32, int24 and int8 to the volume element.
617         Fixes #445529.
618
619 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
620
621         * tests/examples/Makefile.am:
622           Fix even more.
623
624 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
625
626         * configure.ac:
627         * docs/libs/Makefile.am:
628         * docs/libs/gst-plugins-base-libs-docs.sgml:
629         * docs/libs/gst-plugins-base-libs-sections.txt:
630         * ext/gnomevfs/gstgnomevfssrc.c:
631         * ext/gnomevfs/gstgnomevfssrc.h:
632         * gst-libs/gst/Makefile.am:
633         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
634         * pkgconfig/gstreamer-plugins-base.pc.in:
635         * sys/v4l/v4lsrc_calls.c:
636         * tests/examples/Makefile.am:
637         * win32/common/config.h:
638           Revert unwanted commit. many thanks to moap. I want a fix for 
639           https://thomas.apestaart.org/moap/trac/ticket/239
640
641 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
642
643         * gst/volume/gstvolume.c:
644           Move passthrough below gst_object_sync_values(). Fixes #442654.
645
646 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
647
648         * gst-libs/gst/audio/audio.c:
649         Clarify the docs a little.
650
651 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
652
653         * gst/volume/gstvolume.c:
654           Enable liboil for float and add more details about problems with
655           int16.
656
657 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
658
659         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
660         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
661
662 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
663
664         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
665         When calculating the first timestamp of the buffers, don't go below 0
666         and clip the samples because the offset was on the eos page.
667         Fixes #466717.
668
669 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
670
671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
672         (gst_ogg_demux_collect_chain_info):
673         Also submit the eos page when trying to find the first timestamp.
674         See #466717.
675
676 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
677
678         * gst-libs/gst/audio/audio.h:
679         Use gst_util_uint64_scale() instead of doing the math
680         with double for GST_FRAMES_TO_CLOCK_TIME() and
681         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
682         prevents rounding errors. Fixes #467667.
683
684 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
685
686         * gst-libs/gst/rtsp/gstrtspconnection.c:
687         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
688         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
689         * gst-libs/gst/rtsp/gstrtspconnection.h:
690         Small cleanups.
691         On shutdown, don't read the control socket yet.
692         Set timeout value correctly in all cases.
693         Add function to check if the server accepts reads or writes.
694         API: gst_rtsp_connection_poll()
695
696         * gst-libs/gst/rtsp/gstrtspdefs.h:
697         Fix compilation with -pedantic.
698         Add enum for _poll.
699
700 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
701
702         Patch by: Olivier Crete  <tester at tester ca>
703
704         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
705         (gst_basertppayload_getcaps):
706         * gst-libs/gst/rtp/gstbasertppayload.h:
707         Add getcaps vfunc to basertppayload. See #465146.
708
709 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
710
711         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
712         Only post buffering messages when we are a stream.
713
714 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
715
716         * gst-libs/gst/pbutils/install-plugins.c:
717         * gst-libs/gst/pbutils/missing-plugins.c:
718           Small docs fix and addition.
719
720 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
721
722         * tests/icles/.cvsignore:
723         * tests/icles/Makefile.am:
724         * tests/icles/test-textoverlay.c:
725           Add a dumb little test for textoverlay alignments.
726
727 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
728
729         Patch by: Dan Williams  <dcbw redhat com>
730
731         * ext/pango/gsttextoverlay.c:
732         * ext/pango/gsttextoverlay.h:
733           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
734           "silent" property so there's a Since tag in the API reference.
735
736 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
737
738         * gst-libs/gst/rtp/gstbasertppayload.c:
739         (gst_basertppayload_set_outcaps):
740         * gst-libs/gst/rtp/gstbasertppayload.h:
741         Improve caps negotiation so that downstream elements can confiure
742         certain RTP properties by fixing them on the caps. See #465146.
743         Add docs.
744
745 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * docs/libs/gst-plugins-base-libs-sections.txt:
748         * gst-libs/gst/rtp/gstbasertpdepayload.c:
749         * gst-libs/gst/rtp/gstbasertpdepayload.h:
750           Mark as deprecated some macros which were presumably meant to be
751           private API and accidentally exposed in the public header file.
752           Also actually _init() lock (only works at the moment because the
753           struct is zeroed out when created and the initial values in the
754           mutex struct are zeroes too). (#459585)
755
756 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
757
758         * docs/libs/Makefile.am:
759           Remove cruft and do some cleanups.
760
761         * docs/libs/gst-plugins-base-libs-docs.sgml:
762           Prepare for comming gtkdoc features (rebase against online docs).
763
764 2007-08-10  Michael Smith <msmith@fluendo.com>
765
766         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
767           Debug output fixes.
768         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
769         (GST_START_TEST):
770           Change the number of buffers used; 500 is too many and leads to
771           timeouts.
772
773 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
774
775         * gst/playback/gstqueue2.c:
776         * gst/videorate/gstvideorate.c:
777           Printf format fixes (#465028).
778
779 2007-08-09  Michael Smith <msmith@fluendo.com>
780
781         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
782           If we have a large (> 1 second) discontinuity, push a series of
783           smaller buffers rather than a single very large buffer. Avoids
784           unreasonably large single buffer allocations when encountering a
785           large gap.
786         * tests/check/elements/audiorate.c: (GST_START_TEST),
787         (audiorate_suite):
788           Add a test for this.
789
790 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
791
792         * gst/playback/gstplaybasebin.c: (group_commit),
793         (queue_remove_probe), (queue_threshold_reached):
794
795         Patch by: Josep Torra Valles <josep@fluendo.com>
796         Fixes: #465015
797         Make sure we remove the check_queues buffer probe from the 
798         correct queue to avoid racily going back to "buffering 99%" when
799         buffering is actually complete.
800
801         Also, fix the spelling of Josep's surname in the ChangeLog.
802
803 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
804
805         * ext/ogg/gstoggmux.c:
806           Do not leak oggmux instance.
807         
808         * ext/vorbis/vorbisenc.c:
809           Also log values.
810
811 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
812
813         * po/hu.po:
814         * po/it.po:
815         * po/nl.po:
816         * po/uk.po:
817         * po/vi.po:
818           Updated translations.
819
820 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
821
822         patch by: Yang Hong <hongyang@redflag-linux.com>
823
824         * ext/pango/gsttextoverlay.c:
825         * ext/pango/gsttextoverlay.h:
826           Add 'silent' property to GstTimeOverlay. Fixes #462979
827
828 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
829
830         Patch by: Josep Torra Valles <josep@fluendo.com>
831
832         * docs/plugins/gst-plugins-base-plugins.args:
833         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
834         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
835         (gst_uri_decode_bin_get_property), (gen_source_element):
836         Add connection-speed property. Fixes #464690.
837
838 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
839
840         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
841
842         * configure.ac:
843         * gst-libs/gst/rtsp/Makefile.am:
844         * gst-libs/gst/rtsp/gstrtspconnection.c:
845         (gst_rtsp_connection_connect):
846         Fix compilation on windows. Fixes #464320.
847
848 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
849
850         Patch by: Josep Torra Valles <josep@fluendo.com>
851
852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
853         (gst_play_base_bin_init), (queue_threshold_reached),
854         (gen_source_element), (setup_substreams),
855         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
856         (gst_play_base_bin_get_streaminfo_value_array):
857         * gst/playback/gstplaybasebin.h:
858         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
859         (gst_play_bin_set_property), (gst_play_bin_get_property),
860         (gst_play_bin_handle_redirect_message):
861         Move connection-speed property from playbin to playbasebin so that we
862         can also configure it in source elements that have the connection-speed
863         property. Fixes #464028.
864         Add some debug info here and there.
865
866 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
867
868         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
869         Properly respond to conversion queries. Fixes #464079.
870
871 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
872
873         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
874         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
875         (gst_audio_test_src_init_sine_table),
876         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
877         * gst/audiotestsrc/gstaudiotestsrc.h:
878         Add float/double and int32 support to audiotestsrc. Fixes #460422.
879         Also set the default volume to the default value specified in the
880         GParamSpec.
881
882 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
883
884         Patch by: Jens Granseuer <jensgr at gmx dot net>
885
886         * gst/audioconvert/gstaudioquantize.c:
887         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
888
889 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
890
891         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
892         Add rdt manager for rdt transport.
893         Fix parsing of RDT transport.
894
895 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
896
897         * configure.ac:
898         Back to CVS
899
900 === release 0.10.14 ===
901
902 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
903
904         * configure.ac:
905           releasing 0.10.14, "Light Years Ahead"
906
907 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
908
909         * tests/check/libs/audio.c: (GST_START_TEST):
910         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
911
912 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
913
914         * gst-libs/gst/audio/audio.c:
915         When clipping a buffer with no timestamp, assume it is
916         within the segment without warnings.
917
918         Fixes: #460978
919
920 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
921
922         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
923         Fire the signal on the object, not the interface.
924
925 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
926
927         * gst-libs/gst/rtsp/.cvsignore:
928         Ber. Don't include the full path, idiot.
929
930 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
931
932         * gst-libs/gst/rtsp/.cvsignore:
933         Ignore generated files.
934
935 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
936
937         * gst-libs/gst/interfaces/Makefile.am:
938         * gst-libs/gst/interfaces/interfaces-marshal.list:
939         * gst-libs/gst/interfaces/rtspextension.c:
940         * gst-libs/gst/interfaces/rtspextension.h:
941         * gst-libs/gst/rtsp/Makefile.am:
942         * gst-libs/gst/rtsp/gstrtsp.h:
943         * gst-libs/gst/rtsp/gstrtspextension.c:
944         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
945         (gst_rtsp_extension_detect_server),
946         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
947         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
948         (gst_rtsp_extension_configure_stream),
949         (gst_rtsp_extension_get_transports),
950         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
951         * gst-libs/gst/rtsp/gstrtspextension.h:
952         * gst-libs/gst/rtsp/rtsp-marshal.list:
953         Move the rtspextension.h interface into gstrtspextension.h
954         as part of libgstrtsp instead of libgstinterfaces, because it's
955         only for use within plugins, not applications. 
956         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
957         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
958         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
959         is abstract.
960
961 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
962
963         * gst-libs/gst/interfaces/Makefile.am:
964         * gst-libs/gst/interfaces/interfaces-marshal.list:
965         * gst-libs/gst/interfaces/rtspextension.c:
966         (gst_rtsp_extension_iface_init),
967         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
968         * gst-libs/gst/interfaces/rtspextension.h:
969         Fix marshaller for the send signal.
970         Add URL to stream selection interface method.
971
972 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
973
974         * gst-libs/gst/riff/Makefile.am:
975         Pull in our dependencies from -base before those from outside.
976
977 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
978
979         * docs/libs/gst-plugins-base-libs-sections.txt:
980         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
981         * gst-libs/gst/rtsp/gstrtspbase64.h:
982         API: gst_rtsp_base64_decode_ip()
983         Added function to decode Base64 in-place.
984
985 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
986
987         * tests/check/libs/.cvsignore:
988         Ignore the mixer test binary.
989
990 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
991
992         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
993         Gratuitous comment change to trigger a rebuild on the buildbots.
994
995 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
996
997         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
998         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
999         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
1000         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
1001         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1002         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
1003         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
1004         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
1005         (gst_sdp_media_get_attribute_val):
1006         * gst-libs/gst/sdp/gstsdpmessage.h:
1007         Constify args where we can.
1008
1009 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1010
1011         * gst-libs/gst/interfaces/Makefile.am:
1012         * gst-libs/gst/interfaces/rtspextension.c:
1013         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
1014         (gst_rtsp_extension_detect_server),
1015         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
1016         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
1017         (gst_rtsp_extension_configure_stream),
1018         (gst_rtsp_extension_get_transports),
1019         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
1020         * gst-libs/gst/interfaces/rtspextension.h:
1021         Move interface for RTSP extensions from -good to here.
1022         Added helper methods to invoke interface methods.
1023
1024 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1025
1026         * docs/libs/gst-plugins-base-libs-sections.txt:
1027         * gst-libs/gst/rtsp/gstrtspdefs.h:
1028         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1029         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
1030         (gst_rtsp_message_init_response),
1031         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
1032         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
1033         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1034         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1035         (gst_rtsp_message_get_body), (dump_key_value):
1036         * gst-libs/gst/rtsp/gstrtspmessage.h:
1037         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1038         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1039         (gst_rtsp_range_parse):
1040         * gst-libs/gst/rtsp/gstrtsprange.h:
1041         * gst-libs/gst/rtsp/gstrtsptransport.c:
1042         * gst-libs/gst/rtsp/gstrtspurl.c:
1043         Fix some more RTSP docs.
1044         Add some missing methods for dealing with messages.
1045
1046 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1047
1048         * docs/libs/gst-plugins-base-libs-docs.sgml:
1049         * docs/libs/gst-plugins-base-libs-sections.txt:
1050         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1051         * gst-libs/gst/rtsp/gstrtspbase64.h:
1052         * gst-libs/gst/rtsp/gstrtspconnection.c:
1053         (gst_rtsp_connection_connect), (add_auth_header),
1054         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
1055         (read_body), (gst_rtsp_connection_receive),
1056         (gst_rtsp_connection_next_timeout),
1057         (gst_rtsp_connection_reset_timeout),
1058         (gst_rtsp_connection_set_auth):
1059         * gst-libs/gst/rtsp/gstrtspconnection.h:
1060         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
1061         * gst-libs/gst/rtsp/gstrtspdefs.h:
1062         * gst-libs/gst/rtsp/gstrtspmessage.h:
1063         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1064         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1065         (gst_rtsp_range_parse):
1066         * gst-libs/gst/rtsp/gstrtspurl.h:
1067         Added beginnings of RTSP documentation.
1068
1069 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1070
1071         * docs/libs/Makefile.am:
1072         * docs/libs/gst-plugins-base-libs-docs.sgml:
1073         * docs/libs/gst-plugins-base-libs-sections.txt:
1074         * gst-libs/gst/sdp/gstsdp.h:
1075         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
1076         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
1077         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1078         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
1079         (gst_sdp_message_get_attribute_val),
1080         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
1081         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
1082         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
1083         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1084         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
1085         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
1086         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
1087         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
1088         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1089         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
1090         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
1091         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
1092         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
1093         (gst_sdp_media_get_attribute_val_n),
1094         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
1095         (print_media), (gst_sdp_message_dump):
1096         * gst-libs/gst/sdp/gstsdpmessage.h:
1097         Document the SDP library.
1098         Add some of the missing SDPMedia methods.
1099
1100 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1101
1102         * configure.ac:
1103         * gst-libs/gst/Makefile.am:
1104         * gst-libs/gst/rtsp/Makefile.am:
1105         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1106         * gst-libs/gst/rtsp/gstrtspbase64.h:
1107         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
1108         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
1109         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
1110         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
1111         (parse_response_status), (parse_request_line), (parse_line),
1112         (gst_rtsp_connection_read), (read_body),
1113         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
1114         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
1115         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
1116         (gst_rtsp_connection_set_auth):
1117         * gst-libs/gst/rtsp/gstrtspconnection.h:
1118         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
1119         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
1120         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
1121         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
1122         (gst_rtsp_find_method):
1123         * gst-libs/gst/rtsp/gstrtspdefs.h:
1124         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1125         (gst_rtsp_message_new), (gst_rtsp_message_init),
1126         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
1127         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
1128         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
1129         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
1130         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1131         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1132         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
1133         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
1134         (gst_rtsp_message_dump):
1135         * gst-libs/gst/rtsp/gstrtspmessage.h:
1136         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1137         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1138         (gst_rtsp_range_parse), (gst_rtsp_range_free):
1139         * gst-libs/gst/rtsp/gstrtsprange.h:
1140         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
1141         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
1142         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
1143         (range_as_text), (rtsp_transport_mode_as_text),
1144         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
1145         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
1146         (gst_rtsp_transport_free):
1147         * gst-libs/gst/rtsp/gstrtsptransport.h:
1148         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
1149         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
1150         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
1151         * gst-libs/gst/rtsp/gstrtspurl.h:
1152         * gst-libs/gst/sdp/Makefile.am:
1153         * gst-libs/gst/sdp/gstsdp.h:
1154         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
1155         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
1156         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
1157         (gst_sdp_attribute_init), (gst_sdp_message_new),
1158         (gst_sdp_message_init), (gst_sdp_message_uninit),
1159         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
1160         (gst_sdp_media_uninit), (gst_sdp_media_free),
1161         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
1162         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
1163         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
1164         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
1165         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1166         (gst_sdp_message_get_attribute_val),
1167         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
1168         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
1169         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
1170         (gst_sdp_media_get_attribute_val_n),
1171         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
1172         (read_string), (read_string_del), (gst_sdp_parse_line),
1173         (gst_sdp_message_parse_buffer), (print_media),
1174         (gst_sdp_message_dump):
1175         * gst-libs/gst/sdp/gstsdpmessage.h:
1176         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1177         Move SDP and RTSP from helper objects in -good to a reusable library.
1178         Use a proper gst_ namespace.
1179
1180 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1181
1182         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1183         (vorbis_dec_flush_decode):
1184         Use the new buffer clipping function from gstaudio here.
1185
1186 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1187
1188         * docs/libs/gst-plugins-base-libs-sections.txt:
1189         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
1190         * gst-libs/gst/audio/audio.h:
1191         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
1192         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
1193         Also add deprecation guards for gst_audio_structure_set_int() to the
1194         header.
1195
1196 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * docs/libs/gst-plugins-base-libs-sections.txt:
1199           Cleanup the docs.
1200
1201 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1202
1203         Patch by: Dan Williams <dcbw at redhat dot com>
1204
1205         * gst/playback/gstplaybasebin.c:
1206         (gst_play_base_bin_get_streaminfo_value_array):
1207         Don't return NULL when querying the stream info value array but instead
1208         return an empty array. Fixes #459204.
1209
1210 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
1211
1212         * gst/playback/gsturidecodebin.c:
1213           Init debug category before using it.
1214
1215 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1216
1217         * gst-libs/gst/interfaces/mixer.h:
1218         Add padding vars in place of the signal pointers
1219         when building with DISABLE_DEPRECATED so that the
1220         interface structure doesn't change size.
1221
1222 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1223
1224         * docs/libs/gst-plugins-base-libs-sections.txt:
1225         * ext/alsa/gstalsamixer.c:
1226         * ext/alsa/gstalsamixer.h:
1227         * ext/alsa/gstalsamixerelement.c:
1228         * ext/alsa/gstalsamixertrack.c:
1229         * gst-libs/gst/interfaces/mixer.c:
1230         * gst-libs/gst/interfaces/mixer.h:
1231         * gst-libs/gst/interfaces/mixeroptions.c:
1232         * gst-libs/gst/interfaces/mixeroptions.h:
1233         * gst-libs/gst/interfaces/mixertrack.c:
1234         * gst-libs/gst/interfaces/mixertrack.h:
1235         * tests/check/Makefile.am:
1236         * tests/check/libs/mixer.c:
1237
1238         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1239         Fixes: #152864 
1240
1241         Add support for notifying mixer changes on the message bus, and
1242         implement it in alsamixer.
1243
1244         API: gst_mixer_get_mixer_flags
1245         API: gst_mixer_message_parse_mute_toggled
1246         API: gst_mixer_message_parse_record_toggled
1247         API: gst_mixer_message_parse_volume_changed
1248         API: gst_mixer_message_parse_option_changed
1249         API: GstMixerMessageType
1250         API: GstMixerFlags
1251
1252 2007-07-20  Michael Smith <msmith@fluendo.com>
1253
1254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1255         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1256           xcontext->im_format is only for testing XShm support (as the header
1257           file comments document). Use xvimage->im_format for everything else.
1258           Avoids spurious warnings on buffer allocation before setcaps.
1259
1260 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1261
1262         * tests/examples/volume/Makefile.am:
1263         * tests/icles/Makefile.am:
1264           We should use $(LIBM).
1265
1266 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * tests/icles/Makefile.am:
1269           This needs -lm.
1270
1271 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1272
1273         * gst-libs/gst/rtp/gstbasertppayload.c:
1274         (gst_basertppayload_class_init), (gst_basertppayload_init),
1275         (gst_basertppayload_set_property),
1276         (gst_basertppayload_get_property):
1277         Don't break ABI, restore previous ranges. Keep the default random
1278         selection of timestamp and seqnum offset but as soon as the app sets a
1279         specific value, use that one.
1280
1281 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1282
1283         Patch by: Bastien Nocera <hadess at hadess dot net>
1284
1285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1286         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1287         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1288         * sys/xvimage/xvimagesink.h:
1289         Add option to turn off double-buffering for debugging purposes.
1290         Fixes #437169.
1291
1292 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1293
1294         Patch by: Jorn Baayen <jorn at openedhand dot com>
1295
1296         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1297         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1298         (gst_ximagesink_init), (gst_ximagesink_class_init):
1299         * sys/ximage/ximagesink.h:
1300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1301         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1302         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1303         * sys/xvimage/xvimagesink.h:
1304         add 'handle-expose' property. Useful for video widgets which may want to
1305         be in control of Expose behaviour. Fixes #380625
1306
1307 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1308
1309         * gst-libs/gst/rtp/gstbasertppayload.c:
1310         (gst_basertppayload_class_init), (gst_basertppayload_init),
1311         (gst_basertppayload_event), (gst_basertppayload_push),
1312         (gst_basertppayload_set_property),
1313         (gst_basertppayload_get_property),
1314         (gst_basertppayload_change_state):
1315         * gst-libs/gst/rtp/gstbasertppayload.h:
1316         Fix ranges of rtp payloader properties so that the full range can be
1317         used in addition to -1 (random).
1318         Fix wrong seqnum reporting in caps.
1319         Fixes #420326.
1320
1321 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1322
1323         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1324         (gst_video_rate_query):
1325         Use boilerplate.
1326         Add latency query, might not be perfect yet but already works a lot
1327         better. Fixes #442557.
1328
1329 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1330
1331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1332         (gst_xvimagesink_setcaps):
1333         * sys/xvimage/xvimagesink.h:
1334         After a caps change, redraw our borders to avoid garbage left there
1335         when the image format changes to a smaller size, like 16:9 -> 4:3
1336         Also, hold the flow_lock a bit longer in the set_caps while we're
1337         fiddling with the xcontext.
1338
1339 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1340
1341         * Makefile.am:
1342         * configure.ac:
1343         * tests/Makefile.am:
1344         Remove bogus check for libcheck, since we check for
1345         gstreamer-check and it pulls in the required info from there, and we
1346         weren't actually _using_ the information for libcheck ourselves
1347         anyway.
1348
1349 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1350
1351         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1352         (gst_ffmpeg_caps_to_pixfmt):
1353         Fix the r_mask test for RGBA32 on little-endian.
1354         Fix a stupid typo that would have obviously broken 
1355         compilation on big-endian, if anyone was testing.
1356
1357 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1358
1359         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1360         (paint_hline_str4):
1361         * gst/videotestsrc/videotestsrc.h:
1362         Add alpha to the color struct.
1363         Use a default alpha value of 255 instead of 128.
1364
1365 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1366
1367         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1368         (setup_source):
1369         Clear the dynamic pads counter when starting a new uri. This makes
1370         reusing playbin work again.
1371         Fixes #454264.
1372
1373 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1374
1375         * configure.ac:
1376           Use pkg-config to locate check.
1377
1378 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1379
1380         * configure.ac:
1381         * tests/check/elements/volume.c: (GST_START_TEST):
1382           Fix 'make check' build against core CVS.
1383
1384 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1385
1386         * gst-libs/gst/interfaces/propertyprobe.c:
1387         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1388         * gst-libs/gst/tag/gstvorbistag.c:
1389           Make gtk-doc happy.
1390
1391 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * gst-libs/gst/audio/gstbaseaudiosink.c:
1394         (gst_base_audio_sink_callback):
1395           Quick hack to make audiosinks stop at EOS when operating in
1396           pull-mode; needs to be fixed properly some day.
1397
1398 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1399
1400         * docs/libs/gst-plugins-base-libs-sections.txt:
1401           Fix location of includes in the docs.
1402
1403 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1404
1405         * gst/ffmpegcolorspace/avcodec.h:
1406         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1407         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1408         (gst_ffmpegcsp_avpicture_fill):
1409         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1410         (img_get_alpha_info):
1411         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1412         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1413         end of the word. Partially fixes #451908
1414
1415 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1416
1417         * docs/libs/Makefile.am:
1418         * docs/plugins/Makefile.am:
1419           Simplify --extra-dir as gtkdoc scans recursively.
1420
1421 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1422
1423         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1424         (gst_adder_request_new_pad):
1425         Make getcaps more robust by not using the proxycaps function. This makes
1426         sure that we don't end up recursively calling getcaps upstream.
1427         See #316248.
1428
1429 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1430
1431         * gst/audioconvert/audioconvert.c:
1432         Include math.h to fix compilation.
1433
1434 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1435
1436         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1437         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1438         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1439         format, as produced by some dc1394 cameras like the iSight.
1440         See http://www.fourcc.org/yuv.php#IYU1
1441
1442 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1443
1444         * gst/audioconvert/Makefile.am:
1445         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1446         (check_default), (audio_convert_prepare_context),
1447         (audio_convert_clean_context), (audio_convert_convert):
1448         * gst/audioconvert/audioconvert.h:
1449         * gst/audioconvert/gstaudioconvert.c:
1450         (gst_audio_convert_dithering_get_type),
1451         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1452         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1453         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1454         * gst/audioconvert/gstaudioconvert.h:
1455         * gst/audioconvert/gstaudioquantize.c:
1456         (gst_audio_quantize_setup_noise_shaping),
1457         (gst_audio_quantize_free_noise_shaping),
1458         (gst_audio_quantize_setup_dither),
1459         (gst_audio_quantize_free_dither),
1460         (gst_audio_quantize_setup_quantize_func),
1461         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1462         * gst/audioconvert/gstaudioquantize.h:
1463         Implement dithering and noise shaping in audioconvert. By default now
1464         TPDF dithering (and no noise shaping) will be used when converting
1465         from a higher bit depth to 20 bit depth or smaller, otherwise
1466         everything will be as it is now.
1467         For the last audioconvert in a pipeline it would make sense to
1468         use some kind of noise shaping, enabling it by default for all
1469         conversions would give undesired results though. Fixes #360246.
1470         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1471         (GST_START_TEST):
1472         Adjust unit test for the new audioconvert.
1473
1474 2007-06-28  Wim Taymans  <wim@fluendo.com>
1475
1476         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1477         Use other metrics as well when estimating the buffer level.
1478
1479 2007-06-28  Wim Taymans  <wim@fluendo.com>
1480
1481         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1482         Small debug improvement.
1483
1484         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1485         (plugin_init):
1486         Tweak the rate estimation period.
1487         When calculating the buffer filledness in rate estimation mode, don't
1488         mix it with other metrics.
1489
1490 2007-06-28  Wim Taymans  <wim@fluendo.com>
1491
1492         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1493         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1494         When creating the groups, allow for a 5 second, unlimited buffers
1495         preroll phase after which we expose the group.
1496         When the group is exposed, use a small number of buffers up to a 2
1497         second limit. Also disconnect the overrun signal from multiqueue when we
1498         exposed the group because it is not needed anymore.
1499
1500 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1501
1502         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1503           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1504           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1505           (#451707); also, output some debugging info when dealing with
1506           freeform strings.
1507
1508         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1509           Add unit test for the above.
1510
1511 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1512
1513         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1514           Add description for Windows Media RTP caps.
1515
1516         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1517           Remove RTP fields that don't define the format from caps.
1518
1519 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1520
1521         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1522           Skip empty buffers, but not empty header buffers. That way the original
1523           vorbisdec unit test still passes (#451145); also, take into account
1524           that those empty packets might carry a granulepos.
1525
1526         * tests/check/Makefile.am:
1527         * tests/check/elements/vorbisdec.c:
1528         (_create_codebook_header_buffer), (_create_audio_buffer),
1529         (GST_START_TEST), (vorbisdec_suite):
1530           Add unit test that sends an empty packet.
1531
1532 2007-06-27  Wim Taymans  <wim@fluendo.com>
1533
1534         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1535         Don't error out on 0-sized packets, just emit a warning because this is
1536         not a fatal error. Fixes #451145.
1537
1538 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1539
1540         * docs/plugins/gst-plugins-base-plugins.args:
1541         * docs/plugins/gst-plugins-base-plugins.signals:
1542         * docs/plugins/inspect/plugin-adder.xml:
1543         * docs/plugins/inspect/plugin-alsa.xml:
1544         * docs/plugins/inspect/plugin-audioconvert.xml:
1545         * docs/plugins/inspect/plugin-audiorate.xml:
1546         * docs/plugins/inspect/plugin-audioresample.xml:
1547         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1548         * docs/plugins/inspect/plugin-cdparanoia.xml:
1549         * docs/plugins/inspect/plugin-decodebin.xml:
1550         * docs/plugins/inspect/plugin-decodebin2.xml:
1551         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1552         * docs/plugins/inspect/plugin-gdp.xml:
1553         * docs/plugins/inspect/plugin-gnomevfs.xml:
1554         * docs/plugins/inspect/plugin-libvisual.xml:
1555         * docs/plugins/inspect/plugin-ogg.xml:
1556         * docs/plugins/inspect/plugin-pango.xml:
1557         * docs/plugins/inspect/plugin-playbin.xml:
1558         * docs/plugins/inspect/plugin-subparse.xml:
1559         * docs/plugins/inspect/plugin-tcp.xml:
1560         * docs/plugins/inspect/plugin-theora.xml:
1561         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1562         * docs/plugins/inspect/plugin-video4linux.xml:
1563         * docs/plugins/inspect/plugin-videorate.xml:
1564         * docs/plugins/inspect/plugin-videoscale.xml:
1565         * docs/plugins/inspect/plugin-videotestsrc.xml:
1566         * docs/plugins/inspect/plugin-volume.xml:
1567         * docs/plugins/inspect/plugin-vorbis.xml:
1568         * docs/plugins/inspect/plugin-ximagesink.xml:
1569         * docs/plugins/inspect/plugin-xvimagesink.xml:
1570           Update docs with caps info.
1571
1572 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1573
1574         * po/POTFILES.in:
1575           Add more files with translatable strings (#450875).
1576
1577 2007-06-23  Edward Hervey  <edward@fluendo.com>
1578
1579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1580         The chain should be freed if we error out here, else it will leak.
1581         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1582         (cleanup_decodebin):
1583         Don't forget to *properly* remove the signals, else it will leak.
1584
1585 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1586
1587         * MAINTAINERS:
1588         Updating all the maintainers files
1589
1590 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1591
1592         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1593         (main):
1594           Destroy and recreate parse-launch based pipeline after stop to be able
1595           to play again. Reorder some code and add more comments.
1596
1597 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1598
1599         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1600         When handling a delayed-caps notification case, mark
1601         the group as dynamic so that the nbdynamic count is
1602         incremented and decremented correctly. Fixes: #449156
1603         Patch by: Wim Taymans <wim@fluendo.com>
1604
1605 2007-06-19  Andy Wingo  <wingo@pobox.com>
1606
1607         * gst-libs/gst/audio/gstbaseaudiosink.c
1608         (gst_base_audio_sink_init): Enable pull-mode operation.
1609
1610 2007-06-19  Michael Smith <msmith@fluendo.com>
1611
1612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1613           Change minimum rate back to 1000 to allow low-sample-rate wav files
1614           to play back.
1615
1616 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1617
1618         * po/vi.po:
1619           Update translations.
1620
1621 2007-06-15  David Schleef  <ds@schleef.org>
1622
1623         * gst/playback/gstqueue2.c:
1624           Fix compile error from ignored return value.
1625
1626 2007-06-15  Michael Smith <msmith@fluendo.com>
1627
1628         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1629           Update tmpbuf for all neccesary rows, not just one, as is required
1630           when downscaling.
1631           Fixes #402076.
1632
1633 2007-06-15  Michael Smith <msmith@fluendo.com>
1634
1635         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1636         (eos_buffer_probe):
1637           Add a test that ensures we set DELTA_UNIT on all non-header,
1638           non-video buffers, if we have a video stream.
1639         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1640         (gst_ogg_mux_process_best_pad):
1641           Move setting delta_pad to earlier, where we inspect all pads, so
1642           that leading audio pages don't get DELTA_UNIT unset if they come
1643           before the first DELTA_UNIT from video pages. Fixes the newly-added
1644           test. Fixes #385527.
1645
1646 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1647
1648         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1649           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1650           fails on the p5-ppc64 build bot and the failure looks like it is due
1651           to the same issue as #348114, ie. a compiler bug.
1652
1653 2007-06-13  Edward Hervey  <edward@fluendo.com>
1654
1655         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1656         Fix build on MacOSX.
1657
1658 2007-06-13  Wim Taymans  <wim@fluendo.com>
1659
1660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1661         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1662         Fix compilation on mingw. Fixes #446972.
1663
1664 2007-06-12  Wim Taymans  <wim@fluendo.com>
1665
1666         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1667
1668         * gst/playback/gstqueue2.c: (update_buffering),
1669         (gst_queue_locked_enqueue):
1670         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1671         also update the buffering status when receiving events. Fixes #446551.
1672
1673 2007-06-11  Wim Taymans  <wim@fluendo.com>
1674
1675         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1676
1677         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1678         (gst_queue_handle_src_query):
1679         Wait for preroll before attempting to forward a duration query upstream.
1680         Fixes #445505.
1681
1682 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1683
1684         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1685         (gst_base_rtp_depayload_set_gst_timestamp):
1686         Use G_GINT64_CONSTANT macro for int64 constant.
1687         * win32/common/libgstinterfaces.def:
1688         * win32/common/libgsttag.def:
1689         Add new exported functions.
1690
1691 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1692
1693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1694           The BOS page of the first Dirac video stream needs to come before
1695           the BOS page of any Vorbis streams or other audio streams, just like
1696           it is with Theora.
1697
1698 2007-06-07  Wim Taymans  <wim@fluendo.com>
1699
1700         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1701         Fix compilation.
1702
1703 2007-06-06  Wim Taymans  <wim@fluendo.com>
1704
1705         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1706
1707         * gst/playback/gstqueue2.c: (gst_queue_init),
1708         (gst_queue_handle_sink_event), (gst_queue_chain),
1709         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1710         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1711         (gst_queue_src_activate_pull):
1712         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1713         Does not yet completely work because duration queries upstream won't
1714         block yet.
1715
1716 2007-06-06  Wim Taymans  <wim@fluendo.com>
1717
1718         * configure.ac:
1719         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1720         Some more fseeko checks.
1721
1722 2007-06-06  Wim Taymans  <wim@fluendo.com>
1723
1724         * configure.ac:
1725         check for large file support.
1726
1727 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1728
1729         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1730
1731         * gst/subparse/gstsubparse.c: (parse_subrip),
1732         (subviewer_unescape_newlines), (parse_subviewer),
1733         (gst_sub_parse_data_format_autodetect),
1734         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1735         * gst/subparse/gstsubparse.h:
1736         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1737         * tests/check/elements/subparse.c: (GST_START_TEST),
1738         (subparse_suite):
1739         Add a unit test for both SubViewer formats.
1740
1741 2007-06-01  Michael Smith <msmith@fluendo.com>
1742
1743         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1744           Don't overflow intermediate values when seeking to large time values
1745           in audiotestsrc.
1746
1747 2007-06-05  Wim Taymans  <wim@fluendo.com>
1748
1749         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1750         (gst_queue_create_read), (gst_queue_read_item_from_file),
1751         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1752         Include stdio to define fseeko.
1753
1754 2007-06-05  Wim Taymans  <wim@fluendo.com>
1755
1756         Patch by: Edward Hervey  <edward@fluendo.com>
1757
1758         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1759         (gst_v4lsrc_query):
1760         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1761
1762 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1763
1764         * gst-libs/gst/riff/Makefile.am:
1765         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1766           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1767           our own implementation.
1768
1769 2007-06-05  Wim Taymans  <wim@fluendo.com>
1770
1771         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1772         (gst_base_rtp_depayload_setcaps),
1773         (gst_base_rtp_depayload_set_gst_timestamp),
1774         (gst_base_rtp_depayload_change_state):
1775         Handle timestamp wraparound.
1776
1777 2007-06-05  Wim Taymans  <wim@fluendo.com>
1778
1779         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1780         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1781         (gst_uri_decode_bin_change_state):
1782         Make sure we name srcpads uniquely even when using different internal
1783         decodebins.
1784         Signal no-more-pads when no more dynamic elements exist.
1785         Remove pads on cleanup.
1786
1787 2007-06-05  Wim Taymans  <wim@fluendo.com>
1788
1789         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1790
1791         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1792         (gst_queue_init), (gst_queue_finalize),
1793         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1794         (gst_queue_create_read), (gst_queue_read_item_from_file),
1795         (gst_queue_open_temp_location_file),
1796         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1797         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1798         (gst_queue_is_empty), (gst_queue_is_filled),
1799         (gst_queue_change_state), (gst_queue_set_temp_location),
1800         (gst_queue_set_property):
1801         Add support for filebased buffering. Fixes #441264.
1802
1803 2007-06-05  Wim Taymans  <wim@fluendo.com>
1804
1805         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1806         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1807         (caps_notify_group_cb), (gst_decode_group_new),
1808         (gst_decode_group_free):
1809         Add support for delayed caps fixation when autoplugging.
1810         Optimize cases where a multiqueue is not needed/wanted, like right after
1811         anything that is not a demuxer.
1812
1813 2007-06-05  Wim Taymans  <wim@fluendo.com>
1814
1815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1816         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1817         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1818         consideratly speedup ogg chain detection by not trying to find a base
1819         timestamp for skeleton streams. 
1820
1821 2007-06-05  Wim Taymans  <wim@fluendo.com>
1822
1823         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1824         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1825         (gst_multi_fd_sink_remove_flush),
1826         (gst_multi_fd_sink_remove_client_link),
1827         (gst_multi_fd_sink_handle_client_write),
1828         (gst_multi_fd_sink_handle_clients):
1829         * gst/tcp/gstmultifdsink.h:
1830         Add support for remove_flush.
1831
1832 2007-06-05  Wim Taymans  <wim@fluendo.com>
1833
1834         * docs/design/draft-keyframe-force.txt:
1835         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1836         (theora_enc_chain):
1837         Add draft design for forcing keyframes in encoders and implement in
1838         theoraenc.
1839
1840 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1841
1842         * configure.ac:
1843           Back to CVS
1844
1845 === release 0.10.13 ===
1846
1847 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1848
1849         * configure.ac:
1850           releasing 0.10.13, "What's Going on?"
1851
1852 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1853
1854         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1855         In riff, the depth is stored in the size field but it just means that
1856         the least significant bits are cleared. We can therefore just play
1857         the sample as if it had a depth == width. Fixes: #440997
1858
1859         Patch by: Wim Taymans <wim@fluendo.com> 
1860         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1861
1862 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1863
1864         * gst-libs/gst/floatcast/floatcast.h:
1865         Define inline when needed on win32 builds. Fixes: #441295
1866         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1867
1868 2007-05-29  Wim Taymans  <wim@fluendo.com>
1869
1870         * gst/playback/gstplaybasebin.c: (queue_overrun),
1871         (no_more_pads_full):
1872         Stop buffering when the group is commited because the queues filled up.
1873         Fixes #442024.
1874
1875 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1876
1877         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1878         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1879         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1880         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1881         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1882         * ext/alsa/gstalsamixer.h:
1883         * ext/alsa/gstalsamixerelement.c:
1884         (gst_alsa_mixer_element_interface_supported),
1885         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1886         (gst_alsa_mixer_element_set_property),
1887         (gst_alsa_mixer_element_get_property),
1888         (gst_alsa_mixer_element_change_state):
1889         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1890         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1891         (gst_mixer_option_changed):
1892         * gst-libs/gst/interfaces/mixer.h:
1893         Revert commits towards #152864 made so far. We'll pick it up again
1894         after the 0.10.13 release.
1895
1896 2007-05-24  Wim Taymans  <wim@fluendo.com>
1897
1898         * gst-libs/gst/audio/gstbaseaudiosink.c:
1899         (gst_base_audio_sink_render):
1900         After an interrupt (PAUSED/flush) assume that the next sample should not
1901         be aligned to the previous sample. Fixes #417992.
1902
1903 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1904
1905         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1906           Don't add channels and rate fields to the template caps for
1907           audio/x-dts, as wavparse might not always be able to set them,
1908           which would then lead to 'caps are not a real subset of the
1909           template caps' warnings.
1910
1911 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1912
1913         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1914         Handle unknown or invalid pads without crashing, as might occur if
1915         a media file like an mp3 is specified as a subtitle file.
1916         Fixes: #410039
1917
1918 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1919
1920         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1921         (setup_sinks):
1922         Block the subtitle bin output queue before ghosting it and linking,
1923         then unblock after. This avoids spurious not-linked errors caused 
1924         by the queue starting up (because it gets linked when it is ghosted). 
1925         Fixes: #350299
1926
1927 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1928
1929         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1930         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1931         file. Avoids flukes where the input gets typefound to some valid but
1932         useless type.
1933
1934 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1935
1936         * tests/check/Makefile.am:
1937         * tests/check/elements/.cvsignore:
1938         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1939         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1940           Add unit test for gnomevfssink seeking and position reporting for
1941           file:// URIs.
1942
1943 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1944
1945         Patch by: Mark Nauwelaerts <manauw at skynet be>
1946
1947         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1948         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1949         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1950         * ext/gnomevfs/gstgnomevfssink.h:
1951           Fix position reporting, especially after a seek (from upstream),
1952           see #412648.
1953
1954 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1955
1956         * ext/cdparanoia/gstcdparanoiasrc.c:
1957           Repair umlaut.
1958
1959 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1960
1961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1962         Specify the full valid range for MP3 samplerates. Fixes a regression
1963         caused by extra header checks since the last release.
1964
1965 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1966
1967         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1969         Fix a locking-order bug I introduced with my changes the other day.
1970         Patch by Mike Smith.
1971
1972 2007-05-21  Michael Smith <msmith@fluendo.com>
1973
1974         * ext/theora/theoradec.c: (theora_handle_data_packet):
1975           Don't look inside 0-length packets (which indicate duplicated
1976           frames)
1977
1978 2007-05-21  Wim Taymans  <wim@fluendo.com>
1979
1980         * ext/cdparanoia/gstcdparanoiasrc.c:
1981         (gst_cd_paranoia_src_read_sector):
1982         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1983         (gst_base_audio_src_create):
1984         Small cleanups.
1985
1986         * ext/theora/theoradec.c: (theora_dec_sink_event):
1987         Fix typo.
1988
1989         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1990         (gst_base_rtp_depayload_set_gst_timestamp):
1991         Add some FIXME
1992
1993         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1994         And some debug info when a FIXME path is hit.
1995
1996 2007-05-21  Wim Taymans  <wim@fluendo.com>
1997
1998         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1999         (gst_base_rtp_audio_payload_class_init),
2000         (gst_base_rtp_audio_payload_init),
2001         (gst_base_rtp_audio_payload_finalize),
2002         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2003         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2004         (gst_base_rtp_payload_audio_handle_event):
2005         Some cleanups, remove minptime property as it is now in the parent
2006         class.
2007         Override parent class event function.
2008
2009         * gst-libs/gst/rtp/gstbasertppayload.c:
2010         (gst_basertppayload_class_init), (gst_basertppayload_init),
2011         (gst_basertppayload_event), (gst_basertppayload_set_property),
2012         (gst_basertppayload_get_property):
2013         * gst-libs/gst/rtp/gstbasertppayload.h:
2014         Add min-ptime property.
2015         Add handle-event vmethod. Fixes #415001.
2016
2017 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2018
2019         * gst-libs/gst/audio/gstbaseaudiosink.c
2020           (gst_base_audio_sink_change_state):
2021           Fix typo in comment.
2022
2023         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
2024           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
2025           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
2026           close_link):
2027         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
2028           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
2029           Remove trailing whitespaces in comments.
2030
2031         * gst/volume/Makefile.am:
2032           Fix tabs.
2033
2034 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2035
2036         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2037
2038         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
2039           set_option, get_option, _gst_reserved):
2040           Revert reordering functions (keep ABI).
2041
2042 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
2043
2044         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2045         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
2046         (gst_ximagesink_show_frame):
2047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2048         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
2049         (gst_xvimagesink_show_frame):
2050         When we create our own window, indicate that we handle the 
2051         WM_DELETE client message from the window manager, so that it won't 
2052         kill our window (and our app) along with it. Handle ClientMessage,
2053         post an error on the bus, and close the window. Further buffers
2054         arriving will result in a FlowError because the window has been
2055         destroyed.
2056
2057         Fixes: #393975
2058
2059         Clean up the X event handling loop and make them the same for
2060         both xvimagesink and ximagesink while I'm at it.
2061
2062 2007-05-17  Wim Taymans  <wim@fluendo.com>
2063
2064         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
2065         Make decodebin2 autoplug depayloaders too.
2066
2067         * gst/playback/gsturidecodebin.c: (source_new_pad):
2068         Set the newly created decoder in a usable state when autoplugging a
2069         dynamic source such as RTSP.
2070
2071 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2072
2073         * gst/playback/gststreaminfo.c: (cb_probe):
2074           Ignore video-codec tag for audio streams and ignore audio-codec tags
2075           for video streams. Should make codec name collection a bit more
2076           robust against sloppy demuxers that send tag events containing both
2077           tags down each pad.
2078
2079 2007-05-17  Wim Taymans  <wim@fluendo.com>
2080
2081         * gst/playback/gstqueue2.c: (update_rates):
2082         Tweak the buffering thresholds a little.
2083         Update the buffer size with the previously calculate rate instead of
2084         only when we calculate a new rate so that we get smoother buffering
2085         updates.
2086
2087         * gst/playback/Makefile.am:
2088         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
2089         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2090         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
2091         (gst_uri_decode_bin_get_property), (unknown_type),
2092         (add_element_stream), (no_more_pads_full), (no_more_pads),
2093         (source_no_more_pads), (new_decoded_pad), (array_has_value),
2094         (gen_source_element), (has_all_raw_caps), (analyse_source),
2095         (remove_decoders), (make_decoder), (remove_source),
2096         (source_new_pad), (setup_source), (decoder_query_init),
2097         (decoder_query_duration_fold), (decoder_query_duration_done),
2098         (decoder_query_position_fold), (decoder_query_position_done),
2099         (decoder_query_latency_fold), (decoder_query_latency_done),
2100         (decoder_query_seeking_fold), (decoder_query_seeking_done),
2101         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
2102         (gst_uri_decode_bin_change_state), (plugin_init):
2103         New element that intergrates a source, optional buffering element and
2104         decodebin.
2105
2106 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2107
2108         * configure.ac:
2109           Bump libtheora requirement to 1.0alpha5 for the pixformat check
2110           (also has a .pc file, so we don't need the fallback check any
2111           longer). Fixes #438840.
2112
2113 2007-05-17  Wim Taymans  <wim@fluendo.com>
2114
2115         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2116         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
2117         (apply_segment), (apply_buffer), (update_buffering),
2118         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
2119         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2120         (gst_queue_handle_sink_event), (gst_queue_is_filled),
2121         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
2122         (plugin_init):
2123         fix build.
2124
2125 2007-05-17  Wim Taymans  <wim@fluendo.com>
2126
2127         * gst/playback/Makefile.am:
2128         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2129         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
2130         (gst_queue_getcaps), (gst_queue_bufferalloc),
2131         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
2132         (apply_buffer), (update_buffering), (reset_rate_timer),
2133         (update_rates), (gst_queue_locked_flush),
2134         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2135         (gst_queue_handle_sink_event), (gst_queue_is_empty),
2136         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
2137         (gst_queue_loop), (gst_queue_handle_src_event),
2138         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
2139         (gst_queue_src_activate_push), (gst_queue_change_state),
2140         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
2141         On our way to playbin2 this is the new network queue that does buffering
2142         all by itself using high and low watermarks. It can also measure up and
2143         downstream bandwidth to optimally size the queue.
2144
2145 2007-05-17  Michael Smith <msmith@fluendo.com>
2146
2147         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
2148         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
2149           Use the segment->last_stop value to calculate the next timestamp to
2150           generate after a seek; not the segment->start value.
2151
2152 2007-05-15  David Schleef  <ds@schleef.org>
2153
2154         * docs/Makefile.am: Install docs even when --disable-gtk-doc
2155           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
2156
2157 2007-05-15  Wim Taymans  <wim@fluendo.com>
2158
2159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2160         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
2161         Some more chained streaming ogg timestamp fixes.
2162
2163 2007-05-15  Wim Taymans  <wim@fluendo.com>
2164
2165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2166         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2167         (gst_ogg_demux_handle_page):
2168         Add some FIXMEs.
2169         Fix chain start/stop segment handling based on patch by
2170         <ahalda at cs dot mcgill dot ca> see #320984.
2171
2172 2007-05-15  Michael Smith <msmith@fluendo.com>
2173
2174         * configure.ac:
2175           We don't require a C++ compiler. So don't require one.
2176
2177 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2178
2179         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
2180           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2181           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
2182           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2183           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
2184           gst_alsa_mixer_update_track):
2185           Apply some of the cleanup Tim suggested in #152864 afterwards.
2186
2187 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2188
2189         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2190
2191         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
2192           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
2193           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
2194           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2195           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
2196           gst_alsa_mixer_handle_source_callback,
2197           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2198           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
2199           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
2200           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
2201           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
2202           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
2203         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
2204         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
2205           gst_alsa_mixer_element_interface_supported,
2206           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
2207           gst_alsa_mixer_element_set_property,
2208           gst_alsa_mixer_element_get_property,
2209           gst_alsa_mixer_element_change_state):
2210         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
2211         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
2212           gst_mixer_option_changed):
2213         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2214           volume_changed, option_changed, _gst_reserved):
2215           Implement notification for alsamixer. Fixes #152864
2216
2217 2007-05-14  David Schleef  <ds@schleef.org>
2218
2219         * gst/videotestsrc/videotestsrc.c:
2220         * gst/videotestsrc/videotestsrc.h:
2221           Add support for video/x-raw-bayer.
2222
2223 2007-05-12  David Schleef  <ds@schleef.org>
2224
2225         * sys/xvimage/xvimagesink.c:
2226           Add some sanity checking for the XVImage size returned by X.
2227           Related to #377400.
2228
2229 2007-05-12  Wim Taymans  <wim@fluendo.com>
2230
2231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2232         (gst_base_rtp_depayload_setcaps),
2233         (gst_base_rtp_depayload_set_gst_timestamp):
2234         Parse and use additional caps fields as described in updated
2235         application/x-rtp caps spec.
2236
2237 2007-05-12  Wim Taymans  <wim@fluendo.com>
2238
2239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2240         (gst_ogg_demux_collect_chain_info):
2241         If there is a stream in a chain without any data packets, ignore the
2242         stream in the total length calculations. Might be related to #436820.
2243
2244 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2245
2246         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2247         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2248         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2249         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2250         (plugin_init):
2251
2252         Consolidate and re-work our mpeg system stream detection to probe
2253         more packets and produce a higher confidence result. Fixes a
2254         regression caused by lowering the typefind probability last year
2255         - related to bug #397810. Remove the redundant MPEG-1 specific 
2256         typefind function, as the new one detects both MPEG-1 & MPEG-2
2257         happily.
2258
2259         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2260         little. 
2261
2262         Tested against my media test directory, with some improvements and
2263         no regressions.
2264
2265 2007-05-10  Wim Taymans  <wim@fluendo.com>
2266
2267         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2268         (queue_out_of_data):
2269         Connect to the new queue "pushing" signal instead of the broken
2270         "running" one.
2271
2272 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2273
2274         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2275         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2276         Move variable declaration before the first instruction.
2277         * gst/videotestsrc/videotestsrc.c:
2278         Define M_PI if it's not defined yet.
2279         * win32/common/libgstrtp.def:
2280         Add new exported functions.
2281
2282 2007-05-09  Michael Smith <msmith@fluendo.com>
2283
2284         * ext/theora/theoradec.c: (theora_handle_type_packet):
2285           gst_pad_push_event() does not return a GstFlowReturn!
2286
2287 2007-05-09  Wim Taymans  <wim@fluendo.com>
2288
2289         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2290         * tests/examples/seek/seek.c: (do_seek):
2291         Some small cosmetic changes.
2292
2293 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2294
2295         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2296           gst_adder_change_state):
2297         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2298           segment_pending, segment_position, segment_rate):
2299           Handle playback-rate on adder.
2300
2301 2007-05-07  Michael Smith <msmith@fluendo.com>
2302
2303         * ext/theora/gsttheoradec.h:
2304         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2305         (theora_dec_sink_event), (theora_handle_comment_packet),
2306         (theora_handle_type_packet), (theora_dec_change_state):
2307           Don't push events (newsegment, tags) before initialising the
2308           decoder.
2309           This is neccesary for seeking to work correctly in gnonlin.
2310
2311 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2312
2313         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2314         * gst/adder/gstadder.c:
2315         * gst/audiotestsrc/gstaudiotestsrc.c
2316           (gst_audio_test_src_create_white_noise):
2317         * gst/videotestsrc/gstvideotestsrc.c:
2318         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2319           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2320           volume_sink_template, volume_src_template, gst_volume_init,
2321           volume_process_double, volume_process_int16,
2322           volume_process_int16_clamp):
2323           Doc fixes and formatting.
2324
2325 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2326
2327         * tests/check/Makefile.am:
2328         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2329           Minimal check for volume's GstController usability; also another
2330           test for #422295.
2331
2332 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2333
2334         * gst-libs/gst/cdda/gstcddabasesrc.c:
2335         (gst_cdda_base_src_add_track):
2336           Fix it so that it (a) makes sense and (b) doesn't break
2337           everything cdda-related including the unit test.
2338
2339 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2340
2341         * gst-libs/gst/cdda/gstcddabasesrc.c:
2342         (gst_cdda_base_src_add_track):
2343           Fix build when disabling asserts.
2344
2345 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2346
2347         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2348           When XShm is not available, we might get row strides that are not
2349           rounded up to multiples of four; this is bad, because virtually
2350           every RGB-processing element in GStreamer assumes rowstrides are
2351           rounded up to multiples of four, so let's allocate at least enough
2352           memory to avoid crashes in this case. The image will still be
2353           displayed distorted though if this happens, so that still needs
2354           fixing (maybe by allocating a bigger image with an 'even' width
2355           and then clipping it appropriately when rendering - something for
2356           Xlib aficionados in any case).
2357
2358 2007-05-03  Michael Smith <msmith@fluendo.com>
2359
2360         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2361           If a buffer doesn't have a timestamp, assume it's contiguous with
2362           the previous buffer, and synthesise timestamps appropriately.
2363
2364 2007-05-03  Edward Hervey  <edward@fluendo.com>
2365
2366         * tests/check/elements/videorate.c: (GST_START_TEST):
2367         Set buffer timestamp to a valid value in order to test the buffer
2368         really does stay in videorate.
2369
2370 2007-05-03  Edward Hervey  <edward@fluendo.com>
2371
2372         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2373         There is no sensible way to handle incoming buffers which don't have a
2374         valid timestamp. We therefore discard them and wait for the next one.
2375
2376 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2377
2378         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2379         * gst/playback/gstdecodebin2.c: (plugin_init):
2380           Better error message for text files.
2381
2382 2007-04-29  Wim Taymans  <wim@fluendo.com>
2383
2384         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2385         Fix offset bug in generation RR packets.
2386
2387 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2388
2389         * ext/theora/theoradec.c: (_theora_granule_time),
2390         (theora_dec_push_forward), (theora_handle_data_packet),
2391         (theora_dec_decode_buffer): Calculate buffer duration correctly
2392         to generate a perfect stream (#433888).
2393         * gst/audioresample/gstaudioresample.c:
2394         (audioresample_check_discont): Glib provides ABS.
2395
2396 2007-04-27  Wim Taymans  <wim@fluendo.com>
2397
2398         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2399         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2400         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2401         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2402         (gst_rtcp_packet_bye_set_reason):
2403         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2404         Fix RB block parsing and writing.
2405         Add support for constructing BYE packets.
2406
2407 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2408
2409         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2410         (gst_base_audio_src_create):
2411         * po/POTFILES.in:
2412           When posting a warning message because samples were dropped, post
2413           something more intelligible than he default error message for clock
2414           errors which is just confusing in this context (#432984).
2415
2416 2007-04-25  Wim Taymans  <wim@fluendo.com>
2417
2418         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2419         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2420         (read_packet_header), (gst_rtcp_packet_move_to_next),
2421         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2422         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2423         (gst_rtcp_packet_sdes_get_item_count),
2424         (gst_rtcp_packet_sdes_first_item),
2425         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2426         (gst_rtcp_packet_sdes_first_entry),
2427         (gst_rtcp_packet_sdes_next_entry),
2428         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2429         (gst_rtcp_packet_sdes_add_entry):
2430         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2431         Implement code to write SR, RR and SDES packets.
2432
2433 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2434
2435         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2436
2437         * sys/ximage/ximagesink.c:
2438           Fix build if XShm is not available (#432362).
2439
2440 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2441
2442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2443         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2444         pointers to random memory which are passed to g_free() when
2445         audio_convert_prepare_context() is called the first time.
2446
2447 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2448
2449         Patch by: Dan Williams <dcbw redhat com>
2450
2451         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2452           Don't leak incoming buffer if gst_pad_push() returns a
2453           non-OK flow. Fixes #432755.
2454          
2455         * tests/check/elements/videorate.c: (GST_START_TEST),
2456         (videorate_suite):
2457           Unit test for the above by Yours Truly.
2458
2459 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2460
2461         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2462         (gst_adder_sink_event), (gst_adder_collected):
2463           Fix non-flushing segmented seeks, Fixes #340060 for me
2464
2465 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2466
2467         Patch by: Olivier Crete  <tester at tester ca>
2468
2469         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2470         (gst_base_rtp_audio_payload_class_init),
2471         (gst_base_rtp_audio_payload_init),
2472         (gst_base_rtp_audio_payload_dispose):
2473           Chain up to parent class in dispose function; get rid of
2474           unnecessary 'diposed' flag in private structure (#415001).
2475
2476 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2477
2478         * docs/libs/gst-plugins-base-libs.types:
2479         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2480         (gst_base_rtp_audio_payload_class_init):
2481         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2482         * gst-libs/gst/rtp/gstbasertppayload.c:
2483           Some minor docs fixes and additions; also add missing 'Since' bits.
2484
2485 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2486
2487         Patch by: Zeeshan Ali  <zeenix gmail com>
2488
2489         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2490         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2491         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2492         (gst_base_rtp_audio_payload_push):
2493         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2494           The recently-added gst_base_rtp_audio_payload_push() should take an
2495           object of type GstBaseRTPAudioPayload as first argument (#431672).
2496
2497 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2498
2499         * gst/audioresample/gstaudioresample.c:
2500           Make more functions static, just because we can.
2501
2502 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2503
2504         * tests/check/elements/audioresample.c:
2505           Add unit test for audioresample shutdown crasher (#420106).
2506
2507 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2508
2509         * gst/subparse/gstsubparse.c:
2510         * gst/subparse/samiparse.c:
2511           Use GST_DISABLE_XML here
2512
2513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2514         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2515         (gst_xvimagesink_buffer_alloc),
2516         (gst_xvimagesink_navigation_send_event):
2517         * sys/xvimage/xvimagesink.h:
2518           Include stdlib.h when using atoi.
2519           
2520         * tests/check/elements/playbin.c: (playbin_suite):
2521           Use GST_DISABLE_REGISTRY here
2522
2523 2007-04-19  Michael Smith  <msmith@fluendo.com>
2524
2525         * ext/theora/gsttheoraenc.h:
2526         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2527         (theora_enc_sink_event), (theora_enc_change_state):
2528           Track initialisation state; don't try to use encoder state if we're
2529           not initialised (it'll segfault).
2530
2531 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2532
2533         * tests/check/pipelines/.cvsignore:
2534         Fix build.
2535
2536 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2537
2538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2539         Allow random depths between 1 and 32 instead of only multiplies of 8.
2540
2541 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2542
2543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2544         Set the maximum number of channels for PCM and float in the correct
2545         place to have it also used when creating the template caps.
2546
2547 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2548
2549         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2550         Correctly support 4, 6 and 8 channels with normal PCM and float
2551         wav files.
2552
2553         Fix the depth and signedness calculation in extensible wav files and
2554         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2555         mask is found.
2556
2557         Add support for float, alaw and mulaw in extensible wav files.
2558
2559         This allows correct playback of all but 5 files from
2560         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2561         
2562         (gst_riff_create_audio_template_caps):
2563         Add voxware and float formats to the template caps.     
2564
2565 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2566
2567         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2568
2569         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2570         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2571
2572         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2573         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2574         Use the correct format strings for integer formats.
2575
2576 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2577
2578         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2579           Don't use pad_alloc_buffer_and_set_caps to create a small header
2580           packet, or, worse, to create a big temporary video buffer using the
2581           src pad.
2582
2583 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2584
2585         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2586         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2587           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2588           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2589
2590 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2591
2592         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2593           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2594           streamheader_suite):
2595           Add another test set up for failure
2596
2597 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2598
2599         * tests/check/Makefile.am:
2600         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2601           GST_START_TEST, streamheader_suite, main):
2602           Add a test for the streamheader bug Wim fixed.
2603
2604 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2605
2606         * ext/theora/theoradec.c: (theora_dec_sink_event):
2607         Fix misleading comment.
2608
2609 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2610
2611         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2612           More sanity checks for the header fields.
2613
2614 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2615
2616         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2617           Try encodings from all environment variables, not just those in the
2618           first environment variable that is set.
2619
2620 2007-04-12  Wim Taymans  <wim@fluendo.com>
2621
2622         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2623         (gst_video_rate_chain):
2624         Add some debug.
2625
2626         * tests/check/elements/videorate.c: (GST_START_TEST),
2627         (videorate_suite):
2628         Added check for videorate changing caps handling. Closes #421834.
2629
2630 2007-04-12  Michael Smith  <msmith@fluendo.com>
2631
2632         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2633           Use scale functions to avoid overflow when calculating duration of 
2634           vorbis buffers.
2635
2636 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2637
2638         * docs/libs/gst-plugins-base-libs-sections.txt:
2639         * gst-libs/gst/tag/tag.h:
2640         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2641           API: add gst_tag_freeform_string_to_utf8() (#405072).
2642
2643         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2644           Use gst_tag_freeform_string_to_utf8() here.
2645
2646 2007-04-12  Wim Taymans  <wim@fluendo.com>
2647
2648         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2649         (gst_gdp_pay_sink_event):
2650         Make sure we set the IN_CAPS flag correctly.
2651
2652         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2653         Get the IN_CAPS flag before we call functions that mess with the flags.
2654
2655 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2656
2657         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2658           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2659           Only stamp buffers with offset/offset_end right before they get
2660           pushed.  This ensures offset continuity, which was not the case
2661           before as shown by
2662           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2663
2664 2007-04-06  Wim Taymans  <wim@fluendo.com>
2665
2666         * gst/playback/gstplaybin.c: (add_sink),
2667         (gst_play_bin_change_state):
2668         Activate sync in playbin, we are ready to handle it for live streams.
2669
2670 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2671
2672         * tests/check/elements/playbin.c:
2673         (test_sink_usage_video_only_stream), (playbin_suite):
2674           Add small test for stream-info-value-array code paths.
2675
2676 2007-04-05  Wim Taymans  <wim@fluendo.com>
2677
2678         * gst-libs/gst/audio/gstbaseaudiosink.c:
2679         (gst_base_audio_sink_skew_slaving):
2680         Don't try to create invalid calibration parameters by making the
2681         internal time go backwards, instead make external time go forward.
2682
2683 2007-04-05  Wim Taymans  <wim@fluendo.com>
2684
2685         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2686
2687         * gst/playback/gstplaybasebin.c: (add_stream):
2688         Fix leak in add_stream(), when g_value_set_object() increases the
2689         refcount of streaminfo object. Fixes #426250.
2690
2691 2007-04-03  David Schleef  <ds@schleef.org>
2692
2693         * gst/videotestsrc/gstvideotestsrc.c:
2694         * gst/videotestsrc/gstvideotestsrc.h:
2695         * gst/videotestsrc/videotestsrc.c:
2696         * gst/videotestsrc/videotestsrc.h:
2697           Add a test pattern called "circular", which has concentric
2698           rings with varying radial frequency.  The main purpose of this
2699           pattern is to test fidelity loss in a filter or scaler element.
2700           Notably, this pattern is scale invariant, and is optimally viewed
2701           with a width (and height) of 400.
2702
2703 2007-04-03  Wim Taymans  <wim@fluendo.com>
2704
2705         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2706
2707         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2708         (deactivate_free_recursive):
2709         Decodebin2 doesn't unref pads it obtains in some occasions:
2710         - multiqueue src pads, when either connecting further or exposing
2711         - sink pads of new autoplugged elements
2712         - peer pads when recursively freeing elements
2713         Fixes #425455.
2714
2715 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2716
2717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2718         Add audio/x-raw-float support, now that audioconvert support
2719         non-native endianness floats.
2720
2721 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2722
2723         * docs/libs/gst-plugins-base-libs-docs.sgml:
2724           gstreamer-plugins-base.pc doesn't exist, it's
2725           gstreamer-plugins-base-0.10.pc.
2726
2727 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2728
2729         Patch by: René Stadler <mail at renestadler dot de>
2730         with some minor changes
2731
2732         * gst-libs/gst/floatcast/floatcast.h:
2733         Use more efficient float endianness conversion functions that don't
2734         involve 2 function calls per value.
2735         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2736         (check_default), (audio_convert_prepare_context):
2737         * gst/audioconvert/gstaudioconvert.c:
2738         (gst_audio_convert_parse_caps), (make_lossless_changes):
2739         Support non-native endianness floats as input and output.
2740         Fixes #339838.
2741         * tests/check/elements/audioconvert.c: (verify_convert),
2742         (GST_START_TEST):
2743         Add unit tests for the non-native endianness float conversions.
2744
2745 2007-03-29  Wim Taymans  <wim@fluendo.com>
2746
2747         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2748         (gst_base_rtp_depayload_base_init),
2749         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2750         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2751         (gst_base_rtp_depayload_set_gst_timestamp),
2752         (gst_base_rtp_depayload_change_state),
2753         (gst_base_rtp_depayload_set_property),
2754         (gst_base_rtp_depayload_get_property):
2755         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2756         Add Private structure.
2757         Bring element code to 2007.
2758         Parse clock-base caps param and use it when generating the
2759         newsegment.
2760         Reset variables before going to PAUSED.
2761         Fix some docs.
2762
2763 2007-03-29  Wim Taymans  <wim@fluendo.com>
2764
2765         * docs/libs/gst-plugins-base-libs-docs.sgml:
2766         * docs/libs/gst-plugins-base-libs-sections.txt:
2767         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2768         (gst_base_rtp_audio_payload_get_adapter):
2769         Add RTCP docs.
2770         Fix some more docs.
2771
2772         * gst-libs/gst/rtp/Makefile.am:
2773         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2774         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2775         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2776         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2777         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2778         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2779         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2780         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2781         (gst_rtcp_packet_sr_get_sender_info),
2782         (gst_rtcp_packet_sr_set_sender_info),
2783         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2784         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2785         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2786         (gst_rtcp_packet_sdes_get_chunk_count),
2787         (gst_rtcp_packet_sdes_first_chunk),
2788         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2789         (gst_rtcp_packet_sdes_first_item),
2790         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2791         (gst_rtcp_packet_bye_get_ssrc_count),
2792         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2793         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2794         (gst_rtcp_packet_bye_get_reason_len),
2795         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2796         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2797         Add new helper object for parsing and creating RTCP messages.
2798
2799 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2800
2801         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2802         PCM samples with width=8 must be always unsigned, no matter what
2803         depth they have.
2804
2805 2007-03-29  Andy Wingo  <wingo@pobox.com>
2806
2807         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2808         perfect offsets also, not just timestamps.
2809
2810         * tests/check/elements/videorate.c (test_more): Test that given
2811         any incoming offsets, that videorate produces perfect offsets.
2812
2813 2007-03-29  Wim Taymans  <wim@fluendo.com>
2814
2815         * gst-libs/gst/riff/riff-ids.h:
2816         Add some more RIFF formats.
2817
2818 2007-03-29  Wim Taymans  <wim@fluendo.com>
2819
2820         * gst-libs/gst/rtp/gstrtpbuffer.c:
2821         (gst_rtp_buffer_default_clock_rate):
2822         * gst-libs/gst/rtp/gstrtpbuffer.h:
2823         Fix fixed payload names and docs.
2824         Added method to get the default clock rates of fixed payload types.
2825         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2826
2827 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2828
2829         * tests/check/pipelines/.cvsignore:
2830         Add new vorbisdec test to cvsignore.
2831
2832 2007-03-28  Wim Taymans  <wim@fluendo.com>
2833
2834         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2835         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2836         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2837         (gst_base_audio_sink_set_property),
2838         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2839         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2840         (gst_base_audio_sink_skew_slaving),
2841         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2842         (gst_base_audio_sink_async_play):
2843         * gst-libs/gst/audio/gstbaseaudiosink.h:
2844         Store private stuff in GstBaseAudioSinkPrivate.
2845         Add configurable clock slaving modes property.
2846         API:: GstBaseAudioSink::slave-method property
2847         Some more latency reporting tweaks.
2848         Added skew based clock slaving correction and make it the default until
2849         the resampling method is more robust.
2850
2851 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2852
2853         * gst/audioconvert/audioconvert.c:
2854         Add docs to the integer pack functions and implement proper
2855         rounding. Before we had rounding towards negative infinity, i.e.
2856         always the smaller number was taken. Now we use natural rounding,
2857         i.e. rounding to the nearest integer and to the one with the largest
2858         absolute value for X.5. The old rounding introduced some minor
2859         distortions. Fixes #420079
2860         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2861         Fix one unit test that assumed the old rounding and added unit tests
2862         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2863         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2864         rounding from signed int32 to signed/unsigned int16.
2865
2866 2007-03-27  Michael Smith  <msmith@fluendo.com>
2867
2868         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2869         (gst_audio_convert_transform_caps):
2870           Fix typo in debug line introduced recently, as pointed out on irc.
2871
2872 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2873
2874         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2875         * tests/check/libs/tag.c: (GST_START_TEST):
2876           Make sure we parse floating-point numbers in vorbis comments
2877           correctly with either '.' or ',' as separator, no matter what
2878           the current locale is. Add unit test for this too.
2879
2880 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2881
2882         Patch by: René Stadler  <mail at renestadler de>
2883
2884         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2885           When writing out floating-point numbers to vorbis comment tags, always
2886           use the same character as separator no matter what the current locale is
2887           (fixes #423051).
2888
2889         * tests/check/libs/tag.c: (GST_START_TEST):
2890           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2891
2892 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2893
2894         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2895           vorbis_handle_data_packet):
2896           Correctly set DURATION to generate a timestamp-continuous stream.
2897           One bug left at the end; see
2898           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2899         * tests/check/Makefile.am:
2900         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2901           Add a test to check this.  Without the above patch this test fails.
2902
2903 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2904
2905         * gst-libs/gst/rtp/Makefile.am:
2906         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2907
2908 2007-03-23  Michael Smith  <msmith@fluendo.com>
2909
2910         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2911         (gst_video_rate_reset), (gst_video_rate_chain):
2912           If videorate changes caps, we can no longer use the old buffer
2913           (which may have a different size, incompatible with our caps).
2914           So don't do that; just duplicate the new frame more times.
2915
2916 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2917
2918         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2919         Remove playbin's override of the set_clock vmethod. It's irrelevant
2920         after Wim's commit on the 19th.
2921
2922 2007-03-22  Wim Taymans  <wim@fluendo.com>
2923
2924         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2925         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2926         * ext/gnomevfs/gstgnomevfssrc.h:
2927         Don't cache file sizes. Fixes #341078.
2928
2929 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2930
2931         * gst/playback/gstplaybin.c: (add_sink):
2932           Use GST_PTR_FORMAT to log caps. 
2933
2934 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2935
2936         Patch by: Young-Ho Cha <ganadist at chollian net>
2937
2938         * gst/subparse/samiparse.c: (handle_start_font):
2939           Special-case some more colour names that pango doesn't handle by
2940           default. Fixes #420578.
2941
2942 2007-03-20  Michael Smith  <msmith@fluendo.com>
2943
2944         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2945           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2946           that marks EOS internally. After that, libvorbis will buffer all
2947           input data, and encode none of it, eventually leading to memory
2948           exhaustion.
2949
2950 2007-03-19  Wim Taymans  <wim@fluendo.com>
2951
2952         * gst/playback/gstdecodebin.c: (remove_fakesink):
2953         Don't post STATE_DIRTY anymore.
2954
2955         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2956         (gst_play_bin_change_state):
2957         Remove stream_time reset in seek handling, core does that now.
2958         Disable clocking for live pipelines by forcing a NULL clock to the
2959         complete pipeline, core is too smart now for our previous hack.
2960         We can always autoplug in PAUSED now.
2961
2962 2007-03-17  David Schleef  <ds@schleef.org>
2963
2964         * REQUIREMENTS:  Update this file, change the formatting to make
2965         it more consistent, plus more machine readable.
2966
2967 2007-03-16  Michael Smith  <msmith@fluendo.com>
2968
2969         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2970         (strip_width_64), (append_with_other_format):
2971           Previous fix was too simplistic, and broke the tests. Use a better
2972           approach; only strip 64 from widths for integer audio.
2973
2974 2007-03-16  Michael Smith  <msmith@fluendo.com>
2975
2976         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2977         (gst_audio_convert_transform_caps):
2978           We don't support 64 bit integer audio, so don't try to claim we can.
2979           Stops us producing caps don't match our template caps.
2980           Update comments.
2981
2982 2007-03-15  Michael Smith  <msmith@fluendo.com>
2983
2984         * gst/audioresample/gstaudioresample.c:
2985         (audioresample_check_discont), (audioresample_transform):
2986           Don't trigger discontinuities for very small imperfections; a filter
2987           flush will sound bad, and many plugins have rounding errors leading
2988           to these.
2989
2990 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2991
2992         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2993
2994         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2995         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2996         API: add "min-ptime" property to RTP base audio payloader.
2997         API: add gst_base_rtp_audio_payload_push().
2998         API: add gst_base_rtp_audio_payload_get_adapter().
2999         Fixes #415001
3000         Indentation/whitespace/documentation fixes.
3001
3002 2007-03-14  Julien MOUTTE  <julien@moutte.net>
3003
3004         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
3005         (audioresample_transform_size), (audioresample_do_output),
3006         (audioresample_transform), (audioresample_pushthrough): Handle
3007         discontinuous streams.
3008         * gst/audioresample/gstaudioresample.h:
3009         * tests/check/elements/audioresample.c:
3010         (test_discont_stream_instance), (GST_START_TEST),
3011         (audioresample_suite): Add a test for discontinuous streams.
3012         * win32/common/config.h: Updated.
3013
3014 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3015
3016         * po/af.po:
3017         * po/az.po:
3018         * po/cs.po:
3019         * po/en_GB.po:
3020         * po/it.po:
3021         * po/nb.po:
3022         * po/nl.po:
3023         * po/or.po:
3024         * po/sq.po:
3025         * po/sr.po:
3026         * po/sv.po:
3027         * po/uk.po:
3028         * po/vi.po:
3029           Update translations from translation project.
3030
3031 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3032
3033         * gst/audioresample/debug.h:
3034         * gst/audioresample/resample.c: (resample_init):
3035           Since I really am not interested in a debug line for each sample
3036           being processed, move the library's debugging to its own category,
3037           libaudioresample
3038
3039 2007-03-13  Michael Smith  <msmith@fluendo.com>
3040
3041         * ext/theora/theoradec.c: (theora_handle_type_packet):
3042           Since the plugin doesn't support anything other than 4:2:0 right
3043           now, post an error and fail if we get something else. Won't matter
3044           until libtheora supports the other pixel formats, but hopefully
3045           that'll be soon...
3046
3047 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3048
3049         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
3050         Use gst_guint64_to_gdouble for conversion.
3051         * win32/MANIFEST:
3052         Add new files to the win32 MANIFEST.
3053         * win32/common/libgstaudio.def:
3054         * win32/common/libgstpbutils.def:
3055         Add new exported functions.
3056         * win32/vs6/gst_plugins_base.dsw:
3057         * win32/vs6/libgstdecodebin.dsp:
3058         * win32/vs6/libgstplaybin.dsp:
3059         Change the link to libgstpbutils.lib.
3060         * win32/vs6/libgstdecodebin2.dsp:
3061         Add a new project for decodebin2.
3062         * win32/vs6/libgstpbutils.dsp:
3063         Add a new project for pbutils.
3064
3065 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3066
3067         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3068           Also accept partial dates with only year and month,
3069           like 1999-12-00 (fixes #410396 even more).
3070
3071         * tests/check/libs/tag.c: (GST_START_TEST):
3072           Add unit test for the above.
3073
3074 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3075
3076         * tests/check/elements/subparse.c: (GST_START_TEST),
3077         (subparse_suite):
3078           Add unit test for MPL2 subtitle format (#413799).
3079
3080 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3081
3082         Patch by: Kamil Pawlowski  <kamilpe gmail com>
3083
3084         * gst/subparse/Makefile.am:
3085         * gst/subparse/gstsubparse.c:
3086         (gst_sub_parse_data_format_autodetect),
3087         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
3088         (gst_subparse_type_find):
3089         * gst/subparse/gstsubparse.h:
3090         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
3091         * gst/subparse/mpl2parse.h:
3092           Add support for MPL2 subtitle format (#413799).
3093
3094 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3095
3096         * configure.ac:
3097           We require core CVS for the new buffer metadata copy functions.
3098
3099 2007-03-09  Wim Taymans  <wim@fluendo.com>
3100
3101         * gst-libs/gst/tag/gstid3tag.c:
3102         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
3103         Fixes #414496.
3104
3105         Patch by: Alex Lancaster <alexl at users sourceforge net>
3106
3107 2007-03-09  Wim Taymans  <wim@fluendo.com>
3108
3109         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
3110         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
3111         Improve adapter usage and comments.
3112
3113 2007-03-09  Wim Taymans  <wim@fluendo.com>
3114
3115         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3116         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
3117         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
3118         Use new metadata copy function.
3119
3120         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3121         (gst_ffmpegcsp_transform):
3122         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
3123         Basetransform copied the metadata for us.
3124
3125 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3126
3127         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
3128         (gst_text_overlay_video_event):
3129           Some more logging. Only accept newsegment events in TIME format and
3130           send a WARNING message if they are not in TIME format.
3131
3132         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3133         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
3134         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
3135         * gst/subparse/gstsubparse.h:
3136           No need to allocate GstSegment structure dynamically, just put it
3137           into the instance structure; ignore newsegment events in BYTE
3138           format and in particular don't let it overwrite our saved TIME
3139           segment from the last seek.
3140
3141 2007-03-09  Michael Smith  <msmith@fluendo.com>
3142
3143         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
3144           Replace AC3 typefinder with one that isn't terrible, and actually
3145           works usefully.
3146
3147 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3148
3149         * gst/audioconvert/gstaudioconvert.c:
3150         (gst_audio_convert_transform):
3151           fix error category and translatable string
3152           
3153
3154 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3155
3156         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3157         * pkgconfig/gstreamer-plugins-base.pc.in:
3158           Fix up utils => pbutils here too.
3159
3160 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3161
3162         * gst/subparse/gstsubparse.c: (handle_buffer):
3163           Break out of loop in chain function as soon as possible if we get
3164           a non-OK flow return.
3165
3166 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3167
3168         * tests/check/elements/alsa.c: (GST_START_TEST):
3169         Unref the mixer if the state change fails too (if the
3170         alsa devices are inaccessible, for example)
3171
3172 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3173
3174         * tests/check/Makefile.am:
3175         Don't test libvisual elements in the states check, because libvisual
3176         seems to leak internally.
3177
3178         Re-enable the alsa and states tests now that there's new suppressions
3179         in gst.supp.
3180
3181         * tests/check/elements/alsa.c: (GST_START_TEST):
3182         Don't leak the alsamixer we instantiated.
3183
3184 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3185
3186         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3187         (gst_ximagesink_change_state), (gst_ximagesink_reset),
3188         (gst_ximagesink_finalize):
3189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3190         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
3191         Move some cleanup stuff from the state change handler into a _reset()
3192         function that can be called from _finalize(). This ensures that things
3193         get freed even if (for some reason) the NULL->READY state transition
3194         fails in the parent class.
3195         Even if a parent state change fails, process our downward state change
3196         logic instead of bailing out early.
3197         Free the correct xcontext pointer in ximagesink's xcontext_clear.
3198
3199 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3200
3201         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3202         Extra log line.
3203
3204         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
3205         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
3206         Use pango_font_description_set_family_static instead of 
3207         pango_font_description_set_family to save a string copy (it was
3208         leaking due to the strdup anyway)
3209
3210         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
3211         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
3212         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3213         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3214         Chain up in finalize.
3215
3216 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3217
3218         * gst-libs/gst/interfaces/mixertrack.c:
3219         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3220         (gst_mixer_track_set_property):
3221           API: add "untranslated-label" property which should be set by
3222           implementations at construct time (#414645).
3223
3224         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3225         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3226           Set "untranslated-label" when constructing mixer track objects.
3227
3228         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3229           Unit test to check the above.
3230
3231 2007-03-07  Wim Taymans  <wim@fluendo.com>
3232
3233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3234         Fix confusing debug message.
3235
3236 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3237
3238         * gst-plugins-base.doap:
3239         update doap file with new version
3240
3241 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3242
3243         * configure.ac:
3244         Back to CVS
3245
3246 === release 0.10.12 ===
3247
3248 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3249
3250         * configure.ac:
3251           releasing 0.10.12, "Zombie Horde"
3252
3253 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3254
3255         * configure.ac:
3256         Bump version to 0.10.11.4 pre-release
3257
3258 2007-03-06  Wim Taymans  <wim@fluendo.com>
3259
3260         * gst-libs/gst/audio/gstbaseaudiosink.c:
3261         (gst_base_audio_sink_async_play):
3262         Fix regression that made GStreamer skip the first samples of audio.
3263         Fixes #414684.
3264
3265 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3266
3267         * configure.ac:
3268         Bump version to 0.10.11.3 pre-release
3269
3270 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3271
3272         * po/POTFILES.in:
3273           Update paths for the rename from utils to pbutils to fix the build.
3274
3275 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3276
3277         * gst-libs/gst/pbutils/Makefile.am:
3278           Change directory to install headers in from gst/utils to gst/pbutils
3279           as well.
3280
3281 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3282
3283         * configure.ac:
3284         * docs/libs/gst-plugins-base-libs-docs.sgml:
3285         * docs/libs/gst-plugins-base-libs-sections.txt:
3286         * gst-libs/gst/Makefile.am:
3287         * gst-libs/gst/interfaces/mixer.c:
3288         * gst-libs/gst/pbutils/Makefile.am:
3289         * gst-libs/gst/pbutils/descriptions.c:
3290         (gst_pb_utils_get_source_description),
3291         (gst_pb_utils_get_sink_description),
3292         (gst_pb_utils_get_decoder_description),
3293         (gst_pb_utils_get_encoder_description),
3294         (gst_pb_utils_get_element_description),
3295         (gst_pb_utils_add_codec_description_to_tag_list),
3296         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3297         * gst-libs/gst/pbutils/descriptions.h:
3298         * gst-libs/gst/pbutils/install-plugins.c:
3299         * gst-libs/gst/pbutils/install-plugins.h:
3300         * gst-libs/gst/pbutils/missing-plugins.c:
3301         (gst_missing_uri_source_message_new),
3302         (gst_missing_uri_sink_message_new),
3303         (gst_missing_element_message_new),
3304         (gst_missing_decoder_message_new),
3305         (gst_missing_encoder_message_new),
3306         (gst_missing_plugin_message_get_description):
3307         * gst-libs/gst/pbutils/missing-plugins.h:
3308         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3309         * gst-libs/gst/pbutils/pbutils.h:
3310         * gst-libs/gst/utils/Makefile.am:
3311         * gst-libs/gst/utils/base-utils.c:
3312         * gst-libs/gst/utils/base-utils.h:
3313         * gst-libs/gst/utils/descriptions.c:
3314         * gst-libs/gst/utils/descriptions.h:
3315         * gst-libs/gst/utils/install-plugins.c:
3316         * gst-libs/gst/utils/install-plugins.h:
3317         * gst-libs/gst/utils/missing-plugins.c:
3318         * gst-libs/gst/utils/missing-plugins.h:
3319         * gst-plugins-base.spec.in:
3320         * gst/playback/Makefile.am:
3321         * gst/playback/gstdecodebin.c:
3322         * gst/playback/gstdecodebin2.c:
3323         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3324         (gen_source_element):
3325         * gst/playback/gstplaybin.c: (plugin_init):
3326         * tests/check/Makefile.am:
3327         * tests/check/libs/pbutils.c: (GST_START_TEST),
3328         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3329         * tests/check/libs/utils.c:
3330           rename utils to pbutils
3331
3332 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3333
3334         * docs/plugins/Makefile.am:
3335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3336         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3337         * docs/plugins/inspect/plugin-decodebin2.xml:
3338         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3339         Add documentation for decodebin2 that indicates that the API
3340         is still unstable.
3341
3342 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3343
3344         * configure.ac:
3345         Update to 0.10.11.2 (0.10.12 pre-release)
3346
3347 2007-03-01  Wim Taymans  <wim@fluendo.com>
3348
3349         * gst-libs/gst/audio/gstbaseaudiosink.c:
3350         (gst_base_audio_sink_async_play):
3351         base time is irrelevant here.
3352
3353 2007-03-01  Wim Taymans  <wim@fluendo.com>
3354
3355         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3356         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3357         Improve debugging.
3358
3359         * gst-libs/gst/audio/gstbaseaudiosink.c:
3360         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3361         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3362         Improve latency and clock slaving calculations.
3363         Improve slave clock calibration.
3364
3365         * gst-libs/gst/audio/gstringbuffer.c:
3366         (gst_ring_buffer_commit_full):
3367         When we are asked to render N sample to 0 bytes, return N.
3368
3369 2007-03-01  Wim Taymans  <wim@fluendo.com>
3370
3371         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3372         (gst_alsasink_write), (gst_alsasink_reset):
3373         * ext/alsa/gstalsasink.h:
3374         Remove unused dispose function.
3375         Rename lock to not interfere with alsasrc lock.
3376
3377         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3378         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3379         (gst_alsasrc_read), (gst_alsasrc_reset):
3380         * ext/alsa/gstalsasrc.h:
3381         Implement finalize function.
3382         Use lock to protect alsa access.
3383         Implement _reset.
3384         Fine tune sw params.
3385
3386 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3387
3388         * configure.ac:
3389           Convert to new AG_GST style.
3390
3391 2007-02-28  Wim Taymans  <wim@fluendo.com>
3392
3393         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3394
3395         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3396         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3397         Fix race condition when rapidly switching visualisations in playbin.
3398         Fixes #401029.
3399
3400 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3401
3402         * tests/check/Makefile.am:
3403         Include local stuff before system installed things in LDFLAGS and
3404         CFLAGS.
3405
3406 2007-02-28  Wim Taymans  <wim@fluendo.com>
3407
3408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3409         Improve debugging.
3410
3411 2007-02-28  Wim Taymans  <wim@fluendo.com>
3412
3413         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3414         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3415         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3416         Fix duration and timestamping, taking latency into account.
3417         Implement latency query.
3418
3419 2007-02-28  Wim Taymans  <wim@fluendo.com>
3420
3421         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3422         (gst_audio_clock_new):
3423         Fix clock name.
3424
3425         * gst-libs/gst/audio/gstbaseaudiosink.c:
3426         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3427         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3428         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3429         (gst_base_audio_src_create):
3430         Improve latency query code.
3431         Use proper clock names.
3432
3433 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3434
3435         * tests/check/generic/states.c: (GST_START_TEST):
3436           Copy the states.c test from core again
3437         * tests/check/Makefile.am:
3438           ignore cdio and cdparanoiasrc
3439
3440 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3441
3442         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3443         (double_hq), (audio_convert_get_func_index), (check_default),
3444         (audio_convert_prepare_context), (audio_convert_convert):
3445           Also make valgrind happy and avoid copying data in some cases.
3446
3447 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3448
3449         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3450         (double_hq), (audio_convert_get_func_index),
3451         (audio_convert_prepare_context), (audio_convert_convert):
3452         * gst/audioconvert/gstaudioconvert.c:
3453         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3454         (gst_audio_convert_transform_caps):
3455         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3456         (audioconvert_suite):
3457           Don't run inplace if that overwrites source data as we go. Add more
3458           tests. Fixes #339837 even more.
3459
3460 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3461
3462         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3463         (msg_segment_done): Fix various seeking bugs (Slider was not
3464         updating when doing a non flushing seek, Reverse playback 
3465         on segment seek was wrong).
3466
3467 2007-02-26  Wim Taymans  <wim@fluendo.com>
3468
3469         * tests/examples/seek/seek.c: (stop_seek):
3470         When we stop scrubbing, don't leave the pipeline PLAYING when we
3471         requested a PAUSED state.
3472
3473 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3474
3475         Patch by: René Stadler <mail at renestadler de>
3476
3477         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3478           Parse date strings in vorbis comments that have an invalid (zero)
3479           month or day (#410396).
3480
3481         * tests/check/libs/tag.c: (GST_START_TEST):
3482           Test case for the above.
3483
3484 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3485
3486         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3487
3488         * configure.ac:
3489         * ext/alsa/Makefile.am:
3490         * gst/audiotestsrc/Makefile.am:
3491           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3492
3493 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3494
3495         * gst/playback/gstplaybin.c:
3496           Improve docs: point out that the application needs to assist playbin
3497           with buffering.
3498
3499 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3500
3501         * gst-libs/gst/utils/install-plugins.c:
3502         * gst-libs/gst/utils/missing-plugins.c:
3503         * tests/check/libs/utils.c: (missing_msg_check_getters):
3504           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3505           to just 'gstreamer'. Document the caps string component of the
3506           decoder/encoder detail a bit better, since not everyone will be
3507           familiar with the GStreamer media type/caps system (but they better
3508           enjoy nested itemized lists).
3509
3510 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3511
3512         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3513         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3514           Fix copying of GstNetBuffer (would crash before, or at least lead to
3515           invalid memory access, #410772), for now by copying the GstBuffer copy
3516           code from the core over here so we can copy the GstBuffer fields on a
3517           provided buffer instance (of type GstNetBuffer in this case). Would be
3518           better to fix this with some support by the core though (and in the long
3519           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3520
3521         * tests/check/Makefile.am:
3522           Enable unit test for GstNetBuffer.
3523
3524 2007-02-22  Andy Wingo  <wingo@pobox.com>
3525
3526         * gst-libs/gst/audio/gstbaseaudiosink.c
3527         (gst_base_audio_sink_init): Disable pull-mode activation until we
3528         figure out how to make audio sinks go to PLAYING.
3529
3530 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3531
3532         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3533         (double_hq), (audio_convert_get_func_index),
3534         (audio_convert_prepare_context), (audio_convert_convert):
3535         * gst/audioconvert/audioconvert.h:
3536         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3537         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3538         * gst/audioconvert/gstchannelmix.h:
3539         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3540           Add float as an intermediate format, as well as float mixing. Enable
3541           test that was failing before. Fixes #339837
3542
3543 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3544
3545         * tests/examples/seek/seek.c: (do_seek):
3546         Undo the previous commit: -1 as a stop time implies that the stop
3547         time is the end of file, clearing any previously configured segment.
3548
3549 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3550
3551         * tests/examples/seek/seek.c: (do_seek):
3552         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3553
3554 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3555
3556         * gst/volume/gstvolume.c: (volume_process_int16),
3557         (volume_process_int16_clamp), (volume_set_caps):
3558           Unbreak volume, value remains gint.
3559
3560 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3561
3562         * gst/volume/gstvolume.c: (volume_choose_func),
3563         (volume_update_real_volume), (gst_volume_set_volume),
3564         (gst_volume_init), (volume_process_double), (volume_process_float),
3565         (volume_process_int16), (volume_process_int16_clamp),
3566         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3567         * gst/volume/gstvolume.h:
3568           Extend float audio support (double) and some int->uint cleanups.
3569
3570 2007-02-20  Edward Hervey  <edward@fluendo.com>
3571
3572         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3573         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3574         (sort_end_pads), (gst_decode_group_expose),
3575         (gst_decode_group_hide):
3576         Don't free groups from the streaming threads. Just put them aside and
3577         free them in dispose.
3578
3579 2007-02-20  Edward Hervey  <edward@fluendo.com>
3580
3581         * gst/playback/gstdecodebin2.c: (connect_element),
3582         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3583         (sort_end_pads), (gst_decode_group_expose):
3584         Handle dynamic pads within groups.
3585         Sort pads before exposing them in order to make playbin happy.
3586         There still is a race with the multiqueue filling up. This should be
3587         solved separately.
3588         Fixes #398721
3589
3590 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3591
3592         * gst-libs/gst/utils/base-utils.c:
3593         * gst-libs/gst/utils/descriptions.c:
3594         * gst-libs/gst/utils/install-plugins.c:
3595         * gst-libs/gst/utils/missing-plugins.c:
3596           Some more docs (and descriptions for two subtitle formats).
3597
3598 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3599
3600         * gst-libs/gst/audio/audio.c:
3601           Fix documentation.
3602
3603 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3604
3605         Patch by: Yves Lefebvre  <ivanohe abacom com>
3606
3607         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3608           Don't leak caps. Fixes #408278.
3609
3610 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3611
3612         * ext/cdparanoia/gstcdparanoiasrc.h:
3613         * ext/ogg/gstoggdemux.h:
3614         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3615         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3616         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3617         * gst-libs/gst/audio/audio.h:
3618         * gst-libs/gst/audio/gstaudiofilter.h:
3619         * gst-libs/gst/interfaces/videoorientation.h:
3620         * gst/adder/gstadder.h:
3621           More docs coverage and some ChangeLog surgery (add missing names)
3622
3623 2007-02-15  Wim Taymans  <wim@fluendo.com>
3624
3625         * sys/ximage/ximagesink.c:
3626         (gst_ximagesink_calculate_pixel_aspect_ratio):
3627         * sys/xvimage/xvimagesink.c:
3628         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3629         Small constifications.
3630
3631 2007-02-15  Wim Taymans  <wim@fluendo.com>
3632
3633         * gst-libs/gst/audio/gstbaseaudiosink.c:
3634         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3635         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3636         (gst_base_audio_sink_async_play),
3637         (gst_base_audio_sink_change_state):
3638         Answer latency query.
3639         Use configured latency when syncing.
3640         Fix clock slaving.
3641
3642         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3643         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3644         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3645         Fix possible memleak.
3646         Implement latency query.
3647         Small cleanups.
3648
3649 2007-02-15  Wim Taymans  <wim@fluendo.com>
3650
3651         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3652         Ignore errors in reset, these are not fatal. They also grab the element
3653         lock which is already taking when this function is called. Fixes
3654         #405451.
3655
3656 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3657
3658         * configure.ac:
3659           Remove 'tests/examples/xerror/Makefile' from output files again.
3660
3661 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3662
3663         * configure.ac:
3664         * docs/plugins/Makefile.am:
3665           Also crossref against gst-plugins-base-libs.
3666
3667 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3668
3669         * configure.ac:
3670         * docs/libs/Makefile.am:
3671         * docs/plugins/Makefile.am:
3672           Add crossreferences to glib/gobject/gstream docs.
3673
3674         * gst-libs/gst/audio/audio.h:
3675           Source formatting.
3676
3677         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3678           Add own debug category.
3679
3680 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         Patch by: René Stadler <mail at renestadler de>
3683
3684         * gst-libs/gst/tag/gstvorbistag.c:
3685           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3686           (#403597).
3687
3688 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3689
3690         * gst/playback/gstplaybasebin.c: (setup_source):
3691           When we have external subtitles and wait for the subtitle decodebin
3692           to get up and running, we set up a (sync) bus handler for the
3693           subtitle decodebin, so we can stop waiting when it posts an error
3694           message. However, we should do that before we set the subtitle
3695           decodebin's state to playing, otherwise things are racy and we might
3696           miss error messages posted before we had a chance to set up the bus.
3697           This should finally fix totem hanging on .txt pseudo-subtitle files.
3698           
3699 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3700
3701         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3702           Use gst_gdouble_to_guint64 for conversions.
3703         * win32/common/config.h.in:
3704           Add a define for GST_INSTALL_PLUGINS_HELPER
3705         * win32/common/libgstaudio.def:
3706         * win32/common/libgstcdda.def:
3707         * win32/common/libgstnetbuffer.def:
3708         * win32/common/libgstrtp.def:
3709         * win32/common/libgutils.def:
3710           Add new exported functions.
3711         * win32/vs6/gst_plugins_base.dsw:
3712         * win32/vs6/libgstdecodebin.dsp:
3713         * win32/vs6/libgstnetbuffer.dsp:
3714         * win32/vs6/libgstplaybin.dsp:
3715         * win32/vs6/libgstrtp.dsp:
3716         * win32/vs6/libgstvorbis.dsp:
3717         * win32/vs6/libgstcdda.dsp:
3718         * win32/vs6/libgstgdp.dsp:
3719         * win32/vs6/libgstutils.dsp:
3720           Update and add new project files.
3721
3722 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3725         (subrip_remove_unhandled_tags), (parse_subrip):
3726           For SubRip (.srt) subtitles, ignore all markup tags we don't
3727           handle (like font tags, for example).
3728
3729         * tests/check/elements/subparse.c:
3730           Add test for this.
3731
3732 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * gst/playback/gstdecodebin.c: (add_fakesink),
3735         (gst_decode_bin_change_state):
3736         * gst/playback/gstdecodebin2.c: (add_fakesink),
3737         (gst_decode_bin_change_state):
3738           Don't error out if there is no fakesink in the NULL to READY state
3739           change, since when decodebin is re-used, we're only adding the
3740           fakesink element in READY to PAUSED.
3741
3742         * tests/check/elements/decodebin.c:
3743         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3744         (decodebin_suite):
3745           Minimal unit test to make sure we can use the same decodebin
3746           instance twice (at least with audiotestsrc input).
3747
3748 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3749
3750         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3751           Try to get devic-name from device string first, and from handle only
3752           as fallback (seems to yield better results and is more robust
3753           against buggy probing code on the application side).
3754
3755 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3758
3759         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3760         (gst_alsa_find_device_name):
3761         * ext/alsa/gstalsa.h:
3762         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3763         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3764           Improve device-name detection a bit, especially in the case where
3765           the device is not actually open (#405020, #405024). Move common code
3766           into gstalsa.c instead of duplicating it.
3767
3768 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         * gst/audioconvert/gstaudioconvert.c:
3771           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3772
3773 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3774
3775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3776         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3777         (gst_xvimagesink_interface_supported),
3778         (gst_xvimagesink_probe_get_properties),
3779         (gst_xvimagesink_probe_probe_property),
3780         (gst_xvimagesink_probe_needs_probe),
3781         (gst_xvimagesink_probe_get_values),
3782         (gst_xvimagesink_property_probe_interface_init),
3783         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3784         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3785         (gst_xvimagesink_get_type):
3786         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3787         for XVAdaptors so that one can choose the adaptor to use with 
3788         gstreamer-properties.
3789
3790 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3791
3792         * gst/audioconvert/gstaudioconvert.c:
3793           Also mention that a conversion from double to float is suboptimal still.
3794
3795 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3796
3797         * gst-libs/gst/audio/gstaudiofilter.c:
3798         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3799           Clear our formats structure and free the caps contained in it when
3800           shutting down.
3801
3802 2007-02-05  Andy Wingo  <wingo@pobox.com>
3803
3804         * gst-libs/gst/audio/gstbaseaudiosink.c
3805         (gst_base_audio_sink_callback): Update basesink->offset so that we
3806         pull monotonically increasing offsets instead of, um, seeking back
3807         to 0 each time. Fixes alsasrc ! alsasink!
3808
3809 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3810
3811         * gst/videoscale/gstvideoscale.c:
3812           A width and height of 1 makes us crash, so increase minimum size to
3813           2x2 pixels until someone feels like fixing this (#404512).
3814
3815 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3818           Add small test to make sure request pads are cleaned up properly
3819           even if oggmux never changes state out of NULL.
3820
3821 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3822
3823         * tests/check/libs/utils.c: (GST_START_TEST):
3824           Fix unit test. Turns out things work much better when you
3825           NULL-terminate string arrays. Should make p5 build bot happy again.
3826
3827 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3828
3829         * gst-libs/gst/audio/Makefile.am:
3830         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3831         (gst_audio_filter_template_base_init),
3832         (gst_audio_filter_template_class_init),
3833         (gst_audio_filter_template_init),
3834         (gst_audio_filter_template_set_property),
3835         (gst_audio_filter_template_get_property),
3836         (gst_audio_filter_template_setup),
3837         (gst_audio_filter_template_filter),
3838         (gst_audio_filter_template_filter_inplace), (plugin_init):
3839           Oops, forgot to commit fixed-up example.
3840
3841 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * docs/libs/gst-plugins-base-libs-sections.txt:
3844         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3845         (gst_audio_filter_class_init), (gst_audio_filter_init),
3846         (gst_audio_filter_set_caps),
3847         (gst_audio_filter_class_add_pad_templates):
3848         * gst-libs/gst/audio/gstaudiofilter.h:
3849           Port GstAudioFilter to 0.10. This change technically breaks
3850           API and ABI (and thus also every library developer's heart),
3851           but seems justifiable on the grounds that the base class was
3852           completely unusable before (ie. would crash immediately when
3853           actually used). Fixes #403963 (and eventually also #403572).
3854           Also document all of this a bit.
3855
3856 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3857
3858         * gst-libs/gst/utils/install-plugins.c:
3859         (gst_install_plugins_spawn_child):
3860         * tests/check/libs/utils.c:
3861         (test_base_utils_install_plugins_do_callout):
3862           Lowering log level to see why things fail on the p5 build bot;
3863           fix some typos in unit test messages.
3864
3865 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * tests/check/libs/utils.c:
3868         (test_base_utils_install_plugins_do_callout):
3869           Don't hard-code temp directory for test helper; use GLib functions
3870           to write out file and do error checking etc.
3871
3872 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3873
3874         * gst-libs/gst/utils/Makefile.am:
3875         * gst-libs/gst/utils/base-utils.h:
3876         * gst-libs/gst/utils/install-plugins.c:
3877         (gst_install_plugins_context_set_xid),
3878         (gst_install_plugins_context_new),
3879         (gst_install_plugins_context_free),
3880         (gst_install_plugins_get_helper),
3881         (gst_install_plugins_spawn_child),
3882         (gst_install_plugins_return_from_status),
3883         (gst_install_plugins_installer_exited),
3884         (gst_install_plugins_async), (gst_install_plugins_sync),
3885         (gst_install_plugins_return_get_name),
3886         (gst_install_plugins_installation_in_progress):
3887         * gst-libs/gst/utils/install-plugins.h:
3888           API: add API for applications to initiate installation of missing
3889           plugins, ie. gst_install_plugins_async() primarily.
3890           Based on libgimme-codec by Ryan Lortie.
3891
3892         * configure.ac:
3893           Add --with-install-plugins-helper configure option so distros can specify
3894           the path of the helper script or program to call when plugin installation
3895           is requested (distros: please do any argument munging in this helper
3896           script instead of patching GStreamer to pass arguments differently
3897           to another program directly).
3898
3899         * docs/libs/gst-plugins-base-libs-docs.sgml:
3900         * docs/libs/gst-plugins-base-libs-sections.txt:
3901           Build and document new API.
3902
3903         * tests/check/libs/utils.c: (result_cb),
3904         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3905         (libgstbaseutils_suite):
3906           Some simple checks for the new API.
3907
3908 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3909
3910         * tests/check/elements/audioconvert.c: (test_float_conversion):
3911           Add small test for 32bit float <=> 64bit float conversion (works
3912           only one way so far, 32=>64 produces structured noise).
3913
3914 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3915
3916         * gst/audioconvert/gstaudioconvert.c:
3917         (set_structure_widths_32_and_64), (make_lossless_changes):
3918           We don't support floats with a width of 40, 48 or 56 bits.
3919
3920 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3921
3922         * gst/audioconvert/audioconvert.c: (float), (double),
3923         (audio_convert_get_func_index):
3924         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3925         (make_lossless_changes):
3926           Support for 64-bit float audio in audioconvert (#339837)
3927
3928 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3929
3930         Patch by: Holger Wansing  <linux wansing-online de>
3931
3932         * po/LINGUAS:
3933         * po/de.po:
3934           Add German translation (#352069).
3935
3936 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3937
3938         reviewed by: Wim Taymans <wim@fluendo.com>
3939
3940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3941         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3942         Use newly added GstCollectPads API to free the allocated resources in
3943         the GstOggPad structures (#402393).
3944
3945 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3946
3947         * gst/playback/gstplaybin.c: (gen_vis_element):
3948           Add audioresample+audioconvert in front of the visualisation
3949           element, so that elements like libvisual 0.4 that don't support all
3950           samplerates can work.
3951
3952           Fixes: #402505
3953
3954 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3955
3956         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3957         (gst_play_base_bin_get_streaminfo_value_array):
3958           Take some locks and make a copy of the streaminfo value array we
3959           maintain while holding the lock, so that the application can
3960           retrieve the stream-info as a value array in a thread-safe way.
3961
3962 2007-01-30  Wim Taymans  <wim@fluendo.com>
3963
3964         * gst/audioconvert/gstaudioconvert.c:
3965         Don't fail on 0 sized buffers. Fixes #396835.
3966
3967 2007-01-29  David Schleef  <ds@schleef.org>
3968
3969         * gst/typefind/gsttypefindfunctions.c:
3970           Detect BBCD as video/x-dirac, so we can play raw dirac
3971           streams.
3972
3973 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3974
3975         * ext/theora/theoraenc.c: (theora_enc_chain):
3976           Check return value of theora_encode_header(), or we might try to
3977           allocate a random number of bytes. theora_encode_header() can fail
3978           if libtheora has been compiled with encoding support disabled.
3979           Fixes #398110.
3980
3981 2007-01-29  Wim Taymans  <wim@fluendo.com>
3982
3983         * tests/check/gst/.cvsignore:
3984         Do as buildbot says.
3985
3986 2007-01-29  Wim Taymans  <wim@fluendo.com>
3987
3988         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3989         Fix strides in libvisual. Gst uses X strides.
3990         Inspired by: <ed at catmur dot co dot uk> and 
3991         <tim at centricular dot net>
3992         Fixes #401118.
3993
3994 2007-01-27  Wim Taymans  <wim@fluendo.com>
3995
3996         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3997         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3998         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3999         (gst_ogg_demux_perform_seek),
4000         (gst_ogg_demux_bisect_forward_serialno),
4001         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4002         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
4003         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
4004         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
4005         * ext/ogg/gstoggdemux.h:
4006         Properly propagate streaming errors when we are scanning the file for
4007         chains so that we don't crash when shut down. Might fix some crashers
4008         when quickly switching oggs in RB such as #332503 and #378436.
4009
4010 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
4011
4012         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
4013           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
4014           error code as well.
4015
4016 2007-01-25  Wim Taymans  <wim@fluendo.com>
4017
4018         * gst/playback/gstplaybasebin.c: (remove_source):
4019         Don't try to disconnect a signal from a finalized object.
4020
4021 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4022
4023         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
4024           Cast lock macro parameters to make sure we're actually accessing the
4025           lock member at the right class level. Free list itself in _dispose()
4026           as well and NULL it in case dispose gets called multiple times.
4027
4028 2007-01-25  Edward Hervey  <edward@fluendo.com>
4029
4030         * gst/playback/gstdecodebin2.c:
4031         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
4032         Free GstDecodeGroups no longer used.
4033         (gst_decode_group_expose):
4034         Don't unlock too many times !
4035         (deactivate_free_recursive):
4036         Free iterator once we're done with it.
4037         Fix for recursively deactivating elements (stop at ghostpads).
4038
4039 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4040
4041         * gst/playback/gstplaybin.c: (handoff):
4042           Fix up caps on the frame buffer before we save it and potentially
4043           make it accessible to other threads via g_object_get; also use
4044           gst_buffer_replace() instead of gst_mini_object_replace().
4045
4046 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4047
4048         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4049           Make getting the current frame thread-safe.
4050
4051 2007-01-25  Edward Hervey  <edward@fluendo.com>
4052
4053         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
4054         (gst_decode_group_new), (gst_decode_group_free):
4055         Set queues to bigger sizes to cope with HD contents.
4056         Fix some mutex freeing and add comment about MT safe methods.
4057
4058 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
4059
4060         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4061         (gst_text_overlay_text_event):
4062           Don't unnecessarily ref (and then leak) upstream events if the text
4063           pad is not linked. Fixes #399948.
4064
4065         * tests/check/gst-plugins-base.supp:
4066           Add suppression for pango on edgy/x86 for textoverlay test.
4067
4068 2007-01-24  Wim Taymans  <wim@fluendo.com>
4069
4070         * gst-libs/gst/rtp/gstrtpbuffer.h:
4071         Add some more fixed payloads.
4072
4073 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4074
4075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4076           Error out properly if we get an error from libogg while reading the
4077           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
4078
4079 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4080
4081         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
4082           Don't leak mutex.
4083
4084         * tests/check/elements/playbin.c:
4085         (test_sink_usage_video_only_stream),
4086         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4087         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
4088         (test_missing_suburisource_handler),
4089         (test_missing_primary_decoder), (playbin_suite):
4090           Run all tests once with decodebin and once with decodebin2.
4091           One test does not pass yet with decodebin2.
4092
4093 2007-01-23  Edward Hervey  <edward@fluendo.com>
4094
4095         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
4096         Fix the cases where oggmux doesn't properly figure out that all
4097         sinkpads have gone EOS, and therefore doesn't push out the remaining
4098         buffers and the final EOS event.
4099         Fixes #363379
4100
4101 2007-01-23  Julien MOUTTE  <julien@moutte.net>
4102
4103         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4105         Don't lock on navigation event push, just on keysym to string.
4106         Fixes #397673 again.
4107
4108 2007-01-22  Edward Hervey  <edward@fluendo.com>
4109
4110         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
4111         (get_current_group), (group_demuxer_event_probe),
4112         (gst_decode_group_expose), (deactivate_free_recursive),
4113         (gst_decode_group_free):
4114         Cleanups.
4115         Don't forget to emit 'no-more-pads' once a group is exposed.
4116         Cleanup elements from a DecodeGroup once we remove it.
4117         Protect call to gst_decode_group_expose() with the decodebin lock.
4118
4119 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4120
4121         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4123         Looking at Xorg code i can't figure out if that XKeysymToString
4124         function is thread sensible or not. Lock it just in case as
4125         recommended by Radek Doulik <rodo at ximian dot com>.
4126
4127 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4128
4129         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4131         Lock that X Call as well. Fixes #397673.
4132
4133 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4134
4135         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4136           Don't go into an endless loop if the file starts with 00 00 01 2X,
4137           like quicktime redirect files might. Fixes #396042.
4138
4139         * tests/check/Makefile.am:
4140         * tests/check/gst/.cvsignore:
4141         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
4142         (typefindfunctions_suite):
4143           Add unit test for the above.
4144
4145 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4146
4147         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4148           On second thought, use "depth" field rather than "bpp" field.
4149
4150 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4153           Camtasia caps apparently need a bpp field (#398875).
4154
4155 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4156
4157         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4158         (gen_source_element), (gst_play_base_bin_change_state):
4159           Attempt at a better error message in case we don't have the required
4160           URI handler installed; post missing-plugin message also when we're
4161           missing an URI handler for the subtitle URI; clean up properly also
4162           when an error occurs and we never made it to PAUSED state.
4163
4164         * tests/check/elements/playbin.c: (GST_START_TEST),
4165         (playbin_suite):
4166           Check that we're also getting a missing-plugin messsage for a
4167           missing subtitle URI handler (and clean up properly).
4168
4169 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4170
4171         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
4172           Plug a few reference leaks.
4173
4174 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4175
4176         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4177           Lower probability a bit if the marker isn't right at the start,
4178           to decrease the chance of false positives.
4179
4180 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4181
4182         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4183           Small mpeg2 system stream typefinding improvement: make typefinder
4184           probe a bit into the stream instead of just looking for a marker
4185           at the beginning. Fixes #397810.
4186
4187 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4188
4189         * gst/audioconvert/gstchannelmix.c:
4190           Remove compatibility cruft for prehistoric GLib versions.
4191
4192 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4193
4194         * gst/playback/Makefile.am:
4195         * gst/playback/gstdecodebin.c: (close_pad_link):
4196         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4198         (gst_play_base_bin_handle_message_func), (unknown_type):
4199           Let decodebin be the element to post missing-plugin messages for
4200           missing decoders (rather than playbin); make playbin implement
4201           GstBin::handle_message so we can suppress missing-plugin messages
4202           for types we're not handling on purpose (don't want to bring up an
4203           installer in those cases).
4204
4205 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
4206
4207         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4208         * gst-libs/gst/tag/gstvorbistag.c:
4209         (gst_tag_list_to_vorbiscomment_buffer):
4210         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
4211           Fix potentially unaligned access (#397207).
4212
4213 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4214
4215         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4216         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4217         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4218         (main):
4219           Allow to toggle looping while it plays. Fix callback prototype. Clean
4220           up code a bit more. Add copyright header.
4221
4222 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4223
4224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4225           Red and blue mask was swapped (spotted by Dan Williams).
4226
4227 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4228
4229         * gst-libs/gst/tag/gstid3tag.c:
4230         * gst-libs/gst/tag/gstvorbistag.c:
4231           Use new beats-per-minute tag from core.
4232
4233 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4234
4235         * po/POTFILES.in:
4236           Add new files with translatable strings, so they actually make it
4237           into the template file one day.
4238
4239 2007-01-12  Andy Wingo  <wingo@pobox.com>
4240
4241         * gst-libs/gst/audio/gstbaseaudiosink.c
4242         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4243         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4244         stuff, as the base class handles this now. Actually tell the ring
4245         buffer to start.
4246         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4247         How did this work before? Maybe I'm not as awesome a programmer as
4248         I think.
4249
4250         * gst-libs/gst/audio/gstbaseaudiosrc.c
4251         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4252         of a pad function.
4253
4254 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4255
4256         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4257           Remove more fields so that the application can better blacklist
4258           formats that have been tried before.
4259
4260 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4261
4262         * gst-libs/gst/audio/mixerutils.h:
4263           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4264           used when compiling with c++ compilers as well.
4265
4266 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4267
4268         * gst/typefind/gsttypefindfunctions.c:
4269           Fix comment.
4270
4271 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4272
4273         * gst/playback/gstplaybin.c: (post_missing_element_message),
4274         (gen_video_element), (gen_text_element), (gen_audio_element),
4275         (gen_vis_element):
4276           Post missing-plugin messages also when we error out because
4277           converters, textoverlay or auto*sinks are missing (#161922).
4278
4279 2007-01-10  Wim Taymans  <wim@fluendo.com>
4280
4281         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4282         (is_demuxer_element), (new_caps):
4283         * gst/playback/gstplaybasebin.c: (source_new_pad):
4284         Fix the case where we try to ref a NULL element when we delay a link
4285         because of unfixed caps.
4286         Set the state of autoplugged decodebins to PAUSED.
4287         RTSP now works in playbin, we can remove it from the blacklist.
4288
4289 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4290
4291         * gst/playback/Makefile.am:
4292         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4293         (unknown_type), (setup_subtitle), (gen_source_element):
4294         * gst/playback/gstplaybin.c: (plugin_init):
4295           Post missing-plugin messages on the bus for missing sources and
4296           missing decoders/demuxers/depayloaders; fix error code used when
4297           we're missing an URI handler source; for media types that we are not
4298           handling on purpose at the moment, don't print "don't know how to
4299           handle xyz" messages to the terminal or post missing-plugin
4300           messages on the bus.
4301
4302         * tests/check/elements/playbin.c: (create_playbin),
4303         (GST_START_TEST), (gst_codec_src_uri_get_type),
4304         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4305         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4306         (gst_codec_src_init_type), (gst_codec_src_base_init),
4307         (gst_codec_src_create), (gst_codec_src_class_init),
4308         (gst_codec_src_init), (plugin_init), (playbin_suite):
4309           Add some tests for the missing-plugin stuff.
4310
4311 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4312
4313         * configure.ac:
4314         * gst-libs/gst/Makefile.am:
4315         * gst-libs/gst/utils/Makefile.am:
4316         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4317         * gst-libs/gst/utils/base-utils.h:
4318         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4319         (find_format_info), (caps_are_rtp_caps),
4320         (gst_base_utils_get_source_description),
4321         (gst_base_utils_get_sink_description),
4322         (gst_base_utils_get_decoder_description),
4323         (gst_base_utils_get_encoder_description),
4324         (gst_base_utils_get_element_description),
4325         (gst_base_utils_add_codec_description_to_tag_list),
4326         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4327         * gst-libs/gst/utils/descriptions.h:
4328         * gst-libs/gst/utils/missing-plugins.c:
4329         (missing_structure_get_type), (copy_and_clean_caps),
4330         (gst_missing_uri_source_message_new),
4331         (gst_missing_uri_sink_message_new),
4332         (gst_missing_element_message_new),
4333         (gst_missing_decoder_message_new),
4334         (gst_missing_encoder_message_new),
4335         (missing_structure_get_string_detail),
4336         (missing_structure_get_caps_detail),
4337         (gst_missing_plugin_message_get_installer_detail),
4338         (gst_missing_plugin_message_get_description),
4339         (gst_is_missing_plugin_message):
4340         * gst-libs/gst/utils/missing-plugins.h:
4341           API: add new libgstbaseutils library with functions
4342           - to create and parse missing-plugins messages
4343           - that provide (translated) descriptions for caps/decoders/sources/etc.
4344           Closes #392393.
4345
4346         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4347         * pkgconfig/gstreamer-plugins-base.pc.in:
4348           Add new lib.
4349
4350         * docs/libs/gst-plugins-base-libs-docs.sgml:
4351         * docs/libs/gst-plugins-base-libs-sections.txt:
4352           Generate docs for new lib and API.
4353
4354         * tests/check/Makefile.am:
4355         * tests/check/libs/.cvsignore:
4356         * tests/check/libs/utils.c: (missing_msg_check_getters),
4357         (GST_START_TEST), (libgstbaseutils_suite):
4358           Add some basic unit tests.
4359
4360 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4361
4362         * ext/ogg/Makefile.am:
4363           Dist gstoggdemux.h to fix 'make distcheck'.
4364
4365         * sys/v4l/Makefile.am:
4366           Fix 'make distcheck' even more.
4367
4368 2007-01-09  Wim Taymans  <wim@fluendo.com>
4369
4370         * docs/plugins/Makefile.am:
4371         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4372         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4373         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4374         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4375         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4376         (gst_ogg_demux_perform_seek):
4377         * ext/ogg/gstoggdemux.h:
4378         Added docs.
4379         Add some more comments.
4380         Small cleanups.
4381
4382 2007-01-09  Wim Taymans  <wim@fluendo.com>
4383
4384         * ext/theora/theoradec.c:
4385         * ext/vorbis/vorbisdec.c:
4386         * gst-libs/gst/audio/gstringbuffer.c:
4387         (gst_ring_buffer_commit_full):
4388         * gst-libs/gst/audio/gstringbuffer.h:
4389         * gst-libs/gst/rtp/gstrtpbuffer.c:
4390         * gst-libs/gst/tag/gstvorbistag.c:
4391         Small documentation updates/fixes
4392
4393 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4394
4395         * configure.ac:
4396           Require core CVS HEAD for Andy's basesrc/sink API additions.
4397
4398 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4399
4400         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4401
4402         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4403         (plugin_init):
4404           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4405           on flac.sf.net (there appear to be other versions of the first
4406           ogg page in the wild) (#391365).
4407
4408 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4409
4410         * configure.ac:
4411           Check if localtime_r() is available.
4412
4413         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4414           If localtime_r() is not available, fall back to localtime(). Should
4415           fix build on MingW (#393310).
4416
4417 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4418
4419         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4420         * gst/subparse/gstsubparse.h:
4421           Remove spurious 1000 subtrahend when calculating the timestamp from
4422           the frame number and the frame rate . Also, use the frames/second
4423           value specified in the first line of the file, if one is specified
4424           there. Should fix #357503.
4425
4426         * tests/check/elements/subparse.c: (do_test),
4427         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4428         (subparse_suite):
4429           Add some basic unit tests for the microdvd subtitle format.
4430
4431 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4432
4433         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4434
4435         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4436         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4437         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4438         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4439         (gst_xvimagesink_set_xwindow_id),
4440         (gst_xvimagesink_set_event_handling),
4441         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4442         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4443         Fixes: #390076.
4444         Add an adaptor property to select a specific XV adaptor.
4445         * sys/xvimage/xvimagesink.h:
4446
4447 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4448
4449         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4450         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4451         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4452         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4453         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4454         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4455         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4456         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4457         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4458         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4459         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4460         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4461         Use flow_lock much more to protect every access to xwindow.
4462         Try to catch erros while creating images in case some drivers are
4463         just generating an XError when the requested image is too big.
4464         Should fix : #354698, #384008, #384060.
4465         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4466         Implement some stress testing of setting window xid.
4467
4468 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4469
4470         * win32/common/libgsaudio.def:
4471           Add new exported function.
4472         * win32/common/libgstogg.dsp:
4473           Add gstoggaviparse.c to the build.
4474         * win32/common/libgstvideoscale.dsp:
4475           Add vs_4tap.c to the build.
4476         * win32/common/libgstvorbis.dsp:
4477           Add vorbistag.c to the build.
4478         
4479 2007-01-06  Andy Wingo  <wingo@pobox.com>
4480
4481         * gst-libs/gst/audio/gstbaseaudiosink.c
4482         (gst_base_audio_sink_class_init)
4483         (gst_base_audio_sink_init): 
4484         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4485         to baseaudiosink, and tell basesink that we can work in pull mode.
4486         This way the ring buffer thread drives the pipeline directly, if
4487         pull mode is possible. There is some lingering nastiness regarding
4488         capsnego, however.
4489         (gst_base_audio_sink_callback): Implement the callback to pull
4490         data. This interface is a bit light, though -- it should get a
4491         GstFlowReturn return value at least.
4492
4493 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4494
4495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4496         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4497         * gst/playback/gstdecodebin2.c:
4498         (gst_decode_group_check_if_blocked):
4499           Printf format and missing argument fixes.
4500
4501 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4502
4503         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4504         (gst_ogm_parse_change_state):
4505         Activate pads before adding them to the element.
4506
4507 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4508
4509         * tests/examples/seek/scrubby.c: (main):
4510         * tests/examples/seek/seek.c: (main):
4511           Call g_thread_init() first thing in main() (see #391278).
4512
4513 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4514
4515         * tests/check/Makefile.am:
4516         * tests/check/libs/.cvsignore:
4517         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4518         (netbuffer_suite):
4519           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4520           for the time being, since it's broken, see #393099.
4521
4522 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4523
4524         * tests/check/Makefile.am:
4525           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4526
4527 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4528
4529         * configure.ac:
4530           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4531           so that GST_BASE_CFLAGS can go inbetween them, making sure
4532           we use uninstalled gst-libs headers
4533         * docs/libs/Makefile.am:
4534         * ext/alsa/Makefile.am:
4535         * ext/cdparanoia/Makefile.am:
4536         * ext/gnomevfs/Makefile.am:
4537         * ext/libvisual/Makefile.am:
4538         * ext/ogg/Makefile.am:
4539         * ext/theora/Makefile.am:
4540         * ext/vorbis/Makefile.am:
4541         * gst-libs/gst/audio/Makefile.am:
4542         * gst-libs/gst/cdda/Makefile.am:
4543         * gst-libs/gst/interfaces/Makefile.am:
4544         * gst-libs/gst/riff/Makefile.am:
4545         * gst-libs/gst/rtp/Makefile.am:
4546         * gst-libs/gst/tag/Makefile.am:
4547         * gst/adder/Makefile.am:
4548         * gst/audioconvert/Makefile.am:
4549         * gst/audiorate/Makefile.am:
4550         * gst/audioresample/Makefile.am:
4551         * gst/playback/Makefile.am:
4552         * gst/tcp/Makefile.am:
4553         * gst/videoscale/Makefile.am:
4554         * gst/volume/Makefile.am:
4555         * sys/ximage/Makefile.am:
4556         * sys/xvimage/Makefile.am:
4557         * tests/icles/Makefile.am:
4558           adapt
4559
4560 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4561
4562         * gst-libs/gst/interfaces/xoverlay.c:
4563         (gst_x_overlay_handle_events):
4564         * gst-libs/gst/interfaces/xoverlay.h:
4565         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4566         (gst_ximagesink_set_xwindow_id),
4567         (gst_ximagesink_set_event_handling),
4568         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4569         (gst_ximagesink_get_property), (gst_ximagesink_init),
4570         (gst_ximagesink_class_init):
4571         * sys/ximage/ximagesink.h:
4572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4573         (gst_xvimagesink_set_xwindow_id),
4574         (gst_xvimagesink_set_event_handling),
4575         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4576         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4577         (gst_xvimagesink_class_init):
4578         * sys/xvimage/xvimagesink.h:
4579         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4580         Add a method to the XOverlay interface to allow disabling of 
4581         event handling in x[v]imagesink elements. This will let X events
4582         propagate to parent windows which can be usefull in some cases.
4583         Be carefull that the application is then responsible of pushing
4584         navigation events and expose events to the video sink.
4585         Fixes: #387138.
4586
4587 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4588
4589         * gst-libs/gst/tag/gstvorbistag.c:
4590         * tests/check/libs/tag.c: (GST_START_TEST):
4591           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4592           (fixes #392070).
4593
4594 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4595
4596         * configure.ac:
4597         * docs/Makefile.am:
4598         * docs/design/Makefile.am:
4599           Dist design docs.
4600
4601 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4602
4603         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4604         typo. Fixes: #390063.
4605
4606 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4607
4608         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4610         caps leak.
4611         * win32/common/config.h: Updated.
4612
4613 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4614
4615         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4616         (setup_gdpdepay_streamheader):
4617         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4618         (setup_gdppay_streamheader):
4619           Fix the dp tests, but activating the pads for the streamheader tests
4620           too and cleaning up conditionaly
4621
4622 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4623
4624         * gst/ffmpegcolorspace/avcodec.h:
4625         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4626         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4627         (gst_ffmpegcsp_avpicture_fill):
4628         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4629         (img_get_alpha_info):
4630         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4631         other end of the word. Fixes: #387073.
4632
4633         Add some inconsequential branch hints in a couple of places.
4634
4635 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4636
4637         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4638         (gst_ffmpeg_caps_to_smpfmt):
4639           The "signed" field in raw audio caps is of boolean type, trying to
4640           extract the value with _get_int() will fail (fix to keep in sync with
4641           the copy in gst-ffmpeg)
4642
4643 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4644
4645         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4646         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4647         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4648         (cleanup_gdpdepay):
4649         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4650         * tests/check/elements/subparse.c: (teardown_subparse):
4651         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4652         * tests/check/elements/videorate.c: (cleanup_videorate):
4653         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4654         * tests/check/elements/volume.c: (cleanup_volume):
4655         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4656         (cleanup_vorbisdec):
4657         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4658         (cleanup_vorbistag):
4659           consistent pad (de)activation
4660
4661 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4662
4663         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4664           Forgot to register the extensions.
4665
4666 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4669         (plugin_init):
4670           Add typefinder for VIVO files (my christmas present to the 90s).
4671
4672 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4673
4674         * gst/playback/gstdecodebin.c: (type_found):
4675           Special-case the text/plain media type: we only want to recognise it
4676           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4677           parser, but not if the entire stream is of text/plain type. If the
4678           entire stream is text/plain, we should just error out.
4679
4680           This fixes playback of audio files with lyrics in totem. Totem can't
4681           distinguish between text files and subtitle files and passes any
4682           .txt file with the same basename as the main file to playbin as
4683           suburi, and playbin will then throw a 'subtitle found, but no video
4684           stream' error, which isn't entirely helpful. See #380342.
4685
4686           Also, with this change we'll show a slightly more correct error
4687           message in case totem passes a playlist file to us (although a
4688           custom error message wording instead of the default text would
4689           probably not be a bad idea either).
4690
4691           Same problem also needs to be fixed for playbin+decodebin2.
4692
4693         * tests/check/Makefile.am:
4694         * tests/check/elements/decodebin.c: (src_handoff_cb),
4695         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4696         (decodebin_suite):
4697           Add simple unit test for decodebin for the above.
4698
4699 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4702         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4703           Refuse to change state to READY when we failed to create any of the
4704           required elements in our instance init function.
4705
4706 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         * docs/libs/gst-plugins-base-libs-sections.txt:
4709           Small docs fixes/updates.
4710
4711         * gst-libs/gst/video/gstvideosink.h:
4712           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4713           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4714           removed from the base sink API between 0.9.6 and 0.9.7).
4715           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4716           accessor macros, so we don't do a runtime GObject type check every
4717           time we use them.
4718
4719 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4720
4721         * Makefile.am:
4722         * gst-plugins-base.doap:
4723         * gst-plugins-base.spec.in:
4724           add doap file
4725
4726 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4727
4728         Patch by: Jens Granseuer <jensgr at gmx net>
4729
4730         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4731         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4732         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4733         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4734         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4735           Declare variables at the beginning of a block. Fixes #383195.
4736
4737 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4738
4739         * configure.ac:
4740         Bump version nano - back to CVS.
4741
4742
4743 === release 0.10.11 ===
4744
4745 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4746
4747         * configure.ac:
4748           releasing 0.10.11, "Dumb things"
4749
4750 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4751
4752         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4753         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4754         Handle the case where an element has multiple pads with 
4755         unfixed caps as well as still possibly producing more dynamic 
4756         pads by storing each case as a distinct entry in the dynamic list.
4757         Fixes #38223 again.
4758
4759 2006-12-04  Wim Taymans  <wim@fluendo.com>
4760
4761         * gst/playback/gstdecodebin.c: (close_pad_link):
4762         Fix #382223, add more dynamic caps handling.
4763
4764 2006-12-04  Wim Taymans  <wim@fluendo.com>
4765
4766         * gst-libs/gst/audio/gstringbuffer.h:
4767         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4768         (gst_netaddress_set_ip4_interface),
4769         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4770         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4771         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4772         (gst_netaddress_get_ttl):
4773         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4774         * gst/playback/gstdecodebin.c: (close_pad_link):
4775         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4776         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4777         * win32/common/config.h:
4778
4779 2006-12-01  Michael Smith  <msmith@fluendo.com>
4780
4781         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4782           Delete bad debug code.
4783           Fixes #381219
4784
4785 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4786
4787         * gst/videoscale/vs_4tap.c:
4788         * win32/MANIFEST:
4789         * win32/common/config.h:
4790         * win32/vs8/libgstvideoscale.vcproj:
4791         Fix compilation on win32 under VS8
4792         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4793         Partially fixes #381175
4794
4795 2006-11-30  Michael Smith  <msmith@fluendo.com>
4796
4797         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4798         (GST_START_TEST):
4799           It would be very bad if, after a discont buffer, we thought every
4800           single following buffer was also discont. So, add to the test to
4801           ensure that this isn't the case.
4802           
4803         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4804           ... it was the case. So fix it.
4805
4806 2006-11-28  Wim Taymans  <wim@fluendo.com>
4807
4808         * gst/playback/gstplaybasebin.c: (check_queue_event):
4809         Improve debug.
4810
4811         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4812         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4813         padtemplate caps. Refixes #357577.
4814
4815 2006-11-28  Wim Taymans  <wim@fluendo.com>
4816
4817         * gst/playback/gstplaybasebin.c: (check_queue_event),
4818         (queue_threshold_reached), (queue_out_of_data),
4819         (gen_preroll_element):
4820         Add event probe to see when EOS is in a queue and we can disable the
4821         underrun signals. Fixes #357577.
4822
4823 2006-11-28  Edward Hervey  <edward@fluendo.com>
4824
4825         * gst/playback/Makefile.am:
4826         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4827         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4828         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4829         (gst_decode_bin_init), (gst_decode_bin_dispose),
4830         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4831         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4832         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4833         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4834         (connect_element), (expose_pad), (type_found),
4835         (pad_added_group_cb), (pad_removed_group_cb),
4836         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4837         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4838         (are_raw_caps), (multi_queue_overrun_cb),
4839         (multi_queue_underrun_cb), (gst_decode_group_new),
4840         (get_current_group), (group_demuxer_event_probe),
4841         (gst_decode_group_control_demuxer_pad),
4842         (gst_decode_group_control_source_pad),
4843         (gst_decode_group_check_if_blocked),
4844         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4845         (gst_decode_group_hide), (gst_decode_group_free),
4846         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4847         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4848         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4849         (plugin_init):
4850         New decodebin2 element.
4851         Closes #370092
4852         * gst/playback/gstplay-marshal.list:
4853         Added marshallers for new signals in decodebin2
4854         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4855         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4856         is set.
4857
4858 2006-11-28  Wim Taymans  <wim@fluendo.com>
4859
4860         * gst/playback/gstplaybasebin.c: (setup_source),
4861         (gst_play_base_bin_change_state):
4862         Disable rtsp:// uris for the release, it's not good enough yet.
4863         Remove unused var.
4864
4865 2006-11-26  Wim Taymans  <wim@fluendo.com>
4866
4867         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4868         (theora_dec_push_forward), (theora_dec_push_reverse),
4869         (theora_handle_data_packet), (theora_dec_decode_buffer),
4870         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4871         (theora_dec_chain_forward), (theora_dec_chain):
4872         Implement reverse playback.
4873
4874         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4875         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4876         (vorbis_dec_chain_forward):
4877         Clear buffers used for reverse playback in _reset.
4878         No need to set the eos flag, we clip samples using the segment.
4879
4880 2006-11-24  Wim Taymans  <wim@fluendo.com>
4881
4882         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4883         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4884         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4885         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4886         Some cleanups.
4887         Handle continued pages in reverse mode.
4888
4889 2006-11-24  Wim Taymans  <wim@fluendo.com>
4890
4891         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4892         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4893         (vorbis_dec_flush_decode):
4894         Small cleanups.
4895         Don't try to add invalid timestamps.
4896         Clipping will unref the buffer.
4897
4898 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4899
4900         * gst/adder/gstadder.h:
4901         * gst/audiotestsrc/gstaudiotestsrc.h:
4902           remove obsolete _factory_init protos
4903
4904 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4905
4906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4907           Fix spacing in debug message.
4908
4909 2006-11-23  Wim Taymans  <wim@fluendo.com>
4910
4911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4912         (gst_ogg_demux_chain):
4913         Don't just ignore return values from _pad_push().
4914         Small debug improvements.
4915
4916 2006-11-23  Michael Smith  <msmith@fluendo.com>
4917
4918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4919           If our incoming buffer is marked as DISCONT, then increment the page
4920           number (so that the discontinuity is marked in the final ogg
4921           bitstream) and flush the previous page.
4922
4923 2006-11-22  Michael Smith  <msmith@fluendo.com>
4924
4925         * ext/theora/gsttheoraenc.h:
4926         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4927         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4928         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4929         (theora_enc_chain), (theora_enc_change_state):
4930           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4931
4932         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4933         (GST_START_TEST), (theoraenc_suite):
4934           Enable discontinuity test, fix it.
4935
4936 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4939         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4940         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4941         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4942         (gst_text_overlay_change_state):
4943         * ext/pango/gsttextoverlay.h:
4944           Some textoverlay fixes: for one, in the video chain function,
4945           actually wait for a text buffer to come in if there is none at the
4946           moment and there should be one; also, deal more gracefully with
4947           incoming buffers that do not have a timestamp or duration; discard
4948           text buffer when not needed any longer. Fixes #341681.
4949
4950         * tests/check/Makefile.am:
4951         * tests/check/elements/.cvsignore:
4952         * tests/check/elements/textoverlay.c:
4953         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4954         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4955         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4956         (test_video_waits_for_text_send_text_newsegment_thread),
4957         (test_video_waits_for_text_shutdown_element),
4958         (test_render_continuity_push_video_buffers_thread),
4959         (textoverlay_suite):
4960           Add some unit tests for textoverlay.
4961
4962 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4963
4964         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4965           Avoid integer underflow when the found probability for mp3 is
4966           smaller than the 'penalty' we subtract if there's not a clean
4967           mp3 header sync at offset 0.
4968
4969 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4970
4971         * docs/libs/gst-plugins-base-libs-sections.txt:
4972           Add some new symbols to the docs
4973
4974 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4975
4976         * tests/check/Makefile.am:
4977         * tests/check/elements/ffmpegcolorspace.c:
4978         (ffmpegcolorspace_suite):
4979           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4980           (for now not for valgrinding though, since it takes too long).
4981
4982 2006-11-20  Wim Taymans  <wim@fluendo.com>
4983
4984         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4985         (gst_ffmpeg_pixfmt_to_caps):
4986         Fix RGBA32 caps. Fixes #357038.
4987
4988 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         * gst-libs/gst/interfaces/mixertrack.h:
4991           Add FIXME so we can add some padding here in 0.11
4992
4993 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4994
4995         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4996           Fix GstBaseRTPAudioPayload structure so the whole GObject
4997           inheritance business actually works (parent class instance structure
4998           must always come first in the derived class instance structure).
4999
5000 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5001
5002         * gst/videotestsrc/Makefile.am:
5003         * tests/check/Makefile.am:
5004           Make sure our checks and the videotestsrc plugin link against the
5005           local uninstalled gst libs and not any installed gst libs that
5006           might happen to exist as well.
5007
5008         * tests/check/elements/adder.c: (message_received),
5009         (test_event_message_received), (test_play_twice_message_received):
5010         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
5011           Fix compiler warnings when compiling against core with disabled
5012           debugging system.
5013
5014 2006-11-16  Michael Smith  <msmith@fluendo.com>
5015
5016         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5017         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
5018           Fix audiorate, so that it accurately sets offsets and timestamps.
5019           Doesn't change the fundamental algorithmic decisions; so should be
5020           safe.
5021
5022         * tests/check/Makefile.am:
5023           Enable audiorate test now that it passes.
5024
5025 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
5026
5027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5028           clear xv when going to NULL, remove // commented non-existant proto
5029
5030         * tests/examples/seek/seek.c: (main):
5031           add missing tooltip description for scrub and play_scrub
5032
5033 2006-11-14  David Schleef  <ds@schleef.org>
5034
5035         * configure.ac:
5036           Bump liboil requirement to 0.3.8.
5037         * gst-libs/gst/riff/riff-media.c:
5038           Add Dirac fourcc.
5039         * gst/videoscale/vs_image.h:
5040         * gst/videoscale/vs_scanline.h:
5041           Use liboil's stdint.h.
5042         * gst/videotestsrc/videotestsrc.c:
5043           Remove liboil related ifdef's, since they aren't needed now, and
5044           won't work with future versions.
5045
5046 2006-11-14  David Schleef  <ds@schleef.org>
5047
5048         * gst/videoscale/Makefile.am:
5049         * gst/videoscale/gstvideoscale.c:
5050         * gst/videoscale/gstvideoscale.h:
5051         * gst/videoscale/vs_4tap.c:
5052         * gst/videoscale/vs_4tap.h:
5053         * gst/videoscale/vs_image.c:
5054         * gst/videoscale/vs_image.h:
5055         * gst/videoscale/vs_scanline.c:
5056         * gst/videoscale/vs_scanline.h:
5057           Add a 4-tap image scaler.  Theoretically looks much prettier.
5058           The tap calculation could use some improvement.
5059
5060 2006-11-14  Wim Taymans  <wim@fluendo.com>
5061
5062         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
5063
5064         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
5065         (gst_riff_parse_strf_iavs):
5066         * gst/subparse/gstsubparse.c: (convert_encoding):
5067         * gst/tcp/gstmultifdsink.c:
5068         (gst_multi_fd_sink_handle_client_write):
5069         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5070         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
5071         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
5072         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
5073         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5074         (gst_ximagesink_ximage_new):
5075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5076         Various gsize and gssize printf fixes. Fixes #372507.
5077
5078 2006-11-13  Wim Taymans  <wim@fluendo.com>
5079
5080         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5081         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
5082         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
5083         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
5084         (vorbis_dec_chain_forward), (vorbis_dec_chain):
5085         * ext/vorbis/vorbisdec.h:
5086         First stab at vorbis reverse playback.
5087
5088 2006-11-13  Wim Taymans  <wim@fluendo.com>
5089
5090         * gst-libs/gst/audio/gstbaseaudiosink.c:
5091         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5092         * gst-libs/gst/audio/gstbaseaudiosink.h:
5093         Make the clock sync code more accurate wrt resampling and playback
5094         at different rates.
5095         
5096         * gst-libs/gst/audio/gstringbuffer.c:
5097         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
5098         * gst-libs/gst/audio/gstringbuffer.h:
5099         Use better algorithm to interpolate sample rates. 
5100
5101 2006-11-13  Michael Smith  <msmith@fluendo.com>
5102
5103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
5104           Improve a debug line slightly.
5105
5106         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
5107           Call gst_riff_init() in plugin_init, to avoid getting errors from
5108           the debug system (unrelated changes to another plugin made this turn
5109           up; not sure why).
5110
5111 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
5112
5113         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
5114
5115         * win32/common/libgsttag.def:
5116           Add missing symbol (#366492).
5117
5118 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
5119
5120         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
5121           Don't unref a NULL pad.
5122
5123 2006-11-09  Wim Taymans  <wim@fluendo.com>
5124
5125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
5126         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
5127         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
5128         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
5129         (gst_ogg_demux_loop):
5130         Implement first stab at reverse playback.
5131
5132 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
5133
5134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5135         (gst_riff_create_video_template_caps):
5136           add h263/h264 variants to the caps, Fixes #363118
5137
5138 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5139
5140         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5141         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5142           Use g_strerror instead of strerror so we get UTF-8.
5143
5144 2006-11-03  David Schleef  <ds@schleef.org>
5145
5146         * ext/ogg/gstoggdemux.c:
5147         * ext/ogg/gstoggmux.c:
5148           Add/remove KW-DIRAC header here, since it is ogg-specific.
5149
5150 2006-11-03  Michael Smith  <msmith@fluendo.com>
5151
5152         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5153           Recognise more mpeg4 elementary video streams.
5154
5155 2006-11-02  Edward Hervey  <edward@fluendo.com>
5156
5157         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
5158         Lower the probability of mp3 typefinding functions if we don't find a
5159         valid mp3 header at the start of the file.
5160         Closes #369482
5161
5162 2006-11-02  Wim Taymans  <wim@fluendo.com>
5163
5164         * ext/theora/gsttheoradec.h:
5165         * ext/theora/theoradec.c: (gst_theora_dec_init),
5166         (theora_dec_sink_event), (theora_dec_chain_forward),
5167         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5168         (theora_dec_chain):
5169         Document and partially implement an algorithm for doing reverse playback
5170         of theora video.
5171
5172 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5173
5174         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5175
5176         * win32/common/config.h:
5177         * win32/common/interfaces-enumtypes.c:
5178         * win32/common/libgsttag.def:
5179         * win32/vs8/gst-plugins-base.sln:
5180         * win32/vs8/libgstaudioresample.vcproj:
5181         * win32/vs8/libgstinterfaces.vcproj:
5182         * win32/vs8/libgstogg.vcproj:
5183         * win32/vs8/libgstriff.vcproj:
5184         * win32/vs8/libgsttag.vcproj:
5185         * win32/vs8/libgsttheora.vcproj:
5186         * win32/vs8/libgstvideoscale.vcproj:
5187         * win32/vs8/libgstvorbis.vcproj:
5188           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
5189           to libgsttag.def; add missing dependencies for some vs8 projects;
5190           re-arrange placement of .def files in vs8 projects (#366334).
5191
5192 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5193
5194         * ext/ogg/gstogg.c:
5195           Remove unused variable.
5196
5197         * ext/ogg/gstoggdemux.c:
5198           Fix Wim's surname in plugin description.
5199
5200 2006-10-31  Wim Taymans  <wim@fluendo.com>
5201
5202         * gst-plugins-base.spec.in:
5203         spec new .h file. Fixes #368310.
5204
5205 2006-10-31  Michael Smith  <msmith@fluendo.com>
5206
5207         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
5208         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
5209         (gst_multi_fd_sink_get_stats),
5210         (gst_multi_fd_sink_remove_client_link),
5211         (gst_multi_fd_sink_queue_buffer),
5212         (gst_multi_fd_sink_handle_clients):
5213         * gst/tcp/gstmultifdsink.h:
5214           Make using the remove or clear signals threadsafe.
5215           Make calling get-stats with an invalid fd not segfault.
5216           Fixes 368273.
5217
5218 2006-10-31  Wim Taymans  <wim@fluendo.com>
5219
5220         * gst-libs/gst/rtp/Makefile.am:
5221         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5222         (gst_base_rtp_audio_payload_init):
5223         Fix and activate base audio payloader.
5224
5225 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5226
5227         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5228         (plugin_init):
5229           Add typefinder for QuickTime Image Files (see #366156).
5230
5231 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5232
5233         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5234           Another typo fix (#366212).
5235
5236 2006-10-27  Wim Taymans  <wim@fluendo.com>
5237
5238         * gst/volume/gstvolume.c: (volume_transform_ip):
5239         Use stream time to synchronize volume property instead of rather random
5240         timestamps. This is needed when gnonlin does its time shifting.
5241
5242 2006-10-27  Wim Taymans  <wim@fluendo.com>
5243
5244         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5245
5246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5247         Remove the pad from the element in release_pad. Fixes #364812.
5248
5249 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5250
5251         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5253           Explicitly create our custom buffer classes at a thread-safe
5254           location as well, since g_type_class_ref() doesn't seem to be
5255           entirely thread-safe either (#365501; also see #349410).
5256
5257 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5260         (gst_riff_parse_info):
5261           If strings in INFO chunk are not UTF-8, do something similar to
5262           what we do for ID3v1 tags: check a number of environment variables
5263           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5264           character sets to try, otherwise try the current locale and/or fall
5265           back on ISO-8859-1. Fixes #360552.
5266
5267 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5268
5269         * gst/videotestsrc/gstvideotestsrc.c:
5270         (gst_video_test_src_pattern_get_type),
5271         (gst_video_test_src_set_pattern):
5272         * gst/videotestsrc/gstvideotestsrc.h:
5273         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5274         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5275         (gst_video_test_src_checkers8):
5276         * gst/videotestsrc/videotestsrc.h:
5277           Add a bunch of exciting new checkers patterns.
5278
5279 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5280
5281         * gst/subparse/Makefile.am:
5282         * gst/subparse/gstsubparse.c:
5283         (gst_sub_parse_data_format_autodetect),
5284         (gst_sub_parse_format_autodetect), (handle_buffer),
5285         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5286         * gst/subparse/gstsubparse.h:
5287         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5288         (parse_tmplayer):
5289         * gst/subparse/tmplayerparse.h:
5290           Add support for TMPlayer-type subtitles (#362845).
5291
5292         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5293         (GST_START_TEST), (subparse_suite):
5294           Add some basic unit tests for the above.
5295
5296 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5297
5298         * tests/check/elements/audiorate.c: (test_injector_base_init),
5299         (test_injector_class_init), (test_injector_chain),
5300         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5301         (GST_START_TEST), (audiorate_suite):
5302           More tests for audiorate: inject buffers to check behaviour when
5303           buffers overlap.
5304
5305 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * tests/check/Makefile.am:
5308         * tests/check/elements/.cvsignore:
5309         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5310         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5311           Add some basic unit tests for audiorate. Disabled at the moment
5312           since it doesn't pass yet (see bug #363119).
5313
5314 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5317         (parse_subrip), (handle_buffer):
5318           Add missing closing tags for markup and fix broken markup,
5319           otherwise pango won't render anything (fixes #357531). Also,
5320           make sure the text we send out is always NUL-terminated
5321           (better safe than sorry etc.).
5322
5323         * tests/check/elements/subparse.c: (test_srt_do_test),
5324         (test_srt):
5325           Some more tests for .srt incl. tests for the above stuff.
5326
5327 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5328
5329         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5331         Patch by: Stefan Kost  <ensonic@users.sf.net>
5332         Try to redraw borders only when needed. Apparently this consumes
5333         resources on small devices... :-O (#363607)
5334
5335 2006-10-20  Michael Smith  <msmith@fluendo.com>
5336
5337         * gst/tcp/gstmultifdsink.c:
5338         (gst_multi_fd_sink_client_queue_buffer):
5339           If caps change, then update the client's idea of the caps so that we
5340           don't end up re-sending streamheaders for every single buffer after
5341           the caps change.
5342
5343 2006-10-20  Michael Smith  <msmith@fluendo.com>
5344
5345         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5346         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5347           Set caps on pushed buffers; fix up refcounting of caps objects.
5348
5349 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5350
5351         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5352         (plugin_init):
5353           Typefind mmsh header data packet to application/x-mmsh (#362625).
5354
5355 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5356
5357         * tests/check/Makefile.am:
5358         * tests/check/elements/.cvsignore:
5359         * tests/check/elements/subparse.c: (buffer_from_static_string),
5360         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5361         (GST_START_TEST), (subparse_suite):
5362           Add very simple unit test for subparse.
5363
5364 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5365
5366         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5367         (parse_subrip):
5368           Strip trailing newlines from subtitle text output.
5369
5370 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5371
5372         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5373         (gst_sub_parse_change_state):
5374           Fix memleak; clear subparse->textbuf n state change function.
5375
5376 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5377
5378         * gst/subparse/gstsubparse.c:
5379         (gst_sub_parse_data_format_autodetect):
5380           Don't require subrip (.srt) files to start with a chunk number of 1.
5381
5382 2006-10-18  Wim Taymans  <wim@fluendo.com>
5383
5384         * gst-libs/gst/audio/gstbaseaudiosink.c:
5385         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5386         * gst-libs/gst/audio/gstbaseaudiosink.h:
5387         Extract rate from the NEWSEGMENT event.
5388         Use commit_full to also take rate adjustment into account when writing
5389         samples to the ringbuffer.
5390         
5391         * gst-libs/gst/audio/gstringbuffer.c:
5392         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5393         (gst_ring_buffer_read):
5394         * gst-libs/gst/audio/gstringbuffer.h:
5395         Added _commit_full() to also take rate into account.
5396         Use simple interpolation algorithm to resample audio.
5397         API: gst_ring_buffer_commit_full()
5398
5399         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5400         * tests/examples/seek/seek.c: (segment_done):
5401         Don't try to seek with 0.0 rate, just pause instead.
5402         Remove bogus debug line.
5403
5404 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5407         (setup_source):
5408           Catch async errors when starting up the subtitle bin, so we can
5409           stop waiting and continue with the main film instead of hanging
5410           forever. Fixes #339366.
5411
5412         * tests/check/elements/playbin.c: (playbin_suite):
5413           Enable unit test for the above.
5414
5415 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5416
5417         * tests/check/Makefile.am:
5418         * tests/check/elements/.cvsignore:
5419         * tests/check/elements/playbin.c: (GST_START_TEST),
5420         (gst_red_video_src_uri_get_type),
5421         (gst_red_video_src_uri_get_protocols),
5422         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5423         (gst_red_video_src_uri_handler_init),
5424         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5425         (gst_red_video_src_create), (gst_red_video_src_class_init),
5426         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5427           Some small and basic unit tests for playbin; not very useful yet,
5428           but at least a start.
5429
5430 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5431
5432         * gst/playback/gstplaybin.c: (setup_sinks):
5433           The old pad activation spiel.
5434
5435 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5436
5437         * gst/playback/gstplaybasebin.c: (setup_source):
5438           Don't hang forever if the subbin already fails to start up in 
5439           the state change to PAUSED (#339366).
5440
5441 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5444         (gst_tuner_set_channel), (gst_tuner_get_channel),
5445         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5446         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5447         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5448         (gst_tuner_find_channel_by_name):
5449           Fix some function guards, add some more function guards.
5450
5451 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5452
5453         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5454         (remove_element_chain):
5455         Don't return a pad from get_our_ghost_pad unless it is actually the
5456         one we want.
5457         Change a cast in remove_element_chain slightly.
5458
5459 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5460
5461         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5462         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5463         Segment seeking needs to use the rate and set stop to -1.
5464
5465 2006-10-13  Wim Taymans  <wim@fluendo.com>
5466
5467         * gst-libs/gst/audio/gstbaseaudiosink.c:
5468         (gst_base_audio_sink_setcaps):
5469         Don't crash when ringbuffer is not yet created.
5470         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5471         Fixes #361634.
5472
5473         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5474         * gst/playback/gststreamselector.c:
5475         (gst_stream_selector_request_new_pad):
5476         Activate pads befre adding them to running elements.
5477
5478 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5479
5480         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5481         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5482         updater when we start grabing the slider. Don't wait for the
5483         pipeline to be PAUSED.
5484
5485 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5486
5487         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5488         (gst_mixer_set_volume), (gst_mixer_get_volume),
5489         (gst_mixer_set_mute), (gst_mixer_set_option),
5490         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5491         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5492         (gst_mixer_option_changed):
5493           Guard mixer interface functions against bogus arguments.
5494
5495 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5496
5497         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5498         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5499         (msg_state_changed), (main): Use state-changed messages to trigger
5500         start/stop of scale update timer. Indeed the scale slider was
5501         jumping here and there because the update timer was activated 
5502         before seek completed. This fixes instant applying of rate changes
5503         by pressing the spinbutton like a crazy man !
5504
5505 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5508
5509         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5510         (gst_basertppayload_finalize):
5511           Fix two small memory leaks (#361456).
5512
5513 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5514
5515         * tests/examples/seek/seek.c: (do_seek),
5516         (rate_spinbutton_changed_cb): When changing spinbutton we try
5517         to change the rate on the fly.
5518
5519 2006-10-10  Wim Taymans  <wim@fluendo.com>
5520
5521         * gst-libs/gst/riff/riff-ids.h:
5522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5523         (gst_riff_create_audio_template_caps):
5524         Add WMS caps.
5525
5526 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5527
5528         Patch by: Josep Torra Valles <josep@fluendo.com>
5529
5530         * ext/gnomevfs/gstgnomevfssink.c:
5531         * ext/gnomevfs/gstgnomevfssrc.c:
5532         Fix URI interface implementation return type.
5533         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5534         Fix what looks like a copy/paste issue when assigning values.
5535         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5536         (gst_audio_filter_template_get_type):
5537         Cast to prevent Forte warnings.
5538         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5539         Fix URI interface implementation return type.
5540         gst_pad_query_position requires a signed integer pointer as
5541         3rd parameter, GstClockTime is unsigned.
5542         * gst/audioconvert/audioconvert.c:
5543         Fix integer overflow when treated as signed.
5544         * gst/audioresample/resample.c: (resample_add_input_data):
5545         Cast to prevent warnings on Forte.
5546         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5547         Fix integer overflow when treated as signed.
5548         * gst/ffmpegcolorspace/imgconvert_template.h:
5549         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5550         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5551         (cleanup_decodebin):
5552         Who initialises a guint to -1!
5553         Cast function pointers to prevent warnings on Forte.
5554         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5555         (queue_threshold_reached):
5556         Cast function pointers correctly to prevent warnings on Forte.
5557         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5558         Cast function pointers correctly to prevent warnings on Forte.
5559         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5560         Obvious change to unsigned, 0xEF > max signed char.
5561         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5562         GstClockTime is unsigned, initialise correctly.
5563         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5564         Cast so pointer arithemetic doesn't cause warnings on Forte.
5565         * gst/videorate/gstvideorate.c:
5566         Use correct return value.
5567         * tests/examples/seek/scrubby.c:
5568         GstClockTime is unsigned, initialise correctly.
5569
5570 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5571
5572         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5573
5574         * gst/typefind/gsttypefindfunctions.c:
5575           Recognise XML files and XML-like files shorter than 256 bytes as
5576           well (fixes #359237).
5577
5578 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5579
5580         Patch by: Renato Filho <renato.filho@indt.org.br>
5581         
5582         * gst/typefind/gsttypefindfunctions.c:
5583         Added typefind functions to video/x-nuv media.
5584         
5585 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5586
5587         * gst-libs/gst/interfaces/xoverlay.c:
5588         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5589           Some more guards against invalid input.
5590
5591 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5592
5593         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5594         Useless goto.
5595         * tests/examples/seek/seek.c: (do_seek),
5596         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5597         seek example to experiment with rates != 1.0 (reverse playback !)
5598
5599 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5600
5601         * gst-libs/gst/interfaces/xoverlay.c:
5602           Unref message in doc-example (spotted by Robert McQueen)
5603
5604 2006-10-06  Wim Taymans  <wim@fluendo.com>
5605
5606         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5607         (mpeg1_parse_header), (mpeg1_sys_type_find):
5608         printf fix.
5609
5610 2006-10-06  Wim Taymans  <wim@fluendo.com>
5611
5612         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5613         (close_pad_link):
5614         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5615         Activate dynamic pads before adding them to the element.
5616
5617 2006-10-06  Michael Smith  <msmith@fluendo.com>
5618
5619         * gst-libs/gst/floatcast/floatcast.h:
5620           Fix obviously-bogus macros; use the correct types.
5621
5622 2006-10-06  Wim Taymans  <wim@fluendo.com>
5623
5624         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5625         (gst_base_rtp_depayload_change_state):
5626         Also call parent state change function to activate pads.
5627
5628         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5629         (mpeg1_parse_header), (mpeg1_sys_type_find):
5630         Add some more debug info in mpeg typefinding.
5631
5632 2006-10-06  Michael Smith  <msmith@fluendo.com>
5633
5634         * ext/theora/theoradec.c: (theora_dec_chain):
5635           Zero byte theora packets are valid and well-defined; don't warn on
5636           them.
5637
5638 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5639
5640         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5641         (gst_multi_fd_sink_get_stats), (find_limits),
5642         (gst_multi_fd_sink_queue_buffer):
5643           API: add dropped_buffers to the get-stats GValueArray
5644
5645 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5646
5647         * ext/alsa/gstalsadeviceprobe.c:
5648         (gst_alsa_device_property_probe_get_values):
5649         * ext/alsa/gstalsasink.c: (set_hwparams):
5650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5651         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5652         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5653         (gst_ogg_mux_process_best_pad):
5654         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5655         (gst_ogg_parse_chain):
5656         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5657         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5658         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5659         (gst_vorbis_enc_buffer_check_discontinuous):
5660         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5661         * gst-libs/gst/audio/gstbaseaudiosink.c:
5662         (gst_base_audio_sink_render):
5663         * gst-libs/gst/cdda/gstcddabasesrc.c:
5664         (gst_cdda_base_src_handle_track_seek):
5665         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5666         (gst_base_rtp_depayload_push_full):
5667         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5668         * gst/audioresample/resample.c: (resample_input_pushthrough):
5669         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5670         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5671         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5672         (wavpack_type_find):
5673         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5674         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5675         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5676         * tests/check/elements/volume.c: (GST_START_TEST):
5677           Printf format fixes.
5678
5679 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5680
5681         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5682           Fix a simple mistake (see the docs)
5683           Fixes #359580
5684
5685 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5686
5687         * docs/plugins/Makefile.am:
5688         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5689         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5690         * docs/plugins/gst-plugins-base-plugins.args:
5691         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5692         * docs/plugins/inspect/plugin-adder.xml:
5693         * docs/plugins/inspect/plugin-alsa.xml:
5694         * docs/plugins/inspect/plugin-audioconvert.xml:
5695         * docs/plugins/inspect/plugin-audiorate.xml:
5696         * docs/plugins/inspect/plugin-audioresample.xml:
5697         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5698         * docs/plugins/inspect/plugin-cdparanoia.xml:
5699         * docs/plugins/inspect/plugin-decodebin.xml:
5700         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5701         * docs/plugins/inspect/plugin-gdp.xml:
5702         * docs/plugins/inspect/plugin-gnomevfs.xml:
5703         * docs/plugins/inspect/plugin-libvisual.xml:
5704         * docs/plugins/inspect/plugin-ogg.xml:
5705         * docs/plugins/inspect/plugin-pango.xml:
5706         * docs/plugins/inspect/plugin-playbin.xml:
5707         * docs/plugins/inspect/plugin-subparse.xml:
5708         * docs/plugins/inspect/plugin-tcp.xml:
5709         * docs/plugins/inspect/plugin-theora.xml:
5710         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5711         * docs/plugins/inspect/plugin-video4linux.xml:
5712         * docs/plugins/inspect/plugin-videorate.xml:
5713         * docs/plugins/inspect/plugin-videoscale.xml:
5714         * docs/plugins/inspect/plugin-videotestsrc.xml:
5715         * docs/plugins/inspect/plugin-volume.xml:
5716         * docs/plugins/inspect/plugin-vorbis.xml:
5717         * docs/plugins/inspect/plugin-ximagesink.xml:
5718         * docs/plugins/inspect/plugin-xvimagesink.xml:
5719           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5720
5721 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5724
5725         * ext/vorbis/Makefile.am:
5726         * ext/vorbis/vorbis.c: (plugin_init):
5727         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5728         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5729         * ext/vorbis/vorbisparse.h:
5730         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5731         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5732         (gst_vorbis_tag_parse_packet):
5733         * ext/vorbis/vorbistag.h:
5734           Add new vorbistag element which derives from vorbisparse
5735           and is essentially the same as well, only that it implements
5736           the GstTagSetter interface and can modify the stream's
5737           vorbiscomment on the fly (#335635).
5738
5739         * tests/check/Makefile.am:
5740         * tests/check/elements/.cvsignore:
5741         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5742         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5743         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5744         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5745           Add unit test for new vorbistag element.
5746
5747 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5748
5749         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5750         (vorbis_parse_push_headers), (vorbis_parse_chain):
5751           Set BOS flag in packet structure to fix 'jump depends
5752           on unitialized value' errors in valgrind; various minor
5753           clean-ups.
5754
5755 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5756
5757         * gst/playback/gstdecodebin.c: (close_pad_link):
5758         Fix typo in a debug statement.
5759
5760         * gst/playback/gstplaybasebin.c: (probe_triggered),
5761         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5762         (gen_source_element), (source_new_pad), (analyse_source),
5763         (setup_source):
5764         When handling no_more_pads in new_decoded_pad, make sure to treat
5765         subtitle pads correctly. Fixes playback with subtitle files.
5766
5767         Move a recurring message to LOG level.
5768
5769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5770         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5771         which ends up as -1 when cast to an int. Make the logic handle the
5772         max value as an unsigned mask and only change the colorkey when it's
5773         a value we recognise.
5774
5775 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5776
5777         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5778         Removed empty * between paragraphs
5779
5780 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5781
5782         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5783         * gst-libs/gst/rtp/README:
5784         Moved some documentation into .c file
5785
5786 2006-09-29  Wim Taymans  <wim@fluendo.com>
5787
5788         * gst/playback/gstdecodebin.c: (no_more_pads):
5789         Fix compilation.
5790
5791 2006-09-29  Wim Taymans  <wim@fluendo.com>
5792
5793         * gst/playback/gstdecodebin.c: (new_caps):
5794         Remove g_print
5795
5796         * gst/playback/gstplaybin.c:
5797         Add some docs.
5798
5799 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         * tests/check/Makefile.am:
5802           Re-enable cddabasesrc test to see if it works again
5803           now.
5804
5805 2006-09-29  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5808         (gen_source_element):
5809         Handle invalid URIs a bit more gracefully.
5810
5811 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5812
5813         * tests/check/pipelines/oggmux.c:
5814           Remove obsolete comment.
5815
5816 2006-09-29  Michael Smith  <msmith@fluendo.com>
5817
5818         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5819         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5820         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5821         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5822         (gst_ogg_mux_collected):
5823           Commit patch from James "Doc" Livingston, adds proper EOS handling
5824           in oggmux. GStreamer can, for the first time ever, create a valid
5825           Ogg file! Yay!
5826
5827         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5828         (oggmux_suite):
5829           Reenable tests now that they pass.
5830
5831 2006-09-29  Wim Taymans  <wim@fluendo.com>
5832
5833         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5834         Stop reading commands when EOF (we read 0) as well.
5835
5836 2006-09-28  Wim Taymans  <wim@fluendo.com>
5837
5838         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5839         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5840         (find_dynamic), (unlinked), (close_link):
5841         Implement delayed caps linking needed for element with a lot of
5842         different caps on the src pads that get fixed at runtime.
5843         Improve management of dynamic elements.
5844
5845         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5846         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5847         (gen_preroll_element), (remove_groups), (unknown_type),
5848         (add_element_stream), (no_more_pads_full), (no_more_pads),
5849         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5850         (new_decoded_pad), (setup_subtitle), (array_has_value),
5851         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5852         (analyse_source), (remove_decoders), (make_decoder),
5853         (remove_source), (setup_source), (finish_source), (prepare_output),
5854         (gst_play_base_bin_change_state):
5855         * gst/playback/gstplaybasebin.h:
5856         Use more _CAST instead of full type checking casts.
5857         Small cleanups, plug some leaks.
5858         Handle dynamic sources.
5859         Add some helper functions to create lists of strings used for
5860         blacklisting and other stuff.
5861         Refactor some code dealing with analysing the source.
5862         Re-enable sources without pads (like cd:// or other selfcontained
5863         elements).
5864
5865 2006-09-28  Wim Taymans  <wim@fluendo.com>
5866
5867         * gst-libs/gst/audio/gstbaseaudiosink.c:
5868         (gst_base_audio_sink_render):
5869         When we have a timestamp, we can still perform clipping.
5870         When we have no clock, we must play the sample ASAP.
5871
5872 2006-09-28  Wim Taymans  <wim@fluendo.com>
5873
5874         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5875         Set caps on outgoing buffers.
5876
5877         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5878         (gst_video_rate_event), (gst_video_rate_chain):
5879         * gst/videorate/gstvideorate.h:
5880         Fix videorate some more. Fixes #357977
5881
5882 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5883
5884         * tests/check/elements/adder.c: (adder_suite):
5885           Don't set timeout to 6 seconds when we're running
5886           in valgrind ... (and how is 6 seconds longer than
5887           the default anyway?)
5888
5889 2006-09-28  Wim Taymans  <wim@fluendo.com>
5890
5891         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5892         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5893         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5894         Keep sink and src segment to keep track of time and support more
5895         input formats.
5896         Fix bogus next_offset and run_time calculation, don't understand how
5897         this could have worked before. Fixes #357976.
5898         Remove some unneeded vars.
5899
5900 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5901
5902         * gst/playback/gstplaybin.c: (remove_sinks):
5903           Only remove visualisation from visbin if there is a visbin (or:
5904           don't throw warnings when closing totem without playing a file).
5905
5906 2006-09-27  Wim Taymans  <wim@fluendo.com>
5907
5908         * gst-libs/gst/audio/gstbaseaudiosink.c:
5909         (gst_base_audio_sink_render):
5910         Add some more info in a WARNING.
5911
5912         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5913         (gst_base_audio_src_create):
5914         Handle PAUSE in create function, use new -core addition to
5915         wait for playing. Fixes pausing and resuming capture from an
5916         audiosrc.
5917
5918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5919         (gst_ring_buffer_read):
5920         Constify some more.
5921         Caller supports interrupted reads now.
5922
5923 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5924
5925         * tests/check/Makefile.am:
5926           Another attempt to make the gen64 buildbot happy.
5927
5928 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5929
5930         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5931
5932         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5933         (gst_visual_chain), (gst_visual_change_state):
5934           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5935           correctly. Fixes #357800
5936
5937 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5938
5939         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5940           Add timeout to _get_state() so we see which pipeline it is
5941           that causes trouble on the gen64 build bot.
5942
5943 2006-09-27  Wim Taymans  <wim@fluendo.com>
5944
5945         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5946         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5947         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5948         (gst_base_rtp_depayload_set_gst_timestamp):
5949         the source pad always uses fixed caps.
5950
5951 2006-09-27  Wim Taymans  <wim@fluendo.com>
5952
5953         * docs/libs/gst-plugins-base-libs-docs.sgml:
5954         * docs/libs/gst-plugins-base-libs-sections.txt:
5955         * gst-libs/gst/audio/gstaudioclock.c:
5956         * gst-libs/gst/audio/gstaudioclock.h:
5957         * gst-libs/gst/audio/gstaudiosink.c:
5958         * gst-libs/gst/audio/gstaudiosink.h:
5959         * gst-libs/gst/audio/gstaudiosrc.c:
5960         * gst-libs/gst/audio/gstbaseaudiosink.c:
5961         (gst_base_audio_sink_render):
5962         * gst-libs/gst/audio/gstbaseaudiosink.h:
5963         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5964         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5965         * gst-libs/gst/audio/gstringbuffer.h:
5966         Added docs for the audio libs.
5967
5968 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * tests/check/Makefile.am:
5971           Temporarily disable test that fails on the bots for unknown reasons.
5972
5973 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5974
5975         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5976         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5977         Moved AudioCodecType into priv
5978         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5979
5980 2006-09-25  Wim Taymans  <wim@fluendo.com>
5981
5982         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5983         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5984         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5985         (new_pad):
5986         Cleanups and small leak fixes.
5987         Added Depayloaders to valid list of autopluggable elements.
5988
5989 2006-09-25  Wim Taymans  <wim@fluendo.com>
5990
5991         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5992         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5993         (gen_video_element), (gen_text_element), (gen_audio_element),
5994         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5995         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5996         Detect NO_PREROLL state change returns and disable clock distribution to
5997         the sinks so that sync is disabled.
5998         Avoid some type checking and do simple casts instead.
5999         Small cleanups, fix some FIXMEs.
6000         Be more robust when linking user specified elements, catch an report
6001         errors. Fixes #357404.
6002         Fix some leaks in the error paths.
6003
6004 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
6005
6006         * ChangeLog:
6007           ChangeLog surgery for missing bug-number
6008
6009 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         Patch by: Peter Kjellerstedt  <pkj at axis com>
6012
6013         * gst/playback/test.c:
6014           Fix compilation with uClibc and -Werror (#357591).
6015
6016 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6017
6018         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
6019           Parse dates that are followed by a time as well (#357532).
6020
6021         * tests/check/libs/tag.c: (test_vorbis_tags):
6022           Add unit test for this.
6023
6024 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6025
6026         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
6027         (gst_audio_convert_transform_caps):
6028         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
6029         * gst/videotestsrc/videotestsrc.h:
6030           A few array const-ifications.
6031
6032 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6033
6034         * tests/check/Makefile.am:
6035           See if this makes the build bots happy.
6036
6037         * tests/check/libs/cddabasesrc.c:
6038           UTF8-ise my name.
6039
6040 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6041
6042         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6043
6044         * gst/subparse/samiparse.c: (handle_start_font),
6045         (fix_invalid_entities):
6046           More case-insensitivity for certain tags; recognise entities with
6047           decimal codes as special entities as well (#357330).
6048
6049 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6050
6051         * gst-libs/gst/Makefile.am:
6052           Need to build tag directory before cdda.
6053
6054 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6055
6056         * docs/libs/gst-plugins-base-libs-sections.txt:
6057         * gst-libs/gst/cdda/Makefile.am:
6058         * gst-libs/gst/cdda/gstcddabasesrc.c:
6059         (gst_cdda_base_src_base_init):
6060         * gst-libs/gst/cdda/gstcddabasesrc.h:
6061         * gst-libs/gst/tag/tag.h:
6062         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
6063         (gst_tag_register_musicbrainz_tags):
6064           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
6065           depend on libgsttag. This is required so we can extract/read tags like
6066           DISCID without depending on libgstcddabasesrc (which used to register
6067           them).
6068
6069         * gst-libs/gst/tag/gstvorbistag.c:
6070           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
6071           tags (also see #347848).
6072
6073         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
6074           Log vorbis comments we are actually writing. Const-ify array.
6075
6076 2006-09-23  Wim Taymans  <wim@fluendo.com>
6077
6078         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6079         Improve buffering a bit by avoiding a deadlock because we cannot assume
6080         the underrun is always called.
6081
6082 2006-09-23  Wim Taymans  <wim@fluendo.com>
6083
6084         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6085
6086         * gst-libs/gst/riff/riff-ids.h:
6087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6088         (gst_riff_create_audio_template_caps):
6089         Added MPEG-4 AAC and id and caps. Fixes #357289
6090         Added WMA9 Lossless id.
6091
6092 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6093
6094         * ext/gnomevfs/gstgnomevfssrc.c:
6095           Fix misleading docs addition.
6096
6097         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6098           Get rid of compiler warning the right way.
6099
6100 2006-09-22  Wim Taymans  <wim@fluendo.com>
6101
6102         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6103         (gst_base_rtp_depayload_finalize),
6104         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6105         (gst_base_rtp_depayload_push_full),
6106         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
6107         (gst_base_rtp_depayload_process),
6108         (gst_base_rtp_depayload_set_gst_timestamp),
6109         (gst_base_rtp_depayload_queue_release):
6110         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6111         Small cleanups.
6112         Fix some leaks.
6113         Refactored the process method and added methods to push from the process
6114         vmethod.
6115         Use _scale functions.
6116         API: gst_base_rtp_depayload_push_ts
6117         API: gst_base_rtp_depayload_push
6118
6119         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6120         timestamps are uint.
6121
6122 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
6123
6124         * gst-libs/gst/interfaces/xoverlay.c:
6125           Remove unused statement from doc example.
6126
6127 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
6128
6129         * gst-libs/gst/interfaces/videoorientation.c:
6130         (gst_video_orientation_iface_init),
6131         (gst_video_orientation_get_hflip),
6132         (gst_video_orientation_get_vflip),
6133         (gst_video_orientation_get_hcenter),
6134         (gst_video_orientation_get_vcenter),
6135         (gst_video_orientation_set_hflip),
6136         (gst_video_orientation_set_vflip),
6137         (gst_video_orientation_set_hcenter),
6138         (gst_video_orientation_set_vcenter):
6139           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
6140           in ChangeLog)
6141
6142 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
6143
6144         * tests/check/Makefile.am:
6145         * tests/check/elements/.cvsignore:
6146         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
6147         (create_rgb_conversions), (rgb_conversion_free),
6148         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
6149         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
6150           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
6151           but disable for now since it doesn't pass (something wrong with
6152           RGBA somewhere).
6153
6154 2006-09-21  Wim Taymans  <wim@fluendo.com>
6155
6156         * gst/playback/gstplaybasebin.c: (group_commit),
6157         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
6158         (queue_out_of_data), (gen_preroll_element),
6159         (preroll_remove_overrun), (probe_triggered):
6160         Refactor handling of overrun detection.
6161         Separate handling of group completion and deadlock detection when doing
6162         network buffering. This should fix some deadlocks that were not detected
6163         because the group was completed.
6164         Add more comments, improve debugging.
6165
6166 2006-09-21  Wim Taymans  <wim@fluendo.com>
6167
6168         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6169         * tests/check/libs/audio.c:
6170         Some more compilation fixes.
6171
6172 2006-09-21  Wim Taymans  <wim@fluendo.com>
6173
6174         * gst-libs/gst/audio/gstringbuffer.c:
6175         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6176         (gst_ring_buffer_read):
6177         Early morning compilation fix.
6178
6179 2006-09-20  Wim Taymans  <wim@fluendo.com>
6180
6181         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6182         * tests/check/elements/multifdsink.c: (GST_START_TEST):
6183         * tests/check/elements/videorate.c: (GST_START_TEST):
6184         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6185         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
6186         Fix some warnings.
6187
6188 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6189
6190         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6191         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6192         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6193           Handcrafted merge to help CVS understanding what I changed and what
6194           not.
6195
6196 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6197
6198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6199         (gst_xvimagesink_get_times):
6200           change colorkey behaviour back according to #354773 comment 6/7
6201
6202 2006-09-19  Michael Smith  <msmith@fluendo.com>
6203
6204         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6205         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
6206         (gst_multi_fd_sink_recover_client),
6207         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
6208         (gst_multi_fd_sink_get_property):
6209         * gst/tcp/gstmultifdsink.h:
6210           Implement stubbed out properties unit-type, units-soft-max,
6211           units-max, to allow specifying maximum sizes in units other than
6212           buffers.
6213           Fixes #355935
6214
6215 2006-09-19  Wim Taymans  <wim@fluendo.com>
6216
6217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6218         (gst_riff_create_audio_template_caps):
6219         Reorder the audio formats a bit for clarity.
6220         Detect and create caps for MSGSM and MSN (WAV49).
6221         Fixes #356596.
6222
6223         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6224         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6225         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6226         Small cleanups, move error handling out of normal flow for clarity.
6227
6228 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6229
6230         * docs/libs/gst-plugins-base-libs-docs.sgml:
6231         * docs/libs/gst-plugins-base-libs.types:
6232         * gst-libs/gst/interfaces/Makefile.am:
6233         * gst-libs/gst/interfaces/videoorientation.c:
6234         (gst_video_orientation_get_type),
6235         (gst_video_orientation_iface_init),
6236         (gst_video_orientation_get_hflip),
6237         (gst_video_orientation_get_vflip),
6238         (gst_video_orientation_get_hcenter),
6239         (gst_video_orientation_get_vcenter),
6240         (gst_video_orientation_set_hflip),
6241         (gst_video_orientation_set_vflip),
6242         (gst_video_orientation_set_hcenter),
6243         (gst_video_orientation_set_vcenter):
6244         * gst-libs/gst/interfaces/videoorientation.h:
6245           API: Add new interface to control video orientation (fixes #354908)
6246
6247 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6248
6249         * gst/videotestsrc/gstvideotestsrc.c:
6250           Use G_UNLIKELY in _create and log one more detail.
6251           
6252         (gst_video_test_src_get_times), (gst_video_test_src_create):
6253         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6254           Use gst_util_uint64_scale_int in _get_times().
6255
6256 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6257
6258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6259           Give better warning message (add object and detail).
6260
6261 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6262
6263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6264         (gst_xvimagesink_get_times):
6265           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6266           #354773), use gst_util_uint64_scale_int in _get_times()
6267
6268 2006-09-18  Michael Smith  <msmith@fluendo.com>
6269
6270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6271           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6272           always true, leading to dropping all timestamps.
6273
6274 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6275
6276         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6277         (gst_visual_chain), (gst_visual_change_state):
6278           update to work also with libvisual 0.4 API, fix double unref (#355914)
6279           
6280         * tools/gst-launch-ext.1.in:
6281         * tools/gst-visualise.1.in:
6282           remove references to old man-pages
6283
6284         * tests/examples/seek/seek.c: (main):
6285           add real meadi-buttons, add tool-tips for the seek-options, arrange
6286           seek options in a table
6287
6288 2006-09-18  Michael Smith  <msmith@fluendo.com>
6289
6290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6291         (gst_ogg_mux_push_buffer):
6292           Don't generate out-of-order timestamps from oggmux, instead clamp
6293           output timestamps to be >= the previously output ts.
6294           Fixes #355595
6295
6296 2006-09-18  Michael Smith  <msmith@fluendo.com>
6297
6298         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6299         (gst_multi_fd_sink_class_init):
6300           Updates, fixes, and typo corrections for multifdsink. No functional
6301           changes.
6302
6303 2006-09-17  Michael Smith  <msmith@fluendo.com>
6304
6305         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6306           Don't crash on truncated files - check that we got an 8 byte buffer
6307           before trying to memcmp it.
6308
6309 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * gst/playback/gstplaybasebin.c: (get_active_source):
6312           Make stream-switching appear instant to the application
6313           (ie. make sure that a g_object_get on 'current-foo' returns
6314           the stream previously set with g_object_set(). Totem needs
6315           this to update stream-related meta-info (like audio-codec)
6316           correctly when switching streams.
6317
6318 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6321         (gst_alsa_mixer_ensure_track_list):
6322           Try harder to guess which mixer track is the master mixer
6323           track (instead of just taking the first one that has a pvolume).
6324           Fixes #342228.
6325
6326 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6327
6328         reviewed by: <delete if not using a buddy>
6329
6330         * gst-libs/gst/audio/audio.h:
6331         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6332
6333 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6334
6335         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6336         (gst_audio_convert_transform_caps):
6337           Get structure-name just once.
6338
6339 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6340
6341         * tests/check/elements/audioresample.c: (GST_START_TEST):
6342         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6343         * tests/check/elements/volume.c: (GST_START_TEST):
6344         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6345         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6346         (test_pipeline), (GST_START_TEST):
6347         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6348         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6349           Fix big batch of compiler warnings.
6350
6351 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6352
6353         * ext/gnomevfs/gstgnomevfssrc.c:
6354           Add docs about icydemux usage in connection with gnomevfssrc
6355
6356         * ext/libvisual/visual.c:
6357         * ext/ogg/gstoggaviparse.c:
6358         * ext/ogg/gstoggdemux.c:
6359         * ext/ogg/gstoggmux.c:
6360         * ext/ogg/gstoggparse.c:
6361         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6362         * gst-libs/gst/audio/gstaudiosink.c:
6363         * gst-libs/gst/audio/gstaudiosrc.c:
6364         * gst/audiorate/gstaudiorate.c:
6365           More G_OBJECT macro fixing.
6366
6367         * gst/audiotestsrc/gstaudiotestsrc.h:
6368           Fix wrong info in header due to copy & paste
6369
6370 2006-09-15  Wim Taymans  <wim@fluendo.com>
6371
6372         * gst-libs/gst/audio/gstbaseaudiosink.c:
6373         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6374         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6375         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6376         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6377         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6378         Do the delay calculation in the source/sink base classes as this is
6379         specific for the capture/playback mode.
6380         Try to fixate a bit better, like round depth up to a multiple of 8
6381         bigger than width.
6382         Handle underruns correctly by marking DISCONT on buffers and adjusting
6383         timestamps to handle the gap.
6384         Set offset/offset_end correctly on buffers.
6385
6386         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6387         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6388         (gst_ring_buffer_read):
6389         Remove resync and underrun recovery from the ringbuffer.
6390         Fix ringbuffer read code on under/overrun.
6391
6392 2006-09-15  Wim Taymans  <wim@fluendo.com>
6393
6394         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6395         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6396         (queue_threshold_reached), (gst_play_base_bin_set_property),
6397         (gst_play_base_bin_get_property):
6398         * gst/playback/gstplaybasebin.h:
6399         Don't use a 0 low watermark when buffering, it is catching starvation
6400         way too late. Instead, use a 3 second queue with 30 and 95
6401         percent low/high watermarks. 
6402         Added queue-min-threshold property to configure low watermark.
6403         Use new _buffering message API.
6404         Make queue_threshold variable big enough to store a uint64 time value.
6405         API: playbin::queue-min-threshold property.
6406
6407 2006-09-15  Wim Taymans  <wim@fluendo.com>
6408
6409         * configure.ac:
6410         We require 0.10.10.1 now because of _wait_preroll().
6411
6412         * gst-libs/gst/audio/gstbaseaudiosink.c:
6413         (gst_base_audio_sink_render):
6414         Use gst_base_sink_wait_preroll().
6415
6416 2006-09-15  Wim Taymans  <wim@fluendo.com>
6417
6418         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6419         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6420         Use DEBUG_OBJECT more.
6421
6422 === release 0.10.10 ===
6423
6424 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6425
6426         patch by: Michael Smith <msmith at fluendo dot com>
6427
6428         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6429         (gst_multi_fd_sink_client_queue_buffer),
6430         (gst_multi_fd_sink_new_client):
6431         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6432         (multifdsink_suite):
6433           Fix implementation of sync-method 'next-keyframe'
6434           Closes #354594
6435
6436 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6437
6438         patch by: Wim Taymans <wim at fluendo dot com>
6439
6440         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6441         This patch removes the RANDOM flag that was incorrectly introduced with
6442         revision 1.91.  Fixes #354590
6443
6444 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         * tests/check/Makefile.am:
6447           Random variation in Makefile line to see if it makes the
6448           gen64-base-full bot any happier.
6449
6450 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6451
6452         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6453           Disable test that fails at the moment (killed after timeout).
6454
6455 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6456
6457         Patch by: James Livingston  <doclivingston at gmail.com>
6458
6459         * tests/check/Makefile.am:
6460         * tests/check/pipelines/.cvsignore:
6461         * tests/check/pipelines/oggmux.c: (get_page_codec),
6462         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6463         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6464         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6465         (test_theora_vorbis), (oggmux_suite):
6466           Add simple unit test for oggmux from #337026 with checking for the
6467           EOS flags disabled for the time being.
6468
6469 2006-09-04  Wim Taymans  <wim@fluendo.com>
6470
6471         patch by: Alessandro Dessina <alessandro nnva org>
6472
6473         * ext/ogg/gstoggmux.c:
6474         Add cmml caps to oggmux. Fixes #353912
6475
6476 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6477
6478         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6479           Returning a return value often helps. In this case, we
6480           don't need the return value anyway, so just get rid of it.
6481           Should make build bots much happier.
6482
6483 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6486         (paint_get_structure), (gst_video_test_src_get_size),
6487         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6488         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6489         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6490         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6491         * gst/videotestsrc/videotestsrc.h:
6492           Add support for AYUV and the various RGBA formats. Initialise
6493           fields of paintinfo structs allocated on the stack.
6494
6495         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6496         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6497         (check_rgb_buf), (videotestsrc_suite):
6498           Add unit tests for videotestsrc's RGB output.
6499
6500 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6501
6502         * gst/videotestsrc/gstvideotestsrc.c:
6503         (gst_video_test_src_pattern_get_type),
6504         (gst_video_test_src_set_pattern):
6505         * gst/videotestsrc/gstvideotestsrc.h:
6506         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6507         (gst_video_test_src_black), (gst_video_test_src_white),
6508         (gst_video_test_src_red), (gst_video_test_src_green),
6509         (gst_video_test_src_blue):
6510         * gst/videotestsrc/videotestsrc.h:
6511           Add more uni-colour patterns ("white", "red", "green", and "blue").
6512
6513 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6514
6515         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6516           Fix stride for YVYU, should be word-aligned (#353658).
6517
6518 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         * gst/adder/gstadder.c: (gst_adder_src_event):
6521           Fix build.
6522
6523 2006-08-31  Edward Hervey  <edward@fluendo.com>
6524
6525         * gst/adder/gstadder.c: (forward_event_func),
6526         (gst_adder_src_event), (gst_adder_collected),
6527         (gst_adder_change_state):
6528         * gst/adder/gstadder.h:
6529         Remember the start position asked in the incoming seeks, so we can
6530         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6531         of assuming it will always be 0).
6532
6533 2006-08-31  Edward Hervey  <edward@fluendo.com>
6534
6535         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6536         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6537         (gst_ogg_demux_loop):
6538         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6539
6540 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6541
6542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6543         (gst_ffmpegcsp_get_unit_size):
6544           Return FALSE instead of returning a random false unit
6545           size when the format isn't known/supported (even if
6546           this shouldn't happen under normal circumstances).
6547
6548 2006-08-29  Wim Taymans  <wim@fluendo.com>
6549
6550         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6551
6552         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6553         (gst_gnome_vfs_src_start):
6554         Try harder to get the size from a uri by using _info_uri() when
6555         _info_from_handle() does not give us enough info. 
6556         Also follow symlinks when getting the size.
6557         Partially Fixes #332864.
6558
6559 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6560
6561         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6562
6563         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6564         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6565         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6566         (gst_alsa_mixer_set_record):
6567         * ext/alsa/gstalsamixertrack.c:
6568         (gst_alsa_mixer_track_update_alsa_capabilities),
6569         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6570         (gst_alsa_mixer_track_update):
6571         * ext/alsa/gstalsamixertrack.h:
6572           Improve and fix mixer track handling, in particular better handling
6573           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6574           separate track objects for tracks that have both capture and playback
6575           volume (and label them differently as well so they're not mistakenly
6576           assumed to be duplicates); classify mixer tracks that only affect
6577           the audible volume of something (rather than the capture volume)
6578           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6579           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6580           (following the meaning documented in the mixer interface header
6581           file); add support for alsa's exclusive cswitch groups; update/sync
6582           state/flags better if mixer settings are changed by another
6583           application. Fixes #336075.
6584
6585 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6586
6587         * gst/playback/gstplaybin.c:
6588           Improve docs: add section about BUFFERING messages sent by playbin.
6589
6590 2006-08-29  Michael Smith  <msmith@fluendo.com>
6591
6592         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6593         (gst_vorbis_enc_buffer_check_discontinuous),
6594         (gst_vorbis_enc_chain):
6595           Ignore explicit DISCONT marked on buffers (which is often spurious,
6596           particularly when using multiple segments), in favour of solely
6597           using the timestamps/durations.
6598
6599 2006-08-29  Edward Hervey  <edward@fluendo.com>
6600
6601         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6602         Don't rely on incoming buffers offset anymore, since it is completely
6603         broken when using multiple segments.
6604         Instead convert the incoming buffers timestamp to running time, and
6605         then convert that value to the offsets.
6606         Also inform GstSegment of the last outputted stop position, which is
6607         needed if we received several segments with an unknown stop value.
6608
6609 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6610
6611         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6612           fix buffer unreffing on a header push failure
6613
6614 2006-08-28  Wim Taymans  <wim@fluendo.com>
6615
6616         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6617         (gst_audio_rate_chain):
6618         Make the metadata of the buffer writable before changing its
6619         flags.
6620
6621 2006-08-28  Wim Taymans  <wim@fluendo.com>
6622
6623         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6624         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6625         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6626         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6627         Fix audiorate some more.
6628         Reset and resync counters on flush and READY.
6629         Handle the DISCONT flag correctly.
6630         Use GstSegment to track position.
6631         Fail when not negotiated.
6632         Fixes #353234.
6633
6634 2006-08-25  Michael Smith  <msmith@fluendo.com>
6635
6636         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6637           Fix spelling.
6638           Remove accidently included debug line.
6639
6640 2006-08-25  Wim Taymans  <wim@fluendo.com>
6641
6642         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6643         Small cleanups.
6644         If a buffer is received with no caps, make the buffer metadata
6645         writable and set the caps, making sure that we don't screw up the
6646         refcounts.
6647
6648 2006-08-25  Michael Smith  <msmith@fluendo.com>
6649
6650         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6651         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6652           Fix memory leaks and misleading debug messages, add a couple of
6653           comments.
6654
6655         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6656         (gst_multi_fd_sink_render):
6657           Do not use gst_buffer_make_writable() in a basesink render method,
6658           as it may incorrectly unref the buffer. Instead, use convoluted
6659           dance to avoid copying the buffer except when we need to.
6660
6661 2006-08-25  Michael Smith  <msmith@fluendo.com>
6662
6663         * ext/vorbis/vorbisenc.c:
6664         (gst_vorbis_enc_buffer_check_discontinuous):
6665           Allow very small discontinuities in the timestamps. These we can't
6666           do anything useful with anyway (because vorbis's timestamps have
6667           only sample granularity), and are commonly produced by elements with
6668           minor bugs. Allow up to 1/2 a sample out.
6669           Fixes #351742.
6670
6671 2006-08-24  Wim Taymans  <wim@fluendo.com>
6672
6673         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6674         (play_scrub_toggle_cb), (main):
6675         Add a checkbox to enable play scrubbing. Makes it possible to disable
6676         normal scrubbing.
6677
6678 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6679
6680         * tests/check/elements/.cvsignore:
6681           make buildbot happy
6682
6683 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6684
6685         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6686         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6687         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6688         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6689         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6690         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6691         (gst_ogm_text_parse_strip_trailing_zeroes),
6692         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6693         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6694           Refactor ogm parse, do better input checking, misc. clean-ups.
6695           Cache incoming events and push them once the source pad has
6696           been created. Don't pass unterminated strings to sscanf().
6697           Strip trailing zeroes from subtitle text output, since they
6698           are not valid UTF-8. Don't push vorbiscomment packets on
6699           the subtitle text pad. Output perfect streams if possible.
6700
6701 2006-08-23  Wim Taymans  <wim@fluendo.com>
6702
6703         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6704         Waits for tasks to settle down so that we clean up correctly for 
6705         valgrind.
6706
6707 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6708
6709         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6710           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6711           actually return return value in taglists_are_equal.
6712
6713 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6714
6715         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6716           Fix crash due to broken bitstream parsing on x86-64: can't make
6717           any assumptions about sizeof(struct) due to alignment/packing
6718           differences on different architectures. Fixes #351790.
6719
6720 2006-08-22  Wim Taymans  <wim@fluendo.com>
6721
6722         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6723         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6724         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6725         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6726         (gst_riff_parse_info):
6727         Protect public functions against bad input.
6728         Do some cleanups.
6729         Fix documentation.
6730
6731 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6732
6733         * gst-libs/gst/riff/riff-ids.h:
6734         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6735           Add voxware audio IDs (even if we can't play it) (#351795).
6736
6737 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6738
6739         * gst-libs/gst/riff/riff-media.c:
6740         (gst_riff_create_video_template_caps),
6741         (gst_riff_create_audio_template_caps),
6742         (gst_riff_create_iavs_template_caps):
6743           Const-ify some arrays and use G_N_ELEMENTS instead
6744           of wasting oodles of RAM on terminator bits.
6745
6746 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6747
6748         * gst-libs/gst/tag/gstvorbistag.c:
6749         (gst_tag_list_to_vorbiscomment_buffer):
6750         * tests/check/libs/tag.c: (GST_START_TEST):
6751           And the same for _to_vorbiscomment_buffer(): allow
6752           id_data_len == 0 for speex.
6753
6754 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6755
6756         * configure.ac:
6757         * docs/plugins/Makefile.am:
6758         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6759         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6760         * docs/plugins/inspect/plugin-gdp.xml:
6761         * gst/gdp/Makefile.am:
6762         * tests/check/Makefile.am:
6763           Move GDP plugin to -base from -bad.  Closes #347783.
6764
6765 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * gst-libs/gst/tag/gstvorbistag.c:
6768         (gst_tag_list_from_vorbiscomment_buffer):
6769           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6770           Also add some checks to make sure we don't memcmp() beyond the end of
6771           vorbiscomment buffer if the ID to check for is larger than the buffer.
6772
6773         * tests/check/libs/tag.c: (GST_START_TEST):
6774           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6775
6776 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6777
6778         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6779         (gst_vorbis_enc_set_metadata):
6780           Use vorbis comment utility functions from libgsttag
6781           instead of re-inventing the wheel (partially fixes #347091).
6782
6783 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6784
6785         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6786         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6787         as some that won't.
6788
6789 2006-08-21  Wim Taymans  <wim@fluendo.com>
6790
6791         * docs/libs/Makefile.am:
6792         * docs/libs/gst-plugins-base-libs-sections.txt:
6793         * docs/libs/gst-plugins-base-libs.types:
6794         Don't try to GObject scan the netbuffer as it's not a GObject.
6795         Fixes #351308.
6796
6797         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6798         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6799         Document GstNetBuffer.
6800
6801 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6802
6803         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6804         (audioconvert_suite):
6805           Add testcase for caps-size-explosion
6806
6807 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6808
6809         * gst/audioconvert/gstaudioconvert.c:
6810         (gst_audio_convert_get_unit_size), (set_structure_widths):
6811           Lower debug, use g_assert in _get_unit_size
6812
6813         * gst/audioresample/gstaudioresample.c:
6814         (audioresample_get_unit_size):
6815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6816         (gst_ffmpegcsp_get_unit_size):
6817         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6818           use g_assert in _get_unit_size
6819
6820 2006-08-18  Wim Taymans  <wim@fluendo.com>
6821
6822         * docs/libs/gst-plugins-base-libs-sections.txt:
6823         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6824         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6825         (gst_rtp_buffer_get_payload_buffer):
6826         * gst-libs/gst/rtp/gstrtpbuffer.h:
6827         Document GstRTPBuffer.
6828         Added function to efficiently strip payload headers.
6829         API: gst_rtp_buffer_get_payload_subbuffer()
6830
6831 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6832
6833         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6834         (gst_tag_to_vorbis_comments):
6835           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6836           tags and deserialise them properly as well (#347091).
6837           Add some more gtk-doc blurbs and also some g_return_if_fail().
6838
6839         * tests/check/libs/tag.c: (GST_START_TEST),
6840         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6841           More tests.
6842
6843 2006-08-17  Wim Taymans  <wim@fluendo.com>
6844
6845         * ext/ogg/Makefile.am:
6846         * ext/ogg/gstogg.c: (plugin_init):
6847         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6848         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6849         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6850         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6851         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6852         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6853         Added ogg-in-avi parser element. Fixes #140139.
6854
6855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6856         Fixed a bug in oggdemux debug code.
6857
6858         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6859         (gst_riff_create_audio_template_caps):
6860         Recognise Ogg in the AVI extensible wave format.
6861
6862 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6863
6864         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6865           Make buffer durations add up (duration should be next_ts-ts for
6866           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6867           from CVS.
6868
6869         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6870         (test_buffer_timestamps), (cddabasesrc_suite):
6871           Add unit test for the above.
6872
6873         * tests/check/Makefile.am:
6874           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6875           to see what happens.
6876
6877 2006-08-16  Wim Taymans  <wim@fluendo.com>
6878
6879         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6880         (gst_alsasink_open):
6881         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6882         (gst_alsasrc_open):
6883         Avoid setting and using a NULL device name.
6884         Print more info when we fail to open a device.
6885
6886 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         * docs/libs/gst-plugins-base-libs-sections.txt:
6889         * gst-libs/gst/tag/tag.h:
6890         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6891           API: add gst_tag_parse_extended_comment() (#351426).
6892
6893         * tests/check/Makefile.am:
6894         * tests/check/libs/.cvsignore:
6895         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6896           Add unit test for gst_tag_parse_extended_comment().
6897
6898 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6902           Fix leak (#351502).
6903
6904 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6907         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6908         * docs/plugins/gst-plugins-base-plugins.args:
6909         * gst/playback/gstplaybin.c:
6910           Document playbin.
6911           
6912         * docs/plugins/inspect/plugin-adder.xml:
6913         * docs/plugins/inspect/plugin-alsa.xml:
6914         * docs/plugins/inspect/plugin-audioconvert.xml:
6915         * docs/plugins/inspect/plugin-audiorate.xml:
6916         * docs/plugins/inspect/plugin-audioresample.xml:
6917         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6918         * docs/plugins/inspect/plugin-cdparanoia.xml:
6919         * docs/plugins/inspect/plugin-decodebin.xml:
6920         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6921         * docs/plugins/inspect/plugin-gnomevfs.xml:
6922         * docs/plugins/inspect/plugin-ogg.xml:
6923         * docs/plugins/inspect/plugin-pango.xml:
6924         * docs/plugins/inspect/plugin-playbin.xml:
6925         * docs/plugins/inspect/plugin-subparse.xml:
6926         * docs/plugins/inspect/plugin-tcp.xml:
6927         * docs/plugins/inspect/plugin-theora.xml:
6928         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6929         * docs/plugins/inspect/plugin-video4linux.xml:
6930         * docs/plugins/inspect/plugin-videorate.xml:
6931         * docs/plugins/inspect/plugin-videoscale.xml:
6932         * docs/plugins/inspect/plugin-videotestsrc.xml:
6933         * docs/plugins/inspect/plugin-volume.xml:
6934         * docs/plugins/inspect/plugin-vorbis.xml:
6935         * docs/plugins/inspect/plugin-ximagesink.xml:
6936         * docs/plugins/inspect/plugin-xvimagesink.xml:
6937           Update to CVS version.
6938
6939 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6940
6941         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6942         (gst_play_bin_set_property), (gst_play_bin_get_property),
6943         (value_list_append_structure_list),
6944         (gst_play_bin_handle_redirect_message),
6945         (gst_play_bin_handle_message):
6946           API: GstPlayBin::connection-speed
6947           Add "connection-speed" property; re-order redirect messages with
6948           multiple redirect locations depending on the minimum bitrate if
6949           that information is available and a connection speed is set
6950           (#350399).
6951
6952 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * gst/playback/gstplaybin.c:
6955           Update max volume to the same value that the volume element uses.
6956
6957 2006-08-14  Wim Taymans  <wim@fluendo.com>
6958
6959         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6960         Less uglyness..
6961
6962 2006-08-14  Wim Taymans  <wim@fluendo.com>
6963
6964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6965         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6966         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6967         Add some more debug info.
6968         Don't crash when a seek failed.
6969         Actually return the result of the seek instead of TRUE.
6970         Ignore multiple BOS pages with the same serial so that we don't create
6971         the same stream multiple times.
6972         Post an error when we fail to do the initial seek.
6973
6974 2006-08-13  Wim Taymans  <wim@fluendo.com>
6975
6976         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6977         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6978         Small code cleanup.
6979
6980         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6981         (gst_alsa_mixer_new):
6982         Remove hack that always set the device to hw:0*.
6983         Properly find the card name for whatever device was configured.
6984         Do some better debugging.
6985         Fixes #350784.
6986
6987         * ext/alsa/gstalsamixerelement.c:
6988         (gst_alsa_mixer_element_set_property),
6989         (gst_alsa_mixer_element_change_state):
6990         Cleanups.
6991         Handle setting of a NULL device name better.
6992
6993 2006-08-11  Wim Taymans  <wim@fluendo.com>
6994
6995         * gst/adder/gstadder.c:
6996         Don't clip float values. Fixes #350900.
6997
6998 2006-08-11  Andy Wingo  <wingo@pobox.com>
6999
7000         * gst/tcp/gsttcp.c: Really fix the build?
7001
7002         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
7003         fixes the build.
7004
7005 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7006
7007         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
7008           Float caps shouldn't have a "signed" field.
7009
7010 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7011
7012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
7013           Implement SEEKING query in its most basic form, so that we can
7014           at least check if we're seekable or not (#350655).
7015
7016 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
7017
7018         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7019           The checks here are not even close to anything that would
7020           justify MAXIMUM probability, lowering to POSSIBLE until someone
7021           fixes the checks (case at hand: quicktime redirection files
7022           might start with 00 00 01 XX and pass the checks here just
7023           fine, see #350399).
7024
7025 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7026
7027         Patch by: Sjoerd Simons  <sjoerd at luon net>
7028
7029         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
7030           Better detection for multipart/x-mixed-replace: accept leading
7031           whitespaces before the boundary marker as well (as our very own
7032           multipartmux used to produce) (#349068).
7033
7034 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         Patch by: Young-Ho Cha  <ganadist at chollian net>
7037
7038         * gst-libs/gst/riff/riff-ids.h:
7039         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7040         (gst_riff_create_audio_template_caps):
7041           Detect DTS audio streams (#350157).
7042
7043 2006-08-05  Andy Wingo  <wingo@pobox.com>
7044
7045         * ext/theora/gsttheoraparse.h:
7046         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
7047         (theora_parse_dispose, theora_parse_set_property)
7048         (theora_parse_get_property, theora_parse_munge_granulepos)
7049         (theora_parse_push_buffer, theora_parse_change_state):
7050         API: GstTheoraParse::synchronization-points
7051         Add a property 'synchronization-points' to fix badly synchronized oggs.
7052
7053 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         * tests/check/Makefile.am:
7056         * tests/check/libs/.cvsignore:
7057         * tests/check/libs/audio.c: (structure_contains_channel_positions),
7058         (fixed_caps_have_channel_positions), (GST_START_TEST),
7059         (audio_suite), (main):
7060           Add a few tests for the channel position stuff in libgstaudio.
7061
7062 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7063
7064         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
7065         (gst_alsa_detect_channels):
7066         * ext/alsa/gstalsasink.c:
7067           Add support for cards that (only) do more than 8 channels,
7068           like the Delta 44 (#345188).
7069
7070         * gst-libs/gst/audio/multichannel.c:
7071         (gst_audio_check_channel_positions):
7072         * gst-libs/gst/audio/multichannel.h:
7073           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
7074           unspecified channel position and cannot be combined with any
7075           of the other audio channel positions; adjust position layout
7076           checks accordingly (#345188).
7077
7078 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7079
7080         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7081           Recognise ancient RealAudio files (see #349779).
7082
7083 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7084
7085         Patch by: Jens Granseuer  <jensgr at gmx net>
7086
7087         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7088           Add typefinder for Interplay's MVE format (#348973).
7089
7090 2006-08-02  Wim Taymans  <wim@fluendo.com>
7091
7092         Patch by: Marcel Moreaux <marcelm at luon dot net>
7093
7094         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7095         (gst_base_rtp_depayload_add_to_queue):
7096         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7097         Handle RTP sequence number rollover.
7098         Disable jitterbuffer by default.
7099
7100 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
7101
7102         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
7103         (audioresample_set_caps):
7104         Don't leak references to the incoming caps. Clean them up when
7105         stopping.
7106
7107         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7108         (gst_video_scale_finalize):
7109         Don't leak our temporary pixel buffer.
7110
7111         * tests/check/Makefile.am:
7112         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
7113         (GST_START_TEST), (simple_launch_lines_suite):
7114
7115         Fix leaks and re-enable the test for valgrind checking.
7116
7117 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7118
7119         Patch by: Sjoerd Simons  <sjoerd at luon net>
7120
7121         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
7122         (plugin_init):
7123           Add typefind function for multipart/x-mixed-replace (#348916).
7124
7125 2006-07-28  Wim Taymans  <wim@fluendo.com>
7126
7127         * gst/adder/gstadder.c: (gst_adder_setcaps),
7128         (gst_adder_query_duration):
7129         Fix leak in duration query.
7130         Reflow some docs and notes.
7131
7132 2006-07-28  Michael Smith  <msmith@fluendo.com>
7133
7134         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
7135         (vorbisenc_suite):
7136           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
7137           aspect of it.
7138
7139 2006-07-28  Michael Smith  <msmith@fluendo.com>
7140
7141         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
7142         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
7143         (gst_vorbis_enc_push_buffer),
7144         (gst_vorbis_enc_buffer_check_discontinuous),
7145         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7146         * ext/vorbis/vorbisenc.h:
7147           Handle discontinuities in the input vorbis stream correctly,
7148           so that the output is properly timestamped (and has good granulepos
7149           values). Needs some oggmux fixes too.
7150
7151 2006-07-27  Wim Taymans  <wim@fluendo.com>
7152
7153         patch by: Kai Vehmanen <kv2004 eca cx>
7154
7155         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7156         (gst_base_rtp_depayload_chain),
7157         (gst_base_rtp_depayload_handle_sink_event),
7158         (gst_base_rtp_depayload_change_state):
7159         Don't send multiple newsegments with different formats.
7160         Fixes #348677.
7161
7162 2006-07-26  Wim Taymans  <wim@fluendo.com>
7163
7164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7165         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
7166         Make seeking in ogg more accurate again by doing the more correct
7167         granuletime to stream time conversion.
7168
7169 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7170
7171         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7172         (gst_multi_fd_sink_new_client):
7173           debug a little more understandably
7174           do not use goto as a substitute for break, especially if
7175           break is also being used
7176
7177 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7178
7179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
7180         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7181           Remove GLib-2.6 compatibility cruft.
7182
7183 2006-07-24  Wim Taymans  <wim@fluendo.com>
7184
7185         * gst-libs/gst/audio/gstbaseaudiosink.c:
7186         (gst_base_audio_sink_render):
7187         Don't try to align a sample to an unknown value.
7188
7189 2006-07-24  Wim Taymans  <wim@fluendo.com>
7190
7191         * gst-libs/gst/audio/gstbaseaudiosink.c:
7192         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7193         When the audio clock is slaved to another clock, never try to align
7194         samples but trust the rate interpolation algorithm.
7195
7196 2006-07-24  Wim Taymans  <wim@fluendo.com>
7197
7198         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7199         Don't try to calculate silence samples, base class does this much
7200         better now.
7201
7202         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7203         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
7204         (gst_ring_buffer_acquire):
7205         Calculate silence samples correctly.
7206
7207         * gst-libs/gst/audio/gstringbuffer.h:
7208         Add _CAST macro.
7209
7210 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7213           Limit search for the first markup tag to the first few kB of
7214           the file. If we don't find one there, it's highly unlikely that
7215           this is an XML(-ish) file.
7216
7217 2006-07-21  Andy Wingo  <wingo@pobox.com>
7218
7219         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7220         test to the one in vorbisenc. Also commented out.
7221
7222         * tests/check/pipelines/vorbisenc.c: 
7223         (test_discontinuity): New test, commented out until Mike lands
7224         some elite vorbisenc patches.
7225
7226         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7227         Bufferstraw was actually factored out of these tests. Now we share
7228         code yay.
7229
7230         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7231         for bufferstraw addition to gstcheck.
7232
7233 2006-07-21  Wim Taymans  <wim@fluendo.com>
7234
7235         * ext/theora/theoradec.c: (clip_buffer):
7236         Better clipping.
7237
7238 2006-07-21  Wim Taymans  <wim@fluendo.com>
7239
7240         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7241         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7242         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7243         Fix leak.
7244         Avoid type casting when we can.
7245
7246         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7247         Fix mem leak.
7248
7249 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         * ext/alsa/gstalsamixerelement.c:
7252         (gst_alsa_mixer_element_change_state):
7253           Make state change fail if the specified device can't be opened
7254           for some reason.
7255
7256 2006-07-20  Wim Taymans  <wim@fluendo.com>
7257
7258         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7259         (cb_newpad), (main):
7260         Example of a small audio/video player using decodebin.
7261
7262 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7263
7264         * gst-libs/gst/riff/riff-ids.h:
7265           Add 'fact' chunk id
7266
7267 2006-07-19  Wim Taymans  <wim@fluendo.com>
7268
7269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7270         (gst_base_rtp_depayload_chain),
7271         (gst_base_rtp_depayload_change_state):
7272         Don't assert when not negotiated but post a meaningfull 
7273         error message. Fixes #347918.
7274
7275         * gst-libs/gst/rtp/gstbasertppayload.c:
7276         Add comment about better default MTU size.
7277
7278         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7279         Small cleanups, start docs.
7280
7281 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         Patch by: Martin Szulecki
7284
7285         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7286           If "device-name" is requested and the device is not
7287           open, try to temporarily open it to obtain this
7288           information (#342494).
7289
7290 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7291
7292         * gst-libs/gst/tag/gstid3tag.c:
7293           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7294
7295         * gst-libs/gst/tag/gsttageditingprivate.h:
7296         * gst-libs/gst/tag/gstvorbistag.c:
7297           Some more random const-ifications.
7298
7299 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7300
7301         * gst-libs/gst/riff/riff-ids.h:
7302         * gst-libs/gst/riff/riff-media.c:
7303         (gst_riff_create_video_template_caps):
7304           Add more FOURCCs (sort list to make stuff easier to find),
7305           add comment what those 16 bytes in struct _gst_riff_strh according to
7306           one avi-dumper are
7307
7308 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         * gst-libs/gst/audio/multichannel.c:
7311         (gst_audio_check_channel_positions),
7312         (gst_audio_fixate_channel_positions):
7313           Const-ify two arrays.
7314
7315 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7316
7317         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7318           Fix typo, so that alsasink also advertises 8 channels
7319           if that's supported (tags: can, worms, open, alsa, ph34r).
7320
7321 2006-07-17  Wim Taymans  <wim@fluendo.com>
7322
7323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7324         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7325         *sigh*, when is the compiler going to warn when the comments
7326         are out-of-sync with the code.. Refix case of busted theora
7327         headers with 0 granule pos.
7328
7329 2006-07-14  Wim Taymans  <wim@fluendo.com>
7330
7331         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7332         (gst_base_rtp_depayload_wait),
7333         (gst_base_rtp_depayload_change_state),
7334         (gst_base_rtp_depayload_set_property),
7335         (gst_base_rtp_depayload_get_property):
7336         Fix 99% cpu load by waiting for absolute times on the
7337         clock. Fixes #347300.
7338
7339 2006-07-14  Andy Wingo  <wingo@pobox.com>
7340
7341         * ext/theora/gsttheoraparse.h: 
7342         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7343         (theora_parse_push_headers, theora_parse_clear_queue)
7344         (theora_parse_drain_queue_prematurely, )
7345         (theora_parse_sink_event, theora_parse_change_state): Queue events
7346         until we initialized our state, like in vorbisparse.
7347
7348         * ext/vorbis/vorbisparse.h: 
7349         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7350         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7351         (vorbis_parse_drain_queue_prematurely, )
7352         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7353         until we have initialized our state. Fixes seeking after an
7354         initial pad block.
7355
7356 2006-07-14  Andy Wingo  <wingo@pobox.com>
7357
7358         Patch by: Iain Holmes <iaingnome@gmail.com>
7359         
7360         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7361
7362 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7363
7364         * configure.ac:
7365         Bump nano back to CVS
7366
7367 === release 0.10.9 ===
7368
7369 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7370
7371         * configure.ac:
7372           releasing 0.10.9, "I walk the line"
7373
7374 2006-07-14  Michael Smith  <msmith@fluendo.com>
7375
7376         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7377           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7378           (commonly happens when running this test under valgrind) when trying
7379           to remove the buffer probe.
7380
7381 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7382
7383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7384         Fix missing g_unlock from the previous commit
7385
7386 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7387
7388         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7389         (gst_ximagesink_change_state):
7390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7391         (gst_xvimagesink_change_state):
7392         Implement a locking order to ensure we always take the object lock
7393         before the x_lock and never vice-versa.
7394
7395 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7396
7397         * gst/playback/gstdecodebin.c: (find_compatibles):
7398         Fix a caps leak when linking (#347304)
7399
7400         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7401         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7402         (gst_ximagesink_change_state):
7403         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7404         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7405         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7406         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7407         Don't leak shared memory resources. Use the object lock to protect
7408         against the xcontext disappearing while returning a buffer from the
7409         pipeline. (#347304)
7410
7411 2006-07-12  Edward Hervey  <edward@fluendo.com>
7412
7413         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7414         (vorbis_handle_comment_packet):
7415         gst_tag_list_merge() returns a new object. Take that into account when
7416         using it. This avoids memleak.
7417         Revert previous commit which is not needed.
7418
7419 2006-07-12  Edward Hervey  <edward@fluendo.com>
7420
7421         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7422         Reset the decoder in finalize so that all fields get cleared.
7423
7424 2006-07-12  Wim Taymans  <wim@fluendo.com>
7425
7426         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7427         (gst_base_audio_src_set_clock),
7428         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7429         Don't try to post an error message when setting the clock fails
7430         as this can happen when adding an element to a bin which will then
7431         deadlock. Fixes #347296.
7432
7433 2006-07-12  Edward Hervey  <edward@fluendo.com>
7434
7435         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7436         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7437         (vorbis_handle_type_packet):
7438         Post tag messages on the bus even if we're not initialized.
7439         If we're not initialized, we still postpone the event pushing of tags.
7440
7441 2006-07-12  Wim Taymans  <wim@fluendo.com>
7442
7443         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7444         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7445         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7446         Revert last two changes that broke the freeze.
7447
7448 2006-07-12  Wim Taymans  <wim@fluendo.com>
7449
7450         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7451         basesink calculates silence sample correctly for us.
7452
7453 2006-07-12  Wim Taymans  <wim@fluendo.com>
7454
7455         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7456         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7457         Calculate correct silence samples so we don't fill our ringbuffer
7458         with noise.
7459
7460 2006-07-12  Edward Hervey  <edward@fluendo.com>
7461
7462         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7463         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7464         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7465         * ext/vorbis/vorbisdec.h:
7466         Delay sending events (newsegment, tags) until the decoder is properly
7467         initialized.
7468         Fixes #347295
7469
7470 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7471
7472         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7473         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7474           Patch from #347221 adding a test for audioconvert
7475           channel remappings.
7476
7477 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7478
7479         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7480         (gst_ssa_parse_parse_line):
7481           Don't include the terminating NUL in the buffer size,
7482           it's only there for extra paranoia (would add random
7483           '*' characters at the end of each subtitle since the
7484           terminator itself is not valid UTF-8 technically).
7485           Also fix indenting after boilerplate macro.
7486
7487 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * gst/playback/gstdecodebin.c: (close_pad_link):
7490           Also emit 'unknown-type' signal (which should really be
7491           called unhandled-type) if we found potential decoders/demuxers
7492           in the registry but none of them worked in the end (as in the
7493           case where the plugins don't exist any longer but are still
7494           listed in the registry). Fixes #329798.
7495
7496 2006-07-08  Andy Wingo  <wingo@pobox.com>
7497
7498         * theoraparse.c (theora_parse_push_buffer)
7499         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7500         Add some more debugging. Fix granulepos reconstruction in the face
7501         of discontinuities.
7502
7503 2006-07-06  Wim Taymans  <wim@fluendo.com>
7504
7505         * gst-libs/gst/audio/gstbaseaudiosink.c:
7506         (gst_base_audio_sink_class_init),
7507         (gst_base_audio_sink_provide_clock):
7508         Use gobject_class instead of G_OBJECT_CLASS (klass)
7509
7510         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7511         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7512         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7513         (gst_base_audio_src_get_time),
7514         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7515         (gst_base_audio_src_create_ringbuffer):
7516         Fix latency and buffer-time constants and properties ala basesink.
7517         Implement pull based scheduling. Fixes #346527.
7518         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7519         one segment.
7520         Refuse slaving to another clock instead of silently not working.
7521         Only provide a clock when we are actually able to do so.
7522         Various small cleanups and compiler hints.
7523
7524 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7525
7526         Patch by: Lutz Mueller <lutz at topfrose de>
7527
7528         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7529         (plugin_init):
7530           Add typefinding for text/html (#346581).
7531
7532 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7533
7534         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7535         (xml_check_first_element), (xml_type_find), (smil_type_find):
7536           Fix SMIL typefinding, make xml_check_first_element() more
7537           useful.
7538
7539 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7540
7541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7542         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7543         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7544         * gst/playback/gstplaybasebin.h:
7545           Protect list of elements with a subtitle-encoding property and
7546           the subtitle encoding member itself with a lock of their own
7547           instead of using the object lock. This prevents a dead-lock in
7548           the element-remove callback in some circumstances when shutting
7549           down playbin.
7550
7551 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7552
7553         * win32/common/libgsttag.def:
7554         Export some new functions.
7555         * win32/vs6/libgstogg.dsp:
7556         Add a link to libgsttag-0.10.lib.
7557
7558 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7559
7560         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7561           Some const-ification.
7562
7563 2006-07-04  Wim Taymans  <wim@fluendo.com>
7564
7565         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7566         Improve checking if we are dealing with a stream. Added some
7567         more uris that need buffering.
7568
7569 2006-07-03  Edward Hervey  <edward@fluendo.com>
7570
7571         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7572         Remove unused variable.
7573
7574 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7575
7576         * Makefile.am:
7577           include lcov.mak
7578         * configure.ac:
7579           add GCOV_LIBS to GST_LIBS
7580
7581 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7582
7583         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7584
7585         * ext/alsa/gstalsasrc.c:
7586           Add 32 bps to template caps and increase channels range
7587           from [1,2] to [1,MAX]. See #346326.
7588
7589 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7590
7591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7592           Recognise 'WMVA' video codec fourcc (#345879).
7593           
7594 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7595          
7596         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7597           Fixed nasty memory leak
7598
7599 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7600
7601         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7602         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7603           fix logging
7604
7605 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7606
7607         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7608         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7609         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7610         Protect remove_fakesink using a mutex, so that we don't try and
7611         remove the fakesink simultaneously from multiple threads.
7612
7613         When going from READY to PAUSED, restore the fakesink, so that
7614         it is there when decodebin gets reused.
7615
7616 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7617
7618         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7619         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7620         * gst-libs/gst/rtp/gstbasertppayload.c:
7621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7622         * gst/tcp/gstmultifdsink.c:
7623         * gst/tcp/gsttcpclientsink.c:
7624         * gst/tcp/gsttcpclientsrc.c:
7625         * gst/tcp/gsttcpserversink.c:
7626         * gst/tcp/gsttcpserversrc.c:
7627         * gst/videorate/gstvideorate.c:
7628         * gst/videotestsrc/gstvideotestsrc.c:
7629         * sys/v4l/gstv4ljpegsrc.c:
7630         * sys/v4l/gstv4lmjpegsink.c:
7631         * sys/v4l/gstv4lsrc.c:
7632         * tests/examples/seek/scrubby.c:
7633         * tests/examples/seek/seek.c:
7634           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7635
7636 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7637
7638         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7639           Second field in GEnumValue shouldn't be a description,
7640           but a stringified version of the enum value.
7641
7642 2006-06-22  Wim Taymans  <wim@fluendo.com>
7643
7644         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7645         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7646         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7647         Avoid type checking in buffer casts.
7648         Avoid caps copy in buffer_alloc when we can.
7649         Use pad_peer_accept.
7650
7651 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7652
7653         * gst-libs/gst/tag/tag.h:
7654           Oops, make that 'Since: 0.10.9'.
7655
7656 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7657
7658         * docs/libs/gst-plugins-base-libs-sections.txt:
7659         * gst-libs/gst/tag/tag.h:
7660         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7661         (gst_tag_image_type_get_type):
7662           API: add GstTagImageType enum to describe images contained
7663           in image tags (#345641).
7664
7665 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7668           Fix warnings with gst-inspect: "buffers-min" property
7669           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7670           typo in property description.
7671
7672 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7673
7674         Patch by: Cody Russell <bratsche at gnome org>
7675
7676         * gst/audioresample/gstaudioresample.c:
7677         (gst_audioresample_class_init):
7678         * gst/playback/gststreamselector.c:
7679         (gst_stream_selector_class_init):
7680         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7681         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7682         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7683         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7684         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7685         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7686         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7687         * gst/videotestsrc/gstvideotestsrc.c:
7688         (gst_video_test_src_class_init):
7689         * gst/volume/gstvolume.c: (gst_volume_class_init):
7690           Avoid unnecessary class cast check in class_init
7691           functions (#337747).
7692
7693 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7694
7695         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7696         (gst_text_overlay_video_chain):
7697           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7698           and doesn't validate its input either (and neither did
7699           textoverlay it seems). Let's do that then and fix #345206.
7700
7701 2006-06-19  Wim Taymans  <wim@fluendo.com>
7702
7703         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7704         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7705         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7706         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7707         (find_syncframe), (find_limits), (assign_value),
7708         (count_burst_unit), (gst_multi_fd_sink_new_client),
7709         (gst_multi_fd_sink_handle_client_write),
7710         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7711         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7712         (gst_multi_fd_sink_change_state):
7713         * gst/tcp/gstmultifdsink.h:
7714         Added shiny new burst-on-connect methods.
7715         Add properties to control the minimal amount of data queued.
7716         Small cleanups.
7717         API: bytes-min property
7718         API: time-min property
7719         API: buffers-min property
7720         API: burst-unit property
7721         API: burst-value property
7722         API: add-full signal
7723
7724         * gst/tcp/gsttcp-marshal.list:
7725         Added new marshaller code for the new signal.
7726
7727         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7728         (multifdsink_suite):
7729         Added testcases for new burst methods.
7730
7731 2006-06-19  Edward Hervey  <edward@fluendo.com>
7732
7733         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7734         Implement clipping for accurate seeking.
7735         Closes #345225
7736
7737 2006-06-19  Wim Taymans  <wim@fluendo.com>
7738
7739         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7740
7741         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7742         (gst_video_scale_transform):
7743         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7744
7745 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7746
7747         * configure.ac:
7748           Fix --disable-external (can't set conditionals conditionally,
7749           #343602).
7750
7751 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7752
7753         * tests/check/elements/audioresample.c: (test_reuse),
7754         (audioresample_suite):
7755           Add test case for bug #342789 fixed below.
7756
7757 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7758
7759         * gst/audioresample/gstaudioresample.c:
7760         (gst_audioresample_class_init), (gst_audioresample_init),
7761         (audioresample_start), (audioresample_stop),
7762         (gst_audioresample_set_property), (gst_audioresample_get_property):
7763           Implement GstBaseTransform::start and ::stop so that audioresample
7764           can clear its internal state properly and be reused instead of
7765           causing non-negotiated errors with playbin under some circumstances
7766           (#342789).
7767
7768         * tests/check/elements/audioresample.c: (setup_audioresample),
7769         (cleanup_audioresample):
7770           Need to set element state here so that ::start and ::stop are
7771           called.
7772
7773 2006-06-16  Wim Taymans  <wim@fluendo.com>
7774
7775         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7776
7777         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7778         Parse extra data better, apparently it's right behind
7779         the normal strf header size. Fixes #343500.
7780
7781 2006-06-16  Wim Taymans  <wim@fluendo.com>
7782
7783         * ext/alsa/gstalsasink.c: (set_hwparams):
7784         If we fail to set the buffer_time and period_time alsa
7785         parameters, post a warning and leave alsa select a 
7786         default instead of failing. Fixes #342085
7787
7788 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * docs/libs/gst-plugins-base-libs-sections.txt:
7791         * gst-libs/gst/cdda/gstcddabasesrc.h:
7792           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7793           out in the header file and shouldn't be listed in the docs.
7794
7795         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7796           Must dereference pointer to fourcc in the debug statement.
7797
7798 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7799
7800         * docs/libs/Makefile.am:
7801         * docs/libs/gst-plugins-base-libs-docs.sgml:
7802         * docs/libs/gst-plugins-base-libs-sections.txt:
7803         * docs/libs/gst-plugins-base-libs.types:
7804         add remaining symbols into correct setions
7805         
7806         * gst-libs/gst/audio/gstringbuffer.c:
7807         fix incomplete docs
7808         
7809         * gst-libs/gst/audio/gstringbuffer.h:
7810         comment out not yet implemented function
7811         
7812         
7813         * gst-libs/gst/floatcast/floatcast.h:
7814         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7815         add short descriptions
7816         
7817         
7818         * gst-libs/gst/interfaces/propertyprobe.c:
7819         fix return value docs   
7820         
7821         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7822         simplify debug logging
7823         
7824         * gst-libs/gst/riff/riff-read.h:
7825         sync function prototype and docs
7826         
7827         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7828         remove left over symbol
7829
7830 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * autogen.sh:
7833         * configure.ac:
7834         * docs/Makefile.am:
7835           Use GST_PLUGIN_DOCS macro in configure.ac, add
7836           --enable-plugin-docs default to autogen.sh and use
7837           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7838
7839 2006-06-15  Wim Taymans  <wim@fluendo.com>
7840
7841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7842         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7843         (gst_ogg_demux_loop):
7844         Combine GstFlowReturn from the source pads to give a
7845         meaningfull result to the upstream peer or to stop the
7846         processing task in case of errors.
7847
7848 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7849
7850         * gst/playback/gststreaminfo.c: (cb_probe):
7851           Try GST_TAG_CODEC as fallback when extracting the
7852           codec name; more debug info.
7853
7854 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7855
7856         * ext/ogg/Makefile.am:
7857         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7858           Extract language tags from ogm subtitle streams, so that
7859           the subtitle menu choices are labelled correctly in
7860           Totem (fixes #344708).
7861
7862 2006-06-14  Wim Taymans  <wim@fluendo.com>
7863
7864         Patch by: Alessandro Decina <alessandro at nnva dot org>
7865
7866         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7867         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7868         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7869         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7870         Fix various leaks. Fixes #343699.
7871         Add x-smoke mime type.
7872
7873 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7874
7875         * gst-libs/gst/riff/riff-ids.h:
7876           Add IDs for 'bext' chunks (see #343837).
7877
7878 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7879
7880         Patch by: Young-Ho Cha  <ganadist at chollian net>
7881
7882         * gst/subparse/samiparse.c: (sami_context_pop_state),
7883         (handle_start_font), (end_sami_element):
7884           Honour font face tags in SAMI subtitles (#344503).
7885
7886 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7887
7888         * po/POTFILES.in:
7889           add missing files containing translatable strings
7890
7891 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7892
7893         * docs/libs/tmpl/.cvsignore:
7894           we don't want those *.sgml files in CVS either
7895
7896 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7897
7898         * docs/libs/.cvsignore:
7899         * tests/check/elements/.cvsignore:
7900         * tests/check/libs/.cvsignore:
7901           ignore more
7902
7903 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7904
7905         * docs/libs/Makefile.am:
7906           also commiting the changed Makefile.am (added more libs to the
7907           doc-build)
7908
7909 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7910
7911         * docs/libs/gst-plugins-base-libs-docs.sgml:
7912         * docs/libs/gst-plugins-base-libs-sections.txt:
7913         * docs/libs/gst-plugins-base-libs.types:
7914           first batch of reordering things, add index & hierarchy
7915
7916 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7917
7918         * configure.ac:
7919           use GST_PKG_CHECK_MODULES, cleans up output
7920
7921 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7924           Add support for burn:// URIs (#343385); const-ify things a bit,
7925           use G_N_ELEMENTS instead of hard-coded array size.
7926
7927 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         Patch by: Young-Ho Cha  <ganadist at chollian net>
7930
7931         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7932           Fix up broken entities before passing them to libxml *sigh*.
7933           (#343303).
7934           
7935 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7936
7937         * configure.ac:
7938           back to TRUNK
7939
7940 === release 0.10.8 ===
7941
7942 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7943
7944         * configure.ac:
7945           releasing 0.10.8, "Moar gij ziet mij nie"
7946
7947 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7948
7949         * configure.ac:
7950         * po/af.po:
7951         * po/az.po:
7952         * po/cs.po:
7953         * po/en_GB.po:
7954         * po/hu.po:
7955         * po/it.po:
7956         * po/nb.po:
7957         * po/nl.po:
7958         * po/or.po:
7959         * po/sq.po:
7960         * po/sr.po:
7961         * po/sv.po:
7962         * po/uk.po:
7963         * po/vi.po:
7964         * win32/common/config.h:
7965           0.10.7.2 prerelease
7966
7967 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7968
7969         * docs/libs/tmpl/gstaudio.sgml:
7970         * docs/libs/tmpl/gstcolorbalance.sgml:
7971         * docs/libs/tmpl/gstmixer.sgml:
7972         * docs/libs/tmpl/gstringbuffer.sgml:
7973         * docs/libs/tmpl/gsttuner.sgml:
7974         * docs/libs/tmpl/gstxoverlay.sgml:
7975         * gst-libs/gst/audio/audio.c:
7976         * gst-libs/gst/audio/gstringbuffer.c:
7977         * gst-libs/gst/interfaces/colorbalance.c:
7978         * gst-libs/gst/interfaces/mixer.c:
7979         * gst-libs/gst/interfaces/tuner.c:
7980         * gst-libs/gst/interfaces/xoverlay.c:
7981           move last template doc snippets to source code and delete them
7982
7983 2006-06-06  Michael Smith  <msmith@fluendo.com>
7984
7985         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7986         (theora_parse_drain_queue):
7987           Mark DELTA_UNIT on non-keyframes.
7988
7989 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7990
7991         * gst-libs/gst/audio/gstbaseaudiosink.c:
7992         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7993         * gst-libs/gst/audio/gstbaseaudiosink.h:
7994         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7995         (gst_ring_buffer_samples_done):
7996         * gst-libs/gst/audio/gstringbuffer.h:
7997         Document better the fact that latency_time and buffer_time are values
7998         stored in microseconds, and not the usual GStreamer nanoseconds.
7999         Change the variables (compatibly) that store them from GstClockTime 
8000         to guint64 to make it more clear that they're not storing clock times.
8001         Also, remove the bogus property description that says the user can
8002         specify -1 to get the default value, since that's never been the case.
8003
8004         When computing the default segment size for the ring buffer, make it
8005         an integer number of samples.
8006
8007         When the sub-class indicates a delay greater than the number of
8008         samples we've written return 0 from the audio sink get_time method.
8009
8010 2006-06-02  Michael Smith  <msmith@fluendo.com>
8011
8012         * tests/check/elements/audioconvert.c: (set_channel_positions),
8013         (get_float_mc_caps), (get_int_mc_caps):
8014         * tests/check/elements/audioresample.c:
8015         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
8016         * tests/check/elements/videorate.c:
8017         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
8018         * tests/check/elements/volume.c:
8019         * tests/check/elements/vorbisdec.c:
8020         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
8021           Don't busy-wait in tests; this was causing test timeouts very
8022           frequently when running under valgrind.
8023
8024 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8025
8026         * gst/tcp/README:
8027         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
8028         (gst_multi_fd_sink_remove_client_link),
8029         (gst_multi_fd_sink_client_queue_caps),
8030         (gst_multi_fd_sink_client_queue_buffer),
8031         (gst_multi_fd_sink_handle_client_write),
8032         (gst_multi_fd_sink_render):
8033         * gst/tcp/gstmultifdsink.h:
8034           make multifdsink properly deal with streamheader:
8035           - streamheader is taken from caps
8036           - buffers marked with IN_CAPS are not sent
8037           - streamheaders are sent, on connection, from the caps of the
8038             buffer where the client gets positioned to
8039           - further streamheader changes are done every time the client
8040             will receive a buffer with different caps
8041         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8042         (gst_multifdsink_create_streamheader):
8043           add tests for this
8044
8045 2006-06-02  Michael Smith  <msmith@fluendo.com>
8046
8047         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8048           Reinstate limit on channel count. Vorbis does not define the meaning
8049           of > 6 channels, so they're just independent channels. Gstreamer
8050           currently has no mechanism to represent N independent channels.
8051
8052 2006-06-02  Michael Smith  <msmith@fluendo.com>
8053
8054         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8055           Don't arbitrarily restrict channel counts and rate in vorbis.
8056           In terms of effects likely on real-world files, this fixes 96kHz
8057           playback of vorbis.
8058
8059 2006-06-02  Michael Smith  <msmith@fluendo.com>
8060
8061         * gst/audioconvert/audioconvert.c: (float):
8062           More correct float->int conversion.
8063
8064 2006-06-02  Michael Smith  <msmith@fluendo.com>
8065
8066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
8067           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
8068           value. Fixes g-critical on trying to play back ogg containing
8069           unknown codec.
8070
8071 2006-06-02  Wim Taymans  <wim@fluendo.com>
8072
8073         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
8074         (setup_source):
8075         * gst/playback/gstplaybasebin.h:
8076         Make the subtitle detection work from any thread so we don't
8077         deadlock. Fixes #343397.
8078
8079 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8080
8081         * gst/volume/Makefile.am:
8082           Seriously, it's not *that* hard to get compilation right.  Even
8083           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
8084
8085 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8086
8087         * gst/volume/gstvolume.c: (volume_choose_func),
8088         (volume_update_real_volume), (gst_volume_class_init),
8089         (gst_volume_init), (volume_process_float), (volume_process_int16),
8090         (volume_process_int16_clamp), (volume_set_caps),
8091         (volume_transform_ip), (plugin_init):
8092         * gst/volume/gstvolume.h:
8093         rewrite the passthrough check, split _int16 and _int16_clamp, fix
8094         another property desc., remove unused param from process function
8095         
8096         * tests/check/elements/volume.c: (volume_suite):
8097         reactivate the passthrough test
8098
8099 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8100
8101         * ext/alsa/gstalsamixerelement.h:
8102         * ext/alsa/gstalsamixeroptions.h:
8103         * ext/alsa/gstalsamixertrack.h:
8104         * ext/gnomevfs/gstgnomevfssink.h:
8105         * ext/gnomevfs/gstgnomevfssrc.h:
8106         * ext/theora/gsttheoradec.h:
8107         * ext/theora/gsttheoraenc.h:
8108         * ext/theora/gsttheoraparse.h:
8109         * ext/vorbis/vorbisparse.h:
8110         * gst-libs/gst/audio/gstaudioclock.h:
8111         * gst-libs/gst/audio/gstaudiofilter.h:
8112         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8113         * gst/audioconvert/gstaudioconvert.h:
8114         * gst/audioresample/gstaudioresample.h:
8115         * gst/audiotestsrc/gstaudiotestsrc.h:
8116         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
8117         * gst/playback/gststreamselector.h:
8118         * gst/tcp/gstmultifdsink.h:
8119         * gst/tcp/gsttcpclientsink.h:
8120         * gst/tcp/gsttcpclientsrc.h:
8121         * gst/tcp/gsttcpserversink.h:
8122         * gst/tcp/gsttcpserversrc.h:
8123         * gst/videorate/gstvideorate.h:
8124         * gst/videoscale/gstvideoscale.h:
8125         * gst/videotestsrc/gstvideotestsrc.h:
8126         * gst/volume/gstvolume.h:
8127         * sys/v4l/gstv4ljpegsrc.h:
8128         * sys/v4l/gstv4lmjpegsink.h:
8129         * sys/v4l/gstv4lmjpegsrc.h:
8130         * sys/v4l/gstv4lsrc.h:
8131         * sys/ximage/ximagesink.h:
8132         * sys/xvimage/xvimagesink.h:
8133         * tests/old/testsuite/alsa/sinesrc.h:
8134         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8135
8136 2006-05-31  Wim Taymans  <wim@fluendo.com>
8137
8138         * ext/libvisual/visual.c: (gst_visual_reset),
8139         (gst_visual_sink_setcaps), (gst_visual_sink_event),
8140         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
8141         Handle DISCONT.
8142         Use running time before doing QoS.
8143         Handle mono too.
8144
8145 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8146
8147         * docs/libs/Makefile.am:
8148           set a magic variable to indicate we know the docs are incomplete
8149
8150 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8151
8152         * win32/common/libgstvideo.def:
8153           export gst_video_calculate_display_ratio
8154         * win32/vs6/libgstvideoscale.dsp:
8155           add link to libgstvideo-0.10.lib
8156
8157 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8158
8159         * gst/playback/gstplaybasebin.c: (gen_source_element):
8160           Throw a more comprehensible error for rtsp:// URIs (rather
8161           than erroring out with a negotiation error later on) until
8162           we fix playbin to handle rtspsrc etc.
8163
8164 2006-05-30  Wim Taymans  <wim@fluendo.com>
8165
8166         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8167         (gst_text_overlay_text_event):
8168         Added some FIXMEs.
8169
8170 2006-05-30  Wim Taymans  <wim@fluendo.com>
8171
8172         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
8173         (gst_adder_request_new_pad), (gst_adder_release_pad):
8174         * gst/adder/gstadder.h:
8175         Implement release_request_pad.
8176         Make padcounter atomic.
8177
8178         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
8179         Added check for release_pad in adder.
8180
8181 2006-05-30  Wim Taymans  <wim@fluendo.com>
8182
8183         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
8184         Fix build again.
8185
8186 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8187
8188         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8189         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8190         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8191         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
8192         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
8193         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
8194         (gst_ogg_demux_bisect_forward_serialno),
8195         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
8196         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8197           add more debugging
8198           clean up printf formats for granulepos and serialno
8199
8200 2006-05-30  Michael Smith  <msmith@fluendo.com>
8201
8202         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8203         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
8204         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
8205         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
8206         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8207         * ext/vorbis/vorbisenc.h:
8208           Multi-channel caps negotiation, so we can do proper multichannel
8209           vorbis encoding, negotiated through audioconvert.
8210
8211 2006-05-30  Wim Taymans  <wim@fluendo.com>
8212
8213         * tests/check/elements/adder.c: (test_event_message_received),
8214         (test_play_twice_message_received), (GST_START_TEST),
8215         (adder_suite):
8216         Added check to show that #339935 is fixed with ongoing
8217         adder and collectpads fixes.
8218
8219 2006-05-29  Wim Taymans  <wim@fluendo.com>
8220
8221         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8222         Don't leak pad name.
8223
8224 2006-05-29  Wim Taymans  <wim@fluendo.com>
8225
8226         * gst/adder/gstadder.c: (gst_adder_query_duration),
8227         (forward_event_func), (forward_event), (gst_adder_src_event):
8228         Fix adder seeking.
8229         Make query/seeking code threadsafe.
8230
8231         * tests/check/Makefile.am:
8232         * tests/check/elements/adder.c: (test_event_message_received),
8233         (GST_START_TEST), (test_play_twice_message_received):
8234         Fix adder test case.
8235
8236 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8237
8238         Patch by: Young-Ho Cha  <ganadist at chollian net>
8239
8240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8241         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8242         (set_encoding_element), (decodebin_element_added_cb),
8243         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8244         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8245         * gst/playback/gstplaybasebin.h:
8246           Add 'subtitle-encoding' property to playbin, so applications can
8247           force a subtitle encoding for non-UTF8 subtitles (#342268).
8248
8249         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8250         (gst_sub_parse_set_property):
8251           Rename recently-added 'encoding' property to 'subtitle-encoding'
8252           (so it can be proxied by playbin/decodebin in a generic way
8253           with less danger of false positives).
8254
8255 2006-05-29  Michael Smith  <msmith@fluendo.com>
8256
8257         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8258         (append_with_other_format), (set_structure_widths),
8259         (gst_audio_convert_transform_caps):
8260           Patch from #341562: give more specific audio caps in get_caps, so
8261           that basetransform  can make better decisions on what caps to
8262           negotiate.
8263
8264 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8265
8266         * tests/check/elements/volume.c:
8267         make it compile again
8268
8269 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8270
8271         * tests/check/elements/volume.c: (volume_suite):
8272         disable test until #343196 gets resolved
8273
8274 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8275
8276         * gst/adder/gstadder.c: (gst_adder_get_type):
8277         Make it easier to copy&paste
8278         
8279         * gst/volume/Makefile.am:
8280         * gst/volume/gstvolume.c: (volume_update_real_volume),
8281         (gst_volume_set_volume), (gst_volume_set_mute),
8282         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8283         (volume_transform_ip), (volume_update_mute),
8284         (volume_update_volume):
8285         * gst/volume/gstvolume.h:
8286         Add own debug category, move duplicate code to helper function, fix
8287         property texts, add more comments and prepare ffor liboil-goodness
8288         
8289         * tests/check/Makefile.am:
8290         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8291         add test for mute and passtrough case, be a bit more verbose to track
8292         failure
8293         
8294         * tests/check/generic/states.c: (GST_START_TEST):
8295         catch elements that fail to instantiate
8296
8297 2006-05-28  Edward Hervey  <edward@fluendo.com>
8298
8299         * tests/check/pipelines/simple-launch-lines.c:
8300         * tests/check/pipelines/theoraenc.c:
8301         * tests/check/pipelines/vorbisenc.c:
8302         Comment out tests using parse_launch() if core was built without
8303         parsing capabilities.
8304
8305 2006-05-27  Edward Hervey  <edward@fluendo.com>
8306
8307         * tests/check/Makefile.am:
8308         Extra bonus points for whoever explains to ensonic that you are meant
8309         to test unit tests thoroughly before commiting them, especially if
8310         you know it's going to break.
8311         De-activated element/adder tests.
8312
8313 2006-05-27  Edward Hervey  <edward@fluendo.com>
8314
8315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8316         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8317         Marking caps conversion issues as GST_WARNING is way too verbose,
8318         Moving them to GST_LOG.
8319
8320 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8321
8322         * README:
8323           Replace current README (containing the release notes from
8324           some 0.9.x version) with a proper README taken from the core.
8325
8326 2006-05-26  Wim Taymans  <wim@fluendo.com>
8327
8328         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8329         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8330         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8331         (vorbis_dec_change_state):
8332         Small cleanups.
8333         Add some FIXMEs
8334         Clip output samples to segment boundaries.
8335
8336 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8337
8338         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8339         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8340         Improve the errors produced on bad output, including some human
8341         readable description strings.
8342         Handle the (theoretical for ximagesink) case where the XServer 
8343         has a different idea about the size required for a particular 
8344         frame and gives us too small a memory allocation.
8345
8346 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8347
8348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8349         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8350         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8351         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8352         Improve the errors produced on bad output, including some human 
8353         readable description strings.
8354         Handle RGB Xv formats properly by transforming them into our 
8355         big-endian caps description.
8356         Use gst_caps_truncate to ensure that we never try and choose a
8357         non-fixed caps in buffer_alloc.
8358         Handle the case where the XServer has a different idea about the size
8359         required for a particular frame and gives us too small a memory
8360         allocation.
8361         Use -1 to indicate 'no image format', because 0 is a valid XServer
8362         image format number.
8363         Put RGB Xv formats at the end of the caps, so that we always prefer
8364         YUV format frames.
8365         Iterate the available Xv Encodings to determine the maximum width and
8366         height, and then return that in our caps.
8367         (Closes #315312, #337544)
8368
8369 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8370
8371         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8372         When there is only one unfinished pad and it receives an event that
8373         doesn't match our requirements, we need to set alldone=FALSE so that
8374         the fakesink is not removed yet.
8375
8376 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8377
8378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8379           Use gst_type_find_helper_for_buffer() to find the type
8380           of stream from the first packet.
8381
8382         * configure.ac:
8383           Bump requirements to core CVS (needed for vorbis
8384           typefinding to work).
8385
8386 2006-05-24  Edward Hervey  <edward@fluendo.com>
8387
8388         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8389         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8390         contain.  Else they play perfectly fine with qtdemux.
8391
8392 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8393
8394         * ext/theora/theoradec.c:
8395         * ext/theora/theoraenc.c:
8396         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8397         * gst/audiorate/gstaudiorate.c:
8398           make more debug catagories static
8399         
8400         * tests/check/Makefile.am:
8401         * tests/check/elements/adder.c: (message_received),
8402         (test_event_message_received), (GST_START_TEST),
8403         (test_play_twice_message_received), (adder_suite):
8404           added test case for using element twice, extra bonus points for anyone
8405           who can make these test run reliably
8406
8407 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8408
8409         * ext/theora/theoradec.c: (theora_dec_chain):
8410           Make work with time-stamped input buffers that do not
8411           have a granulepos in BUFFER_OFFSET_END (like theora
8412           buffers coming from matroskademux). Fixes #342448.
8413
8414 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8415
8416         Patch by: Peter Kjellerstedt  <pkj at axis com>
8417
8418         * gst/tcp/Makefile.am:
8419           fdstresstest doesn't need Gtk+, fix compilation if 
8420           gtk is not available (#342566).
8421
8422 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8423          
8424         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8425           80 line columns
8426           Removed redundant floor()
8427
8428 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8429
8430         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8431           On second thought, just skip JUNK chunks automatically, so
8432           the caller doesn't have to handle this. Fixes #342345.
8433           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8434           not GST_FLOW_ERROR.
8435
8436 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8437
8438         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8439           Don't bail out on JUNK chunks with a size of 0 (would try to
8440           pull_range 0 bytes before, which sources don't like too much).
8441           See #342345.
8442
8443 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8444
8445         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8447         Use the gstutil scaling function to preserve 64 bits while calculating
8448         output width and height from the display-aspect-ratio. (A continuation
8449         of #341542)
8450
8451 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8452
8453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8454         (gst_xvimagesink_buffer_alloc):
8455         * sys/xvimage/xvimagesink.h:
8456         When performing buffer allocations, remember the caps and image format
8457         we return so that if the same caps are asked for next time we can
8458         return them immediately without doing any caps intersections.
8459
8460 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8461          
8462         * gst-libs/gst/rtp/README:
8463           Some new documentation
8464         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8465           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8466         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8467         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8468           New RTP audio base payloader class. Supports frame or sample based
8469           codecs.  Not enabled in Makefile.am until approved.
8470
8471 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8472
8473         * tests/check/elements/alsa.c: (test_device_property_probe):
8474           Fix test case: don't try to free NULL GValueArray when there
8475           are no devices.
8476
8477 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8478
8479         * tests/check/Makefile.am:
8480         * tests/check/elements/alsa.c: (test_device_property_probe),
8481         (alsa_suite), (main):
8482           Add simple test that runs a device property probe on alsasrc,
8483           alsasink and alsamixer. Disable valgrind check for now (too
8484           many leaks in libasound, and valgrind ignored my suppressions
8485           additions).
8486
8487 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8488
8489         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8490         (gst_alsa_device_property_probe_probe_property),
8491         (gst_alsa_device_property_probe_needs_probe),
8492         (gst_alsa_device_property_probe_get_values),
8493         (gst_alsa_type_add_device_property_probe_interface):
8494         * ext/alsa/gstalsadeviceprobe.h:
8495         * ext/alsa/gstalsamixerelement.c:
8496         (gst_alsa_mixer_element_init_interfaces):
8497         * ext/alsa/gstalsamixerelement.h:
8498           Clean up and simplify alsa device probing. Make it actually work
8499           for multiple classes. Don't cache results any longer.
8500
8501         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8502         (gst_alsasink_init):
8503         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8504         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8505         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8506           Make alsasink and alsasrc implement the GstPropertyProbe interface
8507           for device probing (#342181).
8508           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8509
8510 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8511
8512         * gst/subparse/samiparse.c: (handle_start_font):
8513           Don't ignore return value of strtol (++compiler_happiness).
8514
8515 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8516
8517         Patch by: Young-Ho Cha  <ganadist chollian net>
8518
8519         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8520         (gst_sub_parse_class_init), (gst_sub_parse_init),
8521         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8522         (convert_encoding):
8523         * gst/subparse/gstsubparse.h:
8524           Add 'encoding' property (#341681).
8525
8526         * gst/subparse/samiparse.c: (characters_sami):
8527           Output is pango markup, so we need to escape text
8528           between tags (#342143).
8529
8530 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8531
8532         * gst-libs/gst/audio/multichannel.c:
8533         (gst_audio_check_channel_positions):
8534           It's okay to have caps with channels=1 and a channel position
8535           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8536           (deinterleavers might want to keep the position in the caps,
8537           so that they can be re-interleaved again properly later).
8538           Leave check for unexpected 2-channel layouts intact for now.
8539
8540 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8541
8542         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8543         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8544         basesrc can do its job correctly.
8545
8546 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * ext/alsa/Makefile.am:
8549         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8550         (gst_alsa_detect_formats), (get_channel_free_structure),
8551         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8552         (gst_alsa_probe_supported_formats):
8553         * ext/alsa/gstalsa.h:
8554         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8555           Refactor and improve caps probing code: probe signedness
8556           when we probe the supported formats/widths; set endianness
8557           to the one we actually probed for (ie. cpu endianness).
8558           
8559         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8560         (gst_alsasrc_close):
8561         * ext/alsa/gstalsasrc.h:
8562           Implement caps probing for alsasrc.
8563
8564 2006-05-15  Wim Taymans  <wim@fluendo.com>
8565
8566         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8567         (theora_dec_src_query), (theora_dec_src_event),
8568         (theora_dec_sink_event), (theora_handle_comment_packet),
8569         (theora_handle_data_packet), (theora_dec_change_state):
8570         Cleanups, add some G_LIKELY.
8571         Use segment helpers instead of our own wrong code.
8572         Clear queued buffers on seek and READY.
8573
8574         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8575         (vorbis_dec_convert), (vorbis_dec_src_query),
8576         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8577         (vorbis_handle_comment_packet), (vorbis_dec_push),
8578         (vorbis_handle_data_packet), (vorbis_dec_chain),
8579         (vorbis_dec_change_state):
8580         * ext/vorbis/vorbisdec.h:
8581         Remove old useless packetno variable.
8582         Do position query properly.
8583         Add some G_LIKELY.
8584         Do cleanup of queued buffers in new helper function
8585         and use it.
8586
8587 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8588
8589         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8590           Query supported sample rates. Fixes #341732.
8591
8592 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8593
8594         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8595         (gst_decode_bin_change_state): Make decodebin reusable
8596         when going from PAUSE_TO_READY and then back to PAUSED.
8597         Fixes #331678.
8598
8599 2006-05-15  Wim Taymans  <wim@fluendo.com>
8600
8601         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8602         (vorbis_dec_convert), (vorbis_dec_src_query),
8603         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8604         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8605         (vorbis_dec_clean_queued), (vorbis_dec_push),
8606         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8607         Cleanups. Use refcounting and DEBUG_OBJECT.
8608         Reset segment on flush, use code methods instead of our
8609         own wrong version.
8610         Fix potential memleak.
8611
8612 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8613
8614         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8615         (gst_alsasink_init):
8616         * ext/alsa/gstalsasink.h:
8617           Don't leak allocated snd_output_t structure if there's
8618           more than one alsasink instance at a time (#341873).
8619           Also fix GObject macros in header file.
8620           
8621 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8622
8623         * gst/subparse/gstsubparse.c:
8624         (gst_sub_parse_data_format_autodetect):
8625           Don't use libxml functions in the typefinding code.
8626
8627 2006-05-15  Wim Taymans  <wim@fluendo.com>
8628
8629         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8630         Fix seeking performance in the case where a non-header 
8631         packet has a 0 granulepos (busted theora case). 
8632         Fixes #341719
8633         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8634          the first place, you limelight stealer you)
8635
8636 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8637
8638         * gst/subparse/gstsubparse.c:
8639         (gst_sub_parse_data_format_autodetect):
8640           Improve SAMI typefinding: handle case where there are
8641           whitespaces or newlines in front of the first <SAMI>
8642           tag (#169936).
8643
8644 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8645
8646         * configure.ac:
8647           Build video4linux plugin even if there's no XVIDEO, just
8648           without implementing the GstXOverlay interface (#334002).
8649          
8650 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8651
8652         * configure.ac:
8653         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8654         (plugin_init):
8655           Add tentative support for libvisual-0.4 (#336881).
8656
8657 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8658
8659         Patch by: Young-Ho Cha <ganadist at chollian net>
8660
8661         * gst/subparse/samiparse.c: (handle_start_font):
8662           Need to map "silver" colour explicitly (#169936).
8663
8664 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         Patch by: Young-Ho Cha  <ganadist at chollian net>
8667
8668         * gst/subparse/Makefile.am:
8669         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8670         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8671         (gst_sub_parse_format_autodetect), (feed_textbuf),
8672         (gst_subparse_type_find), (plugin_init):
8673         * gst/subparse/gstsubparse.h:
8674         * gst/subparse/samiparse.c:
8675         * gst/subparse/samiparse.h:
8676           Add support for SAMI subtitles (#169936).
8677
8678 2006-05-14  Michael Smith  <msmith@fluendo.com>
8679
8680         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8681           Fix #341696: crash when mixing L+R+C to mono or stereo.
8682         * tests/check/Makefile.am:
8683         * tests/check/elements/audioconvert.c: (set_channel_positions),
8684         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8685         (audioconvert_suite):
8686           Add test for the above, including some generic framework bits for
8687           testing multichannel things.
8688
8689 === release 0.10.7 ===
8690
8691 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8692
8693         * configure.ac:
8694           releasing 0.10.7, "Leave the gun"
8695
8696 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8697
8698         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8700         Fix the build.
8701
8702 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8703
8704         * docs/libs/gst-plugins-base-libs-docs.sgml:
8705         * docs/libs/gst-plugins-base-libs-sections.txt:
8706         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8707         * gst-libs/gst/video/video.h:
8708         * gst/videoscale/Makefile.am:
8709         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8711         * tests/check/Makefile.am:
8712         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8713         (main):
8714           Fix integer overflow problem with pixel-aspect-ratio calculations
8715           in videoscale and xvimagesink (#341542)
8716
8717 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         * gst-libs/gst/tag/gstid3tag.c:
8720           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8721
8722 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8723
8724         * win32/MANIFEST:
8725           update win32 files listing
8726
8727 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8728
8729         patch by: Sjoerd Simons (sjoerd@luon.net)
8730
8731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8732         (group_create), (group_destroy), (add_stream),
8733         (gst_play_base_bin_get_property),
8734         (gst_play_base_bin_get_streaminfo_value_array):
8735         * gst/playback/gstplaybasebin.h:
8736           API: GstPlayBaseBin::stream-info-value-array property
8737           use a more bindings-friendly way of exposing streaminfo
8738           using a GValueArray.  Tested in ipython.
8739           Closes #341114
8740
8741 2006-05-11  Wim Taymans  <wim@fluendo.com>
8742
8743         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8744         (queue_underrun_cb), (queue_filled_cb):
8745         Also catch queue underruns but don't do anything yet.
8746         Refactor and comment queue enlarging code a bit.
8747
8748         * gst/playback/gstplaybasebin.c: (queue_overrun),
8749         (queue_threshold_reached), (queue_out_of_data),
8750         (gen_preroll_element):
8751         If a queue over/underruns check that we don't create nasty
8752         deadlocks when the min-threshold is not reached but the
8753         max-bytes is. In those cases disable max-bytes when we
8754         know that the queue is fed timed data.
8755         Add more comments.
8756
8757 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8758
8759         * gst/playback/gstplaybin.c: (gen_audio_element):
8760           Make playbin automatically plug an 'audioresample'
8761           element before the audio sink as well. This solves
8762           problems with sinks that only accept a very specific
8763           sample rate, like esdsink (e.g. #340379).
8764
8765 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8766
8767         * gst/playback/gstplaybasebin.c: (gen_source_element):
8768           Make http sources send special headers so that we receive
8769           icecast metadata if the http stream is an icecast stream
8770           (otherwise the server will just ignore them). This also
8771           means that from now on users will need the 'icydemux'
8772           element from gst-plugins-good installed if they want to
8773           listen to icecast radio streams. (#341432, #333657).
8774
8775 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8776
8777         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8778         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8779           remove stupid example from docs - it should come with a simple
8780           C program instead.
8781           Clean up/fix docs
8782         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8783         (fail_if_can_read), (GST_START_TEST),
8784         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8785           add a test for changing streamheader which exposes a bug in
8786           multifdsink
8787
8788 2006-05-11  Michael Smith  <msmith@fluendo.com>
8789
8790         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8791         (gst_gnome_vfs_src_received_headers_callback):
8792         * ext/gnomevfs/gstgnomevfssrc.h:
8793           Don't set icy-caps unless we have a sane interval value. Move
8794           interval to a local variable; we never use it outside this function.
8795
8796 2006-05-11  Wim Taymans  <wim@fluendo.com>
8797
8798         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8800         Register special buffer types along with the objects so
8801         that they are not registered at runtime from N different
8802         streaming threads since they are not threadsafe.
8803
8804 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8805
8806         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8807         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8808           add two more tests, one doing streamheader
8809
8810 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8811
8812         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8813           clean up the bufqueue when shutting down
8814         * tests/check/Makefile.am:
8815         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8816         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8817         (main):
8818           add a test for the leak that was just fixed
8819
8820 2006-05-10  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst/adder/gstadder.c: (gst_adder_setcaps),
8823         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8824         (gst_adder_src_event), (gst_adder_sink_event),
8825         (gst_adder_class_init), (gst_adder_finalize),
8826         (gst_adder_request_new_pad), (gst_adder_collected):
8827         * gst/adder/gstadder.h:
8828         Updated some docs. Added comments and FIXMEs all over the place.
8829         Improve debugging info.
8830         Fix leak on finalize by not calling the parent.
8831         Implement duration query.
8832         Make event forwarding threadsafe.
8833         Correctly send NEWSEGMENT at start and after flush.
8834         Handle EOS correctly.
8835         Post error when not negotiated.
8836
8837         * tests/check/elements/adder.c: (GST_START_TEST):
8838         Added FIXME in the test.
8839
8840 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8841
8842         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8843         (gst_text_overlay_halign_get_type),
8844         (gst_text_overlay_wrap_mode_get_type):
8845         * ext/theora/theoradec.c: (theora_handle_type_packet),
8846         (theora_handle_data_packet):
8847         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8848         (theora_enc_sink_setcaps), (theora_enc_chain):
8849         * gst-libs/gst/cdda/gstcddabasesrc.c:
8850         (gst_cdda_base_src_mode_get_type):
8851         * gst/audiotestsrc/gstaudiotestsrc.c:
8852         (gst_audiostestsrc_wave_get_type):
8853         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8854         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8855         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8856         (gst_sync_method_get_type), (gst_unit_type_get_type),
8857         (gst_client_status_get_type):
8858         * gst/videoscale/gstvideoscale.c:
8859         (gst_video_scale_method_get_type):
8860         * gst/videotestsrc/gstvideotestsrc.c:
8861         (gst_video_test_src_pattern_get_type):
8862         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8863         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8864         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8865         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8866         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8867         (paint_setup_RGB565), (paint_setup_xRGB1555):
8868           Const-ify GEnumValue and GFlagsValue arrays. Use
8869           GST_ROUND_UP_* macros instead of home-made ones.
8870
8871 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8872
8873         * configure.ac:
8874           Require core CVS for the new newsegment stuff.
8875
8876 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8877
8878         Patch by: Sjoerd Simons  <sjoerd at luon net>
8879
8880         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8881           Register nick for enum value (#341160).
8882
8883 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8884
8885         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8886         (plugin_init):
8887          backout typefind patch #340375
8888          
8889         * tests/check/elements/adder.c: (message_received),
8890         (GST_START_TEST), (adder_suite):
8891           redo, signal-handling of test
8892
8893 2006-05-09  Wim Taymans  <wim@fluendo.com>
8894
8895         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8896         (gst_adder_collected):
8897         * gst/adder/gstadder.h:
8898         Remove bogus segment merging and forwarding, we don't
8899         care about timestamps anyway and we just produce a
8900         continuous stream. 
8901         Also create a nice NEWSEGMENT event when we start.
8902         Use _scale_int some more.
8903
8904 2006-05-09  Edward Hervey  <edward@fluendo.com>
8905
8906         * tests/icles/stress-xoverlay.c:
8907         Fix if core was built without parsing support.
8908
8909 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8910
8911         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8912           Add SEDG (Samsung MPEG-4) fourcc.
8913
8914 2006-05-09  Edward Hervey  <edward@fluendo.com>
8915
8916         * tests/icles/stress-xoverlay.c:
8917         * tests/examples/volume/volume.c:
8918         Fix if core was built without parsing support.
8919
8920         * tests/examples/seek/seek.c:
8921         Disable the parse_launch example if core was built without parsing
8922         support.
8923
8924 2006-05-08  Edward Hervey  <edward@fluendo.com>
8925
8926         * autogen.sh: (CONFIGURE_DEF_OPT): 
8927         libtoolize on Darwin/MacOSX is called glibtoolize
8928
8929 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8930
8931         * tests/check/Makefile.am:
8932         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8933           Disable the adder test, until the build-slaves posses the kindness to 
8934           either like it or to give valid reason for not doing so 
8935
8936 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8937
8938         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8939         (adder_suite):
8940           Shuffle NULL state change around and raise timeout more
8941
8942 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8943
8944         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8945         (mp4_type_find), (plugin_init):
8946           Add typefind to distinguish between "audio/x-m4a" and new type
8947           "video/mp4". Fixes #340375
8948
8949         * tests/check/elements/adder.c: (adder_suite):
8950           Raise timeout to make buildbot happy
8951
8952 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8953
8954         * gst/adder/gstadder.c: (gst_adder_sink_event),
8955         (gst_adder_request_new_pad), (gst_adder_change_state):
8956         * gst/adder/gstadder.h:
8957         * tests/check/Makefile.am:
8958         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8959         (adder_suite), (main):
8960           Add sink-event handling to adder. It tries to merge incomming
8961           newsegment-events. Added test to check if segment_done is comming
8962           through. Fixes #340060
8963
8964 2006-05-05  Andy Wingo  <wingo@pobox.com>
8965
8966         * ext/theora/theoraparse.c (gst_theora_parse_init)
8967         (theora_parse_src_convert, theora_parse_src_query):
8968         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8969         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8970         query functions on the source pads of the theora and vorbis parse
8971         elements. Fixes position querying when doing a remux.
8972
8973 2006-05-05  Michael Smith  <msmith@fluendo.com>
8974
8975         * ext/theora/theoraparse.c: (parse_granulepos),
8976         (theora_parse_drain_queue_prematurely),
8977         (theora_parse_queue_buffer), (theora_parse_sink_event):
8978           Fix flushing.
8979           Fix invalid granulepos outputs when starting with a non-keyframe.
8980
8981 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8982
8983         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8984         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8985         Rearrange MPEG system stream detection, fixing some memleaks in the
8986         process.
8987         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8988         they clean up their data correctly.
8989         Remove unused ogganx caps and move the 'is_annodex' check to inside
8990         the 'is_ogg' if statement.
8991
8992 2006-05-05  Wim Taymans  <wim@fluendo.com>
8993
8994         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8995         Properly remove ghostpads. Fixes #340392
8996
8997 2006-05-04  David Schleef  <ds@schleef.org>
8998
8999         * gst/typefind/gsttypefindfunctions.c:
9000
9001 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
9002
9003         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9004         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
9005
9006         When typefinding an MP3 in push-based mode, don't penalise the
9007         probability down to 74% when we found 5 valid frames just because we
9008         can't peek the end of the file.
9009
9010         Make the probability for detecting MPEG Transport Streams based on the
9011         number of sequential headers we successfully detected.
9012
9013 2006-05-03  Wim Taymans  <wim@fluendo.com>
9014
9015         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9016         (vorbis_dec_push), (vorbis_dec_chain):
9017         Still produce an error when we receive an empty packet.
9018
9019 2006-05-03  Wim Taymans  <wim@fluendo.com>
9020
9021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9022         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
9023         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
9024         Mark buffers with DISCONT after seek and after activating new
9025         chains.
9026
9027         * ext/theora/gsttheoradec.h:
9028         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9029         (theora_get_query_types), (theora_dec_sink_event),
9030         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
9031         (theora_dec_change_state):
9032         Fix frame counter.
9033         Detect and mark DISCONT buffers.
9034
9035         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9036         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
9037         (vorbis_dec_change_state):
9038         * ext/vorbis/vorbisdec.h:
9039         Use GstSegment.
9040         Detect and mark DISCONT buffers.
9041         Don't crash on 0 sized buffers.
9042
9043 2006-05-03  Wim Taymans  <wim@fluendo.com>
9044
9045         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
9046         (volume_transform_ip):
9047         Increase "volume" property to 10.0. Fixes #340369.
9048         Set the process function to NULL when capsnego fails so that
9049         we properly error out.
9050
9051 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9052
9053         * gst/playback/gstplaybin.c: (add_sink):
9054         * gst/playback/test.c: (main):
9055         * gst/playback/test5.c: (dump_element_stats):
9056         * gst/playback/test6.c: (main):
9057           free caps using gst_caps_unref, don't leak caps-strings
9058
9059 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9060
9061         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
9062         (plugin_init):
9063           Refine musepack typefinding a bit. Return MAXIMUM
9064           probability when we detect stream version 7 to make
9065           sure the mpeg audio typefinder doesn't trump us.
9066
9067 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9070           Protect against unexpected NULL strf_data buffer.
9071
9072 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9073
9074         * tests/check/elements/audioconvert.c: (verify_convert),
9075         (GST_START_TEST):
9076           interpret the out[] buffer in the order the bytes are actually
9077           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
9078           Other tests should use BYTE_ORDER since the array is filled in
9079           with actual values
9080
9081 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9082
9083         * tests/check/elements/audioconvert.c: (verify_convert),
9084         (GST_START_TEST):
9085           when a test fails, give an indication of which it is
9086
9087 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9088
9089         * gst-libs/gst/cdda/gstcddabasesrc.c:
9090           compile fix; strtol() needs <stdlib.h>
9091
9092 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9093
9094         * ext/alsa/gstalsamixerelement.c:
9095         * ext/alsa/gstalsasrc.c:
9096         * ext/cdparanoia/gstcdparanoiasrc.c:
9097         * ext/gnomevfs/gstgnomevfssink.c:
9098         * ext/gnomevfs/gstgnomevfssrc.c:
9099         * ext/ogg/gstoggdemux.c:
9100         * ext/ogg/gstoggmux.c:
9101         * ext/ogg/gstoggparse.c:
9102         * ext/ogg/gstogmparse.c:
9103         * ext/pango/gstclockoverlay.c:
9104         * ext/pango/gsttextoverlay.c:
9105         * ext/pango/gsttextrender.c:
9106         * ext/pango/gsttimeoverlay.c:
9107         * ext/theora/theoradec.c:
9108         * ext/theora/theoraenc.c:
9109         * ext/vorbis/vorbisdec.c:
9110         * ext/vorbis/vorbisenc.c:
9111         * gst-libs/gst/audio/gstaudiofilter.c:
9112         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9113         * gst/audioconvert/gstaudioconvert.c:
9114         * gst/audiorate/gstaudiorate.c:
9115         * gst/audioresample/gstaudioresample.c:
9116         * gst/audiotestsrc/gstaudiotestsrc.c:
9117         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9118         * gst/playback/gstdecodebin.c:
9119         * gst/playback/gstplaybin.c:
9120         * gst/playback/gststreamselector.c:
9121         * gst/subparse/gstsubparse.c:
9122         * gst/tcp/gstmultifdsink.c:
9123         * gst/tcp/gsttcpclientsink.c:
9124         * gst/tcp/gsttcpclientsrc.c:
9125         * gst/tcp/gsttcpserversink.c:
9126         * gst/tcp/gsttcpserversrc.c:
9127         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9128         * gst/videorate/gstvideorate.c:
9129         * gst/videoscale/gstvideoscale.c:
9130         * gst/videotestsrc/gstvideotestsrc.c:
9131         * gst/volume/gstvolume.c:
9132         * sys/v4l/gstv4ljpegsrc.c:
9133         * sys/v4l/gstv4lmjpegsink.c:
9134         * sys/v4l/gstv4lmjpegsrc.c:
9135         * sys/v4l/gstv4lsrc.c:
9136         * sys/ximage/ximagesink.c:
9137         * sys/xvimage/xvimagesink.c:
9138         * tests/check/libs/cddabasesrc.c:
9139           make GstElementDetails const
9140
9141 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9142
9143         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9144         (gst_adder_init):
9145           send events from src-pad to all sink-pads fixes #338657
9146
9147 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9148
9149         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
9150         (alsasink_parse_spec):
9151           query width capabilities from alsa, fixes #338919
9152
9153 2006-04-28  Wim Taymans  <wim@fluendo.com>
9154
9155         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
9156         (gst_multi_fd_sink_remove_client_link):
9157         * gst/tcp/gstmultifdsink.h:
9158         Fix race condition in multifdsink that can lead to spurious 
9159         duplicate clients. this patch adds a new signal that is fired when
9160         multifdsink has removed all references to the fd.
9161         Fixes #339574.
9162         Updated documentation.
9163         API: client-fd-removed signal added
9164
9165 2006-04-28  Michael Smith  <msmith@fluendo.com>
9166
9167         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
9168           When asking g_value_array_new to prealloc elements, we may as well
9169           ask for the right number of elements.
9170
9171 2006-04-28  Wim Taymans  <wim@fluendo.com>
9172
9173         * gst-libs/gst/audio/gstbaseaudiosink.c:
9174         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
9175         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9176         patch to make timestamp checking more tollerant to rounding 
9177         errors given that real discontinuities are to be marked on
9178         buffers. Fixes some asf files and #338778.
9179         Also avoid some crashers when we receive an event in the 
9180         NULL state.
9181
9182 2006-04-28  Michael Smith  <msmith@fluendo.com>
9183
9184         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9185         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9186         (gst_gnome_vfs_src_get_property),
9187         (gst_gnome_vfs_src_send_additional_headers_callback),
9188         (gst_gnome_vfs_src_received_headers_callback),
9189         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
9190         (gst_gnome_vfs_src_stop):
9191         * ext/gnomevfs/gstgnomevfssrc.h:
9192           Remove ICY handling (mostly) from gnomevfssrc, in favour of
9193           proper shared support within icydemux.
9194
9195 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9196
9197         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
9198         (gst_video_rate_swap_prev), (gst_video_rate_chain):
9199           fix up docs
9200           fix a leak when no caps negotiated
9201           fix counting of input frames
9202         * tests/check/elements/.cvsignore:
9203         * tests/check/elements/videorate.c: (assert_videorate_stats),
9204         (GST_START_TEST), (videorate_suite):
9205           add tests for these
9206
9207 2006-04-28  Wim Taymans  <wim@fluendo.com>
9208
9209         * gst-libs/gst/audio/gstringbuffer.c:
9210         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9211         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9212         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9213         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9214         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9215         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9216         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9217         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9218         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9219         Check arguments passed to public functions instead of
9220         crashing.
9221
9222 2006-04-28  Wim Taymans  <wim@fluendo.com>
9223
9224         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9225         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9226         GstBaseAudioSrc must be live or it does not work.
9227
9228         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9229         Don't set live to TRUE as this is the default in the parentclass.
9230
9231 2006-04-28  Wim Taymans  <wim@fluendo.com>
9232
9233         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9234         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9235         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9236         fixation cases better. Fixes #338991
9237
9238 2006-04-28  Wim Taymans  <wim@fluendo.com>
9239
9240         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9241         Handle 0/1 framerate correctly Fixes #331901.
9242
9243 2006-04-28  Wim Taymans  <wim@fluendo.com>
9244
9245         * tests/check/elements/audioconvert.c: (get_float_caps),
9246         (GST_START_TEST), (audioconvert_suite):
9247         Added check for correct clipping when doing float samples
9248         in audioconvert.
9249
9250 2006-04-28  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9253         (gst_video_rate_chain):
9254         Print more debugging info.
9255
9256 2006-04-28  Wim Taymans  <wim@fluendo.com>
9257
9258         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9259         (resample_set_state_from_caps):
9260         Add support for other formats audioresample can handle such as
9261         32 bits in and float and 64 bits float. Fixes #301759
9262
9263 2006-04-28  Wim Taymans  <wim@fluendo.com>
9264
9265         * gst/audioconvert/audioconvert.c: (float):
9266         correctly clip float samples > 1.0. Fixes #338718
9267
9268 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9269
9270         Patch by: Young-Ho Cha  <ganadist at chollian net>
9271
9272         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9273         (gst_text_overlay_render_text):
9274           Don't strip newlines from the text. Also, center lines
9275           within multi-line paragraphs (#339405).
9276
9277 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9278
9279         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9280           Fix wavpack typefinding to work in more cases (don't peek
9281           for chunks of multiple hundred kBs at once, but process
9282           things step-by-step in smaller units). Fixes #339786.
9283
9284 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * configure.ac:
9287           back to HEAD
9288
9289 === release 0.10.6 ===
9290
9291 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9292
9293         * configure.ac:
9294           releasing 0.10.6, "Chao"
9295
9296 2006-04-26  David Schleef  <ds@schleef.org>
9297
9298         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9299           Fixes #338897.
9300
9301 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9302
9303         * configure.ac:
9304         * win32/common/config.h:
9305           new prerelease
9306
9307 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9308
9309         patch by: Wim Taymans
9310
9311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9312         (gst_ogg_demux_perform_seek):
9313           make sure correct newsegments are sent, so that the decoder
9314           and the demuxer agree on timestamps.  Fixes playback of a lot
9315           of Ogg files that do not start from 0.  Fixes #339833.
9316
9317 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9318
9319         Patch by: Edward Hervey  <edward@fluendo.com>
9320
9321         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9322         * tests/check/Makefile.am:
9323         * tests/check/elements/videorate.c: (assert_videorate_stats),
9324         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9325         (videorate_suite), (main):
9326           Fix an infinite loop if frames are passed in with wrongly ordered
9327           timestamps.  Fixes #339013.
9328
9329 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9330
9331         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9332
9333         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9334           fix typefinding on some ISO files.  Fixes #339212.
9335
9336 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9337
9338         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9339
9340         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9341           add another H264 fourcc.  Fixes #339047.
9342
9343 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9344
9345         Patch by: Jan Schmidt
9346
9347         * gst/playback/gststreamselector.c:
9348         (gst_stream_selector_bufferalloc):
9349           Restore old StreamSelector behaviour.
9350           Fixes #338419.
9351
9352 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9353
9354         * configure.ac:
9355         * win32/common/config.h:
9356           prerelease
9357
9358 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9361
9362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9363         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9364           Fix some memory leaks: on finalize, free buffers left in the queue
9365           before destroying the queue; in _push(), unref rtp_buf even if
9366           the process vfunc returned a NULL buffer as output buffer (#337548);
9367           demote some recuring debug messages to LOG level.
9368
9369 2006-04-11  Wim Taymans  <wim@fluendo.com>
9370
9371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9372         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9373         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9374         (gst_ogg_demux_loop):
9375         More cleanups.
9376         Respect segment stop when emiting EOS or SEGMENT_DONE.
9377         Fixes (#337945).
9378
9379 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * gst/playback/gststreamselector.c:
9382         (gst_stream_selector_get_property):
9383           Don't leak pad name.
9384
9385 2006-04-10  Michael Smith  <msmith@fluendo.com>
9386
9387         * tests/check/Makefile.am:
9388         * tests/check/gst-plugins-base.supp:
9389           Suppress an old libtheora bug (fixed in more recent versions), so 
9390           that FC4 buildslaves can pass.
9391
9392 2006-04-10  Wim Taymans  <wim@fluendo.com>
9393
9394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9395         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9396         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
9397         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9398         (gst_ogg_demux_loop):
9399         Don't leak events.
9400         Remember what error we got when finding chains, if we
9401         were shutdown, that would not be an error.
9402
9403 2006-04-10  Wim Taymans  <wim@fluendo.com>
9404
9405         * gst-libs/gst/audio/gstbaseaudiosink.c:
9406         (gst_base_audio_sink_event):
9407         Starting the ringbuffer when we did not acquire it can cause
9408         a deadlock, is pointless and causes nasty things for
9409         subclasses. 
9410         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9411
9412 2006-04-10  Wim Taymans  <wim@fluendo.com>
9413
9414         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9415         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9416         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9417         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9418         (gst_ogg_demux_deactivate_current_chain),
9419         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9420         (gst_ogg_demux_bisect_forward_serialno),
9421         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9422         Add some more debugging.
9423
9424 2006-04-10  Wim Taymans  <wim@fluendo.com>
9425
9426         * ext/theora/theoradec.c: (theora_dec_src_event),
9427         (theora_handle_data_packet):
9428         Some more debug info.
9429
9430         * tests/examples/seek/seek.c: (start_seek), (main):
9431         Print element messages too.
9432
9433 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9434
9435         * gst/audioresample/debug.h:
9436           replace debug macros with variable number of parameters
9437           by a simple alias to gstreamer standard debug macros 
9438          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9439           supported by MSVC 6.0 and 7.1)
9440         * gst/audioresample/resample.h:
9441           define M_PI and rint for WIN32
9442         * win32/common/libgstaudio.def:
9443         * win32/common/libgstriff.def:
9444         * win32/common/libgsttag.def:
9445         * win32/common/libgstvideo.def:
9446           add new exported functions
9447         * win32/vs6:
9448           update project files
9449
9450 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9451
9452         * ext/alsa/gstalsamixeroptions.c:
9453         (gst_alsa_mixer_options_class_init):
9454         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9457         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9458         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9459         * gst-libs/gst/audio/gstaudiofilter.c:
9460         (gst_audio_filter_class_init):
9461         * gst-libs/gst/audio/gstaudiosink.c:
9462         (gst_audioringbuffer_class_init):
9463         * gst-libs/gst/audio/gstaudiosrc.c:
9464         (gst_audioringbuffer_class_init):
9465         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9466         * gst-libs/gst/interfaces/colorbalancechannel.c:
9467         (gst_color_balance_channel_class_init):
9468         * gst-libs/gst/interfaces/mixeroptions.c:
9469         (gst_mixer_options_class_init):
9470         * gst-libs/gst/interfaces/mixertrack.c:
9471         (gst_mixer_track_class_init):
9472         * gst-libs/gst/interfaces/tunerchannel.c:
9473         (gst_tuner_channel_class_init):
9474         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9475         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9476         (gst_netbuffer_class_init):
9477         * gst-libs/gst/rtp/gstbasertppayload.c:
9478         (gst_basertppayload_class_init):
9479         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9481         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9482         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9483         * gst/playback/gststreamselector.c:
9484         (gst_stream_selector_class_init):
9485         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9486         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9487         * sys/v4l/gstv4lcolorbalance.c:
9488         (gst_v4l_color_balance_channel_class_init):
9489         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9490         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9492         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9493         (gst_v4l_tuner_norm_class_init):
9494         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9496         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9497         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9498
9499 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9500
9501         * ext/pango/gsttextrender.h:
9502         * gst-libs/gst/audio/gstaudiosink.h:
9503         * gst-libs/gst/audio/gstaudiosrc.h:
9504         * gst-libs/gst/audio/gstbaseaudiosink.h:
9505         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9506         * gst-libs/gst/audio/gstringbuffer.h:
9507         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9508         * gst-libs/gst/rtp/gstbasertppayload.h:
9509         * gst-libs/gst/video/gstvideofilter.h:
9510         * gst-libs/gst/video/gstvideosink.h:
9511         * gst/playback/gstplaybasebin.h:
9512         * gst/tcp/gstmultifdsink.h:
9513         * sys/v4l/gstv4lelement.h:
9514         Fix broken GObject macros
9515
9516 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9517
9518         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9519         More debug to trace why my USB headset is not working with gst
9520
9521 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9522
9523         * gst/playback/gstplaybasebin.c: (group_destroy):
9524         Clean up our group elements properly in the case where it never 
9525         got committed - it still got added unconditionally to the bin.
9526
9527 2006-04-07  Wim Taymans  <wim@fluendo.com>
9528
9529         * ext/theora/theoradec.c: (theora_dec_sink_event),
9530         (theora_handle_data_packet), (theora_dec_chain):
9531         Unref unhandled events.
9532         Protect against empty buffers.
9533         Perform QoS on running time.
9534
9535 2006-04-07  Michael Smith  <msmith@fluendo.com>
9536
9537         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9538         (gst_vorbis_enc_chain):
9539           Remove leaks from vorbisenc.
9540           Mostly minor changes, the only significant one is that now the
9541           buffers we set as 'streamheader' on the caps are copies of the
9542           original buffers, to avoid circular refcounting problems.
9543
9544 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9545
9546         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9547           Don't remove our mute-probe if someone else already did so.
9548           Don't set a 2nd one if there is already one pending on the pad.
9549
9550         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9551         (do_playbin_seek):
9552           When a seek fails, ensure that playbin is still set back to playing.
9553           
9554         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9555         (mpeg_ts_type_find), (plugin_init):
9556           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9557
9558 2006-04-06  Andy Wingo  <wingo@pobox.com>
9559
9560         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9561         (gst_video_rate_init): Caps-related parameters should not be reset
9562         by a flush -- move their inits to the instance init function.
9563         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9564         is not OK, just return the result.
9565
9566         * gst/audiotestsrc/gstaudiotestsrc.c
9567         (gst_audio_test_src_class_init)
9568         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9569         broken by Stefan's commit on 24 March.
9570
9571         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9572         buffers being pushed out. Fixes oggmux ! multifdsink.
9573
9574 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9575
9576         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9577         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9578         * ext/vorbis/vorbisdec.h:
9579         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9580         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9581         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9582         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9583         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9584         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9585         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9586         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9587         (gst_vorbis_enc_buffer_from_packet),
9588         (gst_vorbis_enc_buffer_from_header_packet),
9589         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9590         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9591         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9592         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9593         (gst_vorbis_enc_change_state):
9594         * ext/vorbis/vorbisenc.h:
9595           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9596           vorbisenc adhere to the official nomenclature; use boilerplate
9597           macro.
9598
9599 2006-04-04  Andy Wingo  <wingo@pobox.com>
9600
9601         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9602         Whoops, fix bug introduced. Bad hacker!
9603         
9604         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9605         Properly handle the case where you get EOS before any buffers are
9606         received. Use gst_buffer_make_metadata_writable where appropriate.
9607
9608         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9609         is often negative -- make it signed so as not to wrap around.
9610         Fixes segfaults introduced on 9 March.
9611
9612 2006-04-03  Wim Taymans  <wim@fluendo.com>
9613
9614         * ext/theora/gsttheoradec.h:
9615         * ext/theora/theoradec.c: (theora_dec_src_event):
9616         Don't try to store a gdouble in a gboolean.
9617         Small cleanups.
9618
9619 2006-04-03  Michael Smith  <msmith@fluendo.com>
9620
9621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9622           Oggmux sucks.
9623           Make it suck slightly less by writing out the final page.
9624           Still can't encode a vorbis-in-ogg file correctly, though.
9625
9626 2006-04-03  Andy Wingo  <wingo@pobox.com>
9627
9628         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9629         a g_print.
9630
9631         * ext/theora/theora.c (plugin_init): Register theoraparse.
9632
9633         * ext/theora/gsttheoraparse.h: 
9634         * ext/theora/theoraparse.c: New files implementing a theora
9635         parser. Now we can properly remux ogg/theora+vorbis, yay.
9636
9637         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9638
9639 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9640
9641         * gst/audiotestsrc/gstaudiotestsrc.c:
9642           Fixed the sample pipeline (see #323798)
9643
9644 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9645
9646         * configure.ac:
9647         * win32/common/config.h:
9648         * win32/common/config.h.in:
9649           use AS_VERSION and AS_NANO
9650           more cleanups
9651
9652 2006-03-31  Andy Wingo  <wingo@pobox.com>
9653
9654         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9655         uninitialized variable return that would happen.
9656         
9657         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9658         uninitialized variable return that would never happen.
9659
9660         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9661         (vorbis_parse_sink_event): Add an event function to flush our
9662         state on a seek, and to drain buffers on a premature EOS.
9663         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9664         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9665         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9666         (vorbis_parse_drain_queue): Queue up buffers until we can set
9667         their timestamps and granulepos values.
9668
9669         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9670         and keep track of data needed for deriving granulepos and
9671         timestamps for buffers.
9672
9673 2006-03-29  Wim Taymans  <wim@fluendo.com>
9674
9675         Patch by: j^ <j at bootlab dot org>
9676
9677         * ext/alsa/gstalsamixerelement.c:
9678         (gst_alsa_mixer_element_class_init):
9679         * ext/alsa/gstalsasink.c:
9680         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9681         * ext/ogg/gstoggdemux.c:
9682         * ext/ogg/gstoggmux.c:
9683         * ext/ogg/gstoggparse.c:
9684         * ext/pango/gstclockoverlay.c:
9685         * ext/pango/gsttextoverlay.c:
9686         * ext/pango/gsttextrender.c:
9687         * ext/pango/gsttimeoverlay.c:
9688         * ext/theora/theoradec.c:
9689         * ext/theora/theoraenc.c:
9690         * ext/vorbis/vorbisdec.c:
9691         * ext/vorbis/vorbisenc.c:
9692         * gst/audioconvert/gstaudioconvert.c:
9693         * gst/subparse/gstsubparse.c:
9694         * gst/tcp/gstmultifdsink.c:
9695         * gst/tcp/gsttcpclientsink.c:
9696         * gst/tcp/gsttcpclientsrc.c:
9697         * gst/tcp/gsttcpserversink.c:
9698         * gst/tcp/gsttcpserversrc.c:
9699           better/unified long descriptions
9700           Fixes #336477
9701
9702 2006-03-29  Wim Taymans  <wim@fluendo.com>
9703
9704         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9705         (stop_seek):
9706         Don't let double and triple clicks mess up our state.
9707
9708 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9709
9710         * gst/playback/gstplaybin.c: (gen_video_element),
9711         (gen_text_element), (gen_audio_element), (gen_vis_element):
9712           Error out gracefully when we can't create any of the usual
9713           conversion elements for some reason. Also, don't try to
9714           create an audioscale (sic) element that's not used anyway.
9715
9716 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         * gst/playback/gstplaybasebin.c: (setup_source):
9719           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9720           element for a particular protocol, that's confusing for users.
9721           Instead, post a RESOURCE_FAILED error, so that our own error
9722           message is actually shown in totem etc. (#336303).
9723
9724 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9727
9728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9729         (gst_gnome_vfs_src_get_icy_metadata):
9730           Fix some minor memory leaks (#336194).
9731
9732 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9733
9734         * ext/gnomevfs/gstgnomevfs.c:
9735         (gst_gnome_vfs_location_to_uri_string):
9736         * ext/gnomevfs/gstgnomevfs.h:
9737         * ext/gnomevfs/gstgnomevfssink.c:
9738         (gst_gnome_vfs_sink_set_property):
9739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9740           Make gnomevfssink accept filenames as well as URIs for the
9741           "location" property, just like gnomevfssrc does (and
9742           filesrc/filesink do) (#336190).
9743
9744 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9745
9746         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9747           set to NULL before unreffing, fixes a valgrind leak.
9748           Why was this not triggering the error that an object needs to
9749           be NULL before unreffing ?
9750         * win32/common/config.h:
9751           update
9752
9753 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9754
9755         * gst/subparse/gstsubparse.c: (convert_encoding),
9756         (gst_sub_parse_change_state):
9757         * gst/subparse/gstsubparse.h:
9758           Text subtitle files may or may not be UTF-8. If it's not, we
9759           don't really want to see '?' characters in place of non-ASCII
9760           characters like accented characters. So let's assume the input
9761           is UTF-8 until we come across text that is clearly not. If it's
9762           not UTF-8, we don't really know what it is, so try the following:
9763           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9764           is set; if not, check (b) if the current locale encoding is
9765           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9766           the current locale encoding is UTF-8 and the environment variable
9767           was not set to any particular encoding. Not perfect, but better
9768           than nothing (and better than before, I think) (fixes #172848).
9769
9770 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9771
9772         * configure.ac:
9773           update core requirement to 0.10.4.1 because of async_playback
9774           vmethod on GstBaseSink
9775
9776 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9777
9778         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9779         * gst/adder/gstadder.c: (gst_adder_init):
9780         use DEBUG_FUNCPTR for collectpads
9781
9782 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9783
9784         * docs/plugins/Makefile.am:
9785         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9786         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9787         * ext/cdparanoia/gstcdparanoiasrc.c:
9788         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9789         (gst_gnome_vfs_sink_class_init):
9790         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9792         * ext/ogg/gstoggmux.c:
9793         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9794         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9795         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9796         * ext/pango/gsttextoverlay.c:
9797         * ext/pango/gsttextrender.c:
9798         * ext/theora/theoradec.c:
9799         * ext/theora/theoraenc.c:
9800         * ext/vorbis/vorbisdec.c:
9801         * ext/vorbis/vorbisenc.c:
9802         * gst-libs/gst/audio/gstaudiofilter.c:
9803         (gst_audio_filter_base_init):
9804         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9805         (gst_audio_filter_template_base_init):
9806         * gst/adder/gstadder.c: (gst_adder_get_type):
9807         * gst/adder/gstadder.h:
9808         * gst/audioconvert/gstaudioconvert.c:
9809         * gst/audiotestsrc/gstaudiotestsrc.c:
9810         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9811         (gst_audio_test_src_create):
9812         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9813         * gst/playback/gstdecodebin.c:
9814         * gst/playback/gstplaybin.c:
9815         * gst/playback/gststreamselector.c:
9816         (gst_stream_selector_base_init):
9817         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9818         * gst/volume/gstvolume.c:
9819         * sys/v4l/gstv4lmjpegsink.c:
9820         * sys/v4l/gstv4lmjpegsrc.c:
9821         * tests/check/libs/cddabasesrc.c:
9822         * tests/old/examples/gob/gst-identity2.gob:
9823           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9824           define GstElementDetails at the top
9825
9826 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9827
9828         * win32/common/libgstinterfaces.def:
9829         Add a lot of export functions for gst-python
9830         * win32/vs6/libgstinterfaces.dsp:
9831         Add a missing include folder in the project configuration
9832         
9833 2006-03-23  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9836         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9837         (gst_base_audio_src_change_state):
9838         Fix audio sources, forgot to make the ringbuffer
9839         startable...
9840
9841 2006-03-23  Wim Taymans  <wim@fluendo.com>
9842
9843         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9844         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9845         (gst_base_audio_src_change_state):
9846         unparent instead of unref the ringbuffer.
9847
9848 2006-03-23  Wim Taymans  <wim@fluendo.com>
9849
9850         * gst-libs/gst/audio/gstbaseaudiosink.c:
9851         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9852         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9853         Implement new async_play vmethod to start slaving and allow
9854         playback start in case of async PLAY state changes. 
9855
9856         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9857         Enable QoS with new method in base class.
9858
9859 2006-03-23  Wim Taymans  <wim@fluendo.com>
9860
9861         Patch by: Julien MOUTTE <julien at moutte dot net>
9862
9863         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9864         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9865         Partially handle 0 framerate, only EOS after the first frame
9866         is missing.
9867
9868 2006-03-23  Wim Taymans  <wim@fluendo.com>
9869
9870         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9871
9872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9873         (gst_riff_create_video_template_caps):
9874         * gst/ffmpegcolorspace/avcodec.h:
9875         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9876         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9877         (gst_ffmpegcsp_avpicture_fill):
9878         * gst/ffmpegcolorspace/imgconvert.c:
9879         Patch for support of YVU9 AVI files (#334822)
9880
9881 2006-03-22  Edward Hervey  <edward@fluendo.com>
9882
9883         * docs/design/design-decodebin.txt:
9884         Added design document for new decodebin
9885         (Target Caps): text/x-pango-markup is also a default target caps.
9886
9887 2006-03-22  Wim Taymans  <wim@fluendo.com>
9888
9889         * gst-libs/gst/audio/gstbaseaudiosink.c:
9890         (gst_base_audio_sink_dispose):
9891         Since we _parent the ringbuffer, we also need to
9892         _unparent instead of a plain _unref.
9893
9894 2006-03-22  Wim Taymans  <wim@fluendo.com>
9895
9896         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9897         (stop_seek), (scrub_toggle_cb), (main):
9898         Add scrub checkbox.
9899
9900 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9901
9902         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9903         (gst_ogg_parse_chain):
9904           Fix very inefficient usage of linked lists (#335365).
9905
9906 2006-03-21  Edward Hervey  <edward@fluendo.com>
9907
9908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9909         * gst/playback/gstplaybin.c: (handoff):
9910         * gst/playback/gststreamselector.c:
9911         (gst_stream_selector_set_property):
9912         gcc 4.1 unreferenced pointer fixes.
9913         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9915         gst_buffer_ref() now takes a GstBuffer*.
9916
9917 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9918
9919         * sys/xvimage/xvimagesink.c:
9920         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9921         by Jan Schmidt.
9922
9923 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9924
9925         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9926         (id3v1_type_find), (apetag_type_find), (plugin_init):
9927           Can't do tag preferences via probability, as tags would then
9928           lose against types that are recognised with MAXIMUM probability
9929           (like .wav); so let all tag typefinders return MAXIMUM themselves
9930           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9931           that we can prefer APE to ID3v1 (fixes #335028).
9932           
9933 2006-03-17  Wim Taymans  <wim@fluendo.com>
9934
9935         * gst-libs/gst/audio/gstbaseaudiosink.c:
9936         (gst_base_audio_sink_change_state):
9937         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9938         (gst_ring_buffer_may_start):
9939         * gst-libs/gst/audio/gstringbuffer.h:
9940         Only start playback if we are playing.
9941         should fix #330748.
9942
9943 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9944
9945         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9946         * win32/common/config.h:
9947           Revert accidental commits to these files.
9948
9949 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9950
9951         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9952
9953         * tests/Makefile.am:
9954           Don't try to build tests in tests/icles if we
9955           don't have X (#323852)
9956
9957 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9958
9959         * gst-libs/gst/tag/gstid3tag.c:
9960           Add TXXX frame identifiers for replaygain stuff as used
9961           by some taggers (see #323721).
9962
9963 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9964
9965         * gst/playback/gststreamselector.c:
9966         (gst_stream_selector_set_property),
9967         (gst_stream_selector_bufferalloc):
9968           Preserve the existing buggy streamselector behaviour by performing
9969           a fallback buffer allocation when downstream isn't linked yet.
9970           This should really be fixed in playbin by blocking pads until it's
9971           linked them.
9972           Also, use gst_pad_alloc_buffer instead of
9973           gst_pad_alloc_buffer_and_set.
9974
9975 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9976
9977         * gst-libs/gst/tag/gstid3tag.c:
9978           Don't crash on unknown ID3v2 TXXX frames.
9979           
9980 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9981
9982         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9983           Chain up to the parent finalize method.
9984           Add 32-bit sample size to the template caps.
9985
9986         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9987         (gst_riff_create_video_template_caps):
9988           Add the fourcc that the VMWare codec uses.
9989           
9990         * gst/playback/gststreamselector.c:
9991         (gst_stream_selector_set_property),
9992         (gst_stream_selector_bufferalloc),
9993         (gst_stream_selector_request_new_pad):
9994           For the active pad, forward buffer-alloc requests, otherwise
9995           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9996           having to memcpy every frame when used by playbin.
9997
9998         * gst/tcp/gstmultifdsink.c:
9999         (gst_multi_fd_sink_handle_client_write):
10000           Get negotiated caps from the sink pad, rather than the sink
10001           pad's peer.
10002
10003 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10004
10005         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10006         
10007         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
10008           Don't forget to set src->callbacks_pushed to FALSE again when
10009           popping them, otherwise re-activation in a different mode won't
10010           work (#334620).
10011
10012 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         Patch by: Sebastien Moutte  <sebastien moutte net>
10015
10016         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
10017         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
10018         (gst_ffmpeg_smpfmt_to_caps):
10019           Replace __VA_ARGS__ caps creation macros with varargs functions.
10020           Makes things compile on MSVC (#320765), looks nicer, and we can
10021           tell the compiler to check for the NULL terminator.
10022
10023 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10024
10025         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10026
10027         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10028           Make sure the buffer we copy into is really always big
10029           enough, this time for real (#333488).
10030           
10031 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10032
10033         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10034           Add support for 24bpp DIB (#305279).
10035
10036 2006-03-14  Wim Taymans  <wim@fluendo.com>
10037
10038         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
10039         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
10041         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10042         (gst_video_scale_init), (gst_video_scale_src_event):
10043         Re-enable QoS after the release.
10044         Rework videoscale to use the base class src_event handler.
10045
10046 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10047
10048         * configure.ac:
10049           back to CVS.
10050
10051 === release 0.10.5 ===
10052
10053 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
10054
10055         * configure.ac:
10056           releasing 0.10.5, "Net"
10057
10058 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
10059
10060         * docs/plugins/Makefile.am:
10061           Part of previous cdparanoiasrc docs fixes, forgot to commit.
10062           
10063 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10066         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10067         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10068           Add cdparanoiasrc to docs.
10069
10070         * gst-libs/gst/cdda/gstcddabasesrc.c:
10071           More GstCddaBaseSrc docs.
10072
10073 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         * docs/libs/gst-plugins-base-libs-sections.txt:
10076         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
10077         * gst-libs/gst/tag/tag.h:
10078           API: libgsttag: new method gst_tag_from_id3_user_tag().
10079
10080 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10083           NULL-terminate array of mpeg4 video file extensions.
10084           Fixes crash on PPC (#334226).
10085
10086 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * ext/gnomevfs/gstgnomevfssrc.c:
10089         (gst_gnome_vfs_src_check_get_range):
10090           gnome_vfs_uri_is_local() alone is not a good indicator
10091           whether we can operate in pull-mode with a specific URI,
10092           as it returns FALSE for file:// URIs that point to an
10093           NFS-mounted path. Be more conservative here: whitelist
10094           local files, blacklist http URIs and use the old
10095           mechanism for anything else (fixes #334216).
10096
10097 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10098
10099         * configure.ac:
10100           back to trunk
10101
10102 === release 0.10.4 ===
10103
10104 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
10105
10106         * configure.ac:
10107           releasing 0.10.4, "Power"
10108
10109 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
10110
10111         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10112         Disable max-lateness by setting it to -1 for now, so that 
10113         we can bed QoS stuff in thoroughly between now and the next
10114         release.
10115
10116 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10117
10118         Patch by: Fabrizio Gennari
10119
10120         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10121           Make sure we don't read beyond the palette buffer in case of
10122           broken or manipulated files (#333488)
10123
10124 2006-03-10  Edward Hervey  <edward@fluendo.com>
10125
10126         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10127         Fix for variable not initialized.
10128
10129 2006-03-09  Wim Taymans  <wim@fluendo.com>
10130
10131         * ext/libvisual/visual.c: (gst_visual_get_type),
10132         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
10133         (gst_visual_chain):
10134         Small cleanups.
10135
10136         * ext/theora/gsttheoradec.h:
10137         * ext/theora/theoradec.c: (gst_theora_dec_init),
10138         (gst_theora_dec_reset), (_theora_granule_time),
10139         (theora_dec_src_convert), (theora_dec_sink_convert),
10140         (theora_dec_src_query), (theora_dec_src_event),
10141         (theora_dec_sink_event), (theora_handle_comment_packet),
10142         (theora_handle_header_packet), (theora_dec_push),
10143         (theora_handle_data_packet), (theora_dec_chain),
10144         (theora_dec_change_state):
10145         Add simple QoS.
10146
10147 2006-03-09  Wim Taymans  <wim@fluendo.com>
10148
10149         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10150         (audiocast_register_listener), (gst_gnome_vfs_src_start):
10151         Some cleanups.
10152
10153 2006-03-09  Wim Taymans  <wim@fluendo.com>
10154
10155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10156         Don't try to activate NULL chains.
10157
10158 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10161           Fix invalid memory access to region before peek'd data (#332964).
10162
10163 2006-03-09  Wim Taymans  <wim@fluendo.com>
10164
10165         Patch by: Christophe Fergeau
10166
10167         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
10168         * ext/pango/gsttextrender.c: (gst_text_render_init):
10169         * gst/adder/gstadder.c: (gst_adder_init):
10170         Don't leak padtemplates, closes #333510.
10171
10172 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10173
10174         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10175           Fix invalid memory access: make sure string passed to
10176           regexec() is NUL-termianted.
10177
10178 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10179
10180         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10181         (mp3_type_find):
10182           Refactor mpeg/audio typefinding to make it more maintainable
10183           and easier to fine-tune. Make probing into middle of the file
10184           work properly (fixes #333900, also see #152688).
10185
10186 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * gst/typefind/gsttypefindfunctions.c:
10189         (utf8_type_find_have_valid_utf8_at_offset):
10190           Remove part from previous commit that was bogus:
10191           g_utf8_validate() does in fact not accept embedded
10192           zeroes, so we don't need to check for those (thanks
10193           to Mike for the hint).
10194
10195 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10196
10197         * gst/typefind/gsttypefindfunctions.c:
10198         (utf8_type_find_count_embedded_zeroes),
10199         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
10200           Make plain/text typefinder more conservative: firstly, check
10201           for embedded zeroes, which are perfectly valid UTF-8 characters,
10202           but also a fairly good sign that something is not a plain text
10203           file; secondly, probe into the middle of the file if possible.
10204           If we can't probe into the middle, limit the probability value
10205           to be returned to TYPE_FIND_POSSIBLE (see #333900).
10206
10207 2006-03-08  Michael Smith  <msmith@fluendo.com>
10208
10209         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10210           Make typefind function name for mpeg4 video unique.
10211
10212 2006-03-08  Wim Taymans  <wim@fluendo.com>
10213
10214         * ext/libvisual/visual.c: (gst_visual_init),
10215         (gst_visual_clear_actors), (gst_visual_dispose),
10216         (gst_visual_reset), (gst_visual_src_setcaps),
10217         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10218         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10219         (gst_visual_chain), (gst_visual_change_state):
10220         Cleanups, post nice errors.
10221         Handle sink and src events.
10222         Implement simple QoS.
10223
10224         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10225         Use new basesink methods to configure max-lateness.
10226         Small doc update.
10227
10228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10229         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10230         Debug statement cleanups.
10231
10232         * gst/volume/gstvolume.c: (gst_volume_class_init):
10233         Simple cleanup.
10234
10235 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10236
10237         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10238         (gst_text_overlay_init), (gst_text_overlay_set_property),
10239         (gst_text_overlay_get_property):
10240           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10241           as string type properties, but mark them deprecated. Add
10242           'halignment' and 'valignment' properties that use enums
10243           instead of strings.
10244
10245 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         Patch by: Fabrizio Gennari
10248
10249         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10250           Allow palettes with less than 256 colours in AVI files
10251           (#333488)
10252
10253 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10254
10255         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10256         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10257         pad. We were releasing the queued text buffer when we should keep
10258         it until video pad gets EOS or discard the text buffer because it's
10259         too old. That was eating the last subtitle buffer. Add some more
10260         debug.
10261
10262 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10263
10264         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10265         (gst_text_overlay_video_chain):
10266           Fix invalid memory access (we can't access a buffer after it's been
10267           pushed downstream without taking a reference); fix memory leak (if
10268           there's no text to render, bail out before allocating stuff).
10269
10270 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10271
10272         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10273         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10274         * ext/pango/gsttextoverlay.h:
10275           If input is plain text, escape it before passing it to
10276           pango_layout_set_markup().
10277
10278 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10281           Don't ignore flow return from gst_pad_push().
10282
10283 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10284
10285         Patch by: Fabrizio Gennari
10286
10287         * ext/libvisual/visual.c: (gst_visual_getcaps),
10288         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10289         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10290         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10291         (gst_vorbisenc_convert_sink):
10292         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10293         (gst_audio_duration_from_pad_buffer):
10294         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10295         (gst_audio_filter_chain):
10296         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10297         (gst_base_rtp_depayload_setcaps):
10298         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10299         (gst_video_get_size):
10300         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10301           Don't leak references returned by gst_pad_get_parent()
10302           (#333663)
10303
10304 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10305
10306         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10307           change location param details
10308         * gst/volume/gstvolume.c: (plugin_init):
10309           correct plugin description
10310
10311 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10312
10313         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10314         (gst_gnome_vfs_src_check_get_range):
10315           Override GstBaseSrc::check_get_range() in order to avoid opening
10316           the resource just to check whether we can operate in pull-mode or
10317           not - we can predict that pretty well from the URI alone. Should
10318           fix problems with last.fm (#331690). (Requires latest core CVS).
10319
10320 2006-03-06  Wim Taymans  <wim@fluendo.com>
10321
10322         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10323         (gst_video_sink_class_init):
10324         Throw away frames that are later than 20 ms.
10325
10326 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         Patch by: Fabrizio Gennari
10329
10330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10331           Set depth on WMA caps (#333545)
10332
10333 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10334
10335         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10336         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10337           put Theora BOS pages before others.  This hardcodes
10338           the Ogg/Theora I profile, but hey.
10339
10340 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10341
10342         * ext/ogg/README:
10343           updated with some examples
10344         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10345         (granulepos_add), (theora_buffer_from_packet):
10346         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10347         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10348         (gst_vorbisenc_chain):
10349           implement strategy from ext/ogg/README
10350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10351         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10352         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10353         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10354           Fix muxer so that oggz-validate is happy with all streams;
10355           except for no eos mark, and the BOS page ordering
10356         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10357         (check_buffer_granulepos):
10358         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10359           update tests to check for OFFSET being set as requested
10360           fixed type of granulepos, it's not a ClockTime
10361
10362 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10363
10364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10365         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10366         Check that the xvimage we are creating has a correct size
10367         before returning it. (#314897)
10368
10369 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10370
10371         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10372           Give id3 and ape tag typefinders a rank slightly higher
10373           than PRIMARY to ensure they're always run before any of
10374           the other typefinders (in particular wav and mp3) (#324186).
10375
10376 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10377
10378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10379           Add support for '3IVD' fourcc (#333403).
10380
10381 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10382
10383         * configure.ac:
10384           Bump requirements to GStreamer CVS for the new error enum.
10385
10386         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10387           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10388           space left on the device (fixes #333352).
10389
10390 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10391
10392         * win32/vs6:
10393           add a project file for libgstvolume
10394           update the workspace
10395
10396 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10397
10398         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10399         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10400         (GST_START_TEST):
10401           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10402           Set IN_CAPS on header buffers
10403
10404 2006-03-02  Wim Taymans  <wim@fluendo.com>
10405
10406         * docs/plugins/Makefile.am:
10407         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10408         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10409         Add audioresample to docs.
10410
10411         * gst/audioconvert/gstaudioconvert.c:
10412         Add revision date.
10413
10414         * gst/audioresample/gstaudioresample.c:
10415         (gst_audioresample_base_init), (gst_audioresample_class_init),
10416         (gst_audioresample_init), (gst_audioresample_dispose),
10417         (audioresample_get_unit_size), (audioresample_transform_caps),
10418         (resample_set_state_from_caps), (audioresample_transform_size),
10419         (audioresample_set_caps), (audioresample_event),
10420         (audioresample_do_output), (audioresample_transform),
10421         (audioresample_pushthrough), (gst_audioresample_set_property),
10422         (gst_audioresample_get_property), (plugin_init):
10423         * gst/audioresample/gstaudioresample.h:
10424         Added docs.
10425         Small code cleanups.
10426
10427 2006-03-02  Wim Taymans  <wim@fluendo.com>
10428
10429         * docs/plugins/Makefile.am:
10430         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10431         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10432         Added videoscale to docs.
10433
10434         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10435         (gst_video_rate_swap_prev), (gst_video_rate_event),
10436         (gst_video_rate_chain):
10437         Fix typo in docs.
10438
10439         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10440         (gst_video_scale_init), (gst_video_scale_prepare_size),
10441         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10442         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10443         * gst/videoscale/gstvideoscale.h:
10444         Added docs, examples.
10445         Some code cleanups.
10446         Post errors instead of g_warning.
10447
10448 2006-03-02  Wim Taymans  <wim@fluendo.com>
10449
10450         * docs/libs/gst-plugins-base-libs-docs.sgml:
10451         * docs/libs/gst-plugins-base-libs-sections.txt:
10452         * docs/libs/gst-plugins-base-libs.types:
10453         * docs/plugins/Makefile.am:
10454         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10455         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10456         Added some more docs to libs and plugins.
10457
10458         * gst-libs/gst/audio/gstringbuffer.c:
10459         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10460         * gst-libs/gst/audio/gstringbuffer.h:
10461         Document ringbuffer some more.
10462
10463         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10464         (gst_video_rate_setcaps), (gst_video_rate_reset),
10465         (gst_video_rate_init), (gst_video_rate_flush_prev),
10466         (gst_video_rate_swap_prev), (gst_video_rate_event),
10467         (gst_video_rate_chain), (gst_video_rate_change_state):
10468         * gst/videorate/gstvideorate.h:
10469         Fix videorate to use segments.
10470         Make it work with 0/1 framerates (closes #331903)
10471         Handle EOS correctly.
10472         Added docs.
10473
10474 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10475
10476         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10477         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10478         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10479           In state change function, first chain up to parent class,
10480           then handle downwards state change stuff. Remove some
10481           commented out cruft from 0.8 code.
10482
10483 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10486         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10487         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10488         (gst_ogm_parse_chain):
10489           Don't remove/re-add source pad if the new caps are the same as
10490           the old caps anyway (#333042). When removing source pad, don't
10491           unref it afterwards - we didn't ref it when adding. Sprinkle some
10492           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10493           after using gst_pad_get_parent(). Return downstream flow return
10494           value in chain function.
10495
10496 2006-03-02  Wim Taymans  <wim@fluendo.com>
10497
10498         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10499         * docs/plugins/gst-plugins-base-plugins.args:
10500         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10501         * docs/plugins/gst-plugins-base-plugins.interfaces:
10502         * docs/plugins/gst-plugins-base-plugins.signals:
10503         Fix hierarchy, added some more elements to the docs.
10504
10505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10506         (gst_ffmpegcsp_get_type):
10507         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10508         Fix docs for ffmpegcolorspace.
10509
10510 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10511
10512         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10513         (apetag_type_find), (ape_type_find), (plugin_init):
10514           Some typefinding fine-tuning:
10515           - rank ID3/APE tags in order of preference via probabilities, so that
10516             ID3v2 > APEv2 > APEv1 > ID3v1.
10517           - three or four bytes don't really justify MAXIMUM probability,
10518             change those to 'very likely' (musepack and monkeysaudio).
10519
10520 2006-03-01  Wim Taymans  <wim@fluendo.com>
10521
10522         * docs/plugins/Makefile.am:
10523         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10524         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10525         * ext/alsa/gstalsamixer.c:
10526         * ext/alsa/gstalsamixer.h:
10527         * ext/alsa/gstalsamixerelement.c:
10528         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10529         * ext/alsa/gstalsamixerelement.h:
10530         * ext/alsa/gstalsasink.c:
10531         * ext/alsa/gstalsasink.h:
10532         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10533         (gst_alsasrc_init):
10534         * ext/alsa/gstalsasrc.h:
10535         Added alsa docs.
10536         Small code cleanups.
10537
10538 2006-03-01  Wim Taymans  <wim@fluendo.com>
10539
10540         * ext/theora/Makefile.am:
10541         Dist new header too,
10542
10543 2006-03-01  Wim Taymans  <wim@fluendo.com>
10544
10545         * docs/plugins/Makefile.am:
10546         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10547         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10548         * ext/gnomevfs/gstgnomevfssink.h:
10549         * ext/gnomevfs/gstgnomevfssrc.h:
10550         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10551         * ext/vorbis/vorbisdec.h:
10552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10553         * ext/vorbis/vorbisenc.h:
10554         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10555         (vorbis_parse_chain), (vorbis_parse_change_state):
10556         * ext/vorbis/vorbisparse.h:
10557         * gst/audioconvert/gstaudioconvert.h:
10558         * gst/tcp/gsttcpserversink.h:
10559         * gst/videotestsrc/gstvideotestsrc.c:
10560         * gst/videotestsrc/gstvideotestsrc.h:
10561         * gst/volume/gstvolume.c:
10562         * gst/volume/gstvolume.h:
10563         Fix some more docs.
10564         Added docs for vorbisdec and vorbisparse.
10565         Fix vorbisparse.
10566
10567 2006-03-01  Wim Taymans  <wim@fluendo.com>
10568
10569         * docs/plugins/Makefile.am:
10570         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10571         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10572         * ext/pango/gstclockoverlay.h:
10573         * ext/pango/gsttextoverlay.h:
10574         * ext/pango/gsttextrender.h:
10575         * ext/pango/gsttimeoverlay.h:
10576         * ext/theora/gsttheoradec.h:
10577         * ext/theora/gsttheoraenc.h:
10578         * ext/theora/theoradec.c:
10579         * ext/theora/theoraenc.c:
10580         * gst/audioconvert/gstaudioconvert.h:
10581         * gst/audiotestsrc/gstaudiotestsrc.h:
10582         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10583         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10584         * gst/tcp/gstmultifdsink.h:
10585         Updated/added documentation.
10586
10587         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10588         (gst_text_overlay_halign_get_type),
10589         (gst_text_overlay_wrap_mode_get_type),
10590         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10591         (gst_text_overlay_init), (gst_text_overlay_set_property),
10592         (gst_text_overlay_get_property):
10593         Fix up properties to be enums instead of string to make bindings,
10594         introspection and automatic GUI creation possible.
10595         Add getters for the properties.
10596
10597 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10598
10599         * gst/audiotestsrc/gstaudiotestsrc.c:
10600           added defines of M_PI and M_PI_2
10601         * gst/ffmpegcolorspace/avcodec.h:
10602           removed #include "stdint.h" for win32 as _stdint.h is 
10603           autogenerated to win32/common
10604         * win32/common/libgstaudio.def:
10605         * win32/common/libgsttag.def:
10606           added some exports
10607         * win32/vs6:
10608           some project files bugs corrected
10609         * win32/vs7:
10610           project files are reset to the default vs7 configuration 
10611           (they link to msvcr71.dll using default optimizations)
10612           
10613 2006-02-28  Wim Taymans  <wim@fluendo.com>
10614
10615         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10616         Fix some docs.
10617
10618 2006-02-28  Edward Hervey  <edward@fluendo.com>
10619
10620         * ext/alsa/gstalsasrc.c:
10621         Set proper class on the ElementDetails:
10622         Source/Audio instead of Src/Audio/
10623
10624 2006-02-28  Edward Hervey  <edward@fluendo.com>
10625
10626         * gst/videoscale/vs_scanline.c:
10627         (vs_scanline_resample_nearest_RGBA):
10628         Revert optimization in videoscale. It should go in liboil and have
10629         an appropriate liboil function.
10630
10631 2006-02-28  Wim Taymans  <wim@fluendo.com>
10632
10633         * gst-libs/gst/audio/gstbaseaudiosink.c:
10634         (gst_base_audio_sink_provide_clock):
10635         Don't try to provide a clock in the NULL state.
10636
10637 2006-02-28  Wim Taymans  <wim@fluendo.com>
10638
10639         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10640         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10641         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10642         (gst_ogg_demux_deactivate_current_chain),
10643         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10644         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10645         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10646         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10647         Use GstSegment infrastructure to remove duplicated code
10648         and handle more seek cases correctly.
10649
10650 2006-02-28  Wim Taymans  <wim@fluendo.com>
10651
10652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10653         (gst_ffmpegcsp_transform):
10654         Don't ignore return code from ffmpeg convert function.
10655
10656         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10657         Split out some long statements to ease debugging.
10658
10659 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10660
10661         * ext/libvisual/visual.c: (gst_visual_init),
10662         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10663         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10664         being able to renegotiate the size. Instead, use the negotiation
10665         algorithm from the goom plugin to pick an initial output caps. 
10666
10667         Also, allow theoretical libvisual plugins that might support non-GL 
10668         output even if they also do GL.
10669
10670 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10671
10672         * ext/libvisual/visual.c: (gst_visual_init),
10673         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10674         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10675         possible negotiation issues.
10676
10677 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10678
10679         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10680
10681 2006-02-24  Michael Smith  <msmith@fluendo.com>
10682
10683         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10684         (cmml_type_find), (plugin_init):
10685           Fix CMML type find function to not require a specific minor version
10686           of the CMML header.
10687
10688           Add an MPEG4 video elementary stream typefind function.
10689
10690 2006-02-04  Michael Smith  <msmith@fluendo.com>
10691
10692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10693         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10694         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10695         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10696         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10697         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10698           Annodex support in ogg demuxer. Doesn't do very much without the
10699           other annodex patches (to come).
10700
10701 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10702
10703         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10704
10705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10706           Pick up palette for MS video v1 (#327028)
10707
10708 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10711         (gst_ffmpegcsp_caps_remove_format_info),
10712         (gst_ffmpegcsp_get_unit_size):
10713           The 'palette_data' field from incoming RGB caps shouldn't be
10714           proxied on outgoing YUV caps; also, restrict unit size
10715           adjustment in case of paletted data only to the unit that
10716           actually has a palette. Fixes #330711.
10717
10718 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10719
10720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10721         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10722         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10723         (gst_ffmpegcsp_get_unit_size):
10724           Plug some memory leaks.
10725
10726 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10727
10728         * sys/ximage/Makefile.am:
10729         * sys/xvimage/Makefile.am:
10730           Add some _CFLAGS and _LIBS that seem to be missing
10731           and/or required for Cygwin (see #317048).
10732
10733 2006-02-22  Wim Taymans  <wim@fluendo.com>
10734
10735         * ext/alsa/gstalsasrc.c:
10736         Fix description as pointed out by caugier.
10737
10738 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10739
10740         Reviewed by : Edward Hervey  <edward@fluendo.com>
10741
10742         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10743         (qt_type_find):
10744         Better 3gp typefinding (#331526).
10745
10746 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10749           Don't send EOS event here, the base class will send one for us.
10750
10751         * gst/playback/gstplaybasebin.c: (prepare_output):
10752           Subpictures without video stream aren't allowed either.
10753         
10754         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10755           Fix debug statement copy'n'paste-o.
10756
10757 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10758
10759         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10760           Fix issues with mixer keeping state when muting/unmuting
10761           and when changing the volume whilst muted (see #331763
10762           and #331765).
10763
10764 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10765
10766         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10767         (parse_subrip), (gst_sub_parse_format_autodetect):
10768           Set right caps given that we send escaped text. Also,
10769           honour <i></i>, <b></b> and <u></u> markers that can be found
10770           in .srt files (fixes #310202).
10771
10772 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10773
10774         * gst-libs/gst/audio/mixerutils.c:
10775         (element_factory_rank_compare_func):
10776           Make order in which elements are tried more determinable.
10777
10778 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10779
10780         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10781         (remove_element_chain), (cleanup_decodebin),
10782         (gst_decode_bin_change_state): Make decodebin reusable by
10783         fixing remove_element_chain first and then introduce a
10784         cleaner in state change to ->NULL. (Closes #331678)
10785
10786 2006-02-19  Wim Taymans  <wim@fluendo.com>
10787
10788         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10789         use 0666 mask when creating files so umask gets applied
10790         correctly. Fixes #331295.
10791
10792 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10793
10794         * gst/subparse/Makefile.am:
10795         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10796         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10797         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10798         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10799         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10800         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10801         * gst/subparse/gstssaparse.h:
10802         * gst/subparse/gstsubparse.c: (plugin_init):
10803           Add very basic parser for SSA subtitle streams (as often
10804           found in matroska files).
10805
10806 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10809           That should be text/x-pango-markup, not text/x-pango-layout.
10810
10811 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10812
10813         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10814         Polishing.
10815
10816 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10817
10818         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10819         (gst_text_overlay_finalize), (gst_text_overlay_init),
10820         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10821         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10822         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10823         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10824         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10825         Fix state change deadlock.
10826
10827 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10828
10829         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10830         (gst_text_overlay_finalize), (gst_text_overlay_init),
10831         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10832         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10833         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10834         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10835         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10836         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10837         and subtitles files.
10838
10839 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10840
10841         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10842         should be considered as raw.
10843
10844 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10845
10846         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10847         (cb_probe):
10848         * gst/playback/gststreaminfo.h: Introduce language informations.
10849
10850 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10851
10852         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10853         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10854         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10855         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10856         Set shared memory segments to be deleted as soon as we have attached,
10857         that way they get cleaned up automatically if we crash.
10858
10859 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10860
10861         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10862         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10863         functions are called with lock held.
10864
10865 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10866
10867         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10868         (gst_text_overlay_finalize), (gst_text_overlay_init),
10869         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10870         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10871         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10872         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10873         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10874         (gst_text_overlay_change_state): Refactoring of textoverlay
10875         without collectpads. This now supports sparse subtitles coming
10876         from a demuxer instead of a sub file. Seeking is still broken 
10877         though. Need to discuss with wtay some more on how to handle
10878         seeking correctly.
10879         * ext/pango/gsttextoverlay.h:
10880         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10881         subtitles coming from the demuxer.
10882
10883 2006-02-17  Wim Taymans  <wim@fluendo.com>
10884
10885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10886         (gst_vorbisenc_convert_sink):
10887         Use some more scaling functions.
10888
10889 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10890
10891         * ext/cdparanoia/gstcdparanoiasrc.c:
10892         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10893         (gst_cd_paranoia_paranoia_callback),
10894         (gst_cd_paranoia_src_signal_is_being_watched),
10895         (gst_cd_paranoia_src_read_sector):
10896         * ext/cdparanoia/gstcdparanoiasrc.h:
10897           Add back 'transport-error' and 'uncorrected-error' signals and
10898           make them actually be fired when bad stuff happens (#319340).
10899
10900 2006-02-17  Wim Taymans  <wim@fluendo.com>
10901
10902         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10903         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10904         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10905         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10906         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10907         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10908         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10909         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10910         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10911         (gst_ring_buffer_clear):
10912         Small cleanups.
10913         Added some G_LIKELY.
10914
10915 2006-02-17  Wim Taymans  <wim@fluendo.com>
10916
10917         * gst-libs/gst/audio/TODO:
10918         Update TODO
10919
10920         * gst-libs/gst/audio/gstbaseaudiosink.c:
10921         (gst_base_audio_sink_get_offset):
10922         When trying to play samples ASAP and we don't have a
10923         previous sample, try to play at position 0 instead of
10924         an invalid position.
10925
10926 2006-02-17  Wim Taymans  <wim@fluendo.com>
10927
10928         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10929         (gst_alsasink_reset):
10930         Also release lock when we get an error in _reset();
10931         fix an error message.
10932
10933 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10936         (gst_alsasink_init), (get_channel_free_structure),
10937         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10938         (gst_alsasink_close):
10939         * ext/alsa/gstalsasink.h:
10940           Add support for more than 2 channels (#326720).
10941
10942 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10945           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10946           with 4 or 6 channels, assume a default channel layout to make things
10947           work (not sure there's anything else we can do in those cases).
10948
10949 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * gst-libs/gst/audio/multichannel.c:
10952           Minor docs fix.
10953
10954         * gst-libs/gst/riff/Makefile.am:
10955         * gst-libs/gst/riff/riff-ids.h:
10956         * gst-libs/gst/riff/riff-media.c:
10957         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10958           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10959           channels and a channel layout map.
10960           
10961 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10962
10963         Reviewed by Edward Hervey  <edward@fluendo.com>
10964
10965         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10966         C-level optimization of the RGBA nearest neighbour function.
10967         Eventually this might end up in liboil with vectorized versions.
10968
10969 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10970
10971         * gst-libs/gst/audio/multichannel.c:
10972         (gst_audio_get_channel_positions):
10973           When we have more than 2 channels, but no channel layout is
10974           specified in the caps, return some default channel layout
10975           to the caller and warn about about a possibly buggy element
10976           (could be buggy filtercaps as well of course) (#317038).
10977
10978 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10979
10980         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10981           Add gst-libs/gst/cdda to list of lib search paths.
10982
10983 2006-02-15  Andy Wingo  <wingo@pobox.com>
10984
10985         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10986         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10987         to the Lord Jesus that I do not have to touch the ogg muxer ever
10988         again.
10989
10990 2006-02-15  Edward Hervey  <edward@fluendo.com>
10991
10992         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10993         quicktime movie files can also contain 'uuid' atoms.
10994
10995 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10996
10997         * gst/audioconvert/plugin.c: (plugin_init):
10998           Register the GstAudioChannelPosition enum type with the type
10999           system in the plugin_init function, so that it is known before
11000           any element actually makes use of multi-channel stuff. This is
11001           required for example if one wants to be able to deserialise/use
11002           a caps string with channel positions before any pipeline has
11003           been setup and started, like with gst-launch.
11004
11005 2006-02-14  Wim Taymans  <wim@fluendo.com>
11006
11007         * gst-libs/gst/audio/gstringbuffer.c:
11008         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
11009         (gst_ring_buffer_samples_done), (wait_segment),
11010         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
11011         Add some compiler G_(UN_)LIKELY help.
11012         SIGNAL the ringbuffer waiters when going to PAUSED as well to
11013         make sure they can exit their functions. Should fix #330748
11014
11015 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11016
11017         * Makefile.am:
11018         * configure.ac:
11019         * win32/MANIFEST:
11020         * win32/common/_stdint.h:
11021           Windows does not have long long; copy the generated _stdint.h
11022         * win32/common/interfaces-enumtypes.c:
11023         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11024         (gst_mixer_track_flags_get_type),
11025         (gst_tuner_channel_flags_get_type):
11026         * win32/common/multichannel-enumtypes.c:
11027         (gst_audio_channel_position_get_type):
11028           update
11029
11030 2006-02-13  Wim Taymans  <wim@fluendo.com>
11031
11032         * gst-libs/gst/audio/gstbaseaudiosink.c:
11033         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
11034         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11035         Always sync on first sample we receive when starting.
11036
11037 2006-02-13  Wim Taymans  <wim@fluendo.com>
11038
11039         * gst/playback/gstplaybin.c: (gen_vis_element):
11040         Update vis bin docs.
11041         Move queue after tee so we don't queue video buffers but
11042         audio samples instead. Fixes problems where the video queue
11043         is filled and the audio queue empty.
11044
11045 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
11046
11047         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11048           No need to push an EOS event here, GstBaseSrc will do that for us
11049           when we return FLOW_UNEXPECTED.
11050           
11051 2006-02-12  Wim Taymans  <wim@fluendo.com>
11052
11053         * gst-libs/gst/audio/gstbaseaudiosink.c:
11054         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
11055         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
11056         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11057         Use scale functions when possible.
11058         Fix error messages.
11059         Free clockid when after waiting for EOS.
11060         Use G_(UN_)LIKLY when it makes sense.
11061         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
11062
11063 2006-02-12  Edward Hervey  <edward@fluendo.com>
11064
11065         * gst/playback/gstplaybasebin.c: (prepare_output): 
11066         Remove stray semi-colon (fixes #330888).
11067
11068 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
11069
11070         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
11072         Fix up the XShm call testing so that we catch errors, and don't
11073         cause new ones by attempting to detach from a segment we failed
11074         to attach to. Fixes #312439.
11075
11076 2006-02-10  Edward Hervey  <edward@fluendo.com>
11077
11078         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11079         Added flv file typefind (video/x-flv).
11080
11081 2006-02-10  Edward Hervey  <edward@fluendo.com>
11082
11083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11084         (gst_riff_create_video_template_caps):
11085         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
11086         Also added the caps to the default set of riff video caps.
11087
11088 2006-02-09  Andy Wingo  <wingo@pobox.com>
11089
11090         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
11091         time and the end time of the last packet in the page.
11092         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
11093         on the pages in our queue, set the duration as well. Reflow a
11094         debug statement.
11095         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
11096         Fixes bad muxing order.
11097
11098 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11099
11100         * gst-libs/gst/rtp/gstbasertppayload.c:
11101         (gst_basertppayload_setcaps), (gst_basertppayload_push):
11102           update seqnum before setting it on the packet; this makes sure
11103           that the timestamp and seqnum properties match after pushing
11104           a buffer
11105
11106 2006-02-09  Andy Wingo  <wingo@pobox.com>
11107
11108         * gst-libs/gst/audio/gstringbuffer.c
11109         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
11110         overflow after 13.5 hours of recording. Kapow!
11111
11112         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
11113         the buffer size -- we don't care about underrun/overrun reporting
11114         right now, just need to return a useful value.
11115
11116 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11117
11118         * configure.ac:
11119           Back to CVS
11120
11121 === release 0.10.3 ===
11122
11123 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11124
11125         * configure.ac:
11126           releasing 0.10.3, "Under Pressure"
11127
11128 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11129
11130         * configure.ac:
11131         Drat. Bump libtool version number for new API.
11132         Prelease 0.10.2.3 (of 0.10.3)
11133
11134 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11135
11136         * configure.ac:
11137         * win32/common/config.h:
11138         0.10.2.2 prerelease (of 0.10.3).
11139
11140 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11141
11142         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
11143           Revert Andy's newsegment change pending a more correct
11144           fix.
11145
11146 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11147
11148         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11149         (qt_type_find), (plugin_init):
11150           detect more files as 3gp
11151           group and reorder the iso file formats
11152
11153 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         * ext/vorbis/vorbis.c: (plugin_init):
11156           Register musicbrainz tags, so apps don't have to.
11157
11158 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
11161         (gst_tag_to_vorbis_tag):
11162           Make sure we called gst_tag_register_musicbrainz_tags()
11163           before possibly mapping a vorbiscomment string from/to a
11164           musicbrainz tag.
11165
11166 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11167
11168         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11169           In case we can't find the required number of consecutive
11170           mpeg audio frames to positively identify an MPEG audio
11171           stream, check if there's at least a valid mpeg audio
11172           frame right at offset 0 and if so suggest mpeg/audio
11173           caps with a very low probability (#153004).
11174
11175 2006-02-07  Andy Wingo  <wingo@pobox.com>
11176
11177         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
11178         a TIME segment if we get timestamped buffers. Requires recent
11179         fixes in core to work properly.
11180
11181 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11182
11183         * gst/playback/gstplaybasebin.c: (prepare_output):
11184           Don't print the URI as part of the error message, it
11185           makes error dialogs look rather ugly, especially if
11186           the URI is very long or has characters in it that
11187           need escaping.
11188
11189 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11190
11191         * gst/playback/gstplaybasebin.c: (prepare_output):
11192           Error out if we have only text or subtitles, but nothing
11193           else. Also error out if we have subtitles but no video
11194           stream.
11195
11196 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11197
11198         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11199           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
11200           Post an error message on the bus when we encounter an
11201           error, which will hopefully be more meaningful than the
11202           'Internal Flow Error' message users get to see if we
11203           just return GST_FLOW_ERROR.
11204
11205 2006-02-07  Andy Wingo  <wingo@pobox.com>
11206
11207         * configure.ac (GST_MAJORMINOR): Update core version req to
11208         0.10.2.2, for the collectpads API addition (#330244).
11209
11210 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11211
11212         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11213           Return FALSE from plugin_init() when GnomeVFS can't
11214           be initialised for some reason (#328423).
11215
11216 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11217
11218         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11219         Stick to seeking theory until i find the bug.
11220         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11221
11222 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11223
11224         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11225         (theora_enc_finalize), (theora_enc_sink_setcaps),
11226         (theora_set_header_on_caps), (theora_enc_chain),
11227         (theora_enc_change_state):
11228         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11229           Make theoraenc and the tests leak free. Like, really.
11230
11231 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11232
11233         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11234         (theora_enc_finalize), (theora_enc_sink_setcaps):
11235           Add a finalize method to ensure we clean up state even if
11236           someone omitted the state change back to NULL.
11237
11238         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11239         (gst_vorbisenc_chain):
11240           Free some more leaked bits.
11241
11242         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11243         (stop_pipeline):
11244           Wait for state changes to happen if they're ASYNC.
11245
11246           This ought to teach those fancy pants buildbots a lesson.
11247
11248 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11249
11250         * gst-libs/gst/tag/gstid3tag.c:
11251           Add mapping for ID3 International Standard Recording Code
11252           tag "TSRC"
11253
11254 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11255
11256         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11257           Don't leak tag names.
11258
11259 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * docs/libs/gst-plugins-base-libs-docs.sgml:
11262         * docs/libs/gst-plugins-base-libs-sections.txt:
11263         * gst-libs/gst/tag/gstid3tag.c:
11264         * gst-libs/gst/tag/gstvorbistag.c:
11265         * gst-libs/gst/tag/tags.c:
11266           Split libgsttag docs into multiple sections.
11267
11268 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * docs/libs/Makefile.am:
11271         * docs/libs/gst-plugins-base-libs-docs.sgml:
11272         * docs/libs/gst-plugins-base-libs-sections.txt:
11273         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11274         * gst-libs/gst/tag/gstvorbistag.c:
11275         * gst-libs/gst/tag/tag.h:
11276         * gst-libs/gst/tag/tags.c:
11277           Add libgsttag to the docs.
11278
11279 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11280
11281         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11282         (gst_text_overlay_init), (gst_text_overlay_src_event),
11283         (gst_text_overlay_collected): Fix clockoverlay.
11284
11285 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         * docs/libs/compiling.sgml:
11288           Fix typo: it's pkg-config, not pkg-gconfig
11289
11290         * docs/libs/gst-plugins-base-libs-docs.sgml:
11291         * docs/libs/gst-plugins-base-libs-sections.txt:
11292         * docs/libs/tmpl/gstgconf.sgml:
11293           There is no libgstgconf in 0.10, remove it
11294           from the docs.
11295
11296 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11297
11298         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11299         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11300         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11301         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11302         (gst_sub_parse_class_init), (gst_sub_parse_init),
11303         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11304         (parse_mpsub), (parser_state_init), (handle_buffer),
11305         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11306         * gst/subparse/gstsubparse.h: Introduce seeking code.
11307
11308 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11311           Add comment about LANGUAGE tag inconsistency (we want
11312           ISO-639-1, but extract three-letter identifiers?)
11313
11314         * po/POTFILES.in:
11315           Add two translatable files.
11316
11317 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * gst-libs/gst/tag/Makefile.am:
11320         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11321         * gst-libs/gst/tag/tag.h:
11322         * gst-libs/gst/tag/tags.c:
11323         (gst_tag_register_musicbrainz_tags_internal),
11324         (gst_tag_register_musicbrainz_tags):
11325           Forward-port some tags stuff from the 0.8 branch. This is
11326           mostly the addition of musicbrainz tags and their mapping
11327           to vorbistags, and a vorbistag mapping of the language tag.
11328
11329 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11330
11331         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11332         refactoring.
11333
11334 2006-02-04  David Schleef  <ds@schleef.org>
11335
11336         * ext/ogg/gstoggmux.c:
11337         * gst/typefind/gsttypefindfunctions.c:
11338           Add Dirac typefinding and add dirac format to oggmux.
11339
11340 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11341
11342         * gst/playback/gstdecodebin.c: (try_to_link_1):
11343           Don't put essential function call into
11344           g_return_*() macro, otherwise it'll all be
11345           replaced by NOOPs when compiling with
11346           G_DISABLE_CHECKS defined.
11347
11348 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11349
11350         * ext/ogg/gstoggdemux.c:
11351         * ext/ogg/gstoggparse.c:
11352         * gst/tcp/gsttcpserversink.c:
11353         * sys/v4l/v4lsrc_calls.c:
11354         * sys/v4l/v4lsrc_calls.h:
11355         Just make it compile with --disable-gst-debug.
11356
11357 2006-02-03  Wim Taymans  <wim@fluendo.com>
11358
11359         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11360         (gst_alsasink_class_init), (gst_alsasink_init),
11361         (gst_alsasink_write), (gst_alsasink_reset):
11362         * ext/alsa/gstalsasink.h:
11363         Add lock to protect alsa calls.
11364         Implement reset to flush samples ASAP, does not work
11365         with dmix though.
11366
11367 2006-02-02  Wim Taymans  <wim@fluendo.com>
11368
11369         * gst-libs/gst/audio/gstbaseaudiosink.c:
11370         (gst_base_audio_sink_provide_clock):
11371         Ugh.. getting late I guess...
11372
11373 2006-02-02  Wim Taymans  <wim@fluendo.com>
11374
11375         * gst-libs/gst/audio/gstbaseaudiosink.c:
11376         (gst_base_audio_sink_provide_clock),
11377         (gst_base_audio_sink_set_property),
11378         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11379         Don't try to provide a clock when we are not negotiated since
11380         we might not be able to make it run.
11381
11382 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * gst/playback/gstdecodebin.c: (try_to_link_1):
11385           Unlinking two source pads is ... hard.
11386
11387 2006-02-02  Wim Taymans  <wim@fluendo.com>
11388
11389         * gst-libs/gst/audio/TODO:
11390         Updated.
11391
11392         * gst-libs/gst/audio/gstbaseaudiosink.c:
11393         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11394         On EOS, wait till the last sample is played before posting EOS.
11395
11396 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11397
11398         Patch by: Kai Vehmanen
11399         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11400           Adds ability to enable newsegment bypass by setting queue_delay to
11401           zero. Also avoid thread being started if queue_delay is zero.
11402
11403 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11404
11405         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11406           Make test work again by connecting fakesinks to each decoded pad,
11407           which makes the pipeline wait until each fakesink has a buffer
11408           queued before going to PAUSED state. At that point we know the
11409           decodebin pads are negotiated.
11410
11411 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11414         (gst_cdda_base_src_handle_event):
11415         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11416           Pass unhandled queries to the parent class's query function.
11417
11418 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11421         (gst_ogg_pad_src_query):
11422         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11423         * ext/theora/theoradec.c: (theora_dec_src_query),
11424         (theora_dec_sink_query):
11425         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11426         (vorbis_dec_sink_query):
11427         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11428         (gst_vorbisenc_sink_query):
11429         * gst/adder/gstadder.c: (gst_adder_query):
11430           Pass unhandled queries upstream instead of just
11431           dropping them (#326447). Also, fix supported
11432           query types list for some elements.
11433
11434 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11435
11436         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11437         (paris_type_find), (ilbc_type_find), (plugin_init):
11438           Fix typefinding for audio/x-au, audio/x-paris and
11439           audio/iLBC-sh. We cannot use the START_WITH macros
11440           here, because there can only be one typefind factory
11441           with the same name (caps), so the second one would
11442           replace the first one and the first one would never
11443           be called when doing typefinding (see #161712).
11444           
11445
11446 2006-01-31  Wim Taymans  <wim@fluendo.com>
11447
11448         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11449         (vorbis_handle_header_packet), (vorbis_dec_push),
11450         (vorbis_handle_data_packet):
11451         Use scale_int when we can, add some more scaling.
11452         Check packettype before parsing it.
11453
11454 2006-01-31  Wim Taymans  <wim@fluendo.com>
11455
11456         * ext/theora/theoradec.c: (_theora_granule_time),
11457         (theora_dec_src_convert), (theora_dec_sink_convert):
11458         Call right _scale functions.
11459         Use parameter instead of some other random value.
11460
11461 2006-01-31  Wim Taymans  <wim@fluendo.com>
11462
11463         * ext/theora/theoradec.c: (_theora_granule_frame),
11464         (_theora_granule_time), (_inc_granulepos),
11465         (theora_dec_src_convert), (theora_dec_sink_convert),
11466         (theora_handle_type_packet), (theora_handle_data_packet),
11467         (theora_dec_chain):
11468         Use higher precision timestamps calculation.
11469         Convert some other conversions to _scale.
11470
11471 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11472
11473         * gst/audiotestsrc/gstaudiotestsrc.c:
11474         (gst_audio_test_src_create_sine_table), (plugin_init):
11475         * gst/volume/gstvolume.c: (plugin_init):
11476           initialize gst_controller before using
11477
11478 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11479
11480         * tests/check/pipelines/theoraenc.c:
11481         * tests/check/pipelines/vorbisenc.c:
11482         Define constant using G_GINT64_CONSTANT to avoid errors when
11483         passing it around - otherwise it gets truncated to 32 bits.
11484
11485         Fixes failing tests.
11486
11487 2006-01-31  Andy Wingo  <wingo@pobox.com>
11488
11489         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11490         caps being set doesn't have a framerate value. Basically a stopgap
11491         measure.
11492
11493         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11494         technically correct enough to put into core though.
11495         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11496         DURATION. Fixes theoraenc ! oggmux.
11497
11498         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11499         fraction, not double.
11500
11501 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11502
11503         * win32/vs7:
11504         add vs7 project files created by Sergey Scobich
11505
11506 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11507
11508         * win32/vs8:
11509         add vs8 project files created by Sergey Scobich
11510         
11511 2006-01-30  Andy Wingo  <wingo@pobox.com>
11512
11513         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11514         timestamp + duration, not just timestamp -- ogg pages should be
11515         ordered by stop time. Necessary fix given the change in vorbis
11516         timestamps.
11517
11518         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11519         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11520         (granulepos_add): New function, handles the messiness of adjusting
11521         granulepos values.
11522         (theora_buffer_from_packet):
11523         (theora_enc_chain):
11524         (theora_enc_sink_event): Use granulepos_add, not +.
11525
11526         * tests/check/pipelines/theoraenc.c
11527         (check_buffer_granulepos_from_starttime): Just check the frame
11528         count, not the actual granulepos -- we can't dictate to the
11529         encoder when it should be placing keyframes.
11530
11531 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11532
11533         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11534           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11535           play an http:// stream from a server that's not serving
11536
11537 2006-01-30  Andy Wingo  <wingo@pobox.com>
11538
11539         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11540         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11541         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11542         available.
11543
11544         * ext/theora/gsttheoraenc.h:
11545         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11546         although theoraenc was timestamping correctly. Added handling of
11547         streams that start with nonzero timestamps.
11548
11549         * tests/check/Makefile.am:
11550         * tests/check/pipelines/theoraenc.c: New file, basically does same
11551         tests as vorbisenc.
11552
11553         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11554
11555 2006-01-30  Wim Taymans  <wim@fluendo.com>
11556
11557         * gst-libs/gst/audio/gstaudiosink.c:
11558         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11559         (gst_audioringbuffer_pause):
11560         Implement pause that does not wait for completion.
11561
11562         * gst-libs/gst/audio/gstbaseaudiosink.c:
11563         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11564         Don't drop buffers when going to PAUSED but perform preroll on
11565         remaining samples now that core base class supports this.
11566
11567         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11568         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11569         (gst_ring_buffer_commit):
11570         Pause should not signal waiters.
11571         Implement return value of _commit correctly.
11572
11573 2006-01-30  Andy Wingo  <wingo@pobox.com>
11574
11575         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11576
11577         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11578         updated to timestamp from the first sample, not the last.
11579         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11580         special care of granulepos and timestamp for header packets.
11581         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11582         when the first buffer has a nonzero timestamp.
11583
11584         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11585         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11586         case when the first audio buffer we get has a nonzero timestamp.
11587         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11588         properly timestamp vorbis buffers with the time of the first
11589         sample, not the last.
11590         
11591         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11592         vorbis_granule_time_copy -- now it takes the granule/subgranule
11593         offset into account.
11594
11595         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11596         timestamps, durations, and granulepos on buffers produced by
11597         vorbisenc.
11598
11599 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11600
11601         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11602         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11603           Patch from Eric Jonas to support conversions to/from UYVY 
11604           (Fixes: #324626)
11605
11606 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11607
11608         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11609         (setup_subtitle), (setup_source), (set_active_source):
11610         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11611         (gen_text_element), (gen_audio_element), (gen_vis_element),
11612         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11613
11614 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11615
11616         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11617         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11618                 use gst_guint64_to_gdouble to be compliant with vs6
11619         * gst/playback/gstdecodebin.c: (try_to_link_1)
11620         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11621                 use G_GINT64_CONSTANT for int64 constants
11622         * win32/common/libgstinterfaces.def:
11623                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11624         * win32/vs6:
11625                 update and add new project files
11626                 
11627 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11628
11629         * Makefile.am:
11630         * win32/MANIFEST:
11631         * win32/common/interfaces-enumtypes.c:
11632         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11633         (gst_mixer_track_flags_get_type),
11634         (gst_tuner_channel_flags_get_type):
11635         * win32/common/interfaces-enumtypes.h:
11636         * win32/common/multichannel-enumtypes.c:
11637         (gst_audio_channel_position_get_type):
11638         * win32/common/multichannel-enumtypes.h:
11639           add a win32-update rule like in core, and copy over enumtypes files
11640
11641 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11642
11643         * win32/MANIFEST:
11644         * win32/common/config.h:
11645         * win32/common/config.h.in:
11646           add config files just like in core
11647
11648 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11649
11650         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11651           Make gcc-4.1 happy (part of #327357).
11652
11653 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11654
11655         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11656         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11657         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11658         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11659         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11660         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11661           Update all error messages.  All of them should either use
11662           the default translated message, or actually provide a
11663           translatable string.
11664           Make the string for channel count problems meaningful.
11665
11666 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11667
11668         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11669           check for and throw RESOURCE_BUSY
11670
11671 2006-01-27  David Schleef  <ds@schleef.org>
11672
11673         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11674           checked in this change -- it requires liboil features not
11675           in 0.3.6.  Revert parts.
11676
11677 2006-01-27  David Schleef  <ds@schleef.org>
11678
11679         * REQUIREMENTS:
11680         * configure.ac: update liboil requirement to 0.3.6
11681         * gst/videoscale/Makefile.am:
11682         * gst/videoscale/vs_scanline.c: liboilify
11683
11684 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11685
11686         * ext/libvisual/visual.c: (get_buffer):
11687           When pad_alloc returns a GstFlowReturn other
11688           than GST_FLOW_OK, make sure it is passed upstream.
11689
11690 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11691
11692         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11693         (gst_alsasink_class_init):
11694           Free the device name string.
11695
11696         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11697         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11698         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11699           Don't remove a pad from the collectpads structure until it
11700           is released - it's a request pad, and may receive data again
11701           if the element gets moved back to PLAYING state.
11702
11703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11704           Ensure we turn on double buffering on the Xv port, and
11705           set the colour key to something dark and mysterious that
11706           isn't black.
11707
11708 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11709
11710         * ext/alsa/gstalsaplugin.c: (plugin_init):
11711         * ext/cdparanoia/gstcdparanoiasrc.c:
11712         (gst_cd_paranoia_src_base_init), (plugin_init):
11713         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11714         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11715           - a library should not call setlocale. see "Libraries" node in
11716             gettext manual
11717           - make sure all plugins that use translation do bindtextdomain
11718             to point to the localedir
11719         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11720         (setup_sinks), (plugin_init):
11721           all this, and check for NULL when creating sinks
11722
11723 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11724
11725         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11726         (plugin_init): Make typefinding of subtitles work again.
11727
11728 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11731         (mp3_type_frame_length_from_header), (mp3_type_find),
11732         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11733         (plugin_init):
11734           Backport a bunch of typefinding fixes from the 0.8 branch.
11735           Also, improve wavpack typefinding: if we can't peek the
11736           entire wavpack block, try to parse the bits we can get and
11737           see if we find what we're looking for in those.
11738
11739 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11740
11741         * sys/ximage/ximagesink.c:
11742         (gst_ximagesink_calculate_pixel_aspect_ratio):
11743         * sys/xvimage/xvimagesink.c:
11744         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11745         more cases of pixel aspect ratio.
11746
11747 2006-01-26  Edward Hervey  <edward@fluendo.com>
11748
11749         * gst/playback/gstdecodebin.c: (pad_probe):
11750         Also consider the flush-start and tag events as unblockers
11751         for the pad probes.
11752
11753 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11754
11755         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11756         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11757         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11758         On the fly visualisation switch, works disabling, enabling as
11759         well but it won't be able to enable vis in a playbin that was
11760         created with no visualisation.
11761
11762 2006-01-25  Wim Taymans  <wim@fluendo.com>
11763
11764         * gst-libs/gst/audio/gstbaseaudiosink.c:
11765         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11766         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11767         resume after pause.
11768
11769 2006-01-25  Wim Taymans  <wim@fluendo.com>
11770
11771         * gst-libs/gst/audio/gstbaseaudiosink.c:
11772         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11773         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11774         Improve debugging.
11775         Post error when caps cannot be parsed.
11776         Resync on discontinuity in the stream.
11777         Clip samples to segment boundaries.
11778         return WRONG_STATE sooner when we are flushing.
11779
11780         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11781         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11782         Make audiosrc operate in TIME.
11783         Set TIMESTAMP and DURATION on buffers.
11784
11785 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * tests/examples/seek/seek.c: (main):
11788           Output tag messages as well.
11789
11790 2006-01-23  Edward Hervey  <edward@fluendo.com>
11791
11792         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11793         (free_pad_probes), (remove_fakesink), (pad_probe),
11794         (close_pad_link), (gst_decode_bin_change_state):
11795         Replace GstPadBlockCallback with pad probes that detect
11796         first buffer AND eos before removing fakesink.
11797         Fixes hang with demuxers doing EOS while pre-rolling.
11798         Solves #328279
11799
11800 2006-01-23  Andy Wingo  <wingo@pobox.com>
11801
11802         * ext/alsa/gstalsasink.c:
11803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11804         (gst_base_rtp_depayload_setcaps),
11805         (gst_base_rtp_depayload_add_to_queue),
11806         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11807         
11808         Patch by: Jens Granseuer <jensgr at gmx dot net>
11809
11810 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11811
11812         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11813         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11814         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11815         frames. We might get a frame destroyed after changing state to
11816         NULL, adding a safety check on xcontext.
11817
11818 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * gst-libs/gst/interfaces/xoverlay.c:
11821           Fix prepare-xwindow-id code example in the docs - we need to
11822           ignore all messages that aren't element messages as well.
11823           
11824 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11825
11826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11827           I think one day i'll completely undestand how caps negotiation
11828           is supposed to work. This refactoring handles buffer_alloc
11829           called with caps we can't handle. We definitely don't want a
11830           set_caps with those caps, so we define and allocate a buffer
11831           we would like to receive.
11832
11833 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * gst/playback/gstplaybasebin.c: (setup_source):
11836           Free iterator when done.
11837
11838 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11839
11840         * gst-libs/gst/audio/gstbaseaudiosink.c:
11841         (gst_base_audio_sink_render):
11842           Fix playback of non-synchronised streams by assuming a rate
11843           of 1.0 instead of a random one.
11844
11845           Makes this work again:
11846
11847           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11848           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11849           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11850           audioresample ! alsasink
11851
11852 === release 0.10.2 ===
11853
11854 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11855
11856         * configure.ac:
11857           releasing 0.10.2, "Then the devil is six"
11858
11859 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11860
11861         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11862         * gst/playback/gststreamselector.c:
11863         (gst_stream_selector_set_property):
11864           Comment out broken code that connects to the state-changed signal.
11865           At this point, changing current stream selection is broken, but 
11866           stuff like gst-launch playbin current-audio=1 works and filters
11867           to the chosen stream.
11868
11869 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11870
11871         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11872           Fix #327216 (null dereference in vorbisdec)
11873
11874 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11875
11876         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11877           Post taglist actually on bus instead of just freeing it
11878           (fixes #327114 and totem bug #327080).
11879
11880         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11881           Use gst_element_found_tags_for_pad(), so that the tags
11882           are sent downstream as an event as well.
11883
11884 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11885
11886         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11887         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11888         (gst_ximagesink_buffer_alloc):
11889         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11890         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11891         (gst_xvimagesink_buffer_alloc):
11892           move all regularly occurring messages to GST_LOG level
11893           add some more object logs
11894
11895 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11896
11897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11898           fix a silly segfault
11899
11900 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11901
11902         * docs/libs/gst-plugins-base-libs-docs.sgml:
11903         * docs/libs/gst-plugins-base-libs-sections.txt:
11904         * gst-libs/gst/audio/mixerutils.c:
11905         * gst-libs/gst/audio/mixerutils.h:
11906           Add docs for mixerutils stuff.
11907
11908 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11909
11910         * gst/playback/gstplaybasebin.c: (setup_source):
11911           Fix playback for sources that emit raw audio or
11912           raw video streams (e.g.: cd audio sources) (#325984).
11913
11914 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11915
11916         * gst-libs/gst/audio/mixerutils.c:
11917         (gst_audio_mixer_filter_do_filter):
11918           actually save the element we create
11919
11920 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11921
11922         * gst-libs/gst/cdda/gstcddabasesrc.c:
11923         (gst_cdda_base_src_handle_track_seek):
11924           No need to post a tag message on the bus when seeking
11925           within the same track, only post it when the current
11926           track changes.
11927
11928 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11929
11930         * gst/playback/gstplaybasebin.c: (group_destroy),
11931         (probe_triggered), (new_decoded_pad), (mute_group_type),
11932         (set_active_source):
11933         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11934         * gst/playback/gststreamselector.c:
11935         (gst_stream_selector_base_init),
11936         (gst_stream_selector_set_property),
11937         (gst_stream_selector_request_new_pad):
11938           Reenable stream selection. These mechanisms need a complete overhaul
11939           in the face of 0.8->0.10 changes though.
11940
11941 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11942
11943         * ext/ogg/gstoggdemux.c:
11944           Change the pad template to src_%d to match the pads that 
11945           are created from it. decodebin needs this information in order
11946           to decide that oggdemux is capable of producing multiple pads
11947           (and hence needs queues inserted).
11948
11949         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11950         (gst_ogg_mux_collected):
11951           Make debug output more useful by using GST_PTR_FORMAT.
11952
11953 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11954
11955         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11956
11957         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11958           Set depth and width for alaw/mulaw (fixes #326601).
11959
11960 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11961
11962         * tests/icles/Makefile.am:
11963           don't build the tests if we don't have the libs
11964
11965 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11966
11967         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11968         (gst_cd_paranoia_paranoia_callback):
11969           Don't try to free NULL pointers.
11970
11971 2006-01-10  Edward Hervey  <edward@fluendo.com>
11972
11973         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11974         (gst_audio_rate_change_state), (plugin_init):
11975         Add debugging category.
11976         Fix type issues.
11977         Add case for incoming buffers without valid offset/offset_end.
11978
11979 2006-01-10  Michael Smith  <msmith@fluendo.com>
11980
11981         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11982           Don't leak GCond in audio sources.
11983
11984 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11985
11986         * gst/playback/gstplaybin.c: (gen_audio_element):
11987           Don't leak an autoaudiosink/alsasink when we generate
11988           a new audio element. (old code, I guess)
11989
11990 2006-01-10  Michael Smith  <msmith@fluendo.com>
11991
11992         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11993           Support float audio in audiorate.
11994           Use width rather than depth for selecting sample width.
11995
11996 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11997
11998         * gst/videotestsrc/videotestsrc.h:
11999           Use GLib types here (that way we don't have to include the
12000           generated _stdint.h header, which makes life easier for win32
12001           folks that don't use autotools for the build) (#325990, patch
12002           by: Sergey Scobich).
12003
12004 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12005
12006         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12007         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12008         (gst_ring_buffer_pause), (wait_segment):
12009         * gst-libs/gst/audio/gstringbuffer.h:
12010           Name (private) union, makes Forte compiler happy (this time
12011           for real) (#324900).
12012
12013 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12014
12015         * gst-libs/gst/audio/Makefile.am:
12016           Link against libgstinterfaces, needed for mixer
12017           and property probe stuff.
12018
12019 2006-01-09  Edward Hervey  <edward@fluendo.com>
12020
12021         * gst-libs/gst/Makefile.am:
12022
12023 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12024
12025         * gst-libs/gst/audio/Makefile.am:
12026         * gst-libs/gst/audio/mixerutils.c:
12027         (gst_audio_mixer_filter_do_filter),
12028         (gst_audio_mixer_filter_check_element),
12029         (gst_audio_mixer_filter_probe_feature),
12030         (element_factory_rank_compare_func),
12031         (gst_audio_default_registry_mixer_filter):
12032         * gst-libs/gst/audio/mixerutils.h:
12033           Add gst_audio_default_registry_mixer_filter() utility
12034           function.
12035
12036 2006-01-03  Michael Smith  <msmith@fluendo.com>
12037
12038         * gst/audioresample/resample.h:
12039           As before, but for o_buf
12040
12041 2006-01-03  Michael Smith  <msmith@fluendo.com>
12042
12043         * gst/audioresample/resample.h:
12044           Declare struct _ResampleState.buffer as unsigned char *, not void *,
12045           since we do arithmetic on it.
12046
12047 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
12048
12049         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12050         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12051         (gst_ring_buffer_pause), (wait_segment):
12052         * gst-libs/gst/audio/gstringbuffer.h:
12053           Sun's Forte compiler doesn't seem to like anonymous structs,
12054           so use same setup as in GstBaseSrc (fixes #324900).
12055
12056 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12057
12058         * configure.ac:
12059         * gst/volume/Makefile.am:
12060         * gst/volume/demo.c:
12061           move old example to tests/examples/volume/volune.c
12062         * tests/examples/Makefile.am:
12063         * tests/examples/seek/seek.c: (main):
12064           change window-close event from "delete-event" to "destroy"
12065         * tests/examples/volume/Makefile.am:
12066         * tests/examples/volume/volume.c: (value_changed_callback),
12067         (setup_gui), (message_received), (eos_message_received), (main):
12068           fix event handling and bus usage
12069
12070 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
12071
12072         * gst/audiotestsrc/gstaudiotestsrc.c:
12073         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
12074         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
12075         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
12076         (gst_audio_test_src_create_square),
12077         (gst_audio_test_src_create_saw),
12078         (gst_audio_test_src_create_triangle),
12079         (gst_audio_test_src_create_silence),
12080         (gst_audio_test_src_create_white_noise),
12081         (gst_audio_test_src_create_pink_noise),
12082         (gst_audio_test_src_init_sine_table),
12083         (gst_audio_test_src_create_sine_table),
12084         (gst_audio_test_src_change_wave),
12085         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
12086         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
12087         * gst/audiotestsrc/gstaudiotestsrc.h:
12088           update to basesrc changes, implement segmented seeking and eos
12089           handling, add a 'sine-tab' waveform for performance critical playback
12090
12091 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12092
12093         * po/POTFILES.in:
12094           ... and this time the other modified file that I missed last time.
12095
12096 2005-12-29  Michael Smith  <msmith@fluendo.com>
12097
12098         * gst/playback/gstdecodebin.c: (new_pad):
12099           Fix non-C89 variable declaration not at the start of a block. Should
12100           help some compilers.
12101
12102 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12103
12104         * tests/check/Makefile.am:
12105           And now fix 'make distcheck' (builddir != srcdir)
12106
12107 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * configure.ac:
12110         * ext/cdparanoia/Makefile.am:
12111         * ext/cdparanoia/gstcdparanoia.c:
12112         * ext/cdparanoia/gstcdparanoia.h:
12113         * ext/cdparanoia/gstcdparanoiasrc.c:
12114         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
12115         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
12116         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
12117         (gst_cd_paranoia_paranoia_callback),
12118         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
12119         (gst_cd_paranoia_src_set_property),
12120         (gst_cd_paranoia_src_get_property), (plugin_init):
12121         * ext/cdparanoia/gstcdparanoiasrc.h:
12122           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
12123           plugin again (there are still fixes required to playbin to make
12124           cdda:// uris work there).
12125
12126 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12127
12128         * tests/check/Makefile.am:
12129           Fix test case compilation.
12130
12131 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * gst-libs/gst/cdda/gstcddabasesrc.c:
12134         (gst_cdda_base_src_update_duration),
12135         (gst_cdda_base_src_calculate_cddb_id):
12136           An integer is not a string. Fix access to uninitialised variable.
12137
12138         * tests/check/Makefile.am:
12139           Add cddabasesrc unit test; also actually enable the vorbis test.
12140
12141         * tests/check/generic/states.c:
12142           Blacklist new cd audio elements as well.
12143
12144         * tests/check/libs/cddabasesrc.c:
12145           Unit test for GstCddaBaseSrc (discid calculation mostly).
12146
12147 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * docs/libs/Makefile.am:
12150         * docs/libs/gst-plugins-base-libs-docs.sgml:
12151         * docs/libs/gst-plugins-base-libs-sections.txt:
12152         * docs/libs/gst-plugins-base-libs.types:
12153           Add docs for libgstcdda/GstCddaBaseSrc.
12154
12155         * gst-libs/gst/interfaces/mixertrack.h:
12156           Do one struct member per line with a semicolon at the end, that way
12157           even gtk-doc might parse it without complaining.
12158
12159 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12160
12161         * configure.ac:
12162         * gst-libs/gst/Makefile.am:
12163         * gst-libs/gst/cdda/Makefile.am:
12164         * gst-libs/gst/cdda/base64.c:
12165         * gst-libs/gst/cdda/base64.h:
12166         * gst-libs/gst/cdda/gstcddabasesrc.c:
12167         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
12168         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
12169         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
12170         (gst_cdda_base_src_get_property),
12171         (gst_cdda_base_src_get_track_from_sector),
12172         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
12173         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
12174         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
12175         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
12176         (gst_cdda_base_src_uri_get_protocols),
12177         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
12178         (gst_cdda_base_src_uri_handler_init),
12179         (gst_cdda_base_src_setup_interfaces),
12180         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
12181         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
12182         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
12183         (gst_cdda_base_src_add_tags),
12184         (gst_cdda_base_src_add_index_associations),
12185         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
12186         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
12187         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
12188         (gst_cdda_base_src_create):
12189         * gst-libs/gst/cdda/gstcddabasesrc.h:
12190         * gst-libs/gst/cdda/sha1.c:
12191         * gst-libs/gst/cdda/sha1.h:
12192           Add new libgstcdda with GstCddaBaseSrc class.
12193
12194 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12195
12196         * ext/gnomevfs/gstgnomevfssink.h:
12197           Use GstBaseSinkClass as parent_class member for class struct, not
12198           GstBaseSink.
12199
12200 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12201
12202         Patch by: Michael Benes
12203
12204         * gst/videotestsrc/gstvideotestsrc.c:
12205         (gst_video_test_src_class_init), (gst_video_test_src_start):
12206           Add start method to reset running time and number of frames sent
12207           when starting up (fixes #324696)
12208
12209 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12210
12211         * docs/plugins/Makefile.am:
12212         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12213         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12214         * docs/plugins/gst-plugins-base-plugins.args:
12215         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12216         * docs/plugins/gst-plugins-base-plugins.signals:
12217           Add docs stuff for gnomevfssrc and gnomevfssink.
12218
12219         * ext/gnomevfs/gstgnomevfssrc.c:
12220           Fix example pipeline in gtk-doc blurb.
12221
12222 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * ext/gnomevfs/Makefile.am:
12225         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12226         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12227         (gst_gnome_vfs_handle_get_type), (plugin_init):
12228         * ext/gnomevfs/gstgnomevfs.h:
12229         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12230         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12231         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12232         (gst_gnome_vfs_sink_set_property),
12233         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12234         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12235         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12236         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12237         (gst_gnome_vfs_sink_uri_get_type),
12238         (gst_gnome_vfs_sink_uri_get_protocols),
12239         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12240         (gst_gnome_vfs_sink_uri_handler_init):
12241         * ext/gnomevfs/gstgnomevfssink.h:
12242           Port gnomevfssink; add gtk-doc blurb.
12243
12244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12245         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12246         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12247         (gst_gnome_vfs_src_uri_get_type),
12248         (gst_gnome_vfs_src_uri_get_protocols),
12249         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12250         (gst_gnome_vfs_src_uri_handler_init),
12251         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12252         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12253         (gst_gnome_vfs_src_send_additional_headers_callback),
12254         (gst_gnome_vfs_src_received_headers_callback),
12255         (gst_gnome_vfs_src_push_callbacks),
12256         (gst_gnome_vfs_src_pop_callbacks),
12257         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12258         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12259         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12260         * ext/gnomevfs/gstgnomevfssrc.h:
12261           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12262           file; add gtk-doc blurb with example pipelines.
12263
12264 === release 0.10.1 ===
12265
12266 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12267
12268         * configure.ac:
12269           releasing 0.10.1, "Dobro Dedek"
12270
12271 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12272
12273         * gst/typefind/gsttypefindfunctions.c:
12274         iLBC30 and iLBC20 added to typefind.
12275
12276 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12277
12278         * gst-libs/gst/audio/gstbaseaudiosink.c:
12279         (gst_base_audio_sink_class_init):
12280         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12281         (gst_base_audio_src_class_init):
12282           update strings, values are in microseconds
12283           change the default sink buffer time to something that is smaller
12284           (to help software volume mixing have a slightly lower delay) but
12285           still be acceptable on Wim's laptop
12286
12287 2005-12-20  Edward Hervey  <edward@fluendo.com>
12288
12289         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12290         Made a quack, forgot to add DUCK to the riff video template.
12291
12292 2005-12-19  Edward Hervey  <edward@fluendo.com>
12293
12294         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12295         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12296         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12297         (gst_ogm_parse_chain):
12298         Make sure pads are initialized correctly.
12299         * gst-libs/gst/riff/riff-ids.h:
12300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12301         (gst_riff_create_video_template_caps):
12302         Add a whole bunch of FOURCC <=> MimeType.
12303         Extend the riff video pad template to support the newly added fourcc.
12304
12305 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12306
12307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12308         (gst_ogg_demux_activate_chain):
12309           Extra debug output when activating/deactivating chains.
12310
12311         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12312         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12313         (unlinked):
12314           Remove a queue from our list when it becomes unlinked.
12315           Don't add queues to elements in class 'Demux' if they
12316           can only produce one pad 
12317
12318 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12319
12320         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12321         (gst_video_sink_get_type): Add a debug category.
12322
12323 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12324
12325         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12326         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12327           Handle downstream newsegment by sending our own newsegment before the
12328           next buffer to be released. (#323900)
12329
12330 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12331
12332         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12333         (gst_base_rtp_depayload_set_gst_timestamp):
12334           add queue delay to new segment as well (as opposed to just the first
12335           buffer). (bug #322347)
12336
12337 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12338
12339         * ext/libvisual/visual.c: (make_valid_name):
12340           change some char* into char[]
12341         * gst/audiotestsrc/gstaudiotestsrc.c:
12342         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12343         (gst_audio_test_src_create):
12344         * gst/audiotestsrc/gstaudiotestsrc.h:
12345           prepare to handle EOS and SEGMENT_DONE
12346
12347 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12348
12349         * tests/check/generic/states.c: (GST_START_TEST):
12350           Blacklist cdparanoia element in state test.
12351
12352 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12353
12354           Patch by: Benjamin Pineau
12355
12356         * gst/tcp/gsttcp.c:
12357         * gst/tcp/gsttcpclientsink.c:
12358         * gst/tcp/gsttcpserversink.c:
12359         * gst/tcp/gsttcpserversrc.c:
12360           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12361
12362 2005-12-15  Michael Smith  <msmith@fluendo.com>
12363
12364         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12365         (gst_video_rate_chain):
12366           Fix timestamping for videorate when the first buffer it sees has a
12367           non-zero timestamp. Fix some misleading debug output.
12368
12369 2005-12-15  Michael Smith  <msmith@fluendo.com>
12370
12371         * gst/audioresample/gstaudioresample.c:
12372           Don't leak all input buffers to audioresample.
12373
12374 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12375
12376         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12377           Don't operate on empty text buffers. Strip newlines and
12378           tabs only from the end of the text, but leave them intact
12379           in the middle. Fix typo in gtk-doc description.
12380
12381 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12382
12383         * gst/playback/gstplaybasebin.c:
12384         * gst/playback/gstplaybin.c: (handoff):
12385           Make sure the video frame buffer we return to apps via the
12386           "frame" property always has caps set on it. Modify
12387           _gst_gvalue_set_object() macro to handle NULL objects
12388           gracefully too.
12389
12390 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12391
12392         * gst/audiotestsrc/gstaudiotestsrc.c:
12393         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12394         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12395         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12396         (gst_audio_test_src_create):
12397         * gst/audiotestsrc/gstaudiotestsrc.h:
12398         Adjust to some recent api changes and add wtays new cool seeking
12399         capabillities
12400
12401 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12402
12403         * ext/alsa/Makefile.am:
12404         * ext/alsa/gstalsadeviceprobe.c:
12405         * ext/alsa/gstalsadeviceprobe.h:
12406           Helper functions to add device probing via the GstPropertyProbe
12407           interface to a class.
12408
12409         * ext/alsa/gstalsamixer.h:
12410           Comment out GST_ALSA_MIXER, it returns a struct that's not
12411           used.
12412
12413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12414           Add some debug info. 
12415
12416         * ext/alsa/gstalsamixerelement.c:
12417         (gst_alsa_mixer_element_interface_supported),
12418         (gst_implements_interface_init),
12419         (gst_alsa_mixer_element_init_interfaces),
12420         (gst_alsa_mixer_element_class_init),
12421         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12422         (gst_alsa_mixer_element_set_property),
12423         (gst_alsa_mixer_element_get_property),
12424         (gst_alsa_mixer_element_change_state):
12425         * ext/alsa/gstalsamixerelement.h:
12426           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12427           for device handling (gnome-volume-control will need that).
12428
12429 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12430
12431         * ext/Makefile.am: fix cdparanoia entry
12432         * gst-plugins-base.spec.in: add cdparanoia
12433
12434 2005-12-12  Michael Smith  <msmith@fluendo.com>
12435
12436         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12437           Use the correct function to free list of typefind factories.
12438
12439 2005-12-12  Wim Taymans  <wim@fluendo.com>
12440
12441         * gst/videotestsrc/gstvideotestsrc.c:
12442         (gst_video_test_src_class_init), (gst_video_test_src_init),
12443         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12444         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12445         (gst_video_test_src_create):
12446         * gst/videotestsrc/gstvideotestsrc.h:
12447         Implement seeking in videotestsrc.
12448         Small cleanups.
12449
12450 2005-12-12  Wim Taymans  <wim@fluendo.com>
12451
12452         * ext/cdparanoia/Makefile.am:
12453         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12454         (gst_paranoia_endian_get_type), (_do_init),
12455         (cdparanoia_class_init), (cdparanoia_init),
12456         (cdparanoia_set_property), (cdparanoia_get_property),
12457         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12458         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12459         (cdparanoia_convert), (cdparanoia_get_query_types),
12460         (cdparanoia_query), (cdparanoia_set_index),
12461         (cdparanoia_uri_set_uri):
12462         * ext/cdparanoia/gstcdparanoia.h:
12463         Partially ported cdparanoia now that basesrc can support a
12464         plugin like this..
12465
12466 2005-12-12  Wim Taymans  <wim@fluendo.com>
12467
12468         * tests/examples/seek/scrubby.c: (main):
12469         Set higher priority for bus events so they don't get reordered with
12470         gtk gui events.
12471
12472         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12473         (flush_toggle_cb), (main):
12474         Added checkbox to disable flushing seeks. 
12475         Disable scrubbing when doing non flushing seeks.
12476
12477 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12478
12479         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12480         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12481         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12482         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12483           Implement some sort of event handling that doesn't rely on
12484           g_return_if_fail; make sure we always push the last chunk of an 
12485           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12486           state change function; remove some old cruft. Seeking is still
12487           rather unlikely to work though.
12488
12489         * tools/.cvsignore:
12490           Ignore more.
12491
12492 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12493
12494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12495         Fixed a leak of the current image reference when cleaning up.
12496         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12497
12498 2005-12-09  Michael Smith  <msmith@fluendo.com>
12499
12500         * tools/Makefile.am:
12501         * tools/gst-launch-ext-m.m:
12502           Remove gst-launch-ext. It doesn't work, and is no longer
12503           particularly useful.
12504
12505 2005-12-08  Luca Ognibene  <luogni@tin.it>
12506
12507         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12508           don't pass random values to ogmparse convert function.
12509           Make seeking possible in the exile1.ogm file.
12510
12511 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12512
12513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12514         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12515           Work around refcount problem with g_value_set_object() that occur
12516           if the core has been compiled against GLib-2.6 (g_value_set_object()
12517           will only g_object_ref() the element, but the caller will
12518           gst_object_unref() it and bad things will happen due to the way
12519           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12520           totem for people on FC4 using Thomas's 0.10 RPMs.
12521           
12522 2005-12-07  Edward Hervey  <edward@fluendo.com>
12523
12524         Time to welcome ogm to 0.10 :)
12525         
12526         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12527         (gst_ogg_pad_typefind):
12528         Oggdemux can now properly typefind elements with dynamic pads.
12529         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12530         Properly set caps on src pad, and set caps on outgoing buffers.
12531
12532 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12533
12534         * ext/alsa/gstalsamixer.h:
12535         * ext/alsa/gstalsamixerelement.h:
12536         * ext/alsa/gstalsamixeroptions.h:
12537         * ext/alsa/gstalsamixertrack.h:
12538         * ext/alsa/gstalsasink.c:
12539         * ext/alsa/gstalsasink.h:
12540         * ext/alsa/gstalsasrc.c:
12541         * ext/alsa/gstalsasrc.h:
12542         * ext/cdparanoia/gstcdparanoia.h:
12543         * ext/gnomevfs/gstgnomevfsuri.h:
12544         * ext/ogg/gstoggdemux.c:
12545         * ext/ogg/gstoggmux.c:
12546         * ext/pango/gsttextoverlay.h:
12547         * ext/theora/theoradec.c:
12548         * ext/theora/theoraenc.c:
12549         * ext/vorbis/vorbisdec.h:
12550         * ext/vorbis/vorbisenc.c:
12551         * ext/vorbis/vorbisenc.h:
12552         * ext/vorbis/vorbisparse.h:
12553         * gst-libs/gst/audio/gstaudioclock.h:
12554         * gst-libs/gst/audio/gstaudiosink.c:
12555         * gst-libs/gst/audio/gstaudiosink.h:
12556         * gst-libs/gst/audio/gstaudiosrc.c:
12557         * gst-libs/gst/audio/gstaudiosrc.h:
12558         * gst-libs/gst/audio/gstbaseaudiosink.c:
12559         * gst-libs/gst/audio/gstbaseaudiosink.h:
12560         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12561         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12562         * gst-libs/gst/audio/gstringbuffer.h:
12563         * gst-libs/gst/audio/multichannel.h:
12564         * gst-libs/gst/floatcast/floatcast.h:
12565         * gst-libs/gst/interfaces/colorbalance.c:
12566         * gst-libs/gst/interfaces/colorbalance.h:
12567         * gst-libs/gst/interfaces/colorbalancechannel.h:
12568         * gst-libs/gst/interfaces/mixer.h:
12569         * gst-libs/gst/interfaces/mixeroptions.h:
12570         * gst-libs/gst/interfaces/mixertrack.h:
12571         * gst-libs/gst/interfaces/navigation.h:
12572         * gst-libs/gst/interfaces/propertyprobe.h:
12573         * gst-libs/gst/interfaces/tuner.h:
12574         * gst-libs/gst/interfaces/tunerchannel.h:
12575         * gst-libs/gst/interfaces/tunernorm.h:
12576         * gst-libs/gst/interfaces/xoverlay.h:
12577         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12578         * gst-libs/gst/riff/riff-ids.h:
12579         * gst-libs/gst/riff/riff-media.h:
12580         * gst-libs/gst/riff/riff-read.h:
12581         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12582         * gst-libs/gst/rtp/gstbasertppayload.c:
12583         * gst-libs/gst/rtp/gstbasertppayload.h:
12584         * gst-libs/gst/rtp/gstrtpbuffer.c:
12585         * gst-libs/gst/rtp/gstrtpbuffer.h:
12586         * gst-libs/gst/tag/gsttageditingprivate.h:
12587         * gst-libs/gst/tag/gstvorbistag.c:
12588         (gst_tag_list_from_vorbiscomment_buffer):
12589         * gst-libs/gst/tag/tag.h:
12590         * gst-libs/gst/video/video.h:
12591         * gst/adder/gstadder.c:
12592         * gst/adder/gstadder.h:
12593         * gst/audioconvert/audioconvert.c:
12594         * gst/audioconvert/audioconvert.h:
12595         * gst/audioconvert/gstaudioconvert.c:
12596         * gst/audioconvert/gstchannelmix.c:
12597         * gst/audioconvert/gstchannelmix.h:
12598         * gst/audiorate/gstaudiorate.c:
12599         * gst/audioresample/buffer.h:
12600         * gst/audioresample/functable.h:
12601         * gst/audioresample/gstaudioresample.c:
12602         * gst/audioresample/resample.h:
12603         * gst/ffmpegcolorspace/avcodec.h:
12604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12605         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12606         * gst/ffmpegcolorspace/imgconvert.c:
12607         * gst/ffmpegcolorspace/imgconvert_template.h:
12608         * gst/playback/gstdecodebin.c:
12609         * gst/playback/gstplaybasebin.h:
12610         * gst/playback/gstplaybin.c:
12611         * gst/playback/gststreaminfo.h:
12612         * gst/tcp/gstfdset.c:
12613         * gst/tcp/gstfdset.h:
12614         * gst/tcp/gstmultifdsink.c:
12615         * gst/tcp/gstmultifdsink.h:
12616         * gst/tcp/gsttcp.h:
12617         * gst/tcp/gsttcpclientsrc.c:
12618         * gst/tcp/gsttcpclientsrc.h:
12619         * gst/tcp/gsttcpplugin.h:
12620         * gst/tcp/gsttcpserversink.c:
12621         * gst/tcp/gsttcpserversrc.c:
12622         * gst/typefind/gsttypefindfunctions.c:
12623         * gst/videorate/gstvideorate.c:
12624         * gst/videotestsrc/gstvideotestsrc.h:
12625         * gst/videotestsrc/videotestsrc.h:
12626         * sys/v4l/gstv4lcolorbalance.h:
12627         * sys/v4l/gstv4ltuner.h:
12628         * sys/v4l/gstv4lxoverlay.h:
12629         * sys/v4l/v4l_calls.h:
12630         * sys/v4l/videodev_mjpeg.h:
12631         * tests/check/elements/audioconvert.c:
12632         * tests/check/elements/audioresample.c:
12633         * tests/check/elements/audiotestsrc.c:
12634         * tests/check/elements/videotestsrc.c:
12635         * tests/check/elements/volume.c:
12636         * tests/examples/seek/scrubby.c:
12637         * tests/examples/seek/seek.c:
12638           expand tabs
12639
12640 === release 0.10.0 ===
12641
12642 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12643
12644         * configure.ac:
12645           releasing 0.10.0, "Mont-d'or"
12646
12647 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12648
12649         * tests/examples/seek/Makefile.am:
12650         Build fix for when gtk is not available.
12651
12652 2005-12-05  Andy Wingo  <wingo@pobox.com>
12653
12654         * ext/libvisual/visual.c: (get_buffer):
12655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12656         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12657         * ext/theora/theoradec.c: (theora_handle_data_packet):
12658         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12659         (theora_enc_chain):
12660         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12661         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12662         Update for alloc_buffer changes.
12663
12664 2005-12-05  Andy Wingo  <wingo@pobox.com>
12665
12666         patch by: Kai Vehmanen <kv2004 eca cx>
12667         
12668         * gst-libs/gst/rtp/gstbasertpdepayload.c
12669         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12670
12671 2005-12-04  Andy Wingo  <wingo@pobox.com>
12672
12673         patch by: Sebastien Cote <sebas642 yahoo ca>
12674         
12675         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12676         Fixes #319172.
12677
12678 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12679
12680         * docs/plugins/Makefile.am:
12681         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12682         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12683         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12684         * ext/pango/gstclockoverlay.c:
12685         * ext/pango/gsttextoverlay.c: 
12686         * ext/pango/gsttextrender.c:
12687         * ext/pango/gsttimeoverlay.c:
12688           Add gtk-doc blurbs to pango elements.
12689
12690 2005-12-02  Wim Taymans  <wim@fluendo.com>
12691
12692         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12693         * gst/audioresample/buffer.h:
12694         * gst/audioresample/gstaudioresample.c:
12695         * gst/audioresample/gstaudioresample.h:
12696         * gst/audioresample/resample.c: (resample_input_flush),
12697         (resample_input_pushthrough), (resample_input_eos),
12698         (resample_get_output_size_for_input),
12699         (resample_get_input_size_for_output), (resample_get_output_size),
12700         (resample_get_output_data):
12701         * gst/audioresample/resample.h:
12702         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12703         Fix audioresample, seek torture, new segments, reverse negotiation
12704         etc.. work fine.
12705
12706 2005-12-02  Wim Taymans  <wim@fluendo.com>
12707
12708         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12709         Small cleanups.
12710
12711 2005-12-02  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst/audioconvert/gstaudioconvert.c:
12714         (gst_audio_convert_transform):
12715         Post errors.
12716
12717 === release 0.9.7 ===
12718
12719 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12720
12721         * configure.ac:
12722           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12723
12724 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12725
12726         * Makefile.am:
12727         * po/hu.po:
12728         * win32/MANIFEST:
12729         * win32/gst.sln:
12730           add win32 MANIFEST file
12731           do something to the hungarian translation
12732
12733 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12734
12735         * ext/Makefile.am:
12736           Add $(PANGO_DIR) to SUBDIRS
12737
12738         * ext/pango/gstclockoverlay.c:
12739         * ext/pango/gsttimeoverlay.c:
12740           Fix and improve element descriptions.
12741
12742 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12743
12744         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12745         * docs/plugins/inspect/plugin-libvisual.xml:
12746         * docs/plugins/inspect/plugin-pango.xml:
12747           add pango plugin to docs
12748
12749 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12750
12751         * configure.ac:
12752         * ext/Makefile.am:
12753           moved pango to base
12754
12755 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12756
12757         * configure.ac:
12758         * tests/Makefile.am:
12759         * tests/icles/.cvsignore:
12760         * tests/icles/Makefile.am:
12761         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12762         (close_display), (resize_window), (move_window), (create_window),
12763         (terminate_playback), (pause_playback), (start_playback), (main):
12764           add stress test for xoverlay from Julien
12765
12766 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12767
12768         * docs/libs/tmpl/gstcolorbalance.sgml:
12769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12770         * gst-libs/gst/rtp/gstbasertppayload.c:
12771         * gst-libs/gst/rtp/gstrtpbuffer.c:
12772         * gst-libs/gst/rtp/gstrtpbuffer.h:
12773           Do burger's rename for rtp payloaders and depayloaders
12774
12775 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12776
12777         * win32/:
12778           add Visual Studio 6 build files
12779
12780 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12781
12782         * docs/libs/gst-plugins-base-libs-docs.sgml:
12783         * docs/libs/gst-plugins-base-libs-sections.txt:
12784         * docs/libs/tmpl/gstaudio.sgml:
12785         * docs/libs/tmpl/gstringbuffer.sgml:
12786         * gst-libs/gst/interfaces/xoverlay.c:
12787         * gst-libs/gst/video/gstvideofilter.c:
12788         * gst-libs/gst/video/gstvideosink.c:
12789           update documentation
12790
12791 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12792
12793         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12794         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12795         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12796         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12797         (gst_multi_fd_sink_get_stats),
12798         (gst_multi_fd_sink_remove_client_link),
12799         (gst_multi_fd_sink_handle_client_read),
12800         (gst_multi_fd_sink_client_queue_data),
12801         (gst_multi_fd_sink_client_queue_caps),
12802         (gst_multi_fd_sink_client_queue_buffer),
12803         (gst_multi_fd_sink_new_client),
12804         (gst_multi_fd_sink_handle_client_write),
12805         (gst_multi_fd_sink_recover_client),
12806         (gst_multi_fd_sink_queue_buffer),
12807         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12808         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12809         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12810         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12811         * gst/tcp/gstmultifdsink.h:
12812         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12813         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12814         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12815         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12816         (gst_tcp_client_sink_set_property),
12817         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12818         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12819         * gst/tcp/gsttcpclientsink.h:
12820         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12821         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12822         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12823         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12824         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12825         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12826         * gst/tcp/gsttcpclientsrc.h:
12827         * gst/tcp/gsttcpplugin.c: (plugin_init):
12828         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12829         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12830         (gst_tcp_server_sink_finalize),
12831         (gst_tcp_server_sink_handle_server_read),
12832         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12833         (gst_tcp_server_sink_set_property),
12834         (gst_tcp_server_sink_get_property),
12835         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12836         * gst/tcp/gsttcpserversink.h:
12837         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12838         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12839         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12840         (gst_tcp_server_src_set_property),
12841         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12842         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12843         * gst/tcp/gsttcpserversrc.h:
12844           more borgifying
12845
12846 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12847
12848         * docs/plugins/Makefile.am:
12849         * docs/plugins/gst-plugins-base-plugins.args:
12850         * docs/plugins/inspect/plugin-libvisual.xml:
12851         * gst/audioconvert/plugin.h:
12852         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12853         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12854         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12855         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12856         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12857         (plugin_init):
12858         * gst/audiotestsrc/gstaudiotestsrc.c:
12859         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12860         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12861         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12862         (gst_audio_test_src_get_query_types),
12863         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12864         (gst_audio_test_src_create_square),
12865         (gst_audio_test_src_create_saw),
12866         (gst_audio_test_src_create_triangle),
12867         (gst_audio_test_src_create_silence),
12868         (gst_audio_test_src_create_white_noise),
12869         (gst_audio_test_src_init_pink_noise),
12870         (gst_audio_test_src_generate_pink_noise_value),
12871         (gst_audio_test_src_create_pink_noise),
12872         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12873         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12874         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12875         (plugin_init):
12876         * gst/audiotestsrc/gstaudiotestsrc.h:
12877         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12878         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12879         (gst_sub_parse_init), (gst_sub_parse_formats),
12880         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12881         (convert_encoding), (get_next_line),
12882         (gst_sub_parse_data_format_autodetect),
12883         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12884         (gst_sub_parse_loop), (gst_sub_parse_chain),
12885         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12886         (plugin_init):
12887         * gst/subparse/gstsubparse.h:
12888         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12889         (gst_video_rate_base_init), (gst_video_rate_class_init),
12890         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12891         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12892         (gst_video_rate_init), (gst_video_rate_event),
12893         (gst_video_rate_chain), (gst_video_rate_set_property),
12894         (gst_video_rate_get_property), (gst_video_rate_change_state),
12895         (plugin_init):
12896         * gst/videoscale/gstvideoscale.c:
12897         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12898         (gst_video_scale_src_template_factory),
12899         (gst_video_scale_sink_template_factory),
12900         (gst_video_scale_get_type), (gst_video_scale_base_init),
12901         (gst_video_scale_class_init), (gst_video_scale_init),
12902         (gst_video_scale_set_property), (gst_video_scale_get_property),
12903         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12904         (gst_video_scale_prepare_size), (parse_caps),
12905         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12906         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12907         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12908         (plugin_init):
12909         * gst/videoscale/gstvideoscale.h:
12910         * gst/videotestsrc/gstvideotestsrc.c:
12911         (gst_video_test_src_pattern_get_type),
12912         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12913         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12914         (gst_video_test_src_set_pattern),
12915         (gst_video_test_src_set_property),
12916         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12917         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12918         (gst_video_test_src_event), (gst_video_test_src_get_times),
12919         (gst_video_test_src_create), (plugin_init):
12920         * gst/videotestsrc/gstvideotestsrc.h:
12921         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12922         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12923         (gst_video_test_src_black):
12924         * gst/videotestsrc/videotestsrc.h:
12925           borgify further
12926           clean up docs a little
12927
12928 2005-11-30  Wim Taymans  <wim@fluendo.com>
12929
12930         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12931         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12932         (gst_basertppayload_event), (gst_basertppayload_push),
12933         (gst_basertppayload_change_state):
12934         * gst-libs/gst/rtp/gstbasertppayload.h:
12935         closed #320644.
12936
12937 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12938
12939         * docs/libs/gst-plugins-base-libs-docs.sgml:
12940         * docs/libs/gst-plugins-base-libs-sections.txt:
12941         * gst-libs/gst/video/gstvideofilter.c:
12942         * gst-libs/gst/video/gstvideosink.c:
12943         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12944
12945 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12946
12947         * LICENSE:
12948           move
12949         * po/af.po:
12950         * po/az.po:
12951         * po/cs.po:
12952         * po/en_GB.po:
12953         * po/hu.po:
12954         * po/it.po:
12955         * po/nb.po:
12956         * po/nl.po:
12957         * po/or.po:
12958         * po/sq.po:
12959         * po/sr.po:
12960         * po/sv.po:
12961         * po/uk.po:
12962         * po/vi.po:
12963         * Makefile.am:
12964           update
12965         * scripts/autoplugins.sh:
12966           remove
12967
12968 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12969
12970         * Makefile.am:
12971         * configure.ac:
12972         * examples/Makefile.am:
12973         * examples/capsfilter/Makefile.am:
12974         * examples/capsfilter/capsfilter1.c:
12975         * examples/gob/Makefile.am:
12976         * examples/gob/gst-identity2.gob:
12977         * examples/indexing/.cvsignore:
12978         * examples/indexing/Makefile.am:
12979         * examples/indexing/indexmpeg.c:
12980         * examples/seeking/.cvsignore:
12981         * examples/seeking/Makefile.am:
12982         * examples/seeking/cdparanoia.c:
12983         * examples/seeking/cdplayer.c:
12984         * examples/seeking/chained.c:
12985         * examples/seeking/scrubby.c:
12986         * examples/seeking/seek.c:
12987         * examples/stats/Makefile.am:
12988         * examples/stats/mp2ogg.c:
12989         * examples/switch/.cvsignore:
12990         * examples/switch/Makefile.am:
12991         * examples/switch/switcher.c:
12992         * tests/Makefile.am:
12993         * tests/check/generic/.cvsignore:
12994         * tests/check/pipelines/.cvsignore:
12995         * tests/examples/Makefile.am:
12996         * tests/examples/seek/Makefile.am:
12997           reorganize stuff under tests/
12998
12999 2005-11-30  Edward Hervey  <edward@fluendo.com>
13000
13001         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
13002         Go away you stupid GstStaticPadTemplate memleak.
13003
13004 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13005
13006         * gst-libs/gst/net/Makefile.am:
13007         * gst-libs/gst/net/README:
13008         * gst-libs/gst/net/gstnetbuffer.c:
13009         * gst-libs/gst/net/gstnetbuffer.h:
13010           this was moved to "netbuffer"
13011
13012 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13013
13014         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
13015         (gst_video_filter_class_init), (gst_video_filter_init):
13016         * gst-libs/gst/video/gstvideofilter.h:
13017           borgify name to bring in line with other classes
13018
13019 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13020
13021         * gst/audioscale/.cvsignore:
13022         * gst/audioscale/Makefile.am:
13023         * gst/audioscale/README:
13024         * gst/audioscale/audioscale.vcproj:
13025         * gst/audioscale/dtof.c:
13026         * gst/audioscale/dtos.c:
13027         * gst/audioscale/functable.c:
13028         * gst/audioscale/gstaudioscale.c:
13029         * gst/audioscale/gstaudioscale.h:
13030         * gst/audioscale/private.h:
13031         * gst/audioscale/resample.c:
13032         * gst/audioscale/resample.h:
13033         * gst/audioscale/test.c:
13034           remove
13035
13036 2005-11-30  Edward Hervey  <edward@fluendo.com>
13037
13038         * gst-libs/gst/netbuffer/Makefile.am:
13039         really, really tired
13040
13041 2005-11-30  Edward Hervey  <edward@fluendo.com>
13042
13043         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13044         Update for new GstTypeFindFactory _register()
13045
13046 2005-11-30  Edward Hervey  <edward@fluendo.com>
13047
13048         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
13049         Let's not override libgstnet from core for no reason...
13050         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
13051         Ok, maybe not so quick next time.
13052
13053 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13054
13055         * configure.ac:
13056         * gst-libs/gst/Makefile.am:
13057           moved gst-libs/gst/net to netbuffer through CVS surgery
13058           remove old directory
13059           updating build to accomodate
13060           (#322257)
13061
13062 2005-11-29  Andy Wingo  <wingo@pobox.com>
13063
13064         * pkgconfig/gstreamer-plugins-base.pc.in:
13065         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
13066         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
13067         (#322257).
13068
13069 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13070
13071         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
13072         3rd time's the charm. Correct ref-counting for discarded buffers.
13073
13074 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13075
13076         * gst/playback/gststreamselector.c:
13077         (gst_stream_selector_class_init),
13078         (gst_stream_selector_set_property),
13079         (gst_stream_selector_get_property),
13080         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13081         Fix ref-counting
13082
13083 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13084
13085         * gst/subparse/gstsubparse.c: (feed_textbuf):
13086           Don't access already unref'ed buffer.
13087
13088 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13089
13090         * gst/playback/gststreamselector.c:
13091         (gst_stream_selector_class_init), (gst_stream_selector_init),
13092         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
13093         (gst_stream_selector_get_property),
13094         (gst_stream_selector_get_linked_pad),
13095         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13096         * gst/playback/gststreamselector.h:
13097         Add the active-pad property for playbin to use shortly. Ignore buffers
13098         from any other pad, returning GST_FLOW_NOT_LINKED
13099
13100 2005-11-29  Julien MOUTTE  <julien@moutte.net>
13101
13102         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
13103         patch from bug #322704 (Alessandro Decina).
13104
13105 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13106
13107         * gst-libs/gst/audio/Makefile.am:
13108           folded audiofilter into the audio library
13109
13110 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13111
13112         * gst/videoscale/gstvideoscale.h:
13113         * gst/videoscale/gstvideoscale.c:
13114           remove unimplemented scale methods
13115
13116 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13117
13118         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
13119           Don't leak caps.
13120
13121 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13122
13123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13124         (gst_ximagesink_setcaps):
13125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13126         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
13127         happens (only visible on ximagesink but bug is in xv too) set_caps was
13128         destroying the internal x[v]image used to memcpy non locally alloced
13129         buffers so that it got renewed on next _chain. The issue is that 
13130         _expose will try to put that image as it reffed it in _put.
13131         Using gst_buffer_unref instead of destroy fixes it !
13132
13133 2005-11-28  Edward Hervey  <edward@fluendo.com>
13134
13135         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13136         (try_to_link_1), (queue_filled_cb):
13137         Better use of the queues. Start with a small size queue and only increase
13138         the size of the queues when the other queues are empty.
13139
13140 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13141
13142         * gst-libs/gst/video/Makefile.am:
13143           compile in copied-over videofilter into the video library
13144         * gst-libs/gst/video/videosink.h:
13145           rename the header to gstvideosink.h since it's a base GstObject class
13146         * sys/ximage/ximagesink.h:
13147         * sys/xvimage/xvimagesink.h:
13148           use the new header
13149
13150 2005-11-28  Wim Taymans  <wim@fluendo.com>
13151
13152         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
13153         * gst/playback/gstplaybasebin.h:
13154         Prepare to handle errors betters.
13155
13156         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
13157         Set sinks to PAUSED first before adding and linking them so that
13158         we don't interrupt dataflow.
13159
13160 2005-11-28  Wim Taymans  <wim@fluendo.com>
13161
13162         * gst-libs/gst/audio/TODO:
13163         Updated TODO
13164
13165         * gst-libs/gst/audio/gstaudiosink.c:
13166         (gst_audioringbuffer_open_device),
13167         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
13168         (gst_audioringbuffer_release):
13169         Small cleanups.
13170
13171         * gst-libs/gst/audio/gstbaseaudiosink.c:
13172         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
13173         (gst_base_audio_sink_change_state):
13174         Slave to the master clock when going to PLAYING and unslave when
13175         going to PAUSED.
13176
13177         * gst-libs/gst/audio/gstringbuffer.c:
13178         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13179         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13180         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13181         (gst_ring_buffer_clear_all), (wait_segment),
13182         (gst_ring_buffer_commit), (gst_ring_buffer_read),
13183         (gst_ring_buffer_advance):
13184         * gst-libs/gst/audio/gstringbuffer.h:
13185         Add some docs and cleanups.
13186
13187 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13188
13189         * sys/xvimage/xvimagesink.c:
13190         (gst_xvimagesink_navigation_send_event): Fix navigation events
13191         coordinates translation with pixel aspect ratios.
13192
13193 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13194
13195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
13196         Use calculated video geometry from _setcaps instead of buffer
13197         caps to respect pixel aspect ratio. (fixes #322388)
13198
13199 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13200
13201         * docs/libs/tmpl/gstcolorbalance.sgml:
13202         * docs/libs/tmpl/gstmixer.sgml:
13203         * docs/libs/tmpl/gstxoverlay.sgml:
13204         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
13205         interface.
13206
13207 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13208
13209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13210         Refuse to create an XvImage if we can't find the format.
13211
13212 2005-11-28  Edward Hervey  <edward@fluendo.com>
13213
13214         * gst-libs/gst/riff/riff-media.c:
13215         (gst_riff_create_audio_template_caps):
13216         Add ATRAC3 to the list of riff-possible audio caps.
13217         I know we still don't have a plugin for atrac3, but it's saner to output
13218         that than a cryptic mimetype.
13219
13220 2005-11-27  Edward Hervey  <edward@fluendo.com>
13221
13222         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13223         Don't try to create a zero-sized subbuffer.
13224
13225 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13226
13227         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13228         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13229         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13230         (gst_ximagesink_expose): Fixed a tricky race.
13231         * sys/ximage/ximagesink.h:
13232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13233         (gst_xvimagesink_expose): Fixed a tricky race.
13234         * sys/xvimage/xvimagesink.h:
13235
13236 2005-11-27  Edward Hervey  <edward@fluendo.com>
13237
13238         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13239         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13240         Remove unused properties, and add queues between demuxers and decoders
13241         so that a lot more files can preroll properly.
13242
13243 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13244
13245         * gst-libs/gst/net/Makefile.am:
13246         * gst-libs/gst/rtp/Makefile.am:
13247         * gst-libs/gst/tag/Makefile.am:
13248           remove silly include
13249         * gst/tags/Makefile.am:
13250         * gst/tags/gsttagediting.c:
13251         * gst/tags/gsttageditingprivate.h:
13252         * gst/tags/tagedit.vcproj:
13253           remove directory, is as good as empty
13254
13255 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13256
13257         * configure.ac:
13258           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13259         * gst-libs/Makefile.am:
13260         * gst-libs/gst/audio/Makefile.am:
13261         * gst-libs/gst/interfaces/Makefile.am:
13262         * gst-libs/gst/net/Makefile.am:
13263         * gst-libs/gst/riff/Makefile.am:
13264         * gst-libs/gst/rtp/Makefile.am:
13265         * gst-libs/gst/tag/Makefile.am:
13266         * gst-libs/gst/video/Makefile.am:
13267           and use them
13268
13269 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13270
13271         * docs/libs/tmpl/gstcolorbalance.sgml:
13272         * docs/libs/tmpl/gstmixer.sgml:
13273         * docs/libs/tmpl/gstxoverlay.sgml:
13274         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13275         * sys/ximage/ximagesink.h:
13276         * sys/xvimage/xvimagesink.h: More and more documentation.
13277
13278 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13279
13280         * docs/libs/gst-plugins-base-libs-docs.sgml:
13281         * docs/libs/gst-plugins-base-libs-sections.txt:
13282         * docs/libs/tmpl/gstcolorbalance.sgml:
13283         * docs/libs/tmpl/gstmixer.sgml:
13284         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13285         to documentation.
13286
13287 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13288
13289         * docs/plugins/Makefile.am:
13290         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13291         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13292         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13293
13294 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13295
13296         * docs/plugins/Makefile.am:
13297         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13298         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13299         * docs/plugins/inspect/plugin-adder.xml:
13300         * docs/plugins/inspect/plugin-alsa.xml:
13301         * docs/plugins/inspect/plugin-audioconvert.xml:
13302         * docs/plugins/inspect/plugin-audiorate.xml:
13303         * docs/plugins/inspect/plugin-audioresample.xml:
13304         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13305         * docs/plugins/inspect/plugin-decodebin.xml:
13306         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13307         * docs/plugins/inspect/plugin-gnomevfs.xml:
13308         * docs/plugins/inspect/plugin-ogg.xml:
13309         * docs/plugins/inspect/plugin-playbin.xml:
13310         * docs/plugins/inspect/plugin-subparse.xml:
13311         * docs/plugins/inspect/plugin-tcp.xml:
13312         * docs/plugins/inspect/plugin-theora.xml:
13313         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13314         * docs/plugins/inspect/plugin-video4linux.xml:
13315         * docs/plugins/inspect/plugin-videorate.xml:
13316         * docs/plugins/inspect/plugin-videoscale.xml:
13317         * docs/plugins/inspect/plugin-videotestsrc.xml:
13318         * docs/plugins/inspect/plugin-volume.xml:
13319         * docs/plugins/inspect/plugin-vorbis.xml:
13320         * docs/plugins/inspect/plugin-ximagesink.xml:
13321         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13322         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13323
13324 2005-11-26  Edward Hervey  <edward@fluendo.com>
13325
13326         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13327         Properly return GstFlowReturn from gst_pad_push in chain functions.
13328
13329 2005-11-25  Michael Smith  <msmith@fluendo.com>
13330
13331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13332         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13333         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13334         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13335           Handle various conditions better when we don't understand a stream.
13336           Removes a heap of CRITICALs on ogg streams containing unknown data.
13337
13338 2005-11-24  Andy Wingo  <wingo@pobox.com>
13339
13340         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13341         Be threadsafe.
13342
13343 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13344
13345         * configure.ac: back to HEAD
13346
13347 === release 0.9.6 ===
13348
13349 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13350
13351         * configure.ac:
13352           releasing 0.9.6, "White Eight"
13353
13354 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13355
13356         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13357         * docs/plugins/inspect/plugin-sine.xml:
13358           remove sinesrc some more
13359
13360 2005-11-23  Wim Taymans  <wim@fluendo.com>
13361
13362         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13363         If we are reading too slowly, jump forward in the ringbuffer
13364         instead of blocking.
13365
13366 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13367
13368         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13369         (gst_visual_chain):
13370         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13371         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13372         (gst_videorate_chain):
13373         * gst/videotestsrc/gstvideotestsrc.c:
13374         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13375         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13376         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13377         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13378         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13379         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13380           Updates for API changes
13381
13382 2005-11-23  Wim Taymans  <wim@fluendo.com>
13383
13384         * gst-libs/gst/audio/gstbaseaudiosink.c:
13385         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13386         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13387         Fix for calibration API change.
13388
13389 2005-11-23  Michael Smith <msmith@fluendo.com>
13390
13391         * gst-libs/gst/audio/multichannel.c:
13392         (gst_audio_get_channel_positions),
13393         (gst_audio_set_channel_positions),
13394         (gst_audio_set_structure_channel_positions_list),
13395         (gst_audio_fixate_channel_positions):
13396           Use gst_value_array_*() functions on value arrays, not
13397           gst_value_list_*().
13398
13399 2005-11-23  Edward Hervey  <edward@fluendo.com>
13400
13401         * autogen.sh:
13402         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13403         Fixes autogen
13404
13405 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13406
13407         * check/Makefile.am:
13408         * check/elements/videotestsrc.c: (setup_videotestsrc),
13409         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13410         (main):
13411           add a test for videotestsrc
13412
13413 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13414
13415         * gst/sine/.cvsignore:
13416         * gst/sine/Makefile.am:
13417         * gst/sine/gstsinesrc.c:
13418         * gst/sine/gstsinesrc.h:
13419         * gst/sine/sinesrc.vcproj:
13420           and remove sinesrc from the repository.  Closes #321446
13421
13422 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13423
13424         * configure.ac:
13425         * gst-plugins-base.spec.in:
13426           remove sinesrc from the build
13427
13428 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13429
13430         * check/Makefile.am:
13431         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13432         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13433         (main):
13434           add a test for audiotestsrc, testing all waves.  Even seems
13435           leak-free at first glance, nice job Stefan
13436
13437 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13438
13439         * po/af.po:
13440         * po/az.po:
13441         * po/cs.po:
13442         * po/en_GB.po:
13443         * po/hu.po:
13444         * po/it.po:
13445         * po/nb.po:
13446         * po/nl.po:
13447         * po/or.po:
13448         * po/sq.po:
13449         * po/sr.po:
13450         * po/sv.po:
13451         * po/uk.po:
13452         * po/vi.po:
13453           Translation string updates
13454
13455         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13456         (gst_v4lsrc_set_caps):
13457         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13458         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13459         * sys/v4l/v4lsrc_calls.h:
13460           Improve v4lsrc, by making it work again.
13461
13462 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13463
13464         * ext/libvisual/visual.c: (gst_visual_chain):
13465           Fix the fps calculations.
13466
13467         * gst/ffmpegcolorspace/avcodec.h:
13468           Move structure element for clarity
13469
13470         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13471         * gst-libs/gst/interfaces/tunernorm.h:
13472         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13473         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13474         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13475         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13476         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13477         (gst_v4lmjpegsrc_getcaps):
13478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13479         (gst_v4lsrc_set_caps):
13480         * sys/v4l/gstv4lsrc.h:
13481         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13482         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13483         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13484         * sys/v4l/v4lsrc_calls.h:
13485           Fractional framerates...
13486
13487 2005-11-22  Wim Taymans  <wim@fluendo.com>
13488
13489         * gst-libs/gst/audio/gstbaseaudiosink.c:
13490         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13491         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13492         And we provide a clock by default, of course...
13493
13494 2005-11-22  Wim Taymans  <wim@fluendo.com>
13495
13496         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13497         This clock can be slaved to a master clock now.
13498
13499         * gst-libs/gst/audio/gstbaseaudiosink.c:
13500         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13501         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13502         (gst_base_audio_sink_set_clock),
13503         (gst_base_audio_sink_set_property),
13504         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13505         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13506         * gst-libs/gst/audio/gstbaseaudiosink.h:
13507         Handle slaving the internal clock to the clock selected in the
13508         pipeline.
13509         Add property to make the basesink not provide a clock.
13510
13511         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13512         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13513         (gst_base_rtp_depayload_wait):
13514         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13515         We can use the clock in GstElement, no need to store it ourselves.
13516
13517 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13518
13519         * docs/libs/tmpl/gstaudio.sgml:
13520           update
13521         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13522         (gst_paranoia_endian_get_type):
13523         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13524         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13525         * gst/audiotestsrc/gstaudiotestsrc.c:
13526         (gst_audiostestsrc_wave_get_type):
13527         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13528         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13529         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13530         (gst_sync_method_get_type), (gst_unit_type_get_type),
13531         (gst_client_status_get_type), (gst_multifdsink_class_init),
13532         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13533         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13534         (gst_multifdsink_get_property):
13535         * gst/tcp/gstmultifdsink.h:
13536         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13537         * gst/videotestsrc/gstvideotestsrc.c:
13538         (gst_videotestsrc_pattern_get_type):
13539           remove deprecated properties
13540           fix up enums to correctly have short lowercase dashed nicks
13541
13542 2005-11-22  Michael Smith <msmith@fluendo.com>
13543
13544         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13545         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13546           Add underscore.
13547
13548 2005-11-22  Michael Smith <msmith@fluendo.com>
13549
13550         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13551         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13552           Use utility method for scaling clocktime for fractional framerates.
13553
13554 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13555
13556         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13557         (gst_visual_chain):
13558         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13559         * ext/theora/theoradec.c: (theora_handle_type_packet):
13560         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13561         (theora_enc_chain):
13562         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13563         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13564         * gst-libs/gst/video/video.h:
13565         * gst/ffmpegcolorspace/avcodec.h:
13566         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13567         (gst_ffmpeg_caps_to_pixfmt):
13568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13569         (gst_ffmpegcsp_set_caps):
13570         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13571         (gst_videorate_setcaps), (gst_videorate_blank_data),
13572         (gst_videorate_chain):
13573         * gst/videotestsrc/gstvideotestsrc.c:
13574         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13575         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13576         (gst_videotestsrc_event), (gst_videotestsrc_create):
13577         * gst/videotestsrc/gstvideotestsrc.h:
13578         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13579         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13580         (gst_ximagesink_get_times), (gst_ximagesink_init):
13581         * sys/ximage/ximagesink.h:
13582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13583         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13584         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13585         * sys/xvimage/xvimagesink.h:
13586           Convert elements to use fractions for their framerate.
13587           V4L elements to come later tonight.
13588
13589 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13590
13591         * gst-libs/gst/audio/audio.c:
13592         * gst-libs/gst/audio/audio.h:
13593           remove some deprecated functions
13594
13595 2005-11-22  Andy Wingo  <wingo@pobox.com>
13596
13597         * Update for gst_tag_setter API changes.
13598
13599 2005-11-22  Andy Wingo  <wingo@pobox.com>
13600
13601         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13602         (gst_ogg_demux_perform_seek):
13603         * ext/theora/theoradec.c (theora_dec_sink_event):
13604         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13605         update-funcnames.
13606
13607 2005-11-22  Wim Taymans  <wim@fluendo.com>
13608
13609         * examples/seeking/seek.c: (main):
13610         Give higher priority to bus signals than the gtk events
13611         to fix a race condition in the segment looping.
13612
13613 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * ext/theora/Makefile.am:
13616         * ext/vorbis/Makefile.am:
13617         * gst-libs/gst/tag/Makefile.am:
13618         * gst-plugins-base.spec.in:
13619           Rename libgsttagedit to libgsttag (#322117).
13620
13621 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13622
13623         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13625           Call gst_x_overlay_prepare_xwindow_id() to give applications
13626           a final chance to set their own xwindow id before the video
13627           sink creates its own window.
13628
13629 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13630
13631         * sys/xvimage/xvimagesink.c:
13632         (gst_xvimagesink_navigation_send_event): Handle navigation
13633         events correcly with borders if applicable.
13634
13635 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13636
13637         Patch by: Luca Ognibene
13638
13639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13640         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13642         (gst_ffmpegcsp_caps_remove_format_info):
13643         * gst/ffmpegcolorspace/imgconvert.c:
13644         * gst/ffmpegcolorspace/imgconvert_template.h:
13645           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13646           #318353); use gst_structure_has_name().
13647
13648 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13649
13650         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13651         (gst_ximagesink_class_init): Add debug macros on functions.
13652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13653         (gst_xvimagesink_xwindow_draw_borders),
13654         (gst_xvimagesink_xvimage_put),
13655         (gst_xvimagesink_xwindow_update_geometry),
13656         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13657         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13658         (gst_xvimagesink_xcontext_clear),
13659         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13660         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13661         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13662         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13663         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13664         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13665         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13666         expose while being PAUSED, out of data flow navigation events, etc..
13667
13668 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13669
13670         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13671         * gst-libs/gst/audio/audio.h:
13672           fix prototype - wondering why the test worked regardless
13673
13674 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13675
13676         * check/Makefile.am:
13677         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13678         * gst-libs/gst/audio/audio.h:
13679           add a method that returns a proper GstClockTime
13680
13681 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13682
13683         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13684         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13685         * gst-libs/gst/interfaces/xoverlay.h:
13686           Remove everything having to do with the desired size; add 
13687           gst_x_overlay_prepare_xwindow_id() function; remove the
13688           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13689           post a message on the bus instead (#321816).
13690
13691         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13693         (gst_xvimagesink_xoverlay_init):
13694           Remove desired size stuff (#321816).
13695
13696 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13697
13698         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13699         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13700         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13701           Terminate vararg functions with NULL instead of 0 to 
13702           make gcc4 happy.
13703
13704 2005-11-21  Andy Wingo  <wingo@pobox.com>
13705
13706         patch by: Sebastien Cote <sebas642@yahoo.ca>
13707         
13708         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13709         * gst-libs/gst/rtp/gstrtpbuffer.c
13710         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13711
13712 2005-11-21  Andy Wingo  <wingo@pobox.com>
13713
13714         * gst/playback/gstplaybin.c (gen_audio_element) 
13715         (gen_video_element): Use the new MISSING_PLUGIN core error
13716         category. Closes #320060.
13717
13718         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13719         * gst/videorate/gstvideorate.c (gst_videorate_event):
13720         * ext/theora/theoradec.c (theora_dec_sink_event): 
13721         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13722         stream lock.
13723
13724         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13725         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13726         stream lock changes.
13727
13728 2005-11-21  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst-libs/gst/audio/gstbaseaudiosink.c:
13731         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13732         (gst_base_audio_sink_provide_clock),
13733         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13734         (gst_base_audio_sink_change_state):
13735         * gst/audioresample/gstaudioresample.c:
13736         Segment update fix.
13737
13738 2005-11-21  Andy Wingo  <wingo@pobox.com>
13739
13740         * *.h:
13741         * *.c: Ran scripts/update-macros. Oh yes.
13742
13743 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13744
13745         * sys/ximage/Makefile.am:
13746         * sys/ximage/ximage.c:
13747           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13748           remove your old libgstximage.* manually if necessary).
13749
13750 2005-11-21  Michael Smith <msmith@fluendo.com>
13751
13752         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13753           Minimal fix for bug #320200: set the min/max bitrate in the correct
13754           units. A better fix would be to upgrade to the RATEMANAGE2
13755           interface, rather than using the deprecated interface used here, but
13756           that would require an update in our libvorbis dependency (to 1.1),
13757           which is probably undesirable.
13758
13759 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13760
13761         * ext/libvisual/visual.c: (get_buffer):
13762         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13763         (gst_base_audio_src_fixate):
13764         * gst/audioconvert/gstaudioconvert.c:
13765         (gst_audio_convert_fixate_caps):
13766         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13767         * gst/audiotestsrc/gstaudiotestsrc.c:
13768         (gst_audiotestsrc_src_fixate):
13769         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13770         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13771         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13772         * gst/videotestsrc/gstvideotestsrc.c:
13773         (gst_videotestsrc_src_fixate):
13774         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13776           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13777           (#322027)
13778
13779
13780 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13781
13782         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13783         (gst_riff_create_iavs_caps):
13784         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13785         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13786         (gst_riff_parse_info):
13787         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13788         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13790           Fixes for GST_FOURCC_FORMAT API change.
13791
13792 2005-11-21  Andy Wingo  <wingo@pobox.com>
13793
13794         patch by: Alessandro Dessina <alessandro nnva org>
13795
13796         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13797         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13798         (gst_ogg_parse_chain):
13799         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13800         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13801         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13802         gst_value_list calls on arrays. Fixes #321962.
13803
13804 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13805
13806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13807         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13808         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13809         * gst/adder/gstadder.c: (gst_adder_init),
13810         (gst_adder_request_new_pad), (gst_adder_collected),
13811         (gst_adder_change_state):
13812           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13813           API change.
13814
13815 2005-11-21  Michael Smith <msmith@fluendo.com>
13816
13817         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13818         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13819           Properly handle pad_push return values.
13820
13821 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13822
13823         * gst-libs/gst/tag/Makefile.am:
13824         * gst-libs/gst/tag/gstvorbistag.c:
13825         (gst_tag_list_to_vorbiscomment_buffer):
13826           Remove obsolete vorbistag element and debug category.
13827
13828         * gst/playback/gstplaybasebin.c: (check_queue):
13829           Don't divide by 0 when queue-threshold is 0.
13830
13831         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13832           Don't modify an existing pixel-aspect-ratio if we fail to read
13833           a new one.
13834
13835 2005-11-20  Wim Taymans  <wim@fluendo.com>
13836
13837         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13838         (gst_vorbisenc_push_packet):
13839         GST_PAD_IS_USABLE is gone, use the return value of
13840         the push or pad_alloc_buffer instead.
13841
13842 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13843
13844         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13845         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13846         (gst_ximagesink_ximage_destroy),
13847         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13848         (gst_ximagesink_xwindow_new),
13849         (gst_ximagesink_xwindow_update_geometry),
13850         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13851         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13852         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13853         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13854         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13855         (gst_ximagesink_navigation_send_event),
13856         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13857         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13858         (gst_ximagesink_finalize), (gst_ximagesink_init),
13859         (gst_ximagesink_class_init):
13860         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13861         This new version brings correct software scaling, non flickering
13862         window while resizing, pixel aspect ratio handling, usage of
13863         hardware buffer pools, out of data flow event thread for 
13864         navigation and handling of expose events even when being PAUSED,
13865         a new property to keep video aspect ratio when resizing, etc...
13866
13867 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13868
13869         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13870         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13871         handling of PAR.
13872
13873 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13874
13875         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13876         Unsetting IS_SINK flag from the fakesink, so decodebin
13877         never behaves as a sink.
13878
13879 2005-11-17  Wim Taymans  <wim@fluendo.com>
13880
13881         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13882         (gst_base_audio_src_change_state):
13883         Fix the audiosrc base class again, we did not unflush.
13884
13885 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13886
13887         * examples/seeking/seek.c: (make_dv_pipeline),
13888         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13889         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13890         to ogg/vorbis/theora pipeline.
13891
13892 2005-11-17  Wim Taymans  <wim@fluendo.com>
13893
13894         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13895         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13896         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13897         Fix EOS on multiple streams.
13898         More debugging.
13899
13900 2005-11-16  Wim Taymans  <wim@fluendo.com>
13901
13902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13903         (gst_ogg_demux_perform_seek):
13904         Segment done must include stream time.
13905
13906         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13907         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13908         (gst_ogg_mux_change_state):
13909         Fix ogg muxer again.
13910
13911 2005-11-16  Wim Taymans  <wim@fluendo.com>
13912
13913         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13914         Fix compile again.
13915
13916 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13917
13918         * ext/libvisual/visual.c: (gst_visual_init):
13919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13920         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13921         (gst_ogg_parse_chain):
13922         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13923         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13924         * ext/theora/theoradec.c: (gst_theora_dec_init):
13925         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13926         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13927         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13928         * gst/adder/gstadder.c: (gst_adder_class_init),
13929         (gst_adder_dispose):
13930         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13931         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13932         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13933           Fix a whole set of pad template leaks
13934
13935 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13936
13937         * check/generic/states.c: (GST_START_TEST):
13938           fix the test so that it only checks for elements that are part of
13939           this source module
13940
13941 2005-11-16  Michael Smith <msmith@fluendo.com>
13942
13943         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13944         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13945         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13946         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13947         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13948         (gst_ogg_mux_change_state):
13949           Fix leaking collectpads.
13950
13951 2005-11-16  Edward Hervey  <edward@fluendo.com>
13952
13953         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13954         (gst_videorate_event), (gst_videorate_chain):
13955         Handle segment seeks
13956
13957 2005-11-16  Wim Taymans  <wim@fluendo.com>
13958
13959         * gst-libs/gst/audio/gstbaseaudiosink.c:
13960         (gst_base_audio_sink_provide_clock),
13961         (gst_base_audio_sink_change_state):
13962         Set ringbuffer to non-flushing when going to PAUSED, set to
13963         flushing again when going to READY.
13964
13965         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13966         (gst_ring_buffer_stop):
13967         Start in flushing mode by default.
13968         Don't set flushing in the _stop method, let the app call
13969         this explicitly.
13970
13971 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13972
13973         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13974         * gst-libs/gst/video/videosink.h: Add helper function needed
13975         for video sinks.
13976
13977 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13978
13979         * gst/videoscale/gstvideoscale.c:
13980         (gst_videoscale_handle_src_event):
13981           Don't leak reference to pad parent.
13982
13983 2005-11-16  Wim Taymans  <wim@fluendo.com>
13984
13985         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13986         Set ringbuffer to flushing when stopping so that we don't
13987         block on wait_segment anymore and livelock.
13988
13989 2005-11-16  Wim Taymans  <wim@fluendo.com>
13990
13991         * examples/seeking/seek.c: (send_event), (do_seek),
13992         (loop_toggle_cb), (segment_done), (main):
13993         Added looping checkbox.
13994
13995 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13996
13997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13998         (gst_ogg_demux_init):
13999         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14000         (gst_vorbis_dec_init):
14001           revert unrefs, they don't pass make check
14002
14003 2005-11-15  Johan Dahlin  <johan@gnome.org>
14004
14005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14006         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
14007         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14008         (gst_vorbis_dec_init):
14009         Fix pad template leaks. 
14010
14011 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14012
14013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
14014           Make state change function thread safe.
14015
14016 2005-11-15  Edward Hervey  <edward@fluendo.com>
14017
14018         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
14019         (gst_ogg_demux_class_init):
14020         Implement GstElement::send_event, so we can send seek events
14021         in GST_STATE_READY
14022
14023 2005-11-14  Julien MOUTTE  <julien@moutte.net>
14024
14025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
14026         Discovered how to take away flickering while resizing the
14027         window. Please don't put that in ximagesink, refactoring in
14028         progress.
14029
14030 2005-11-14  Michael Smith <msmith@fluendo.com>
14031
14032         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
14033         (gst_multifdsink_render):
14034           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
14035
14036 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14037
14038         * gst/playback/gstplaybin.c: (gen_audio_element):
14039           Use autoaudiosink, it tends to be more widely available than
14040           autoaudiiosink.
14041           
14042 2005-11-14  Andy Wingo  <wingo@pobox.com>
14043
14044         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
14045         as well if it is available. Fixes #316442.
14046
14047 2005-11-14  Michael Smith <msmith@fluendo.com>
14048
14049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
14050         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14051         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14052         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14053         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
14054         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14055         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
14056         (gst_vorbisenc_change_state):
14057           Fix a small memory leak in vorbisenc.
14058           Fix large memory leaks in oggmux, also fix lots of state change
14059           bugs in oggmux.
14060
14061 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14062
14063         * gst/videotestsrc/gstvideotestsrc.c:
14064         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
14065         (gst_videotestsrc_src_fixate):
14066           move fixation to a fixate function
14067           remove negotiate function, basesrc's is good enough
14068           fixes a bug for check when using the element alone
14069
14070 2005-11-13  Edward Hervey  <edward@fluendo.com>
14071
14072         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
14073         (key_toggle_cb), (main):
14074         Added checkboxes for adding/removing the accurate and key_unit seek
14075         flags.
14076
14077 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14078
14079         * configure.ac: back to HEAD
14080
14081 === release 0.9.5 ===
14082
14083 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14084
14085         * configure.ac:
14086           releasing 0.9.5, "No No Kia"
14087
14088 2005-11-11  Edward Hervey  <edward@fluendo.com>
14089
14090         * examples/seeking/seek.c: (make_parselaunch_pipeline):
14091         Added parse-launch syntax seeking mode for the seeking example.
14092         This should help stress-test even more cases.
14093         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
14094
14095 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14096
14097         * sys/xvimage/xvimagesink.c:
14098         (gst_xvimagesink_navigation_send_event):
14099           Check whether peer pad exists before sending navigation events
14100           to it.
14101
14102 2005-11-11  Michael Smith <msmith@fluendo.com>
14103
14104         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
14105         (gst_vorbisenc_buffer_from_packet):
14106         * ext/vorbis/vorbisenc.h:
14107           Set duration on encoded buffers. This allows oggmux's
14108           max_page_delay parameter to actually work.
14109
14110 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14111
14112         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14113         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14114         (gst_ffmpegcsp_avpicture_fill):
14115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14116         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
14117           Make palettes work again (see #132341). Use our own macros
14118           for rounding up.
14119
14120 2005-11-10  Andy Wingo  <wingo@pobox.com>
14121
14122         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
14123         string doober.
14124
14125 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14126
14127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14128         (gst_ffmpegcsp_transform_caps):
14129           Prefer passthrough in transform_caps
14130
14131 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14132
14133         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14134           check for ALSA errors properly, instead of relying on ALSA's
14135           error strings to serve to the user.
14136
14137 2005-11-10  Wim Taymans  <wim@fluendo.com>
14138
14139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
14140         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
14141         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
14142         Modernise the seek code.
14143
14144 2005-11-10  Michael Smith <msmith@fluendo.com>
14145         
14146         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
14147         (setup_substreams), (set_active_source):
14148           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
14149           trying to go to NULL if we failed to read a file.
14150
14151 2005-11-10  Wim Taymans  <wim@fluendo.com>
14152
14153         * gst/audiotestsrc/gstaudiotestsrc.c:
14154         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
14155         (gst_audiotestsrc_create):
14156         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14157         (gst_sinesrc_get_times), (gst_sinesrc_create):
14158         * gst/videotestsrc/gstvideotestsrc.c:
14159         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
14160         (gst_videotestsrc_create):
14161         The base class can now sync for us.
14162
14163 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14164
14165         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
14166           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
14167           name=source autoprobe=false autoprobe-fps=false copy-mode=1
14168           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
14169           format=(fourcc)I420" ! xvimagesink
14170
14171 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
14172
14173         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14174         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
14175         (gst_sinesrc_newsegment):
14176           Send newsegment event in TIME format, set duration if
14177           num-buffers is set, fix duration querying.
14178
14179 2005-11-10  Michael Smith <msmith@fluendo.com>
14180
14181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14182         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14183         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14184         (gst_ogg_mux_collected):
14185          Fix EOS handling, partially. Now forwarding an EOS event once we have
14186          EOS on all pads works correctly. However, we still don't properly set
14187          EOS on the actual ogg stream pages.
14188
14189 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
14192           Set elements to NULL state before disposing of them.
14193
14194 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
14195
14196         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14197
14198         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14199         (gst_base_rtp_depayload_init),
14200         (gst_base_rtp_depayload_set_gst_timestamp):
14201         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14202           We need to send a newsegment event for each instance, not
14203           just for the first instance of this class (get rid of
14204           static variable in function). (#321011).
14205           
14206 2005-11-08  Michael Smith <msmith@fluendo.com>
14207
14208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14209         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
14210         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14211         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14212           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14213           This makes us mux things correctly according to the ogg muxing
14214           rules. Still not handling EOS correctly right now, though.
14215
14216 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14217
14218         * gst/audioconvert/gstaudioconvert.c:
14219           Fix typo in docs. 
14220
14221 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14222
14223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14224         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14225           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14226           creating a new chain; should fix live streaming. Also
14227           add more debug output and fix a typo.
14228
14229 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14230
14231         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14232
14233         * gst/volume/gstvolume.c: (volume_set_caps):
14234           Fix compilation on Solaris with Forte. (#320923)
14235
14236 2005-11-08  Wim Taymans  <wim@fluendo.com>
14237
14238         * gst-libs/gst/audio/gstbaseaudiosink.c:
14239         (gst_base_audio_sink_render):
14240         No need to do a typecheck.
14241
14242 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * ext/alsa/gstalsa.h:
14245           We register a debug category, so let's use it.
14246
14247 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14248
14249         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14250         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14251         Fixed a small problem.
14252
14253 2005-11-04  Wim Taymans  <wim@fluendo.com>
14254
14255         * examples/seeking/Makefile.am:
14256         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14257         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14258         (make_playerbin_pipeline), (format_value), (update_scale),
14259         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14260         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14261         (print_usage), (main):
14262         Added app for playback speed testing.
14263
14264         * examples/seeking/seek.c: (dynamic_link),
14265         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14266         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14267         (message_received), (main):
14268         Updated seek example.
14269
14270 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14271
14272         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14273         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14274         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14275         (gst_base_rtp_depayload_set_clock):
14276         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14277         Don't sleep on the bench (system clock) when you have a nice 
14278         comfortable bed (Gstreamer clock) to sleep on.
14279
14280 2005-11-03  Wim Taymans  <wim@fluendo.com>
14281
14282         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14283         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14284         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14285         Handle the case where a pad_block failed.
14286
14287 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14288
14289         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14290
14291         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14292         (gst_base_rtp_depayload_add_to_queue),
14293         (gst_base_rtp_depayload_push),
14294         (gst_base_rtp_depayload_set_gst_timestamp),
14295         (gst_base_rtp_depayload_queue_release):
14296           Fixes some bugs in the depayloader's queuing/de-queueing code.
14297
14298 2005-10-31  Michael Smith <msmith@fluendo.com>
14299
14300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14301         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14302         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14303           Patch from Alessandro Decina <alessandro@nnva.org>.
14304           Make oggdemux only find the final time in a chain, not per-pad,
14305           since the per-pad information can be very expensive to locate, and
14306           it isn't used anywhere. This makes reading a file containing
14307           OggSkeleton reasonably fast.
14308           Also, make chain finding work when there are logical bitstreams that
14309           can't be decoded. Fixes #319110.
14310
14311 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14312
14313         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14314         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14315         (gst_base_rtp_depayload_chain),
14316         (gst_base_rtp_depayload_add_to_queue),
14317         (gst_base_rtp_depayload_push),
14318         (gst_base_rtp_depayload_set_gst_timestamp),
14319         (gst_base_rtp_depayload_queue_release),
14320         (gst_base_rtp_depayload_start_thread),
14321         (gst_base_rtp_depayload_set_property),
14322         (gst_base_rtp_depayload_get_property):
14323         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14324         Some random fixes, to fullfill the desires of thomas.
14325
14326 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14327
14328         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14329         (gst_base_rtp_depayload_add_to_queue),
14330         (gst_base_rtp_depayload_push):
14331         Fixed the queueing algorithm.
14332
14333 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14334
14335         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14336         (gst_base_rtp_depayload_push):
14337         A small fix
14338
14339 2005-10-31  Wim Taymans  <wim@fluendo.com>
14340
14341         * gst-libs/gst/audio/gstringbuffer.h:
14342         Don't break ABI.
14343
14344         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14345         (gst_ffmpeg_caps_to_pixfmt):
14346         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14347         (gst_ffmpegcsp_set_caps):
14348         Some more comments.
14349         Handle missing required caps fields better.
14350
14351 2005-10-31  Wim Taymans  <wim@fluendo.com>
14352
14353         * gst-libs/gst/audio/gstbaseaudiosink.c:
14354         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14355         (gst_base_audio_sink_render):
14356         * gst-libs/gst/audio/gstringbuffer.c:
14357         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14358         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14359         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14360         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14361         (gst_ring_buffer_read):
14362         * gst-libs/gst/audio/gstringbuffer.h:
14363         Add flushing mode to the ringbuffer so that it in all cases does
14364         not try to handle more audio. This makes sure it does not try to
14365         block anymore when flushing and fixes a livelock.
14366
14367 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14370         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14371         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14372           Explicitly check for -1 values before doing a conversion
14373           and always map them to -1. (#315545)
14374
14375 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14376
14377         * gst/playback/gstplaybin.c: (gen_video_element):
14378           first try autovideosink, then xvimagesink, then error out
14379         * po/POTFILES.in:
14380           add translatable file
14381         * po/af.po:
14382         * po/az.po:
14383         * po/cs.po:
14384         * po/en_GB.po:
14385         * po/hu.po:
14386         * po/it.po:
14387         * po/nb.po:
14388         * po/nl.po:
14389         * po/or.po:
14390         * po/sq.po:
14391         * po/sr.po:
14392         * po/sv.po:
14393         * po/uk.po:
14394         * po/vi.po:
14395           update translations
14396
14397 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14398
14399         * gst-libs/gst/rtp/gstbasedepayload.c:
14400         * gst-libs/gst/rtp/gstbasedepayload.h:
14401           Minor cleanups
14402
14403 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14404
14405         * gst/playback/.cvsignore:
14406         * gst/playback/decodetest.c:
14407         * gst/playback/test3.c:
14408           Port these two tests as well.
14409
14410 2005-10-27  Wim Taymans  <wim@fluendo.com>
14411
14412         * ext/theora/theoradec.c: (theora_dec_src_query),
14413         (theora_dec_sink_event):
14414         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14415         (theora_enc_change_state):
14416         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14417         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14418         Take proper locks when handling events.
14419
14420 2005-10-27  Wim Taymans  <wim@fluendo.com>
14421
14422         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14423         (gst_adder_change_state):
14424         Fix timestamps and fix deadlock when stopping the collectpads.
14425
14426 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14427
14428         * gst-libs/gst/rtp/gstrtpbuffer.h:
14429         Declaring the payload types as strings too so that they can be used
14430         in the padtemplate inialization.
14431
14432 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14433
14434         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14435
14436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14437         (gst_base_rtp_depayload_class_init):
14438         Fixes a small but nasty bug. The derived elements no longer segfaults
14439         on finalization.
14440
14441 2005-10-26  Michael Smith <msmith@fluendo.com>
14442
14443         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14444           When clearing an audioconvert context, set tmpbufsize to zero, so
14445           we'll allocate it again later if required.
14446           This fixes audioconvert re-negotiating formats, which previously
14447           segfaulted with a NULL destination buffer.
14448
14449 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14450
14451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14452         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14453         (gst_base_rtp_depayload_set_gst_timestamp),
14454         (gst_base_rtp_depayload_queue_release):
14455         Fixed a smalll memleak.
14456
14457 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14459         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14460         (gst_base_rtp_depayload_finalize),
14461         (gst_base_rtp_depayload_setcaps),
14462         (gst_base_rtp_depayload_add_to_queue),
14463         (gst_base_rtp_depayload_push),
14464         (gst_base_rtp_depayload_set_gst_timestamp),
14465         (gst_base_rtp_depayload_queue_release),
14466         (gst_base_rtp_depayload_thread),
14467         (gst_base_rtp_depayload_change_state):
14468         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14469         Changed the C++ comments to C comments
14470
14471 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14472
14473         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14474         * gst/tcp/gsttcpclientsrc.h:
14475         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14476         * gst/tcp/gsttcpserversrc.h:
14477           Remove unused 'curoffset' structure member.
14478
14479 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14480
14481         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14482         (gst_base_rtp_depayload_base_init),
14483         (gst_base_rtp_depayload_finalize):
14484         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14485         * gst-libs/gst/rtp/gstbasertppayload.h:
14486           The pad-template on the sinkpad should be set by the derived classes.
14487           Also added some useful macros.
14488
14489 2005-10-24  Wim Taymans  <wim@fluendo.com>
14490
14491         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14492         Correctly flush decoder samples even if we could not
14493         copy them to an output buffer. Fixes #319618.
14494
14495 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14496
14497         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14499         the caps against our xcontext caps.
14500
14501 2005-10-24  Wim Taymans  <wim@fluendo.com>
14502
14503         * gst-libs/gst/audio/gstbaseaudiosink.c:
14504         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14505         Remove g_print
14506         Use sync property from baseclass to disable sync.
14507
14508 2005-10-24  Wim Taymans  <wim@fluendo.com>
14509
14510         * gst-libs/gst/audio/gstbaseaudiosink.c:
14511         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14512         Buffers with no timestamps get aligned with previous buffers or
14513         on underrun, played ASAP.
14514
14515 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14516
14517         * gst-libs/gst/video/video.h:
14518         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14519         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14521         here comes my change on caps for framerate and geometry range.
14522         We are now accepting 1 to MAXINT for width and height, and from
14523         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14524         to be blended correctly in videomixer.
14525
14526 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14527
14528         * configure.ac:
14529           back to HEAD
14530
14531 === release 0.9.4 ===
14532
14533 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14534
14535         * NEWS:
14536         * RELEASE:
14537         * configure.ac:
14538           releasing 0.9.4, "Velociraptor"
14539
14540 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14541
14542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14543         * po/POTFILES.in:
14544           STOPPED -> FAILED
14545
14546 2005-10-21  Wim Taymans  <wim@fluendo.com>
14547
14548         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14549         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14550         (pad_blocked), (close_pad_link), (new_pad):
14551         Don't try to remove elements twice.
14552
14553 2005-10-21  Wim Taymans  <wim@fluendo.com>
14554
14555         * ext/theora/theoradec.c: (theora_dec_src_query),
14556         (theora_dec_sink_event):
14557         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14558         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14559         (vorbis_handle_data_packet):
14560         * ext/vorbis/vorbisdec.h:
14561         Fix old naming.
14562
14563         * gst-libs/gst/audio/gstbaseaudiosink.c:
14564         (gst_base_audio_sink_render):
14565         Don't try to sync on buffers without a timestamp.
14566
14567 2005-10-21  Wim Taymans  <wim@fluendo.com>
14568
14569         * ext/theora/theoradec.c: (theora_dec_src_query),
14570         (theora_dec_sink_event):
14571         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14572         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14573         (vorbis_handle_data_packet):
14574         * ext/vorbis/vorbisdec.h:
14575         Fix old naming.
14576
14577 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14578
14579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14580         (gst_vorbisenc_src_query):
14581           Implement position and duration queries.
14582
14583         * gst/playback/test3.c: (update_scale), (main):
14584           Fix for async state changes and print nicer output.
14585
14586 2005-10-20  Wim Taymans  <wim@fluendo.com>
14587
14588         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14589         (dump_element_stats), (main):
14590         * gst/playback/test6.c: (main):
14591         Fix tests again
14592
14593 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14594
14595         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14596         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14597           Don't use functions for position queries when handling
14598           duration queries.
14599
14600 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14601
14602         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14603         (vorbis_handle_data_packet), (vorbis_dec_chain),
14604         (vorbis_dec_change_state):
14605         * ext/vorbis/vorbisdec.h:
14606           Vorbis streams can be embedded in other container formats
14607           than ogg, container formats where the demuxer might set 
14608           timestamps on encoded vorbis buffers instead of those silly 
14609           granulepos thingies. In short: make vorbisdec handle 
14610           timestamps on incoming buffers as well.
14611
14612 2005-10-20  Wim Taymans  <wim@fluendo.com>
14613
14614         * gst/playback/gstplaybasebin.c: (group_destroy),
14615         (gst_play_base_bin_change_state):
14616         Fix leak.
14617         Handle case where playbasebin is now ASYNC because
14618         decodebin is.
14619
14620 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14621
14622         * gst/audioconvert/Makefile.am:
14623         * gst/audioconvert/bufferframesconvert.c:
14624         * gst/audioconvert/plugin.c: (plugin_init):
14625         * gst/audioconvert/plugin.h:
14626           And bye bye buffer-frames-convert
14627
14628 2005-10-19  Wim Taymans  <wim@fluendo.com>
14629
14630         * check/elements/audioconvert.c:
14631         * docs/libs/tmpl/gstaudio.sgml:
14632         * docs/libs/tmpl/gstcolorbalance.sgml:
14633         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14634         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14635         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14636         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14637         * gst-libs/gst/audio/audio.h:
14638         * gst/audioconvert/audioconvert.h:
14639         * gst/audioconvert/gstaudioconvert.c:
14640         (gst_audio_convert_parse_caps):
14641         * gst/volume/gstvolume.c:
14642         Bye bye buffer-frames.
14643
14644 2005-10-19  Wim Taymans  <wim@fluendo.com>
14645
14646         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14647         (query_positions_elems), (query_positions_pads), (update_scale),
14648         (do_seek), (set_update_scale), (message_received), (main):
14649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14650         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14651         (gst_ogg_demux_loop):
14652         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14653         * ext/theora/theoradec.c: (theora_dec_src_query),
14654         (theora_dec_sink_event):
14655         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14656         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14657         * gst/adder/gstadder.c: (gst_adder_query):
14658         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14659         * gst/playback/test3.c: (update_scale):
14660         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14661         (dump_element_stats), (main):
14662         * gst/playback/test6.c: (main):
14663         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14664         Query API update.
14665
14666 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14667
14668         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14669         (xml_check_first_element), (xml_type_find), (smil_type_find),
14670         (plugin_init):
14671           Add typefinding for SMIL and for generic XML. Based on patch by
14672           Akos Maroy (#308663).
14673
14674 2005-10-18  Wim Taymans  <wim@fluendo.com>
14675
14676         * gst/playback/Makefile.am:
14677         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14678         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14679         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14680         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14681         (gst_decode_bin_change_state):
14682         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14683         (gst_play_bin_send_event_to_sink):
14684         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14685         (dump_element_stats), (main):
14686         * gst/playback/test6.c: (main):
14687         Make playbin async, it'll commit state to paused when all streams
14688         are detected.
14689         Remove ugly hack.
14690         Added test6.c to show async behaviour.
14691
14692 2005-10-18  Wim Taymans  <wim@fluendo.com>
14693
14694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14695         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14696         Fix for segment-start/stop API change.
14697
14698 2005-10-18  Wim Taymans  <wim@fluendo.com>
14699
14700         * check/Makefile.am:
14701         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14702         (main):
14703         Add future test for clock selection.
14704
14705 2005-10-18  Wim Taymans  <wim@fluendo.com>
14706
14707         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14708         (gst_alsasink_close):
14709         Set handle to NULL.
14710
14711         * gst-libs/gst/audio/gstringbuffer.c:
14712         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14713         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14714         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14715         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14716         (gst_ring_buffer_read):
14717         More debug info.
14718
14719 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14720
14721         * gst/audiotestsrc/Makefile.am:
14722         * gst/sine/Makefile.am:
14723         * gst/volume/Makefile.am:
14724           fix broken build of controllerized plugins
14725
14726 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14727
14728         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14729
14730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14731         (gst_riff_create_video_template_caps):
14732           Add support for Indeo-3 (IV32).
14733
14734 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * configure.ac:
14737           rewrite
14738
14739 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14740
14741         * gst-libs/gst/video/video.c: (gst_video_get_size):
14742         * gst/audiotestsrc/gstaudiotestsrc.c:
14743           doc updates
14744
14745 2005-10-17  Andy Wingo  <wingo@pobox.com>
14746
14747         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14748         with the collectpads change.
14749         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14750
14751         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14752
14753         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14754
14755         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14756         alloc_buffer flow return to callers.
14757         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14758         change. Fix some memleaks in theoraenc.
14759
14760         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14761         in strange circumstance.
14762
14763 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14764
14765         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14766         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14767         from caps, let's use the caps...
14768
14769 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14770
14771         * configure.ac:
14772           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14773
14774 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14775
14776         * gst-libs/gst/interfaces/Makefile.am:
14777           fix silly typo
14778
14779 2005-10-16  Andy Wingo  <wingo@pobox.com>
14780
14781         * gst/playback/gstdecodebin.c
14782         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14783         function!
14784         (try_to_link_1): Increase kraziness level.
14785
14786 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14787
14788         * configure.ac:
14789           restructure like the core one
14790         * gst-libs/gst/audio/Makefile.am:
14791         * gst-libs/gst/interfaces/Makefile.am:
14792         * gst-libs/gst/net/Makefile.am:
14793         * gst-libs/gst/riff/Makefile.am:
14794         * gst-libs/gst/rtp/Makefile.am:
14795         * gst-libs/gst/tag/Makefile.am:
14796         * gst-libs/gst/video/Makefile.am:
14797           use correct linker flags, now the libs are properly versioned
14798         * check/elements/audioconvert.c: (verify_convert):
14799         * ext/alsa/gstalsaplugin.c:
14800         * ext/cdparanoia/gstcdparanoia.c:
14801         * ext/gnomevfs/gstgnomevfs.c:
14802         * ext/libvisual/visual.c:
14803         * ext/ogg/gstogg.c:
14804         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14805         * ext/theora/theora.c:
14806         * ext/vorbis/vorbis.c:
14807         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14808         * gst-libs/gst/tag/gsttagediting.c:
14809         * gst-libs/gst/video/video.c:
14810         * gst/adder/gstadder.c:
14811         * gst/audioconvert/plugin.c:
14812         * gst/audiorate/gstaudiorate.c:
14813         * gst/audioresample/gstaudioresample.c:
14814         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14815         * gst/audioscale/gstaudioscale.c:
14816         * gst/audioscale/resample.c:
14817         * gst/audiotestsrc/gstaudiotestsrc.c:
14818         * gst/ffmpegcolorspace/gstffmpeg.c:
14819         * gst/playback/gstdecodebin.c: (close_pad_link):
14820         * gst/playback/gstplaybin.c: (gen_video_element),
14821         (gen_audio_element):
14822         * gst/sine/gstsinesrc.c:
14823         * gst/subparse/gstsubparse.c:
14824         * gst/tags/gsttagediting.c:
14825         * gst/tcp/gsttcpplugin.c:
14826         * gst/typefind/gsttypefindfunctions.c:
14827         * gst/videorate/gstvideorate.c:
14828         * gst/videoscale/gstvideoscale.c:
14829         * gst/videotestsrc/gstvideotestsrc.c:
14830         * gst/volume/gstvolume.c:
14831         * sys/v4l/gstv4l.c:
14832         * sys/ximage/ximage.c:
14833         * sys/xvimage/xvimagesink.c:
14834           fix up defines
14835
14836 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14837
14838         * ext/vorbis/vorbisenc.c:
14839         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14840         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14841         (gst_tag_to_vorbis_comments):
14842           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14843
14844 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14845
14846         * examples/stats/mp2ogg.c:
14847         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14848           typo fixes
14849
14850 2005-10-13  Michael Smith <msmith@fluendo.com>
14851
14852         * ext/ogg/gstoggmux.c:
14853           Use magic glib macros to define constants as 64 bit, to ensure
14854           appropriate vararg passing.
14855
14856 2005-10-13  Michael Smith <msmith@fluendo.com>
14857
14858         * ext/ogg/gstoggmux.c:
14859         * gst/audioconvert/audioconvert.c: (float):
14860           Don't use LL suffix, as it's not portable, and neither of these
14861           uses required it anyway.
14862
14863 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14864
14865         * examples/indexing/indexmpeg.c: (main):
14866         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14867         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14868         (cdparanoia_convert), (cdparanoia_query):
14869         * ext/cdparanoia/gstcdparanoia.h:
14870         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14871         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14872         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14874         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14875         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14876         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14877         (gst_multifdsink_render), (gst_multifdsink_start),
14878         (gst_multifdsink_stop):
14879         * gst/tcp/gstmultifdsink.h:
14880         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14881         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14882         (gst_tcpclientsink_stop):
14883         * gst/tcp/gsttcpclientsink.h:
14884         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14885         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14886         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14887         * gst/tcp/gsttcpclientsrc.h:
14888         * gst/tcp/gsttcpserversink.h:
14889         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14890         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14891         (gst_tcpserversrc_stop):
14892         * gst/tcp/gsttcpserversrc.h:
14893         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14894         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14895         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14896           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14897           moved bitshift from macro to enum definition
14898
14899 2005-10-12  Wim Taymans  <wim@fluendo.com>
14900
14901         * examples/seeking/Makefile.am:
14902         Oops.
14903
14904 2005-10-12  Wim Taymans  <wim@fluendo.com>
14905
14906         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14907         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14908         Don't assert on normal stuff.
14909
14910         * gst/playback/gstplaybin.c: (do_playbin_seek):
14911         API fix.
14912
14913 2005-10-12  Wim Taymans  <wim@fluendo.com>
14914
14915         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14916         * examples/seeking/Makefile.am:
14917         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14918         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14919         (do_seek), (set_update_scale), (message_received), (main):
14920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14921         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14922         Update for _get_state() API change.
14923
14924 2005-10-11  Wim Taymans  <wim@fluendo.com>
14925
14926         * gst-libs/gst/audio/gstbaseaudiosink.c:
14927         (gst_base_audio_sink_render):
14928         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14929         (gst_base_audio_src_create):
14930         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14931         (gst_ring_buffer_read):
14932         Cleanups.
14933         Commit and read from ringbuffer in samples rather than bytes.
14934
14935 2005-10-11  Wim Taymans  <wim@fluendo.com>
14936
14937         * gst-libs/gst/audio/gstbaseaudiosink.c:
14938         (gst_base_audio_sink_render):
14939         Respect segment rate and accum when scheduling samples.
14940
14941 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14942
14943         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14944         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14945         EOS correctly, that needs more work.
14946
14947 2005-10-11  Wim Taymans  <wim@fluendo.com>
14948
14949         * check/generic/states.c: (GST_START_TEST):
14950         remove old property.
14951
14952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14953         (gst_ogg_demux_perform_seek):
14954         * ext/theora/theoradec.c: (theora_dec_sink_event):
14955         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14956         (vorbis_handle_data_packet):
14957         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14958         (gst_base_rtp_depayload_set_gst_timestamp):
14959         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14960         Update for newsegment API change.
14961
14962 2005-10-11  Michael Smith <msmith@fluendo.com>
14963
14964         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14965         (do_playbin_seek), (gst_play_bin_send_event):
14966           Override send_event differently, so that we can takes bits of
14967           functionality from GstPipeline (special handling for seeks,
14968           including pausing/resuming, and resetting stream time) and still get
14969           the appropriate behaviour of only forwarding event to a single sink,
14970           rather than all of them.
14971           Unfortunately requires a lot of code duplication, but the
14972           alternatives are equally ugly in the end.
14973
14974 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14975
14976         * check/elements/audioconvert.c: (setup_audioconvert),
14977         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14978         (GST_START_TEST), (audioconvert_suite):
14979           clean up tests a little, fix some leaks.
14980
14981 2005-10-10  Wim Taymans  <wim@fluendo.com>
14982
14983         * ext/alsa/gstalsasink.c:
14984         Also allow unsigned int.
14985
14986         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14987         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14988         Small cleanup
14989
14990 2005-10-10  Wim Taymans  <wim@fluendo.com>
14991
14992         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14993         Small update, use API as stated in design docs.
14994
14995         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14996         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14997         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14998         (message_received), (main):
14999         Updated seek example for GOption. Some usability improvements.
15000
15001 2005-10-10  Wim Taymans  <wim@fluendo.com>
15002
15003         * gst/audioconvert/audioconvert.h:
15004         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15005         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
15006         Alloc temp storage somewhere else where we can do it more
15007         portable.
15008
15009 2005-10-10  Wim Taymans  <wim@fluendo.com>
15010
15011         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
15012         (gst_tcpserversrc_start):
15013         Don't block in accept while doing the state change, move
15014         to poll and make cancellable.
15015
15016 2005-10-09  Philippe Khalaf <burger@speedy.org>
15017
15018         * gst-libs/gst/rtp/rtpbasedepayload.c:
15019         Set timestamp and add queue delay to timestamp
15020         * gst-libs/gst/rtp/rtpbuffer.h:
15021         Set correct payload type for h263
15022
15023 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15024
15025         * gst/audiotestsrc/gstaudiotestsrc.c:
15026         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
15027         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
15028         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
15029         (gst_audiotestsrc_create_triangle),
15030         (gst_audiotestsrc_create_silence),
15031         (gst_audiotestsrc_create_white_noise),
15032         (gst_audiotestsrc_init_pink_noise),
15033         (gst_audiotestsrc_generate_pink_noise_value),
15034         (gst_audiotestsrc_create_pink_noise),
15035         (gst_audiotestsrc_change_wave):
15036         * gst/audiotestsrc/gstaudiotestsrc.h:
15037           fixed typo, added pink noise
15038
15039 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15040
15041         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
15042         (plugin_init):
15043           Add wavpack and spc typefind functions from 0.8 branch.
15044
15045 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
15048         (ar_type_find), (msdos_type_find), (plugin_init):
15049           Add typefind functions for tar archives, ar archives,
15050           RAR archives, and msdos-executables (dlls, exe, etc.).
15051           Some of those would be wrongly identified as mpeg
15052           streams of some sort before (#315550).
15053
15054 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15055
15056         * configure.ac:
15057         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15058         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15059         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15060         * gst/audiotestsrc/Makefile.am:
15061         * gst/audiotestsrc/gstaudiotestsrc.c:
15062         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
15063         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
15064         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
15065         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
15066         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
15067         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
15068         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
15069         (gst_audiotestsrc_create_silence),
15070         (gst_audiotestsrc_create_white_noise),
15071         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
15072         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
15073         (gst_audiotestsrc_start), (plugin_init):
15074         * gst/audiotestsrc/gstaudiotestsrc.h:
15075           add new plugin and element
15076         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
15077           use gobject_class
15078
15079 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15080
15081         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
15082         (gst_adder_init), (gst_adder_request_new_pad),
15083         (gst_adder_change_state):
15084           Add query function to source pad, so adder reports the correct
15085           time/sample position when queried (#315457); fix state change
15086           function; use GST_DEBUG_FUNCPTR() for pad functions.
15087
15088 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15089
15090         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
15091           Fix leaks in typefind registration
15092           Clean up the gratuitous commenting and whitespacing a little
15093
15094 2005-10-08  Wim Taymans  <wim@fluendo.com>
15095
15096         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
15097         Only actually wait for the thread to be stopped if it's 
15098         running.
15099
15100 2005-10-08  Wim Taymans  <wim@fluendo.com>
15101
15102         * gst-libs/gst/audio/gstbaseaudiosink.c:
15103         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15104         If we receive EOS we can start playback of what we had.
15105
15106 2005-10-08  Wim Taymans  <wim@fluendo.com>
15107
15108         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15109         (gst_multifdsink_finalize), (multifdsink_hash_remove),
15110         (gst_multifdsink_stop):
15111         Fix crasher when going to NULL multiple times.
15112
15113 2005-10-06  Wim Taymans  <wim@fluendo.com>
15114
15115         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
15116         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15117         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15118         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15119         patch from Edgard Lima <edgard.lima@indt.org.br>
15120         Fixed gstbaseaudiosrc adding ring buffer sync to it.
15121
15122 2005-10-06  Wim Taymans  <wim@fluendo.com>
15123
15124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15125         Report the FLOW_RETURN as string in the error message.
15126
15127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
15128         Don't assert when clearing an unnegotiated buffer.
15129
15130 2005-10-04  Michael Smith <msmith@fluendo.com>
15131
15132         * gst/playback/gstplaybasebin.c: (group_destroy),
15133         (gen_preroll_element), (remove_groups), (setup_source):
15134         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
15135         (setup_sinks), (gst_play_bin_send_event),
15136         (gst_play_bin_change_state):
15137           Set state to NULL before removing from bin. Fix refcounting.
15138
15139 2005-10-04  Michael Smith <msmith@fluendo.com>
15140
15141         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15142           Correct refcounting in send_event() function. Previously was wrong
15143           if the first sink was unable to handle the event.
15144
15145 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15146
15147         * configure.ac:
15148           back to development
15149
15150 === release 0.9.3 ===
15151
15152 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15153
15154         * configure.ac:
15155           Releasing 0.9.3, "De Facto"
15156
15157 2005-10-03  Andy Wingo  <wingo@pobox.com>
15158
15159         * gst/playback/gstdecodebin.c (try_to_link_1)
15160         (remove_element_chain): set element to NULL before removing it.
15161
15162 2005-10-02  Johan Dahlin  <johan@gnome.org>
15163
15164         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
15165         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
15166         MT safe.
15167
15168 2005-10-02  Andy Wingo  <wingo@pobox.com>
15169
15170         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
15171         (gst_ring_buffer_prepare_read): 
15172         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
15173         Demote to LOG.
15174
15175 2005-09-29  Wim Taymans  <wim@fluendo.com>
15176
15177         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
15178         * ext/theora/theoradec.c: (theora_handle_data_packet):
15179         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15180         Propagate error codes from alloc_buffer too.
15181
15182 2005-09-29  Wim Taymans  <wim@fluendo.com>
15183
15184         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15185         We use fixed caps.
15186
15187         * gst/playback/Makefile.am:
15188         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15189         (dump_element_stats), (main):
15190         Added example stream introspection code.
15191
15192 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
15193
15194         * gst/adder/gstadder.c: (gst_adder_collected):
15195           fix adder for float elements
15196
15197 2005-09-28  Wim Taymans  <wim@fluendo.com>
15198
15199         * gst-libs/gst/audio/gstbaseaudiosink.c:
15200         (gst_base_audio_sink_class_init),
15201         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
15202         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15203         (gst_base_audio_src_class_init),
15204         (gst_base_audio_src_provide_clock):
15205         get_clock -> provide_clock
15206
15207 2005-09-28  Andy Wingo  <wingo@pobox.com>
15208
15209         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
15210         and unlocking.
15211
15212         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15213         unlocking.
15214
15215         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15216         Actually add the pad template.
15217         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15218
15219         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15220         I'm at it...
15221
15222         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15223         from fdsrc. Get caps in create() instead of start() so it can be
15224         interrupted. Interruption somewhat untested.
15225
15226         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15227         Proper EOS handling.
15228
15229 2005-09-27  Andy Wingo  <wingo@pobox.com>
15230
15231         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15232
15233         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15234
15235         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15236
15237         * gst/tcp/gsttcp.h: 
15238         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15239         out of tcpclientsrc.c. Cancellable.
15240         (gst_tcp_socket_read): Made private, cancellable, with better
15241         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15242         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15243         whole buffer, and better diagnostics.
15244         (gst_tcp_gdp_read_caps): Same.
15245
15246         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15247
15248 2005-09-26  Andy Wingo  <wingo@pobox.com>
15249
15250         * gst/sine/gstsinesrc.h:
15251         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15252         change the 'sync' property to 'is-live' and implement it halfway,
15253         update for controller api change.
15254
15255         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15256         controller api change.
15257
15258 2005-09-24  Wim Taymans  <wim@fluendo.com>
15259
15260         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15261         * gst-libs/gst/audio/gstaudiosink.c:
15262         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15263         (gst_audioringbuffer_stop):
15264         * gst-libs/gst/audio/gstbaseaudiosink.c:
15265         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15266         (gst_base_audio_sink_change_state):
15267         * gst-libs/gst/audio/gstbaseaudiosink.h:
15268         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15269         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15270         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15271         * gst-libs/gst/audio/gstringbuffer.h:
15272         Fix sync again. Moved sample alignment to basesink.
15273
15274 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15275
15276         * docs/plugins/Makefile.am:
15277         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15278         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15279         * gst/volume/gstvolume.c:
15280           add/fix docs
15281         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15282         * gst-libs/gst/audio/audio.h:
15283           add conversion macros for frames <-> clocktime
15284
15285 2005-09-23  David Schleef  <ds@schleef.org>
15286
15287         * gst/audioresample/Makefile.am:
15288         * gst/audioresample/debug.h:
15289         * gst/audioresample/gstaudioresample.c:
15290         * gst/audioresample/resample.c: Convert to using gst debugging
15291
15292 2005-09-22  Wim Taymans  <wim@fluendo.com>
15293
15294         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15295         (gst_play_bin_send_event):
15296         Only seek on one sink, the first one that succeeds.
15297
15298 2005-09-22  Michael Smith <msmith@fluendo.com>
15299
15300         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15301         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15302         Don't flush encoder state unless we have an initialised encoder.
15303         Clear out encoder state on PAUSED_TO_READY.
15304
15305 2005-09-22  Wim Taymans  <wim@fluendo.com>
15306
15307         * gst-libs/gst/rtp/gstbasertppayload.c:
15308         (gst_basertppayload_class_init), (gst_basertppayload_init),
15309         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15310         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15311         (gst_basertppayload_is_filled), (gst_basertppayload_push),
15312         (gst_basertppayload_set_property),
15313         (gst_basertppayload_get_property),
15314         (gst_basertppayload_change_state):
15315         * gst-libs/gst/rtp/gstbasertppayload.h:
15316         Added max-ptime to control amount of data in the rtp packets.
15317
15318 2005-09-21  Andy Wingo  <wingo@pobox.com>
15319
15320         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15321         thingies.
15322
15323         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15324         can be called multiple times, dogs.
15325
15326 2005-09-21  Wim Taymans  <wim@fluendo.com>
15327
15328         * gst-libs/gst/rtp/gstbasertppayload.c:
15329         (gst_basertppayload_class_init), (gst_basertppayload_init),
15330         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15331         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15332         (gst_basertppayload_push), (gst_basertppayload_get_property),
15333         (gst_basertppayload_change_state):
15334         Allow 0 ssrc too.
15335
15336 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15337
15338         * docs/libs/compiling.sgml:
15339           fixing typos
15340
15341 2005-09-20  Wim Taymans  <wim@fluendo.com>
15342
15343         * gst-libs/gst/rtp/gstbasertppayload.c:
15344         (gst_basertppayload_class_init), (gst_basertppayload_init),
15345         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15346         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15347         (gst_basertppayload_push), (gst_basertppayload_set_property),
15348         (gst_basertppayload_get_property),
15349         (gst_basertppayload_change_state):
15350         * gst-libs/gst/rtp/gstbasertppayload.h:
15351         Added property to configure sequence number offsets.
15352
15353 2005-09-20  Wim Taymans  <wim@fluendo.com>
15354
15355         * gst-libs/gst/rtp/gstbasertppayload.c:
15356         (gst_basertppayload_class_init), (gst_basertppayload_init),
15357         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15358         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15359         (gst_basertppayload_push), (gst_basertppayload_set_property),
15360         (gst_basertppayload_get_property),
15361         (gst_basertppayload_change_state):
15362         * gst-libs/gst/rtp/gstbasertppayload.h:
15363         Make timestamp offset configurable.
15364
15365 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15366
15367         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15368           fix wrong pop/unref
15369
15370 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15371
15372         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15373
15374         * gst-libs/gst/interfaces/propertyprobe.c:
15375         (gst_property_probe_probe_property_name),
15376         (gst_property_probe_needs_probe_name),
15377         (gst_property_probe_get_values_name),
15378         (gst_property_probe_probe_and_get_values_name):
15379           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15380           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15381
15382 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15383
15384         * check/Makefile.am:
15385           have some tests be disabled for valgrinding
15386         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15387         (GST_START_TEST):
15388         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15389           Fix A Leak.  Chain To Parent Finalize.
15390
15391 2005-09-19  Wim Taymans  <wim@fluendo.com>
15392
15393         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15394         Fixed wav pipeline.
15395
15396 2005-09-19  Wim Taymans  <wim@fluendo.com>
15397
15398         * gst-libs/gst/rtp/gstbasertppayload.c:
15399         (gst_basertppayload_class_init), (gst_basertppayload_init),
15400         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15401         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15402         (gst_basertppayload_push), (gst_basertppayload_get_property),
15403         (gst_basertppayload_change_state):
15404         Posting ERROR and WARNING messages is good.
15405
15406 2005-09-19  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15409         (gst_base_rtp_depayload_add_to_queue),
15410         (gst_base_rtp_depayload_push),
15411         (gst_base_rtp_depayload_set_gst_timestamp),
15412         (gst_base_rtp_depayload_queue_release):
15413         This one was not supposed to go in.
15414
15415 2005-09-19  Wim Taymans  <wim@fluendo.com>
15416
15417         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15418         Fix for bus API.
15419
15420         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15421         (gst_base_rtp_depayload_chain),
15422         (gst_base_rtp_depayload_add_to_queue),
15423         (gst_base_rtp_depayload_push),
15424         (gst_base_rtp_depayload_set_gst_timestamp),
15425         (gst_base_rtp_depayload_queue_release):
15426         Some cleanups.
15427
15428         * gst-libs/gst/rtp/gstbasertppayload.c:
15429         (gst_basertppayload_class_init), (gst_basertppayload_init),
15430         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15431         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15432         (gst_basertppayload_get_property),
15433         (gst_basertppayload_change_state):
15434         Added debugging category.
15435
15436 2005-09-18  David Schleef  <ds@schleef.org>
15437
15438         * gst/playback/gstdecodebin.c: free plugin list correctly
15439         * gst/playback/gstplaybin.c: emit warning if autovideosink
15440           and autoaudiosink can't be found (instead of segfaulting)
15441
15442 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15443
15444         * check/elements/audioconvert.c: (GST_START_TEST):
15445           try out 24 bit conversion
15446
15447 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15448
15449         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15450         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15451         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15452         * ext/vorbis/vorbisenc.h:
15453           Fix EOS handling.  Still needs a fix in the ogg muxer to
15454           mark the last page as eos.
15455
15456 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15457
15458         * common/gtk-doc-plugins.mak:
15459         * docs/plugins/Makefile.am:
15460         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15461         * gst/ffmpegcolorspace/Makefile.am:
15462         * gst/ffmpegcolorspace/avcodec.h:
15463         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15464         * gst/tcp/gstmultifdsink.c:
15465           fix up ffmpegcolorspace docs; extract header
15466
15467 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15468
15469         * common/gtk-doc-plugins.mak:
15470         * docs/plugins/Makefile.am:
15471         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15472         * ext/theora/Makefile.am:
15473         * ext/theora/gsttheoraenc.h:
15474         * ext/theora/theoraenc.c:
15475         * ext/vorbis/vorbisenc.c:
15476           pick up signals and args for vorbis; add some docs for vorbis
15477
15478 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15479
15480         * common/gstdoc-scangobj:
15481         * common/gtk-doc-plugins.mak:
15482         * docs/libs/Makefile.am:
15483         * docs/plugins/gst-plugins-base-plugins.args:
15484         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15485         * docs/plugins/gst-plugins-base-plugins.interfaces:
15486         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15487         * docs/plugins/gst-plugins-base-plugins.signals:
15488           only scanobj stuff from our source module.  Not sure yet
15489           if that's correct, given the hierarchy stuff :)
15490
15491 2005-09-15  Wim Taymans  <wim@fluendo.com>
15492
15493         * gst/audioconvert/gstaudioconvert.c:
15494         And enable 24 bits mode as well..
15495
15496 2005-09-15  Wim Taymans  <wim@fluendo.com>
15497
15498         * gst-libs/gst/rtp/Makefile.am:
15499         * gst-libs/gst/rtp/gstbasertppayload.c:
15500         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15501         (gst_basertppayload_class_init), (gst_basertppayload_init),
15502         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15503         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15504         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15505         (gst_basertppayload_set_property),
15506         (gst_basertppayload_get_property),
15507         (gst_basertppayload_change_state):
15508         * gst-libs/gst/rtp/gstbasertppayload.h:
15509         Added rtp payloader base class.
15510
15511 2005-09-15  Andy Wingo  <wingo@pobox.com>
15512
15513         * configure.ac (plugindir): Remove the EOL matcher from the
15514         regexp, as it causes me problems. Libtool? Make? Who knows?
15515
15516 2005-09-14  David Schleef  <ds@schleef.org>
15517
15518         * check/generic/states.c: 
15519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15520         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15521           Fixes for changes in registry API.
15522
15523         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15524           to GST_PLUGIN_LDFLAGS.
15525         * ext/libvisual/visual.c: Make the library shut up.
15526         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15527         * gst-libs/gst/audio/gstaudiofilter.c: same
15528
15529 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15530
15531         * docs/plugins/Makefile.am:
15532         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15533         * docs/plugins/inspect/plugin-libvisual.xml:
15534         * docs/plugins/tmpl/element-tcpserversink.sgml:
15535         * ext/theora/theoraenc.c:
15536           add libvisual plugin and theoraenc element to docs
15537
15538 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15539
15540         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15541         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15542         * ext/theora/theoraenc.c:
15543           add theoraenc
15544
15545 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15546
15547         * gst/audioconvert/Makefile.am:
15548           Audioconvert derives from GstBaseTransform and should
15549           link to the library with our base elements to avoid
15550           unresolved symbols. Makes things work with MinGW (#316160)
15551
15552         * gst/playback/test4.c: (main):
15553           Fix MinGW build problem and use g_usleep() instead of 
15554           sleep() (#316162)
15555
15556 2005-09-12  Wim Taymans  <wim@fluendo.com>
15557
15558         * gst/audioconvert/audioconvert.c: (float),
15559         (audio_convert_prepare_context), (audio_convert_convert):
15560         * gst/audioconvert/audioconvert.h:
15561         Cleanups, speedups, simplifications, added back support
15562         for 24 bits.
15563
15564 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15565
15566         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15567         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15568         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15569         * docs/plugins/tmpl/element-tcpserversink.sgml:
15570         * gst/ffmpegcolorspace/gstffmpeg.c:
15571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15572         * gst/videotestsrc/gstvideotestsrc.c:
15573         * gst/volume/gstvolume.c:
15574           add more elements to the docs
15575
15576 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15577
15578         * check/Makefile.am:
15579         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15580         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15581           Add extra tests for basetransform based components. 
15582           Comment out the test_element_negotiation test until we decide
15583           if it's testing correct behaviour.
15584         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15585         (gst_visual_chain), (gst_visual_change_state):
15586           Slightly more correct but still bogus timestamping.
15587           Fix state change function.
15588         * gst/audioconvert/gstaudioconvert.c:
15589         (gst_audio_convert_class_init):
15590         * gst/audioresample/gstaudioresample.c:
15591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15592         (gst_ffmpegcsp_class_init):
15593         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15594         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15595         (gst_videoscale_prepare_image):
15596         * gst/volume/gstvolume.c: (gst_volume_class_init),
15597         (volume_transform_ip):
15598           Basetransform updates. Enable passthrough modes.
15599         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15600         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15601         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15602           Negotiation fix that allows the window to return to the original
15603           size and renegotiate passthrough upstream. Extra debug output.
15604
15605 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15606
15607         * gst/sine/gstsinesrc.c:
15608         * gst/volume/gstvolume.c:
15609           fix up header include
15610
15611 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15612
15613         * gst-libs/gst/audio/gstbaseaudiosink.c:
15614         (gst_base_audio_sink_render):
15615         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15616         * gst/volume/gstvolume.c: (gst_volume_class_init),
15617         (volume_transform):
15618           fixing lost sync, some more debugging
15619
15620 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15621
15622         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15623         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15624         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15625         (gst_xvimagesink_check_xshm_calls):
15626           Fix compilation when XShm is not available.
15627
15628 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15629
15630         * ext/libvisual/visual.c: (gst_visual_dispose),
15631         (gst_visual_getcaps), (gst_visual_src_setcaps),
15632         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15633         (gst_visual_change_state):
15634           Finish fixing up libvisual plugin so that it runs. 
15635
15636 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15637
15638         * ext/vorbis/vorbisenc.c:
15639         * gst-libs/gst/tag/gstvorbistag.c:
15640           gsttaginterface.h -> gsttagsetter.h
15641
15642 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15643
15644         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15645           added another test that failes for me (test is not active by default)
15646
15647 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15648
15649         * configure.ac:
15650           v4l2 is no longer in gst-plugins-base
15651
15652 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15653
15654         * configure.ac:
15655           In the output at the end, don't show the first plugin on the same
15656           line as "Core plug-ins, always built:".
15657           Indent the output as for other plugin categories
15658         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15659           #define that can be used to not use peer buffer_alloc functions for
15660           test purposes.
15661         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15662         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15663         (gst_ximagesink_show_frame):
15664         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15665         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15666         (gst_xvimagesink_show_frame):
15667           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15668           fails gracefully instead of XError aborting or deadlocking.
15669
15670 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15671
15672         * ext/libvisual/Makefile.am:
15673           link against gst-base-libs
15674
15675 2005-09-06  David Schleef  <ds@schleef.org>
15676
15677         * configure.ac: Enable libvisual plugin.
15678         * ext/libvisual/Makefile.am:
15679         * ext/libvisual/visual.c: Fixes to make it compile.
15680
15681 === release 0.9.2 ===
15682
15683 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15684
15685         * NEWS:
15686         * RELEASE:
15687         * configure.ac:
15688         * docs/random/ChangeLog-0.8:
15689           releasing 0.9.2, "Spoon"
15690
15691 2005-09-05  Michael Smith <msmith@fluendo.com>
15692
15693         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15694           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15695           that in the vorbisenc element.
15696
15697 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15698
15699         * common/gtk-doc-plugins.mak:
15700         * docs/plugins/Makefile.am:
15701           fix distcheck
15702         * gst/audioresample/resample.c:
15703           fix wrong docstring
15704
15705 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15706
15707         * common/gst-xmlinspect.py:
15708         * common/gtk-doc-plugins.mak:
15709           only inspect plugins for this given package
15710           require gst-python 0.9
15711
15712 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * Makefile.am:
15715         * autogen.sh:
15716         * common/gst-xmlinspect.py:
15717         * configure.ac:
15718         * docs/Makefile.am:
15719         * docs/plugins/inspect/plugin-alsa.xml:
15720         * docs/plugins/inspect/plugin-audioresample.xml:
15721         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15722         * docs/plugins/inspect/plugin-ogg.xml:
15723         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15724         * docs/plugins/tmpl/element-multifdsink.sgml:
15725         * docs/plugins/tmpl/element-tcpserversink.sgml:
15726         * docs/plugins/tmpl/element-vorbisenc.sgml:
15727         * gst-plugins-base.spec.in:
15728           various doc-related updates
15729
15730 2005-08-31  Wim Taymans  <wim@fluendo.com>
15731
15732         * gst-libs/gst/audio/gstbaseaudiosink.c:
15733         (gst_base_audio_sink_render):
15734         Resync if the buffer timestamps drift more than a 10th 
15735         of a second.
15736
15737 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15738
15739         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15740         (gst_v4lsrc_get_property):
15741           The 'timestamp-offset' property is registered as an int64, so
15742           let's use g_value_{set|get}_int64() in our setter and getter
15743           functions (makes it work and fixes warnings with gst-inspect).
15744
15745 2005-08-30  Wim Taymans  <wim@fluendo.com>
15746
15747         * check/elements/audioconvert.c: (setup_audioconvert):
15748         * check/elements/audioresample.c: (setup_audioresample):
15749         * check/elements/volume.c: (setup_volume):
15750         Fix checks.
15751
15752 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15753
15754         * common/gtk-doc-plugins.mak:
15755         * common/plugins.xsl:
15756         * docs/plugins/Makefile.am:
15757           make module a param
15758
15759 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15760
15761         * examples/seeking/seek.c: (make_mp3_pipeline),
15762         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15763         (play_cb), (pause_cb), (stop_cb):
15764           update the example
15765
15766 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15767
15768         * gst/volume/gstvolume.c: (gst_volume_class_init),
15769         (volume_transform):
15770           do not update controlled params, if buffer has no timestamp
15771
15772 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15773
15774         * configure.ac:
15775         * gst/sine/Makefile.am:
15776         * gst/volume/Makefile.am:
15777           controllerized elements also need to link against controller-libs ;)
15778
15779 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15780
15781         * docs/libs/tmpl/gstcolorbalance.sgml:
15782         * docs/libs/tmpl/gstgconf.sgml:
15783         * docs/libs/tmpl/gstmixer.sgml:
15784         * docs/libs/tmpl/gstringbuffer.sgml:
15785         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15786         (gst_sinesrc_create):
15787         * gst/volume/gstvolume.c: (gst_volume_class_init),
15788         (volume_transform):
15789           controllerized two audio plugins
15790
15791 2005-08-29  Andy Wingo  <wingo@pobox.com>
15792
15793         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15794         (vorbis_handle_data_packet): Fix some int overflow errors.
15795
15796         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15797         -1.
15798         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15799         valid.
15800         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15801         if it's valid. Fixed streaming-mode playback.
15802
15803         * check/elements/volume.c (cleanup_volume): Fix for running
15804         CK_FORK=no.
15805
15806         * check/elements/audioconvert.c: Convert from native endian, not
15807         little endian.
15808
15809 2005-08-29  Michael Smith <msmith@fluendo.com>
15810
15811         * ext/ogg/Makefile.am:
15812         * ext/ogg/gstogg.c: (plugin_init):
15813         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15814         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15815         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15816         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15817         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15818         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15819         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15820         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15821         Add an ogg parser element.
15822
15823 2005-08-28  Andy Wingo  <wingo@pobox.com>
15824
15825         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15826
15827 2005-08-26  Wim Taymans  <wim@fluendo.com>
15828
15829         * gst/audioconvert/audioconvert.c: (if), (float),
15830         (audio_convert_get_func_index), (check_default),
15831         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15832         (audio_convert_clean_context), (audio_convert_get_sizes),
15833         (audio_convert_convert):
15834         Cleanups.
15835
15836 2005-08-26  Wim Taymans  <wim@fluendo.com>
15837
15838         * gst/audioconvert/audioconvert.c: (if), (float),
15839         (audio_convert_get_func_index), (check_default),
15840         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15841         (audio_convert_clean_context), (audio_convert_get_sizes),
15842         (audio_convert_convert):
15843         More elegant and working temp buffer selection algo.
15844
15845 2005-08-26  Wim Taymans  <wim@fluendo.com>
15846
15847         * gst/audioconvert/audioconvert.c: (if), (float),
15848         (audio_convert_get_func_index), (check_default),
15849         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15850         (audio_convert_clean_context), (audio_convert_get_sizes),
15851         (get_temp_buffer), (audio_convert_convert):
15852         Use realloc else we lose our original data.
15853
15854 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * gst/audioresample/gstaudioresample.c:
15857           use base class' newsegment to properly timestamp
15858
15859 2005-08-26  Wim Taymans  <wim@fluendo.com>
15860
15861         * gst/audioconvert/audioconvert.c: (if), (float),
15862         (audio_convert_get_func_index), (check_default),
15863         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15864         (audio_convert_clean_context), (audio_convert_get_sizes),
15865         (get_temp_buffer), (audio_convert_convert):
15866         * gst/audioconvert/gstaudioconvert.c:
15867         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15868         (gst_audio_convert_transform_caps),
15869         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15870         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15871         Oops, allocate enough space to perform the channel mix.
15872
15873 2005-08-26  Wim Taymans  <wim@fluendo.com>
15874
15875         * gst/audioconvert/Makefile.am:
15876         * gst/audioconvert/audioconvert.c: (if), (float),
15877         (audio_convert_get_func_index), (check_default),
15878         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15879         (audio_convert_clean_context), (audio_convert_get_sizes),
15880         (get_temp_buffer), (audio_convert_convert):
15881         * gst/audioconvert/audioconvert.h:
15882         * gst/audioconvert/gstaudioconvert.c:
15883         (gst_audio_convert_class_init), (gst_audio_convert_init),
15884         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15885         (gst_audio_convert_get_unit_size),
15886         (gst_audio_convert_transform_caps),
15887         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15888         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15889         * gst/audioconvert/gstaudioconvert.h:
15890         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15891         (gst_channel_mix_fill_identical),
15892         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15893         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15894         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15895         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15896         (gst_channel_mix_mix):
15897         * gst/audioconvert/gstchannelmix.h:
15898         Cleanups, librarify a bit, optimize, better negotiation and more.
15899
15900 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15901
15902         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15903         Another from MikeS:
15904         During typefinding, don't support negative offsets
15905         (offsets from the end of the stream) in our typefind->peek() function
15906         - nothing embedded in ogg ever needs them. However, we need to recognise
15907         those requests and reject them, otherwise we return invalid pointers.
15908
15909 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15910
15911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15912         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15913         (vorbisdec_finalize), (vorbis_handle_type_packet):
15914           Big shout-out to MikeS for fixing this giant memory leak.
15915           Huzzah!
15916
15917 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15918
15919         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15920         (audio_convert_get_unit_size):
15921           plug some leaks
15922
15923 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15924
15925         * check/Makefile.am:
15926         * check/elements/audioconvert.c: (setup_audioconvert),
15927         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15928         (GST_START_TEST), (audioconvert_suite), (main):
15929           add a test for audioconvert
15930         * gst/audioresample/gstaudioresample.c:
15931         * gst/audioresample/gstaudioresample.h:
15932           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15933           note that for buffers of 1/3 sec this means DURATION(c) is 
15934           one nanosecond more than for a and b
15935
15936 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15937
15938         * check/Makefile.am:
15939         * check/elements/audioresample.c: (setup_audioresample),
15940         (cleanup_audioresample), (fail_unless_perfect_stream),
15941         (test_perfect_stream_instance), (GST_START_TEST),
15942           add a check for audioresample
15943         (audioresample_suite), (main):
15944         * check/elements/volume.c: (GST_START_TEST):
15945           remove unused method
15946         * gst/audioresample/gstaudioresample.c:
15947           set correct buffer parameters since we're changing them
15948         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15949           add some debug
15950
15951 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15952
15953         * gst/audioresample/debug.c:
15954         * gst/audioresample/gstaudioresample.c:
15955           add room for extra overlap samples when asked to transform size
15956           protect against possible mem corruption and check for discrepancies
15957           between written size and outbuffer's size so we can warn for
15958           potential problems
15959         * gst/audioresample/resample.c: (resample_init),
15960         (resample_get_output_size_for_input), (resample_get_output_size),
15961         (resample_set_n_channels), (resample_set_format):
15962           set debug level based on RESAMPLE_DEBUG env var
15963           make sure that get_output_size* returns a whole number of
15964           sample_size
15965           set sample_size each time either channel or format is set
15966         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15967         * gst/audioresample/resample_functable.c:
15968         (resample_scale_functable):
15969         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15970           remove r->sample_size, it's done in resample.c now
15971           add some debugging to the ref implementation
15972           make sure we only give back bytes that are wholes of the sample
15973           size
15974
15975 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15976         * gst/playback/gstplaybasebin.c: (fill_buffer):
15977         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15978
15979 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15980
15981         * gst/volume/gstvolume.c:
15982           made set_caps function static
15983
15984 2005-08-24  Wim Taymans  <wim@fluendo.com>
15985
15986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15987         (gst_vorbisenc_change_state):
15988         Stop leaking taglists.
15989
15990 2005-08-24  Wim Taymans  <wim@fluendo.com>
15991
15992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15993         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15994         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15995         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15996         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15997         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15998         Parse seeking events better.
15999         Unref static caps.
16000         Generate correct newsegment events, fixes seeking in live oggs.
16001
16002         * ext/theora/theoradec.c: (theora_dec_src_query),
16003         (theora_dec_src_event), (theora_dec_src_getcaps),
16004         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
16005         Use newsegment values to report correct play time.
16006
16007         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16008         (vorbis_dec_src_event), (vorbis_dec_sink_event):
16009         * ext/vorbis/vorbisdec.h:
16010         Parse and use newsegment values to report correct play time.
16011
16012         * gst-libs/gst/audio/gstbaseaudiosink.c:
16013         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16014         Clear ringbuffer on flush.
16015         Use newsegment values to calculate playback time.
16016
16017         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
16018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16019         Basesink does newsegment calculations for us now.
16020
16021 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16022
16023         * check/Makefile.am:
16024         * configure.ac:
16025           add core's plugins to the mix so that playbin works
16026         * check/generic/states.c: (GST_START_TEST):
16027           set a 0 timeout on pipelines, so they don't force the next
16028           state change
16029         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
16030         (gst_play_base_bin_change_state):
16031           remove the crappy error handling and do GST error handling
16032
16033 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16034
16035         * check/Makefile.am:
16036         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
16037           add same test as to core, it bitches out on playbin atm.
16038
16039 2005-08-24  Wim Taymans  <wim@fluendo.com>
16040
16041         * configure.ac:
16042         Remove audioscale.
16043
16044 2005-08-24  Wim Taymans  <wim@fluendo.com>
16045
16046         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
16047         (gst_videoscale_prepare_size), (parse_caps),
16048         (gst_videoscale_set_caps), (gst_videoscale_get_size),
16049         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
16050         (gst_videoscale_transform):
16051         * gst/videoscale/gstvideoscale.h:
16052         Refactor, make use of BaseTranform really well.
16053
16054 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16055
16056         * configure.ac:
16057           compile audioresample
16058         * gst/audioresample/Makefile.am:
16059         * gst/audioresample/buffer.c:
16060         * gst/audioresample/functable.c:
16061         * gst/audioresample/gstaudioresample.c:
16062         * gst/audioresample/gstaudioresample.h:
16063         * gst/audioresample/resample.c:
16064         (resample_get_output_size_for_input):
16065         * gst/audioresample/resample.h:
16066         * gst/audioresample/resample_chunk.c:
16067         * gst/audioresample/resample_functable.c:
16068         * gst/audioresample/resample_ref.c:
16069           port to use basetransform; doesn't work in all cases yet
16070
16071 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         * gst/audioconvert/gstaudioconvert.c:
16074         (gst_audio_convert_class_init), (gst_audio_convert_init),
16075         (audio_convert_get_unit_size), (audio_convert_transform_caps),
16076         (audio_convert_fixate_caps), (audio_convert_set_caps),
16077         (audio_convert_transform),
16078         (gst_audio_convert_buffer_to_default_format),
16079         (gst_audio_convert_buffer_from_default_format),
16080         (gst_audio_convert_channels):
16081         * gst/audioconvert/gstchannelmix.c:
16082         * gst/audioconvert/gstchannelmix.h:
16083           port to basetransform
16084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16085         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
16086         (gst_ffmpegcsp_get_unit_size):
16087         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16088         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
16089           fix for basetransform changes
16090
16091 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
16092
16093         * check/Makefile.am:
16094           Add CHECK_CFLAGS and LDFLAGS
16095
16096         * gst/playback/gstplaybasebin.c: (fill_buffer):
16097           GST_MESSAGE_SRC became a GObject
16098
16099 2005-08-24  Wim Taymans  <wim@fluendo.com>
16100
16101         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
16102         (gst_ring_buffer_clear_all):
16103         * gst-libs/gst/audio/gstringbuffer.h:
16104         Added function to clear the ringbuffer.
16105
16106 2005-08-24  Andy Wingo  <wingo@pobox.com>
16107
16108         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
16109         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
16110         of _open and _close.
16111
16112         * sys/v4l/gstv4lxoverlay.h:
16113         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
16114         an Xv connection here, instead of all the time. Make Xv only be
16115         loaded if you axe for it. Kindof a workaround for buggy behaviour
16116         of Xv when using remote xservers (XvQueryExtension would block).
16117         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
16118         replace the _open and _close public API. Only start the xv
16119         connection if necessary.
16120         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
16121
16122 2005-08-23  David Schleef  <ds@schleef.org>
16123
16124         * gst/audioresample/Makefile.am: Leet audioresampling code
16125         * gst/audioresample/buffer.c:
16126         * gst/audioresample/buffer.h:
16127         * gst/audioresample/debug.c:
16128         * gst/audioresample/debug.h:
16129         * gst/audioresample/functable.c:
16130         * gst/audioresample/functable.h:
16131         * gst/audioresample/gstaudioresample.c:
16132         * gst/audioresample/gstaudioresample.h:
16133         * gst/audioresample/resample.c:
16134         * gst/audioresample/resample.h:
16135         * gst/audioresample/resample_chunk.c:
16136         * gst/audioresample/resample_functable.c:
16137         * gst/audioresample/resample_ref.c:
16138
16139 2005-08-23  Wim Taymans  <wim@fluendo.com>
16140
16141         * examples/seeking/seek.c: (make_vorbis_pipeline),
16142         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
16143         Small seek updates.
16144
16145 2005-08-23  Andy Wingo  <wingo@pobox.com>
16146
16147         * gst-libs/gst/audio/gstbaseaudiosrc.c
16148         (gst_base_audio_src_fixate): Only fixate endianness if it is
16149         present in the caps.
16150
16151 2005-08-22  Andy Wingo  <wingo@pobox.com>
16152
16153         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
16154         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
16155         device-name property.
16156
16157         * gst-libs/gst/audio/gstaudiosrc.h:
16158         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
16159         close_device in the ring buffer, like gstaudiosink.
16160
16161         * ext/alsa/gstalsamixer.h:
16162         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
16163         macro to implement the interface without much code. Cleanups. 
16164
16165         * ext/alsa/gstalsasrc.h:
16166         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
16167         READY.
16168
16169         * ext/alsa/Makefile.am: Add new files.
16170         * ext/alsa/gstalsamixerelement.c: 
16171         * ext/alsa/gstalsamixerelement.c: Split element code out from
16172         mixer code so that alsasrc can be a mixer too.
16173
16174 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16175
16176         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16177         (GST_START_TEST):
16178         * check/elements/vorbisdec.c: (setup_vorbisdec),
16179         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
16180         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16181         (vorbis_handle_identification_packet),
16182         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
16183         (vorbis_handle_header_packet), (vorbis_dec_push),
16184         (vorbis_dec_chain):
16185           use the setup/teardown methods to save code.  save code is good.
16186
16187 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16188
16189         * check/Makefile.am:
16190           add ext dir for plugins
16191           add vorbisdec test conditionally
16192         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16193         (GST_START_TEST), (volume_suite):
16194           add a test with wrong caps
16195         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
16196         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
16197           add a vorbisdec test
16198         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
16199         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
16200           clean up debug output
16201         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16202           yay, fix a segfault/security issue in vorbisdec
16203           gst-launch fakesrc ! vorbisdec wasn't happy
16204         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
16205         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
16206         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
16207         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
16208         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
16209         (gst_vorbisenc_set_metadata), (get_constraints_string),
16210         (update_start_message), (gst_vorbisenc_setup),
16211         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16212         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16213         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16214         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16215         * ext/vorbis/vorbisenc.h:
16216           march in line
16217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16218         (gst_ffmpegcsp_transform):
16219           have the kow come home
16220         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16221           debug my func ptr
16222         * gst/volume/gstvolume.c: (volume_set_caps):
16223           add a debug
16224
16225 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16226
16227         * Makefile.am:
16228         * check/.cvsignore:
16229         * check/Makefile.am:
16230         * check/elements/.cvsignore:
16231         * check/elements/volume.c: (chain_func), (event_func),
16232         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16233         (main):
16234         * configure.ac:
16235           add unit test structure for gst-plugins-base
16236           add a test for volume
16237         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16238         (gst_volume_set_volume), (gst_volume_get_volume),
16239         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16240         (volume_funcfind), (volume_process_float), (volume_process_int16),
16241         (volume_set_caps), (volume_transform), (volume_update_mute),
16242         (volume_update_volume), (volume_set_property),
16243         (volume_get_property):
16244           document a little; use basetransform vmethod _set_caps
16245
16246 2005-08-19  Andy Wingo  <wingo@pobox.com>
16247
16248         * ext/alsa/gstalsamixertrack.h:
16249         * ext/alsa/gstalsamixertrack.c:
16250         * ext/alsa/gstalsamixeroptions.h:
16251         * ext/alsa/gstalsamixeroptions.c:
16252         * ext/alsa/gstalsamixer.h:
16253         * ext/alsa/gstalsamixer.c: Port to 0.9.
16254
16255         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16256         Remove gstalsa.c and alsaclock. No more cruft here.
16257         
16258 2005-08-18  Wim Taymans  <wim@fluendo.com>
16259
16260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16261         (gst_base_rtp_depayload_chain),
16262         (gst_base_rtp_depayload_add_to_queue),
16263         (gst_base_rtp_depayload_push),
16264         (gst_base_rtp_depayload_queue_release):
16265         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16266         Fix for RTPBuffer changes.
16267
16268         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16269         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16270         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16271         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16272         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16273         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16274         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16275         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16276         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16277         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16278         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16279         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16280         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16281         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16282         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16283         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16284         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16285         (gst_rtpbuffer_get_payload):
16286         * gst-libs/gst/rtp/gstrtpbuffer.h:
16287         Don't subclass GstBuffer but add methods and helper functions
16288         to construct and manipulate RTP packets in regular GstBuffers.
16289
16290 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16291
16292         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16293           moved statement below switch
16294         * gst/volume/gstvolume.c: (gst_volume_class_init):
16295           added debug ptr
16296
16297 2005-08-16  Wim Taymans  <wim@fluendo.com>
16298
16299         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16300         (gst_base_audio_src_change_state):
16301         Open and close device in READY<->NULL state change.
16302
16303 2005-08-16  Andy Wingo  <wingo@pobox.com>
16304
16305         * examples/seeking/Makefile.am: Don't compile non-compiling
16306         compiled objects with the compiler.
16307
16308         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16309         elements.
16310
16311 2005-08-12  Philippe Khalaf <burger@speedy.org>
16312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16313         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16314           Made a thread to release the queue.
16315           Removed timestamp conversion for now.
16316
16317 2005-08-10  Philippe Khalaf <burger@speedy.org>
16318         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16319         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16320           Added rtp timestamp -> gst timestamp conversion.
16321           Fixed several problems with queue.
16322
16323 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16324
16325         * gst-libs/gst/audio/gstaudioclock.h:
16326         * gst-libs/gst/audio/gstaudiofilter.h:
16327         * gst-libs/gst/audio/gstaudiosink.h:
16328         * gst-libs/gst/audio/gstaudiosrc.h:
16329         * gst-libs/gst/audio/gstbaseaudiosink.h:
16330         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16331         * gst-libs/gst/audio/gstringbuffer.h:
16332         * gst-libs/gst/net/gstnetbuffer.h:
16333         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16334         * gst-libs/gst/rtp/gstrtpbuffer.h:
16335           Add padding (you will need to rebuild gst-plugins-base,
16336           gst-plugins and all applications afterwards!)
16337
16338 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16339
16340         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16341         (gst_riff_parse_chunk):
16342           Fix bug in debug message and add some more debug messages.
16343
16344 2005-08-08  Edward Hervey  <edward@fluendo.com>
16345
16346         * gst-libs/gst/riff/riff-media.c:
16347         backported updates since branch
16348
16349 2005-08-08  Andy Wingo  <wingo@pobox.com>
16350
16351         * gst-libs/gst/audio/gstbaseaudiosink.c
16352         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16353         like good elements should. Close on READY->NULL too.
16354
16355         * gst-libs/gst/audio/gstaudiosink.c
16356         (gst_audioringbuffer_open_device,
16357         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16358         (gst_audioringbuffer_release): Updates for new ring buffer API,
16359         hook into the new audio sink api.
16360
16361         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16362         (GstAudioSinkClass.close): Just open and close the device -- no
16363         resource allocation or configuration.
16364         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16365         vmethods, handle device setup and resource allocation.
16366
16367         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16368         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16369         base class API.
16370
16371         * gst-libs/gst/audio/gstringbuffer.h
16372         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16373         New vmethods.
16374
16375         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16376         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16377         New API functions. The device should be opened before acquiring
16378         and closed after releasing.
16379
16380 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16381
16382         * gst-libs/gst/interfaces/mixer.h:
16383           Reset padding to GST_PADDING.
16384
16385 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16386
16387         * gst/playback/gstplaybin.c: (remove_sinks):
16388           Remove visualization from parent explicitely; works around some
16389           apparent refcount issue that I haven't tracked down yet.
16390
16391 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16392
16393         * ext/alsa/gstalsasink.c: (set_hwparams):
16394           Assign debug category, add negotiation debug msgs.
16395
16396 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16397
16398         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16399           Fix error code for file-not-found to NOT_FOUND.
16400
16401 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16402
16403         * common/gtk-doc-plugins.mak:
16404         * docs/plugins/Makefile.am:
16405         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16406         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16407           renamed to actual element names, so much nicer to look at
16408         * docs/plugins/tmpl/gstmultifdsink.sgml:
16409           remove
16410         * docs/plugins/tmpl/multifdsink.sgml:
16411         * docs/plugins/tmpl/tcpserversink.sgml:
16412           add
16413         * ext/alsa/gstalsa.c:
16414         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16415         * ext/ogg/gstoggmux.c:
16416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16417         * gst/playback/gstdecodebin.c:
16418         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16419         * gst/tcp/gsttcpserversink.c:
16420           various fixes and documentation additions
16421
16422 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16423
16424         * common/Makefile.am:
16425         * common/gstdoc-scangobj:
16426         * common/gtk-doc-plugins.mak:
16427         * common/gtk-doc.mak:
16428           add a custom scangobj that uses the registry
16429           add a custom gtk-doc-plugins.mak that uses it
16430           some doc build fixes
16431         * configure.ac:
16432         * docs/Makefile.am:
16433         * docs/plugins/Makefile.am:
16434         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16435         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16436         * docs/plugins/gst-plugins-base-plugins.types:
16437         * docs/plugins/tmpl/gstmultifdsink.sgml:
16438           add docs for one element, multifdsink
16439         * gst/adder/gstadder.h:
16440         * gst/volume/gstvolume.h:
16441           don't privatize enum
16442         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16443         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16444         (gst_sync_method_get_type), (gst_client_status_get_type),
16445         (gst_multifdsink_class_init),
16446         (gst_multifdsink_client_queue_buffer),
16447         (gst_multifdsink_handle_client_write):
16448         * gst/tcp/gstmultifdsink.h:
16449         * gst/tcp/gsttcp.h:
16450         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16451         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16452         (gst_tcpclientsink_render):
16453         * gst/tcp/gsttcpclientsink.h:
16454         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16455         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16456         (gst_tcpclientsrc_start):
16457         * gst/tcp/gsttcpclientsrc.h:
16458         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16459         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16460         * gst/tcp/gsttcpserversrc.h:
16461         * gst/typefind/gsttypefindfunctions.c:
16462           remove superfluous Type stuff
16463
16464 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16465
16466         * gst/playback/gstplaybin.c: (gen_video_element):
16467           Enable videoscale.
16468
16469 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16470
16471         * gst-libs/gst/gconf/gconf.c:
16472         * gst-libs/gst/gconf/gconf.h:
16473           Fix some Andy Problem [tm].
16474
16475 2005-08-04  Andy Wingo  <wingo@pobox.com>
16476
16477         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16479         (gst_ffmpegcsp_get_size): Adapt to API changes.
16480
16481         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16482         Implement an in-place do-nothing transform.
16483
16484 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16485
16486         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16487         (gst_ximagesink_renegotiate_size):
16488           Do not set new window sizes yet if we prepare a new buffer size
16489           for upstream renegotiation (software scaling) at some point in the
16490           future, because this new size waqs not actually accepted yet. Once
16491           accepted, renegotiation later on will set the new sizes just fine.
16492           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16493           embedding testcase.
16494
16495 2005-08-03  Andy Wingo  <wingo@pobox.com>
16496
16497         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16498         (gst_ximagesink_buffer_alloc): 
16499         Protect the height, width, and desired_caps with the pool_lock.
16500         Fixes videotestsrc ! queue ! ximagesink.
16501
16502 2005-08-02  Edward Hervey  <edward@fluendo.com>
16503
16504         * gst/volume/gstvolume.c:
16505         include left from controller cleanup
16506
16507 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16509           Stop collectpads before calling the parent state
16510           change function on PAUSED->READY.
16511
16512 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16513         * configure.ac:
16514           When testing for X libs, use the X CFlags 
16515         * gst/adder/gstadder.c: (gst_adder_change_state):
16516           Stop the collectpads before calling parent state change function
16517           on PAUSED->READY, otherwise we deadlock deactivating pads.
16518
16519 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16520
16521         * configure.ac:
16522         * docs/libs/tmpl/gstcolorbalance.sgml:
16523         * docs/libs/tmpl/gstmixer.sgml:
16524         * examples/Makefile.am:
16525         * gst/sine/Makefile.am:
16526         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16527         (gst_sinesrc_set_property), (plugin_init):
16528         * gst/sine/gstsinesrc.h:
16529         * gst/volume/Makefile.am:
16530         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16531         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16532         (volume_process_float), (volume_process_int16),
16533         (volume_set_property), (plugin_init):
16534         * gst/volume/gstvolume.h:
16535           deactivate and remove dparams (libgstcontrol)
16536
16537 2005-07-29  Wim Taymans  <wim@fluendo.com>
16538
16539         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16540         Convert me to BaseTransform!! help..
16541
16542 2005-07-29  Andy Wingo  <wingo@pobox.com>
16543
16544         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16545         sinks.
16546
16547         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16548         support of both endiannesses.
16549
16550 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16551
16552         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16553           Fix confusing debug message (s/event/query/)
16554
16555 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16556
16557         * gst/videotestsrc/videotestsrc.h:
16558           Use "_stdint.h" instead of <stdint.h>
16559
16560 2005-07-27  Wim Taymans  <wim@fluendo.com>
16561
16562         * ext/vorbis/Makefile.am:
16563         Revert wrong commit.
16564
16565 2005-07-27  Wim Taymans  <wim@fluendo.com>
16566
16567         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16568         More compilation fixen.
16569
16570 2005-07-27  Wim Taymans  <wim@fluendo.com>
16571
16572         * gst-libs/gst/audio/gstbaseaudiosink.c:
16573         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16574         (gst_base_audio_sink_create_ringbuffer),
16575         (gst_base_audio_sink_change_state):
16576         Fix compilation.
16577
16578 2005-07-27  Wim Taymans  <wim@fluendo.com>
16579
16580         * examples/seeking/seek.c: (setup_dynamic_link),
16581         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16582         (query_positions_elems), (query_positions_pads), (do_seek):
16583         Update seek example.
16584
16585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16586         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16587         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16588         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16589         (gst_ogg_demux_handle_event),
16590         (gst_ogg_demux_deactivate_current_chain),
16591         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16592         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16593         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16594         (gst_ogg_demux_loop):
16595         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16596         * ext/theora/theoradec.c: (theora_dec_src_event),
16597         (theora_dec_src_getcaps), (theora_dec_sink_event),
16598         (theora_dec_push), (theora_dec_chain):
16599         * ext/vorbis/Makefile.am:
16600         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16601         (vorbis_dec_sink_event), (vorbis_dec_push),
16602         (vorbis_handle_data_packet):
16603         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16604         (gst_vorbisenc_chain):
16605         * gst/playback/gststreaminfo.c: (cb_probe):
16606         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16607         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16608         * gst/videoscale/gstvideoscale.c:
16609         (gst_videoscale_handle_src_event):
16610         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16611         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16612         (gst_ximagesink_navigation_send_event):
16613         * sys/xvimage/xvimagesink.c:
16614         (gst_xvimagesink_navigation_send_event):
16615         Various event updates and cleanups
16616
16617 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16618
16619         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16620           Fix segfault for I420/YV12.
16621
16622 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16623
16624         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16625           Report bitrate.
16626
16627 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16628
16629         * gst/playback/gstplaybin.c: (gen_video_element),
16630         (gen_audio_element):
16631           Switch to auto*sink elements as default sinks; add volume element
16632           so that volume control in totem works.
16633
16634 2005-07-21  Wim Taymans  <wim@fluendo.com>
16635
16636         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16637         * gst/playback/gstplaybin.c: (setup_sinks),
16638         (gst_play_bin_change_state):
16639         Refcount fix and more comments.
16640
16641 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16642
16643         * sys/ximage/Makefile.am:
16644         * sys/ximage/ximage.c: (plugin_init):
16645         * sys/ximage/ximagesink.c:
16646         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16647         
16648
16649 2005-07-21  Wim Taymans  <wim@fluendo.com>
16650
16651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16652         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16653         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16654         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16655         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16656         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16657         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16658         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16659         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16660         Generate correct disconts for live chained oggs.
16661
16662         * gst-libs/gst/audio/gstbaseaudiosink.c:
16663         (gst_base_audio_sink_render),
16664         (gst_base_audio_sink_create_ringbuffer),
16665         (gst_base_audio_sink_change_state):
16666         Handle discont math correctly.
16667
16668         * gst/playback/gstplaybin.c: (add_sink):
16669         Some small debug cleanup.
16670
16671 2005-07-21  Wim Taymans  <wim@fluendo.com>
16672
16673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16674         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16675         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16676         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16677         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16678         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16679         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16680         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16681         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16682         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16683         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16684         (gst_ogg_demux_change_state), (gst_ogg_print):
16685         Reorganize code to send the right disconts when in streaming
16686         mode.
16687
16688 2005-07-20  Andy Wingo  <wingo@pobox.com>
16689
16690         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16691         fix (?), fixes a seggie mcfalterson (#310894).
16692
16693 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16694
16695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16696         (gst_ogg_mux_set_header_on_caps):
16697         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16699         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16700         * gst-libs/gst/audio/multichannel.c:
16701         (gst_audio_set_channel_positions),
16702         (gst_audio_set_structure_channel_positions_list):
16703         * gst/playback/gstdecodebin.c: (dynamic_create):
16704         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16705         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16706           Fixes for API changes in core.
16707
16708 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16709
16710         * gst/playback/gstplaybasebin.c: (fill_buffer):
16711           Use _new_custom() so we can set custom message types for buffering
16712           messages.
16713
16714 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16715
16716         * configure.ac:
16717         * gst-libs/gst/Makefile.am:
16718         * gst-libs/gst/gconf/.cvsignore:
16719         * gst-libs/gst/gconf/Makefile.am:
16720         * gst-libs/gst/gconf/test-gconf.c:
16721         * pkgconfig/Makefile.am:
16722         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16723         * pkgconfig/gstreamer-gconf.pc.in:
16724           Remove gconf stuff, use gconf elements instead from now on.
16725
16726 2005-07-20  Wim Taymans  <wim@fluendo.com>
16727
16728         * gst-libs/gst/audio/TODO:
16729         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16730         (gst_audio_clock_get_internal_time):
16731         * gst-libs/gst/audio/gstaudioclock.h:
16732         * gst-libs/gst/audio/gstbaseaudiosink.c:
16733         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16734         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16735         (gst_base_audio_sink_render),
16736         (gst_base_audio_sink_create_ringbuffer),
16737         (gst_base_audio_sink_change_state):
16738         Make sure the audio clock always returns an increasing value.
16739
16740 2005-07-19  Andy Wingo  <wingo@pobox.com>
16741
16742         * gst/videotestsrc/: Cleanups.
16743
16744 2005-07-19  Wim Taymans  <wim@fluendo.com>
16745
16746         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16747         Better debugging.
16748
16749 2005-07-19  Wim Taymans  <wim@fluendo.com>
16750
16751         * examples/seeking/seek.c: (make_dv_pipeline),
16752         (make_vorbis_theora_pipeline), (query_rates),
16753         (query_positions_elems), (query_positions_pads), (do_seek):
16754         Make correct DV pipeline.
16755
16756 2005-07-18  Andy Wingo  <wingo@pobox.com>
16757
16758         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16759         default. Also because it's the only thing that really works. (This
16760         is used in the GConf elements).
16761         Use AS_LIBTOOL_TAGS.
16762
16763 2005-07-18  Wim Taymans  <wim@fluendo.com>
16764
16765         * gst/playback/gstdecodebin.c: (remove_element_chain):
16766         * gst/playback/gstplaybin.c: (add_sink):
16767         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16768         (gst_stream_info_set_mute):
16769         * gst/playback/gststreamselector.c:
16770         (gst_stream_selector_get_linked_pad),
16771         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16772         More leak and compile fixes.
16773
16774 2005-07-18  Wim Taymans  <wim@fluendo.com>
16775
16776         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16777         (query_rates), (query_positions_elems), (query_positions_pads),
16778         (do_seek), (seek_cb), (stop_seek):
16779         Updated seek example. 
16780
16781         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16782         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16783         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16784         * gst/playback/gstplaybin.c: (add_sink):
16785         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16786         (gst_stream_info_set_mute):
16787         Some refcount leak fixes.
16788
16789 2005-07-16  Wim Taymans  <wim@fluendo.com>
16790
16791         * gst-libs/gst/audio/gstbaseaudiosink.c:
16792         (gst_base_audio_sink_render):
16793         Align samples even if we have roundoff errors in the 
16794         timestamp conversion.
16795
16796 2005-07-16  Wim Taymans  <wim@fluendo.com>
16797
16798         * docs/libs/tmpl/gstringbuffer.sgml:
16799         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16800         (query_rates), (query_positions_elems), (query_positions_pads),
16801         (update_scale), (do_seek):
16802         Updated seek example.
16803
16804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16805         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16806         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16807         (gst_ogg_demux_loop):
16808         Push out correct discont values.
16809
16810         * ext/theora/theoradec.c: (theora_dec_src_convert),
16811         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16812         (theora_dec_sink_event), (theora_handle_type_packet),
16813         (theora_handle_header_packet), (theora_dec_push),
16814         (theora_handle_data_packet), (theora_dec_chain),
16815         (theora_dec_change_state):
16816         Better timestamping.
16817
16818         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16819         (vorbis_dec_sink_event), (vorbis_dec_push),
16820         (vorbis_handle_data_packet), (vorbis_dec_chain):
16821         * ext/vorbis/vorbisdec.h:
16822         Better timestamping.
16823
16824         * gst-libs/gst/audio/gstbaseaudiosink.c:
16825         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16826         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16827         Handle syncing on timestamps instead of sample offsets. Make
16828         use of DISCONT values as described in design docs.
16829
16830         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16831         (gst_base_audio_src_get_time):
16832         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16833         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16834         (gst_ring_buffer_read):
16835         * gst-libs/gst/audio/gstringbuffer.h:
16836         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16837         (gst_ximagesink_show_frame):
16838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16839         Correcly convert buffer timestamp to stream time.
16840
16841 2005-07-16  Wim Taymans  <wim@fluendo.com>
16842
16843         * gst/audioconvert/gstaudioconvert.c:
16844         (gst_audio_convert_get_buffer):
16845         Timestamp buffers correctly.
16846
16847         * gst/playback/gstplaybin.c: (gen_video_element):
16848         Make internal fakesink silent.
16849
16850 2005-07-15  Wim Taymans  <wim@fluendo.com>
16851
16852         * gst/ffmpegcolorspace/Makefile.am:
16853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16854         (gst_ffmpegcsp_caps_remove_format_info),
16855         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16856         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16857         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16858         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16859         Ported ffmpegcolorspace to basetransform.
16860
16861         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16862         * gst/volume/gstvolume.c: (volume_transform):
16863         Ported to new API.
16864
16865 2005-07-14  Wim Taymans  <wim@fluendo.com>
16866
16867         * gst/videotestsrc/Makefile.am:
16868         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16869         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16870         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16871         (gst_videotestsrc_init), (gst_videotestsrc_event),
16872         (gst_videotestsrc_create), (gst_videotestsrc_start),
16873         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16874         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16875         (gst_videotestsrc_get_property):
16876         * gst/videotestsrc/gstvideotestsrc.h:
16877         Make videotestsrc a pushsrc.
16878
16879 2005-07-14  Wim Taymans  <wim@fluendo.com>
16880
16881         * gst/tcp/gstfdset.c: (gst_fdset_free):
16882         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16883         (gst_multifdsink_add), (gst_multifdsink_remove),
16884         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16885         (gst_multifdsink_remove_client_link),
16886         (gst_multifdsink_client_queue_data),
16887         (gst_multifdsink_client_queue_caps),
16888         (gst_multifdsink_client_queue_buffer),
16889         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16890         (gst_multifdsink_stop):
16891         * gst/tcp/gstmultifdsink.h:
16892         0.8 backporting.
16893
16894         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16895         Also draw image when not from a pool.
16896
16897 2005-07-14  Wim Taymans  <wim@fluendo.com>
16898
16899         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16900         (mute_stream), (silence_stream):
16901         Small debug additions.
16902
16903 2005-07-14  Wim Taymans  <wim@fluendo.com>
16904
16905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16906         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16907         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16908         Better error recovery, ignore unconnected pads and
16909         non-fatal errors.
16910
16911 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16912
16913         * docs/libs/tmpl/gstaudio.sgml:
16914         * docs/libs/tmpl/gstcolorbalance.sgml:
16915         * docs/libs/tmpl/gstgconf.sgml:
16916         * docs/libs/tmpl/gstmixer.sgml:
16917         * docs/libs/tmpl/gstringbuffer.sgml:
16918         * docs/libs/tmpl/gsttuner.sgml:
16919         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16920         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16921         (gst_tcpclientsrc_class_init):
16922         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16923         (gst_tcpserversrc_class_init):
16924         * sys/v4l/gstv4lelement.c:
16925           more autistic cleanliness in functions/names/defines
16926
16927 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16928
16929         * configure.ac:
16930           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16931           added manually to each Makefile.am so we are sure it goes
16932           *last* and doesn't add -L flags before linking in libs of our
16933           own, like, say, internal .la libs, that then accidentally pick
16934           up the installed copy.
16935         * docs/libs/Makefile.am:
16936         * ext/alsa/Makefile.am:
16937         * ext/cdparanoia/Makefile.am:
16938         * ext/gnomevfs/Makefile.am:
16939         * ext/libvisual/Makefile.am:
16940         * ext/ogg/Makefile.am:
16941         * ext/theora/Makefile.am:
16942         * ext/vorbis/Makefile.am:
16943         * gst-libs/gst/video/Makefile.am:
16944         * gst/adder/Makefile.am:
16945         * gst/audioconvert/Makefile.am:
16946         * gst/audiorate/Makefile.am:
16947         * gst/audioscale/Makefile.am:
16948         * gst/ffmpegcolorspace/Makefile.am:
16949         * gst/playback/Makefile.am:
16950         * gst/sine/Makefile.am:
16951         * gst/subparse/Makefile.am:
16952         * gst/tags/Makefile.am:
16953         * gst/tcp/Makefile.am:
16954         * gst/typefind/Makefile.am:
16955         * gst/videorate/Makefile.am:
16956         * gst/videoscale/Makefile.am:
16957         * gst/videotestsrc/Makefile.am:
16958         * gst/volume/Makefile.am:
16959         * sys/v4l/Makefile.am:
16960         * sys/ximage/Makefile.am:
16961         * sys/xvimage/Makefile.am:
16962           adapt properly to this change. This should make sure that
16963           plugins and libs properly link to the as-yet-uninstalled
16964           copies of stuff like libgstinterfaces and libgstvideo
16965
16966 2005-07-13  Andy Wingo  <wingo@pobox.com>
16967
16968         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16969         (gst_v4lsrc_fixate): Fixate on format as well.
16970
16971         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16972         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16973         buffer points to it.
16974         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16975         rather just doing X calls ourselves. Also fixes a memleak.
16976
16977 2005-07-12  Andy Wingo  <wingo@pobox.com>
16978
16979         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16980         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16981         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16982         TRUE to avoid deadlocks if an element holds on to our buffers.
16983
16984 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16985
16986         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16987         (gst_sinesrc_init), (gst_sinesrc_create),
16988         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16989         (gst_sinesrc_start):
16990         * gst/sine/gstsinesrc.h:
16991           removing num-buffers property before moving it
16992
16993 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16994
16995         * configure.ac:
16996           use overridable ERROR_CFLAGS
16997         * docs/libs/gst-plugins-base-libs.types:
16998         * docs/libs/tmpl/gstringbuffer.sgml:
16999         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17000         (gst_alsasink_class_init):
17001         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17002         (gst_alsasrc_class_init):
17003         * gst-libs/gst/audio/audio.h:
17004         * gst-libs/gst/audio/gstaudioclock.h:
17005         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
17006         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
17007         (gst_audio_filter_link), (gst_audio_filter_init),
17008         (gst_audio_filter_chain), (gst_audio_filter_set_property),
17009         (gst_audio_filter_get_property),
17010         (gst_audio_filter_class_add_pad_templates):
17011         * gst-libs/gst/audio/gstaudiofilter.h:
17012         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17013         (gst_audio_filter_template_get_type),
17014         (gst_audio_filter_template_base_init),
17015         (gst_audio_filter_template_class_init),
17016         (gst_audio_filter_template_init),
17017         (gst_audio_filter_template_set_property),
17018         (gst_audio_filter_template_get_property), (plugin_init),
17019         (gst_audio_filter_template_setup),
17020         (gst_audio_filter_template_filter),
17021         (gst_audio_filter_template_filter_inplace):
17022         * gst-libs/gst/audio/gstaudiosink.c:
17023         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17024         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
17025         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17026         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17027         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
17028         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
17029         * gst-libs/gst/audio/gstaudiosink.h:
17030         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17031         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17032         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17033         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
17034         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
17035         (gst_audio_src_class_init), (gst_audio_src_init),
17036         (gst_audio_src_create_ringbuffer):
17037         * gst-libs/gst/audio/gstaudiosrc.h:
17038         * gst-libs/gst/audio/gstbaseaudiosink.c:
17039         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
17040         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
17041         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
17042         (gst_base_audio_sink_set_property),
17043         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
17044         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
17045         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
17046         (gst_base_audio_sink_create_ringbuffer),
17047         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
17048         * gst-libs/gst/audio/gstbaseaudiosink.h:
17049         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17050         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
17051         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
17052         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
17053         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
17054         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
17055         (gst_base_audio_src_event), (gst_base_audio_src_create),
17056         (gst_base_audio_src_create_ringbuffer),
17057         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
17058         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17059         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17060         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
17061         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
17062         (gst_ring_buffer_debug_spec_caps),
17063         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
17064         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
17065         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
17066         (gst_ring_buffer_start), (gst_ring_buffer_pause),
17067         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
17068         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
17069         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
17070         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
17071         (gst_ring_buffer_clear):
17072         * gst-libs/gst/audio/gstringbuffer.h:
17073         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17074         (gst_video_sink_class_init), (gst_video_sink_get_type):
17075         * gst-libs/gst/video/videosink.h:
17076         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17077         (gst_multifdsink_class_init),
17078         (gst_multifdsink_handle_client_write),
17079         (gst_multifdsink_change_state):
17080         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17081         (gst_tcpclientsink_setcaps):
17082         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17083         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
17084         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
17085         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
17086         (gst_ximagesink_send_pending_navigation),
17087         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
17088         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
17089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
17090         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17091         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
17092         (gst_xvimagesink_send_pending_navigation),
17093         (gst_xvimagesink_navigation_send_event),
17094         (gst_xvimagesink_set_xwindow_id),
17095         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
17096         (gst_xvimagesink_get_type):
17097         more macro splitting
17098
17099 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17100
17101         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17102           plug a memleak, allows me to import 1479 albums in one go
17103           in jamboree
17104         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17105         (vorbis_handle_type_packet), (vorbis_dec_chain),
17106         (vorbis_dec_change_state):
17107           fix some format strings
17108
17109 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17110
17111         * docs/libs/tmpl/gstcolorbalance.sgml:
17112         * docs/libs/tmpl/gstmixer.sgml:
17113         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17114         (gst_alsasink_set_property), (gst_alsasink_get_property):
17115         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17116         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
17117           add device property
17118
17119 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17120
17121         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17122         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17123         (audiocast_register_listener), (audiocast_thread_run),
17124         (gst_gnomevfssrc_send_additional_headers_callback),
17125         (gst_gnomevfssrc_received_headers_callback),
17126         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
17127         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
17128         (gst_gnomevfssrc_get_size):
17129           add/clean up debugging
17130         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
17131           cleanups
17132
17133 2005-07-07  Andy Wingo  <wingo@pobox.com>
17134
17135         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
17136         framerate. Need to get a handle on when exactly this function is
17137         called, tho.
17138
17139         * sys/v4l/v4lsrc_calls.h:
17140         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
17141         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
17142         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
17143
17144         * sys/v4l/v4l_calls.h: Cast to V4lElement.
17145         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
17146         v4lelements are sources.
17147
17148         * sys/v4l/gstv4lxoverlay.h:
17149         * sys/v4l/gstv4lxoverlay.c:
17150         * sys/v4l/gstv4ltuner.h:
17151         * sys/v4l/gstv4ltuner.c: Header loc fixen.
17152         
17153         * sys/v4l/gstv4lsrc.h:
17154         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
17155         PushSrc/BaseSrc. Removed most sync-related properties, videorate
17156         or something should handle that. Made a live source.
17157
17158         * sys/v4l/gstv4lelement.h:
17159         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
17160         signals. Some cleanups.
17161
17162         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
17163
17164         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
17165         stuff.
17166
17167         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
17168         stuff.
17169
17170         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
17171
17172 2005-07-07  Wim Taymans  <wim@fluendo.com>
17173
17174         * ext/theora/theoradec.c: (theora_get_query_types),
17175         (theora_dec_src_getcaps), (theora_dec_push):
17176         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
17177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
17178         Remove deprecated/unused query types.
17179
17180 2005-07-06  Wim Taymans  <wim@fluendo.com>
17181
17182         * ext/alsa/Makefile.am:
17183         * ext/alsa/gstalsaplugin.c: (plugin_init):
17184         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17185         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17186         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
17187         (gst_alsasrc_class_init), (gst_alsasrc_init),
17188         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
17189         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
17190         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
17191         (gst_alsasrc_reset):
17192         * ext/alsa/gstalsasrc.h:
17193         * gst-libs/gst/audio/Makefile.am:
17194         * gst-libs/gst/audio/gstaudiosink.c:
17195         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17196         (gst_audioringbuffer_start):
17197         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17198         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17199         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
17200         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
17201         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17202         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17203         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
17204         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
17205         * gst-libs/gst/audio/gstaudiosrc.h:
17206         * gst-libs/gst/audio/gstbaseaudiosink.c:
17207         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17208         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
17209         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
17210         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17211         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17212         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17213         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17214         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17215         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17216         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17217         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17218         (gst_baseaudiosrc_change_state):
17219         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17220         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17221         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17222         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17223         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17224         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17225         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17226         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17227         * gst-libs/gst/audio/gstringbuffer.h:
17228         Added audiosource base classes.
17229         Ported alsasrc, still very basic.
17230
17231 2005-07-06  Wim Taymans  <wim@fluendo.com>
17232
17233         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17234         (theora_dec_push), (theora_handle_data_packet):
17235         Prepare for better timestamp fix later.
17236
17237         * gst/audioconvert/gstaudioconvert.c:
17238         List most accurate caps first
17239
17240         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17241         Use proper pad task function.
17242
17243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17244         (gst_xvimagesink_show_frame):
17245         Fix deadlock when alloc failed.
17246
17247 2005-07-05  Andy Wingo  <wingo@pobox.com>
17248
17249         * ext/gnomevfs/gstgnomevfssrc.c:
17250         * gst/sine/gstsinesrc.c:
17251         * gst/tcp/gsttcpserversrc.c:
17252         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17253
17254         * sys/v4l/: Port from 0.8.
17255
17256         * Many files: Null if we got it....
17257
17258 2005-07-05  Andy Wingo  <wingo@pobox.com>
17259
17260         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17261         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17262         Signedness fixes.
17263
17264 2005-07-05  Wim Taymans  <wim@fluendo.com>
17265
17266         * configure.ac:
17267         * gst/tcp/Makefile.am:
17268         * gst/tcp/README:
17269         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17270         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17271         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17272         (is_sync_frame), (gst_multifdsink_handle_client_write),
17273         (gst_multifdsink_render), (gst_multifdsink_start),
17274         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17275         * gst/tcp/gstmultifdsink.h:
17276         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17277         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17278         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17279         * gst/tcp/gsttcp.h:
17280         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17281         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17282         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17283         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17284         * gst/tcp/gsttcpclientsink.h:
17285         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17286         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17287         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17288         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17289         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17290         * gst/tcp/gsttcpclientsrc.h:
17291         * gst/tcp/gsttcpplugin.c: (plugin_init):
17292         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17293         * gst/tcp/gsttcpserversink.h:
17294         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17295         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17296         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17297         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17298         (gst_tcpserversrc_stop):
17299         * gst/tcp/gsttcpserversrc.h:
17300         * gst/tcp/gsttcpsink.c:
17301         * gst/tcp/gsttcpsink.h:
17302         * gst/tcp/gsttcpsrc.c:
17303         * gst/tcp/gsttcpsrc.h:
17304         Ported tcp plugins to 0.9. 
17305         
17306
17307 2005-07-05  Andy Wingo  <wingo@pobox.com>
17308
17309         * gst/playback/gstplaybasebin.c (fill_buffer):
17310         message_new_application fixen.
17311
17312         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17313         Style fix.
17314
17315 2005-07-04  Wim Taymans  <wim@fluendo.com>
17316
17317         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17318         Set caps on output buffer.
17319
17320 2005-07-04  Andy Wingo  <wingo@pobox.com>
17321
17322         * ext/gnomevfs/gstgnomevfssrc.c
17323         (gst_gnomevfssrc_received_headers_callback) 
17324         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17325         hopefully.
17326
17327         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17328         No refcount leakage.
17329
17330         * configure.ac: Enable -Werror.
17331         
17332         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17333         * gst/audioconvert/bufferframesconvert.c
17334         (buffer_frames_convert_fixate):
17335         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17336         (gst_audio_convert_fixate):
17337         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17338         (gst_sinesrc_create): Fixate func changes.
17339         
17340         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17341         (gst_ximagesink_buffer_alloc): Unused var.
17342
17343 2005-07-01  Andy Wingo  <wingo@pobox.com>
17344
17345         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17346         getcaps to do explicit caps. Needs to be done in all decoders,
17347         possibly via a base class.
17348
17349         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17350
17351         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17352         caps on the sink pad, just rely on the pad template. Also, setting
17353         ANY caps on a pad is not valid because the caps are not fixed.
17354
17355         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17356         caps on the buffer, and get the width from the desired_caps if
17357         they're set.
17358         (gst_ximagesink_renegotiate_size): Implement via setting the
17359         desired_caps on the ximagesink.
17360         (gst_ximagesink_setcaps): Only reset the width of the player if it
17361         wasn't already set. Not sure if this is right.
17362         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17363
17364         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17365         that the user wants. NULL unless the window has been resized.
17366
17367         * gst/volume/gstvolume.c (volume_transform): Adapt to
17368         basetransform refcount changes.
17369         
17370 2005-07-01  Andy Wingo  <wingo@pobox.com>
17371
17372         * gst/videoscale/gstvideoscale.c:
17373         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17374         from BaseTransform, implements a transform_caps. Removed dead code
17375         including some PAR stuff that was never reached -- should probably
17376         be added back somehow.
17377
17378 2005-07-01  Andy Wingo  <wingo@pobox.com>
17379
17380         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17381         come later.
17382
17383 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17384
17385         * configure.ac:
17386         * docs/libs/Makefile.am:
17387         * docs/libs/gst-plugins-libs.types:
17388         * ext/alsa/Makefile.am:
17389         * ext/alsa/gstalsamixer.h:
17390         * ext/alsa/gstalsamixeroptions.h:
17391         * ext/alsa/gstalsamixertrack.h:
17392         * gst-libs/gst/Makefile.am:
17393         * gst-libs/gst/colorbalance/.cvsignore:
17394         * gst-libs/gst/colorbalance/Makefile.am:
17395         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17396         * gst-libs/gst/colorbalance/colorbalance.c:
17397         * gst-libs/gst/colorbalance/colorbalance.h:
17398         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17399         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17400         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17401         * gst-libs/gst/interfaces/Makefile.am:
17402         * gst-libs/gst/interfaces/colorbalance.c:
17403         (gst_color_balance_class_init):
17404         * gst-libs/gst/interfaces/colorbalance.h:
17405         * gst-libs/gst/interfaces/interfaces-marshal.list:
17406         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17407         * gst-libs/gst/interfaces/mixer.h:
17408         * gst-libs/gst/interfaces/mixeroptions.h:
17409         * gst-libs/gst/interfaces/navigation.c:
17410         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17411         * gst-libs/gst/interfaces/tuner.h:
17412         * gst/volume/Makefile.am:
17413         * gst/volume/gstvolume.c:
17414         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17415         * sys/ximage/Makefile.am:
17416         * sys/ximage/ximagesink.c:
17417         * sys/xvimage/Makefile.am:
17418         * sys/xvimage/xvimagesink.c:
17419           fold in all interfaces into an interfaces dir, preserving CVS
17420           history
17421
17422 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17423
17424         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17425           Fix build after riff changes.
17426
17427 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17428
17429         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17430         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17431         (gst_riff_create_video_template_caps),
17432         (gst_riff_create_audio_template_caps),
17433         (gst_riff_create_iavs_template_caps):
17434         * gst-libs/gst/riff/riff-media.h:
17435         * gst-libs/gst/riff/riff-read.h:
17436         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17437           Add gst_riff_init() to initialize the debug category, instead
17438           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17439
17440 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17441
17442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17443           Oops, I shouldn't apply hacks.
17444
17445 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17446
17447         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17448           Remove pad_loop function which doesn't work.
17449
17450 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17451
17452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17453           Send EOS when deactivating.
17454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17455         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17456         (gen_preroll_element), (probe_triggered), (mute_stream),
17457         (silence_stream), (new_decoded_pad), (setup_substreams),
17458         (set_active_source):
17459         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17460         (remove_sinks), (add_sink):
17461         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17462           Change for new probe API.
17463
17464 2005-06-29  Wim Taymans  <wim@fluendo.com>
17465
17466         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17467         * gst-libs/gst/audio/gstbaseaudiosink.c:
17468         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17469         (gst_baseaudiosink_change_state):
17470         * gst-libs/gst/audio/gstbaseaudiosink.h:
17471         * gst-libs/gst/audio/gstringbuffer.c:
17472         (gst_ringbuffer_set_callback):
17473         Fix compilation error.
17474         Ringbuffer starts out as not running.
17475         Free our clock in dispose.
17476         When releasing the ringbuffer we need to renegotiate so
17477         clear the pad caps.
17478
17479 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17480
17481         * autogen.sh:
17482         * configure.ac:
17483         * docs/Makefile.am:
17484         * docs/libs/Makefile.am:
17485         * docs/libs/gst-plugins-libs-docs.sgml:
17486         * docs/libs/gst-plugins-libs-sections.txt:
17487         * docs/libs/gst-plugins-libs.types:
17488         * docs/libs/tmpl/gstaudio.sgml:
17489         * docs/libs/tmpl/gstcolorbalance.sgml:
17490         * docs/libs/tmpl/gstringbuffer.sgml:
17491         * gst-libs/gst/audio/gstringbuffer.c:
17492         (gst_ringbuffer_set_callback):
17493           reinstate gtk-doc docs for plugin libs
17494
17495 2005-06-28  Wim Taymans  <wim@fluendo.com>
17496
17497         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17498         (gst_ogg_demux_init):
17499         Removed pad loop function.
17500
17501 2005-06-28  Wim Taymans  <wim@fluendo.com>
17502
17503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17504         If we're building a chain we are not in an error case
17505         when we queue a buffer.
17506
17507 2005-06-28  Andy Wingo  <wingo@pobox.com>
17508
17509         * *.c: Don't cast to GstObject before reffing/unreffing.
17510
17511 2005-06-27  Andy Wingo  <wingo@pobox.com>
17512
17513         * gst/videotestsrc/gstvideotestsrc.c
17514         (gst_videotestsrc_activate_push): Activation API changes.
17515
17516         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17517         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17518         they have refs on the decodebin.
17519
17520         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17521         parent class.
17522         (gst_ogg_pad_typefind): Don't leak a pad ref.
17523         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17524         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17525         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17526
17527 2005-06-27  Edward Hervey  <edward@fluendo.com>
17528
17529         * ext/theora/theoradec.c: (theora_dec_change_state): 
17530         re-arranged call to parent's state change in order to avoid locks (or
17531         worse).
17532
17533 2005-06-26  Edward Hervey  <edward@fluendo.com>
17534
17535         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17536         2nd argument of 'unknow-type' signal is a GstCaps and not a
17537         GstMiniObject
17538
17539 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17540         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17541           Set the worker thread's running flag to TRUE before starting the
17542           thread.
17543         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17544           Catch a failure to add typefind to the bin.
17545
17546 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17547
17548         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17549         (gst_sinesrc_init), (gst_sinesrc_create),
17550         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17551         (gst_sinesrc_start):
17552         * gst/sine/gstsinesrc.h:
17553           add num-buffers and timestamp-offset properties
17554         * gst/videotestsrc/gstvideotestsrc.c:
17555         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17556         (gst_videotestsrc_get_property):
17557           add timestamp-offset property
17558
17559 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17560
17561         * configure.ac: add videorate
17562         * gst-plugins-base.spec.in: add videorate
17563
17564 2005-06-23  Wim Taymans  <wim@fluendo.com>
17565
17566         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17567         (gst_videorate_getcaps), (gst_videorate_setcaps),
17568         (gst_videorate_event), (gst_videorate_chain):
17569         Fixed videorate, fixating an already fixated caps is not
17570         an error.
17571
17572 2005-06-23  Wim Taymans  <wim@fluendo.com>
17573
17574         * ext/ogg/README:
17575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17576         Buffer on caps is not boxed anymore.
17577
17578 2005-06-22  Wim Taymans  <wim@fluendo.com>
17579
17580         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17581         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17582         Set buffers on caps as miniobjects and not as boxed.
17583
17584 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17585
17586         * configure.ac:
17587           back to HEAD
17588
17589 === release 0.9.1 ===
17590
17591 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17592
17593         * .cvsignore:
17594         * NEWS:
17595         * README:
17596         * RELEASE:
17597         * configure.ac:
17598         * po/af.po:
17599         * po/az.po:
17600         * po/cs.po:
17601         * po/en_GB.po:
17602         * po/hu.po:
17603         * po/it.po:
17604         * po/nb.po:
17605         * po/nl.po:
17606         * po/or.po:
17607         * po/sq.po:
17608         * po/sr.po:
17609         * po/sv.po:
17610         * po/uk.po:
17611         * po/vi.po:
17612           updates for release
17613
17614 2005-06-09  Andy Wingo  <wingo@pobox.com>
17615
17616         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17617         
17618 2005-06-09  Andy Wingo  <wingo@pobox.com>
17619
17620         * configure.ac:
17621         * gst-libs/gst/Makefile.am:
17622         * gst-libs/gst/net/Makefile.am:
17623         Add gstnet to build.
17624
17625 2005-06-09  Andy Wingo  <wingo@pobox.com>
17626
17627         * gst-libs/gst/gconf/gconf.c:
17628         * gst/playback/test.c:
17629         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17630         fixes.
17631
17632         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17633
17634         * ext/theora/theoraenc.c (theora_enc_chain): 
17635         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17636
17637         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17638         RealPad.
17639
17640 2005-06-02  Wim Taymans  <wim@fluendo.com>
17641
17642         * gst-libs/gst/net/Makefile.am:
17643         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17644         * pkgconfig/gstreamer-libs.pc.in:
17645         Added net stuff, version net lib.
17646
17647 2005-06-02  Wim Taymans  <wim@fluendo.com>
17648
17649         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17650         (query_rates), (query_positions_elems), (query_positions_pads),
17651         (do_seek):
17652         Updated seek example.
17653
17654 2005-06-02  Andy Wingo  <wingo@pobox.com>
17655
17656         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17657         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17658         list.
17659
17660         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17661         remove the typefind, the bin dispose will do it for us. When it's
17662         removed and unreffed, the signal handler will be disconnected,
17663         too.
17664         (unlinked): It's too difficult to disconnect from unlinked
17665         handlers, as they are on pads not elements. Just punt if the pads
17666         aren't grandkids of the bin.
17667
17668 2005-06-02  Wim Taymans  <wim@fluendo.com>
17669
17670         * ext/ogg/README:
17671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17672         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17674         * ext/theora/theoradec.c: (theora_dec_src_query),
17675         (theora_handle_data_packet):
17676         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17677         (theora_enc_chain):
17678         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17679         (vorbis_handle_data_packet):
17680         * gst/audioconvert/bufferframesconvert.c:
17681         (buffer_frames_convert_chain):
17682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17683         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17684         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17685         (gst_ffmpegcsp_chain):
17686         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17687         (gst_videorate_getcaps), (gst_videorate_setcaps),
17688         (gst_videorate_event), (gst_videorate_chain):
17689         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17690         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17691         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17692         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17693         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17694         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17695         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17696         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17697         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17698         Cleanups and buffer alloc.
17699
17700 2005-05-31  Wim Taymans  <wim@fluendo.com>
17701
17702         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17703         Don't try to call the delay method when the device is not
17704         opened.
17705
17706 2005-05-31  Wim Taymans  <wim@fluendo.com>
17707
17708         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17709         Get actual segment size and buffer size after opening
17710         the device.
17711
17712 2005-05-30  Wim Taymans  <wim@fluendo.com>
17713
17714         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17715         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17716         Also FLUSH upstream, makes the loop function exit faster.
17717         
17718         * ext/theora/theoradec.c: (theora_dec_src_query):
17719         Some more debug info in the query.
17720         
17721         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17722         (gst_ximagesink_setcaps):
17723         Release lock on par error, better error reporting.
17724
17725 2005-05-26  Wim Taymans  <wim@fluendo.com>
17726
17727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17728         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17729         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17730         Clear chains in READY
17731         Queue packets until the chain is activated.
17732
17733 2005-05-25  Wim Taymans  <wim@fluendo.com>
17734
17735         * gst-libs/gst/audio/gstaudiosink.c:
17736         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17737         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17738         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17739         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17740         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17741         (gst_audiosink_create_ringbuffer):
17742         * gst-libs/gst/audio/gstbaseaudiosink.c:
17743         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17744         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17745         (gst_baseaudiosink_set_property), (build_linear_format),
17746         (debug_spec_caps), (debug_spec_buffer),
17747         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17748         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17749         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17750         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17751         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17752         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17753         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17754         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17755         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17756         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17757         (wait_segment), (gst_ringbuffer_commit),
17758         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17759         (gst_ringbuffer_clear):
17760         Various small cleanups.
17761
17762         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17763         (gst_audio_convert_change_state):
17764         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17765         No need to take the locks anymore.
17766
17767 2005-05-25  Wim Taymans  <wim@fluendo.com>
17768
17769         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17770         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17771         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17772         (type_found):
17773         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17774         (group_destroy), (group_commit), (queue_overrun),
17775         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17776         (mute_stream), (new_decoded_pad), (setup_substreams),
17777         (setup_source), (mute_group_type), (set_active_source),
17778         (gst_play_base_bin_change_state):
17779         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17780         (gen_video_element), (gen_text_element), (gen_audio_element),
17781         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17782         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17783         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17784         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17785         Some playbin cleanups mostly refcounting sloppyness.
17786
17787 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17788
17789         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17790           Work with streaming input.
17791
17792 2005-05-25  Wim Taymans  <wim@fluendo.com>
17793
17794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17795         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17796         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17797         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17798         No need to take the STREAM lock anymore.
17799
17800 2005-05-25  Wim Taymans  <wim@fluendo.com>
17801
17802         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17803         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17804         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17805         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17806         (gst_ogg_demux_sink_activate):
17807         * ext/theora/theoradec.c: (theora_dec_src_event),
17808         (theora_handle_comment_packet), (theora_dec_chain),
17809         (theora_dec_change_state):
17810         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17811         (vorbis_handle_data_packet), (vorbis_dec_chain),
17812         (vorbis_dec_change_state):
17813         Remove STREAM locks as they are taken in core now.
17814         Never set bogus granulepos on vorbis/theora.
17815         Fix leaks in theoradec tag parsing.
17816
17817 2005-05-25  Wim Taymans  <wim@fluendo.com>
17818
17819         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17820         Fix memleaks, GST_BUFFER_DATA() is not freed.
17821
17822 2005-05-25  Wim Taymans  <wim@fluendo.com>
17823
17824         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17825         Open non-blocking, set to blocking mode afterwards to avoid
17826         lockups when audio device is busy.
17827
17828 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17829
17830         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17831           This can't be good.
17832
17833 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17834
17835         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17836         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17837         (gst_audio_convert_setcaps):
17838           Implement instant setup switching.
17839
17840 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17841
17842         * gst/playback/gstplaybasebin.c: (probe_triggered):
17843           Fix missing unlock.
17844         * gst/playback/gstplaybin.c: (add_sink):
17845           First add, then link (otherwise pad link fails).
17846
17847 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17848
17849         * examples/Makefile.am:
17850         fix buildbot (make distcheck)
17851
17852 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17853
17854         * gst/playback/gstplaybin.c: (gen_vis_element):
17855           Remove some wrong code. Doesn't work yet.
17856
17857 2005-05-19  Wim Taymans  <wim@fluendo.com>
17858
17859         * gst-libs/gst/net/Makefile.am:
17860         * gst-libs/gst/net/README:
17861         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17862         (gst_netbuffer_class_init), (gst_netbuffer_init),
17863         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17864         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17865         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17866         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17867         * gst-libs/gst/net/gstnetbuffer.h:
17868         Added buffer subclass to store extra to/from addresses for
17869         network sources/sinks.
17870
17871 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17872
17873         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17874           Don't lock an unassigned variable.
17875
17876 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17877
17878         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17879           Increase buffer for video, decrease buffer for other media types.
17880         * gst/playback/gstplaybin.c: (gen_video_element),
17881         (gen_audio_element):
17882           Change names for debugging purposes.
17883
17884 2005-05-18  Wim Taymans  <wim@fluendo.com>
17885
17886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17887         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17888         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17889         (gst_ffmpegcsp_chain):
17890         Enable buffer alloc passthrough if the source and dest
17891         formats are the same.
17892
17893 2005-05-17  Wim Taymans  <wim@fluendo.com>
17894
17895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17896         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17897         (gst_ogg_demux_chain_unlocked):
17898         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17899         (gst_audio_convert_caps_remove_format_info),
17900         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17901         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17903         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17904         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17905         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17906         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17907         (gst_ffmpegcsp_get_property):
17908         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17909         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17910         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17911         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17912         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17913         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17914         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17915         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17916         Leak fixes in oggdemux.
17917         Some cleanups in audioconvert.
17918         Make passthrough work along with buffer_alloc etc.
17919         Make buffer_alloc and buffer recycling actually work in
17920         xvimagesink.
17921
17922 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17923
17924         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17925           make the compiler happy
17926
17927 2005-05-17  Wim Taymans  <wim@fluendo.com>
17928
17929         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17930         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17931         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17932         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17933         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17934         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17935         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17936         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17937         (gst_xvimagesink_set_xwindow_id):
17938         * sys/xvimage/xvimagesink.h:
17939         Port xvimagesink to new MiniObject.
17940
17941 2005-05-17  Wim Taymans  <wim@fluendo.com>
17942
17943         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17944         (gst_audiofilter_chain):
17945         * gst-libs/gst/audio/gstaudiosink.c:
17946         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17947         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17948         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17949         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17950         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17951         (gst_audiosink_create_ringbuffer):
17952         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17953         (gst_audio_convert_caps_remove_format_info),
17954         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17955         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17956         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17957         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17958         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17959         Fix passthrough in ffmpegcolorspace.
17960         Fix memset in audiosink on wrong memory.
17961
17962 2005-05-16  David Schleef  <ds@schleef.org>
17963
17964         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17965         to GstMiniObject.
17966
17967 2005-05-16  David Schleef  <ds@schleef.org>
17968
17969         Port from GstData to GstMiniObject.
17970         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17971         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17972         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17973         (gst_ogg_mux_collected):
17974         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17975         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17976         (theora_handle_data_packet):
17977         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17978         (theora_set_header_on_caps), (theora_enc_chain):
17979         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17980         (vorbis_handle_comment_packet):
17981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17982         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17983         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17984         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17985         * gst/audioconvert/gstaudioconvert.c:
17986         (gst_audio_convert_get_buffer):
17987         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17988         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17989         (mute_stream), (silence_stream):
17990         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17991         * gst/volume/gstvolume.c: (volume_transform):
17992         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17993         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17994         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17995         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17996         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17997         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17998         (gst_ximagesink_buffer_alloc):
17999         * sys/ximage/ximagesink.h:
18000
18001 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18002
18003         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18004         (fill_buffer), (check_queue), (queue_threshold_reached),
18005         (queue_out_of_data):
18006         * gst/playback/gstplaybasebin.h:
18007           Post buffer-fullness on the bus.
18008
18009 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18010
18011         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18012         (try_to_link_1):
18013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18014         (group_commit), (probe_triggered), (setup_source),
18015         (gst_play_base_bin_change_state):
18016         * gst/playback/gstplaybasebin.h:
18017         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18018         (gst_play_bin_init), (remove_sinks), (setup_sinks),
18019         (gst_play_bin_change_state):
18020           Move setup_output_pads into a virtual function, remove
18021           group-switch (no longer needed) and redirect (handled by bus
18022           now) signals.
18023
18024 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18025
18026         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18027         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
18028         (get_active_group), (get_building_group), (group_destroy),
18029         (group_commit), (check_queue), (queue_overrun),
18030         (queue_threshold_reached), (queue_out_of_data),
18031         (gen_preroll_element), (remove_groups), (unknown_type),
18032         (add_element_stream), (no_more_pads), (probe_triggered),
18033         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
18034         (setup_substreams), (setup_source), (finish_source),
18035         (prepare_output), (muted_group_change_state),
18036         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18037         (gst_play_base_bin_change_state):
18038         * gst/playback/gstplaybasebin.h:
18039         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18040         (gst_play_bin_init), (gst_play_bin_set_property),
18041         (gen_video_element), (gen_text_element), (gen_audio_element),
18042         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
18043         (gst_play_bin_change_state):
18044         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
18045         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
18046         (stream_info_change_state), (gst_stream_info_set_mute),
18047         (gst_stream_info_get_property):
18048         * gst/playback/gststreaminfo.h:
18049         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18050         (gst_stream_selector_get_linked_pad),
18051         (gst_stream_selector_getcaps),
18052         (gst_stream_selector_get_linked_pads),
18053         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18054         * gst/playback/gststreamselector.h:
18055           Rough port of playbin. Needs some more work, but is mostly done,
18056           and uses a few locks in important places, which should make stuff
18057           like chain-switches clean. Still uses GST_STATE() in a few places,
18058           which isn't all that good an idea, subtitles/elements disabled
18059           because no elements to test with and thus probably broken, query
18060           and event handling moved to GstBin, internal thread removed
18061           alltogether because the pipeline does that for us now. Can play
18062           Ogg/Vorbis files. Haven't tested anything else yet.
18063
18064 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18065
18066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
18067           Do no-more-pads (needed for autoplugging).
18068
18069 2005-05-10  Andy Wingo  <wingo@pobox.com>
18070
18071         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
18072         message to the bus with the tags. Still not sent downstream tho.
18073
18074         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
18075         get_parent.
18076         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
18077         avoid refcounting hassles.
18078
18079 2005-05-09  Andy Wingo  <wingo@pobox.com>
18080
18081         * gst/volume/Makefile.am:
18082         * gst/volume/demo.c
18083         * gst/volume/gstvolume.h
18084         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
18085         basetransform. Probably need an audio filter base class.
18086
18087 2005-05-09  Wim Taymans  <wim@fluendo.com>
18088
18089         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
18090         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18091         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
18092         (gst_vorbisenc_chain):
18093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18094         (gst_audio_convert_caps_remove_format_info),
18095         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18096         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18097         Make caps writable before writing to it.
18098         Fix negotiation in audioconvert some more.
18099
18100 2005-05-09  Wim Taymans  <wim@fluendo.com>
18101
18102         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18103         (gst_videorate_getcaps), (gst_videorate_setcaps),
18104         (gst_videorate_event), (gst_videorate_chain):
18105         Better negotiation.
18106
18107 2005-05-09  Wim Taymans  <wim@fluendo.com>
18108
18109         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18110         (gst_videorate_getcaps), (gst_videorate_setcaps),
18111         (gst_videorate_blank_data), (gst_videorate_init),
18112         (gst_videorate_event), (gst_videorate_chain),
18113         (gst_videorate_change_state):
18114         Port videorate, do a better job at negotiation while we're at
18115         it.
18116
18117 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
18118
18119         * configure.ac:
18120           Disable libvisual
18121
18122         * examples/Makefile.am:
18123         * gst-libs/gst/audio/Makefile.am:
18124         * gst-libs/gst/riff/Makefile.am:
18125         * gst-libs/gst/tag/Makefile.am:
18126         * gst-libs/gst/video/Makefile.am:
18127           Fixups for missing variables.
18128
18129 2005-05-09  Wim Taymans  <wim@fluendo.com>
18130
18131         * examples/seeking/seek.c: (make_theora_pipeline),
18132         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
18133         (query_rates), (query_positions_elems), (query_positions_pads),
18134         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
18135         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
18136         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
18137         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
18138         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
18139         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
18140         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18141         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18142         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18143         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
18144         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
18145         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
18146         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18147         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
18148         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18149         (theora_dec_src_convert), (theora_dec_sink_convert),
18150         (theora_dec_src_query), (theora_dec_sink_query),
18151         (theora_dec_src_event), (theora_dec_sink_event),
18152         (theora_handle_comment_packet), (theora_handle_type_packet),
18153         (theora_handle_header_packet), (theora_handle_data_packet),
18154         (theora_dec_chain):
18155         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18156         (vorbis_dec_convert), (vorbis_dec_src_query),
18157         (vorbis_dec_sink_query), (vorbis_dec_src_event),
18158         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18159         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18160         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18162         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
18163         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
18164         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18165         (gst_play_bin_query):
18166         * gst/playback/test3.c: (update_scale):
18167         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
18168         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
18169         * gst/subparse/gstsubparse.c: (gst_subparse_init):
18170         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18171         (gst_videotestsrc_src_query):
18172         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
18173         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
18174         (paint_hline_YUV9):
18175         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18176         Port to new query API.
18177         Updated seek.
18178         Cleanups in x[v]imagesink
18179
18180 2005-05-09  Andy Wingo  <wingo@pobox.com>
18181
18182         * ext/alsa/gstalsasink.h:
18183         * ext/gnomevfs/gstgnomevfssrc.c:
18184         (gst_gnomevfssrc_get_icy_metadata):
18185         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
18186         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
18187         * ext/theora/theoradec.c (theora_dec_src_query)
18188         (theora_dec_src_event, theora_dec_sink_event)
18189         (theora_handle_comment_packet, theora_handle_data_packet):
18190         * ext/theora/theoraenc.c (theora_enc_chain):
18191         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
18192         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
18193         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18194         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
18195         (qt_type_find):
18196         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
18197         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
18198         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
18199         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
18200         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
18201         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
18202         (paint_setup_xBGR8888, paint_setup_RGBx8888)
18203         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
18204         (paint_setup_RGB565, paint_setup_xRGB1555):
18205         * gst/videotestsrc/videotestsrc.h:
18206         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
18207         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
18208         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
18209         GCC4 fixes.
18210         
18211         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18212         gst_pad_query_position. Fixes oggdemux.
18213
18214 2005-05-08  David Schleef  <ds@schleef.org>
18215
18216         * configure.ac: Require liboil.
18217         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18218         a few more.
18219         * gst/videotestsrc/videotestsrc.c:
18220         * gst/videotestsrc/videotestsrc.h:
18221
18222 2005-05-06  Wim Taymans  <wim@fluendo.com>
18223
18224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18225         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18226         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18227         Well, unreffing a buffer right before pushing it is asking
18228         for trouble..
18229
18230 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18231
18232         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18233
18234 2005-05-06  Wim Taymans  <wim@fluendo.com>
18235
18236         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18237         (gst_audio_convert_caps_remove_format_info),
18238         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18239         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18241         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18242         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18243         * gst/sine/Makefile.am:
18244         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18245         (gst_sinesrc_class_init), (gst_sinesrc_init),
18246         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18247         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18248         (gst_sinesrc_update_freq):
18249         * gst/sine/gstsinesrc.h:
18250         * gst/tcp/gstmultifdsink.c:
18251         * sys/xvimage/xvimagesink.c:
18252         Fixed negotiation wrt _peer_get_caps()
18253         Some cleanups.
18254
18255
18256 2005-05-06  Wim Taymans  <wim@fluendo.com>
18257
18258         * gst-libs/gst/audio/gstaudiosink.c:
18259         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18260         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18261         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18262         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18263         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18264         (gst_audiosink_create_ringbuffer):
18265         * gst-libs/gst/audio/gstbaseaudiosink.c:
18266         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18267         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18268         (gst_baseaudiosink_set_property), (build_linear_format),
18269         (debug_spec_caps), (debug_spec_buffer),
18270         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18271         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18272         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18273         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18274         * gst-libs/gst/audio/gstbaseaudiosink.h:
18275         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18276         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18277         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18278         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18279         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18280         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18281         (wait_segment), (gst_ringbuffer_commit),
18282         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18283         (gst_ringbuffer_clear):
18284         * gst-libs/gst/audio/gstringbuffer.h:
18285         Make the base audiosink return an error when there is no
18286         audiobuffer negotiated.
18287
18288 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18289
18290         * ext/Makefile.am:
18291         Disable cdparanoia until someone ports it!
18292
18293 2005-05-06  Wim Taymans  <wim@fluendo.com>
18294
18295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18296         (gst_ogg_demux_sink_activate):
18297         And revert after wingo's revert.. sigh..
18298
18299 2005-05-05  Andy Wingo  <wingo@pobox.com>
18300
18301         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18302         GObject.
18303         * configure.ac: Return audiorate and subparse from the ghetto.
18304         Re-enable -Wall -Werror.
18305         * gst/subparse/gstsubparse.c:
18306         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18307         or chain-based. Cleaned up a bit. Not tested.
18308         
18309 2005-05-05  Christian Schaller <christian@fluendo.com> 
18310
18311         * Makefile.am: remove stuff that is not building
18312         * configure.ac: remove stuff that is not building
18313         * examples/Makefile.am: remove stuff that is not building
18314         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18315         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18316         * sys/Makefile.am: remove stuff that is not building
18317         * testsuite/Makefile.am: remove stuff that is not building
18318
18319 2005-05-05  Andy Wingo  <wingo@pobox.com>
18320
18321         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18322         * gst-libs/gst/tag/gstvorbistag.c:
18323         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18324         * gst/adder/gstadder.h:
18325         * gst/audioconvert/gstchannelmix.c:
18326         (gst_audio_convert_fill_one_other):
18327         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18328         (gst_audiorate_init), (gst_audiorate_chain):
18329         * gst/playback/gstplaybasebin.c: (setup_source):
18330         * gst/playback/test3.c: (update_scale):
18331         Some GCC4 fixes
18332         
18333         * po/af.po:
18334         * po/az.po:
18335         * po/cs.po:
18336         * po/en_GB.po:
18337         * po/hu.po:
18338         * po/it.po:
18339         * po/nb.po:
18340         * po/nl.po:
18341         * po/or.po:
18342         * po/sq.po:
18343         * po/sr.po:
18344         * po/sv.po:
18345         * po/uk.po:
18346         * po/vi.po: Foo
18347
18348 2005-05-05  Wim Taymans  <wim@fluendo.com>
18349
18350         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18351         (gst_audio_convert_caps_remove_format_info),
18352         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18353         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18354         * gst/videotestsrc/gstvideotestsrc.c:
18355         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18356         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18357         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18358         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18359         Don't ignore _push() return values.
18360         Make sure no processing is done when shutting down.
18361         Videotestsrc pad activation fix.
18362
18363 2005-05-05  Wim Taymans  <wim@fluendo.com>
18364
18365         * gst/adder/Makefile.am:
18366         * gst/adder/gstadder.c: (gst_adder_setcaps),
18367         (gst_adder_class_init), (gst_adder_init),
18368         (gst_adder_request_new_pad), (gst_adder_collected),
18369         (gst_adder_change_state):
18370         * gst/adder/gstadder.h:
18371         Ported adder as an example of a mixer element using
18372         collect pads. Needs more negotiation work.
18373
18374 2005-05-05  Wim Taymans  <wim@fluendo.com>
18375
18376         * ext/theora/theoradec.c: (_inc_granulepos),
18377         (theora_dec_src_event), (theora_dec_sink_event),
18378         (theora_handle_comment_packet), (theora_handle_type_packet),
18379         (theora_handle_header_packet), (theora_handle_data_packet),
18380         (theora_dec_chain):
18381         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18382         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18383         (theora_push_buffer), (theora_push_packet),
18384         (theora_enc_sink_event), (theora_enc_chain),
18385         (theora_enc_change_state), (theora_enc_set_property),
18386         (theora_enc_get_property):
18387         Added stream lock to decoder so that we can serialize
18388         the discont event.
18389         More theoraenc porting, recover from errors, do clean
18390         shutdown.
18391
18392 2005-05-05  Wim Taymans  <wim@fluendo.com>
18393
18394         * ext/ogg/Makefile.am:
18395         * ext/ogg/README:
18396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18397         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18398         (gst_ogg_print):
18399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18400         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18401         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18402         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18403         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18404         (gst_ogg_mux_change_state):
18405         Ported ogg muxer.
18406
18407 2005-05-05  Wim Taymans  <wim@fluendo.com>
18408
18409         * docs/design-audiosinks.txt:
18410         * gst-libs/gst/audio/TODO:
18411         * gst-libs/gst/audio/gstaudiosink.c:
18412         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18413         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18414         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18415         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18416         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18417         (gst_audiosink_create_ringbuffer):
18418         * gst-libs/gst/audio/gstbaseaudiosink.c:
18419         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18420         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18421         (gst_baseaudiosink_set_property), (build_linear_format),
18422         (debug_spec_caps), (debug_spec_buffer),
18423         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18424         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18425         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18426         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18427         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18428         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18429         (gst_ringbuffer_release), (gst_ringbuffer_play),
18430         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18431         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18432         (gst_ringbuffer_set_sample), (wait_segment),
18433         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18434         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18435         More work on the audiosink, mostly debugging and a race in
18436         shutdown.
18437
18438 2005-04-28  Wim Taymans  <wim@fluendo.com>
18439
18440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18441         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18442         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18443         (vorbis_dec_src_query), (vorbis_dec_src_event),
18444         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18445         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18446         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18447         Don't crap out when seeking back to position 0.
18448
18449 2005-04-28  Wim Taymans  <wim@fluendo.com>
18450
18451         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18452         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18453         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18454         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18455         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18456         Make audio sink configurable, use alsasink as default.
18457
18458 2005-04-28  Wim Taymans  <wim@fluendo.com>
18459
18460         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18461         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18462         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18463         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18464         (vorbis_dec_change_state):
18465         * ext/vorbis/vorbisdec.h:
18466         Refactor, use STREAM_LOCK.
18467
18468 2005-04-28  Wim Taymans  <wim@fluendo.com>
18469
18470         * ext/theora/theoradec.c: (_inc_granulepos),
18471         (theora_dec_sink_event), (theora_handle_comment_packet),
18472         (theora_handle_type_packet), (theora_handle_header_packet),
18473         (theora_handle_data_packet), (theora_dec_chain),
18474         (theora_dec_change_state):
18475         Refactor a bit, use STREAM_LOCK.
18476
18477 2005-04-28  Wim Taymans  <wim@fluendo.com>
18478
18479         * ext/alsa/Makefile.am:
18480         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18481         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18482         (gst_alsa_link), (gst_alsa_close_audio):
18483         * ext/alsa/gstalsaplugin.c: (plugin_init):
18484         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18485         (gst_alsasink_dispose), (gst_alsasink_base_init),
18486         (gst_alsasink_class_init), (gst_alsasink_init),
18487         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18488         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18489         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18490         (gst_alsasink_reset):
18491         * ext/alsa/gstalsasink.h:
18492         Implement alsasink with simple open/write/close API. 
18493         Make alsa dir build by disabling compilation of code.
18494
18495 2005-04-28  Wim Taymans  <wim@fluendo.com>
18496
18497         * gst-libs/gst/audio/Makefile.am:
18498         * gst-libs/gst/audio/audio.h:
18499         * gst-libs/gst/audio/audioclock.c:
18500         * gst-libs/gst/audio/audioclock.h:
18501         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18502         (gst_audio_clock_class_init), (gst_audio_clock_init),
18503         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18504         * gst-libs/gst/audio/gstaudioclock.h:
18505         * gst-libs/gst/audio/gstaudiosink.c:
18506         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18507         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18508         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18509         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18510         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18511         (gst_audiosink_create_ringbuffer):
18512         * gst-libs/gst/audio/gstbaseaudiosink.c:
18513         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18514         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18515         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18516         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18517         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18518         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18519         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18520         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18521         * gst-libs/gst/audio/gstbaseaudiosink.h:
18522         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18523         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18524         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18525         (gst_ringbuffer_release), (gst_ringbuffer_play),
18526         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18527         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18528         (gst_ringbuffer_set_sample), (wait_segment),
18529         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18530         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18531         * gst-libs/gst/audio/gstringbuffer.h:
18532         Make ringbuffer faster and more simple by removing the locks
18533         in the playback thread.
18534         Add sample accurate playback based on buffer sample offsets.
18535         Make the baseaudiosink provide a clock.
18536         Parse caps in the base class.
18537         Correctly handle seeking, flushing and state changes.
18538
18539 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18540
18541         * configure.ac:
18542         * gst/audioconvert/Makefile.am:
18543         * gst/audioscale/Makefile.am:
18544           Fix part of the build.  Come on guys, autogen didn't even work :)
18545
18546 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18547
18548         * configure.ac:
18549         * gst-libs/gst/Makefile.am:
18550         * gst-libs/gst/media-info/.cvsignore:
18551         * gst-libs/gst/media-info/Makefile.am:
18552         * gst-libs/gst/media-info/README:
18553         * gst-libs/gst/media-info/media-info-priv.c:
18554         * gst-libs/gst/media-info/media-info-priv.h:
18555         * gst-libs/gst/media-info/media-info-test.c:
18556         * gst-libs/gst/media-info/media-info.c:
18557         * gst-libs/gst/media-info/media-info.h:
18558         * gst-libs/gst/media-info/media-info.vcproj:
18559         * pkgconfig/Makefile.am:
18560         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18561         * pkgconfig/gstreamer-media-info.pc.in:
18562           Remove media-info, which is also successed by playbin (see Totem
18563           implementation).
18564
18565 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18566
18567         * configure.ac:
18568         * examples/Makefile.am:
18569         * examples/gstplay/.cvsignore:
18570         * examples/gstplay/Makefile.am:
18571         * examples/gstplay/player.c:
18572         * gst-libs/gst/Makefile.am:
18573         * gst-libs/gst/play/.cvsignore:
18574         * gst-libs/gst/play/Makefile.am:
18575         * gst-libs/gst/play/play.c:
18576         * gst-libs/gst/play/play.h:
18577         * gst-libs/gst/play/play.vcproj:
18578         * pkgconfig/Makefile.am:
18579         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18580         * pkgconfig/gstreamer-play.pc.in:
18581           Remove libgstplay, playbin is now the official successor.
18582
18583 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18584
18585         * configure.ac:
18586         * gst-libs/gst/Makefile.am:
18587         * gst-libs/gst/xwindowlistener/Makefile.am:
18588         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18589         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18590           Remove deprecated xwindowlistener (I've moved xwindowlistening
18591           in the v4l/v4l2 plugins over to serverside).
18592
18593 2005-04-25  David Schleef  <ds@schleef.org>
18594
18595         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18596         to examples/dynparams.  Examples do not belong interspersed with
18597         source code.
18598         * examples/dynparams/demo-dparams.c:
18599         * gst/sine/Makefile.am:
18600         * gst/sine/demo-dparams.c:
18601
18602 2005-04-25  David Schleef  <ds@schleef.org>
18603
18604         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18605         * gst-libs/gst/audio/Makefile.am:
18606         * gst-libs/gst/riff/Makefile.am:
18607         * gst-libs/gst/tag/Makefile.am:
18608         * gst-libs/gst/video/Makefile.am:
18609         * gst-libs/gst/xwindowlistener/Makefile.am:
18610
18611         Convert to 0.9 API, seems to work:
18612         * sys/ximage/Makefile.am:
18613         * sys/ximage/ximagesink.c:
18614
18615 2005-04-24  David Schleef  <ds@schleef.org>
18616
18617         Link plugins against libraries:
18618         * ext/alsa/Makefile.am:
18619         * gst/tcp/Makefile.am:
18620
18621         Remove asm code that should be in liboil
18622         * gst/videoscale/Makefile.am:
18623         * gst/videoscale/videoscale_x86_asm.s:
18624
18625         gettext wants these checked in:
18626         * po/af.po:
18627         * po/az.po:
18628         * po/cs.po:
18629         * po/en_GB.po:
18630         * po/hu.po:
18631         * po/it.po:
18632         * po/nb.po:
18633         * po/nl.po:
18634         * po/or.po:
18635         * po/sq.po:
18636         * po/sr.po:
18637         * po/sv.po:
18638         * po/uk.po:
18639         * po/vi.po:
18640
18641 2005-04-24  David Schleef  <ds@schleef.org>
18642
18643         Convert gst_main() to g_main_loop_run()
18644         * gst/playback/decodetest.c: (main):
18645         * gst/playback/test2.c: (main):
18646         * gst/playback/test3.c: (main):
18647         * gst/playback/test4.c: (main):
18648
18649         Link plugins against libraries:
18650         * ext/libvisual/Makefile.am:
18651         * sys/xvimage/Makefile.am:
18652
18653 2005-04-24  David Schleef  <ds@schleef.org>
18654
18655         * configure.ac: Remove idct and resample libs
18656         * gst-libs/gst/Makefile.am: same
18657
18658         Remove usage of gst_library_load():
18659         * ext/alsa/gstalsaplugin.c: (plugin_init):
18660         * ext/libvisual/visual.c: (plugin_init):
18661         * ext/ogg/gstogg.c: (plugin_init):
18662         * ext/theora/theora.c: (plugin_init):
18663         * ext/vorbis/vorbis.c: (plugin_init):
18664         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18665         * gst/audioscale/gstaudioscale.c:
18666         * gst/adder/gstadder.c: (plugin_init):
18667         * gst/audioconvert/plugin.c: (plugin_init):
18668         * sys/ximage/ximagesink.c: (plugin_init):
18669         * sys/xvimage/xvimagesink.c: (plugin_init):
18670         * gst/tcp/gsttcpplugin.c: (plugin_init):
18671
18672         Link plugins against libraries:
18673         * ext/ogg/Makefile.am:
18674         * ext/theora/Makefile.am:
18675         * ext/vorbis/Makefile.am:
18676         * gst/audioconvert/Makefile.am:
18677
18678         Create proper libraries:
18679         * gst-libs/gst/riff/Makefile.am:
18680         * gst-libs/gst/audio/Makefile.am:
18681         * gst-libs/gst/video/Makefile.am:
18682
18683         Move resample library to audioscale plugin directory:
18684         * gst-libs/gst/resample/Makefile.am:
18685         * gst-libs/gst/resample/README:
18686         * gst-libs/gst/resample/dtof.c:
18687         * gst-libs/gst/resample/dtos.c:
18688         * gst-libs/gst/resample/functable.c:
18689         * gst-libs/gst/resample/private.h:
18690         * gst-libs/gst/resample/resample.c:
18691         * gst-libs/gst/resample/resample.h:
18692         * gst-libs/gst/resample/resample.vcproj:
18693         * gst-libs/gst/resample/test.c:
18694         * gst/audioscale/Makefile.am:
18695         * gst/audioscale/README:
18696         * gst/audioscale/dtof.c:
18697         * gst/audioscale/dtos.c:
18698         * gst/audioscale/functable.c:
18699         * gst/audioscale/private.h:
18700         * gst/audioscale/resample.c:
18701         * gst/audioscale/resample.h:
18702         * gst/audioscale/test.c:
18703
18704         Move tagedit library to gst-libs:
18705         * gst-libs/gst/tag/Makefile.am:
18706         * gst-libs/gst/tag/gstid3tag.c:
18707         * gst-libs/gst/tag/gsttagediting.c:
18708         * gst-libs/gst/tag/gsttageditingprivate.h:
18709         * gst-libs/gst/tag/gstvorbistag.c:
18710         * gst/tags/Makefile.am:
18711         * gst/tags/gstid3tag.c:
18712         * gst/tags/gstvorbistag.c:
18713
18714         Fix for core changes:
18715         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18716         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18717         (gst_sinesrc_getrange):
18718
18719 2005-04-23  David Schleef  <ds@schleef.org>
18720
18721         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18722         in gst-plugins in a long time, and properly belongs in liboil.
18723         * gst-libs/gst/idct/Makefile.am:
18724         * gst-libs/gst/idct/README:
18725         * gst-libs/gst/idct/dct.h:
18726         * gst-libs/gst/idct/doieee:
18727         * gst-libs/gst/idct/fastintidct.c:
18728         * gst-libs/gst/idct/floatidct.c:
18729         * gst-libs/gst/idct/idct.c:
18730         * gst-libs/gst/idct/idct.h:
18731         * gst-libs/gst/idct/idtc.vcproj:
18732         * gst-libs/gst/idct/ieeetest.c:
18733         * gst-libs/gst/idct/intidct.c:
18734
18735 2005-04-20  Wim Taymans  <wim@fluendo.com>
18736
18737         * docs/design-audiosinks.txt:
18738         * gst-libs/gst/audio/Makefile.am:
18739         * gst-libs/gst/audio/TODO:
18740         * gst-libs/gst/audio/gstaudiosink.c:
18741         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18742         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18743         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18744         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18745         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18746         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18747         (gst_audiosink_class_init), (gst_audiosink_init),
18748         (gst_audiosink_create_ringbuffer):
18749         * gst-libs/gst/audio/gstaudiosink.h:
18750         * gst-libs/gst/audio/gstbaseaudiosink.c:
18751         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18752         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18753         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18754         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18755         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18756         (gst_baseaudiosink_create_ringbuffer),
18757         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18758         * gst-libs/gst/audio/gstbaseaudiosink.h:
18759         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18760         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18761         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18762         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18763         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18764         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18765         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18766         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18767         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18768         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18769         * gst-libs/gst/audio/gstringbuffer.h:
18770         An attempt at a set of audio base classes together with some
18771         design docs.
18772
18773 2005-04-20  Wim Taymans  <wim@fluendo.com>
18774
18775         * gst/audioconvert/Makefile.am:
18776         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18777         (gst_audio_convert_caps_remove_format_info),
18778         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18779         (gst_audio_convert_channels):
18780         Link against audio libs.
18781         Fix audio convert plugin.
18782
18783 2005-04-20  Wim Taymans  <wim@fluendo.com>
18784
18785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18786         (gst_ogg_demux_sink_activate):
18787         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18788         (theora_set_header_on_caps), (theora_enc_sink_event),
18789         (theora_enc_chain):
18790         Fix theora encoder.
18791
18792 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18793
18794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18795         * gst/playback/gstdecodebin.c: (find_compatibles):
18796           Work with staticpadtemplates in elementfactories.
18797
18798 2005-04-12  Wim Taymans  <wim@fluendo.com>
18799
18800         * gst/playback/README:
18801         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18802         (compare_ranks), (print_feature), (gst_decode_bin_init),
18803         (dynamic_create), (dynamic_free), (find_compatibles),
18804         (mimetype_is_raw), (close_pad_link), (got_redirect),
18805         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18806         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18807         (gst_decode_bin_change_state):
18808         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18809         (gst_play_base_bin_init), (group_destroy), (group_commit),
18810         (check_queue), (queue_overrun), (queue_threshold_reached),
18811         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18812         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18813         (got_redirect), (setup_source), (play_base_eos),
18814         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18815         (gst_play_base_bin_remove_element):
18816         * gst/playback/gstplaybasebin.h:
18817         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18818         (gst_play_bin_init), (gst_play_bin_dispose),
18819         (gst_play_bin_set_property), (gen_video_element),
18820         (gen_text_element), (gen_audio_element), (remove_sinks),
18821         (gst_play_bin_send_event):
18822         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18823         (stream_info_change_state), (gst_stream_info_set_mute):
18824         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18825         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18826         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18827         (gst_stream_selector_chain):
18828         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18829         (main):
18830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18831         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18832         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18833         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18834         Raw and crude port of decodebin. 
18835         Make playbin compile.
18836
18837 2005-04-06  Wim Taymans  <wim@fluendo.com>
18838
18839         * ext/gnomevfs/Makefile.am:
18840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18841         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18842         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18843         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18844         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18845         (gst_gnomevfssrc_stop):
18846         * ext/ogg/Makefile.am:
18847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18848         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18849         * ext/theora/Makefile.am:
18850         * ext/theora/theoradec.c: (_inc_granulepos),
18851         (theora_dec_sink_event), (theora_dec_chain):
18852         * ext/vorbis/Makefile.am:
18853         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18854         (vorbis_dec_sink_event), (vorbis_dec_chain):
18855         * gst-libs/gst/audio/Makefile.am:
18856         * sys/xvimage/Makefile.am:
18857         Make gnomevfssrc extend the source base class.
18858         Fix linking against libs in various plugins.
18859
18860 2005-04-06  Andy Wingo  <wingo@pobox.com>
18861
18862         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18863         GST_BASE_LIBS.
18864
18865         * configure.ac: Add check and AC_SUBST for libgstbase.
18866
18867 2005-03-31  Wim Taymans  <wim@fluendo.com>
18868
18869         * examples/seeking/Makefile.am:
18870         * examples/seeking/cdparanoia.c: (main):
18871         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18872         (play_cb), (pause_cb), (stop_cb), (main):
18873         * examples/seeking/playbin.c:
18874         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18875         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18876         (make_sid_pipeline), (make_vorbis_pipeline),
18877         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18878         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18879         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18880         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18881         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18882         (stop_cb), (main):
18883         * examples/seeking/spider_seek.c:
18884         * examples/seeking/vorbisfile.c:
18885         * ext/gnomevfs/Makefile.am:
18886         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18887         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18888         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18889         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18890         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18891         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18892         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18893         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18894         * ext/ogg/README:
18895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18896         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18897         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18898         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18899         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18900         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18901         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18902         (gst_ogg_demux_factory_filter), (compare_ranks),
18903         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18904         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18905         (gst_ogg_chain_new), (gst_ogg_chain_free),
18906         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18907         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18908         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18909         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18910         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18911         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18912         (gst_ogg_demux_get_prev_page),
18913         (gst_ogg_demux_deactivate_current_chain),
18914         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18915         (gst_ogg_demux_bisect_forward_serialno),
18916         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18917         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18918         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18919         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18920         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18921         (gst_ogg_demux_change_state), (gst_ogg_print):
18922         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18923         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18924         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18925         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18926         (gst_ogg_mux_loop):
18927         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18928         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18929         (theora_dec_src_convert), (theora_dec_sink_convert),
18930         (theora_dec_src_query), (theora_dec_src_event),
18931         (theora_dec_sink_event), (theora_dec_chain),
18932         (theora_dec_change_state):
18933         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18934         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18935         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18936         (theora_enc_change_state):
18937         * ext/vorbis/Makefile.am:
18938         * ext/vorbis/oggvorbisenc.c:
18939         * ext/vorbis/oggvorbisenc.h:
18940         * ext/vorbis/vorbis.c: (plugin_init):
18941         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18942         (vorbis_dec_src_query), (vorbis_dec_src_event),
18943         (vorbis_dec_sink_event), (vorbis_dec_chain),
18944         (vorbis_dec_change_state):
18945         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18946         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18947         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18948         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18949         (gst_vorbisenc_change_state):
18950         * ext/vorbis/vorbisenc.h:
18951         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18952         * gst-libs/gst/audio/audioclock.c:
18953         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18954         (gst_audiofilter_init), (gst_audiofilter_chain):
18955         * gst-libs/gst/audio/testchannels.c: (main):
18956         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18957         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18958         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18959         (gmip_find_track_streaminfo), (gmip_find_track_format):
18960         * gst-libs/gst/media-info/media-info.c:
18961         (gst_media_info_read_idler):
18962         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18963         (gst_play_get_all_by_interface):
18964         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18965         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18966         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18967         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18968         (gst_riff_parse_info):
18969         * gst-libs/gst/riff/riff-read.h:
18970         * gst-libs/gst/riff/riff.c: (plugin_init):
18971         * gst-libs/gst/video/Makefile.am:
18972         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18973         (gst_videosink_class_init), (gst_videosink_get_type):
18974         * gst-libs/gst/video/videosink.h:
18975         * gst/audioconvert/bufferframesconvert.c:
18976         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18977         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18978         * gst/audioconvert/channelmixtest.c: (main):
18979         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18980         (gst_audio_convert_chain),
18981         (gst_audio_convert_caps_remove_format_info),
18982         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18983         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18984         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18985         (gst_audio_convert_buffer_to_default_format),
18986         (gst_audio_convert_buffer_from_default_format),
18987         (gst_audio_convert_channels):
18988         * gst/audioconvert/gstchannelmix.h:
18989         * gst/ffmpegcolorspace/avcodec.h:
18990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18991         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18992         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18993         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18994         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18995         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18996         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18997         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18998         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18999         (dv_type_find):
19000         * gst/videotestsrc/gstvideotestsrc.c:
19001         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
19002         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
19003         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
19004         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
19005         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
19006         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
19007         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
19008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19009         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
19010         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
19011         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
19012         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
19013         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19014         (gst_xvimagesink_navigation_send_event),
19015         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
19016         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
19017         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19018         * sys/xvimage/xvimagesink.h:
19019         Plugin port to 0.9, ogg/theora playback should work in the seek
19020         example now.
19021         Removed old examples.
19022         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
19023         explained in 0.9 TODO doc.
19024
19025
19026 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19027
19028         * autogen.sh:
19029         * configure.ac:
19030         * ext/Makefile.am:
19031         * gst/Makefile.am:
19032         * po/POTFILES.in:
19033         * po/af.po:
19034         * po/az.po:
19035         * po/cs.po:
19036         * po/en_GB.po:
19037         * po/hu.po:
19038         * po/it.po:
19039         * po/nb.po:
19040         * po/nl.po:
19041         * po/or.po:
19042         * po/sq.po:
19043         * po/sr.po:
19044         * po/sv.po:
19045         * po/uk.po:
19046         * po/vi.po:
19047         * sys/Makefile.am:
19048         * testsuite/Makefile.am:
19049           remove a whole bunch of plugins.  This module now contains a set
19050           of free reference plugins/elements as agreed.
19051
19052 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19053
19054         * configure.ac:
19055           hunting season on 0.9 is now OPEN
19056
19057 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19060           Kick the hell out of gcc for not warning me about a symbol conflict.
19061
19062 2005-02-22  Luca Ognibene  <luogni@tin.it>
19063
19064         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19065
19066         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
19067           Don't leak caps string (fixes #168134)
19068
19069         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
19070         (gst_jpegenc_init), (gst_jpegenc_finalize),
19071         (gst_jpegenc_change_state):
19072           Don't leak line buffers and context struct (fixes #168133).
19073
19074 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
19075
19076         * configure.ac:
19077         * ext/dirac/gstdiracdec.cc:
19078         (gst_diracdec_chain):
19079           Since dirac 0.5.0 the framerate in dirac is expressed as a
19080           rational number. Fix build and up requirement to 0.5.0, and
19081           also pass parameters to gst_diracdec_link in the right order
19082           (fixes #167959).
19083
19084 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
19085
19086         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
19087         * ext/faad/gstfaad.h:
19088         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
19089         certain invalid muxed streams, where some packets will contain 
19090         junk after decoder data. Partially fixes #149158.
19091
19092 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
19093         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
19094           Make sure we only write to writable buffers
19095
19096 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
19097
19098         * gst-libs/gst/riff/riff-media.c:
19099         (gst_riff_create_audio_caps_with_data):
19100           Do actually fix invalid RIFF fmt header values for alaw
19101           and mulaw audio instead of just saying so.
19102
19103         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19104           Give gst_riff_create_audio_caps_with_data() a chance to
19105           fix up broken format header fields before extracting any
19106           parameters from the header. (fixes #167633)
19107
19108 2005-02-19  Martin Holters  <martin.holters@gmx.de>
19109
19110         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19111
19112         * gst/audioconvert/bufferframesconvert.c:
19113         (buffer_frames_convert_link):
19114           Don't leak othercaps. (fixes #167878)
19115
19116 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
19117
19118         * configure.ac:
19119         * ext/libvisual/visual.c: (gst_visual_srclink),
19120         (gst_visual_change_state):
19121           Support libvisual 0.2.0.
19122
19123 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
19124
19125         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
19126         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
19127           Use same rowstrides for I420 as used everywhere else.
19128
19129 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
19130
19131         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19132           Declare variables at beginning of block and make gcc-2.95 happy
19133           (fixes # 167482, patch by Gergely Nagy).
19134           
19135         * gst/tcp/gsttcpclientsrc.c:
19136         * gst/tcp/gsttcpclientsrc.h:
19137           Move some includes into the header, so that struct sockaddr_in is
19138           defined when it should be defined on FreeBSD as well (fixes
19139           #167483).
19140           
19141         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19142           Don't pass uninitialised values to setsockopt() here either.
19143
19144 2005-02-17  Luca Ognibene  <luogni at tin dot it>
19145
19146         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19147
19148         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
19149           Don't pass uninitialised values to setsockopt(). (fixes #167704)
19150
19151 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19152
19153         * gst/playback/gstplaybin.c: (add_sink):
19154           Invert bin_add/link order to workaround deadlock in opt.
19155
19156 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19157
19158         * gst/modplug/gstmodplug.cc:
19159           Add missing break causing position queries to fail.
19160
19161 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19162
19163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
19164           Granpos can apparently be -1, which screws up calculations...
19165
19166 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
19167
19168         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19169         (gst_ximagesink_send_pending_navigation),
19170         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
19171         (gst_ximagesink_init):
19172         * sys/ximage/ximagesink.h:
19173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19174         (gst_xvimagesink_send_pending_navigation),
19175         (gst_xvimagesink_navigation_send_event),
19176         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
19177         * sys/xvimage/xvimagesink.h:
19178           Use a mutex protected list to marshal navigation
19179           events into the stream thread from whichever thread
19180           sends them.
19181
19182 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19183
19184         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
19185           Display current position and track length; misc. clean-ups.
19186           
19187         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
19188         (speed_init), (speed_chain):
19189           Add query function, so that the stream length and current position
19190           get adjusted when queried (note that current position queries may
19191           still be wrong if the audio sink returns values based on buffer
19192           timestamps instead of passing on the query).
19193
19194 2005-02-13  Benjamin Otte  <otte@gnome.org>
19195
19196         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19197         (gst_audio_convert_channels):
19198           create channel conversion matrix when linking
19199         * gst/audioconvert/.cvsignore:
19200         * gst/audioconvert/Makefile.am:
19201         * gst/audioconvert/channelmixtest.c: (main):
19202           add (ugly) test that ensures stereo <=> mono conversion works
19203           correctly
19204
19205 2005-02-13  Benjamin Otte  <otte@gnome.org>
19206
19207         * gst/audioconvert/gstchannelmix.h:
19208           include missing header file
19209         * gst/audioconvert/gstchannelmix.c:
19210         (gst_audio_convert_fill_compatible):
19211           use same sign for both channels when converting to/from compatible
19212           channel. Previously used different signs made the signals cancel
19213           each other out and appear like silence. (fixes #167269)
19214
19215 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19216
19217         * gst/ffmpegcolorspace/avcodec.h:
19218         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19219         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19220         (gst_ffmpegcsp_avpicture_fill):
19221         * gst/ffmpegcolorspace/imgconvert.c:
19222           Convert to and from YV12 (fixes #156379).
19223
19224 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19225
19226         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19227         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19228         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19229         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19230         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19231         methods from chain and negotiation and vice versa (Fixes #166142).
19232         * sys/ximage/ximagesink.h: Add stream_lock.
19233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19234         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19235         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19236         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19237
19238 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19239
19240         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19241           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19242           error message when we can't open the DVD device (when dvdnav_open()
19243           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19244           the above). Send something more useful instead (fixes #167117).
19245
19246 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19247
19248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19249         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19250         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19251         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19252         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19253         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19254         methods from chain and negotiation and vice versa (Fixes #166142).
19255         Fix a possible bug of images in the buffer pool being discarded because
19256         we are looking at the wrong geometry.
19257         * sys/xvimage/xvimagesink.h: Add stream_lock.
19258
19259 2005-02-11  David Schleef  <ds@schleef.org>
19260
19261         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19262         unsigned int. (fixes #167128)
19263
19264 2005-02-11  David Schleef  <ds@schleef.org>
19265
19266         * gst/librfb/Makefile.am: Testing stuff before committing is
19267           for wimps... and people with fast machines.  Fix stupid
19268           mistake.
19269
19270 2005-02-11  David Schleef  <ds@schleef.org>
19271
19272         * configure.ac: Pull in librfb from my CVS tree, because it is
19273           too small and annoying to be separate.  Move rfbsrc plugin
19274           to gst/.
19275         * ext/Makefile.am:
19276         * ext/librfb/Makefile.am:
19277         * ext/librfb/gstrfbsrc.c:
19278         * gst/librfb/Makefile.am:
19279         * gst/librfb/gstrfbsrc.c:
19280         * gst/librfb/rfb.c:
19281         * gst/librfb/rfb.h:
19282         * gst/librfb/rfbbuffer.c:
19283         * gst/librfb/rfbbuffer.h:
19284         * gst/librfb/rfbbytestream.c:
19285         * gst/librfb/rfbbytestream.h:
19286         * gst/librfb/rfbcontext.h:
19287         * gst/librfb/rfbdecoder.c:
19288         * gst/librfb/rfbdecoder.h:
19289         * gst/librfb/rfbutil.h:
19290
19291 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19292
19293         * gst/speed/Makefile.am:
19294         * gst/speed/demo-mp3.c: (main):
19295         * gst/speed/filter.func:
19296         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19297         (speed_class_init), (speed_init), (speed_chain_int16),
19298         (speed_chain_float32), (speed_chain), (speed_set_property),
19299         (speed_get_property), (speed_change_state):
19300         * gst/speed/gstspeed.h:
19301           Fix speed element and make it chain-based (fixes #156467),
19302           and make it handle more than one channel.
19303
19304 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19305
19306         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19307         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19308         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19309         * ext/dts/gstdtsdec.h:
19310           Don't clobber the stack constructing the channels array.
19311           Make the element chain-based. DTS tracks can now be played.
19312           
19313 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19314
19315         * gst-libs/gst/audio/multichannel.h:
19316         * gst-libs/gst/gconf/gconf.h:
19317         * gst-libs/gst/idct/idct.h:
19318         * gst-libs/gst/media-info/media-info-priv.h:
19319         * gst-libs/gst/play/play.h:
19320         * gst-libs/gst/resample/private.h:
19321         * gst-libs/gst/resample/resample.h:
19322         * gst-libs/gst/riff/riff-ids.h:
19323         * gst-libs/gst/video/video.h:
19324         * gst-libs/gst/video/videosink.h:
19325           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19326           missing, so that they work when included from C++ code.
19327
19328 2005-02-09  David Schleef  <ds@schleef.org>
19329
19330         * testsuite/gst-lint: Check for non-statically scoped
19331           parent_class variables.  This won't be a problem once
19332           plugins are loaded with RTLD_LOCAL.
19333
19334 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19335
19336         * ext/mplex/gstmplexibitstream.cc:
19337           gcc madness.
19338
19339 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19340
19341         * ext/ogg/gstogmparse.c:
19342         * gst/debug/gstnavigationtest.c:
19343           Die, thou faulty symbol pollutors (non-static parent_class).
19344
19345 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19346
19347         * ext/mplex/gstmplexibitstream.cc:
19348           Fix event handling (#165525).
19349
19350 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19351
19352         * ext/mikmod/gstmikmod.c:
19353         * gst/modplug/gstmodplug.cc:
19354           Add missing endianness to template (fixes #165509).
19355
19356 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19357
19358         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19359           Fix wrong order of reading of optional bytes (#165290).
19360
19361 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19362
19363         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19364           Implement FILLER event awareness.
19365
19366 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19367
19368         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19369           Fix track calculations (#166208).
19370
19371 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19372
19373         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19374
19375         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19376         * ext/libpng/gstpngenc.c:
19377           Fix byte-order, use proper fixed caps. Fixes #164197.
19378
19379 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19380
19381         * configure.ac:
19382           Add dvdlpcmdec 
19383
19384         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19385         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19386           Don't push buffers if the src pad isn't negotiated yet.
19387           
19388         * gst/audioconvert/gstaudioconvert.c:
19389         (gst_audio_convert_buffer_to_default_format),
19390         (gst_audio_convert_buffer_from_default_format):
19391           Add support for 24-bit width.
19392
19393         * gst/dvdlpcmdec/.cvsignore:
19394         * gst/dvdlpcmdec/Makefile.am:
19395         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19396         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19397         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19398         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19399         (plugin_init):
19400         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19401           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19402           format. Needs support for the channels maps if someone can find 
19403           a DVD LPCM track with > 2 channels.
19404
19405         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19406         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19407         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19408         * gst/mpegstream/gstdvddemux.h:
19409         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19410         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19411         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19412         * gst/mpegstream/gstmpegdemux.h:
19413         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19414         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19415         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19416         (gst_mpeg_parse_handle_src_query),
19417         (gst_mpeg_parse_handle_src_event):
19418           Use audio/x-dvd-lpcm for LPCM output.
19419           Add DTS output.
19420
19421 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19422
19423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19424
19425         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19426         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19427           Add BGRA handling (#165736).
19428
19429 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19430
19431         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19432
19433         * gst/law/alaw-decode.c: (alawdec_link):
19434         * gst/law/alaw-encode.c: (alawenc_link):
19435         * gst/law/mulaw-decode.c: (mulawdec_link):
19436         * gst/law/mulaw-encode.c: (mulawenc_link):
19437           Fix caps memleaks (#166600).
19438
19439 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19440
19441         * ext/tarkin/mem.h:
19442         * ext/tarkin/wavelet.h:
19443         * ext/tarkin/yuv.h:
19444         * gst/ffmpegcolorspace/avcodec.h:
19445           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19446           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19447
19448 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19449
19450         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19452         (gst_xvimagesink_change_state):
19453           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19454           Xv video (and thereby regenerate Xv colourkey) in clear() so
19455           that PLAY -> READY -> PLAY works (fixes #162504).
19456
19457 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19458
19459         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19460           Switch to list instead of range, since MJPEG-devices really just
19461           support decimations, not any size.
19462
19463 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19464         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19465         (gst_mpeg2dec_reset), (free_all_buffers),
19466         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19467         * ext/mpeg2dec/gstmpeg2dec.h:
19468           The libmpeg2 user-allocated buffer management is awkward, 
19469           to say the least. Hopefully this fixes things.
19470
19471 2005-02-04  Andy Wingo  <wingo@pobox.com>
19472
19473         * gst/audioconvert/bufferframesconvert.c
19474         (buffer_frames_convert_fixate): New function, fixates to 256
19475         frames per buffer by default. (Much better than 1.)
19476         (buffer_frames_convert_init): Set the fixate function for both src
19477         and sink pad.
19478         (buffer_frames_convert_link): After success setting nonfixed caps,
19479         get the negotiated caps so we can know how many buffer-frames it
19480         will be. No idea how this worked at all before.
19481
19482 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19483
19484         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19485         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19486         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19487         (handle_sequence), (handle_picture):
19488         * ext/mpeg2dec/gstmpeg2dec.h:
19489           Rearrange buffer tracking and refcounting and refactor
19490           a little for readability. 
19491
19492 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19493         * sys/v4l/gstv4l.c: (plugin_init):
19494         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19495         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19496         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19497         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19498         * sys/v4l/gstv4ljpegsrc.h:
19499         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19500         * sys/v4l/v4l_calls.h:
19501         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19502         (gst_v4lsrc_get_fps):
19503         * sys/v4l/v4lsrc_calls.h:
19504           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19505           you jpeg inside rgb frames" driver.
19506           Don't error in the v4lsrc link function, just return 
19507           REFUSED.
19508
19509 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19510
19511         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19512         (gst_qcamsrc_open):
19513           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19514
19515 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19516
19517         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19518           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19519
19520 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19521
19522         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19523           Reset negotiated state on PAUSED->READY.
19524
19525 2005-02-02  David Schleef  <ds@schleef.org>
19526
19527         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19528         whereever possible.  (Fixes #165997)
19529         * examples/capsfilter/capsfilter1.c: (main):
19530         * examples/dynparams/filter.c: (create_ui):
19531         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19532         * examples/seeking/chained.c: (main):
19533         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19534         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19535         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19536         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19537         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19538         * examples/switch/switcher.c: (main):
19539         * ext/dv/demo-play.c: (main):
19540         * ext/faad/gstfaad.c: (gst_faad_change_state):
19541         * ext/mad/gstmad.c: (gst_mad_chain):
19542         * ext/smoothwave/demo-osssrc.c: (main):
19543         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19544         (gst_gconf_render_bin_from_description),
19545         (gst_gconf_get_default_audio_sink),
19546         (gst_gconf_get_default_video_sink),
19547         (gst_gconf_get_default_audio_src),
19548         (gst_gconf_get_default_video_src),
19549         (gst_gconf_get_default_visualization_element):
19550         * gst/level/demo.c: (main):
19551         * gst/level/plot.c: (main):
19552         * gst/playback/gstplaybin.c: (gen_video_element),
19553         (gen_audio_element):
19554         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19555         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19556         * gst/sine/demo-dparams.c: (main):
19557         * gst/spectrum/demo-osssrc.c: (main):
19558         * gst/speed/demo-mp3.c: (main):
19559         * gst/volume/demo.c: (main):
19560         * testsuite/embed/embed.c: (main):
19561
19562 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19563
19564         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19565         (gst_tcpclientsink_finalize):
19566         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19567         (gst_tcpclientsrc_finalize):
19568         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19569         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19570         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19571         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19572           Don't leak the hostname when shutting down.
19573           In tcpserversrc, take a copy of the default hostname.
19574
19575 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19576
19577         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19578           Set caps to systemstream=TRUE.
19579
19580 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19581
19582         * testsuite/Makefile.am:
19583           Fix more OSX buildbots.
19584
19585 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19586
19587         * ext/mpeg2dec/gstmpeg2dec.c:
19588           Don't send things to NULL PAD_PEERs
19589
19590         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19591           Copy-on-write the incoming buffer.
19592
19593         * gst/mpegstream/gstdvddemux.h:
19594         * gst/mpegstream/gstmpegclock.h:
19595         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19596         (normal_seek), (gst_mpeg_demux_handle_src_event):
19597         * gst/mpegstream/gstmpegdemux.h:
19598         * gst/mpegstream/gstmpegpacketize.h:
19599         * gst/mpegstream/gstmpegparse.c:
19600         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19601         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19602         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19603         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19604         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19605         * gst/mpegstream/gstmpegparse.h:
19606         * gst/mpegstream/gstrfc2250enc.h:
19607           Various changes to the way time is computed that make seeking and
19608           total time estimation much better here.
19609           Use G_BEGIN/END_DECLS instead of __cplusplus
19610
19611         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19612           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19613
19614 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19615
19616         * gst/subparse/gstsubparse.c:
19617           Fix OSX buildbot.
19618
19619 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19620
19621         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19622         (theora_enc_chain), (theora_enc_change_state):
19623         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19624         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19625         (gst_vorbisenc_change_state):
19626         * ext/vorbis/vorbisenc.h:
19627           Set granulepos and timestamp correctly for streams not
19628           starting at 0, taking into account the initial delay.
19629
19630 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19631
19632         * gst/mpegstream/gstdvddemux.c:
19633           Add audio/x-dts to audio pad template caps
19634
19635 2005-01-30  David Schleef  <ds@schleef.org>
19636
19637         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19638         (create_context), (gst_polypsink_link): Fix silly endianness
19639         bug.  Add some debugging.  Remove float from caps; it doesn't
19640         work.  Attempt to get remote audio working.
19641
19642 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19643
19644         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19645           Add 3IV2 fourcc.
19646
19647 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19648
19649         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19650         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19651         (gst_avi_demux_stream_data):
19652         * gst/avi/gstavidemux.h:
19653           Invert DIB images. Fixes #132341.
19654
19655 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19656
19657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19658         (gst_ffmpegcsp_chain):
19659           D'oh, reference the palette data, not the palette structure.
19660           Fixes color distortion in #132341.
19661
19662 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19663
19664         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19665           PAR can be non-fixed when not provided as argument (#162626).
19666
19667 2005-01-29  David Moore  <dcm@acm.org>
19668
19669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19672         (gst_qtdemux_loop_header):
19673           Re-apply patch from #142272 that allows non-seekable sources,
19674           re-proposed by Daniel Drake <dsd@gentoo.org>.
19675
19676 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19677
19678         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19679           Use the src template for creating the src pad (#162330).
19680
19681 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19682
19683         * configure.ac:
19684         * ext/musepack/Makefile.am:
19685         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19686         (gst_musepackdec_init), (gst_musepackdec_dispose),
19687         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19688         (gst_musepack_stream_init), (gst_musepackdec_loop),
19689         (gst_musepackdec_change_state):
19690         * ext/musepack/gstmusepackdec.cpp:
19691         * ext/musepack/gstmusepackdec.h:
19692         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19693         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19694         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19695         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19696         * ext/musepack/gstmusepackreader.cpp:
19697         * ext/musepack/gstmusepackreader.h:
19698           Update to 1.1 API (#165446).
19699
19700 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19701
19702         * ext/Makefile.am:
19703           Unbreak buildbot.
19704
19705 2005-01-28  Andy Wingo  <wingo@pobox.com>
19706
19707         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19708         to reflect a different dubious internet source. Add a reference
19709         and some commentary.
19710
19711 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19712
19713         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19714         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19715         * gst/playback/gststreamselector.h:
19716           Be more selective when we're redoing caps negotiation from
19717           within the chain function on a stream change.
19718
19719 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19720
19721         * configure.ac:
19722         * ext/Makefile.am:
19723         * ext/amrnb/Makefile.am:
19724         * ext/amrnb/amrnb.c: (plugin_init):
19725         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19726         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19727         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19728         (gst_amrnbdec_state_change):
19729         * ext/amrnb/amrnbdec.h:
19730         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19731         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19732         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19733         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19734         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19735         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19736         * ext/amrnb/amrnbparse.h:
19737           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19738         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19739           Add AMR-NB/-WB raw formats.
19740         * ext/alsa/gstalsa.c: (gst_alsa_link):
19741           Keep valid time when changing format.
19742         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19743         (qtdemux_parse_trak):
19744           Add some more format-specific options (#140141, #143555, #155163).
19745
19746 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19747
19748         * gst/matroska/matroska-demux.c:
19749         (gst_matroska_demux_parse_blockgroup):
19750           Fix logic error in timing of subtitle stream synchronization.
19751         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19752           Add skip-chunk, which is found in kodak-camera streams.
19753
19754 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19755
19756         * po/LINGUAS:
19757         * po/vi.po:
19758           Adding Vietnamese translation (submitted by Clytie Siddall)
19759
19760 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19761
19762         * gst/playback/gstdecodebin.c: (try_to_link_1):
19763           Use realpad for signal.
19764
19765 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19766
19767         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19768           Fix category so decodebin picks it up.
19769
19770 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19771
19772         * ext/mad/Makefile.am:
19773         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19774         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19775         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19776         (found_type), (gst_id3demux_bin_change_state):
19777         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19778         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19779         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19780         (gst_id3_tag_change_state), (plugin_init):
19781         * ext/mad/gstmad.h:
19782           Add id3demuxbin (which is a simple bin consisting of id3demux
19783           and typefind), take over rank from id3demux, remove typefind
19784           code from id3demux. Makes all broken mp3s that I know of work,
19785           and thereby fixes #152688.
19786
19787 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19788
19789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19790
19791         * ext/mad/gstmad.c: (gst_mad_src_event):
19792         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19793           Allow seeks on audio pad, make mad forward those (#164826).
19794         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19795           Set duration (#165335).
19796
19797 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19798
19799         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19800         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19801         (gst_asf_demux_process_ext_content_desc),
19802         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19803         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19804         * gst/asfdemux/gstasfdemux.h:
19805           Improve metadata display, e.g. if the metadata comes before the
19806           streams are loaded (which is perfectly valid).
19807
19808 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19809
19810         * tools/gst-launch-ext-m.m:
19811           Fix AVI/ASF pipelines (#165340).
19812
19813 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19814         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19815         build failure on amd64
19816
19817 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19818
19819         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19820         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19821           Check environment variables GST_ID3V2_TAG_ENCODING,
19822           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19823           list of character encodings to force interpretation of non-unicode
19824           strings stored in an ID3v2 tag to a particular encoding. If none
19825           is specified, try to use current locale's encoding, then fall back
19826           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19827         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19828         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19829           Check environment variables GST_ID3V1_TAG_ENCODING,
19830           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19831           list of character encodings to use in case a string encountered
19832           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19833           specified, try to use the current locale's encoding, then fall
19834           back to ISO-8859-1 (which will always succeed).
19835
19836 2005-01-25  Benjamin Otte  <otte@gnome.org>
19837
19838         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19839           - on half framerate, compute the rate in advance so the comparisons
19840             don't compare wrong values
19841           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19842             behaviour
19843           - don't use mad_header_decode anymore, mad_frame_decode does that
19844             automatically
19845           - when getting rid of consumed bytes, reset the stream's skiplen
19846           (fixes #163867)
19847
19848 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19849
19850         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19851           Use 1/2 a second for default max_discont, as PES streams from DVB
19852           seem to have larger spacings in the SCR. 
19853           Fix a typo.
19854
19855 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19856
19857         * gst/playback/gstplaybasebin.c: (group_commit):
19858           Notify delayed stream-info availability.
19859
19860 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19861         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19862         (gst_a52dec_handle_event), (gst_a52dec_chain):
19863         Add some debug output. Check that a discont has a valid
19864         time associated.
19865         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19866         (gst_alsa_sink_loop):
19867         Ignore TAG events. A little extra debug for broken timestamps.
19868         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19869         (dvdnavsrc_change_state):
19870         Ensure we send a discont to engage the link before we send any
19871         other events.
19872         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19873         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19874         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19875         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19876         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19877         dvd://title works in totem because typefinding sends a seek that ends
19878         up going back to chapter 1 regardless.
19879         * ext/mpeg2dec/gstmpeg2dec.c:
19880         * ext/mpeg2dec/gstmpeg2dec.h:
19881         Output correct timestamps and handle disconts.
19882         * ext/ogg/gstoggdemux.c: (get_relative):
19883         Small guard against a null dereference.
19884         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19885         (gst_textoverlay_set_property):
19886         Free memory when done. Don't call gst_event_filler_get_duration on
19887         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19888         g_warning.
19889         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19890         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19891         (gst_sw_srclink), (gst_smoothwave_chain):
19892         Draw solid lines, prettier colours.
19893         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19894         Add a default palette that'll work for some movies.
19895         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19896         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19897         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19898         * gst/mpegstream/gstdvddemux.h:
19899         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19900         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19901         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19902         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19903         * gst/mpegstream/gstmpegparse.h:
19904         Use PTM/NAV events when for timestamp adjustment when connected to 
19905         dvdnavsrc. Don't use many discont events where one suffices.
19906         * gst/playback/gstplaybasebin.c: (group_destroy),
19907         (gen_preroll_element), (gst_play_base_bin_add_element):
19908         * gst/playback/gstplaybasebin.h:
19909         Make sure we remove subtitles from the same bin we put them in.
19910         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19911         (gst_subparse_buffer_format_autodetect),
19912         (gst_subparse_change_state):
19913         Fix some memleaks and invalid accesses.
19914         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19915         (oggskel_type_find), (cmml_type_find), (plugin_init):
19916         Some typefind functions for Annodex v3.0 files
19917         * gst/wavparse/gstwavparse.h:
19918         GstRiffReadClass is the correct parent class.
19919
19920 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19921
19922         * gst-libs/gst/riff/riff-media.c:
19923         (gst_riff_create_video_caps_with_data):
19924           Add extradata to huffyuv (fixes #165013).
19925         * gst-libs/gst/riff/riff-read.c:
19926         (gst_riff_read_strf_vids_with_data):
19927           Fix extradata extraction if it is in the chunk size.
19928
19929 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19930
19931         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19932
19933         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19934         (gst_quarktv_change_state), (gst_quarktv_dispose):
19935           Memory free'ing location fix (#164708).
19936
19937 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19938
19939         * gst/playback/gstplaybasebin.c: (group_commit),
19940         (gen_preroll_element), (probe_triggered), (gen_source_element),
19941         (setup_source), (gst_play_base_bin_change_state),
19942         (gst_play_base_bin_add_element):
19943           Don't block for streams.
19944         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19945         (gst_stream_info_set_mute):
19946           Use gst_pad_set_active_recursive.
19947
19948 2005-01-25  Andy Wingo  <wingo@pobox.com>
19949
19950         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19951         for #ifndef HAVE_XVIDEO.
19952
19953 2005-01-24  Jeffrey C. Ollie
19954
19955         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19956
19957         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19958         * ext/gsm/gstgsmdec.h:
19959         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19960         * ext/gsm/gstgsmenc.h:
19961         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19962         was given by property. Add proper buffer timestamps and offsets.
19963
19964 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19965
19966         * gst-libs/gst/riff/riff-media.c:
19967         (gst_riff_create_audio_caps_with_data):
19968           Audio can be <8000Hz.
19969
19970 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19971
19972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19973           Explicit state change to workaround refcount bugs.
19974
19975 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19976
19977         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19978         (gst_avimux_riff_get_avi_header):
19979           Fix...
19980
19981 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19982
19983         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19984         (gst_riff_read_element_data):
19985         * gst-libs/gst/riff/riff-read.h:
19986           Add _peek version (req'ed in CDXA).
19987         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19988         (gst_cdxaparse_loop):
19989           Fix parsing in playbin.
19990         * gst/playback/gstdecodebin.c: (close_pad_link):
19991           Ignore current_ pads, they cause major annoyance.
19992
19993 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19994
19995         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19996           Safety guard.
19997
19998 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19999
20000         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
20001           Fix padding...
20002
20003 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20004
20005         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
20006           Allow for 0-sized buffers. Fixes length query problems in
20007           starwars.mkv from the testsuite.
20008
20009 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
20010
20011         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
20012         (gst_video_box_i420), (gst_video_box_chain):
20013           Fix row strides for I420 (fixes #163159)
20014           
20015 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20016
20017         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20018           MPEG2 has a useful rate property, so we can actually use that.
20019           For MPEG-1, continue using the bytes/time properties.
20020
20021 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20022
20023         * gst-libs/gst/riff/riff-media.c:
20024         (gst_riff_create_video_caps_with_data),
20025         (gst_riff_create_video_template_caps):
20026           Add intel-h263.
20027
20028 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20029
20030         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20031           Fail if caps negotiation fails. Should fix #162184, and should
20032           definately be in there regardless of it fixing the actual bug.
20033         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
20034         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
20035         (gst_avimux_riff_get_avix_header),
20036         (gst_avimux_riff_get_video_header),
20037         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
20038         (gst_avimux_start_file), (gst_avimux_handle_event),
20039         (gst_avimux_change_state):
20040         * gst/avi/gstavimux.h:
20041           Refactor structure writing to use GST_WRITE_UINT macros, add
20042           metadata writing support.
20043
20044 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20045
20046         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
20047           Elements may already be destroyed when this function is called.
20048
20049 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20050
20051         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20052         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
20053           More memory leak fixes (#149162).
20054
20055 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20056
20057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20058         (gst_qtdemux_add_stream):
20059           Fix two memleaks.
20060
20061 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20062
20063         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20064           Argh...
20065
20066 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20067
20068         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20069           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
20070           when fixating to six channels in Totem.
20071
20072 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20073
20074         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
20075           Fix compile warnings on Solaris 10 buildbot
20076
20077 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20078
20079         * ext/dvdread/dvdreadsrc.c: (_read):
20080           Don't read beyond the last cell in a chapter (fixes 
20081           invalid memory access)
20082
20083 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20084
20085         * ext/dvdread/stream_labels.c:
20086         (dvdreadsrc_get_audio_stream_labels):
20087           Use NULL for an empty GList instead of g_list_alloc(); fix 
20088           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
20089           of GString (easier to bulk free later)
20090
20091 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20092
20093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20094
20095         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20096         (gst_ffmpeg_pixfmt_to_caps):
20097           Fix BGRA32 caps (#164209).
20098
20099 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20100
20101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20102
20103         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20104         (gst_ffmpeg_caps_to_pixfmt):
20105           alpha_mask can be RGBA/ABGR. Fixes #164265.
20106
20107 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
20108
20109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20110
20111         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
20112         (gst_mpeg2dec_alloc_buffer):
20113         * ext/mpeg2dec/gstmpeg2dec.h:
20114           Crop if decoding size is not the actual image size (#163676).
20115
20116 2005-01-17  Steve Baker  <steve@stevebaker.org>
20117
20118         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20119
20120         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
20121         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
20122           Add libsndfile typefind functions (#163309).
20123
20124 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20125
20126         * tools/gst-launch-ext-m.m:
20127           Add .aac, fix .m1v/.m2v (#163891).
20128
20129 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20130
20131         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
20132           Sanity check, don't wait endlessly since the clock might not
20133           actually run at this point (which is a deadlock). Fixes #164069.
20134
20135 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20136
20137         * gst/playback/gstplaybasebin.c: (probe_triggered):
20138           Of course, only pause if group is done...
20139
20140 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20141
20142         * gst/playback/gstplaybasebin.c: (probe_triggered):
20143           Thread safety.
20144
20145 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
20146
20147         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20148           Don't return state change success when the parent
20149           failed.
20150
20151 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
20154           Free events (fix memleak in #162905).
20155
20156 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
20157
20158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20159
20160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20161         (gst_ffmpeg_caps_to_pixfmt):
20162           Fix for depth = 15. Fixes #161675.
20163
20164 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20165
20166         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20167           Set FPS correctly, even for webcams and the like.
20168         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
20169           Don error on setting while capturing.
20170
20171 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20172
20173         * ext/dv/gstdvdec.c:
20174         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20175         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20176           I'm a bad boy. using /1001. to force C to do float division
20177           and not integer division (as it did in my last commit)
20178           Thanks to David I. Lehn for pointing this mistake.
20179
20180 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20181
20182         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20183           Revert Johan's 1.35->1.36 since it breaks compat.
20184
20185 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20186
20187         * ext/dv/gstdvdec.c:
20188         * ext/libfame/gstlibfame.c:
20189         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20190         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20191           replace framerate aproximations by their real value
20192           (24000/1001, 30000/1001, 60000/1001)
20193           Finish fixing bug #164049
20194
20195 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20196
20197         * ext/ogg/gstoggmux.c:
20198           eos/bos debugging
20199         * gst/tcp/gstmultifdsink.c:
20200         * gst/tcp/gstmultifdsink.h:
20201         * gst/tcp/gsttcp.c:
20202         * gst/tcp/gsttcp.h:
20203         * gst/tcp/gsttcpclientsink.c:
20204         * gst/tcp/gsttcpclientsrc.c:
20205         * gst/tcp/gsttcpserversink.c:
20206         * gst/tcp/gsttcpserversrc.c:
20207           improve reusability of elements after state changes and errors
20208           make multifdsink throw away streamheaders when receiving new ones
20209
20210 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20213           Fix for if items are already in list...
20214
20215 2005-01-12  Benjamin Otte  <otte@gnome.org>
20216
20217         * gst/adder/gstadder.c: (gst_adder_loop):
20218           fix adder a bit so it doesn't screw up with events as much anymore
20219
20220 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20221
20222         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20223         (pixbufscale_scale), (gst_pixbufscale_chain):
20224         * ext/gdk_pixbuf/pixbufscale.h:
20225           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20226           to ensure rowstrides are calculated the same way as 
20227           ffmpegcolorspace
20228           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20229           that we pick up duration and offset also.
20230
20231 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20232
20233         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20234         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20235           Reusability fixes.
20236
20237 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20238
20239         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20240         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20241         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20242         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20243           Update flags when requested.
20244
20245 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20246
20247         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20248           Fix dmix.
20249
20250 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20251
20252         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20253         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20254         (probe_triggered), (new_decoded_pad), (gen_source_element),
20255         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20256         * gst/playback/gstplaybasebin.h:
20257         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20258         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20259         (gst_play_bin_change_state):
20260           Implement group-switch signal for use in apps to clear metadata
20261           cache, clean up subtitle, add suburi property instead of # hack,
20262           some error-out fixes.
20263
20264 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20265
20266         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20267           Debug.
20268         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20269           If we got a state change in the _get handler, don't return success.
20270
20271 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20272
20273         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20274         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20275           Make jpegdec quiet on MJPEG decoding
20276         * gst/asfdemux/README:
20277           Fix mimetypes for MJPEG and H263
20278
20279 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20280
20281         * ext/theora/theoradec.c: (theora_dec_chain):
20282           Fix broken code generation by gcc by swapping arguments.
20283         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20284           Fix \n in debug.
20285
20286 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20287
20288         * TODO:
20289           delete this file, it is by far outdated
20290         * ext/alsa/gstalsa.1: remove
20291         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20292         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20293         (gst_alsa_get_caps):
20294           Add HW probing for supported sample rates. Fixes #161704
20295
20296 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20297
20298         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20299           Don't crash, biatch! :).
20300
20301 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20302
20303         * ext/musepack/gstmusepackreader.cpp:
20304         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20305           Some work on tags - still doesn't work in playbin...
20306         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20307           Handle events...
20308
20309 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20310
20311         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20312           Also shove tags on kid pads.
20313
20314 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20315
20316         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20317           Don't bail on unknown events.
20318         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20319           Don't crash on events before negotiation.
20320         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20321           Send tags on pads, too.
20322         * gst/playback/gststreamselector.c:
20323         (gst_stream_selector_request_new_pad):
20324           Forward events on first pad if no input was selected yet.
20325
20326 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20327
20328         * gst/playback/gstplaybasebin.c: (setup_substreams):
20329           Don't disable streamtype if the stream doesn't exist, since
20330           then playing a video after audio will disable both and nothing
20331           will happen. Fixes the testsuite.
20332
20333 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20334
20335         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20336         (gst_v4l_xoverlay_set_xwindow_id):
20337         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20338         (gst_v4l2_xoverlay_set_xwindow_id):
20339           Add debug categories, fix overlay disabling.
20340
20341 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20342
20343         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20344         * ext/alsa/gstalsa.h:
20345           Add HW probing for period_count/size and buffer_size MIX/MAX
20346           Adjust default/user defined value if out of bounds
20347           Should fix bug #162024
20348
20349 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20350
20351         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20352           Fix warning (#161191).
20353
20354 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20355
20356         * ext/dvdread/stream_labels.c:
20357         (dvdreadsrc_get_audio_stream_labels):
20358           Fix warning (init the good variable in switch default)
20359
20360 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20361
20362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20363
20364         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20365           Fix gcc-2.95 compile (#163485).
20366
20367 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20368
20369         * configure.ac:
20370         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20371         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20372         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20373         (gst_flacenc_change_state):
20374         * ext/flac/gstflacenc.h:
20375           Update for API change in flac-1.1.1. Update requirement in
20376           configure.ac. Fixes #162974.
20377
20378 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20379
20380         * gst/playback/gstplaybasebin.c: (group_destroy):
20381           Remove hack to get rid of assert and get rid of unlinked
20382           signals properly.
20383
20384 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20385
20386         * gst/playback/gstplaybasebin.c: (setup_source):
20387           Set source to NULL so that resources are free'ed. Fixes issues
20388           with playback of CDDA and similar device-accessing things.
20389
20390 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20391
20392         * testsuite/embed/Makefile.am:
20393           test->noinst, fix make test in buildbot.
20394
20395 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20396
20397         * ext/dvdread/stream_labels.c: new file
20398         * ext/dvdread/stream_labels.h: new file
20399         * ext/dvdread/Makefile.am:
20400         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20401           Extract audio stream label from DVD IFO files.
20402           It only dump them on the console for now, still have to
20403           make playbin aware of them.
20404
20405 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20406
20407         * gst/playback/gstplaybasebin.c: (setup_source):
20408           Fix hanging subs.
20409
20410 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20411
20412         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20413         (gen_preroll_element), (remove_groups), (setup_subtitle),
20414         (gen_source_element), (setup_source):
20415         * gst/playback/gstplaybasebin.h:
20416           Multiple .sub files is just a stupid idea... Fix some threading
20417           mistakes. Interestingly, external .sub files cause playbin to
20418           hang, I don't know why... Parsing fixes contributed by Fran??ois
20419           Kooman <fkooman@tuxed.net>.
20420
20421 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20422
20423         * testsuite/embed/Makefile.am:
20424           Fix buildbot.
20425
20426 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20427
20428         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20429
20430         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20431         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20432         (gst_pngenc_set_property):
20433         * ext/libpng/gstpngenc.h:
20434           Add compression level property (#163323).
20435
20436 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20437
20438         * configure.ac:
20439         * examples/capsfilter/capsfilter1.c: (main):
20440         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20441         * ext/dvdread/Makefile.am:
20442         * ext/dvdread/demo-play:
20443         * ext/dvdread/demo-play.c:
20444         * gconf/gstreamer.schemas.in:
20445         * gst-libs/gst/gconf/gconf.c:
20446         * sys/v4l/TODO:
20447         * testsuite/Makefile.am:
20448         * testsuite/embed/Makefile.am:
20449         * testsuite/embed/embed.c: (cb_expose), (main):
20450           Remove all references to xvideosink, fix examples (#140845).
20451         * gst/playback/gstplaybasebin.c: (group_destroy):
20452           Apparently, disposal does not unlink - so do explicitely.
20453         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20454           Add debug.
20455
20456 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20457
20458         * README: fix PKG_CONFIG_PATH instructions, what was there
20459         previously was breaking default search path, not nice. 
20460         Fixes #163358
20461
20462 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20463
20464         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20465         (gst_audioscale_chain):
20466           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20467           when resampling - how the ^@$^!@^! is this possible?!?
20468
20469 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20470
20471         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20472           Reset variables on READY.
20473         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20474         (gst_matroska_mux_loop):
20475           Require data before writing header.
20476
20477 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20478
20479         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20480
20481         * ext/mad/gstmad.c: (gst_mad_chain):
20482           Don't call mad_stream_sync() directly after recovering sync.
20483           Fixes #151661.
20484
20485 2005-01-09  Martin Eikermann  <meiker@upb.de>
20486
20487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20488
20489         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20490         (snapshot_handler), (gst_snapshot_sinkconnect),
20491         (gst_snapshot_chain):
20492           Allocate resources when required, fix recursive signal emission
20493           and fix caps. Fixes #161667.
20494
20495 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20496
20497         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20498
20499         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20500         (gst_pngdec_chain):
20501           Handle only 8-bppc (bits-per-pixel-component) images, better
20502           error handling and correct strides. Fixes #163177.
20503         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20504         (gst_pngenc_chain):
20505           Better error handling. Fixes #163348.
20506
20507 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20508
20509         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20510         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20511         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20512         (dvdnavsrc_uri_handler_init):
20513           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20514         * gst/playback/gstplaybasebin.c: (gen_source_element):
20515           Add MMS to streaming URIs.
20516
20517 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20518
20519         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20520         * sys/xvimage/xvimagesink.c:
20521         (gst_xvimagesink_navigation_send_event):
20522           Check for pad availability before sending event.
20523
20524 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20525
20526         * gst-plugins.spec.in:
20527           Add subparse.
20528
20529 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20530
20531         * configure.ac:
20532           Since we use functions from CVS, up requirement.
20533
20534 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20535
20536         * gst/playback/Makefile.am:
20537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20538         (group_destroy), (group_commit), (group_is_muted),
20539         (gen_preroll_element), (add_stream), (unknown_type),
20540         (probe_triggered), (preroll_unlinked), (mute_stream),
20541         (silence_stream), (new_decoded_pad), (setup_substreams),
20542         (setup_source), (get_active_source), (mute_group_type),
20543         (muted_group_change_state), (set_active_source),
20544         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20545         (play_base_eos), (gst_play_base_bin_change_state):
20546         * gst/playback/gstplaybasebin.h:
20547         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20548         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20549         (gst_stream_info_dispose), (stream_info_mute_pad),
20550         (stream_info_change_state), (gst_stream_info_set_mute):
20551         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20552         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20553         (gst_stream_selector_init), (gst_stream_selector_dispose),
20554         (gst_stream_selector_get_linked_pad),
20555         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20556         (gst_stream_selector_get_linked_pads),
20557         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20558         * gst/playback/gststreamselector.h:
20559           Adding stream selection support plus required properties for
20560           applications to use this. Fully fixes #100931.
20561
20562 2005-01-08  Benjamin Otte  <otte@gnome.org>
20563
20564         * gst/games/gstpuzzle.c: (nav_event_handler):
20565           - handle nav events differently: forward every event no matter if it
20566             was handled or not.
20567           - translate events
20568           You can now cheat by using navigationtest ! puzzle and moving the
20569           mouse close to the edge of a tile. ;)
20570
20571 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20572
20573         * configure.ac:
20574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20575         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20576         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20577         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20578         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20579         (gst_ogm_parse_plugin_init):
20580         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20581         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20582         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20583         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20584         * ext/pango/gsttextoverlay.h:
20585         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20586         (gst_matroska_demux_handle_seek_event),
20587         (gst_matroska_demux_sync_streams),
20588         (gst_matroska_demux_parse_blockgroup),
20589         (gst_matroska_demux_subtitle_caps),
20590         (gst_matroska_demux_plugin_init):
20591         * gst/matroska/matroska-ids.h:
20592         * gst/playback/gstdecodebin.c: (close_pad_link):
20593         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20594         (gen_preroll_element), (remove_groups), (add_stream),
20595         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20596         (setup_source):
20597         * gst/playback/gstplaybasebin.h:
20598         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20599         * gst/subparse/Makefile.am:
20600         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20601         (gst_subparse_base_init), (gst_subparse_class_init),
20602         (gst_subparse_init), (gst_subparse_formats),
20603         (gst_subparse_eventmask), (gst_subparse_event),
20604         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20605         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20606         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20607         (parse_mpsub_deinit), (parse_mpsub_init),
20608         (gst_subparse_buffer_format_autodetect),
20609         (gst_subparse_format_autodetect), (gst_subparse_loop),
20610         (gst_subparse_change_state), (gst_subparse_type_find),
20611         (plugin_init):
20612         * gst/subparse/gstsubparse.h:
20613         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20614         (plugin_init):
20615           Add subtitle support, .sub parser (supports SRT and MPsub),
20616           OGM text support, Matroska UTF-8 text support, deadlock fixes
20617           all over the place, subtitle awareness in decodebin/playbin
20618           and some fixes to textoverlay to handle subtitles in a stream
20619           correctly. Fixes #100931.
20620
20621 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20622
20623         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20624           Check for pad availability before doing a query on it.
20625
20626 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20627
20628         * ext/dv/gstdvdec.c:
20629           really fix bpp24/32 dvdec caps (classic rgba indeed)
20630         * gst/asfdemux/gstasfdemux.c:
20631         (gst_asf_demux_process_ext_content_desc):
20632           don't send text tags if they are empty (bis repetita)
20633
20634 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20635
20636         * ext/dv/gstdvdec.c:
20637          remove unneeded comment from dvdec
20638           (related to DV 4CC codes in AVI files)
20639           moved them in gstreamer/docs/random/mimetypes
20640         * gst/asfdemux/gstasfdemux.c:
20641         (gst_asf_demux_process_ext_content_desc):
20642          don't send text tags if they are empty
20643          fix mem leak on error path
20644         * gst/ffmpegcolorspace/avcodec.h:
20645         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20646         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20647         (gst_ffmpegcsp_avpicture_fill):
20648         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20649         * gst/ffmpegcolorspace/imgconvert_template.h:
20650          adds BGR32 and BGRA32 to ffmpegcolorspace
20651           (still bad colors, fixing it on next commit)
20652           helps with dvdec outputing BGR32
20653
20654 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20655
20656         * ext/dv/gstdvdec.c:
20657          Fix audio caps i just broke (missing ',')
20658         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20659         (gst_matroska_mux_reset):
20660          Fix typo + add FIXME about old "x-gst-metadata" crap
20661
20662 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20663
20664         * ext/dv/demo-play.c: (main):
20665          xvideosink -> xvimagesink
20666         * ext/dv/gstdvdec.c:
20667          change rgb 32/32 caps to 24/32 (no alpha)
20668          change nb of channels to be a list (2 or 4, not 2)
20669          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20670         * gst/asfdemux/gstasfdemux.c:
20671         (gst_asf_demux_process_ext_content_desc):
20672          Add 'date/year' to extracted metadata list
20673
20674 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20675
20676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20677           The return value of fixate_to does not imply that the requested
20678           value was set, so don't assume.
20679
20680 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20681
20682         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20683
20684         * ext/libpng/gstpngdec.c:
20685         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20686         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20687         * ext/libpng/gstpngenc.h:
20688           Alpha support (encoder; #163161), mime fixage.
20689
20690 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20691
20692         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20693
20694         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20695         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20696         (gst_faac_set_property), (gst_faac_get_property):
20697         * ext/faac/gstfaac.h:
20698           Allow for ADTS output (#153434).
20699
20700 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20703           Fix against template (#150576).
20704
20705 2005-01-06  Benjamin Otte  <otte@gnome.org>
20706
20707         * gst/games/gstpuzzle.c: (draw_puzzle):
20708           don't draw a puzzle if either width or height of tiles would be 0.
20709
20710 2005-01-06  Benjamin Otte  <otte@gnome.org>
20711
20712         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20713         (gst_puzzle_class_init), (gst_puzzle_finalize):
20714           no memleaks, please
20715         (gst_puzzle_create), (gst_puzzle_init),
20716         (gst_puzzle_set_property), (gst_puzzle_setup):
20717           change initialization code around so we don't reshuffle on resize
20718         (draw_puzzle):
20719           fix another stupid typo
20720
20721 2005-01-06  Benjamin Otte  <otte@gnome.org>
20722
20723         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20724           fix stupid typo that borked copying on YUY2
20725
20726 2005-01-06  Benjamin Otte  <otte@gnome.org>
20727
20728         * gst/games/gstpuzzle.c: (draw_puzzle):
20729           fix edges when image sizes aren't multiples of tile sizes
20730
20731 2005-01-06  Benjamin Otte  <otte@gnome.org>
20732
20733         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20734           make RGB endianness work correctly
20735         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20736           refactor and fix race with initial shuffling
20737         (nav_event_handler):
20738           allow using the mouse to puzzle
20739         (draw_puzzle):
20740           insist on tiles having width and height as multiples of 4 to get
20741           clean YUV image handling
20742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20743         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20744           s/DEBUG/LOG/ for common messages
20745         (gst_xvimagesink_navigation_send_event):
20746           fix mouse event translation to not include screen PAR
20747         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20748           fix mouse event translation to actually work
20749
20750 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20751
20752         * gst/asfdemux/gstasfdemux.c:
20753         (gst_asf_demux_process_ext_content_desc):
20754          Extract TrackNumber metadata + clean up code
20755         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20756          Hope this is the good fix (var used unitialised)
20757
20758 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20759
20760         * ext/faad/gstfaad.c: (gst_faad_chain):
20761           Only increment timestamp if it's valid. Fixes raw AAC streams.
20762
20763 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20764
20765         * configure.ac:
20766         * gst/games/Makefile.am:
20767         * gst/games/gstpuzzle.c:
20768           add a puzzle game with...
20769         * gst/games/gstvideoimage.c:
20770         * gst/games/gstvideoimage.h:
20771           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20772           from videotestsrc and made into something that would be a nice
20773           library for a lot of other plugins.
20774
20775 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20776
20777         * configure.ac:
20778          don't compile faad plugin if a RC of 2.0 is found
20779          Fixes #155346 (and FC1 buildbot)
20780         * gst/asfdemux/gstasfdemux.c:
20781         (gst_asf_demux_process_ext_content_desc):
20782          try to make Solaris compiler happier
20783
20784 2005-01-06  Paul Jack  <pjack@sfaf.org>
20785
20786         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20787
20788         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20789           Fix segfault (#161667).
20790
20791 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20792
20793         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20794           Fix framerate reporting.
20795
20796 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20797
20798         * gst-libs/gst/riff/riff-ids.h:
20799         * gst/wavenc/riff.h:
20800          Add AMR (VBR and CBR) ids to riff.h audio codec list
20801         * gst/asfdemux/gstasfdemux.c:
20802         (gst_asf_demux_process_ext_content_desc),
20803         (gst_asf_demux_process_object):
20804           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20805
20806 2005-01-05  Martin Eikermann  <meiker@upb.de>
20807
20808         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20809
20810         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20811         (gst_dvd_demux_handle_discont):
20812         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20813         (gst_mpeg_demux_handle_discont):
20814           Recreate pads on new-media (#160730).
20815         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20816           Send discont even if manager changes timestamps (#161929).
20817
20818 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20819
20820         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20821
20822         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20823           Fix invalid memory access (#159211).
20824
20825 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20826
20827         * examples/gstplay/player.c: (main):
20828           Don't iterate.
20829         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20830           Add visualizations.
20831         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20832         (gst_a52dec_handle_frame):
20833           Set duration.
20834         * ext/dvdnav/gst-dvd:
20835           Add audioconvert. Fixes #161325.
20836         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20837           Explicitely case to gint64. Possible valgrind error.
20838         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20839         (gst_play_tick_callback), (gst_play_change_state),
20840         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20841         (gst_play_set_location), (gst_play_get_location),
20842         (gst_play_seek_to_time), (gst_play_set_data_src),
20843         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20844         (gst_play_set_visualization), (gst_play_connect_visualization),
20845         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20846         (gst_play_new):
20847           Use playbin. Fixes #139749 and #147744.
20848         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20849           Add genre tag.
20850         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20851         (audioscale_get_type), (gst_audioscale_base_init),
20852         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20853         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20854         (gst_audioscale_link), (gst_audioscale_get_buffer),
20855         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20856         (gst_audioscale_init), (gst_audioscale_dispose),
20857         (gst_audioscale_chain), (gst_audioscale_set_property),
20858         (gst_audioscale_get_property), (plugin_init):
20859           Indent properly.
20860         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20861           Fix LPCM.
20862         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20863         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20864         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20865           Add more metadata (fixes #162656).
20866
20867 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20868
20869         * configure.ac:
20870           back to cvs
20871
20872 === release 0.8.7 ===
20873
20874 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20875
20876         * NEWS:
20877         * RELEASE:
20878         * configure.ac:
20879           releasing 0.8.7, "Hyperspace"
20880
20881 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20882
20883         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20884
20885         * gst/playback/gstplaybasebin.c:
20886          Fix for #162924 - free caps after use, not before
20887
20888 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20889
20890         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20891
20892         * gst/playback/gstplaybasebin.c:
20893         * gst/wavparse/gstwavparse.c:
20894           Fix for #154773 - fixes playback of small .wav files
20895
20896 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20897
20898         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20899
20900         * gst/audioscale/gstaudioscale.c:
20901           Fix for #162819 - make audioscale reusable
20902           Fixes playback of more than one file with playbin/totem
20903
20904 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20905
20906         * gst/ffmpegcolorspace/avcodec.h:
20907         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20908         * gst/ffmpegcolorspace/imgconvert.c:
20909           clean up the mess that made me cry and avoid needless duplication
20910
20911 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20912
20913         * gst/ffmpegcolorspace/imgconvert.c:
20914           give some indication of why we're segfaulting
20915
20916 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20917
20918         * configure.ac:
20919           Fix indentation, fix v4l2 plugin detection.
20920         * ext/Makefile.am:
20921           Fix libmms location (Maciej, use diff -u!).
20922         * ext/alsa/gstalsa.c: (gst_alsa_init):
20923           Initialize caps cache to NULL.
20924         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20925           Only change state on audiosink if it exists.
20926
20927 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20928
20929         * gst/matroska/matroska-demux.c:
20930         * gst/matroska/matroska-ids.h:
20931         * gst/matroska/matroska-demux.h:
20932         Fix Vorbis streams failing to decode in some files, where cluster_time
20933         isn't 0, because then it doesn't send codec_priv before actual data.
20934         Remove time-based test and replace it with marker set on beginning of
20935         new stream
20936
20937 2004-12-28  David Schleef  <ds@schleef.org>
20938
20939         Merge patch from Ronald fixing problems with streaming
20940         text.
20941         * ext/cairo/gstcairo.c: (plugin_init):
20942         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20943         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20944         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20945         (gst_textoverlay_font_init), (gst_textoverlay_init),
20946         (gst_textoverlay_set_property):
20947         * ext/cairo/gsttextoverlay.h:
20948
20949 2004-12-27  David Schleef  <ds@schleef.org>
20950
20951         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20952         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20953         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20954         (gst_textoverlay_font_init), (gst_textoverlay_init),
20955         (gst_textoverlay_set_property): Improvements to actually
20956         render text as white on black outline on video, including
20957         font selection and horizontal/vertical alignment.  (Ronald's
20958         christmas present)
20959         * ext/cairo/gsttextoverlay.h:
20960
20961 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20962
20963         * ext/ogg/gstogg.c:
20964         * ext/ogg/gstogmparse.c:
20965           fix ogm[audio/video]parse plugin registration
20966           (riff won't load if bytestream is already loaded)
20967
20968 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20969
20970         * gst/audioconvert/gstchannelmix.c:
20971           fix for GLIB < 2.4
20972
20973 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20974
20975         * Makefile.am:
20976         * configure.ac:
20977           disable docs again until it actually passes make distcheck.
20978
20979 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20980
20981         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20982         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20983         (plugin_init):
20984           Add 3GP (variables name Q3GP because they can't start with a
20985           number). Add samr audio fourcc (used in .3gp files), decoder
20986           is work in progress. Also do a GST_WARNING instead of ERROR
20987           in case of unknown nodes, to decrease output.
20988
20989 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20990
20991         * Makefile.am:
20992           really fix dist
20993
20994 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         * configure.ac:
20997         * ext/speex/gstspeexdec.h:
20998         * ext/speex/gstspeexenc.h:
20999           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
21000           Fix detection code in configure.ac
21001
21002 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21003
21004         * gst/matroska/matroska-demux.c:
21005         (gst_matroska_demux_parse_blockgroup):
21006           Save position, so that queries give proper return values. Don't
21007           know how this could ever have worked before...
21008
21009 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21010
21011         * configure.ac:
21012           Put additional LAME check inside the conditional.  Fixes #152339
21013
21014 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21015
21016         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21017         (gst_avi_demux_stream_scan):
21018           Add some more debug. Fix logic error when setting movi offset
21019           while reading index.
21020
21021 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21022
21023         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21024         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
21025         (gst_avi_demux_process_next_entry):
21026           Add some debugging. Better detection of broken indexes and the
21027           accompanying index recovery. No infinite loops on state changes
21028           when we're still in our loopfunction.
21029
21030 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21031
21032         * configure.ac:
21033           Fix up.
21034
21035 2004-12-22  Archana Shah  <archana.shah@wipro.com>
21036
21037         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21038
21039         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
21040           Normalizing the value before setting
21041         (gst_sunaudiomixer_get_volume):
21042           Normalizing the value after getting. Fixes bug# 161980
21043
21044 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21045
21046         * Makefile.am: Make sure docs gets disted
21047         * docs/Makefile.am: Make sure all needed files get disted
21048         * gst-plugins.spec.in: latest updates
21049
21050 2004-12-22  Wim Taymans  <wim@fluendo.com>
21051
21052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21053         Revert patch 1.38 as clock distribution over schedulers does
21054         not work correcly in the core yet.
21055
21056 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21057
21058         * sys/oss/README: remove this file, which predates my birth
21059           (and which content is by far outdated)
21060
21061 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
21062
21063         * Makefile.am:
21064         * configure.ac:
21065         * docs/Makefile.am:
21066         * docs/libs/Makefile.am:
21067         * docs/libs/gst-plugins-libs-docs.sgml:
21068         * docs/libs/gst-plugins-libs-sections.txt:
21069         * docs/libs/tmpl/gstgconf.sgml:
21070         * docs/upload.mak:
21071         * docs/version.entities.in:
21072           Added boilerplate gtk-doc files for plugin-libs documentation.
21073
21074 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21075
21076         * gst/auparse/gstauparse.c: fix int and float audio caps
21077
21078 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21079
21080         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21081         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21082           g_assert() can be a macro, don't use #ifdef inside it.
21083
21084 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
21085
21086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21087
21088         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21089         (gst_videorate_init), (gst_videorate_chain),
21090         (gst_videorate_change_state):
21091           Event handling (fixes #159986).
21092
21093 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21094
21095         * gst-libs/gst/riff/riff-media.c:
21096         (gst_riff_create_video_caps_with_data):
21097           Add BLZ0 (Blizzard's version of DivX) fourcc.
21098
21099 2004-12-18  David Schleef  <ds@schleef.org>
21100
21101         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
21102         portability fix.
21103
21104 2004-12-18  David Schleef  <ds@schleef.org>
21105
21106         * gst/tta/ttadec.h: Disable some header code that isn't used
21107         and clearly isn't portable.
21108
21109 2004-12-18  David Schleef  <ds@schleef.org>
21110
21111         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
21112         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21113         (avcodec_get_pix_fmt), (avpicture_layout),
21114         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
21115         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
21116         Fix code to not use GCC extensions (and c99 extensions that
21117         Forte does not like.)
21118
21119 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21120
21121         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21122
21123         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21124         (gst_deinterlace_chain):
21125           Rowstride fixes. Fixes #161039.
21126         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
21127         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
21128         (gst_video_crop_getcaps), (gst_video_crop_link),
21129         (gst_video_crop_i420), (gst_video_crop_chain),
21130         (gst_video_crop_change_state):
21131           Rework of negotiation. Actually works now. Fixes #158650.
21132
21133 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21134
21135         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
21136           That was very stupid.
21137
21138 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21139
21140         * gst/matroska/matroska-demux.c:
21141         (gst_matroska_demux_parse_blockgroup):
21142           Fix possible crasher.
21143
21144 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21145
21146         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
21147         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
21148           Lace sizes can be zero.
21149
21150 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21151
21152         * ext/musepack/gstmusepackdec.cpp:
21153           Fetch error return values. Fixes #161624.
21154         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21155           Really EOS.
21156
21157 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21158
21159         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
21160           Work for truncated (unfinished download etc.) files. Fixes #160514.
21161
21162 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21163
21164         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21165           Fix for integer overflow. Makes #156001 not crash. Probably masks
21166           the real bug.
21167
21168 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21169
21170         * gst/ac3parse/gstac3parse.c: (plugin_init):
21171           Parsers never have ranks. Fixes #159651.
21172
21173 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21174
21175         * gst/playback/gstdecodebin.c: (compare_ranks):
21176           make sure the facotries are ordered the same every time even if they
21177           have the same rank by using the name
21178         * gst/playback/gstdecodebin.c: (find_compatibles):
21179           make sure we don't add factories to the list twice
21180
21181 2004-12-16  David Schleef  <ds@schleef.org>
21182
21183         * configure.ac: look for musepack headers as musepack/*.h
21184         (fixes #159847)
21185         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
21186         * ext/musepack/gstmusepackreader.h: same
21187
21188 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21189
21190         * gst-libs/gst/riff/riff-read.c:
21191         (gst_riff_read_strf_auds_with_data):
21192           Read extradata correctly (fixes #155879).
21193
21194 2004-12-16  David Schleef  <ds@schleef.org>
21195
21196         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
21197         audio.  does _not_ attempt or allow conversion unless channels
21198         is 1 or 2.
21199
21200 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21201
21202         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
21203
21204 2004-12-16  David Schleef  <ds@schleef.org>
21205
21206         * gst/audioscale/gstaudioscale.c: the resample library only
21207         handles 1 or 2 channels.  Change caps to compensate.
21208
21209 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21210
21211         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21212         (gst_matroska_demux_audio_caps):
21213           Some MPEG-AAC hacks, because else it doesn't work...
21214
21215 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21216
21217         * gst-libs/gst/riff/riff-media.c:
21218         (gst_riff_create_video_caps_with_data),
21219         (gst_riff_create_video_template_caps):
21220           Add h264.
21221
21222 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21223
21224         * gst-libs/gst/audio/Makefile.am:
21225           Try to fix buildbot.
21226
21227 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21228
21229         * gst/tcp/gstmultifdsink.c:
21230           Clean up and uniformize debugging.
21231
21232 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21233
21234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21235
21236         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21237         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21238         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21239         (gst_mpeg_demux_change_state):
21240           Reset on ready. Fixes 160276.
21241
21242 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21243
21244         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21245
21246         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21247         (gst_ffmpegcsp_pad_link):
21248           Fix memleak (#154815).
21249
21250 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21251
21252         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21253
21254         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21255         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21256         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21257         * ext/musicbrainz/gsttrm.h:
21258           Add support for using a proxy server when getting a trm id from
21259           the MusicBrainz database (#149613).
21260
21261 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21262
21263         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21264
21265         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21266         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21267           Fix memleaks (#157233).
21268
21269 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21270
21271         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21272
21273         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21274         * gst-libs/gst/resample/resample.h:
21275         * gst/audioscale/gstaudioscale.c:
21276           Fix memleak (#159215).
21277
21278 2004-12-16  Toni Willberg  <toniw@iki.fi>
21279
21280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21281
21282         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21283         * sys/oss/oss_probe.c: (main):
21284           Check for mono/stereo support (similar to samplerate probing),
21285           fixes #159433. Also add missing copyright header to oss_probe.c.
21286
21287 2004-12-15  David Schleef  <ds@schleef.org>
21288
21289         * configure.ac: add audioresample and cairo plugins.  Remove
21290         HAVE_MMX stuff, because it's not used.
21291         * ext/Makefile.am: same
21292         * ext/audioresample/Makefile.am: You are not ready for an
21293         audio resampling element based on audioresample.
21294         * ext/audioresample/gstaudioresample.c:
21295         * ext/audioresample/gstaudioresample.h:
21296         * ext/cairo/Makefile.am: You are not ready for overlay elements
21297         based on cairo.  Don't look too closely, these elements kinda
21298         suck right now.
21299         * ext/cairo/gstcairo.c: new
21300         * ext/cairo/gsttextoverlay.c: new
21301         * ext/cairo/gsttextoverlay.h: new
21302         * ext/cairo/gsttimeoverlay.c: new
21303         * ext/cairo/gsttimeoverlay.h: new
21304         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21305         problem with compilers that don't support variadic macros.
21306
21307 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21308
21309         Reviewed by:  David Schleef  <ds@schleef.org>
21310
21311         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21312         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21313         bit.  Also ran indent-gst.
21314         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21315         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21316         (gst_sunaudiosrc_setparams):
21317
21318 2004-12-14  David Schleef  <ds@schleef.org>
21319
21320         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21321         output rate to 16000.  Should fix #160235.
21322
21323 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21324
21325         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21326         Add typefinding for mpeg2 pes streams
21327
21328 2004-12-13  David Schleef  <ds@schleef.org>
21329
21330         * configure.ac:  Applied patch from bug #143659, making default
21331         sources and sinks OS-dependent (for Solaris), and added code
21332         for OS/X.
21333         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21334
21335 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21336
21337         * gst-libs/gst/riff/riff-media.c:
21338           forgot to add h2.64 to avidemux template caps
21339
21340 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21341
21342         * gst/wavenc/riff.h:
21343         * gst-libs/gst/riff/riff-media.c:
21344         * gst-libs/gst/riff/riff-ids.h:
21345         * gst/avi/gstavimux.c
21346         add 4CC code for VideoSoft h264 in AVI (VSSH)
21347           fixes bug #160655
21348         remove s323 from riff, it's quicktime specific :(
21349
21350 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21351
21352         * gst/asfdemux/README
21353         * gst/wavenc/riff.h
21354         * gst-libs/gst/riff/riff-ids.h
21355         * gst-libs/gst/riff/riff-media.c
21356         * gst/qtdemux/qtdemux.c:
21357           add new 4CC codes for h263 related codecs
21358           fixes partially bug #155163
21359
21360 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21361
21362         * configure.ac: Update polyaudio requirement to 0.7
21363         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21364
21365 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21366
21367         * gst/interleave/deinterleave.c:
21368         fix my name's spelling! :)
21369
21370 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21371
21372         * AUTHORS ChangeLog
21373         * gst/auparse/gstauparse.c
21374         * gst/interleave/deinterleave.c
21375         * gst/law/:
21376                 alaw-decode.c alaw-encode.c
21377                 mulaw-decode.c mulaw-encode.c
21378         * gst/oneton/gstoneton.c
21379         * sys/osxaudio/:
21380                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21381         * sys/osxvideo/:
21382                 cocoawindow.h cocoawindow.m
21383                 osxvideosink.h osxvideosink.m
21384
21385         put the same mail address for Zaheer Abbas Merali everywhere
21386
21387 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21388
21389         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21390           Align by packetsize, and assert that we a packet available before
21391           playing. The first makes webstreams work (they often include
21392           trailing padding data in a packet), the second allows pausing a
21393           ASF stream in totem without getting demux errors afterwards.
21394
21395 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21396
21397         * ext/ogg/gstoggdemux.c: (get_relative):
21398           Check for non-NULL before accessing member (end-of-chain).
21399
21400 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21401
21402         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21403         (cdparanoia_set_property), (cdparanoia_get_property):
21404         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21405         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21406         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21407         (dvdreadsrc_init), (dvdreadsrc_set_property),
21408         (dvdreadsrc_get_property):
21409         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21410         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21411           Synchronize property names where not yet the case. Devices are
21412           now device=X, other versions are deprecated (but still exist).
21413           Also use g_free() unconditionally.
21414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21415         (setup_source), (gst_play_base_bin_get_property):
21416           Expose source.
21417
21418 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * configure.ac: move GCONF macro outside conditional for the am
21421           conditional. Fixes #160439
21422
21423 2004-12-08  David Schleef  <ds@schleef.org>
21424
21425         * tools/gst-visualise-m.m: Switch to elements that currently
21426         exist.
21427
21428 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21429
21430         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21431           We love wrong commas.
21432
21433 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21434
21435         * gst/matroska/matroska-demux.c:
21436         (gst_matroska_demux_handle_src_query):
21437           Don't set DEFAULT, unsupported - makes length display incorrectly
21438           in some cases.
21439
21440 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21441
21442         * gst/monoscope/README: remove blurb about files being GPL
21443         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21444         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21445           monoscope is now effectively LGPL licensed
21446
21447 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21448
21449         * gst/monoscope/README: Update information to be more correct
21450         * gst/monoscope/convolve.c: Relicense to LGPL
21451         * gst/monoscope/convolve.h: Relicense to LGPL
21452
21453 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21454
21455         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21456           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21457         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21458           set default_duration for mpeg1 audio
21459
21460 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21461
21462         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21463         * ext/alsa/gstalsa.h:
21464           refactor big chunks of the core caps negotiation code to make it
21465           a lot faster, because people claim it's really slow
21466           (actually, just cache the getcaps when the device is opened)
21467
21468 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21469
21470         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21471         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21472         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21473         (gst_a52dec_change_state), (plugin_init):
21474         * ext/a52dec/gsta52dec.h:
21475           Do something useful with timestamps. Make chain-based (since
21476           there's really no reason to be loopbased).
21477         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21478           Update current_byte/frame correctly.
21479
21480 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21481
21482         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21483         (gst_ape_demux_stream_init):
21484           Forward tags, too.
21485
21486 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21487
21488         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21489           Let's make sure we're done typefinding when detecting tags.
21490
21491 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21492
21493         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21494         (gst_ebml_read_init), (gst_ebml_read_use_event),
21495         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21496         (gst_ebml_read_seek), (gst_ebml_read_skip),
21497         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21498         (gst_ebml_read_master):
21499         * gst/matroska/ebml-read.h:
21500         * gst/matroska/matroska-demux.c:
21501         (gst_matroska_demux_parse_contents),
21502         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21503           Disgustingly evil hack for working around INTERRUPT events and
21504           their extremely annoying habit of being a pain in the ass. We
21505           simply peek a cluster before reading any of it.
21506
21507 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21508
21509         * ext/musepack/gstmusepackdec.cpp:
21510           There's also floating point libmusepacks.
21511
21512 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21513
21514         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21515         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21516           Set DURATION even if source buffer didn't. Also use increasing
21517           timestamps.
21518         * gst-libs/gst/riff/riff-media.c:
21519         (gst_riff_create_audio_caps_with_data):
21520           Block_align can have larger values than 8192.
21521
21522 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21523
21524         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21525         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21526         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21527         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21528           Fix caps.
21529
21530 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21531
21532         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21533           Fix logic bug.
21534
21535 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21536
21537         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21538           Yay, another one.
21539
21540 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21541
21542         * ext/esd/esdsink.c: (gst_esdsink_chain):
21543           Make error actually say something useful (fixes #156798).
21544         * gst-libs/gst/riff/riff-media.c:
21545         (gst_riff_create_video_caps_with_data),
21546         (gst_riff_create_video_template_caps):
21547           Add Intel Video 5.0 fourcc (IV50).
21548
21549 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21550
21551         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21552         detection on mono and stereo mp3 files.
21553
21554 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21555
21556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21557           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21558           the contained stream).
21559
21560 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21561
21562         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21563           Oops, remove debug.
21564
21565 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21566
21567         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21568
21569         * gst/law/alaw-decode.c: (alawdec_getcaps):
21570         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21571           Prevent warnings when negotiating caps (fixes #159338).
21572
21573 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21574
21575         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21576         (gst_ffmpegcsp_chain):
21577           Remove old leftover that shouldn't be there...
21578
21579 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21580
21581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21582
21583         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21584           Don't forward DISCONT events (fixes #159684).
21585
21586 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21587
21588         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21589           Unlink manually since sometimes bin disposal (and therefore
21590           pad unlinking) is delayed, which will cause a new media file
21591           to not be able to start playing instantly.
21592
21593 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21594
21595         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21596           On mute of an unlinked stream, check for pad availability so
21597           we don't crash on unlinked pad.
21598
21599 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21600
21601         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21602         (gst_avi_demux_massage_index):
21603           Fix quite humiliating bug in omitting 0-sized index chunks but
21604           forgetting to count them for timestamps.
21605
21606 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21607
21608         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21609           Actually leave the loop if we failed to sync. Don't crash.
21610
21611 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21612
21613         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21614         (gst_dvd_demux_process_private):
21615         * gst/mpegstream/gstdvddemux.h:
21616           Fix crash (#159759). Doesn't work, though. :-(.
21617
21618 2004-11-28  Benjamin Otte  <otte@gnome.org>
21619
21620         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21621           more overwriting protection due to modifying channels one by one
21622           instead of all at once
21623
21624 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21625
21626         * gst/audioconvert/gstchannelmix.c:
21627         (gst_audio_convert_fill_normalize):
21628           Normalize using absolute values.
21629
21630 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21631
21632         * configure.ac:
21633         * ext/Makefile.am:
21634         * ext/directfb/Makefile.am:
21635         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21636         (gst_directfbvideosink_get_pixel_format),
21637         (gst_directfbvideosink_get_format_from_fourcc),
21638         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21639         (gst_directfbvideosink_sink_link),
21640         (gst_directfbvideosink_change_state),
21641         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21642         (gst_directfbvideosink_buffer_alloc),
21643         (gst_directfbvideosink_interface_supported),
21644         (gst_directfbvideosink_interface_init),
21645         (gst_directfbvideosink_navigation_send_event),
21646         (gst_directfbvideosink_navigation_init),
21647         (gst_directfbvideosink_set_property),
21648         (gst_directfbvideosink_get_property),
21649         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21650         (gst_directfbvideosink_base_init),
21651         (gst_directfbvideosink_class_init),
21652         (gst_directfbvideosink_get_type), (plugin_init):
21653         * ext/directfb/directfbvideosink.h: Adding a first version of
21654         directfbvideosink.
21655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21656         more.
21657
21658 2004-11-28  Benjamin Otte  <otte@gnome.org>
21659
21660         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21661           walk the samples backwards if out_channels > in_channels so we don't
21662           overwrite data
21663
21664 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21665
21666         * gst/audioconvert/Makefile.am:
21667         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21668         (gst_audio_convert_link), (gst_audio_convert_change_state),
21669         (gst_audio_convert_channels):
21670         * gst/audioconvert/gstchannelmix.c:
21671         (gst_audio_convert_unset_matrix),
21672         (gst_audio_convert_fill_identical),
21673         (gst_audio_convert_fill_compatible),
21674         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21675         (gst_audio_convert_fill_others),
21676         (gst_audio_convert_fill_normalize),
21677         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21678         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21679         * gst/audioconvert/gstchannelmix.h:
21680           Implement a channel mixer.
21681
21682 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21683
21684         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21685         * ext/alsa/gstalsa.h:
21686         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21687         Make alsasink actually honor gst_element_set_clock and use that
21688         clock instead of its internal one.
21689
21690 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21691
21692         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21693         (gst_play_base_bin_change_state): nullify source and decoder when
21694         going from READY to NULL so that we don't try to do weird stuff with
21695         them when going from NULL to READY
21696         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21697         instead of g_object_unref
21698         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21699         it should be correct
21700         (gst_play_bin_change_state): don't call remove_sinks if we are
21701         currently disposing the object
21702
21703 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21704
21705         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21706           Don't forget bass if it's there. Else left channel is silent...
21707
21708 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21709
21710         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21711         (gst_a52dec_change_state):
21712           Don't do sample adjusting anymore, we use float audio now.
21713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21714           Don't fixate to non-existing properties.
21715
21716 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21717
21718         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21719         (gst_a52dec_change_state):
21720           Advertise that we can do surround sound.
21721
21722 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21723
21724         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21725           Add buffer-frames=0.
21726         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21727         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21728         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21729         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21730         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21731         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21732         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21733         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21734         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21735         * ext/dvdread/dvdreadsrc.h:
21736           Add seeking, querying for bytes, sectors, title, angle and
21737           chapter. Handle multiple chapters. Relicense to LGPL because
21738           Billy agreed on that (thanks Billy!).
21739
21740 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21741
21742         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21743         call parent dispose method
21744
21745 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21746
21747         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21748         (gst_audio_clock_get_internal_time):
21749         Fix active <-> inactive transitions: ensure time value always
21750         grows and avoid abrupt value changes.
21751
21752 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21753
21754         * configure.ac:
21755         * gst/tta/Makefile.am:
21756         * gst/tta/crc32.h:
21757         * gst/tta/filters.h:
21758         * gst/tta/gsttta.c:
21759         * gst/tta/gstttadec.c:
21760         * gst/tta/gstttadec.h:
21761         * gst/tta/gstttaparse.c:
21762         * gst/tta/gstttaparse.h:
21763         * gst/tta/ttadec.h:
21764           added TTA parser and decoder
21765
21766 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21767
21768         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21769         (probe_triggered), (check_queue), (buffer_underrun),
21770         (buffer_running), (buffer_overrun), (gen_source_element),
21771         (setup_source):
21772         * gst/playback/gstplaybasebin.h:
21773           Implement buffering. Needs some more work.
21774
21775 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21776
21777         * ext/theora/theoradec.c: (theora_dec_chain):
21778           Fix ilog mask range overflow.
21779
21780 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21781
21782         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21783           Don't omit the last (which in case of dmix is the only :) )
21784           channel count. Don't set channels if <= 2.
21785
21786 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21787
21788         * gst/playback/gstplaybin.c: (gen_video_element),
21789         (gen_audio_element): Removed 2 obsolete comments
21790
21791 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21792
21793         * ext/vorbis/oggvorbisenc.c
21794         * ext/vorbis/vorbisenc.c :
21795           change description fields of those plugins to differentiate them
21796           (pitivi show Encoders by description, they had the same one)
21797
21798 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21799
21800         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21801
21802         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21803         (gst_play_bin_set_property), (gen_video_element),
21804         (gen_audio_element):
21805           Refcounting fixes for provided audio-/videosinks.
21806
21807 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21808
21809         * gst/playback/gstplaybin.c: (gen_video_element),
21810         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21811           Don't reference all sinks, but only the video- and audiosinks.
21812           The vis. element should be disposed when we're done with it.
21813           We don't have any reason to keep it around. This fixes warnings
21814           when reusing playbin for playing multiple audio files with
21815           vis. enabled. Also release audio device on pause - idea stolen
21816           from Rhythmbox.
21817
21818 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21819
21820         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21821         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21822         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21823         * ext/alsa/gstalsaplugin.c: (plugin_init):
21824         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21825         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21826         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21827         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21828         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21829         (gst_faad_change_state), (plugin_init):
21830         * ext/faad/gstfaad.h:
21831         * ext/vorbis/vorbis.c: (plugin_init):
21832         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21833         * gst-libs/gst/audio/Makefile.am:
21834         * gst-libs/gst/audio/audio.c: (plugin_init):
21835         * gst-libs/gst/audio/multichannel.c:
21836         (gst_audio_check_channel_positions),
21837         (gst_audio_get_channel_positions),
21838         (gst_audio_set_channel_positions),
21839         (gst_audio_set_structure_channel_positions_list),
21840         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21841         (gst_audio_fixate_channel_positions):
21842         * gst-libs/gst/audio/multichannel.h:
21843         * gst-libs/gst/audio/testchannels.c: (main):
21844         * gst/audioconvert/gstaudioconvert.c:
21845         (gst_audio_convert_class_init), (gst_audio_convert_init),
21846         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21847         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21848         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21849         * gst/audioconvert/plugin.c: (plugin_init):
21850           Surround sound support.
21851
21852 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21853
21854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21855           Fix position for discont if we're close as well. Nitpicking, but
21856           saves a few milliseconds of extra waiting or skipping.
21857
21858 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21859
21860         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21861           We sometimes need parsers for playback, so add those too.
21862
21863 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21864
21865         * configure.ac:
21866         * gst/apetag/Makefile.am:
21867         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21868         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21869         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21870         (gst_ape_demux_get_src_query_types),
21871         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21872         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21873         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21874         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21875         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21876         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21877         (gst_ape_demux_change_state):
21878         * gst/apetag/apedemux.h:
21879         * gst/apetag/apetag.c: (plugin_init):
21880         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21881         (plugin_init):
21882           APE v1/2 tag reader plus typefind function.
21883
21884 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21885
21886         * configure.ac:
21887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21888         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21889           Remove hacks for older core. Require newer core version
21890           accordingly.
21891
21892 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21893
21894         * gst/cdxaparse/Makefile.am:
21895         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21896         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21897         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21898         * gst/cdxaparse/gstcdxaparse.h:
21899         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21900         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21901         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21902         (gst_cdxastrip_get_src_query_types),
21903         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21904         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21905         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21906         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21907         * gst/cdxaparse/gstcdxastrip.h:
21908           SVCD/VCD header stripping separated from CDXA image parsing.
21909         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21910         (plugin_init):
21911           Add VCD/SVCD header typefinding for VCD/SVCD.
21912         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21913         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21914         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21915         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21916         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21917         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21918         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21919         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21920         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21921         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21922         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21923         * sys/vcd/vcdsrc.h:
21924           Fix up, add seeking, querying, URI interface. Works in totem now.
21925
21926 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21927
21928         * configure.ac:
21929           back to CVS
21930
21931 === release 0.8.6 ===
21932
21933 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21934
21935         * NEWS:
21936         * RELEASE:
21937         * configure.ac:
21938         * po/af.po:
21939         * po/az.po:
21940         * po/cs.po:
21941         * po/en_GB.po:
21942         * po/hu.po:
21943         * po/it.po:
21944         * po/nb.po:
21945         * po/nl.po:
21946         * po/or.po:
21947         * po/sq.po:
21948         * po/sr.po:
21949         * po/sv.po:
21950         * po/uk.po:
21951           releasing 0.8.6, "IOU Love"
21952
21953 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21954
21955         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21956
21957         * gst/playback/gstplaybasebin.c:
21958           Fix unplayable files error handling.  Fixes #158365
21959
21960 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21961
21962         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21963
21964         * gst/typefind/gsttypefindfunctions.c:
21965           Fix broken mp3 typefinding.  Fixes #158375
21966
21967 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21968
21969         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21970
21971         * ext/ogg/gstoggdemux.c:
21972           Fix sync on broken files.  Fixes #158976
21973
21974 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21975
21976         patch by: Edward Hervey <bilboed@bilboed.com>
21977
21978         * ext/libpng/gstpngenc.c:
21979           Copy over buffer properties.  Fixes #158832
21980
21981 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21982
21983         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21984
21985         * ext/dvdread/dvdreadsrc.c:
21986           Fixes invalid reads (#158462)
21987
21988 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21989
21990         * sys/v4l/gstv4lsrc.c:
21991         * sys/v4l/gstv4lsrc.h:
21992         * sys/v4l/v4lsrc_calls.c:
21993           Probe less and cache it.  Fixes #159187.
21994
21995 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21996
21997         * gst/videorate/gstvideorate.c:
21998           Handle all video formats. Fixes #159186.
21999
22000 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
22001         * gst/synaesthesia/gstsynaesthesia.c:
22002         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
22003         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
22004         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
22005         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
22006         (gst_synaesthesia_change_state), (plugin_init):
22007         Fix up synaesthesia to work under different samplerates/ buffer sizes.
22008         Force 320x200 output, as that's the only thing the underlying
22009         synaesthesia implementation supports. Still needs to be made
22010         re-entrant.
22011
22012 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22013
22014         * configure.ac:
22015           Fix mpeg2enc configure check (similar to mplex check below).
22016
22017 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
22018
22019         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22020
22021         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22022           Fix for gcc-2.95 (fixes #158221).
22023
22024 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22025
22026         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22027           Re-add clock distribution hack (until new core is released).
22028           Fixes #158125.
22029
22030 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
22031         * configure.ac:
22032           fix mplex configure check segfaulting on some systems (bug #140994)
22033
22034 2004-11-13  Benjamin Otte  <otte@gnome.org>
22035
22036         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
22037           add debugging
22038         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22039           do a wait when we enter the loop func with no data available to
22040           write instead of getting into an 100% CPU loop by just returning and
22041           being called again by the scheduler
22042
22043 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
22044
22045         * configure.ac:
22046         * ext/libvisual/visual.c: (gst_visual_get_type),
22047         (libvisual_log_handler), (gst_visual_getcaps),
22048         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
22049         (plugin_init):
22050           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
22051         * ext/smoothwave/Makefile.am:
22052         * ext/smoothwave/demo-osssrc.c: (main):
22053         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
22054         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
22055         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
22056         (plugin_init):
22057         * ext/smoothwave/gstsmoothwave.h:
22058           Make gstsmoothwave a working element in the 20th century.
22059
22060         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
22061           Fix incorrect link function
22062
22063 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22064
22065         * gst/volume/gstvolume.c:
22066           Allow buffer-frames=0.
22067
22068 2004-11-12 Iain <iaingnome@gmail.com>
22069
22070         * configure.ac: Check for polypaudio
22071
22072         * ext/Makefile.am: Build the polyp dir
22073
22074         * ext/polyp: The polypsink sources.
22075
22076 2004-10-30 Iain <iaingnome@gmail.com>
22077
22078         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
22079         caps to reflect the new number of channels.
22080
22081 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22082
22083         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22084           Fix for negotiation order problem. This would show when the
22085           ALSA loopfuction was called before any other function. ALSA
22086           wouldn't do anything because we're not negotiated yet, leading
22087           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
22088
22089 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22090
22091         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22092
22093         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22094           No warnings (#157986).
22095
22096 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22097
22098         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22099           Prefer apev1/2 and id3v1 (at end of file) over musepack.
22100
22101 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22102
22103         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
22104           Signal no-more-pads (so it works in playbin).
22105
22106 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22107
22108         * ext/musepack/gstmusepackreader.cpp:
22109           Workaround for older core.
22110
22111 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22112
22113         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
22114           Actually test for odd width/height rather than testing whether
22115           a temporary variable that was 0 before we subtracted 1 is now
22116           not equal to zero (which it always is).
22117
22118 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22119
22120         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22121         Fix compilation if HAVE_XVIDEO is not defined
22122
22123 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22124
22125         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22126         Fix compilation if HAVE_XVIDEO is not defined
22127
22128 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
22129
22130         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
22131         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
22132         (gst_goom_change_state), (plugin_init):
22133         Use the bytestream adapter so goom doesn't depend on the input
22134         buffer size.
22135         Add a debug category
22136
22137 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22138
22139         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22140           Only set hardware parameters *after* negotiation. Before
22141           negotiation, it will set ANY and that seems to cause crashes
22142           (see e.g. #151288, #153227).
22143
22144 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22145
22146         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22147           This seems to be antique leftover. It needs to pass error
22148           checking.
22149         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22150         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
22151         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
22152         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
22153           Fix GstXOverlay implementation (#151059).
22154
22155 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22156
22157         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22158           Don't assert (#157853).
22159
22160 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22161
22162         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22163           Fix bytes/samples confustion.
22164         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
22165           Fix for underrun (#144389).
22166
22167 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22168
22169         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22170           Disable halfway-seek for pending release (since it needs a new
22171           core release).
22172
22173 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22174
22175         * sys/v4l/gstv4lsrc.c:
22176         * sys/v4l/gstv4lsrc.h:
22177         * sys/v4l/v4lsrc_calls.c:
22178           add autoprobe-fps property so we can separate autoprobing parts
22179
22180 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22181
22182         * sys/v4l/gstv4lsrc.c:
22183         * sys/v4l/v4lsrc_calls.c:
22184         initialise fourcc to catch unset fourcc's, and debug
22185
22186 2004-11-09  Wim Taymans  <wim@fluendo.com>
22187
22188         * gst/playback/README:
22189         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22190         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22191         (gst_play_bin_dispose), (gst_play_bin_set_property),
22192         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
22193         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22194         (gst_play_bin_get_formats), (gst_play_bin_convert),
22195         (gst_play_bin_get_query_types), (gst_play_bin_query):
22196         Cleanups and some more documentation.
22197
22198 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
22199
22200         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
22201         (gst_cacasink_init), (gst_cacasink_chain):
22202         * ext/libcaca/gstcacasink.h:
22203         Cacasink inherits from VideoSink, so let that store the clock.
22204
22205 2004-11-09  Wim Taymans  <wim@fluendo.com>
22206
22207         * gst/playback/README:
22208         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
22209         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
22210         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22211         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22212         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22213         (setup_sinks):
22214         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22215         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22216         * gst/playback/gststreaminfo.h:
22217         Updated README.
22218         Only switch groups if all streams have muted (EOSed).
22219         Send Tags in sync with the stream playback instead of in
22220         the playback/preroll phase.
22221         Some cleanups, free the fakesrc elements.
22222
22223 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22224
22225         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22226           buffer-frames property was missing
22227         * ext/arts/gst_arts.c:
22228           rate missing from sinkcaps
22229         * ext/audiofile/gstafparse.c:
22230         * ext/audiofile/gstafsink.c:
22231         * ext/audiofile/gstafsrc.c:
22232         * ext/swfdec/gstswfdec.c:
22233           int audio doesn't know buffer-frames
22234         * ext/cdparanoia/gstcdparanoia.c:
22235           int audio doesn't know chunksize either
22236         * ext/nas/nassink.c:
22237           it's endianness, not endianess
22238         * gst-libs/gst/audio/audio.h:
22239           make float standard pad template caps really describe float
22240         * gst/law/mulaw.c: (linear_factory):
22241           signed only, please
22242         * gst/mpegstream/gstdvddemux.c:
22243           widths of 20 are not valid
22244
22245 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22248
22249         * po/LINGUAS:
22250         * po/it.po:
22251           Add Italian
22252
22253 2004-11-08  Wim Taymans  <wim@fluendo.com>
22254
22255         * gst/playback/README:
22256         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22257         * gst/playback/gstplaybasebin.c: (probe_triggered),
22258         (gst_play_base_bin_change_state):
22259         Updated README, added more comments for fixmes etc..
22260
22261 2004-11-08  Wim Taymans  <wim@fluendo.com>
22262
22263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22264         We can remove this hack now.
22265
22266 2004-11-08  Wim Taymans  <wim@fluendo.com>
22267
22268         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22269         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22270         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22271         Only mix AYUV for maximum quality.
22272
22273 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22274
22275         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22276         (gst_ogg_demux_push), (gst_ogg_pad_push):
22277           Let's act as if we're synchronized now! :).
22278         * ext/theora/theoradec.c: (theora_dec_chain):
22279           Add some debug.
22280
22281 2004-11-08  Wim Taymans  <wim@fluendo.com>
22282
22283         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22284         (gst_alpha_set_property), (gst_alpha_sink_link),
22285         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22286         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22287         (gst_alpha_init_params), (gst_alpha_chain):
22288         Implement alpha functions for AYUV too, this increases
22289         accuracy quite a bit.
22290
22291 2004-11-08  Wim Taymans  <wim@fluendo.com>
22292
22293         * gst/ffmpegcolorspace/avcodec.h:
22294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22295         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22296         (gst_ffmpegcsp_avpicture_fill):
22297         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22298         (gst_ffmpegcsp_caps_remove_format_info):
22299         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22300         (shrink12), (img_get_alpha_info), (deinterlace_line),
22301         (deinterlace_line_inplace):
22302         * gst/ffmpegcolorspace/imgconvert_template.h:
22303         Added AYUV colorspace and handle RGBA a bit more respectful.
22304
22305 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22306
22307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22308           Actually always send a discont (cornercase when resending the
22309           same serial-tagged chain twice).
22310
22311 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22312
22313         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22314         (gst_ximagesink_finalize):
22315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22316         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22317
22318 2004-11-08  Wim Taymans  <wim@fluendo.com>
22319
22320         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22321         Don't segfault on NULL data.
22322
22323 2004-11-08  Wim Taymans  <wim@fluendo.com>
22324
22325         * gst/playback/gstdecodebin.c: (unlinked):
22326         * gst/playback/gstplay-marshal.list:
22327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22328         (gst_play_base_bin_init), (group_create), (get_active_group),
22329         (get_building_group), (group_destroy), (group_commit),
22330         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22331         (add_element_stream), (no_more_pads), (probe_triggered),
22332         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22333         (state_change), (setup_source), (gst_play_base_bin_get_property),
22334         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22335         (gst_play_base_bin_link_stream),
22336         (gst_play_base_bin_get_streaminfo):
22337         * gst/playback/gstplaybasebin.h:
22338         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22339         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22340         Add support for chained ogg files. Prepare for playlist
22341         support. This patch introduces the concept of pad groups, which
22342         together compose one playable media file.
22343
22344 2004-11-07  David Schleef  <ds@schleef.org>
22345
22346         * testsuite/gst-lint: Check for pad templates that aren't statically
22347         scoped.
22348
22349 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22350
22351         * configure.ac:
22352         * ext/Makefile.am:
22353         * ext/musepack/Makefile.am:
22354         * ext/musepack/gstmusepackdec.cpp:
22355         * ext/musepack/gstmusepackdec.h:
22356         * ext/musepack/gstmusepackreader.cpp:
22357         * ext/musepack/gstmusepackreader.h:
22358           Add musepack decoder.
22359         * ext/faad/gstfaad.c: (gst_faad_base_init):
22360           Make pad templates static.
22361         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22362         (plugin_init):
22363           Add musepack typefinder, make mp3 typefinding work halfway stream,
22364           which doesn't actually work yet because id3demux doesn't implement
22365           _get_length().
22366
22367 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22368
22369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22370         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22371           Fix interrupt event handling (#144436).
22372
22373 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22374
22375         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22376           Hide unused glory.
22377
22378 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22379
22380         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22381
22382         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22383           Fix weird caps (#157548).
22384
22385 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22386
22387         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22388
22389         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22390           Add missing NULL terminator (#157543).
22391
22392 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22393
22394         * gst/tcp/gsttcp.h:
22395         * gst/tcp/gsttcpclientsink.c:
22396         * gst/tcp/gsttcpclientsrc.c:
22397         * gst/tcp/gsttcpserversink.c:
22398         * gst/tcp/gsttcpserversrc.c:
22399           ports can go up to 65535.  Move common defines to gsttcp.h
22400
22401 2004-11-05  Wim Taymans  <wim@fluendo.com>
22402
22403         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22404         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22405         Added two more colorspaces.
22406
22407 2004-11-05  Wim Taymans  <wim@fluendo.com>
22408
22409         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22410         (gst_ffmpegcsp_avpicture_fill):
22411         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22412         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22413         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22414         More stride fixes.
22415
22416 2004-11-05  Wim Taymans  <wim@fluendo.com>
22417
22418         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22419         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22420         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22421         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22422         (gst_videomixer_loop):
22423         More stride fixes.
22424
22425 2004-11-05  Benjamin Otte  <otte@gnome.org>
22426
22427         * ext/mad/gstmad.c: (gst_mad_chain):
22428           don't overflow data buffer. Flush not needed sync data when syncing
22429           failed.
22430
22431 2004-11-04  Wim Taymans  <wim@fluendo.com>
22432
22433         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22434         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22435         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22436         (gst_alpha_init_params), (gst_alpha_chain),
22437         (gst_alpha_change_state):
22438         Updated the chroma keying algorithm with something more
22439         sophisticated.
22440
22441 2004-11-03  Wim Taymans  <wim@fluendo.com>
22442
22443         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22444         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22445         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22446         Fix stride issues. Does not completely work for odd
22447         heights.
22448
22449 2004-11-03  Wim Taymans  <wim@fluendo.com>
22450
22451         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22452         (gst_alpha_chroma_key), (gst_alpha_chain):
22453         Fix stride issues. Does not completely work for odd
22454         heights.
22455
22456 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22457
22458         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22459         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22460         leak fixes
22461
22462 2004-11-03  Wim Taymans  <wim@fluendo.com>
22463
22464         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22465         (gst_ffmpegcsp_avpicture_fill):
22466         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22467         (avpicture_alloc):
22468         * gst/ffmpegcolorspace/imgconvert_template.h:
22469         Use correct _fill function to get correct strides.
22470
22471 2004-11-02  David Schleef  <ds@schleef.org>
22472
22473         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22474         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22475         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22476         Change all g_print()s to debugging.  Add a bunch of consistency
22477         checks.
22478
22479 2004-11-02  Wim Taymans  <wim@fluendo.com>
22480
22481         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22482         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22483         (unlinked), (no_more_pads), (close_link):
22484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22485         (unknown_type), (add_element_stream), (new_decoded_pad),
22486         (removed_decoded_pad), (setup_source):
22487         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22488         (gst_stream_info_class_init), (gst_stream_info_init),
22489         (gst_stream_info_new), (gst_stream_info_dispose),
22490         (stream_info_mute_pad), (gst_stream_info_set_property),
22491         (gst_stream_info_get_property):
22492         * gst/playback/gststreaminfo.h:
22493         Fix playback of multiple files.
22494         a slightly different approach to handling dynamic pad removals.
22495         This one only looks at pads that we have linked.
22496
22497 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22498
22499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22500         free" warning from libc.
22501
22502 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22503
22504         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22505         (get_unconnected_element), (remove_starting_from), (pad_removed),
22506         (close_link):
22507           Implement support for dynamic pad changing. We listen to "live"
22508           pad removals (i.e. while playing) and re-setup autoplugging
22509           after that. Playbasebin/playbin need some more work for this
22510           to finally work, but decodebin supports (and replugs) chained
22511           ogg now.
22512
22513 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22514
22515         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22516         (gst_alsa_finalize):
22517         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22518         (gst_cdaudio_finalize):
22519         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22520         (cdparanoia_finalize):
22521         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22522         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22523         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22524         (dvdreadsrc_finalize):
22525         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22526         (gst_flacdec_finalize):
22527         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22528         (gst_flacenc_finalize):
22529         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22530         (gst_gnomevfssink_finalize):
22531         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22532         (gst_gnomevfssrc_finalize):
22533         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22534         (gst_fameenc_finalize):
22535         * ext/nas/nassink.c: (gst_nassink_class_init),
22536         (gst_nassink_finalize):
22537         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22538         (gst_sdlvideosink_class_init):
22539         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22540         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22541         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22542         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22543         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22544         (gst_x_window_listener_dispose):
22545         * gst/audioscale/gstaudioscale.c:
22546         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22547         (play_on_demand_finalize):
22548         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22549         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22550         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22551         (cdplayer_finalize):
22552         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22553         (gst_glimagesink_class_init):
22554         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22555         (gst_osselement_finalize):
22556         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22557         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22558         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22559           Fixes a bunch of problems with finalize and dispose functions,
22560           either assumptions that dispose is only called once, or not calling
22561           the parent class dispose/finalize function
22562
22563 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22564
22565         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22566           added two api precondition guards
22567           use g_strdup with getenv to fix crash when using ENVVAR
22568
22569 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22570         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22571         (gst_esdsink_finalize):
22572         Use a finalize function, not dispose, and more importantly,
22573         call the parent class finalize function too
22574
22575 2004-11-01  Johan Dahlin  <johan@gnome.org>
22576
22577         * ext/ogg/gstoggdemux.c:
22578         * gst/tags/gstvorbistag.c:
22579         Plug leaks.
22580
22581 2004-10-31  Benjamin Otte  <otte@gnome.org>
22582
22583         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22584           lotsa memleaks today. But they're all small...
22585
22586 2004-10-31  Benjamin Otte  <otte@gnome.org>
22587
22588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22589           another memleak crushed
22590
22591 2004-10-31  Benjamin Otte  <otte@gnome.org>
22592
22593         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22594           fix memleak
22595
22596 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22597
22598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22599           Hack to prevent crash when going to READY inside signal handler
22600           while this function is active.
22601
22602 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22603
22604         * gst/ffmpegcolorspace/Makefile.am:
22605         * gst/ffmpegcolorspace/avcodec.h:
22606         * gst/ffmpegcolorspace/common.h:
22607         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22608         * gst/ffmpegcolorspace/dsputil.h:
22609         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22610         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22611         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22612         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22613         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22614         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22615         (gst_ffmpegcsp_avpicture_fill):
22616         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22617         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22618         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22619         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22620         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22621         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22622         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22623         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22624         * gst/ffmpegcolorspace/imgconvert.c:
22625         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22626         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22627         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22628         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22629         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22630         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22631         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22632         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22633         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22634         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22635         (grow21), (grow22), (grow41), (grow44), (conv411),
22636         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22637         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22638         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22639         (avpicture_free), (is_yuv_planar), (img_convert),
22640         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22641         (deinterlace_line_inplace), (deinterlace_bottom_field),
22642         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22643         * gst/ffmpegcolorspace/imgconvert_template.h:
22644         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22645         * gst/ffmpegcolorspace/mmx.h:
22646         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22647         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22648         (av_freep), (avcodec_get_context_defaults),
22649         (avcodec_alloc_context), (avcodec_init):
22650           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22651           handling plus update from ffmpeg CVS. Large clean-up.
22652
22653 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22654
22655         * gst/playback/Makefile.am:
22656           We need the marshallers for decodebin, too.
22657
22658 2004-10-30  David Schleef  <ds@schleef.org>
22659
22660         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22661           quicktime typefinding work with 64-bit offsets.
22662
22663 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22664
22665         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22666           Set EOS on the element when processing an EOS event.
22667         * ext/speex/gstspeexdec.h:
22668         * ext/speex/gstspeexenc.h:
22669           Only keep a const ptr to the mode
22670         * gst-libs/gst/riff/riff-media.c:
22671         (gst_riff_create_audio_caps_with_data),
22672         (gst_riff_create_audio_template_caps):
22673           Allow WMAV3, with up to 6 channels.
22674         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22675           Don't call gst_pad_set_event_function on a sink pad.
22676         * gst/mpegstream/gstdvddemux.c:
22677         (gst_dvd_demux_get_subpicture_stream),
22678         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22679           Copy the explicit caps that were set across to the cur_* pads,
22680           instead of trying to use a possibly non-existent negotiated caps.
22681           Reset the type of subpicture pads to UNKNOWN after calling
22682           init_stream, so that the caps get set.
22683
22684 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22685
22686         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22687
22688         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22689           Don't touch buffer if it is of size 0 (fixes #151064).
22690
22691 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22692
22693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22694           Synchronized discont handling.
22695
22696 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22697
22698         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22699         (gst_ogg_demux_push):
22700           Make seeking sort-of exact again (fixes #156387).
22701
22702 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22703
22704         * gst/playback/gstplaybasebin.c: (unknown_type),
22705         (add_element_stream), (new_decoded_pad),
22706         (gst_play_base_bin_change_state):
22707         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22708         (gst_stream_info_init), (gst_stream_info_new),
22709         (gst_stream_info_dispose), (gst_stream_info_get_property):
22710         * gst/playback/gststreaminfo.h:
22711           Make caps explicitely available. Makes testing for unsupported
22712           types possible. Improves error reporting.
22713
22714 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22715
22716         * gst/audioconvert/gstaudioconvert.c:
22717         (gst_audio_convert_buffer_to_default_format):
22718           Really don't touch read-only buffers (#156563).
22719
22720 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22721
22722         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22723
22724         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22725           Fix memleak (#155223).
22726
22727 2004-10-29  Wim Taymans  <wim@fluendo.com>
22728
22729         * gst/tcp/.cvsignore:
22730         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22731         (gst_multifdsink_class_init), (gst_multifdsink_init),
22732         (gst_multifdsink_add), (gst_multifdsink_remove),
22733         (gst_multifdsink_remove_client_link), (is_sync_frame),
22734         (gst_multifdsink_new_client),
22735         (gst_multifdsink_handle_client_write),
22736         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22737         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22738         (gst_multifdsink_get_property):
22739         * gst/tcp/gstmultifdsink.h:
22740         Added burst on connect sync_method, deprecated sync_clients,
22741         streamlined the sync code some more.
22742
22743 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22744
22745         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22746         (gst_play_base_bin_change_state):
22747           Improve error reporting.
22748
22749 2004-10-28  Wim Taymans  <wim@fluendo.com>
22750
22751         * gst/tcp/Makefile.am:
22752         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22753         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22754         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22755         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22756         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22757         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22758         (gst_fdset_wait):
22759         Added more locks around fdset structures. Fixed/reworked
22760         the poll array resizing code.
22761         Added stress test for fdset.
22762
22763 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22764
22765         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22766         fix build
22767
22768 2004-10-28  Benjamin Otte  <otte@gnome.org>
22769
22770         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22771           fix link function to always query channels and query width for
22772           floats
22773         * configure.ac:
22774           add equalizer dir
22775         * gst/equalizer/Makefile.am:
22776         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22777         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22778         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22779         (arg_to_scale), (setup_filter),
22780         (gst_iir_equalizer_compute_frequencies),
22781         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22782         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22783         (plugin_init):
22784           add an equalizer
22785
22786 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22787
22788         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22789
22790         * po/LINGUAS:
22791         * po/nb.po:
22792           Added Norwegian Bokmaal translation
22793
22794 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22795
22796         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22797           Don't break on options (fixes #156488).
22798
22799 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22800
22801         * configure.ac:
22802         * ext/cdaudio/Makefile.am:
22803         * sys/Makefile.am:
22804           fix build on older automake
22805
22806 2004-10-26  Wim Taymans  <wim@fluendo.com>
22807
22808         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22809         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22810         Allow a little margin when negotiating the framerate.
22811
22812 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22813
22814         * gst/level/gstlevel.c:
22815           synchonised naming of pads and pad-templates
22816
22817 2004-10-26  Wim Taymans  <wim@fluendo.com>
22818
22819         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22820         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22821         (_find_streams_check), (gst_ogg_demux_push):
22822         Fix EOS again. Needs to be done in a better way. We should not
22823         remove the pad if there is no new chained stream.
22824
22825 2004-10-26 Iain <iaingnome@gmail.com>
22826
22827         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22828         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22829         of the caps.
22830         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22831         pad.
22832         (interleave_release_pad): Remove the pad.
22833         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22834         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22835         the set device.
22836         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22837         attrs
22838         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22839         (gst_xvimagesink_finalize): Free the par.
22840
22841 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22842
22843         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22844         (gst_avimux_stop_file):
22845           First calculate the rate, and only then use it. Hdr.rate is a
22846           multiple and not a derivative of hdr.scale. Scale is not the
22847           same as blockalign but is solely related to rate.
22848
22849 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22850
22851         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22852         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22853           Implement seeking.
22854
22855 2004-10-25  James Henstridge  <james@jamesh.id.au>
22856
22857         Reviewed by:  David Schleef  <ds@schleef.org>
22858
22859         * examples/gstplay/player.c: (got_stream_length), (main):
22860         * examples/seeking/cdplayer.c: (update_scale):
22861         * examples/seeking/seek.c: (format_value), (update_scale):
22862         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22863         (stop_seek):
22864         Build fixes on AMD64.
22865
22866 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22867
22868         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22869
22870         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22871         Fix for some v4l cards which hang in v4lsrc
22872
22873 2004-10-25  Wim Taymans  <wim@fluendo.com>
22874
22875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22876         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22877         Make sure to remove the pad when a new chain is
22878         encountered. Set some vars to NULL so we don't try
22879         to reference freed memory.
22880
22881 2004-10-25  Wim Taymans  <wim@fluendo.com>
22882
22883         * examples/seeking/Makefile.am:
22884         * examples/seeking/cdplayer.c: (update_scale):
22885         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22886         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22887         (format_value), (update_scale), (iterate), (start_seek),
22888         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22889         (print_usage), (main):
22890         Added some more examples, update others.
22891
22892 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22893
22894         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22895         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22896         * ext/theora/theoradec.c: (theora_dec_chain):
22897         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22898           Add codec-name metadata.
22899
22900 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22901
22902         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22903
22904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22905         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22906         * ext/alsa/gstalsamixertrack.h:
22907         * po/POTFILES.in:
22908           ALSA mixer track label internationalization (#154054).
22909
22910 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22911
22912         * ext/theora/theoradec.c: (theora_dec_chain):
22913           Export bitrate as metadata.
22914
22915 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22916
22917         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22918         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22919         * ext/alsa/gstalsamixertrack.h:
22920           Fix names, fix loop.
22921
22922 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22923
22924         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22925         (speex_dec_convert):
22926           sinkconvert function so oggdemux can get the file length (totem).
22927
22928 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22929
22930         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22931
22932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22933           Don't push incomplete packets.
22934         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22935           Fix MPEG-4 audio typefinding.
22936
22937 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22938
22939         * sys/v4l/Makefile.am:
22940         * sys/v4l/gstv4l.c: (plugin_init):
22941         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22942         (gst_v4lelement_init), (gst_v4lelement_dispose),
22943         (gst_v4lelement_change_state):
22944         * sys/v4l/gstv4lelement.h:
22945         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22946         (gst_v4l_xoverlay_close), (idle_refresh),
22947         (gst_v4l_xoverlay_set_xwindow_id):
22948         * sys/v4l/gstv4lxoverlay.h:
22949         * sys/v4l/v4l-overlay_calls.c:
22950         * sys/v4l/v4l_calls.h:
22951         * sys/v4l2/Makefile.am:
22952         * sys/v4l2/gstv4l2.c: (plugin_init):
22953         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22954         (gst_v4l2element_init), (gst_v4l2element_dispose),
22955         (gst_v4l2element_change_state):
22956         * sys/v4l2/gstv4l2element.h:
22957         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22958         (gst_v4l2_xoverlay_close), (idle_refresh),
22959         (gst_v4l2_xoverlay_set_xwindow_id):
22960         * sys/v4l2/gstv4l2xoverlay.h:
22961         * sys/v4l2/v4l2-overlay_calls.c:
22962         * sys/v4l2/v4l2_calls.h:
22963           Remove client-side overlay handling, use the X-server v4l plugin
22964           for that. Nicer overlay, less code. Also make the plugin
22965           compileable without X (but then without overlay, obviously).
22966           Makes xwindowlistener obsolete, should we remove that?
22967
22968 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22969
22970         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22971         (gst_osssrc_src_query):
22972         * sys/oss/gstosssrc.h:
22973           OK, so people want offset in DEFAULT. This time, actually fix all
22974           cases.
22975         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22976           Add FPS properly.
22977
22978 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22979
22980         * gst/asfdemux/gstasfmux.c:
22981         * gst/avi/gstavimux.c:
22982           Framerate.
22983
22984 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22985
22986         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22987           Fix properties (channel, norm, frequency).
22988
22989 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22990
22991         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22992           Flag typo.
22993         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22994           No warnings.
22995
22996 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22997
22998         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22999           Fix hang.
23000
23001 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23002
23003         * sys/v4l2/gstv4l2element.h:
23004           Yet Another Hack (tm) for kernel header borkedness.
23005         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23006         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
23007         (gst_v4l2src_link), (gst_v4l2src_getcaps),
23008         (gst_v4l2src_change_state):
23009         * sys/v4l2/gstv4l2src.h:
23010         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
23011         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
23012           Fix caps, keep track of state, work.
23013
23014 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23015
23016         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
23017           Quiet.
23018
23019 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23020
23021         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23022           Don't mix bytes and samples.
23023
23024 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23025
23026         * ext/ogg/gstoggmux.c:
23027           Basic pad template which accepts OGM tracks, speex, flac, vorbis
23028           and theora. Any is incorrect.
23029         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
23030           Fix caps.
23031         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
23032         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
23033         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
23034         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
23035         * sys/v4l/gstv4lmjpegsrc.h:
23036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23037         (gst_v4lsrc_change_state):
23038         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
23039         (gst_v4lmjpegsrc_capture_stop):
23040           Fix caps. Keep track of internal state. Work.
23041
23042 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23043
23044         * ext/Makefile.am:
23045           Fix the build fixes.
23046
23047 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23048
23049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23050         (gst_ogg_demux_src_event), (_find_chain_seek),
23051         (gst_ogg_pad_push):
23052           Check for pad availability before using it.
23053         * ext/ogg/gstoggdemux.c: (_find_chain_process):
23054           Fix parsing of chained ogg. Needs more work on the decoder side.
23055
23056 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23057
23058         * gst/spectrum/Makefile.am:
23059         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
23060         (idle_func):
23061           Fix demo and reenable it. Yes, I'm currently playing with audio
23062           analysis tools
23063
23064 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23065
23066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23067           We love it if files that start at zero work too...
23068
23069 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23070
23071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23072           Handle files with missing EOS headers.
23073
23074 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23075
23076         * gst/tcp/gsttcpserversink.c:
23077         (gst_tcpserversink_handle_server_read),
23078         (gst_tcpserversink_init_send):
23079         Zero some variables first (need for accept not to return EINVAL)
23080
23081 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23082
23083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23084         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23085         * ext/theora/theoradec.c: (theora_dec_sink_convert),
23086         (theora_dec_chain):
23087         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23088         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
23089           Seeking and querying finetune.
23090
23091 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23092
23093         * configure.ac:
23094         * ext/Makefile.am:
23095         * ext/raw1394/Makefile.am:
23096           fix the build
23097
23098 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23099
23100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23101           Wrong return.
23102         * gst/playback/Makefile.am:
23103         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23104         * gst/playback/gstplay-marshal.list:
23105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
23106           Fix marshallers.
23107
23108 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23109
23110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
23111           Silence.
23112
23113 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23114
23115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23116         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23117         (gst_ogg_pad_push):
23118           Yay for non-lineair granulepos in theora.
23119
23120 2004-10-18  Wim Taymans  <wim@fluendo.com>
23121
23122         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23123         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
23124         * ext/dv/gstdvdec.h:
23125         Make sure we renegotiate aspect ratio when the camera switches.
23126
23127 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23128
23129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23130         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23131           Start at zero.
23132         * ext/theora/theoradec.c: (theora_dec_chain):
23133           Skip headers. Bad idea for chained ogg, but fixes seeking.
23134
23135 2004-10-18  Wim Taymans  <wim@fluendo.com>
23136
23137         * configure.ac:
23138         I swear, this is the last time I touch this.
23139
23140 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23141
23142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23143         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23144         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
23145           Faster seeking.
23146         * ext/theora/theoradec.c: (theora_dec_sink_convert):
23147           Time-to-default conversion.
23148         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23149           Don't error on unknown packets, just skip. We should probably
23150           read them if we want to support chained ogg.
23151
23152 2004-10-18  Wim Taymans  <wim@fluendo.com>
23153
23154         * configure.ac:
23155         Added cdaudio to wrong list.
23156
23157 2004-10-18  Wim Taymans  <wim@fluendo.com>
23158
23159         * configure.ac:
23160         Revive cdaudio.
23161
23162 2004-10-18  Wim Taymans  <wim@fluendo.com>
23163
23164         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23165         (gst_dvdec_video_link), (gst_dvdec_push):
23166         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23167         (gst_smokeenc_resync), (gst_smokeenc_chain):
23168         Fix mimetype on smoke encoder.
23169         Add aspect ratio to dvdec. Not sure if these
23170         values are correct though....
23171
23172 2004-10-18  Wim Taymans  <wim@fluendo.com>
23173
23174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
23175         Fix vorbis property descriptions and ranges.
23176
23177 2004-10-18  Wim Taymans  <wim@fluendo.com>
23178
23179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23180         Really do nothing when no data is available.
23181         Go to the playing state when the stream is not seekable
23182         instead of failing.
23183
23184 2004-10-18  Wim Taymans  <wim@fluendo.com>
23185
23186         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
23187         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
23188         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
23189         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
23190         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
23191         Added uri handler for cd://
23192         Port to new API.
23193
23194 2004-10-18  Wim Taymans  <wim@fluendo.com>
23195
23196         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23197         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23198         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23199         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23200         (remove_prerolls), (unknown_type), (add_element_stream),
23201         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
23202         (gst_play_base_bin_remove_element),
23203         (gst_play_base_bin_link_stream):
23204         * gst/playback/gstplaybin.c: (gen_video_element),
23205         (gen_vis_element), (remove_sinks), (setup_sinks):
23206         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23207         (gst_stream_info_get_type), (gst_stream_info_class_init),
23208         (gst_stream_info_init), (gst_stream_info_new),
23209         (gst_stream_info_dispose), (stream_info_mute_pad),
23210         (gst_stream_info_set_property), (gst_stream_info_get_property):
23211         * gst/playback/gststreaminfo.h:
23212         Add sink padtemplate to decodebin.
23213         Added some more comments.
23214         Make queue size configurable in playbasebin.
23215         Added possibility to use elements as sinks (ex cdaudio).
23216
23217 2004-10-15  Wim Taymans  <wim@fluendo.com>
23218
23219         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23220         (gst_speexenc_chain):
23221         Fix speex timestamps so that it gets muxed properly.
23222
23223 2004-10-15  Wim Taymans  <wim@fluendo.com>
23224
23225         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23226         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23227         (gst_dv1394src_init), (gst_dv1394src_dispose),
23228         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23229         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23230         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23231         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23232         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23233         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23234         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23235         * ext/raw1394/gstdv1394src.h:
23236         Added conversion/query functions.
23237         Update buffer timestamps,
23238         Added signals.
23239         Added uri dv:// so it might play from the firewire in playbin.
23240         Fix a possible leak.
23241         Added debugging.
23242
23243 2004-10-15  Wim Taymans  <wim@fluendo.com>
23244
23245         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23246         (gst_dv1394src_init), (gst_dv1394src_set_property),
23247         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23248         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23249         * ext/raw1394/gstdv1394src.h:
23250         Added AV/C VTR control support needed for some cameras.
23251         Added automatic port detection.
23252         Added properties for selecting the channel.
23253         The configure.ac script is not yet updated to reflect the
23254         new libavc1394 and librom1394 dependencies.
23255
23256 2004-10-15  Wim Taymans  <wim@fluendo.com>
23257
23258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23259         (qtdemux_parse), (gst_qtdemux_handle_esds):
23260         An esds box is not a container.
23261         Fix parsing of mp4v boxes.
23262         Do not try to renegotiate fps for each frame. Need to
23263         find a better method. This should fix mp4 playback.
23264
23265 2004-10-14  David Schleef  <ds@schleef.org>
23266
23267         * configure.ac: update for swfdec-0.3 and liboil-0.2
23268         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23269         * ext/swfdec/gstswfdec.h: same
23270         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23271         * gst/videotestsrc/videotestsrc.c: same
23272
23273 2004-10-14  Wim Taymans  <wim@fluendo.com>
23274
23275         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23276         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23277         (is_sync_frame), (gst_multifdsink_new_client),
23278         (gst_multifdsink_handle_client_write),
23279         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23280         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23281         Turn warnings into info.
23282         Don't allow a state change in the streaming thread.
23283
23284 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23285
23286         * ext/vorbis/oggvorbisenc.c:
23287         * ext/vorbis/vorbisdec.c:
23288           fix template sample rate
23289
23290 2004-10-13  Wim Taymans  <wim@fluendo.com>
23291
23292         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23293         Decoding the header first fixes some problems in resyncing
23294         in more mp3s.
23295
23296 2004-10-12  Wim Taymans  <wim@fluendo.com>
23297
23298         * gst/playback/gstplaybin.c: (gen_video_element),
23299         (gen_vis_element), (remove_sinks), (setup_sinks):
23300         Added vis plugin support, need to configure the vis
23301         element to activate it.
23302
23303 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23304
23305         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23306         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23307           Some debug.
23308         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23309         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23310         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23311         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23312         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23313         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23314         * gst/avi/gstavidemux.h:
23315           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23316           recovery (where, if part of the index is broken, we will still read
23317           the rest of the index and recover the broken part by stream
23318           scanning). More broken media support. EOS workarounds. General AVI
23319           braindamage headache recovery. Aspirin included.
23320
23321 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23322
23323         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23324         (cdparanoia_event), (cdparanoia_query):
23325           Get rid of hideous lead-in.
23326
23327 2004-10-11  Wim Taymans  <wim@fluendo.com>
23328
23329         * gst/playback/gstplaybasebin.c: (setup_source):
23330         Wrong var used to get g_list_next.
23331
23332 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23333
23334         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23335         (cdparanoia_get), (cdparanoia_open):
23336           Report discid as metadata, add duration.
23337
23338 2004-10-11  Wim Taymans  <wim@fluendo.com>
23339
23340         * gst/playback/gstplaybasebin.c: (setup_source):
23341         Cleanup the previous pipeline a little earlier for the
23342         case that a source element provides raw data.
23343
23344 2004-10-11  Benjamin Otte  <otte@gnome.org>
23345
23346         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23347           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23348           consuming the last 128 bytes, even though it was valid mp3 data.
23349
23350 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23351
23352         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23353         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23354         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23355         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23356
23357 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23358
23359         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23360         Fix for webcams that support only specific width or height
23361
23362 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23363
23364         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23365
23366         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23367           Fix wrong discont event setup (fixes #154967).
23368
23369 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23370
23371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23372
23373         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23374           Error out on invalid data (fixes #154807).
23375
23376 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23377
23378         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23379
23380         * ext/dvdread/dvdreadsrc.c: (_read):
23381           Make titles > 0 work again (fixes #154834).
23382
23383 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23384
23385         * gst-libs/gst/riff/riff-media.c:
23386         (gst_riff_create_video_template_caps):
23387           WMV3 missing in template caps.
23388
23389 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23390
23391         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23392           OK, so the original code was too strict. It makes random AVI files
23393           hang for seconds upon opening, which is unacceptable and is far
23394           beyond the original goal of getting multiple chunks for one-chunk
23395           sounc stream files. So now do just that.
23396
23397 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23398
23399         * gst/playback/gstplaybasebin.c: (setup_source),
23400         (gst_play_base_bin_change_state):
23401           Actually clean up streaminfo if output fails. This would trigger
23402           if, for example, there was no CD in the drive. No preroll, so
23403           a streaminfo structure is created, but the subsequent state change
23404           of the thread fails.
23405         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23406           Don't change state if parent failed.
23407
23408 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23409
23410         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23411         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23412         (gen_video_element), (remove_sinks):
23413           Add small bits of code for screenshot handling.
23414
23415 2004-10-08  Wim Taymans  <wim@fluendo.com>
23416
23417         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23418         (gen_video_element), (gen_audio_element), (setup_sinks):
23419         Don't assume the user provided sinks are named "sink"...
23420
23421 2004-10-08  Wim Taymans  <wim@fluendo.com>
23422
23423         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23424         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23425         (gst_play_base_bin_link_stream):
23426         Do not try to autoplug sources that generate raw streams like
23427         cdparanoia.
23428         disconnect the preroll overrun signal when we don't need it anymore.
23429
23430 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23431
23432         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23433         Added reworked patch from #154903 from milosz derezynski (deadchip).
23434
23435 2004-10-08  Wim Taymans  <wim@fluendo.com>
23436
23437         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23438         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23439         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23440         (cdparanoia_convert), (cdparanoia_uri_get_type),
23441         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23442         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23443         * ext/cdparanoia/gstcdparanoia.h:
23444         This adds the cdda://<tracknum> uri.
23445
23446 2004-10-08  Wim Taymans  <wim@fluendo.com>
23447
23448         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23449         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23450         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23452         (unknown_type), (gst_play_base_bin_remove_element),
23453         (gst_play_base_bin_link_stream):
23454         * gst/playback/gstplaybasebin.h:
23455         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23456         (gst_play_bin_set_property), (gen_video_element),
23457         (gen_audio_element), (setup_sinks):
23458         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23459         (gst_stream_info_get_type), (gst_stream_info_class_init),
23460         (gst_stream_info_init), (gst_stream_info_new),
23461         (gst_stream_info_dispose), (stream_info_mute_pad),
23462         (gst_stream_info_set_property), (gst_stream_info_get_property):
23463         * gst/playback/gststreaminfo.h:
23464         Reuse the audio and video bins.
23465         Some internal cleanups in the stream selection code.
23466
23467 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23468
23469         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23470         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23471         * sys/ximage/ximagesink.h:
23472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23473         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23474         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23475         not coming from those elements. Moreover these elements should not keep
23476         the xid they have been given when in NULL state.
23477
23478 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23479
23480         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23481         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23482         * sys/ximage/ximagesink.h:
23483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23484         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23485         * sys/xvimage/xvimagesink.h:
23486           Actually only create a new toplevel window if we're not gonna
23487           embed it right after.
23488
23489 2004-10-07  Wim Taymans  <wim@fluendo.com>
23490
23491         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23492         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23493         * gst/playback/gstplaybin.c: (setup_sinks):
23494         Implement muting/unmuting of streams, mute streams that are not
23495         used.
23496
23497 2004-10-07  Wim Taymans  <wim@fluendo.com>
23498
23499         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23500         (plugin_init):
23501         Added lame audio/x-ac3 typefind function.
23502
23503 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23504
23505         * configure.ac:
23506           bump nano to cvs
23507
23508 === release 0.8.5 ===
23509
23510 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23511
23512         * NEWS:
23513         * RELEASE:
23514         * configure.ac:
23515           releasing 0.8.5, "Take You On"
23516
23517 2004-10-06  Wim Taymans  <wim@fluendo.com>
23518
23519         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23520         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23521         (no_more_pads), (close_link), (type_found):
23522         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23523         * gst/playback/gstplaybin.c: (gen_video_element):
23524         Do not signal the no_more_pads after the first pad when
23525         we are plugging a non dynamic element with multiple
23526         output pads (like swfdec, dvdec, ...).
23527
23528 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23529
23530         * configure.ac:
23531           bump for prerelease
23532
23533 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23534
23535         * gst/wavparse/gstwavparse.c:
23536           add ATRAC3 to STATIC CAPS to fix a warning
23537
23538         * gst/matroska/ebml-read.c:
23539         * gst-libs/gst/riff/riff-read.c:
23540           fix typos
23541
23542 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23543
23544         * gst-libs/gst/riff/riff-media.c:
23545           generate caps for ATRAC3 audio streams
23546
23547         * gst/realmedia/rmdemux.c:
23548           generate caps for ATRAC3 audio streams
23549
23550 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23551
23552         * gst/wavparse/Makefile.am
23553         * gst/wavparse/riff.h
23554         * gst/wavparse/wavparse.vcproj
23555           riff.h removal (unused and duplication with riff-ids.h)
23556
23557 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23558
23559         * gst/wavparse/gstwavparse.h
23560           remove duplicated defines for audio codec codes
23561
23562         * gst-libs/gst/riff/riff-ids.h
23563         * gst/wavenc/riff.h:
23564           add "4CC" code for ATRAC3 audio streams
23565           add "4CC" code for ITU_G721_ADPCM (unused for now)
23566
23567 2004-10-06  Wim Taymans  <wim@fluendo.com>
23568
23569         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23570         Actually _do_ negotiation. Pass gdouble as arg instead
23571         of guint64 for the framerate.
23572
23573 2004-10-06  Wim Taymans  <wim@fluendo.com>
23574
23575         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23576         (find_compatibles), (close_pad_link), (try_to_link_1),
23577         (no_more_pads), (close_link), (type_found):
23578         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23579         * gst/playback/gstplaybin.c: (gen_video_element),
23580         (gen_audio_element):
23581         Set state on newly added element to READY so that negotiation
23582         can happen ASAP.
23583         Addes some more debug info.
23584         Do not try to plug pads with multiple caps structures or ANY
23585         because it is too dangerous since we do not do dynamic
23586         replugging.
23587
23588 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23589
23590         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23591
23592         * po/LINGUAS:
23593         * po/or.po:
23594           add Oriya translation
23595
23596 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23597
23598         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23599           Prevent overwrite of size member. Makes audio sound crappy.
23600
23601 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23602
23603         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23604         Add rmvb to the list of known RealMedia extensions
23605
23606 2004-10-05  Wim Taymans  <wim@fluendo.com>
23607
23608         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23609         (mngdec_openstream), (mngdec_closestream),
23610         (mngdec_handle_sink_event), (mngdec_readdata),
23611         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23612         (mngdec_getcanvasline), (mngdec_refresh),
23613         (gst_mngdec_change_state):
23614         Set the framerate correctly.
23615
23616 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23617
23618         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23619           There was something wrong with the index massaging.
23620
23621 2004-10-04  Wim Taymans  <wim@fluendo.com>
23622
23623         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23624         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23625         (gst_smokedec_chain):
23626         * ext/jpeg/gstsmokedec.h:
23627         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23628         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23629         * ext/jpeg/gstsmokeenc.h:
23630         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23631         (smokecodec_decode_new), (smokecodec_info_free),
23632         (smokecodec_set_quality), (smokecodec_get_quality),
23633         (smokecodec_set_threshold), (smokecodec_get_threshold),
23634         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23635         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23636         (smokecodec_encode), (smokecodec_parse_id),
23637         (smokecodec_parse_header), (smokecodec_decode):
23638         * ext/jpeg/smokecodec.h:
23639         * ext/jpeg/smokeformat.h:
23640         Updated smoke, new bitstream, allows embedding in ogg.
23641
23642 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23643
23644         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23645           Fix seeking in some files. All this code is no longer needed (and
23646           actually breaks stuff) because we now synchronize the full index
23647           right when reading the header.
23648
23649 2004-10-04  Wim Taymans  <wim@fluendo.com>
23650
23651         * configure.ac:
23652         configure update for libmng.
23653
23654 2004-10-04  Wim Taymans  <wim@fluendo.com>
23655
23656         * ext/libmng/Makefile.am:
23657         * ext/libmng/gstmng.c: (plugin_init):
23658         * ext/libmng/gstmng.h:
23659         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23660         (gst_mngdec_base_init), (gst_mngdec_class_init),
23661         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23662         (gst_mngdec_loop), (gst_mngdec_get_property),
23663         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23664         (mngdec_closestream), (mngdec_handle_sink_event),
23665         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23666         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23667         (gst_mngdec_change_state):
23668         * ext/libmng/gstmngdec.h:
23669         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23670         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23671         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23672         (gst_mngenc_chain), (gst_mngenc_get_property),
23673         (gst_mngenc_set_property):
23674         * ext/libmng/gstmngenc.h:
23675         Added basic MNG decoder. Needs more work. The encoder does
23676         not work yet.
23677
23678 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23679
23680         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23681         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23682         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23683           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23684           no-more-pads.
23685
23686 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23687
23688         * configure.ac:
23689           you need at least 1.0.4 of speex
23690
23691 2004-10-04 Iain <iaingnome@gmail.com>
23692
23693         * ext/speex/gstspeexdec.h: Revert the includes changes.
23694
23695         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23696
23697 2004-09-30 Iain <iaingnome@gmail.com>
23698
23699         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23700         found during init or set as a property instead of hardcoding /dev/audio
23701
23702 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23703
23704         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23705         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23706         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23707         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23708         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23709         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23710         (gst_rmdemux_dump_data):
23711           Use debug category, fix EOS handling. filesrc ! rmdemux now
23712           works.
23713
23714 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23715
23716         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23717         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23718         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23719           Improve allocation, cutting and sorting of the index. How takes a
23720           few seconds instead of minutes.
23721
23722 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23723
23724         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23725           fixed compilation
23726
23727 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23728
23729         * gst-libs/gst/riff/riff-media.c:
23730         (gst_riff_create_video_caps_with_data),
23731         (gst_riff_create_video_template_caps):
23732           Add wing commander format mimetype/fourccs.
23733         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23734           Don't crash if some value is 0.
23735
23736 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23737
23738         * gst-libs/gst/riff/riff-media.c:
23739         (gst_riff_create_video_caps_with_data),
23740         (gst_riff_create_video_template_caps):
23741           Add DIB fourcc (raw, palettized 8-bit RGB).
23742         * gst-libs/gst/riff/riff-read.c:
23743         (gst_riff_read_strf_vids_with_data):
23744           Oops, fix strf_data reading bug.
23745         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23746           Use a non-NULL tag.
23747         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23748           Time for hacks. Sorry Dave. At least one quicktime movie (a
23749           trailer) that I've encountered contains multiple video tracks.
23750           One of those is the actual video track, the other are one-frame
23751           tracks (images). Unfortunately, the number of frames according
23752           to the trak header is 1 for each, so that doesn't help. So
23753           instead, I look at the duration and discard tracks with a
23754           duration shorter than 20% of the length of the stream. Better
23755           than nothing.
23756
23757 2004-10-01  Christian Schaller <christian@fluendo.com>
23758
23759         * ext/ivorbis/vorbis.c:
23760           Patch from Phil Blundell (Bug 152341)
23761
23762 2004-10-01  Wim Taymans  <wim@fluendo.com>
23763
23764         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23765         (speex_dec_get_formats), (speex_dec_convert),
23766         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23767         (speex_dec_chain), (gst_speexdec_get_property),
23768         (gst_speexdec_set_property):
23769         Small cleanups.
23770
23771 2004-10-01  Wim Taymans  <wim@fluendo.com>
23772
23773         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23774         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23775         (gst_wavparse_other), (gst_wavparse_loop),
23776         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23777         (gst_wavparse_srcpad_event):
23778         * gst/wavparse/gstwavparse.h:
23779         Added some more debugging info.
23780         Fix the case where the length of the file is 0.
23781         Make sure we seek to sample borders.
23782
23783 2004-10-01  Wim Taymans  <wim@fluendo.com>
23784
23785         * gst/playback/README:
23786         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23787         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23788         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23789         Add some debug info to decodebin, update README
23790
23791 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23792
23793         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23794           Don't use g_print(); use GST_DEBUG().
23795
23796 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23797
23798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23799         (gst_ogg_mux_queue_pads):
23800           Handle EOS properly.
23801
23802 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23803
23804         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23805
23806         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23807         (gst_faad_chain), (gst_faad_change_state):
23808         * ext/faad/gstfaad.h:
23809           Allow playback of raw (unframed) MPEG AAC files (#148993).
23810
23811 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23812
23813         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23814
23815         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23816           Throw error if we didn't recognize the stream. Fixes #152289.
23817
23818 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23819
23820         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23821           Fix negotiation.
23822
23823 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23824
23825         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23826
23827         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23828           Fix memleak.
23829
23830 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23831
23832         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23833
23834         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23835           Solve #152805.
23836         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23837           Solve 152806.
23838
23839 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23840
23841         * gst-libs/gst/riff/riff-media.c:
23842         (gst_riff_create_video_caps_with_data),
23843         (gst_riff_create_audio_caps_with_data):
23844           Add codec_data handling (like asfdemux used to do).
23845         * gst/asfdemux/gstasf.c: (plugin_init):
23846         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23847         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23848           Use riff-media for caps creation instead of our own (mostly
23849           broken) copy of its functions.
23850
23851 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23852
23853         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23854           Don't actually error out if we get another return value than
23855           -EINVAL. Opposite to what I first thought, drivers have random
23856           return values for this, although -EINVAL is the expected return
23857           value. Since this is not fatal, we shouldn't use
23858           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23859
23860 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23861
23862         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23863         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23864         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23865         (dvdreadsrc_get), (dvdreadsrc_open_file),
23866         (dvdreadsrc_change_state):
23867           Fix. Don't do one big huge loop around the whole DVD, that will
23868           cache all data and thus eat sizeof(dvd) (several GB) before we
23869           see something.
23870         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23871           Actually NULL'ify event after using it.
23872         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23873         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23874         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23875         (gst_ebml_read_seek), (gst_ebml_read_skip):
23876           Handle events.
23877         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23878         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23879         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23880           Fix timing (this will probably break if I seek using menus, but
23881           I didn't get there yet). VOBs and normal DVDs should now work.
23882           Add a mpeg2-only pad with high rank so this get autoplugged for
23883           MPEG-2 movies.
23884         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23885         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23886         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23887         (gst_mpeg_demux_get_audio_stream),
23888         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23889         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23890           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23891           MPEG-1 but use dvddemux for MPEG-2.
23892         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23893         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23894         (gst_mpeg_parse_parse_packhead):
23895           Timing. Only add pad template if it exists. Add sink template from
23896           class and not from ourselves. This means we will always use the
23897           correct sink template even if it is not the one defined in this
23898           file.
23899
23900 2004-09-29  Wim Taymans  <wim@fluendo.com>
23901
23902         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23903         (gst_mpeg_demux_parse_pes):
23904         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23905         Fix playback of mpeg again, timestamps where screwed up by
23906         patch 1.61.
23907
23908 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23909
23910         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23911           Only return true if we actually filled something in. Prevents
23912           player applications from showing a random length for flac files.
23913         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23914         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23915         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23916         (gst_riff_read_strf_vids_with_data),
23917         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23918           OK, ok, so I implemented event handling. Apparently it's normal
23919           that we receive random events at random points without asking
23920           for it.
23921         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23922         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23923         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23924         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23925         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23926         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23927         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23928         * gst/avi/gstavidemux.h:
23929           Implement non-lineair chunk handling and subchunk processing.
23930           The first solves playback of AVI files where the audio and video
23931           data of individual buffers that we read are not synchronized.
23932           This should not happen according to the wonderful AVI specs, but
23933           of course it does happen in reality. It is also a prerequisite for
23934           the second. Subchunk processing allows us to cut chunks in small
23935           pieces and process each of these pieces separately. This is
23936           required because I've seen several AVI files with incredibly large
23937           audio chunks, even some files with only one audio chunk for the
23938           whole file. This allows for proper playback including seeking.
23939           This patch is supposed to fix all AVI A/V sync issues.
23940         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23941         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23942           Work.
23943         * gst/modplug/gstmodplug.cc:
23944           Proper return value setting for the query() function.
23945         * gst/playback/gstplaybasebin.c: (setup_source):
23946           Being in non-playing state (after, e.g., EOS) is not necessarily
23947           a bad thing. Allow for that. This fixes playback of short files.
23948           They don't actually playback fully now, because the clock already
23949           runs. This means that small files (<500kB) with a small length
23950           (<2sec) will still not or barely play. Other files, such as mod
23951           or flx, will work correctly, however.
23952
23953 2004-09-28  Wim Taymans  <wim@fluendo.com>
23954
23955         * ext/speex/gstspeex.c: (plugin_init):
23956         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23957         (gst_speex_dec_class_init), (speex_dec_get_formats),
23958         (speex_get_event_masks), (speex_get_query_types),
23959         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23960         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23961         (gst_speexdec_get_property), (gst_speexdec_set_property),
23962         (speex_dec_change_state):
23963         * ext/speex/gstspeexdec.h:
23964         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23965         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23966         (gst_speexenc_base_init), (gst_speexenc_class_init),
23967         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23968         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23969         (gst_speexenc_src_query), (gst_speexenc_init),
23970         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23971         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23972         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23973         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23974         (gst_speexenc_chain), (gst_speexenc_get_property),
23975         (gst_speexenc_set_property), (gst_speexenc_change_state):
23976         * ext/speex/gstspeexenc.h:
23977         Rewrote speex encoder, make sure it can be embedded in ogg.
23978         Implemented speex decoder.
23979
23980 2004-09-28  Christian Schaller <christian@fluendo.com>
23981
23982         * configure.ac:
23983         Remove kioslave plugin. Markey is brewing a new working one
23984         * ext/Makefile.am: Remove kioslave plugin
23985         * ext/kio: remove
23986         * gst-plugins.spec.in: remove kio plugin from spec
23987
23988 2004-09-27  Wim Taymans  <wim@fluendo.com>
23989
23990         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23991         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23992         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23993         (gst_multifdsink_new_client),
23994         (gst_multifdsink_handle_client_write),
23995         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23996         (gst_multifdsink_handle_clients):
23997         * gst/tcp/gstmultifdsink.h:
23998         Make syncing to keyframes actually work for new clients and lagging
23999         clients.
24000
24001 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24002
24003         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
24004         (gst_navigationtest_handle_src_event), (draw_box_planar411),
24005         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
24006         * gst/debug/gstnavigationtest.h:
24007           make navigationtest display button-press and button-release events
24008
24009 2004-09-26 Iain <iaingnome@gmail.com>
24010
24011         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
24012         the channels have received a new media event.
24013         (interleave_buffered_loop): Compresses a new media event on all
24014         channels into one.
24015
24016 2004-09-26 Iain <iaingnome@gmail.com>
24017
24018         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
24019         call the sinkpad's default event handler and not the srcpads. He also
24020         says this is confusing :)
24021         (gst_wavenc_stop_file): Company says that seek events only go upstream
24022         we should send a discontinuous downstream instead.
24023
24024 2004-09-25  Christian Schaller <christian@fluendo.com>
24025
24026         * Update SPEC file to be usable in conjunction with Fedora Core,
24027           Fedora.us and freshrpms packages
24028         * Fix typo in multifilesrc test Makefile
24029
24030 2004-09-24  Wim Taymans  <wim@fluendo.com>
24031
24032         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24033         Only signal the no_more_pads signal when we have
24034         added the stream to our list.
24035
24036 2004-09-24  Wim Taymans  <wim@fluendo.com>
24037
24038         * gst/playback/gstplaybasebin.c: (remove_prerolls),
24039         (new_decoded_pad):
24040         * gst/playback/gstplaybasebin.h:
24041         * gst/playback/gstplaybin.c: (setup_sinks):
24042         Don't try to preroll or decode more than one audio/video
24043         track.
24044
24045 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24046
24047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24048           Throw error if we failed to find a suitable output. This should
24049           throw an error if we successfully set up a pipeline (e.g. because
24050           we recognized a media file) but found no decodable streams in it
24051           (e.g. because it contains only media stream types for which we
24052           have no decoders, or because it's not a media type).
24053
24054 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24055
24056         * ext/dirac/Makefile.am:
24057         * ext/dirac/gstdirac.cc:
24058         * ext/dirac/gstdiracdec.cc:
24059         * ext/dirac/gstdiracdec.h:
24060           Do something. Don't actually know if this works because I don't
24061           have a demuxer yet.
24062         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
24063           Add channels=1 to caps returned from _getcaps().
24064         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
24065         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
24066         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
24067         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
24068         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
24069         (gst_ogm_parse_change_state):
24070           Separate between audio/video so ogmaudioparse actually uses the
24071           audio pad templates. Both audio and video work now, including
24072           autoplugging. Also use sometimes-srcpad hack.
24073         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24074           Handle events better. Don't hang on infinite loops.
24075         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
24076         (gst_avi_demux_init), (gst_avi_demux_reset),
24077         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
24078         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
24079         (gst_avi_demux_change_state):
24080         * gst/avi/gstavidemux.h:
24081           Improve A/V sync. Still not perfect.
24082         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
24083         (gst_ebml_read_skip):
24084           Handle events better.
24085         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24086         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
24087         (qtdemux_audio_caps):
24088           Add IMA4. Improve event handling. Save offset after a seek when
24089           the headers are at the end of the file so that we don't end up in
24090           an infinite loop.
24091         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
24092           Add low-priority typefind support for files with no length.
24093
24094 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24095
24096         * testsuite/multifilesink/Makefile.am:
24097         fix typo
24098
24099 2004-09-22  Julien MOUTTE  <julien@moutte.net>
24100
24101         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
24103         mistakes from thaytan's patches.
24104
24105 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24106
24107         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24108           For completeness, XSync in the destroy function as xvimage does.
24109
24110 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24111
24112         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24113            Correct caps negotiation
24114         * gst/volume/gstvolume.c: (volume_chain_float),
24115         (volume_chain_int16):
24116            Modify debug output to be little more informative
24117         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
24118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24119         (gst_xvimagesink_xvimage_destroy):
24120           Add XSync calls after detaching from the shared memory segment to
24121           avoid a crash.
24122
24123 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24124
24125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24126         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
24127         * ext/vorbis/vorbis.c: (plugin_init):
24128         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
24129         (gst_vorbisenc_chain):
24130         * ext/vorbis/vorbisenc.h:
24131         remove explicit newmedia support from oggmux and vorbisenc
24132         add debug category to vorbisenc
24133         * gst/multifilesink/gstmultifilesink.c:
24134         (gst_multifilesink_class_init), (gst_multifilesink_init),
24135         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
24136         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
24137         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
24138         (plugin_init):
24139         * gst/multifilesink/gstmultifilesink.h:
24140         add support for streamheader in multifilesink
24141
24142 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24143
24144         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
24145         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
24146         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
24147           Prevent infinite loops. More correct error reporting.
24148         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24149           Error out if negotiation fails.
24150         * gst/playback/gstplaybasebin.c: (setup_source),
24151         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
24152         (gst_play_base_bin_found_tag):
24153           Error/tag forwarding. Pre-roll fixes for source errors on state
24154           changes (e.g. "file does not exist") to prevent hangs.
24155
24156 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24157
24158         * testsuite/multifilesink/Makefile.am:
24159         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
24160         (gst_newmedia_class_init), (gst_newmedia_init),
24161         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24162         (newfile_signal), (test_signal), (main):
24163         * testsuite/multifilesink/multifilesrc_test.c: (main):
24164         * testsuite/multifilesink/oggtheora_test.c:
24165         (gst_newmedia_base_init), (gst_newmedia_class_init),
24166         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24167         (test_format), (newfile_signal), (test_signal), (main):
24168         * testsuite/multifilesink/oggvorbis_test.c:
24169         (gst_newmedia_base_init), (gst_newmedia_class_init),
24170         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24171         (test_format), (newfile_signal), (test_signal), (main):
24172         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
24173         (gst_newmedia_class_init), (gst_newmedia_init),
24174         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24175         (newfile_signal), (test_signal), (main):
24176         New media tests
24177
24178 2004-09-20  Christian Schaller <christian@fluendo.com>
24179
24180         * Fix mikmod license to LGPL as they have relicensed
24181         * Move Dirac and Effectv into LGPL section of README_license
24182
24183 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24184
24185         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
24186         (gst_mad_change_state):
24187           Allow for mp3 rate/channels changes. However, only very
24188           conservatively. Reason that we *have* to enable this is smiply
24189           because the mad find_sync() function is not good enough, it will
24190           regularly sync on random data as valid frames and therefore make
24191           us provide random caps as *final* caps of the stream. The best fix
24192           I could think of is to simply require several of the same stream
24193           changes in a row before we change caps.
24194           The actual testcase that works now is #
24195         * ext/ogg/Makefile.am:
24196         * ext/ogg/gstogg.c: (plugin_init):
24197         * ext/ogg/gstogmparse.c:
24198           OGM support (video only for now; I need an audio sample file).
24199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24200         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
24201         (gst_asf_demux_add_video_stream):
24202           WMV extradata.
24203         * gst/playback/gstplaybasebin.c: (unknown_type):
24204           Don't error out on single unknown-types after all. It's wrong.
24205           If we found type of video and audio but not of a subtitle stream,
24206           it will still error out (which is unwanted). Will find a better fix
24207           later on.
24208         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
24209         (ogmaudio_type_find), (plugin_init):
24210           OGM support.
24211
24212 2004-09-20  Johan Dahlin  <johan@gnome.org>
24213
24214         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24215         after setting caps.
24216
24217 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24218
24219         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24220         * gst/wavenc/gstwavenc.h:
24221         Added newmedia support to wavenc
24222
24223 2004-09-17  Wim Taymans  <wim@fluendo.com>
24224
24225         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24226         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24227         (gst_fdset_fd_can_write), (gst_fdset_wait):
24228         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24229         (gst_multifdsink_init), (gst_multifdsink_add),
24230         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24231         (gst_multifdsink_remove_client_link),
24232         (gst_multifdsink_client_queue_buffer),
24233         (gst_multifdsink_handle_client_write),
24234         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24235         (gst_multifdsink_close), (gst_multifdsink_change_state):
24236         * gst/tcp/gstmultifdsink.h:
24237         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24238         (gst_tcpserversink_removed):
24239         Small cleanups in fdset.c
24240         Use a hastable to map fd to the client structure for faster
24241         lookup in _remove and get_stats.
24242         Added virtual function to close the fds.
24243         Handle clients even when the select/poll call was unblocked because
24244         of a command.
24245         Implement syncing to keyframe in the recovery procedure.
24246
24247 2004-09-16 Iain <iaingnome@gmail.com>
24248
24249         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24250         try caps.
24251
24252 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24253
24254         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24255           Caps are only set if the type of the stream is unknown, but this
24256           is initialized in ->init_stream(), so set to UNKNOWN after calling
24257           ->init_stream() so that capsnego starts.
24258
24259 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24260
24261         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24262         (gst_avi_demux_stream_data):
24263           Just hardcode for raw audio then. AVI audio sucks.
24264
24265 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24266
24267         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24268         * gst/matroska/matroska-mux.c: (audiosink_templ),
24269         (gst_matroska_mux_audio_pad_link):
24270         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24271         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24272
24273 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24274
24275         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24276         (gst_avi_demux_stream_data):
24277           Try to fix a/v sync issues.
24278
24279 2004-09-15  David Schleef  <ds@schleef.org>
24280
24281         * configure.ac: remove NASM check, since we don't use it.  Update
24282         dirac check to 0.4
24283         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24285         Initialized variables.
24286         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24287         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24288         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24289         SVQ3 format
24290
24291 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24292
24293         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24294         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24295         * gst/avi/gstavidemux.h:
24296           Fix for compressed audio (mp3) timestamp generation. How did this
24297           ever work?
24298
24299 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24300
24301         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24302           Volume is a double not a float.
24303
24304 2004-09-15  Wim Taymans  <wim@fluendo.com>
24305
24306         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24307         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24308         Don't close the fd in multifdsink as we didn't open it in the
24309         first place. Some cleanups.
24310
24311 2004-09-15  Wim Taymans  <wim@fluendo.com>
24312
24313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24315         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24316         Fix the case where the muxer would mark pages as delta
24317         frames when they are not (vorbis only ogg).
24318
24319 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24320
24321         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24322         (gst_play_base_bin_change_state):
24323           Handle the case where we failed to setup a clear pipeline. This
24324           will throw an error (or EOS, another nice case) and if you don't
24325           catch that, the app will wait for the signal forever (and thus
24326           hang).
24327
24328 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24329
24330         * ext/gnomevfs/gstgnomevfssink.c:
24331         (gst_gnomevfssink_uri_get_protocols):
24332         * ext/gnomevfs/gstgnomevfssrc.c:
24333         (gst_gnomevfssrc_uri_get_protocols):
24334         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24335         * ext/gnomevfs/gstgnomevfsuri.h:
24336           Use _uri_new() instead of _open(), so it doesn't take as long and
24337           Christophe's computer won't hang.
24338         * gst/playback/gstplaybasebin.c: (unknown_type):
24339           Throw error on unknown media type, so apps actually display it.
24340
24341 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24342
24343         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24344           this script to work on Solaris since bash shell handles echo
24345           differenly than bash.
24346
24347 2004-09-17  Wim Taymans  <wim@fluendo.com>
24348
24349         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24350         (setup_source), (gst_play_base_bin_set_property),
24351         (gst_play_base_bin_add_element):
24352         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24353         Some more work on making sure seeking pauses the pipeline and
24354         that changing the uri actually does something.
24355
24356 2004-09-17  Wim Taymans  <wim@fluendo.com>
24357
24358         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24359         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24360         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24361         (gst_tcpserversink_close):
24362         Be a bit more paranoid when freeing memory.
24363
24364 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24365
24366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24367         (qtdemux_parse_trak):
24368           Don't crash by dividing by zero (see sample movie in #126922).
24369
24370 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24371
24372         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24373           Don't touch non-existing data (fixes crash on file in #140147).
24374
24375 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24376
24377         * gst/playback/gstplaybasebin.c:
24378         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24379           Handle double disposals, and proper change of URIs.
24380
24381 2004-09-13  Martin Eikermann <meiker@upb.de>
24382
24383         * gst/mpegstream/gstmpegparse.c:
24384           fix synchronistation for streams recorded from digital PCR
24385           fixes bug #119376
24386
24387 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24388
24389         * ext/gnomevfs/Makefile.am:
24390         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24391         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24392         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24393         (gst_gnomevfssink_uri_get_type),
24394         (gst_gnomevfssink_uri_get_protocols),
24395         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24396         (gst_gnomevfssink_uri_handler_init),
24397         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24398         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24399         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24400         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24401         (gst_gnomevfssrc_uri_get_type),
24402         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24403         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24404         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24405         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24406         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24407         * ext/gnomevfs/gstgnomevfsuri.h:
24408           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24409           of fake URIs to see which this version of Gnome-VFS likes, and
24410           uses that for the Gst-URI interface. Makes playbin support http://
24411           streams. Also fix up some stupid behaviour in gnomevfssrc.
24412
24413 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24414
24415         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24416         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24417         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24418         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24419           Update mixer (to sync with other sessions) if we try to obtain
24420           a new value. This makes alsamixer work accross applications.
24421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24422           Only call sync functions if we're running, else alsalib asserts.
24423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24424           Sometimes fails to compile. Possibly a gcc bug.
24425         * gst/playback/gstplaybin.c: (gen_video_element),
24426         (gen_audio_element):
24427           Add a reference to an application-provided object, because we lose
24428           this same reference if we add it to the bin. If we don't do this,
24429           we can only use this object once and thus crash if we go from
24430           ready to playing, back to ready and back to playing again.
24431           Also add an audioscale element because several cheap soundcards -
24432           like mine - don't support all samplerates.
24433         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24434         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24435           Fix wrong order or PAR calls. Makes automatically obtained PAR
24436           from the X server atually being used.
24437
24438 2004-09-12  David Schleef  <ds@schleef.org>
24439
24440         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24441         #151887, #152102, #152247.
24442         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24443         * examples/seeking/cdparanoia.c: same
24444         * examples/seeking/cdplayer.c: same
24445         * examples/seeking/seek.c: same
24446         * examples/seeking/spider_seek.c: same
24447         * examples/seeking/vorbisfile.c: same
24448         * examples/stats/mp2ogg.c: same
24449         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24450         (gst_esdsink_dispose): Dispose of element properly.
24451         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24452         fixes.
24453         * ext/nas/nassink.c: (gst_nassink_class_init),
24454         (gst_nassink_dispose): Dispose of element correctly.
24455         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24456         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24457         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24458         Fix 64-bit warning.
24459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24460         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24461         Fix 64-bit warning.
24462
24463 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24464
24465         * configure.ac : change speex detection as 1.1.6 now uses
24466           .pc/pkg-config and they changed their headers location.
24467
24468 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24469
24470         * gst/matroska/matroska-mux.h:
24471         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24472         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24473         (gst_matroska_mux_write_data):
24474           Write multiple blocks/frames per cluster.
24475                 Write meta-seek information (seek heads).
24476
24477 2004-09-09  Scott Wheeler <wheeler@kde.org>
24478
24479         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24480         (gst_play_bin_set_property), (gst_play_bin_get_property),
24481         (gen_audio_element), (gen_audio_element):
24482           Add a volume element / property to the pipeline.
24483
24484 2004-09-07  Wim Taymans  <wim@fluendo.com>
24485
24486         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24487         Copy timestamps from the master pad to the output buffers.
24488
24489 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24490
24491         * ext/raw1394/gstdv1394src.c:
24492           throw errors when applicable
24493
24494 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24495
24496         * gst/matroska/ebml-ids.h:
24497         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24498         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24499         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24500           automatically convert unix time <-> ebml time when reading/writing
24501           a date, use gst_ebml_write_uint to write CUETIME,
24502           not gst_ebml_write_date.
24503         * gst/matroska/matroska-ids.h:
24504         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24505         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24506         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24507         (gst_matroska_mux_write_data):
24508           Write track and segment UIDs, write muxing date, write
24509           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24510           Create cues for audio only files.
24511
24512 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24513
24514         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24515         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24516           Re-commit ALSA switches.
24517         * gst/adder/gstadder.c: (gst_adder_loop):
24518           64-bit fix (#151416).
24519         * gst/debug/progressreport.c: (gst_progressreport_report):
24520           64-bit fix (#151419).
24521         * gst/matroska/matroska-demux.c:
24522         (gst_matroska_demux_parse_contents):
24523           64-bit fix (#151420).
24524         * gst/playback/test3.c: (update_scale):
24525           64-bit fix (#151421).
24526
24527 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24528
24529         * configure.ac:
24530           bump nano to cvs
24531
24532 === release 0.8.4 ===
24533
24534 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24535
24536         * configure.ac: releasing 0.8.4, "Alias"
24537
24538 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24539
24540         * ext/theora/Makefile.am:
24541           fix makefile.  Fixes #151462.
24542
24543 2004-08-30  Wim Taymans  <wim@fluendo.com>
24544
24545         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24546         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24547         (gst_multifdsink_remove_client_link),
24548         (gst_multifdsink_client_queue_buffer),
24549         (gst_multifdsink_handle_client_write):
24550         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24551         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24552         Fix some memory leaks.
24553
24554 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24555
24556         Patch by: David Schleef
24557
24558         * configure.ac:
24559         * sys/Makefile.am:
24560           rename our detection macro for V4L2.  Fixes #151236.
24561
24562 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24563
24564         Patch by: David Schleef
24565
24566         * configure.ac:
24567           check to define LAMEPRESET.  Fixes #151232.
24568
24569 2004-08-27  David Schleef  <ds@schleef.org>
24570
24571         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24572         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24573         (gst_glimagesink_fixate):  Move local variable declarations to
24574         make gcc-2.95 happy.
24575
24576 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24577
24578         * configure.ac:
24579           bump nano for prerelease
24580
24581 2004-08-27  David Schleef  <ds@schleef.org>
24582
24583         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24584         * sys/sunaudio/gstsunaudiosrc.c:
24585         * sys/sunaudio/gstsunaudiosrc.h:
24586
24587 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24588
24589         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24590         handle EOS correctly
24591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24592         * gst/matroska/matroska-mux.h:
24593         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24594         VFW compatibility mode
24595
24596 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24597
24598         patch by: Zaheer Abbas Merali
24599
24600         * ext/ogg/gstoggmux.c:
24601         * ext/vorbis/vorbisenc.c:
24602         * ext/vorbis/vorbisenc.h:
24603           handle NEWMEDIA
24604
24605 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24606
24607         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24608         fix byte order reversion on little endian machines.
24609         * gst/matroska/matroska-mux.c: (audiosink_templ),
24610         (gst_matroska_mux_audio_pad_link):
24611         add TTA codec to the list of supported codecs.
24612         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24613         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24614         (gst_matroska_mux_write_data):
24615         * gst/matroska/matroska-mux.h:
24616         write segment duration correctly, write muxing app string, fixes bugs
24617         #140897 and #140898.
24618         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24619         wait for all pads to be negotiated before starting to mux.
24620
24621 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24622
24623         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24624         * ext/lame/gstlame.h:
24625         Added new media support to lame
24626
24627 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24628
24629         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24630         send vorbis headers at the beginning of a stream, fixes bug #141554.
24631         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24632         bug #148950.
24633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24634         (gst_matroska_demux_plugin_init):
24635         * gst/matroska/matroska-ids.h:
24636         enable demuxing of TTA audio streams, fixes bug #148951.
24637         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24638         enable typefinding for TTA audio files, fixes bug #148711.
24639         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24640         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24641         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24642
24643 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24644
24645         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24646         (gst_riff_read_element_data), (gst_riff_read_seek),
24647         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24648         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24649         <teuf@gnome.org>
24650
24651 2004-08-23 Iain <iaingnome@gmail.com>
24652
24653         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24654         tags. They appear to be handled differently to normal.
24655         (tag_list_to_id3_tag_foreach): Ditto.
24656
24657 2004-08-22  Wim Taymans  <wim@fluendo.com>
24658
24659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24660         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24661         Make sure we never send -1 granulepos.
24662
24663 2004-08-20  Wim Taymans  <wim@fluendo.com>
24664
24665         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24666         (gst_ogg_mux_loop):
24667         I will accept bitchslappings with non sharp objects.
24668
24669 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24670
24671         * configure.ac:
24672         Clean up the test for lame presets
24673
24674 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24675
24676         * configure.ac:
24677         * ext/lame/Makefile.am:
24678         * ext/lame/gstlame.c: (gst_lame_class_init),
24679         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24680         Only enable lame presets if version of lame has presets in API
24681
24682 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24683         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24684         * gst/udp/gstudpsrc.h:
24685           Don't call gst_pad_push in a get function. Fixes #150449
24686
24687 2004-08-18  Wim Taymans  <wim@fluendo.com>
24688
24689         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24690         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24691         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24692         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24693         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24694         (gst_fdset_wait):
24695         * gst/tcp/gstfdset.h:
24696         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24697         (gst_multifdsink_client_queue_buffer),
24698         (gst_multifdsink_handle_client_write):
24699         * gst/tcp/gstmultifdsink.h:
24700         Some extra checks in gstfdset.
24701         Only use send() when the fd is a socket. Don't try to
24702         read from write only fds.
24703
24704 2004-08-18  Wim Taymans  <wim@fluendo.com>
24705
24706         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24707         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24708         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24709         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24710         (gst_fdset_wait):
24711         Add more locking and bounds checking.
24712
24713 2004-08-18  Wim Taymans  <wim@fluendo.com>
24714
24715         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24716         Realloc test fdset in the lock and right before starting
24717         the poll call. Bump the limit to 4096.
24718
24719 2004-08-17  David Schleef  <ds@schleef.org>
24720
24721         * sys/sunaudio/Makefile.am:
24722         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24723         of rates and channels.  Make debugging less obnoxious.
24724
24725         Patch from Balamurali Viswanathan implementing a mixer for
24726         Sun audio.  (bug #144091):
24727         * sys/sunaudio/gstsunelement.c:
24728         * sys/sunaudio/gstsunelement.h:
24729         * sys/sunaudio/gstsunmixer.c:
24730         * sys/sunaudio/gstsunmixer.h:
24731
24732 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24733
24734         * gst/audioscale/gstaudioscale.c:
24735         * gst/audioscale/gstaudioscale.h:
24736         made audioscale resample from any sample rate to any sample rate
24737
24738 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24739
24740         * ext/libpng/gstpngdec.c:
24741           error out on unsupported types
24742
24743 2004-08-17  Iain <iaingnome@gmail.com>
24744
24745         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24746         mid_side and loose_mid_side properties if its a stereo stream.
24747
24748 2004-08-17  Wim Taymans  <wim@fluendo.com>
24749
24750         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24751         (theora_get_formats), (theora_dec_src_convert),
24752         (theora_dec_sink_convert), (theora_dec_src_query),
24753         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24754         Add a debug line.
24755
24756 2004-08-17  Wim Taymans  <wim@fluendo.com>
24757
24758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24759         (gst_ogg_pad_push):
24760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24761         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24762         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24763         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24764         Mark delta units in the muxer.
24765         Try to decode the packet after an out-of-sync error from
24766         libogg.
24767
24768 2004-08-17  Wim Taymans  <wim@fluendo.com>
24769
24770         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24771         (gst_multifdsink_init), (gst_multifdsink_add),
24772         (gst_multifdsink_client_queue_buffer),
24773         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24774         * gst/tcp/gstmultifdsink.h:
24775         Added option to send a keyframe to clients as the first buffer.
24776         Make timeout property writable.
24777
24778 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24779
24780         patch by: Wim Taymans
24781
24782         * gst/tcp/gstfdset.c:
24783         * gst/tcp/gstmultifdsink.c:
24784           fix index comparison, should include 0
24785
24786 2004-08-16  Wim Taymans  <wim@fluendo.com>
24787
24788         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24789         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24790         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24791         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24792         (gst_fdset_wait):
24793           copy when reallocing for poll so the select arguments don't get
24794           changed during the call
24795
24796 2004-08-16  Wim Taymans  <wim@fluendo.com>
24797
24798         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24799         (gst_theora_enc_class_init), (theora_enc_sink_link),
24800         (theora_buffer_from_packet), (theora_enc_chain):
24801         Fix bug where buffers were not marked as keyframes
24802         correctly.
24803
24804 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24805
24806         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24807         (gst_lame_preset_get_type), (gst_lame_class_init):
24808         describe the enum values for vbr mode and presets more verbosely
24809
24810 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24811
24812         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24813         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24814         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24815         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24816         * ext/lame/gstlame.h:
24817         add preset property to lame so it can use lame presets
24818
24819 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24820
24821         * ext/lame/gstlame.c: (gst_lame_get_property):
24822         whoops forgot break, thanks teuf
24823
24824 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24825
24826         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24827         (gst_lame_class_init), (gst_lame_src_getcaps),
24828         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24829         (gst_lame_get_property), (gst_lame_setup):
24830         * ext/lame/gstlame.h:
24831         fix lame's broken vbr stuff, allow it to resample if need be, and also
24832         make xing header optional
24833
24834 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24835
24836         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24837         added getcaps function so samplerate doesnt get fixated to silly values
24838
24839 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24840
24841         * ext/lame/gstlame.c: (gst_lame_src_link):
24842         revert previous fix
24843
24844 2004-08-12  Johan Dahlin  <johan@gnome.org>
24845
24846         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24847         checks. Doesn't matter what state we are in. Interfaces are a
24848         compile time thing, not runtime. It also broke the python bindings.
24849
24850 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24851
24852         * ext/lame/gstlame.c: (gst_lame_src_link):
24853         made source pad link function check if sinkpad is ok..fixes the problem
24854         where core fixates the output rate of lame stupidly
24855
24856 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24857
24858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24859         * sys/v4l/v4l_calls.c:
24860         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24861           fix fixate function to handle nonsimple caps.
24862           remove bogus check in _link
24863           cleanups
24864
24865 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24866
24867         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24868         set default compression ratio parameter to 0.0 so bitrate parameter
24869         works :)
24870
24871 2004-08-11  David Schleef  <ds@schleef.org>
24872
24873         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24874
24875 2004-08-11  David Schleef  <ds@schleef.org>
24876
24877         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24878         before.
24879
24880 2004-08-11  David Schleef  <ds@schleef.org>
24881
24882         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24883
24884 2004-08-11  David Schleef  <ds@schleef.org>
24885
24886         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24887           license field
24888         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24889         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24890           LGPL.
24891         * gst/auparse/gstauparse.c: Fix plugin license field.
24892         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24893         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24894         * gst/rtp/gstrtp.c: Fix plugin license field.
24895
24896 2004-08-11  Wim Taymans  <wim@fluendo.com>
24897
24898         * gst/tcp/Makefile.am:
24899         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24900         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24901         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24902         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24903         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24904         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24905         (gst_fdset_fd_can_write), (gst_fdset_wait):
24906         * gst/tcp/gstfdset.h:
24907         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24908         (gst_multifdsink_class_init), (gst_multifdsink_init),
24909         (gst_multifdsink_add), (gst_multifdsink_remove),
24910         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24911         (gst_multifdsink_remove_client_link),
24912         (gst_multifdsink_handle_client_read),
24913         (gst_multifdsink_client_queue_data),
24914         (gst_multifdsink_client_queue_caps),
24915         (gst_multifdsink_client_queue_buffer),
24916         (gst_multifdsink_handle_client_write),
24917         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24918         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24919         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24920         (gst_multifdsink_close):
24921         * gst/tcp/gstmultifdsink.h:
24922         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24923         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24924         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24925         (gst_tcpserversink_close):
24926         * gst/tcp/gsttcpserversink.h:
24927         Abstracted away the select call, implemented poll (yes we ran into
24928         the 1024 limit in production).
24929
24930 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24931
24932         * gst/tcp/gsttcp.c:
24933         * gst/tcp/gsttcpplugin.c:
24934           improve debuggging, remove assert
24935
24936 2004-08-10  Wim Taymans  <wim@fluendo.com>
24937
24938         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24939         (gst_client_status_get_type), (gst_multifdsink_class_init),
24940         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24941         (gst_multifdsink_handle_client_read),
24942         (gst_multifdsink_handle_client_write),
24943         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24944         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24945         (gst_multifdsink_get_property):
24946         * gst/tcp/gstmultifdsink.h:
24947         * gst/tcp/gsttcp-marshal.list:
24948         Starting to prepare for specifying buffer time in other units
24949         than buffers. Expose remove reason in signal.
24950
24951 2004-08-10  Wim Taymans  <wim@fluendo.com>
24952
24953         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24954         (gst_multifdsink_remove), (gst_multifdsink_clear),
24955         (gst_multifdsink_remove_client_link),
24956         (gst_multifdsink_handle_client_read),
24957         (gst_multifdsink_client_queue_data),
24958         (gst_multifdsink_client_queue_buffer),
24959         (gst_multifdsink_handle_client_write),
24960         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24961         (gst_multifdsink_chain), (gst_multifdsink_close):
24962         * gst/tcp/gstmultifdsink.h:
24963         Added more debugging info. Changed the way clients are
24964         removed from the lists. Fixed a bug where a bad file descriptor
24965         could cause many clients to be removed.
24966
24967 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24968
24969         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24970           allow all pixel-aspect-ratios, not just 1:1
24971
24972 2004-08-09  David Schleef  <ds@schleef.org>
24973
24974         * sys/glsink/ARB_multitexture.h:  Remove old files.
24975         * sys/glsink/EXT_paletted_texture.h:
24976         * sys/glsink/NV_register_combiners.h:
24977         * sys/glsink/gstgl_nvimage.c:
24978         * sys/glsink/gstgl_pdrimage.c:
24979         * sys/glsink/gstgl_rgbimage.c:
24980         * sys/glsink/gstglsink.c:
24981         * sys/glsink/gstglsink.h:
24982         * sys/glsink/gstglxwindow.c:
24983         * sys/glsink/regcomb_yuvrgb.c:
24984
24985 2004-08-09  David Schleef  <ds@schleef.org>
24986
24987         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24988         GL sink plugin.  (Bug #147302)
24989
24990         * configure.ac: Test for OpenGL
24991         * sys/Makefile.am: Use test for OpenGL
24992         * sys/glsink/Makefile.am:
24993         * sys/glsink/glimagesink.c: rewrite
24994         * sys/glsink/glimagesink.h: rewrite
24995
24996 2004-08-09  David Schleef  <ds@schleef.org>
24997
24998         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24999         sane framerates.
25000         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
25001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
25002         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
25003
25004 2004-08-09  Wim Taymans  <wim@fluendo.com>
25005
25006         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25007         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25008         (gst_multifdsink_client_remove),
25009         (gst_multifdsink_handle_client_read),
25010         (gst_multifdsink_handle_client_write),
25011         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25012         Do a bit more logging, make the client_read code more robust.
25013
25014 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25015
25016         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
25017         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
25018         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
25019         (gst_jpegdec_init), (gst_jpegdec_chain):
25020         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
25021         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
25022           cleanups, debugging fixes and memleak plugging
25023
25024 2004-08-09  Wim Taymans  <wim@fluendo.com>
25025
25026         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25027         (theora_get_formats), (theora_dec_src_convert),
25028         (theora_dec_sink_convert), (theora_dec_src_query),
25029         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
25030         (theora_dec_change_state):
25031         Don't crash on missing header packets.
25032
25033 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25034
25035         * po/LINGUAS:
25036         * po/sq.po:
25037           Added Albanian translation (Laurent Dhima)
25038         * po/cs.po:
25039           updated
25040
25041 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25042
25043         * ext/lame/gstlame.c:
25044           fix/add debugging
25045
25046 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25047
25048         * sys/ximage/ximagesink.c:
25049         * sys/xvimage/xvimagesink.c:
25050           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
25051
25052 2004-08-06  Wim Taymans  <wim@fluendo.com>
25053
25054         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25055         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25056         (gst_multifdsink_client_remove),
25057         (gst_multifdsink_handle_client_read),
25058         (gst_multifdsink_handle_client_write),
25059         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25060         Make sure we don't try to read more from a client that what
25061         ioctl says us or we deadlock.
25062
25063 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25064
25065         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
25066         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
25067         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
25068           decouple running_time and n_frames so it can handle changing
25069           framerate while running
25070
25071 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25072
25073         * po/nl.po:
25074         * po/sv.po:
25075           updated translations
25076
25077 2004-08-04  Benjamin Otte  <otte@gnome.org>
25078
25079         * gst/videotestsrc/gstvideotestsrc.c:
25080         (gst_videotestsrc_get_capslist), (generate_capslist),
25081         (plugin_init):
25082           generate the list of supported caps at startup and reuse it instead
25083           of always generating it
25084
25085 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25086
25087         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
25088           whoops, last checkin broke normal build
25089
25090 2004-08-03  Benjamin Otte  <otte@gnome.org>
25091
25092         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
25093         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25094         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25095         (gst_alsa_mixer_get_option):
25096         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
25097         (dvdnavsrc_print_event):
25098         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
25099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
25100         (gst_ogg_mux_pad_unlink):
25101         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
25102         (gst_multipart_mux_pad_unlink):
25103         * gst/videofilter/gstvideobalance.c:
25104         (gst_videobalance_colorbalance_set_value):
25105         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
25106         (gst_videomixer_pad_unlink):
25107         * po/uk.po:
25108         * sys/oss/gstossmixer.c:
25109         * sys/v4l/gstv4lcolorbalance.c:
25110         * sys/v4l/gstv4ltuner.c:
25111         * sys/v4l/v4lsrc_calls.c:
25112         * sys/v4l2/gstv4l2colorbalance.c:
25113         * sys/v4l2/gstv4l2tuner.c:
25114           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
25115
25116 2004-08-03  Benjamin Otte  <otte@gnome.org>
25117
25118         * examples/dynparams/filter.c: (ui_control_create):
25119         * examples/gstplay/player.c: (print_tag):
25120         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
25121         * ext/gdk_pixbuf/gstgdkanimation.c:
25122         (gst_gdk_animation_iter_may_advance):
25123         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
25124         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
25125         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
25126         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
25127         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
25128         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
25129         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
25130         * gst/sine/demo-dparams.c: (main):
25131         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
25132         * testsuite/alsa/formats.c: (create_pipeline):
25133         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
25134           fixes for G_DISABLE_ASSERT and friends
25135         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25136         (mp3_type_frame_length_from_header), (mp3_type_find),
25137         (plugin_init):
25138           require mp3 typefinding to have at least MIN_HEADERS valid headers
25139           add typefinding for AAC adts files
25140
25141 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
25142
25143         * sys/ximage/ximagesink.c:
25144         (gst_ximagesink_calculate_pixel_aspect_ratio):
25145         * sys/xvimage/xvimagesink.c:
25146         (gst_xvimagesink_calculate_pixel_aspect_ratio):
25147         Make sure we calculate pixel-aspect-ratio using floating point maths
25148
25149 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25150
25151         * po/uk.po:
25152           updated translation
25153
25154 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25155
25156         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
25158           add debugging for display PAR calculation
25159
25160 2004-08-02  David Schleef  <ds@schleef.org>
25161
25162         * configure.ac: Fix mikmod CFLAGS.
25163
25164 2004-07-27  Benjamin Otte  <otte@gnome.org>
25165
25166         * gst/audioscale/gstaudioscale.c:
25167         - fix templates to only support S16, it's the only format that works
25168         - make caps nego code use try_set_caps_nonfixed and fixation instead
25169         of try_set_caps twice, which is not nice for autopluggers
25170         - change rank to secondary, so autopluggers can pick it up after
25171         audioconvert
25172
25173 2004-08-02  Iain <iain@prettypeople.org>
25174
25175         * gst/interleave/interleave.c (interleave_init),
25176         (interleave_request_new_pad),
25177         (interleave_pad_removed),
25178         (interleave_buffered_loop): Use the real pad count, not the artificial
25179         one.
25180
25181 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25182
25183         * configure.ac: bump nano back to development
25184
25185 === release 0.8.3 ===
25186
25187 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25188
25189         * configure.ac: releasing 0.8.3, "Water"
25190
25191 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25192
25193         * sys/xvimage/xvimagesink.c:
25194         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25195         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
25196         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
25197         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25198         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25199         * sys/xvimage/xvimagesink.h:
25200           apply similar PAR fixes as to ximagesink
25201
25202 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25203
25204         patch from: Benjamin Otte
25205
25206         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
25207           add link function to lame.  Fixes #148986.
25208
25209 2004-08-02  Johan Dahlin  <johan@gnome.org>
25210
25211         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25212         fix debugging log
25213
25214 2004-07-30  David Schleef  <ds@schleef.org>
25215
25216         * gst/videomixer/Makefile.am: Fix things that should have been
25217         fixed in the last checkin.
25218
25219 2004-07-30  David Schleef  <ds@schleef.org>
25220
25221         * gst/multipart/Makefile.am: Fix things that should have been
25222         fixed in the last checkin.
25223
25224 2004-07-30  David Schleef  <ds@schleef.org>
25225
25226         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25227
25228 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25229
25230         * configure.ac:
25231           bump nano for prerelease
25232         * po/af.po:
25233         * po/az.po:
25234         * po/cs.po:
25235         * po/en_GB.po:
25236         * po/hu.po:
25237         * po/nl.po:
25238         * po/sr.po:
25239         * po/sv.po:
25240         * po/uk.po:
25241           updates
25242
25243 2004-07-30  Wim Taymans  <wim@fluendo.com>
25244
25245         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25246         (gst_multifdsink_add), (gst_multifdsink_remove),
25247         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25248         (gst_multifdsink_client_remove),
25249         (gst_multifdsink_handle_client_write),
25250         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25251         * gst/tcp/gstmultifdsink.h:
25252         Recover from a select with a bad file descriptor by removing
25253         the client.
25254
25255 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25256
25257         * configure.ac:
25258           fix requirement of core
25259         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25260         (gst_play_pipeline_setup):
25261           don't use colorspace element.  do use hermescolorspace element.
25262           make macro to get a colorspace element.
25263           mark strings for translation.
25264         * po/POTFILES.in:
25265           add play.c
25266         * po/af.po:
25267         * po/az.po:
25268         * po/cs.po:
25269         * po/en_GB.po:
25270         * po/hu.po:
25271         * po/nl.po:
25272         * po/sr.po:
25273         * po/sv.po:
25274         * po/uk.po:
25275           update translations
25276
25277 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25278
25279         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25280         fix default for newmedia flag
25281
25282 2004-07-30  Wim Taymans  <wim@fluendo.com>
25283
25284         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25285         (gst_theora_dec_init), (theora_get_formats),
25286         (theora_dec_src_convert), (theora_dec_sink_convert),
25287         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25288         (theora_dec_chain), (theora_dec_set_property),
25289         (theora_dec_get_property):
25290         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25291         (gst_theora_enc_class_init), (gst_theora_enc_init),
25292         (theora_enc_sink_link), (theora_enc_chain),
25293         (theora_enc_set_property), (theora_enc_get_property):
25294         Added cropping option to theora decoder.
25295         Added border option to theora encoder.
25296
25297 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25298
25299         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25300         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25301         (gst_pngenc_set_property):
25302         * ext/libpng/gstpngenc.h:
25303         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
25304
25305 2004-07-30  Wim Taymans  <wim@fluendo.com>
25306
25307         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25308         (theora_enc_sink_link), (theora_enc_chain),
25309         (theora_enc_set_property), (theora_enc_get_property):
25310         Fix encoding of non-multiple-of-16 video.
25311
25312 2004-07-29  David Schleef  <ds@schleef.org>
25313
25314         * configure.ac: make test for audiofile more strict
25315
25316 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25317
25318         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25319           give different names to typefind functions
25320
25321 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25322
25323         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25324         (gst_ximagesink_calculate_pixel_aspect_ratio),
25325         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25326         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25327         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25328         (gst_ximagesink_get_property), (gst_ximagesink_init):
25329         * sys/ximage/ximagesink.h:
25330           allocate PAR's dynamically.
25331           use autodetected PAR if no object-set PAR is given.
25332           add workaround for directfb's X not setting physical size.
25333           fix to xvimagesink will follow tomorrow.
25334
25335 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25336
25337         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25338         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25339         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25340         (gst_shout2send_class_init), (gst_shout2send_init),
25341         (set_shout_metadata), (gst_shout2send_set_metadata),
25342         (gst_shout2send_chain), (gst_shout2send_set_property),
25343         (gst_shout2send_get_property), (gst_shout2send_connect),
25344         (gst_shout2send_change_state):
25345         * ext/shout2/gstshout2.h:
25346         - fix for sending mp3 audio to icecast2 server, if pad link function not
25347         called before PAUSED state
25348         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25349         - added tagging support for mp3 audio broadcasted
25350         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25351         debug info
25352
25353 2004-07-28  Wim Taymans  <wim@fluendo.com>
25354
25355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25356         (gst_ogg_demux_push):
25357         Return query failure when we don't know the length of
25358         an ogg stream insteda of returning TRUE with a bogus value.
25359
25360 2004-07-28  Wim Taymans  <wim@fluendo.com>
25361
25362         * ext/theora/theoradec.c: (theora_get_formats),
25363         (theora_dec_src_convert), (theora_dec_sink_convert),
25364         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25365         (theora_dec_chain):
25366         Don't screw up the 1 Chroma for 1 luma sample situation when we
25367         have an odd offset/width by adding a black border in those cases.
25368
25369 2004-07-28  Wim Taymans  <wim@fluendo.com>
25370
25371         * ext/theora/theoradec.c: (theora_get_formats),
25372         (theora_dec_src_convert), (theora_dec_sink_convert),
25373         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25374         (theora_dec_chain):
25375         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25376         Added first attempt at cropping of the image as required by the
25377         theora spec. We need more properties in the caps (offset_x,
25378         offset_y,stride) to implement this correctly.
25379
25380 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25381
25382         * ext/dvdnav/README:
25383           Update the README to use dvddemux
25384         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25385           Ensure getcaps returns a subset of the template caps
25386         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25387         (gst_mpeg2subt_init):
25388           Ensure getcaps returns a subset of the template caps
25389         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25390         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25391         (gst_dvd_demux_get_subpicture_stream),
25392         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25393         * gst/mpegstream/gstdvddemux.h:
25394           Set the explicit caps on the current_video pad before pushing
25395           anything
25396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25397         (gst_mpeg_demux_get_audio_stream):
25398           Free caps used to gst_pad_set_explicit_caps, which takes a const
25399           GstCaps *
25400
25401 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25402
25403         * configure.ac: update GStreamer requirement to 0.8.4 because of
25404           GstFraction.
25405
25406 2004-07-28  Wim Taymans  <wim@fluendo.com>
25407
25408         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25409         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25410         Add the pad to the element after setting up the caps. This
25411         makes it a lot easier to autoplug.
25412
25413 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25414
25415         * gst/median/gstmedian.c:
25416         * gst/mpeg2subt/gstmpeg2subt.c:
25417         * gst/mpegaudioparse/gstmpegaudioparse.c:
25418         * gst/mpegstream/gstdvddemux.c:
25419         * gst/mpegstream/gstmpegdemux.c:
25420         * gst/mpegstream/gstmpegpacketize.c:
25421         * gst/rtjpeg/gstrtjpeg.c:
25422         * gst/rtjpeg/gstrtjpegdec.c:
25423         * gst/rtjpeg/gstrtjpegenc.c:
25424         * gst/sine/gstsinesrc.c:
25425         * gst/smooth/gstsmooth.c:
25426         * gst/smpte/gstsmpte.c:
25427         * gst/smpte/gstsmpte.h:
25428         * gst/stereo/gststereo.c:
25429         * gst/videofilter/gstgamma.c:
25430         * gst/videofilter/gstvideobalance.c:
25431         * gst/videofilter/gstvideofilter.c:
25432         * gst/videofilter/gstvideoflip.c:
25433         * gst/videoscale/gstvideoscale.c:
25434         * gst/videoscale/videoscale.c:
25435         * gst/videotestsrc/gstvideotestsrc.c:
25436         * gst/videotestsrc/videotestsrc.c:
25437         * gst/wavenc/gstwavenc.c:
25438         * gst/wavparse/gstwavparse.c:
25439           fix local includes and 64 bits constants
25440
25441 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25442
25443         * win32/gst.sln:
25444         * gst-libs/gst/*/*.vcproj:
25445         * gst/*/*.vcproj:
25446           more working plugins
25447
25448 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25449
25450         * testsuite/alsa/Makefile.am:
25451         * testsuite/alsa/srcstate.c:
25452         add test for alsasrc changing state
25453
25454 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25455
25456         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25457         (gst_silence_get):
25458         * gst/silence/gstsilence.h:
25459         fix silence generation for 16bit raw audio
25460
25461 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25462
25463         * gst/matroska/matroska-demux.c:
25464         (gst_matroska_demux_parse_metadata),
25465         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25466         * gst/mpegaudio/common.c:
25467         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25468         (gst_videoscale_getcaps), (gst_videoscale_link),
25469         (gst_videoscale_src_fixate), (gst_videoscale_init),
25470         (gst_videoscale_finalize):
25471         * gst/videoscale/gstvideoscale.h:
25472         * gst/videotestsrc/gstvideotestsrc.c:
25473         (gst_videotestsrc_get_capslist):
25474         * gst/wavenc/gstwavenc.c:
25475         * sys/oss/gstossmixer.c: (fill_labels):
25476         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25477         (gst_ximagesink_handle_xevents),
25478         (gst_ximagesink_calculate_pixel_aspect_ratio),
25479         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25480         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25481         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25482         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25483         (gst_ximagesink_init), (gst_ximagesink_class_init):
25484         * sys/ximage/ximagesink.h:
25485         * sys/xvimage/xvimagesink.c:
25486         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25487         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25488         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25489         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25490         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25491         * sys/xvimage/xvimagesink.h:
25492           first batch of pixel aspect ratio commits.
25493
25494 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25495
25496         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25497         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25498         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25499           handle stride, needs work if we want to move stride handling
25500           upstream, but works correctly for our purposes.
25501
25502 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25503
25504         * gst/videoscale/README:
25505           add testing examples
25506         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25507         (gst_videoscale_chain):
25508         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25509         (gst_videoscale_get_size):
25510           add get_size function that handles stride like videotestsrc.
25511           fixes conversion for YUV formats for as much as I can test them.
25512
25513 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25514
25515         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25516         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25518         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25519         (gst_xvimagesink_xvimage_put):
25520           further cleanups, logging, error handling and synchronizing
25521
25522 2004-07-27  Wim Taymans  <wim@fluendo.com>
25523
25524         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25525         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25526         (gst_videomixer_pad_set_property),
25527         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25528         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25529         (gst_videomixer_class_init), (gst_videomixer_init),
25530         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25531         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25532         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25533         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25534         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25535         (gst_videomixer_loop), (plugin_init):
25536         Be a nicer negotiation citizen and provide a getcaps function on
25537         the srcpad. This also fixes a crash when resizing.
25538
25539 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25540
25541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25542         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25543
25544 2004-07-27  Wim Taymans  <wim@fluendo.com>
25545
25546         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25547         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25548         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25549         (gst_pngenc_set_property):
25550         * ext/libpng/gstpngenc.h:
25551         Added snapshot property to pngenc.
25552         removed g_print from pngdec
25553
25554 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25555
25556         * gst/ac3parse/ac3parse.vcproj
25557         * gst/adder/adder.vcproj
25558         * gst/alpha/alpha.vcproj
25559         * gst/alpha/alphacolor.vcproj
25560         * gst/asfdemux/asf.vcproj
25561         * gst/audioconvert/audioconvert.vcproj
25562         * gst/audiorate/audiorate.vcproj
25563         * gst/audioscale/audioscale.vcproj
25564         * gst/auparse/auparse.vcproj
25565         * gst/avi/avi.vcproj
25566         * gst/cdxaparse/cdxaparse.vcproj
25567         * gst/chart/chart.vcproj
25568         * gst/colorspace/colorspace.vcproj
25569         * gst/cutter/cutter.vcproj
25570         * gst/debug/debug.vcproj
25571         * gst/debug/efence.vcproj
25572         * gst/debug/navigationtest.vcproj
25573         * gst/deinterlace/deinterlace.vcproj
25574         * gst/effectv/effectv.vcproj
25575         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25576         * gst/filter/filter.vcproj
25577         * gst/flx/flxdec.vcproj
25578         * gst/goom/goom.vcproj
25579         * gst/interleave/interleave.vcproj
25580         * gst/law/alaw.vcproj
25581         * gst/law/mulaw.vcproj
25582         * gst/matroska/matroska.vcproj
25583         * gst/median/median.vcproj
25584         * gst/mixmatrix/mixmatrix.vcproj
25585         * gst/mpeg1sys/mpeg1systemencode.vcproj
25586         * gst/mpeg1videoparse/mp1videoparse.vcproj
25587         * gst/mpeg2sub/mpeg2subt.vcproj
25588         * gst/mpegaudio/mpegaudio.vcproj
25589         * gst/mpegaudioparse/mpegaudioparse.vcproj
25590         * gst/mpegstream/mpegstream.vcproj
25591         * gst/multifilesink/multifilesink.vcproj
25592         * gst/multipart/multipart.vcproj
25593         * gst/oneton/oneton.vcproj
25594         * gst/overlay/overlay.vcproj
25595         * gst/passthrough/passthrough.vcproj
25596         * gst/qtdemux/qtdemux.vcproj
25597         * gst/realmedia/rmdemux.vcproj
25598         * gst/rtjpeg/rtjpeg.vcproj
25599         * gst/rtp/rtp.vcproj
25600         * gst/silence/silence.vcproj
25601         * gst/sine/sinesrc.vcproj
25602         * gst/smooth/smooth.vcproj
25603         * gst/smpte/smpte.vcproj
25604         * gst/spectrum/spectrum.vcproj
25605         * gst/speed/speed.vcproj
25606         * gst/stereo/stereo.vcproj
25607         * gst/switch/switch.vcproj
25608         * gst/tags/tagedit.vcproj
25609         * gst/tcp/tcp.vcproj
25610         * gst/typefind/typefindfunctions.vcproj
25611         * gst/udp/udp.vcproj
25612         * gst/videobox/videobox.vcproj
25613         * gst/videocrop/videocrop.vcproj
25614         * gst/videodrop/videodrop.vcproj
25615         * gst/videofilter/gamma.vcproj
25616         * gst/videofilter/videobalance.vcproj
25617         * gst/videofilter/videofilter.vcproj
25618         * gst/videofilter/videoflip.vcproj
25619         * gst/videoflip/videoflip.vcproj
25620         * gst/videomixer/videomixer.vcproj
25621         * gst/videorate/videorate.vcproj
25622         * gst/videoscale/videoscale.vcproj
25623         * gst/videotestsrc/videotestsrc.vcproj
25624         * gst/virtualdub/virtualdub.vcproj
25625         * gst/volenv/volenv.vcproj
25626         * gst/volume/volume.vcproj
25627         * gst/wavenc/wavenc.vcproj
25628         * gst/wavparse/wavparse.vcproj
25629         * gst/y4m/y4menc.vcproj
25630         * gst-libs/gst/audio/audio.vcproj
25631         * gst-libs/gst/audio/audiofilter.vcproj
25632         * gst-libs/gst/colorbalance/colorbalance.vcproj
25633         * gst-libs/gst/idct/idtc.vcproj
25634         * gst-libs/gst/media-info/media-info.vcproj
25635         * gst-libs/gst/mixer/mixer.vcproj
25636         * gst-libs/gst/navigation/navigation.vcproj
25637         * gst-libs/gst/play/play.vcproj
25638         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25639         * gst-libs/gst/resample/resample.vcproj
25640         * gst-libs/gst/riff/riff.vcproj
25641         * gst-libs/gst/tuner/tuner.vcproj
25642         * gst-libs/gst/video/video.vcproj
25643         * gst-libs/gst/xoverlay/xoverlay.vcproj
25644           avoid problems with math.h, fix release dependancy
25645           rename GStreamer-0.8.lib to libgstreamer.lib
25646
25647 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25648
25649         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25651         the atom is not available we have to unlock the mutex. Fixes #148023
25652
25653 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25654
25655         * gst-libs/gst/media-info/media-info.h:
25656           issue for a vararg macro with MSVC
25657
25658 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25659
25660         * gst/effectv/effectv.vcproj
25661         * gst-libs/gst/idct/idct.vcproj:
25662         * gst-libs/gst/media-info/media-info.vcproj:
25663         * gst-libs/gst/navigation/navigation.vcproj:
25664         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25665         * gst-libs/gst/video/video.vcproj:
25666         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25667           fixes for build problems
25668
25669 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25670
25671         * gst-libs/gst/audio/audio.def:
25672         * gst-libs/gst/audio/riff.def:
25673           add some definitions needed by plugins
25674
25675 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25676
25677         * gst/asfdemux/gstasfmux.c
25678           Fix some 64 bits constants to be glib friendly
25679
25680 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25681
25682         * gst/ac3parse/gstac3parse.c
25683         * gst/audioscale/gstaudioscale.c
25684         * gst/auparse/gstauparse.c
25685         * gst/colorspace/gstcolorspace.c
25686         * gst/colorspace/yuv2rgb.h
25687           local include fixes
25688
25689 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25690
25691         * win32/gst.sln
25692           add more plugins to the build
25693
25694 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25695
25696         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25697         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25698
25699 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25700
25701         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25702         (gst_level_set_property), (gst_level_get_property),
25703         (gst_level_base_init), (gst_level_class_init):
25704           add debugging categories.  cleanups.
25705
25706 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25707
25708         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25709         (gst_videoscale_planar411), (gst_videoscale_planar400),
25710         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25711         (gst_videoscale_scale_nearest_str1),
25712         (gst_videoscale_scale_nearest_str2),
25713         (gst_videoscale_scale_nearest_str4),
25714         (gst_videoscale_scale_nearest_16bit),
25715         (gst_videoscale_scale_nearest_24bit):
25716           fixed stride issues
25717           tested with 320x240 -> 321, 322, 324 x240
25718           tested with YV12, I420, YUY2, UYVY
25719           fixed packed422rev (don't think it could have worked before)
25720           by testing with UYVY
25721
25722 2004-07-26  Benjamin Otte  <otte@gnome.org>
25723
25724         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25725         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25726         (plugin_init):
25727           add debugging category, add error checks like checking return values
25728           of setup calls, make sure it still works after
25729           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25730
25731 2004-07-26  Wim Taymans  <wim@fluendo.com>
25732
25733         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25734         (gst_mpeg_demux_get_audio_stream),
25735         (gst_mpeg_demux_process_private):
25736         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25737         Check for error codes from the negotiation functions. Make sure
25738         we really set the pad caps when a new pad is created.
25739
25740 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25741
25742         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25743         (gst_ffmpeg_caps_to_pix_fmt):
25744         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25746         (gst_ffmpegcolorspace_pad_link):
25747           don't make function do two things at the same time without reason.
25748
25749 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25750
25751         * gst/ac3parse/ac3parse.vcproj
25752         * gst/adder/adder.vcproj
25753         * gst/alpha/alpha.vcproj
25754         * gst/alpha/alphacolor.vcproj
25755         * gst/asfdemux/asf.vcproj
25756         * gst/audioconvert/audioconvert.vcproj
25757         * gst/audiorate/audiorate.vcproj
25758         * gst/audioscale/audioscale.vcproj
25759         * gst/auparse/auparse.vcproj
25760         * gst/avi/avi.vcproj
25761         * gst/cdxaparse/cdxaparse.vcproj
25762         * gst/chart/chart.vcproj
25763         * gst/colorspace/colorspace.vcproj
25764         * gst/cutter/cutter.vcproj
25765         * gst/debug/debug.vcproj
25766         * gst/debug/efence.vcproj
25767         * gst/debug/navigationtest.vcproj
25768         * gst/deinterlace/deinterlace.vcproj
25769         * gst/effectv/effectv.vcproj
25770         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25771         * gst/filter/filter.vcproj
25772         * gst/flx/flxdec.vcproj
25773         * gst/goom/goom.vcproj
25774         * gst/interleave/interleave.vcproj
25775         * gst/law/alaw.vcproj
25776         * gst/law/mulaw.vcproj
25777         * gst/matroska/matroska.vcproj
25778         * gst/median/median.vcproj
25779         * gst/mixmatrix/mixmatrix.vcproj
25780         * gst/mpeg1sys/mpeg1systemencode.vcproj
25781         * gst/mpeg1videoparse/mp1videoparse.vcproj
25782         * gst/mpeg2sub/mpeg2subt.vcproj
25783         * gst/mpegaudio/mpegaudio.vcproj
25784         * gst/mpegaudioparse/mpegaudioparse.vcproj
25785         * gst/mpegstream/mpegstream.vcproj
25786         * gst/multifilesink/multifilesink.vcproj
25787         * gst/multipart/multipart.vcproj
25788         * gst/oneton/oneton.vcproj
25789         * gst/overlay/overlay.vcproj
25790         * gst/passthrough/passthrough.vcproj
25791         * gst/qtdemux/qtdemux.vcproj
25792         * gst/realmedia/rmdemux.vcproj
25793         * gst/rtjpeg/rtjpeg.vcproj
25794         * gst/rtp/rtp.vcproj
25795         * gst/silence/silence.vcproj
25796         * gst/sine/sinesrc.vcproj
25797         * gst/smooth/smooth.vcproj
25798         * gst/smpte/smpte.vcproj
25799         * gst/spectrum/spectrum.vcproj
25800         * gst/speed/speed.vcproj
25801         * gst/stereo/stereo.vcproj
25802         * gst/switch/switch.vcproj
25803         * gst/tags/tagedit.vcproj
25804         * gst/tcp/tcp.vcproj
25805         * gst/typefind/typefindfunctions.vcproj
25806         * gst/udp/udp.vcproj
25807         * gst/videobox/videobox.vcproj
25808         * gst/videocrop/videocrop.vcproj
25809         * gst/videodrop/videodrop.vcproj
25810         * gst/videofilter/gamma.vcproj
25811         * gst/videofilter/videobalance.vcproj
25812         * gst/videofilter/videofilter.vcproj
25813         * gst/videofilter/videoflip.vcproj
25814         * gst/videoflip/videoflip.vcproj
25815         * gst/videomixer/videomixer.vcproj
25816         * gst/videorate/videorate.vcproj
25817         * gst/videoscale/videoscale.vcproj
25818         * gst/videotestsrc/videotestsrc.vcproj
25819         * gst/virtualdub/virtualdub.vcproj
25820         * gst/volenv/volenv.vcproj
25821         * gst/volume/volume.vcproj
25822         * gst/wavenc/wavenc.vcproj
25823         * gst/wavparse/wavparse.vcproj
25824         * gst/y4m/y4menc.vcproj
25825           more plugins supported under windows
25826
25827 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25828
25829         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25830         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25831         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25833         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25834           Add debugging statements.  Use the sizes as returned by the
25835           *CreateImage calls.
25836
25837 2004-07-26  Johan Dahlin  <johan@gnome.org>
25838
25839         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25840         the pad is negotiated.
25841
25842         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25843
25844 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25845
25846         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25847         * gst-libs/gst/idct/idct.vcproj:
25848         * gst-libs/gst/media-info/media-info.vcproj:
25849         * gst-libs/gst/mixer/mixer.vcproj:
25850         * gst-libs/gst/navigation/navigation.vcproj:
25851         * gst-libs/gst/play/play.vcproj:
25852         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25853         * gst-libs/gst/resample/resample.vcproj:
25854         * gst-libs/gst/tuner/tuner.vcproj:
25855         * gst-libs/gst/video/video.vcproj:
25856         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25857           more plugins supported under windows
25858
25859 2004-07-25 Iain <iain@prettypeople.org>
25860
25861         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25862         pad now rather than when the pad is created because state changes wipe
25863         explicit caps (fixes #148043).
25864
25865 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25866
25867         reviewed by Benjamin Otte  <otte@gnome.org>
25868
25869         * ext/mad/gstmad.c:
25870           fix mad plugin crashing on Sun (fixes #148289)
25871
25872 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25873
25874         * gst/avi/avi.def:
25875         * gst/avi/avi.vcproj:
25876         * gst/matroska/matroska.def:
25877         * gst/matroska/matroska.vcproj:
25878           remove unused .def files
25879
25880 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25881
25882         * gst-libs/gst/audio/gstaudiofilter.c:
25883           Clean the local include
25884
25885 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25886
25887         * win32/gst.sln:
25888         * gst-libs/gst/audio/audio.def:
25889         * gst-libs/gst/audio/audio.vcproj:
25890         * gst-libs/gst/audio/audiofilter.vcproj:
25891         * gst-libs/gst/audio/riff.def:
25892         * gst-libs/gst/audio/riff.vcproj:
25893         * gst-libs/gst/gst-libs.def:
25894         * gst-libs/gst/gst-libs.vcproj:
25895         * gst/avi/avi.vcproj:
25896         * gst/avi/avi.vcproj:
25897           Copy the files where needed after building, cleaner projects
25898
25899 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25900
25901         * gst/matroska/ebml-write.c:
25902           Fix some 64 bits constants to be glib friendly
25903
25904 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25905
25906         * win32/gst.sln:
25907         * gst-libs/gst/gst-libs.def:
25908         * gst-libs/gst/gst-libs.vcproj:
25909         * gst/matroska/matroska.def:
25910         * gst/matroska/matroska.vcproj:
25911           Add the preliminary canvas to build plugins on Win32
25912
25913 2004-07-23  Benjamin Otte  <otte@gnome.org>
25914
25915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25916           don't enfore negotiation from source side, it breaks
25917           sinesrc ! audioconvert ! osssink
25918
25919 2004-07-22  David Schleef  <ds@schleef.org>
25920
25921         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25922         for ELF files, since they can easily be recognized as audio/mpeg.
25923         (bug #147441)
25924
25925 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25926
25927         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25928         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25929         (gst_videoscale_scale_nearest_24bit),
25930         (gst_videoscale_scale_nearest_16bit):
25931           fix 16bit and 24bit for stride (24bit might need testing)
25932           don't pretend we do more than one algorithm
25933
25934 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25935
25936         * configure.ac:
25937         * gst/Makefile.am:
25938         * gst/multifilesink/Makefile.am:
25939         * gst/multifilesink/gstmultifilesink.c:
25940         (gst_multifilesink_get_formats),
25941         (gst_multifilesink_get_query_types), (_do_init),
25942         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25943         (gst_multifilesink_init), (gst_multifilesink_dispose),
25944         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25945         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25946         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25947         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25948         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25949         (gst_multifilesink_uri_get_type),
25950         (gst_multifilesink_uri_get_protocols),
25951         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25952         (gst_multifilesink_uri_handler_init), (plugin_init):
25953         * gst/multifilesink/gstmultifilesink.h:
25954         * testsuite/Makefile.am:
25955         * testsuite/multifilesink/Makefile.am:
25956         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25957         (gst_newmedia_class_init), (gst_newmedia_init),
25958         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25959         (newfile_signal), (test_signal), (main):
25960         multifilesink plugin for creating new files every time a new media
25961         discontinuity event occurs
25962
25963 2004-07-22  Wim Taymans  <wim@fluendo.com>
25964
25965         * gst/alpha/Makefile.am:
25966         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25967         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25968         (gst_alpha_color_init), (gst_alpha_color_set_property),
25969         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25970         (transform), (gst_alpha_color_chain),
25971         (gst_alpha_color_change_state), (plugin_init):
25972         Stupid plugin to to RGBA to AYUV conversion because none of
25973         the colorspace plugins can handle that yet.
25974
25975 2004-07-22  Wim Taymans  <wim@fluendo.com>
25976
25977         * examples/seeking/seek.c: (update_scale), (main):
25978         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25979         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25980         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25981         (gst_decode_bin_init), (gst_decode_bin_dispose),
25982         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25983         (no_more_pads), (close_link), (type_found),
25984         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25985         (plugin_init):
25986         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25987         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25988         (gst_play_base_bin_dispose), (queue_overrun),
25989         (gen_preroll_element), (remove_prerolls), (unknown_type),
25990         (no_more_pads), (new_stream), (setup_source),
25991         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25992         (play_base_eos), (gst_play_base_bin_change_state),
25993         (gst_play_base_bin_add_element),
25994         (gst_play_base_bin_remove_element),
25995         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25996         (gst_play_base_bin_unlink_stream),
25997         (gst_play_base_bin_get_streaminfo):
25998         * gst/playback/gstplaybin.c: (gen_video_element),
25999         (gen_audio_element):
26000         * gst/playback/gststreaminfo.h:
26001         More playback updates, attempt to fix things after the state change
26002         breakage.
26003
26004 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26005
26006         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
26007         (gst_videoscale_scale_nearest_16bit):
26008           comment algorithm
26009
26010 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26011
26012         * gst/videotestsrc/gstvideotestsrc.c:
26013         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
26014         (gst_videotestsrc_init), (gst_videotestsrc_get),
26015         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
26016         (gst_videotestsrc_get_property):
26017         * gst/videotestsrc/gstvideotestsrc.h:
26018         * gst/videotestsrc/videotestsrc.c:
26019         * gst/videotestsrc/videotestsrc.h:
26020           cleanup and commenting
26021
26022 2004-07-21  Wim Taymans  <wim@fluendo.com>
26023
26024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
26025         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
26026         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
26027         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
26028         (_find_chain_get_unknown_part), (_find_streams_check),
26029         (gst_ogg_demux_push), (gst_ogg_pad_push):
26030         * ext/theora/theoradec.c: (theora_get_formats),
26031         (theora_dec_src_convert), (theora_dec_sink_convert),
26032         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26033         (theora_dec_chain):
26034         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26035         (vorbis_dec_convert), (vorbis_dec_src_query),
26036         (vorbis_dec_src_event), (vorbis_dec_event):
26037         More seeking fixes, oggdemux now supports seeking to time and
26038         uses the downstream element to convert granulepos to time.
26039         Seeking in theora-only ogg files now works.
26040
26041 2004-07-21  Wim Taymans  <wim@fluendo.com>
26042
26043         * ext/theora/theoradec.c: (gst_theora_dec_init),
26044         (theora_get_formats), (theora_get_event_masks),
26045         (theora_get_query_types), (theora_dec_src_convert),
26046         (theora_dec_sink_convert), (theora_dec_src_query),
26047         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26048         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26049         (vorbis_get_event_masks), (vorbis_get_query_types),
26050         (gst_vorbis_dec_init), (vorbis_dec_convert),
26051         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
26052         Added query/convert/formats functions to vorbis and theora decoders
26053         so that the outside world can use them too. Fixed seeking on an
26054         ogg/theora/vorbis file by disabling the seeking seeking on the
26055         theora srcpad.
26056
26057 2004-07-21  Julien MOUTTE  <julien@moutte.net>
26058
26059         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
26060         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
26061         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
26062         images creation for both elements. We don't create the image on caps
26063         nego or renego, we just destroy the internal one if present if it does
26064         not match the needs. The chain function takes care of creating a new
26065         image when needed.
26066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26067         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
26068         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26069         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
26070         the image format information. The buffer pool checks for the context
26071         image format and discard images with different formats.
26072         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
26073
26074 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26075
26076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26077         (gst_ffmpegcolorspace_chain):
26078           no point in doing any chaining if the pad we want to push from
26079           isn't usable.
26080
26081 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26082
26083         * gst-libs/gst/riff/riff-media.c:
26084         (gst_riff_create_audio_caps_with_data):
26085           Fix double end-to-native symbol conversion (#148021).
26086
26087 2004-07-20  David Schleef  <ds@schleef.org>
26088
26089         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26090         Don't use an Atom that doesn't exist.
26091
26092 2004-07-20  Wim Taymans  <wim@fluendo.com>
26093
26094         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26095         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26096         (gst_multifdsink_client_remove),
26097         (gst_multifdsink_handle_client_write),
26098         (gst_multifdsink_queue_buffer):
26099         * gst/tcp/gstmultifdsink.h:
26100         More multifdsink stats. Avoid deadlock by releasing locks
26101         before sending out a signal.
26102
26103 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26104
26105         * po/LINGUAS:
26106         * po/hu.po:
26107           added Hungarian translation (Laszlo Dvornik)
26108
26109 2004-07-20  Wim Taymans  <wim@fluendo.com>
26110
26111         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26112         (gst_multifdsink_add), (gst_multifdsink_client_remove),
26113         (gst_multifdsink_handle_client_write),
26114         (gst_multifdsink_queue_buffer):
26115         * gst/tcp/gsttcp-marshal.list:
26116         Fixed the stupid marshal definition.
26117
26118 2004-07-20  Wim Taymans  <wim@fluendo.com>
26119
26120         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26121         (gst_multifdsink_init), (gst_multifdsink_add),
26122         (gst_multifdsink_client_remove),
26123         (gst_multifdsink_handle_client_write),
26124         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
26125         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
26126         (gst_multifdsink_init_send):
26127         * gst/tcp/gstmultifdsink.h:
26128         Added more stats, added timeout for a client, fixed some typos
26129         and added some comments.
26130
26131 2004-07-20  Wim Taymans  <wim@fluendo.com>
26132
26133         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26134         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26135         (gst_multifdsink_client_remove),
26136         (gst_multifdsink_handle_client_write):
26137         * gst/tcp/gstmultifdsink.h:
26138         * gst/tcp/gsttcp-marshal.list:
26139         Added get_stats method that returns a GValueArray of
26140         stats values.
26141
26142 2004-07-19  Benjamin Otte  <otte@gnome.org>
26143
26144         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
26145           make sure longname, description and author are valid UTF-8
26146
26147 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26148
26149         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
26150         (gst_ximagesink_set_property):
26151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
26152         (gst_xvimagesink_set_property):
26153           make sure SYNCHRONOUS is respected after getting the X context
26154
26155 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26156
26157         * gst/matroska/matroska-demux.c:
26158         (gst_matroska_demux_handle_src_event),
26159         (gst_matroska_demux_parse_blockgroup):
26160         * gst/matroska/matroska-ids.h:
26161           add BlockReference tag and ignore it to clear out log.
26162           ignore NAVIGATION events to clear out log.
26163
26164 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26165
26166         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26167         (gst_matroska_demux_add_stream):
26168         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
26169           add debug categories
26170
26171 2004-07-16  Wim Taymans  <wim@fluendo.com>
26172
26173         * ext/libpng/Makefile.am:
26174         * ext/libpng/gstpng.c: (plugin_init):
26175         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
26176         (gst_pngdec_get_type), (gst_pngdec_base_init),
26177         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
26178         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
26179         * ext/libpng/gstpngdec.h:
26180         Added png decoder.
26181
26182 2004-07-16  Julien MOUTTE  <julien@moutte.net>
26183
26184         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26185         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
26186         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
26187         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
26188         (gst_ximagesink_buffer_alloc):
26189         * sys/ximage/ximagesink.h:
26190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26191         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26192         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26193         (gst_xvimagesink_buffer_alloc):
26194         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
26195         again. Using internal data pointer of the x(v)image to store image's
26196         data to be coherent with the buffer alloc mechanism. Investigated the
26197         image destruction code to be sure that everything gets freed correctly.
26198
26199 2004-07-16  Wim Taymans  <wim@fluendo.com>
26200
26201         * gst-libs/gst/riff/riff-read.c:
26202         (gst_riff_read_strf_vids_with_data),
26203         (gst_riff_read_strf_auds_with_data):
26204         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26205         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26206         Make sure we don't create 0 sized subbuffers in riff-read.
26207         Signal the no more pads signal after reading the avi header.
26208
26209 2004-07-16  Wim Taymans  <wim@fluendo.com>
26210
26211         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26212         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26213         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26214         (gst_decode_bin_init), (gst_decode_bin_dispose),
26215         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26216         (no_more_pads), (close_link), (type_found),
26217         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26218         (gst_decode_bin_change_state), (plugin_init):
26219         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26220         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26221         (gst_play_base_bin_dispose), (queue_overrun),
26222         (gen_preroll_element), (remove_prerolls), (unknown_type),
26223         (no_more_pads), (new_stream), (setup_source),
26224         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26225         (play_base_eos), (gst_play_base_bin_change_state),
26226         (gst_play_base_bin_add_element),
26227         (gst_play_base_bin_remove_element),
26228         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26229         (gst_play_base_bin_unlink_stream),
26230         (gst_play_base_bin_get_streaminfo):
26231         * gst/playback/gstplaybasebin.h:
26232         Better error recovery. Added configurable preroll queue size. Faster
26233         detection of no-more-pads.
26234
26235 2004-07-16  Wim Taymans  <wim@fluendo.com>
26236
26237         * gst-libs/gst/video/video.h:
26238         Added 32 bits RGBA. Not sure if we should use another mime-type
26239         for alpha rgb. Currently the presence of the alpha_mask property
26240         signals an alpha channel.
26241
26242 2004-07-16  Wim Taymans  <wim@fluendo.com>
26243
26244         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26246         FPS seems to be 0.0 to MAX everywhere else.
26247
26248 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26249
26250         * gst-libs/gst/riff/riff-media.c:
26251         (gst_riff_create_video_caps_with_data):
26252           mp42/mp43 (no caps) exist too.
26253         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26254           Set pixel_width/height; we've got them in-caps.
26255         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26256         * gst/wavparse/gstwavparse.c: (plugin_init):
26257           Both are valid primary.
26258         * sys/oss/gstossmixer.c:
26259           Remove i18n hack and enable translations.
26260
26261 2004-07-15  Benjamin Otte  <otte@gnome.org>
26262
26263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26264         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26265           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26266
26267 2004-07-15  Benjamin Otte  <otte@gnome.org>
26268
26269         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26270         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26271         (gst_alsa_close_audio):
26272           disable some of the debugging code for now. Writing debugging to a
26273           buffer is broken in current alsalib releases.
26274
26275 2004-07-12  Benjamin Otte  <otte@gnome.org>
26276
26277         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26278           use bufferpools
26279
26280 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26281
26282         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26283         (theora_dec_src_query), (theora_dec_event):
26284         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26285           add debugging categories.  Remove \n's.
26286
26287 2004-07-13  Johan Dahlin  <johan@gnome.org>
26288
26289         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26290         (gst_play_bin_get_property): Impl.
26291
26292 2004-07-13  Wim Taymans  <wim@fluendo.com>
26293
26294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26295         When trying to find the stream length, seek back N pages
26296         instead of just one, where N is the number of streams in
26297         the current chain.
26298
26299 2004-07-13  Wim Taymans  <wim@fluendo.com>
26300
26301         * gst-libs/gst/riff/riff-media.c:
26302         (gst_riff_create_audio_caps_with_data),
26303         (gst_riff_create_audio_caps),
26304         (gst_riff_create_audio_template_caps):
26305         * gst-libs/gst/riff/riff-media.h:
26306         * gst-libs/gst/riff/riff-read.c:
26307         (gst_riff_read_strf_vids_with_data),
26308         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26309         * gst-libs/gst/riff/riff-read.h:
26310         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26311         (gst_avi_demux_add_stream):
26312         Set codec_data on caps for avidemuxer.
26313
26314 2004-07-12  David Schleef  <ds@schleef.org>
26315
26316         * configure.ac: Fix test for Objective C
26317
26318 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26319         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26320         (gst_gdk_pixbuf_chain):
26321           Add svg and pcx to template caps, and ensure that getcaps returns a
26322           subset of the template caps.
26323           Copy each row manually for output, as gdkpixbuf may pad the
26324           rowstride to a 32-bit word boundary.
26325
26326 2004-07-12  Wim Taymans  <wim@fluendo.com>
26327
26328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26329         (gst_riff_create_video_template_caps):
26330         Fix the template caps to include some more media types.
26331
26332 2004-07-12  Wim Taymans  <wim@fluendo.com>
26333
26334         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26335         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26336         (compare_ranks), (print_feature), (gst_decode_bin_init),
26337         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26338         (try_to_link_1), (new_pad), (close_link), (type_found),
26339         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26340         (gst_decode_bin_change_state), (plugin_init):
26341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26342         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26343         (gst_play_base_bin_dispose), (queue_overrun),
26344         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26345         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26346         (gst_play_base_bin_get_property), (play_base_eos),
26347         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26348         (gst_play_base_bin_remove_element),
26349         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26350         (gst_play_base_bin_unlink_stream),
26351         (gst_play_base_bin_get_streaminfo):
26352         * gst/playback/gstplaybasebin.h:
26353         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26354         (gst_play_bin_class_init), (gst_play_bin_init),
26355         (gst_play_bin_dispose), (gst_play_bin_set_property),
26356         (gst_play_bin_get_property), (gen_video_element),
26357         (gen_audio_element), (remove_sinks), (setup_sinks),
26358         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26359         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26360         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26361         (gst_play_bin_query), (plugin_init):
26362         * gst/playback/test4.c: (main):
26363         More fixes on reusing of the element.
26364
26365 2004-07-11  Benjamin Otte  <otte@gnome.org>
26366
26367         * ext/mad/gstmad.c: (normal_seek):
26368           allow seeking for other methods than just SET
26369
26370 2004-07-11  Andy Wingo  <wingo@pobox.com>
26371
26372         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26373         float, "any" caps -> buffer_frames=[0,MAX].
26374
26375         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26376         doesn't intersect our caps with the template any more. Do it
26377         ourselves.
26378         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26379
26380 2004-07-09  Wim Taymans  <wim@fluendo.com>
26381
26382         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26383         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26384         (compare_ranks), (print_feature), (gst_decode_bin_init),
26385         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26386         (try_to_link_1), (new_pad), (close_link), (type_found),
26387         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26388         (gst_decode_bin_change_state), (plugin_init):
26389         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26390         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26391         (gst_play_base_bin_dispose), (queue_overrun),
26392         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26393         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26394         (gst_play_base_bin_get_property), (play_base_eos),
26395         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26396         (gst_play_base_bin_remove_element),
26397         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26398         (gst_play_base_bin_unlink_stream),
26399         (gst_play_base_bin_get_streaminfo):
26400         * gst/playback/gstplaybasebin.h:
26401         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26402         (gst_play_bin_class_init), (gst_play_bin_init),
26403         (gst_play_bin_dispose), (gst_play_bin_set_property),
26404         (gst_play_bin_get_property), (gen_video_element),
26405         (gen_audio_element), (remove_sinks), (setup_sinks),
26406         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26407         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26408         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26409         (gst_play_bin_query), (plugin_init):
26410         * gst/playback/test4.c: (main):
26411         Work on object reuse and seeking.
26412
26413 2004-07-09  Wim Taymans  <wim@fluendo.com>
26414
26415         * examples/seeking/seek.c: (iterate):
26416         Don't consume all CPU in the idle loop.
26417
26418 2004-07-09  Wim Taymans  <wim@fluendo.com>
26419
26420         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26421         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26422         Add pad to element *after* setting the pad functions so that
26423         the scheduler can use the correct ones.
26424
26425 2004-07-09  Wim Taymans  <wim@fluendo.com>
26426
26427         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26428         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26429         Sync to keyframe after seek
26430
26431 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26432
26433         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26434         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26435         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26436         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26437         * ext/libvisual/visual.c: (gst_visual_change_state):
26438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26439         * ext/theora/theoradec.c: (theora_dec_change_state):
26440         * ext/theora/theoraenc.c: (theora_enc_change_state):
26441         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26442         * gst-libs/gst/navigation/navigation.c:
26443         * gst/adder/gstadder.c: (gst_adder_change_state):
26444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26445         (gst_audio_convert_get_buffer):
26446         * gst/multipart/multipartdemux.c:
26447         (gst_multipart_demux_change_state):
26448         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26449         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26450         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26451         * gst/videoscale/gstvideoscale.c:
26452         (gst_videoscale_handle_src_event):
26453         * gst/volume/gstvolume.c: (volume_chain_int16):
26454           don't assert in state change, this should be done by the base
26455           GstElement class.
26456           various debugging fixes.
26457
26458 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26459
26460         * configure.ac:
26461         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26462         (gst_play_dispose), (gst_play_set_location),
26463         (gst_play_set_data_src), (gst_play_set_video_sink),
26464         (gst_play_set_audio_sink), (gst_play_set_visualization),
26465         (gst_play_connect_visualization), (gst_play_get_sink_element),
26466         (gst_play_get_all_by_interface):
26467         * gst-libs/gst/play/play.h:
26468           add new method to get elements implementing an interface.
26469           add various error logging
26470
26471 2004-07-08  Wim Taymans  <wim@fluendo.com>
26472
26473         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26474         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26475         (make_playerbin_pipeline), (query_durations_elems),
26476         (query_durations_pads), (query_positions_elems),
26477         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26478         (main):
26479         Added playbin seeking example.
26480
26481 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26482
26483         * gst-libs/gst/play/play.c: (gst_play_set_location),
26484         (gst_play_set_data_src), (gst_play_set_video_sink),
26485         (gst_play_set_audio_sink), (gst_play_set_visualization),
26486         (gst_play_connect_visualization), (gst_play_get_framerate):
26487           use a macro to look up elements from hash table
26488
26489 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26490
26491         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26492         (gst_play_get_length_callback), (gst_play_set_location),
26493         (gst_play_seek_to_time), (gst_play_set_data_src),
26494         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26495         (gst_play_set_visualization), (gst_play_connect_visualization),
26496         (gst_play_get_sink_element):
26497         - add debugging info
26498         - fix looking up sink elements by iterating over complete caps
26499         - put everything except for source and autoplugger in a complete bin
26500
26501 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26502
26503         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26504         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26505         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26506         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26507         * ext/alsa/gstalsasink.h:
26508         - add debugging info
26509         - clean up schizophrenia of data/buffer/event
26510         - fix double event unref error
26511
26512 2004-07-08  Wim Taymans  <wim@fluendo.com>
26513
26514         * gst/playback/Makefile.am:
26515         Add headers to noinst
26516
26517 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26518
26519         * tools/gst-launch-ext-m.m:
26520         * tools/gst-launch-ext.1.in:
26521           convert to the third millenium
26522
26523 2004-07-07  David Schleef  <ds@schleef.org>
26524
26525         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26526
26527 2004-07-07  Wim Taymans  <wim@fluendo.com>
26528
26529         * gst/playback/Makefile.am:
26530         * gst/playback/README:
26531         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26532         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26533         (compare_ranks), (print_feature), (gst_decode_bin_init),
26534         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26535         (try_to_link_1), (new_pad), (close_link), (type_found),
26536         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26537         (plugin_init):
26538         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26539         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26540         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26541         (gen_preroll_element), (no_more_pads), (new_stream),
26542         (setup_source), (gst_play_base_bin_set_property),
26543         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26544         (gst_play_base_bin_add_element),
26545         (gst_play_base_bin_remove_element),
26546         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26547         (gst_play_base_bin_unlink_stream),
26548         (gst_play_base_bin_get_streaminfo):
26549         * gst/playback/gstplaybasebin.h:
26550         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26551         (gst_play_bin_class_init), (gst_play_bin_init),
26552         (gst_play_bin_dispose), (gst_play_bin_set_property),
26553         (gst_play_bin_get_property), (gen_video_element),
26554         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26555         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26556         (gst_play_bin_get_formats), (gst_play_bin_convert),
26557         (gst_play_bin_get_query_types), (gst_play_bin_query),
26558         (plugin_init):
26559         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26560         (gst_stream_info_get_type), (gst_stream_info_class_init),
26561         (gst_stream_info_init), (gst_stream_info_new),
26562         (gst_stream_info_dispose), (gst_stream_info_set_property),
26563         (gst_stream_info_get_property):
26564         * gst/playback/gststreaminfo.h:
26565         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26566         (main):
26567         * gst/playback/test2.c: (main):
26568         * gst/playback/test3.c: (update_scale), (main):
26569         More playbin fixes. Added README. Do better element filtering.
26570         Added base class to preroll media. Added test apps.
26571
26572 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26573
26574         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26575         * ext/mpeg2dec/gstmpeg2dec.h:
26576           various debugging improvements.  Reset stream to next picture
26577           instead of sequence header, otherwise seeks cannot work.
26578
26579 2004-07-07  Wim Taymans  <wim@fluendo.com>
26580
26581         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26582         (gst_video_box_class_init), (gst_video_box_set_property),
26583         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26584         Use pad_alloc where possible.
26585
26586 2004-07-07  Wim Taymans  <wim@fluendo.com>
26587
26588         * sys/oss/gstosselement.c: (gst_osselement_reset),
26589         (gst_osselement_parse_caps):
26590         * sys/oss/gstosselement.h:
26591         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26592         Fix offset on osssrc.
26593
26594 2004-07-07  Wim Taymans  <wim@fluendo.com>
26595
26596         * ext/theora/theora.c: (plugin_init):
26597         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26598         (theora_dec_src_query), (theora_dec_chain):
26599         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26600         (theora_enc_sink_link), (theora_buffer_from_packet),
26601         (theora_push_packet), (theora_enc_chain):
26602         Fix theora granulepos calculation.
26603         Fix overflow in duration/position calculation.
26604         Bump rank to PRIMARY for theoradec.
26605         Use granulepos of last packet to calculate position.
26606         Set keyframe flag on buffers when needed.
26607
26608 2004-07-06  David Schleef  <ds@schleef.org>
26609
26610         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26611         serious?  (Fixed, obviously.)
26612
26613 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26614
26615         * po/LINGUAS:
26616         * po/cs.po:
26617           added Czech translation (Miloslav Trmac)
26618
26619 2004-07-05  Wim Taymans  <wim@fluendo.com>
26620
26621         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26622         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26623         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26624         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26625         (close_link), (type_found), (gst_decode_bin_set_property),
26626         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26627         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26628         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26629         (gst_decode_bin_query), (plugin_init):
26630         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26631         (gst_play_bin_class_init), (gst_play_bin_init),
26632         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26633         (get_video_element), (new_pad), (setup_source),
26634         (gst_play_bin_set_property), (gst_play_bin_get_property),
26635         (gst_play_bin_change_state), (gst_play_bin_add_element),
26636         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26637         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26638         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26639         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26640         * gst/playback/test.c: (main):
26641         More fixes, cleaned up playbin, make it use decodebin. Added
26642         threaded property to playbin.
26643
26644 2004-07-05  Wim Taymans  <wim@fluendo.com>
26645
26646         * configure.ac:
26647         * gst/playback/Makefile.am:
26648         * gst/playback/decodetest.c: (main):
26649         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26650         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26651         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26652         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26653         (close_link), (type_found), (gst_decode_bin_set_property),
26654         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26655         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26656         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26657         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26658         (plugin_init):
26659         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26660         (gst_play_bin_class_init), (gst_play_bin_init),
26661         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26662         (collect_sink_pads), (find_compatibles), (close_pad_link),
26663         (try_to_link_1), (new_pad), (close_link), (type_found),
26664         (setup_source), (gst_play_bin_set_property),
26665         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26666         (compare_ranks), (gst_play_bin_collect_factories),
26667         (gst_play_bin_change_state), (gst_play_bin_add_element),
26668         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26669         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26670         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26671         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26672         * gst/playback/test.c: (main):
26673         Added some playback helper elements and some test apps, very alpha
26674         still.
26675
26676 2004-07-04  Benjamin Otte  <otte@gnome.org>
26677
26678         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26679           only restart audio when we indeed have an xrun to fix repeated
26680           xruns. Fix suggested by Giuliano Pochini.
26681
26682 2004-07-03  David Schleef  <ds@schleef.org>
26683
26684         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26685         call to gst_debug_log() if debugging is disabled (bug #145118)
26686
26687 2004-07-03  Benjamin Otte  <otte@gnome.org>
26688
26689         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26690           use our own functions for restarting the alsa device.
26691         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26692           I should apply patches myself - use MIN for the third argument, not
26693           the second, this fixes seeking
26694
26695 2004-07-02  David Schleef  <ds@schleef.org>
26696
26697         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26698         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26699         do with the logic.
26700
26701 2004-07-02  David Schleef  <ds@schleef.org>
26702
26703         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26704         output buffers.  Fix logic mistake.  (bug #144866)
26705
26706 2004-07-02  David Schleef  <ds@schleef.org>
26707
26708         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26709         on X.  (bug #144753)
26710
26711 2004-07-02  David Schleef  <ds@schleef.org>
26712
26713         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26714         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26715         (bug #144624)
26716         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26717         (gst_osselement_rate_probe_check): Add another workaround for
26718         buggy drivers (bug #145336)
26719
26720 2004-07-02  David Schleef  <ds@schleef.org>
26721
26722         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26723         Most systems don't have MSG_NOSIGNAL.
26724
26725 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26726
26727         * Makefile.am:
26728         * gst-libs/gst/colorbalance/Makefile.am:
26729         * gst-libs/gst/mixer/Makefile.am:
26730         * gst-libs/gst/play/Makefile.am:
26731         * gst-libs/gst/tuner/Makefile.am:
26732           (hopefully) fix both install and dist and make error message useful.
26733           needs testing across automakes.
26734
26735 2004-07-02  Benjamin Otte  <otte@gnome.org>
26736
26737         * ext/ogg/gstogg.c: (plugin_init):
26738           we require bytestream now
26739         * ext/ogg/gstoggdemux.c:
26740           huge diff to implement chain setup in a fast and generic way. This
26741           improves tag reading and startup of huge files (read: Theora videos)
26742           quite a bit. It probably contains bugs, too, so please test.
26743           Seeking is not improved to the fast method.
26744
26745 2004-06-29  Wim Taymans  <wim@fluendo.com>
26746
26747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26748         * ext/ogg/gstoggmux.c:
26749         Fix memleak in oggdemux when running unconnected pads.
26750         doc update in mux, start working on keyframe mode.
26751
26752 2004-06-29  Benjamin Otte  <otte@gnome.org>
26753
26754         * sys/oss/gstosssink.c:
26755         * sys/oss/gstosssrc.c:
26756           advertise correct template caps - we indeed do non-native endianness
26757           and 8bit audio has no endianness
26758         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26760           avoid (wrong) duplications in getcaps function and return
26761           template caps
26762
26763 2004-06-29  Wim Taymans  <wim@fluendo.com>
26764
26765         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26766         (gst_multifdsink_class_init), (gst_multifdsink_add),
26767         (gst_multifdsink_remove), (gst_multifdsink_clear),
26768         (gst_multifdsink_client_remove),
26769         (gst_multifdsink_handle_client_read),
26770         (gst_multifdsink_client_queue_data),
26771         (gst_multifdsink_client_queue_caps),
26772         (gst_multifdsink_client_queue_buffer),
26773         (gst_multifdsink_handle_client_write),
26774         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26775         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26776         (gst_multifdsink_init_send), (gst_multifdsink_close):
26777         Fix wrong GList iteration that could crash the server when
26778         more then 2 clients disconnect at the same time. Read all the
26779         pending commands in one batch to recover from command storms under
26780         very heavy load.
26781
26782 2004-06-28  Wim Taymans  <wim@fluendo.com>
26783
26784         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26785         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26786         (gst_videomixer_pad_set_property),
26787         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26788         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26789         (gst_videomixer_class_init), (gst_videomixer_init),
26790         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26791         (pad_zorder_compare), (gst_videomixer_sort_pads),
26792         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26793         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26794         (gst_videomixer_update_queues), (gst_videomixer_loop),
26795         (plugin_init):
26796         Avoid divide by zero, choose masterpad as the pad with the highest
26797         framerate.
26798
26799 2004-06-27  Julien Moutte  <julien@moutte.net>
26800
26801         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26802         (gst_ximagesink_xwindow_new):
26803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26804         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26805         function directly. We might want to call it from somewhere else one day.
26806
26807 2004-06-27  Julien Moutte  <julien@moutte.net>
26808
26809         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26810         (gst_ximagesink_xwindow_new):
26811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26812         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26813         window decorations.
26814
26815 2004-06-27  Wim Taymans  <wim@fluendo.com>
26816
26817         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26818         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26819         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26820         (gst_dvdec_set_property), (gst_dvdec_get_property):
26821         * ext/dv/gstdvdec.h:
26822         Implement drop_factor property to lower the framerate with
26823         a factor.
26824
26825 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26826
26827         * gst-libs/gst/colorbalance/Makefile.am:
26828         * gst-libs/gst/mixer/Makefile.am:
26829         * gst-libs/gst/play/Makefile.am:
26830         * gst-libs/gst/tuner/Makefile.am:
26831           unbreak Company's fix that didn't install the -enum.h files
26832
26833 2004-06-27  Wim Taymans  <wim@fluendo.com>
26834
26835         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26836         (gst_dvdec_change_state):
26837         * ext/dv/gstdvdec.h:
26838         Fix timestamp, duration and offset of the buffers.
26839
26840 2004-06-27  Wim Taymans  <wim@fluendo.com>
26841
26842         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26843         (gst_multifdsink_class_init), (gst_multifdsink_add),
26844         (gst_multifdsink_remove), (gst_multifdsink_clear),
26845         (gst_multifdsink_client_remove),
26846         (gst_multifdsink_handle_client_read),
26847         (gst_multifdsink_client_queue_data),
26848         (gst_multifdsink_client_queue_caps),
26849         (gst_multifdsink_client_queue_buffer),
26850         (gst_multifdsink_handle_client_write),
26851         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26852         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26853         (gst_multifdsink_init_send), (gst_multifdsink_close):
26854         * gst/tcp/gstmultifdsink.h:
26855         * gst/tcp/gsttcpserversink.c:
26856         (gst_tcpserversink_handle_server_read),
26857         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26858         More multifdsink fixes, more recovery policy fixes.
26859         Removed stupid g_print
26860
26861 2004-06-26  Wim Taymans  <wim@fluendo.com>
26862
26863         * gst/tcp/Makefile.am:
26864         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26865         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26866         (gst_multifdsink_class_init), (gst_multifdsink_init),
26867         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26868         (gst_multifdsink_handle_client_read),
26869         (gst_multifdsink_client_queue_data),
26870         (gst_multifdsink_client_queue_caps),
26871         (gst_multifdsink_client_queue_buffer),
26872         (gst_multifdsink_handle_client_write),
26873         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26874         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26875         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26876         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26877         (gst_multifdsink_close), (gst_multifdsink_change_state):
26878         * gst/tcp/gstmultifdsink.h:
26879         * gst/tcp/gsttcpplugin.c: (plugin_init):
26880         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26881         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26882         (gst_tcpserversink_handle_server_read),
26883         (gst_tcpserversink_handle_select),
26884         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26885         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26886         * gst/tcp/gsttcpserversink.h:
26887         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26888         one of the locks, added recovery policy to multifdsink.
26889
26890 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26891
26892         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26893           fix decision for when getting frames with same timestamp
26894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26895         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26896         (gst_v4lsrc_get_property):
26897         * sys/v4l/gstv4lsrc.h:
26898           add latency offset property
26899
26900 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26901
26902         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26903         (plugin_init):
26904           fix debugging. add category.
26905
26906 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26907
26908         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26909           fix wrong offsets
26910
26911 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26912
26913         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26914         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26915         (gst_alsa_src_change_state):
26916           return a time that is in sync with the element's processing
26917
26918 2004-06-25  Wim Taymans  <wim@fluendo.com>
26919
26920         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26921         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26922         (gst_tcpserversink_client_remove),
26923         (gst_tcpserversink_handle_client_read),
26924         (gst_tcpserversink_client_queue_data),
26925         (gst_tcpserversink_client_queue_caps),
26926         (gst_tcpserversink_client_queue_buffer),
26927         (gst_tcpserversink_handle_client_write),
26928         (gst_tcpserversink_queue_buffer),
26929         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26930         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26931         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26932         (gst_tcpserversink_close):
26933         * gst/tcp/gsttcpserversink.h:
26934         Serversink rewrite. Really do non blocking writes to clients and
26935         maintain an internal queue to handle slower clients while not
26936         disturbing fast clients.
26937
26938 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26939
26940         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26941           better debug, don't override OFFSET and OFFSET_END
26942
26943 2004-06-25  Iain <iain@prettypeople.org>
26944
26945         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26946         name=source for the wavparse pipeline.
26947
26948 2004-06-24  Johan Dahlin  <johan@gnome.org>
26949
26950         * ext/theora/theoraenc.c (theora_enc_chain): Call
26951         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26952         streamheader caps are set correctly.
26953
26954 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26955
26956         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26957         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26958           respect minimum bitrate; same could be done for max bitrate
26959
26960 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26961
26962         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26963         (gst_vorbisenc_setup):
26964           fix sample rate range
26965
26966 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26967
26968         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26969         (gst_oggvorbisenc_setup):
26970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26971         (gst_vorbisenc_setup):
26972           resolve ambiguities in code and description
26973
26974 2004-06-24  Wim Taymans  <wim@fluendo.com>
26975
26976         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26977         * ext/alsa/gstalsa.h:
26978         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26979         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26980         Use alsa trigger_tstamp to get the timestamp of the first
26981         sample in the buffer for more precise sync. Some cleanups.
26982
26983 2004-06-24  Wim Taymans  <wim@fluendo.com>
26984
26985         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26986         (gst_audiorate_init), (gst_audiorate_chain),
26987         (gst_audiorate_set_property), (gst_audiorate_get_property):
26988         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26989         (gst_videorate_chain):
26990         Added some logging, fixed an overflow bug in videorate.
26991
26992 2004-06-24  Benjamin Otte  <otte@gnome.org>
26993
26994         * ext/kio/Makefile.am:
26995           fix for builddir != srcdir and distcheck
26996
26997 2004-06-24  Benjamin Otte  <otte@gnome.org>
26998
26999         * gst-libs/gst/colorbalance/Makefile.am:
27000         * gst-libs/gst/mixer/Makefile.am:
27001         * gst-libs/gst/play/Makefile.am:
27002         * gst-libs/gst/tuner/Makefile.am:
27003         * gst/tcp/Makefile.am:
27004         * sys/dxr3/Makefile.am:
27005           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
27006           tarball.
27007           Also add all *.list files that were missing.
27008         * Makefile.am:
27009           add a distcheck hook to ensure the above doesn't happen again.
27010
27011 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
27012
27013         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
27014
27015 2004-06-23  Colin Walters  <walters@redhat.com>
27016
27017         * m4/Makefile.am: Distribute gst-fionread.m4.
27018
27019 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27020
27021         * configure.ac: back to dev
27022
27023 2004-06-23  Wim Taymans  <wim@fluendo.com>
27024
27025         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
27026         (gst_alsa_xrun_recovery):
27027         * ext/alsa/gstalsa.h:
27028         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27029         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
27030         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
27031         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
27032         (gst_alsa_src_loop):
27033         Add clock to alsasrc. Take new capture timestamp when
27034         restarting after an overrun. Split up some functions between
27035         alsasrc and alsasink.
27036
27037 === release 0.8.2 ===
27038
27039 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27040
27041         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27042         (gst_alsa_change_state), (gst_alsa_update_avail),
27043         (gst_alsa_xrun_recovery):
27044         * ext/alsa/gstalsa.h:
27045         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27046           merge back changes from release
27047
27048 2004-06-23  Wim Taymans  <wim@fluendo.com>
27049
27050         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
27051         (gst_audiorate_init), (gst_audiorate_chain),
27052         (gst_audiorate_set_property), (gst_audiorate_get_property):
27053         Implement sample dropping and notify
27054
27055 2004-06-22  Wim Taymans  <wim@fluendo.com>
27056
27057         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27058         (theora_enc_sink_link), (theora_buffer_from_packet),
27059         (theora_push_packet), (theora_enc_chain):
27060         Some cleanups, make sure the timestamps are correct.
27061
27062 2004-06-22  Wim Taymans  <wim@fluendo.com>
27063
27064         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
27065         (gst_alsa_change_state), (gst_alsa_update_avail),
27066         (gst_alsa_xrun_recovery):
27067         * ext/alsa/gstalsa.h:
27068         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27069         Cleanups, take queued samples into account when reporting
27070         the time.
27071
27072 2004-06-22  Wim Taymans  <wim@fluendo.com>
27073
27074         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27075         (gst_videorate_init):
27076         Initialize the property as well.
27077
27078 2004-06-22  Wim Taymans  <wim@fluendo.com>
27079
27080         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27081         (gst_videorate_init), (gst_videorate_chain),
27082         (gst_videorate_set_property), (gst_videorate_get_property):
27083         Add property to make videorate silent.
27084         Add property to prefer new frames over old ones.
27085
27086 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27087
27088         * sys/osxvideo/Makefile.am:
27089         Workaround so that the osxvideo .so file gets linked with the
27090         Cocoa, OpenGL and QuickTime frameworks
27091
27092 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27093
27094         * sys/osxaudio/Makefile.am:
27095         Workaround so that the osxaudio .so file gets linked with the
27096         CoreAudio framework
27097
27098 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27099
27100         * configure.ac:
27101         Whoops, my fault...fixed build issues
27102
27103 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27104
27105         * configure.ac:
27106         Add objective-c support if running in Darwin/Mac OS X
27107         * sys/Makefile.am:
27108         * sys/osxvideo:
27109         * sys/osxvideo/Makefile.am:
27110         * sys/osxvideo/osxvideosink.h:
27111         * sys/osxvideo/osxvideosink.m:
27112         * sys/osxvideo/cocoawindow.h:
27113         * sys/osxvideo/cocoawindow.m:
27114         Add osxvideosink, a cocoa-based osx video sink
27115
27116
27117 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
27118         * ext/dvdnav/gst-dvd:
27119         Grab the gconf key from the right spot
27120         * gst/debug/gstnavseek.c: (gst_navseek_init),
27121         (gst_navseek_segseek), (gst_navseek_handle_src_event),
27122         (gst_navseek_chain):
27123         * gst/debug/gstnavseek.h:
27124           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
27125           and loop parameters of a segment seek.
27126         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
27127         (gst_videotestsrc_get_event_masks),
27128         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27129         * gst/videotestsrc/gstvideotestsrc.h:
27130           Add seeking support to videotestsrc
27131           Initialise the timestamp_offset variable.
27132
27133 2004-06-18  Wim Taymans  <wim@fluendo.com>
27134
27135         * ext/sidplay/gstsiddec.cc:
27136         Fix negotiation and set correct end offset.
27137
27138 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27139
27140         * configure.ac: branch and prerelease
27141
27142 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27143
27144         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
27145         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
27146         (gst_tcpclientsrc_init_receive):
27147         * gst/tcp/gsttcpclientsrc.h:
27148           read caps when connecting to server for GDP so we set them correctly
27149
27150 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27151
27152         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
27153           notify drops and duplicates
27154         * gst/videoscale/videoscale.c: (videoscale_get_structure):
27155           no good reason to limit ourselves to 100x100
27156
27157 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27158
27159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
27160         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27161         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27162         (gst_v4lsrc_get_property):
27163         * sys/v4l/gstv4lsrc.h:
27164         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27165         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27166         (gst_v4l_set_audio):
27167         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
27168         (gst_v4lsrc_try_capture):
27169         * sys/v4l/v4lsrc_calls.h:
27170           change try_palette to more general try_capture
27171           add autoprobe option so we can turn off autoprobing
27172           various fixes
27173
27174 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27175
27176         * configure.ac:
27177           add videorate
27178         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
27179         (gst_ximagesink_class_init):
27180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
27181         (gst_xvimagesink_class_init):
27182           run them as finalize, not dispose, since dispose can be invoked
27183           multiple times
27184
27185 2004-06-17  Wim Taymans  <wim@fluendo.com>
27186
27187         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27188         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
27189         * ext/alsa/gstalsa.h:
27190         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27191         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
27192         (gst_alsa_src_change_state):
27193         * ext/alsa/gstalsasrc.h:
27194         Make the xrun code timestamp and offset the buffers correctly.
27195         moved the clock to the base class, use alsa methods to get time.
27196         Do correct timestamping on outgoing buffers.
27197
27198 2004-06-17  Wim Taymans  <wim@fluendo.com>
27199
27200         * gst/audiorate/Makefile.am:
27201         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
27202         (gst_audiorate_base_init), (gst_audiorate_class_init),
27203         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
27204         (gst_audiorate_set_property), (gst_audiorate_get_property),
27205         (gst_audiorate_change_state), (plugin_init):
27206         Added an audiorate converter that fills in gaps.
27207
27208 2004-06-17  Johan Dahlin  <johan@gnome.org>
27209
27210         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27211
27212 2004-06-16  Wim Taymans  <wim@fluendo.com>
27213
27214         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27216         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27217         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27218         (gst_v4lsrc_get_property):
27219         * sys/v4l/gstv4lsrc.h:
27220         Added a copy mode to v4lsrc where it will output a copied version
27221         of its internal hardware buffer.
27222         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27223         can't | them.
27224
27225 2004-06-16  Wim Taymans  <wim@fluendo.com>
27226
27227         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27228         Timestamp fixes.
27229
27230 2004-06-16  Wim Taymans  <wim@fluendo.com>
27231
27232         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27233         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27234         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27235         (gst_v4lsrc_get_property):
27236         * sys/v4l/gstv4lsrc.h:
27237         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27238         Added a sync mode enum property to control v4lsrc timestamp method
27239         Removed the use-fixed-fps property and moved functionality in
27240         the enum.
27241         Don't error on an error value from v4l-conf, it might not always
27242         be a real error.
27243
27244 2004-06-16  Wim Taymans  <wim@fluendo.com>
27245
27246         * gst/videorate/Makefile.am:
27247         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27248         (gst_videorate_base_init), (gst_videorate_class_init),
27249         (gst_videorate_getcaps), (gst_videorate_link),
27250         (gst_videorate_init), (gst_videorate_chain),
27251         (gst_videorate_set_property), (gst_videorate_get_property),
27252         (gst_videorate_change_state), (plugin_init):
27253         Added a video timestamp corrector.
27254
27255 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27256
27257         fixed a potential leak with previous commit
27258
27259         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27260
27261 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27262
27263         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27264         Added missing refcount, fixes bug #144425
27265         Cheers Tim for finding the bug
27266
27267 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27268
27269         * sys/v4l/gstv4l.c: (plugin_init):
27270         * sys/v4l/gstv4lcolorbalance.c:
27271         * sys/v4l/gstv4lcolorbalance.h:
27272         * sys/v4l/gstv4lelement.c:
27273         * sys/v4l/gstv4lelement.h:
27274         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27275         * sys/v4l/gstv4lmjpegsink.h:
27276         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27277         * sys/v4l/gstv4lmjpegsrc.h:
27278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27279         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27280         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27281         * sys/v4l/gstv4lsrc.h:
27282         * sys/v4l/gstv4ltuner.c:
27283         * sys/v4l/gstv4ltuner.h:
27284         * sys/v4l/gstv4lxoverlay.c:
27285         * sys/v4l/gstv4lxoverlay.h:
27286         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27287         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27288         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27289         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27290         (gst_v4l_set_audio):
27291         * sys/v4l/v4l_calls.h:
27292         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27293         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27294         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27295         (gst_v4lmjpegsink_playback_init),
27296         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27297         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27298         (gst_v4lmjpegsink_playback_stop),
27299         (gst_v4lmjpegsink_playback_deinit):
27300         * sys/v4l/v4lmjpegsink_calls.h:
27301         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27302         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27303         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27304         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27305         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27306         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27307         * sys/v4l/v4lmjpegsrc_calls.h:
27308         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27309         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27310         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27311         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27312         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27313         (gst_v4lsrc_try_palette):
27314         * sys/v4l/v4lsrc_calls.h:
27315           bunch of paranoia cleanups
27316
27317 2004-06-14  David Schleef  <ds@schleef.org>
27318
27319         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27320         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27321         Send discont events and change timestamps appropriately when
27322         we get a seek event.  (bug #144240)
27323         * ext/cdparanoia/gstcdparanoia.h:
27324
27325 2004-06-14  Benjamin Otte  <otte@gnome.org>
27326
27327         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27328           snd_pcm_hw_params_set_rate  since the latter fails for no good
27329           reason on some setups.
27330
27331 2004-06-14  David Schleef  <ds@schleef.org>
27332
27333         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27334         standard.  Thank you for playing.
27335
27336 2004-06-14  Wim Taymans  <wim@fluendo.com>
27337
27338         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27339         Patch 1.3 broke the ordering of the colorspace info and
27340         made the plugin basically work by coincidence, reordered
27341         the info.
27342
27343 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27344
27345         * ext/lame/gstlame.c:
27346         * ext/mad/gstmad.c:
27347           sync caps.  Make sure mad can only output a list of rates, not
27348           a full range.  In the future, have three caps lists for each of the
27349           mpeg versions.  Change mpegversion to a double as well.
27350
27351 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27352
27353         * gst/volume/.cvsignore:
27354         * gst/volume/Makefile.am:
27355         * gst/volume/demo.c: (value_changed_callback), (idler),
27356         (setup_gui), (main):
27357           added small demo app
27358
27359 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27360         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27361         * ext/esd/esdsink.h:
27362         Close the esd connection on pause, because esd will just wait -
27363         blocking all other esd clients indefinitely.
27364
27365 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27366
27367         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27368           previous commit with GST_DEBUG
27369
27370 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27371
27372         * configure.ac:
27373           add a header check for a dvdread header in dvdnav.  Fixes #133002
27374
27375 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27376
27377         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27378         * gst/tcp/gsttcpclientsink.h:
27379         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27380         * gst/tcp/gsttcpclientsrc.h:
27381         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27382         (gst_tcpserversink_handle_server_read),
27383         (gst_tcpserversink_init_send):
27384         * gst/tcp/gsttcpserversink.h:
27385         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27386         * gst/tcp/gsttcpserversrc.h:
27387         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27388         version of IP)
27389
27390 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27391
27392         * configure.ac:
27393         Added ogg library so that OSX detects libtheora properly
27394
27395 2004-06-11  Wim Taymans  <wim@fluendo.com>
27396
27397         * ext/theora/theoradec.c: (theora_dec_chain),
27398         (theora_dec_change_state):
27399         Don't try to decode frames before we received a keyframe.
27400
27401 2004-06-11  Wim Taymans  <wim@fluendo.com>
27402
27403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27404         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27405         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27406         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27407         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27408         Added property to set the maximum delay of a page.
27409
27410 2004-06-10  Wim Taymans  <wim@fluendo.com>
27411
27412         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27413         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27414         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27415         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27416         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27417         Added max-delay property to control the maximum amount
27418         of data to put in one page.
27419
27420 2004-06-10  Wim Taymans  <wim@fluendo.com>
27421
27422         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27423         (gst_theora_enc_init), (theora_enc_sink_link),
27424         (theora_buffer_from_packet), (theora_enc_set_property),
27425         (theora_enc_get_property):
27426         Set duration on encoded buffer, added some more properties
27427
27428 2004-06-10  Wim Taymans  <wim@fluendo.com>
27429
27430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27431         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27432         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27433         * ext/theora/theoraenc.c: (theora_enc_chain):
27434         Fix refcounting bugs
27435
27436 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27437
27438         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27439         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27440         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27441         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27442         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27443         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27444         (gst_asf_demux_change_state):
27445         * gst/asfdemux/gstasfdemux.h:
27446           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27447           feels like. I think we should set a new requirement for demuxers
27448           from now on to implement sane loop functions, data loops, query
27449           and seek functions before first commit into CVS. And this commit
27450           fixes all of the above.
27451
27452 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27453
27454         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27455           vorbis comments are properly encoded in UTF-8 before adding them
27456           to a GstTagList
27457
27458 2004-06-09  Benjamin Otte  <otte@gnome.org>
27459
27460         * ext/alsa/gstalsa.c: (add_channels):
27461           handle min <= max correctly
27462         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27463         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27464           add fixation functions so we fixate correctly. No preferring of alaw
27465           anymore because it's the first structure.
27466         * ext/alsa/gstalsa.h:
27467         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27468         (gst_alsa_hw_params_dump):
27469           add functions to ease debugging in alsalib
27470         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27471         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27472         (gst_alsa_start_audio):
27473           only specify hw params if we really setup a format (fixes #134007 -
27474           or at least works around it)
27475
27476 2004-06-09  Wim Taymans  <wim@fluendo.com>
27477
27478         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27479         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27480         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27481         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27482         (gst_ogg_mux_loop):
27483         Use stream caps to setup the initial pages in the ogg stream.
27484         Correctly set the streamheader caps on the srcpad.
27485
27486 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27487
27488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27489         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27490         (gst_v4lsrc_getcaps):
27491         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27492         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27493           add querying of fps lists for webcams.  Negotiating to a framerate
27494           now works.
27495
27496 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27497
27498         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27499         (theora_push_buffer), (theora_push_packet),
27500         (theora_set_header_on_caps), (theora_enc_chain):
27501           mark buffers and put on streamheader, raw theora streaming
27502           now works too, whee
27503
27504 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27505
27506         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27507         (gst_tcp_gdp_read_caps):
27508           do a looping read for caps and GDP headers too
27509
27510 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27511
27512         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27513         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27514           return EOS instead of NULL in _get
27515
27516 2004-06-08  Wim Taymans  <wim@fluendo.com>
27517
27518         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27519         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27520         (gst_tcp_gdp_write_caps):
27521         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27522         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27523         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27524         Memory leak fixes
27525
27526 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27527
27528         * ext/vorbis/Makefile.am:
27529         * ext/vorbis/vorbis.c: (plugin_init):
27530         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27531         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27532         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27533         (vorbis_parse_change_state):
27534         * ext/vorbis/vorbisparse.h:
27535           adding a vorbisparse element that marks the buffers, streaming
27536           raw vorbis using GDP now works, whee
27537
27538 2004-06-08  Wim Taymans  <wim@fluendo.com>
27539
27540         * ext/jpeg/Makefile.am:
27541         * ext/jpeg/README:
27542         * ext/jpeg/gstjpeg.c: (plugin_init):
27543         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27544         (gst_smokedec_base_init), (gst_smokedec_class_init),
27545         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27546         * ext/jpeg/gstsmokedec.h:
27547         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27548         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27549         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27550         (gst_smokeenc_resync), (gst_smokeenc_chain),
27551         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27552         * ext/jpeg/gstsmokeenc.h:
27553         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27554         (smokecodec_flush_destination), (smokecodec_term_destination),
27555         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27556         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27557         (smokecodec_term_source), (smokecodec_encode_new),
27558         (smokecodec_decode_new), (smokecodec_info_free),
27559         (smokecodec_set_quality), (smokecodec_get_quality),
27560         (smokecodec_set_threshold), (smokecodec_get_threshold),
27561         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27562         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27563         (smokecodec_parse_header), (smokecodec_decode):
27564         * ext/jpeg/smokecodec.h:
27565         Added a new simple jpeg based codec
27566
27567 2004-06-08  Wim Taymans  <wim@fluendo.com>
27568
27569         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27570         (gst_multipart_mux_loop):
27571         Fix memory leak
27572
27573 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27574
27575         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27576         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27577         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27578         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27579         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27580         * gst/tcp/gsttcpserversink.h:
27581           take streamheader into account
27582
27583 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27584
27585         * gst/level/Makefile.am:
27586         * gst/level/gstlevel.c: (gst_level_class_init):
27587           clean up marshal generation
27588
27589 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27590
27591         * gst/tcp/Makefile.am:
27592         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27593         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27594         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27595         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27596         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27597         (gst_tcpclientsrc_get_property):
27598         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27599         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27600         (gst_tcpserversink_handle_client_read),
27601         (gst_tcpserversink_handle_client_write),
27602         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27603         * gst/tcp/gsttcpserversink.h:
27604           add signals client-added and client-removed
27605         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27606         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27607         (gst_tcpserversrc_get_property):
27608         uniformized, change default protocol to NONE
27609         * gst/tcp/gsttcp-marshal.list: added
27610 2004-06-07  Benjamin Otte  <otte@gnome.org>
27611
27612         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27613           handle discont events if they happen before caps nego
27614
27615 2004-06-07  Wim Taymans  <wim@fluendo.com>
27616
27617         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27618         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27619         (gst_multipart_demux_plugin_init):
27620         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27621         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27622         (gst_multipart_mux_change_state):
27623         Small updates, fix a memleak
27624
27625 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27626
27627         * configure.ac: OSS portability
27628         * ext/arts/gst_arts.c: idem
27629         * sys/oss/gstosselement.c: idem
27630         * sys/oss/gstossmixer.c: idem
27631         * sys/oss/gstosssink.c: idem
27632         * sys/oss/gstosssrc.c: idem
27633         * sys/oss/oss_probe.c: idem
27634           - check for soundcard.h in different places for some BSD
27635
27636 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27637
27638         * AUTHORS:
27639         Add me to the authors file
27640         * configure.ac:
27641         Increase the libdv requirement to >= version 0.100
27642         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27643         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27644         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27645         * ext/dv/gstdvdec.h:
27646         Add support for the new_media flag when sending DISCONT events
27647         Make the querying work when video pad is not linked
27648
27649 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27650
27651         reviewed by Benjamin Otte  <otte@gnome.org>
27652
27653         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27654           create a NULL-initialized array of pads, so we don't think they
27655           exist already. (fixes #143130)
27656
27657 2004-06-07  Benjamin Otte  <otte@gnome.org>
27658
27659         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27660         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27661         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27662           don't use // coments
27663
27664 2004-06-07  Benjamin Otte  <otte@gnome.org>
27665
27666         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27667           cast to GstClockTime to get higher granularity
27668         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27669           use gst_element_set_time_delay to get the exact time
27670         * ext/mad/gstmad.c: (gst_mad_chain):
27671           use the negotiated rate instead of the current frame's rate which
27672           might be wrong because of bit errors. This avoids emitting totally
27673           bogus timestamps and screwing sync.
27674         (fixes #143454)
27675
27676 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27677
27678         reviewed by Benjamin Otte  <otte@gnome.org>
27679
27680         * gst/adder/gstadder.c: (gst_adder_loop):
27681           properly error out when no negotiation has happened yet. (fixes
27682           #143032)
27683
27684 2004-06-06  Benjamin Otte  <otte@gnome.org>
27685
27686         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27687           forward correctly transformed offset in discont events. Based on
27688           patch by Arwed v. Merkatz. (fixes #142851)
27689
27690 2004-06-06  David Schleef  <ds@schleef.org>
27691
27692         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27693         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27694         problems on several systems.
27695
27696 2004-06-06  Benjamin Otte  <otte@gnome.org>
27697
27698         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27699           use explicit caps on the srcpad
27700         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27701           properly error out if caps couldn't be set (fixes #142764)
27702
27703 2004-06-06  Benjamin Otte  <otte@gnome.org>
27704
27705         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27706         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27707         (gst_alsa_start_audio):
27708           - don't call set_periods_integer anymore, it breaks the
27709           configuration randomly
27710           - call snd_pcm_hw_params_set_access directly instead of using masks
27711           - don't fail if the sw_params can't be set, just use the default
27712           params and hope it works. Alsalib has weird issues when you touch
27713           sw_params and does no proper error reporting about what failed.
27714         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27715         (gst_alsa_close_audio):
27716           make our alsa debugging go via gst debugging and not conditionally
27717           defined
27718         * ext/alsa/gstalsa.h:
27719           add ALSA_DEBUG_FLUSH macro
27720         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27721         (plugin_init):
27722           wrap alsa errors to be printed via the gst debugging system and not
27723           spammed to stderr
27724
27725 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27726
27727         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27728         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27729         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27730         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27731         (qtdemux_parse_trak):
27732         * gst/qtdemux/qtdemux.h:
27733           Bitch. Also known as seeking, querying & co.
27734         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27735         (gst_osssink_change_state):
27736         * sys/oss/gstosssink.h:
27737           Resyncing is for weenies, this hack is no longer needed and was
27738           broken anyway (since it - unintendedly - always leaves resync to
27739           TRUE).
27740
27741 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27742
27743         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27744         * gst/tcp/gsttcpclientsrc.h: idem
27745           - define MSG_NOSIGNAL if not done
27746           - include unistd.h for off_t
27747           (fixes #143749)
27748
27749 2004-06-05  Benjamin Otte  <otte@gnome.org>
27750
27751         * configure.ac:
27752         * ext/kio/Makefile.am:
27753           check for qt's moc preprocessor explicitly and use it
27754
27755 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27756
27757         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27758           don't get a signal for EPIPE on socket writes
27759           (somebody check if this works on other platforms)
27760
27761 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27762
27763         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27764         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27765           check error condition on available samples correctly
27766
27767 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27768
27769         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27770           avoid a segfault
27771         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27772         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27773         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27774         (gst_tcpserversrc_gdp_read_header):
27775          use ssize_t over size_t since the former is signed and thus the
27776          check for error codes can work
27777
27778 2004-06-02  Wim Taymans  <wim@fluendo.com>
27779
27780         reviewed by: Johan
27781
27782         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27783         (gst_multipart_mux_loop):
27784         Oops
27785
27786 2004-06-02  Wim Taymans  <wim@fluendo.com>
27787
27788         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27789         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27790         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27791         (gst_multipart_mux_change_state):
27792         Added configurable boundary specifier, added the value as a
27793         caps field as well.
27794
27795 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27796
27797         * gst/tcp/gsttcp.c:
27798         * gst/tcp/gsttcpclientsrc.c:
27799         * gst/tcp/gsttcpclientsrc.h:
27800         * gst/tcp/gsttcpserversrc.c:
27801           - portability fix, to compile on OSX
27802             (fixes #143146)
27803
27804         * sys/osxaudio/gstosxaudioelement.c:
27805         * sys/osxaudio/gstosxaudiosink.c:
27806         * sys/osxaudio/gstosxaudiosrc.c:
27807           - compilation warnings on OSX
27808             (fixes #143153)
27809
27810 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27811
27812         * ext/vorbis/vorbisdec.c : sign warning fixes
27813
27814         * gst-libs/gst/mixer/mixertrack.c :
27815           do no use defines which are glib 2.4 specific
27816
27817 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27818
27819         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27820           buffer since libflac doesn't expect it (reports a sync error when
27821           it encounters that)
27822
27823
27824 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27825
27826         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27827         * gst-libs/gst/mixer/mixertrack.c:
27828         (gst_mixer_track_get_property), (get_mixer_track_init),
27829         (get_mixer_track_get_property): Added property accessors
27830         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27831         * gst-libs/gst/mixer/mixeroptions.c:
27832         (gst_mixer_options_get_values): Added
27833         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27834         * gst-libs/gst/mixer/mixer.c: Fixed comment
27835
27836
27837 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27838
27839         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27840           improve error messages on open
27841
27842
27843 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27844
27845         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27846           check if v4l-conf is in path
27847
27848 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27849
27850         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27851           change assert to a more readable error message
27852
27853 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27854
27855         * gst-libs/gst/tuner/tunerchannel.h:
27856           - add a freq_multiplicator field to make the conversion
27857             between internal frequency unit and Hz
27858         * sys/v4l/gstv4lelement.c:
27859         * sys/v4l2/gstv4l2element.c:
27860           - change default video device to /dev/video0
27861         * sys/v4l/v4l_calls.c:
27862         * sys/v4l2/v4l2_calls.c:
27863           - we only expose frequency to the user in Hz instead of
27864             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27865
27866 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27867         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27868           Initialise b_o_s and e_o_s variables
27869         * gst-libs/gst/riff/riff-media.c:
27870         (gst_riff_create_video_caps_with_data):
27871           Add some unusual fourcc's from mplayer avi's
27872         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27873           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27874           autoplugging.
27875
27876 2004-05-28  Wim Taymans  <wim@fluendo.com>
27877
27878         * configure.ac:
27879         * gst/alpha/Makefile.am:
27880         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27881         (gst_alpha_get_type), (gst_alpha_base_init),
27882         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27883         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27884         (gst_alpha_chroma_key), (gst_alpha_chain),
27885         (gst_alpha_change_state), (plugin_init):
27886         A plugin to add an alpha channel to I420 video. Can optionally do
27887         chroma keying.
27888         * gst/multipart/Makefile.am:
27889         * gst/multipart/multipart.c: (plugin_init):
27890         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27891         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27892         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27893         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27894         (gst_multipart_demux_change_state),
27895         (gst_multipart_demux_plugin_init):
27896         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27897         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27898         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27899         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27900         (gst_multipart_mux_pad_unlink),
27901         (gst_multipart_mux_request_new_pad),
27902         (gst_multipart_mux_handle_src_event),
27903         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27904         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27905         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27906         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27907         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27908         send multipart jpeg images to a browser.
27909         * gst/videobox/Makefile.am:
27910         * gst/videobox/README:
27911         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27912         (gst_video_box_get_type), (gst_video_box_base_init),
27913         (gst_video_box_class_init), (gst_video_box_init),
27914         (gst_video_box_set_property), (gst_video_box_get_property),
27915         (gst_video_box_sink_link), (gst_video_box_i420),
27916         (gst_video_box_ayuv), (gst_video_box_chain),
27917         (gst_video_box_change_state), (plugin_init):
27918         Crops or adds borders around an image. can do alpha channel
27919         borders as well.
27920         * gst/videomixer/Makefile.am:
27921         * gst/videomixer/README:
27922         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27923         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27924         (gst_videomixer_pad_get_sink_event_masks),
27925         (gst_videomixer_pad_get_property),
27926         (gst_videomixer_pad_set_property),
27927         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27928         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27929         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27930         (gst_videomixer_base_init), (gst_videomixer_class_init),
27931         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27932         (gst_videomixer_handle_src_event),
27933         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27934         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27935         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27936         (gst_videomixer_loop), (gst_videomixer_get_property),
27937         (gst_videomixer_set_property), (gst_videomixer_change_state),
27938         (plugin_init):
27939         Generic video mixer plugin, can handle multiple inputs all with
27940         different framerates and video sizes. Is fully alpha channel
27941         aware.
27942
27943 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27944
27945         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27946           Select first track as master track. Not sure how else to handle
27947           that...
27948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27949           Discard discont events. Should fix #142962.
27950
27951 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27952
27953         * ext/alsa/Makefile.am:
27954         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27955         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27956         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27957         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27958         (gst_alsa_mixer_get_option):
27959         * ext/alsa/gstalsamixer.h:
27960         * ext/alsa/gstalsamixeroptions.c:
27961         (gst_alsa_mixer_options_get_type),
27962         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27963         (gst_alsa_mixer_options_new):
27964         * ext/alsa/gstalsamixeroptions.h:
27965         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27966         * ext/alsa/gstalsamixertrack.h:
27967           Add enumerations (as GstMixerOptions). Make correct distinction
27968           between input/output tracks. Add capture/playback private flag.
27969           Use flag to decide on whether to set capture or playback volumes
27970           or switches. Use playback and record switches.
27971         * gst-libs/gst/mixer/Makefile.am:
27972         * gst-libs/gst/mixer/mixer-marshal.list:
27973         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27974         (gst_mixer_set_option), (gst_mixer_get_option),
27975         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27976         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27977         * gst-libs/gst/mixer/mixer.h:
27978         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27979         (gst_mixer_options_class_init), (gst_mixer_options_init),
27980         (gst_mixer_options_dispose):
27981         * gst-libs/gst/mixer/mixeroptions.h:
27982           Add GstMixerOptions.
27983         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27984           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27985           broken device detection on computers with multiple OSS sound
27986           cards.
27987
27988 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27989
27990         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27991           fixate nicely even when the peer is not negotiating
27992
27993 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27994
27995         * gst/audioconvert/gstaudioconvert.c:
27996         (gst_audio_convert_parse_caps):
27997           make sure we don't allow depth > width
27998         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27999           fixate endianness to G_BYTE_ORDER as default
28000         * gst/audioscale/gstaudioscale.c:
28001           we don't handle another endianness as host-endianness
28002
28003 2004-05-25  David Schleef  <ds@schleef.org>
28004
28005         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
28006
28007 2004-05-24  Benjamin Otte  <otte@gnome.org>
28008
28009         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
28010         (gst_oggvorbisenc_setup):
28011           properly fail when we can't setup the vorbis encoder due to
28012           unsupported settings
28013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
28014         (gst_vorbisenc_setup):
28015           same
28016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28017           fix case where warnings occured when one pad was unlinked while the
28018           other's link function was called
28019
28020 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28021
28022         * gst/tcp/Makefile.am:
28023           use GST_ENABLE_NEW
28024
28025 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28026
28027         * gst-libs/gst/resample/private.h:
28028           don't use optimizations that are #if 0'ed
28029
28030 2004-05-24  Wim Taymans  <wim@fluendo.com>
28031
28032         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
28033         Fix potential division by zero error and hopefully get
28034         the position query right to get correct timestamps on avi
28035         audio.
28036
28037 2004-05-24  Wim Taymans  <wim@fluendo.com>
28038
28039         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
28040         (gst_videoscale_scale_nearest_str2),
28041         (gst_videoscale_scale_nearest_str4),
28042         (gst_videoscale_scale_nearest_32bit),
28043         (gst_videoscale_scale_nearest_24bit),
28044         (gst_videoscale_scale_nearest_16bit):
28045         Fix the scaling algorithm and avoid a buffer overflow.
28046         removed the while loop in the scaling function as it
28047         was used for point sampling only.
28048
28049 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28050
28051         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28052         (gst_id3_tag_class_init), (gst_id3_tag_init),
28053         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
28054         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
28055         (gst_id3_tag_send_tag_event):
28056           lots of fixes to make id3mux work and id3demux work correctly
28057
28058 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28059
28060         * ext/Makefile.am:
28061           add rules to build shout2send (was removed by accident
28062           when this module was no more marked experimental/broken)
28063
28064 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28065
28066         * ext/shout2/gstshout2.c:
28067         * ext/shout2/gstshout2.h:
28068           adding a "connection problem" signal to shout2send
28069           (fixes #142954)
28070
28071 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28072
28073         * ext/kio/kioreceiver.cpp:
28074         * ext/kio/kioreceiver.h:
28075           fix sign comparison issues
28076
28077 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28078
28079         * gst/cdxaparse/gstcdxaparse.c:
28080         * gst/cdxaparse/gstcdxaparse.h:
28081           some renaming
28082           add some checks/sanity
28083           prepare for seek addition
28084
28085         * sys/sunaudio/gstsunaudio.c:
28086           remove exported dupe init function
28087
28088 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
28089
28090         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
28091         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
28092           Fix format conversion and position querying.
28093         * gst/debug/progressreport.c: (gst_progressreport_report):
28094           Don't output a bogus total value that we didn't query.
28095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28096           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
28097           only a blank window after xine has been used.
28098
28099 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28100
28101         * m4/as-arts.m4:
28102           sync with upstream version to fix test on FC2
28103           readd with -ko to preserve Id header
28104
28105 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28106
28107         * configure.ac:
28108           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
28109         * gst/tcp/gsttcpclientsrc.c: idem
28110         * gst/tcp/gsttcpserversink.c: idem
28111         * gst/tcp/gsttcpserversrc.c: idem
28112         * m4/gst-fionread.m4: idem
28113
28114         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
28115
28116         * configure.ac: enable speex plugin for speex 1.1.5+
28117         * ext/speex/gstspeexenc.c: fix cast warning
28118
28119         * ext/esd/README: fix typo
28120
28121 2004-05-20  David Schleef  <ds@schleef.org>
28122
28123         * configure.ac: Minor cosmetic change to convince the buildbot to
28124         reautogen.
28125         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
28126         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
28127         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
28128         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
28129         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
28130         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
28131         More hacking.  Plays audio now.
28132
28133 2004-05-20  David Schleef  <ds@schleef.org>
28134
28135         * configure.ac:
28136         * sys/Makefile.am:
28137
28138 2004-05-20  David Schleef  <ds@schleef.org>
28139
28140         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
28141         * sys/osxaudio/gstosxaudio.c:
28142         * sys/osxaudio/gstosxaudioelement.c:
28143         * sys/osxaudio/gstosxaudioelement.h:
28144         * sys/osxaudio/gstosxaudiosink.c:
28145         * sys/osxaudio/gstosxaudiosink.h:
28146         * sys/osxaudio/gstosxaudiosrc.c:
28147         * sys/osxaudio/gstosxaudiosrc.h:
28148
28149 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28150
28151         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
28152         (gst_vorbisenc_chain):
28153           put the codec headers on the caps as streamheader as well as
28154           pushing them out
28155
28156 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28157
28158         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28159         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
28160         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
28161         split up push_packet into two functions
28162
28163 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28164
28165         * gst/tcp/.cvsignore:
28166           ignore enums
28167         * gst/tcp/Makefile.am:
28168         * gst/tcp/README:
28169         * gst/tcp/gsttcp.c:
28170         * gst/tcp/gsttcp.h:
28171         * gst/tcp/gsttcpclientsink.c:
28172         * gst/tcp/gsttcpclientsink.h:
28173         * gst/tcp/gsttcpclientsrc.c:
28174         * gst/tcp/gsttcpclientsrc.h:
28175         * gst/tcp/gsttcpplugin.c:
28176         * gst/tcp/gsttcpserversink.c:
28177         * gst/tcp/gsttcpserversink.h:
28178         * gst/tcp/gsttcpserversrc.c:
28179         * gst/tcp/gsttcpserversrc.h:
28180           add new tcp elements
28181
28182 2004-05-19  Wim Taymans  <wim@fluendo.com>
28183
28184         * gst/law/mulaw-conversion.c: (mulaw_encode):
28185         Fix overflow bug in ulaw encoding.
28186
28187 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28188
28189         * ext/mad/gstmad.c: (gst_mad_handle_event):
28190           don't unref the event twice
28191
28192 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28193
28194         * configure.ac:
28195           remove -Wno-sign-compare
28196
28197 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28198
28199         * configure.ac:
28200           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
28201           if you want to work against glib 2.2 and 2.4
28202
28203 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28204
28205         * gst/tcp/Makefile.am:
28206         * gst/tcp/gsttcp.c:
28207         * gst/tcp/gsttcp.h:
28208         * gst/tcp/gsttcpsink.h:
28209         * gst/tcp/gsttcpsrc.h:
28210           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28211
28212 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28213
28214         * gst/debug/tests.c: (md5_get_value):
28215           fix segfault on gst-inspect
28216
28217 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28218
28219         * gst/debug/testplugin.c:
28220         * gst/debug/tests.c:
28221         * gst/debug/tests.h:
28222           add new extensible and configurable testing element. Current tests
28223           include buffer count, stream length, timestamp/duration matching and
28224           md5.
28225         * gst/debug/Makefile.am:
28226         * gst/debug/gstdebug.c: (plugin_init):
28227           add infrastructure for new element
28228
28229 2004-05-19  Johan Dahlin  <johan@gnome.org>
28230
28231         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28232         ending of the array. Fixes gst-inspect segfault on ppc.
28233
28234 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28235
28236         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28237
28238         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28239
28240 2004-05-18  David Schleef  <ds@schleef.org>
28241
28242         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28243         warnings (bugs, actually) noticed by gcc but not forte.
28244
28245 2004-05-18  David Schleef  <ds@schleef.org>
28246
28247         * sys/sunaudio/Makefile.am:
28248         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28249
28250 2004-05-18  David Schleef  <ds@schleef.org>
28251
28252         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28253         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28254         to allow qtdemux to use non-seekable streams. (bug #142272)
28255
28256 2004-05-18  David Schleef  <ds@schleef.org>
28257
28258         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28259         (gst_resample_sinc_ft_float): Remove use of static temporary
28260         buffer.  This code was obviously not supposed to last long, but
28261         it's stuck in our ABI, so it required a little hack to make it
28262         ABI-compatible.  Fixes #142585.
28263         * gst-libs/gst/resample/resample.h: same.
28264
28265 2004-05-18  David Schleef  <ds@schleef.org>
28266
28267         * configure.ac: Add sunaudio
28268         * examples/Makefile.am: make gstplay depend on gconf
28269         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28270         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28271         (convert_table_lookup), (img_convert): remove c99-isms
28272         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28273           unsigned, to fix a warning on Solaris
28274         * gst/mpeg1sys/systems.c: bcopy->memcpy
28275         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28276         * sys/Makefile.am: Add sunaudio
28277
28278 2004-05-18  Wim Taymans  <wim@fluendo.com>
28279
28280         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28281         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28282         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28283         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28284         (gst_ogg_mux_loop):
28285         Fix an ugly memleak where the muxer didn't flush enough ogg
28286         pages. This also resulted in badly muxed ogg files.
28287
28288 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28289
28290         * gst/asfdemux/asfheaders.c :
28291         * gst/asfdemux/asfheaders.h :
28292         * gst/asfdemux/gstasfdemux.c :
28293           - fix ASF_OBJ_PADDING guid
28294           - add 3 new object guids (language list, metadata,
28295             extended stream properties)
28296           - add a function to parse extended header objects
28297
28298 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28299
28300         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28301           remove leftover debugging g_print
28302
28303 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28304
28305         * ext/mad/gstmad.c: (gst_mad_handle_event):
28306           Fix for when the first format in a discont event is not a
28307           byte-based one. Should fix #137710.
28308
28309 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28310
28311         * m4/a52.m4 : fix compilation with -Wall -Werror
28312         * m4/libfame.m4 : idem
28313         * m4/libmikmod.m4 : idem
28314
28315 2004-05-17  Benjamin Otte  <otte@gnome.org>
28316
28317         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28318           signal the new tags before giving up the reference
28319
28320 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28321
28322         * ext/shout2/gstshout2.c:
28323           use application/ogg instead of application/x-ogg (patch by Patrick
28324           Guimond, fixes #142432)
28325         * sys/oss/gstosselement.c: (gst_osselement_reset),
28326         (gst_osselement_sync_parms):
28327           don't set fragment size unless specified (fixes #142493)
28328
28329 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28330
28331         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28332           fixes #142664
28333
28334 2004-05-17  Benjamin Otte  <otte@gnome.org>
28335
28336         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28337           compute offsets correctly for internal buffers so timestamps are set
28338           correctly when we can't seek. Also handle cases where there are no
28339           offsets. (based on a patch by David Moore, fixes #142507)
28340
28341 2004-05-17  Benjamin Otte  <otte@gnome.org>
28342
28343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28344           use correct variable when determining amount of data to skip so we
28345           don't skip into the void and segfault
28346
28347 2004-05-16  Benjamin Otte  <otte@gnome.org>
28348
28349         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28350           Hi, I'm a memleak
28351
28352 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28353
28354         * gst/asfdemux/gstasfdemux.c:
28355           - fix a mem leak and always propagate tags
28356           - add WMV3 to known video codecs (but no decoder yet)
28357           - replace "surplus data" at end of audio header for what
28358             it is : codec specific data
28359           - fix a typo
28360
28361 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28362
28363         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28364
28365         * gst-libs/gst/audio/audioclock.c:
28366           Fix wrong return type (#142205).
28367
28368 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28369
28370         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28371           Ignore CRCs by default (fixes #142566).
28372
28373 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28374
28375         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28376         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28377         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28378         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28379         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28380         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28381           Fix for cases where we fail to attach to a mixer.
28382
28383 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28384
28385         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28386           Don't touch events after not owning them anymore.
28387         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28388         (gst_wavparse_fmt), (gst_wavparse_other),
28389         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28390         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28391         (gst_wavparse_srcpad_event):
28392         * gst/wavparse/gstwavparse.h:
28393           Add seeking, fix querying.
28394
28395 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28396
28397         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28398           - process comments even if they don't end with \0\0
28399             g_convert would ignore them if present and works well without them
28400
28401 2004-05-16  Benjamin Otte  <otte@gnome.org>
28402
28403         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28404           simplify caps
28405
28406 2004-05-16  Benjamin Otte  <otte@gnome.org>
28407
28408         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28409           don't write to memory we might not write to - g_convert does that
28410           for us anyway (fixes #142613)
28411         (gst_asf_demux_audio_caps):
28412           comment out gst_util_dump_mem
28413
28414 2004-05-16  Benjamin Otte  <otte@gnome.org>
28415
28416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28417           compute correct expected timestamps after seek (broken since
28418           last commit)
28419         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28420           rename element and debugging category to gdkpixbufscale
28421
28422 2004-05-16  Benjamin Otte  <otte@gnome.org>
28423
28424         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28425           add error checking to snd_pcm_delay and remove duplicate call to
28426           snd_pcm_delay that caused issues (see inline code comments)
28427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28428           make more readable and fix return value when snd_pcm_delay fails
28429         (fixes #142586)
28430
28431 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28432         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28433         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28434         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28435         (gst_pixbufscale_link), (gst_pixbufscale_init),
28436         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28437         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28438         (gst_pixbufscale_get_property), (pixbufscale_init):
28439         * ext/gdk_pixbuf/pixbufscale.h:
28440         Add these files I forgot earlier
28441
28442 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28443         * ext/gdk_pixbuf/Makefile.am:
28444         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28445         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28446         Add new pixbufscale element to scale RGB video
28447         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28448         and HYPER interpolation correctly.
28449         * ext/theora/theoraenc.c: (theora_enc_chain),
28450         Discard buffer and return if explicit caps could not be set
28451         (theora_enc_get_property):
28452         Make _get return kbps for the bitrate consistent with
28453         the _set function.
28454
28455
28456 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28457
28458         * ext/libvisual/visual.c: (gst_visual_chain):
28459           add missing visual_audio_analyze
28460
28461 2004-05-14  David Schleef  <ds@schleef.org>
28462
28463         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28464         is killed while we're playing.
28465         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28466         gst_element_no_more_pads().
28467
28468 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28469
28470         * gst-libs/gst/riff/riff-read.c :
28471           - fix INFO tag extraction in RIFF/AVI files
28472             because gst_event_unref (event) also freed taglist
28473           - avoid a mem leak
28474
28475 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28476
28477         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28478         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28479
28480         * gst/auparse/gstauparse.c :
28481           - add code (commented for now) to support audio/x-adpcm on src pad
28482             (we have no decoder for those layout yet)
28483
28484         * gst/cdxaparse/gstcdxaparse.c :
28485         * gst/cdxaparse/gstcdxaparse.h :
28486           - partial rewrite using RiffRead (ripped iain's wavparse code)
28487
28488         * gst/rtp/gstrtpL16enc.c : typo
28489         * gst/rtp/gstrtpgsmenc.c : typo
28490
28491 2004-05-13  Benjamin Otte  <otte@gnome.org>
28492
28493         * configure.ac:
28494           check for exact version of libvisual, it's not supposed to be
28495           API/ABI stable yet
28496
28497 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28498
28499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28500           signal no-more-pads
28501
28502 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28503
28504         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28505         Report which format was used for GST_FORMAT_DEFAULT
28506         * gst/debug/Makefile.am:
28507         * gst/debug/gstdebug.c: (plugin_init):
28508         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28509         (gst_progressreport_class_init), (gst_progressreport_init),
28510         (gst_progressreport_report), (gst_progressreport_set_property),
28511         (gst_progressreport_get_property), (gst_progressreport_chain),
28512         (gst_progressreport_plugin_init):
28513         Add progressreport element for testing.
28514
28515 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28516
28517         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28518         * sys/v4l/gstv4lsrc.h:
28519         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28520         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28521         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28522         (gst_v4lsrc_grab_frame):
28523           add more debugging
28524           send a discont at start
28525
28526 2004-05-12  Colin Walters  <walters@redhat.com>
28527
28528         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28529         inflooping if we can't find a chunk.  Or in other words, don't blow
28530         chunks if we don't have a chunk to blow.
28531
28532 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28533         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28534         Remove old debug output
28535         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28536         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28537         (gst_dvdec_set_property), (gst_dvdec_get_property):
28538         Change the quality setting to an enum, so it works from gst-launch
28539         Don't renegotiate a non-linked pad. Allows audio only decoding.
28540         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28541         (gst_deinterlace_link), (gst_deinterlace_init):
28542         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28543         (gst_videodrop_link):
28544         Some caps negotiation fixes
28545
28546 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28547
28548         * ext/tarkin/gsttarkin.c :
28549           - Change RANK from NONE to PRIMARY
28550         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28551           - Change RANK from NONE to MARGINAL
28552         * ext/divx/gstdivxenc.c :
28553           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28554
28555 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28556
28557         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28558         (gst_vorbisenc_push_packet):
28559           copy a function that was added between 1.0 and 1.0.1 until we
28560           depend on worthwhile features of post-1.0
28561
28562 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28563
28564         * configure.ac:
28565           enable shout2 by default
28566         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28567         (gst_shout2send_base_init), (gst_shout2send_init),
28568         (gst_shout2send_connect), (gst_shout2send_change_state):
28569         * ext/shout2/gstshout2.h:
28570           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28571           #142262)
28572         * ext/theora/theora.c: (plugin_init):
28573           don't set rank on encoders
28574
28575 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28576
28577         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28578           Use codec_data property instead of flag1 and flag2 for wma
28579
28580 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28581
28582         * gst/cdxaparse/gstcdxaparse.c :
28583           - Add mpegversion to CAPS to make it link
28584           - Rank is as GST_RANK_SECONDARY instead of NONE
28585         * gst/auparse/gstauparse.c :
28586           - Document all audio encoding we can encounter from Solaris 9
28587             headers and libsndfile information.
28588           - Increase max. rate from 48000 to 192000 (to match other elements)
28589           - Don't try to play junk data between header and samples
28590
28591 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28592
28593         * ext/libvisual/visual.c: (gst_visual_getcaps):
28594           use the right caps depending on endianness (I hope)
28595         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28596           use GST_RANK_NONE for all non-decoding elements or spider gets
28597           mighty confused
28598
28599 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28600
28601         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28602           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28603
28604 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28605
28606         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28607         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28608         (gst_switch_loop), (gst_switch_get_type):
28609           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28610           HEADERS. Had to be said.
28611
28612 2004-05-10  David Schleef  <ds@schleef.org>
28613
28614         * configure.ac: Add prototype Dirac support.
28615         * ext/Makefile.am:
28616         * ext/dirac/Makefile.am:
28617         * ext/dirac/gstdirac.cc:
28618         * ext/dirac/gstdiracdec.cc:
28619
28620 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28621
28622         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28623         (gst_auparse_init), (gst_auparse_chain),
28624         (gst_auparse_change_state):
28625           Hack around spider. Remove me some day please.
28626
28627 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28628
28629         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28630           Fix for some uninitialized variables in previous patch, also
28631           makes it work. Fixes #142286 while we're at it.
28632
28633 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28634
28635         * gst/auparse/gstauparse.c:
28636                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28637                 only unsupported formats are ADPCM/CCITT G.72x
28638                 reviewed by Ronald
28639         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28640
28641 2004-05-10  Wim Taymans  <wim@fluendo.com>
28642
28643         * ext/vorbis/Makefile.am:
28644         * ext/vorbis/README:
28645         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28646         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28647         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28648         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28649         (gst_oggvorbisenc_convert_sink),
28650         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28651         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28652         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28653         (get_constraints_string), (update_start_message),
28654         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28655         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28656         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28657         * ext/vorbis/oggvorbisenc.h:
28658         * ext/vorbis/vorbis.c: (plugin_init):
28659         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28660         (raw_caps_factory), (gst_vorbisenc_class_init),
28661         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28662         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28663         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28664         * ext/vorbis/vorbisenc.h:
28665         Added a raw vorbis encoder to be used with the oggmuxer.
28666         We still need the old encoder for some gnome applications,
28667         read the README to find out how that works.
28668         The raw encoder is called "rawvorbisenc" until 0.9.
28669
28670 2004-05-10  Wim Taymans  <wim@fluendo.com>
28671
28672         * ext/ogg/gstogg.c: (plugin_init):
28673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28674         (gst_ogg_print):
28675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28676         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28677         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28678         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28679         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28680         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28681         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28682         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28683         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28684         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28685         Added an ogg muxer.
28686         Small typo fixes in the demuxer.
28687
28688 2004-05-10  Wim Taymans  <wim@fluendo.com>
28689
28690         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28691         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28692         (theora_enc_change_state), (theora_enc_set_property),
28693         (theora_enc_get_property):
28694         Mark the last packet with an EOS flag which is not really needed
28695         in gstreamer.
28696         Do some better video framerate initialisation.
28697         Update the buffer timestamp.
28698
28699 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28700
28701         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28702         Return the result of the parent state change call
28703
28704 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28705
28706         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28707         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28708         * gst/law/alaw-encode.c : (idem)
28709         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28710         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28711         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28712
28713 2004-05-09  Benjamin Otte  <otte@gnome.org>
28714
28715         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28716           don't use a fixed buffer size when writing variable length data to
28717           it. Fixes memory corruption and makes alsasrc work
28718
28719 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28720
28721         * ext/gnomevfs/gstgnomevfssink.c:
28722         (_gst_boolean_allow_overwrite_accumulator),
28723         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28724           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28725           RUN_LAST, and don't use that to set the accumulator value because
28726           then it's always FALSE.
28727
28728 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28729
28730         * gst-libs/gst/riff/riff-media.c:
28731         (gst_riff_create_video_caps_with_data),
28732         (gst_riff_create_audio_caps),
28733         (gst_riff_create_audio_template_caps):
28734         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28735           Fix for unaligned RIFF files (i.e. where all the chunks together
28736           in a LIST chunk are not of the same size as the size given in
28737           the LIST chunk header). Fixes several odd WAVE files. Also fix
28738           ADPCM (block_align property) in audio, so that wavparse based
28739           on this works now as it used to stand-alone.
28740
28741 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28742
28743         reviewed by Benjamin Otte  <otte@gnome.org>
28744
28745         * ext/a52dec/gsta52dec.c:
28746         * ext/divx/gstdivxdec.c:
28747         * ext/divx/gstdivxenc.c:
28748         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28749         * ext/faac/gstfaac.c: (gst_faac_base_init):
28750         * ext/faad/gstfaad.c: (gst_faad_base_init):
28751         * ext/ivorbis/vorbisfile.c:
28752         * ext/lame/gstlame.c:
28753         * ext/libfame/gstlibfame.c:
28754         * ext/mpeg2enc/gstmpeg2enc.cc:
28755         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28756         * ext/sidplay/gstsiddec.cc:
28757         * ext/speex/gstspeexdec.c:
28758         * ext/speex/gstspeexenc.c:
28759         * ext/xvid/gstxviddec.c:
28760         * ext/xvid/gstxvidenc.c:
28761           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28762           (fixes #142193)
28763
28764 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28765
28766         * ext/alsa/gstalsa.c: (device_list),
28767         (gst_alsa_class_probe_devices):
28768         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28769           Fix alsa oddness in mixer after the combination of using mixer
28770           in source/sink elements and using hw:x,y instead of just hw:x.
28771
28772 2004-05-09  Benjamin Otte  <otte@gnome.org>
28773
28774         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28775         (gst_wavparse_create_sourcepad):
28776           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28777           sourcepads
28778
28779 2004-05-09  Benjamin Otte  <otte@gnome.org>
28780
28781         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28782           allow discont events before caps nego
28783
28784 2004-05-08  Benjamin Otte  <otte@gnome.org>
28785
28786         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28787           don't leak events
28788
28789 2004-05-08  Benjamin Otte  <otte@gnome.org>
28790
28791         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28792         (gst_level_change_state), (gst_level_init):
28793         * gst/level/gstlevel.h:
28794           figure out if we're initialized directly instead of keeping a
28795           variable that's wrong in 90% of cases
28796           don't initialize pads and then leak them and use a new unitialized
28797           pad. (fixes #142084)
28798           these were bugs so n00bish I didn't find them for an hour :/
28799
28800 2004-05-08 Iain <iain@prettypeople.org>
28801
28802         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28803         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28804         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28805         return the length that was read.
28806         (gst_riff_read_strf_auds): Allow fmt tags as well.
28807
28808 2004-05-07  David Schleef  <ds@schleef.org>
28809
28810         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28811         signed char assumption in faad.h.
28812
28813 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28814
28815         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28816           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28817
28818 2004-05-07  Colin Walters  <walters@redhat.com>
28819
28820         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28821         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28822         function.
28823         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28824         Add dispose function.
28825
28826 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28827         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28828           Fix caps nego and pad templates. RGB mode caps should
28829           work now.
28830         * ext/dvdnav/gst-dvd:
28831           Move mpeg2dec inside the thread because otherwise the
28832           queue rejects cap changes mid-stream
28833         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28834         (gst_mpeg2dec_flush_decoder):
28835           For mpeg2dec > 0.4.0, call the flush function instead of
28836           manually extracting all in-flight frames.
28837         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28838         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28839           Change mime type video/dv go video/x-dv to match the
28840           rest of gst-plugins
28841
28842 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28843
28844         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28845         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28846         (gst_alsa_sink_class_init):
28847         * ext/alsa/gstalsasink.h:
28848         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28849         (gst_alsa_src_class_init):
28850         * ext/alsa/gstalsasrc.h:
28851           Make alsasink/src a subclass of alsamixer so that mixer stuff
28852           shows up in gst-rec. Needs some finetuning.
28853
28854 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28855
28856         * ext/lame/gstlame.c: (gst_lame_chain):
28857           simplify
28858         * ext/mad/gstmad.c: (gst_mad_handle_event):
28859           fix event leak
28860         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28861           be able to detect mp3 files < 4096 bytes
28862
28863 2004-05-06  Wim Taymans  <wim@fluendo.com>
28864
28865         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28866         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28867         (theora_enc_set_property), (theora_enc_get_property):
28868         Also encode the first frame, cleanup some code.
28869
28870 2004-05-06  Wim Taymans  <wim@fluendo.com>
28871
28872         * ext/mpeg2enc/gstmpeg2enc.cc:
28873         Forward events first before deciding that negotiation was
28874         not performed.
28875
28876 2004-05-06  Wim Taymans  <wim@fluendo.com>
28877
28878         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28879         First process the events before deciding that negotiation
28880         was not performed.
28881
28882 2004-05-06  Wim Taymans  <wim@fluendo.com>
28883
28884         * ext/theora/Makefile.am:
28885         * ext/theora/theora.c: (plugin_init):
28886         * ext/theora/theoradec.c: (theora_dec_change_state):
28887         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28888         (gst_theora_enc_class_init), (gst_theora_enc_init),
28889         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28890         (theora_enc_chain), (theora_enc_change_state),
28891         (theora_enc_set_property), (theora_enc_get_property):
28892         Added a theora encoder, grouped the encoder and decoder into the
28893         same plugin.
28894
28895 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28896
28897         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28898         (gst_jpegenc_chain):
28899         fix DURATION on outgoing buffers
28900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28901         debug using time formats
28902         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28904         (gst_xvimagesink_sink_link):
28905         windows with width/height 0 generate X errors, so don't allow them
28906
28907 2004-05-05  Wim Taymans  <wim@fluendo.com>
28908
28909         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28910         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28911         (gst_mpeg2dec_negotiate_format):
28912         * ext/mpeg2dec/gstmpeg2dec.h:
28913           removed the static pad template so that we can add the
28914           more accurate framerate value to the caps.
28915
28916
28917 2004-05-04  Benjamin Otte  <otte@gnome.org>
28918
28919         * configure.ac:
28920           check for kdemacros.h, too (should fix #141821)
28921         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28922           don't crash if no header was sent, but nicely error out (fixes part
28923           of #141554)
28924
28925 2004-05-04  Wim Taymans  <wim@fluendo.com>
28926
28927         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28928         parent dispose function to avoid segfault on destroy.
28929
28930 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28931
28932         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28933         (plugin_init):
28934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28935         (gst_xvimagesink_sink_link):
28936         clean up debugging caps
28937         also recreate xvimage when format has changed
28938
28939 2004-05-04  Benjamin Otte  <otte@gnome.org>
28940
28941         * ext/libvisual/Makefile.am:
28942         * ext/libvisual/visual.c: (gst_visual_class_init),
28943         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28944         (gst_visual_srclink), (gst_visual_chain),
28945         (gst_visual_change_state), (plugin_init):
28946           use a GstAdapter to correctly adapt buffer sizes - allows using a
28947           framerate
28948
28949 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28950
28951         * sys/v4l/gstv4lelement.h:
28952         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28953         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28954         (gst_v4lsrc_buffer_free):
28955         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28956         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28957         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28958         (gst_v4lsrc_requeue_frame):
28959         move some debugging categories around
28960         query for fps index and set accordingly if found
28961
28962 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28963
28964         * ext/lame/gstlame.c:
28965         correct defaults that lame_init puts out of range
28966
28967 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28968
28969         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28970         (gst_divxenc_class_init):
28971         fix range since -1 is the default
28972         * gst/mpeg1sys/gstmpeg1systemencode.c:
28973         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28974         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28975         (gst_rtjpegdec_chain):
28976         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28977         (gst_rtjpegenc_chain):
28978         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28979         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28980         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28981         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28982         * sys/v4l/gstv4lsrc.c:
28983         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28984         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28985         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28986         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28987         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28988           remove gst_info calls
28989
28990 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28991
28992         * Makefile.am:
28993         * po/af.po:
28994         * po/az.po:
28995         * po/en_GB.po:
28996         * po/nl.po:
28997         * po/sr.po:
28998         * po/sv.po:
28999           Updated translations
29000
29001 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29002
29003         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29004           refactor/comment code
29005
29006 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29007
29008         * gst/asfdemux/Makefile.am:
29009         * gst/asfdemux/asfheaders.c:
29010         * gst/asfdemux/asfheaders.h:
29011         * gst/asfdemux/gstasf.c: (plugin_init):
29012         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
29013         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
29014         (gst_asf_demux_setup_pad):
29015         * gst/asfdemux/gstasfdemux.h:
29016         * gst/asfdemux/gstasfmux.c:
29017         * gst/asfdemux/gstasfmux.h:
29018           Add tagging support to demuxer, split out registration in its own
29019           file instead of in demux (hacky), and prevent having some tables
29020           in our memory multiple times (in asfheaders.h).
29021
29022 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29023
29024         * gst/matroska/matroska-demux.c:
29025         (gst_matroska_demux_parse_metadata):
29026         * gst/matroska/matroska-ids.h:
29027           Basic tag reading support.
29028
29029 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29030
29031         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29032           Really detect ac-3 audio.
29033         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
29034           really detect matroska files (off-by-1).
29035
29036 2004-04-30  David Schleef  <ds@schleef.org>
29037
29038         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29039         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
29040         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
29041         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
29042         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
29043         hackage -- parse a lot more atoms, extract a few tags.  One might even
29044         mistake this for tag support.  Maybe it is.
29045         * gst/qtdemux/qtdemux.h:
29046
29047 2004-04-30  Colin Walters  <walters@verbum.org>
29048
29049         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
29050
29051 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29052
29053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29054         (gst_ffmpegcolorspace_getcaps):
29055           remove broken nego fix
29056
29057 2004-04-30  Benjamin Otte  <otte@gnome.org>
29058
29059         * configure.ac:
29060         * ext/Makefile.am:
29061         * ext/libvisual/Makefile.am:
29062         * ext/libvisual/visual.c:
29063           add initial support for libvisual (http://libvisual.sourceforge.net)
29064           libvisual is still quite alpha, so expect crashes in there :)
29065
29066 2004-04-29  David Schleef  <ds@schleef.org>
29067
29068         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
29069         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
29070         up qtdemux to make it spit out codec_data.  Do _not_ look at this
29071         code; you will no longer respect me.
29072
29073 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29074
29075         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
29076         * ext/alsa/gstalsa.h :
29077         change alsa pcm device discovery to find more than 1 device
29078         per card. code review by Ronald.
29079
29080 2004-04-29  David Schleef  <ds@schleef.org>
29081
29082         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
29083         Add a check for a driver bug on FreeBSD.  (bug #140565)
29084
29085 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29086
29087         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
29088         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29089         (gst_jpegenc_getcaps):
29090           move format setting to inner loop
29091         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29092         (gst_ffmpegcolorspace_getcaps):
29093           use GST_PAD_CAPS if available so that we use already negotiated
29094           caps
29095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29096         (qtdemux_parse_moov), (qtdemux_parse):
29097           extra debugging
29098         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
29099         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
29100           move hardcoded path to DEFINE
29101
29102 2004-04-28  David Schleef  <ds@schleef.org>
29103
29104         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
29105         (bug #140064)
29106
29107 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29108
29109         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29110           Don't probe for playback device if we're a source element. Fixes
29111           #139658.
29112
29113 2004-04-29  Benjamin Otte  <otte@gnome.org>
29114
29115         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29116         (gst_id3_tag_chain):
29117           rewrite buffer offset
29118
29119 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29120
29121         * configure.ac:
29122         * ext/Makefile.am:
29123         * ext/dts/Makefile.am:
29124         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
29125         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
29126         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
29127         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
29128         (gst_dtsdec_loop), (gst_dtsdec_change_state),
29129         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
29130         (plugin_init):
29131         * ext/dts/gstdtsdec.h:
29132           New DTS decoder.
29133         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
29134         (gst_faad_srcconnect):
29135           Add ESDS atom handling (.m4a).
29136
29137 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29138
29139         * ext/divx/gstdivxdec.c: (plugin_init):
29140           Remove comment that makes no sense.
29141         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
29142           Fix for obvious typo that resulted in warnings during gst-register.
29143         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
29144         (gst_xviddec_sink_link):
29145           Fix caps negotiation a bit better.
29146         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29147           We call this 'codec_data', not 'esds'.
29148
29149 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29150
29151         * gst/monoscope/gstmonoscope.c:
29152           make sure we only provide 256x128
29153         * gst/monoscope/monoscope.c: (monoscope_init):
29154           assert size of 256x128
29155
29156 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29157
29158         * Makefile.am:
29159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
29160         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
29161           fixate to max width and height of device
29162
29163 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29164
29165         * Makefile.am:
29166         * sys/v4l/gstv4l.c:
29167         * sys/v4l/gstv4lsrc.c:
29168         * sys/v4l/v4l_calls.c:
29169         * sys/v4l/v4lsrc_calls.c:
29170           fix for qc-usb driver which fakes having more than one buffer
29171           by handing the same buffer twice, which confused GStreamer's/v4lsrc
29172           buffer_free override
29173           add debugging
29174
29175 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29176
29177         * Makefile.am:
29178         * gst/videotestsrc/gstvideotestsrc.c:
29179         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
29180         (gst_videotestsrc_init), (gst_videotestsrc_get),
29181         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
29182         * gst/videotestsrc/gstvideotestsrc.h:
29183           add num-buffers property
29184
29185         2004-04-26  Benjamin Otte  <otte@gnome.org>
29186
29187         * ext/mad/gstid3tag.c: (plugin_init):
29188           set id3mux rank to NONE so it doesn't confuse spider
29189           require audio/mpeg,mpegversion=1 in id3mux
29190
29191 2004-04-26  Benjamin Otte  <otte@gnome.org>
29192
29193         * configure.ac:
29194           detect faad correctly as non-working if it's indeed non-working
29195
29196 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29197
29198         * Makefile.am:
29199         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29200         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
29201         fix _getcaps so it only negotiates to its supported format
29202
29203 2004-04-25  Benjamin Otte  <otte@gnome.org>
29204
29205         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29206           fix memleak
29207
29208 2004-04-23  Benjamin Otte  <otte@gnome.org>
29209
29210         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29211           audio/x-raw-int with height rules! not. Now it's depth.
29212
29213 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29214
29215         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29216         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29217         (gst_wavparse_loop):
29218           Missing variable initialization. Add handling of DVI ADPCM. Fix
29219           mis-parsing of LIST chunks. This works around a bug where we mis-
29220           parse non-aligning LIST chunks (so LIST chunks where the contents
29221           don't align with the actual LIST size). The correct fix is to use
29222           rifflib, I'm not going to fix wavparse - too much work. All this
29223           fixes #104878.
29224
29225 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29226
29227         reviewed by Benjamin Otte  <otte@gnome.org>
29228
29229         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29230           fix shoutcast not working (fixes #140844)
29231
29232 2004-04-22  Benjamin Otte  <otte@gnome.org>
29233
29234         * ext/hermes/gsthermescolorspace.c:
29235         (gst_hermes_colorspace_caps_remove_format_info):
29236         * gst/colorspace/gstcolorspace.c:
29237         (gst_colorspace_caps_remove_format_info):
29238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29239         (gst_ffmpegcolorspace_caps_remove_format_info):
29240           s/gst_caps_simplify/gst_caps_do_simplify/
29241
29242 2004-04-22  Benjamin Otte  <otte@gnome.org>
29243
29244         * gst-libs/gst/riff/riff-media.c:
29245         (gst_riff_create_video_caps_with_data):
29246           mpegversion is an int
29247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29248           don't try to create pad templates with NULL caps, use any caps
29249           instead.
29250
29251 2004-04-20  David Schleef  <ds@schleef.org>
29252
29253         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29254         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29255         (bug #140384)
29256
29257 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29258
29259         reviewed by David Schleef
29260
29261         * ext/mad/gstid3tag.c: Add stdlib.h
29262         * gst/rtp/gstrtpgsmenc.c: same
29263         * gst/tags/gstid3tag.c: same
29264         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29265         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29266         GST_DISABLE_LOADSAVE use.
29267         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29268         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29269         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29270         atol(3)).
29271         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29272         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29273         strtoul(3)).
29274         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29275         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29276         $(ID3_CFLAGS).
29277         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29278         $(LIBFAME_CFLAGS).
29279
29280 2004-04-20  David Schleef  <ds@schleef.org>
29281
29282         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29283         last checkin.  Same idea.
29284
29285 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29286
29287         reviewed by David Schleef
29288
29289         * configure.ac: bump required gstreamer version to 0.8.1.1
29290         because of following changes [--ds]
29291
29292         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29293         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29294         (gst_riff_read_header):  Use GST_READ_UINT*
29295         macros to access possibly unaligned memory.
29296
29297         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29298         (mp3_type_find):  Use GST_READ_UINT*
29299         macros to access possibly unaligned memory.
29300         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29301         (speex_type_find): Likewise
29302
29303         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29304
29305         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29306         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29307         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29308         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29309         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29310         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29311         macros to access possibly unaligned memory.
29312
29313         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29314         Likewise.
29315
29316         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29317         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29318
29319         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29320         Likewise.
29321
29322         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29323         (gst_mpeg2subt_chain_subtitle): Likewise.
29324
29325         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29326         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29327         Likewise.
29328
29329         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29330         Likewise.
29331
29332         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29333         Likewise.
29334
29335         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29336         Likewise.
29337
29338 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29339
29340         * configure.ac:
29341           update required version of GStreamer because of GST_TIME_FORMAT
29342
29343 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29344
29345         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29346           remove leftover g_print
29347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29348           don't try setting only a subset of the caps. We don't want to kill
29349           autoplugging on purpose
29350
29351 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29352
29353         * sys/ximage/ximagesink.c: (plugin_init):
29354         * sys/xvimage/xvimagesink.c: (plugin_init):
29355           add debugging categories
29356
29357 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29358
29359         * po/en_GB.po:
29360         * po/LINGUAS:
29361           Adding en_GB translation (Gareth Owen)
29362
29363 2004-04-20  David Schleef  <ds@schleef.org>
29364
29365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29366         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29367         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29368         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29369         A number of new features and hacks to extract the esds atom and
29370         put it into the caps.  (bug #137724)
29371
29372 2004-04-19  David Schleef  <ds@schleef.org>
29373
29374         * gconf/Makefile.am: Fix for non-GNU make
29375         * gst-libs/gst/Makefile.am: Change directory order to handle
29376         GstPlay linking with gstinterfaces
29377         * gst-libs/gst/audio/make_filter: make use of tr portable
29378         * gst-libs/gst/play/Makefile.am: Add intended \
29379         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29380         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29381         function prototype instead of void *.
29382         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29383         macro.
29384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29385         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29386         * gst/videofilter/make_filter: make use of tr portable
29387         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29388
29389 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29390
29391         * po/LINGUAS:
29392         * po/uk.po:
29393           Added Ukrainian translation (Maxim V. Dziumanenko)
29394
29395 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29396
29397         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29398         (gst_gsmdec_link), (gst_gsmdec_chain):
29399           Fix capsnego, simplify chain function slightly.
29400         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29401           Add GSM.
29402
29403 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29404
29405         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29406         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29407         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29408           Hack to make wavparse work with spider (always -> sometimes pad).
29409           Fixes #135862 && #140411.
29410
29411 2004-04-18  Benjamin Otte  <otte@gnome.org>
29412
29413         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29414         (gst_osselement_rate_probe_check),
29415         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29416           get rid of \n in debug output
29417
29418 2004-04-17  Iain <iain@prettypeople.org>
29419
29420         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29421         not just EOS.
29422
29423 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29424
29425         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29426         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29427         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29428         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29429         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29430         (gst_id3_tag_change_state), (plugin_init):
29431           deprecate id3tag element and replace with id3demux/id3mux.
29432           great side effect: this ugly file is now even uglier, yay!
29433         * ext/mad/gstmad.h:
29434           remove non-available function
29435           update for new get_type
29436
29437 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29438
29439         * configure.ac:
29440           require mpeg2dec >= 0.4.0
29441
29442 2004-04-17  Benjamin Otte  <otte@gnome.org>
29443
29444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29445         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29446         (gst_xvimagesink_set_xwindow_id):
29447           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29448           assorted cleanup fixes.
29449
29450 2004-04-16  David Schleef  <ds@schleef.org>
29451
29452         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29453         * sys/xvimage/xvimagesink.h: same
29454
29455 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29456
29457         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29458           Fix GST_ELEMENT_ERROR with (NULL)
29459
29460 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29461
29462         * gst-libs/gst/riff/riff-media.c:
29463         (gst_riff_create_video_caps_with_data):
29464           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29465
29466 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29467
29468         * gst-libs/gst/riff/riff-media.c:
29469         (gst_riff_create_video_caps_with_data),
29470         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29471         (gst_riff_create_video_template_caps),
29472         (gst_riff_create_audio_template_caps):
29473         * gst-libs/gst/riff/riff-media.h:
29474         * gst-libs/gst/riff/riff-read.c:
29475         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29476         * gst-libs/gst/riff/riff-read.h:
29477         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29478           Add MS RLE support. I added some functions to read out strf chunks
29479           into strf chunks and the data behind it. This is usually color
29480           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29481           caps creation. Lastly, add ADPCM (similar to wavparse - which
29482           should eventually be rifflib based).
29483         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29484         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29485         * gst/matroska/matroska-demux.h:
29486           Remove placeholders for some prehistoric tagging system. Didn't add
29487           support for any tag system really anyway.
29488         * gst/qtdemux/qtdemux.c:
29489           Add support for audio/x-m4a (MPEG-4) through spider.
29490         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29491         (gst_wavparse_loop):
29492           ADPCM support (#135862). Increase max. buffer size because we
29493           cannot split buffers for ADPCM (screws references) and I've seen
29494           files with 2048 byte chunks. 4096 seems safe for now.
29495
29496 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29497
29498         * configure.ac: bump nano to 1
29499
29500 === release 0.8.1 ===
29501
29502 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29503
29504         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29505
29506 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29507
29508         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29509           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29510           Fixes #140058
29511
29512 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29513
29514         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29515           lower rank of dvddemux so that it's not used for mpeg playback.
29516
29517 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29518
29519         * configure.ac:
29520           save libs correctly when checking mad
29521
29522 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29523
29524         * ext/mad/gstid3tag.c: (plugin_init):
29525           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29526
29527 2004-04-13  David Schleef  <ds@schleef.org>
29528
29529         * common/m4/gst-feature.m4: Call -config scripts with
29530         --plugin-libs if it is supported.
29531         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29532         JPEG images are image/jpeg.
29533         * gst/debug/Makefile.am:
29534         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29535         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29536         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29537         (gst_negotiation_plugin_init): Add a property that acts like
29538         filter caps.
29539         * testsuite/gst-lint:  Move license checking to be a standard
29540         test.
29541
29542 2004-04-13  David Schleef  <ds@schleef.org>
29543
29544         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29545         patch from Sebastien Cote (bug #139958)
29546
29547 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29548
29549         * examples/gstplay/Makefile.am:
29550         * examples/gstplay/player.c: (main):
29551           make the commandline player example use gconf settings
29552
29553 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29554
29555         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29556         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29557         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29558           init/end library during state transition, not object
29559           creation/disposal.  get rid of custom dispose handler.
29560
29561
29562 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29563
29564         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29565         be a symlink
29566
29567 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29568
29569         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29570           Handle JUNK chunks inside data section. Prevents warnings.
29571
29572 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29573
29574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29575         (gst_riff_create_video_template_caps):
29576           Add MS video v1.
29577         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29578         (gst_avi_demux_stream_data):
29579           Add support for "rec-list" chunks.
29580
29581 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29584           Fix another codecname mismatch.
29585
29586 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29589           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29590           so that MJPEG plays back.
29591
29592 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29593
29594         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29595         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29596         * gst/mpeg1videoparse/gstmp1videoparse.h:
29597           Fix for some slight mis-cuts in buffer parsing, and for some
29598           potential overflows or faults-causers. Adds disconts. Also fixes
29599           #139105 while we're at it.
29600
29601 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29602
29603         * configure.ac:
29604         * sys/v4l2/gstv4l2element.h:
29605           Workaround for missing struct v4l2_buffer declaration in Suse 9
29606           and Mandrake 10 linux/videodev2.h header file (#135919).
29607
29608 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29609
29610         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29611           Bail out if no filename was given.
29612
29613 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29614
29615         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29616         (gst_v4l2_fourcc_from_structure):
29617           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29618           Y41B somewhere).
29619
29620 2004-04-09  Benjamin Otte  <otte@gnome.org>
29621
29622         * ext/gnomevfs/gstgnomevfssink.c:
29623         (_gst_boolean_allow_overwrite_accumulator),
29624         (gst_gnomevfssink_class_init):
29625           fix erase signal - if any handler returns false the file will not be
29626           overwritten. If no handler is connected, the file will not be
29627           overwritten either.
29628           renamed signal to "allow-overwrite"
29629         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29630           free string when adding it to ID3 failed
29631         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29632           unref event when done
29633         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29634           free caps
29635         * gst/typefind/gsttypefindfunctions.c:
29636         (mpeg_video_stream_type_find):
29637           fix invalid read
29638
29639 2004-04-08  David Schleef  <ds@schleef.org>
29640
29641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29642         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29643
29644 2004-04-08  David Schleef  <ds@schleef.org>
29645
29646         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29647         we don't support (bug #139532)
29648
29649 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29650
29651         * ext/mad/gstmad.c: (gst_mad_handle_event),
29652         (gst_mad_check_caps_reset), (gst_mad_chain),
29653         (gst_mad_change_state):
29654           only set explicit caps if they haven't been set before for
29655           this stream.  MPEG-audio sample rate/channels aren't allowed
29656           to change in-stream.
29657           Fixes #139382
29658
29659 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29660
29661         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29662         (_gst_boolean_did_something_accumulator),
29663         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29664         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29665         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29666         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29667         (gst_gnomevfssink_change_state):
29668           Fix erase signal. Don't erase by default. Remove handoff signal.
29669           Remove erase property. Don't segfault. General cleanup.
29670
29671 2004-04-07  Benjamin Otte  <otte@gnome.org>
29672
29673         * gst-libs/gst/gconf/test-gconf.c: (main):
29674           add missing gst_init
29675
29676 2004-04-07  Benjamin Otte  <otte@gnome.org>
29677
29678         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29679           free the mutexes, too
29680
29681 2004-04-07  Benjamin Otte  <otte@gnome.org>
29682
29683         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29684           actually free the URI string
29685         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29686           compute offset correctly when passing discont events
29687         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29688           don't leak discont events
29689         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29690           add some missing breaks so caps aren't copied randomly
29691         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29692           if we realloc memory, we better use it
29693
29694 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29695
29696         * ext/mad/gstmad.c: (normal_seek):
29697           fix GST_FORMAT_TIME usage
29698
29699 2004-04-05  David Schleef  <ds@schleef.org>
29700
29701         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29702         a deprecated function (hack!)
29703
29704 2004-04-05  Benjamin Otte  <otte@gnome.org>
29705
29706         * ext/esd/esdmon.c: (gst_esdmon_get):
29707           fix nonterminated vararg and memleak
29708
29709 2004-04-05  Benjamin Otte  <otte@gnome.org>
29710
29711         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29712         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29713         (gst_ladspa_set_property), (gst_ladspa_get_property),
29714         (gst_ladspa_instantiate), (gst_ladspa_activate),
29715         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29716           clean up debugging
29717
29718 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29719
29720         reviewed by Benjamin Otte  <otte@gnome.org>
29721
29722         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29723           check for broken LADSPA parameters (fixes #138635)
29724
29725 2004-04-05  Benjamin Otte  <otte@gnome.org>
29726
29727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29728           advertise buffer-frames correctly on sinkpads
29729
29730 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29731
29732         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29733         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29734         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29735         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29736         (gst_mad_check_caps_reset), (gst_mad_chain):
29737         add more debugging, only reset caps when we're not in error state
29738
29739 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29740
29741         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29742
29743 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29744
29745         reviewed by Benjamin Otte  <otte@gnome.org>
29746
29747         * configure.ac:
29748           fix == in test(1) operator
29749
29750 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29751
29752         reviewed by Benjamin Otte  <otte@gnome.org>
29753
29754         * configure.ac:
29755           fix --export-symblos-regex to a working regex.
29756
29757 2004-04-04  Benjamin Otte  <otte@gnome.org>
29758
29759         * sys/oss/.cvsignore:
29760           add for oss_probe
29761
29762 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29763
29764         reviewed by Benjamin Otte  <otte@gnome.org>
29765
29766         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29767           add missing 'new_media' argument (fixes #138168)
29768         * gst/matroska/matroska-demux.c:
29769         (gst_matroska_demux_handle_seek_event):
29770           add vararg terminator (fixes #138169)
29771
29772 2004-04-02  David Schleef  <ds@schleef.org>
29773
29774         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29775         disted (bug #138914)
29776
29777 2004-04-01  Benjamin Otte  <otte@gnome.org>
29778
29779         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29780         (gst_alsa_close_audio):
29781           handle case better where a soundcard can't pause
29782         * ext/ogg/gstoggdemux.c:
29783           don't crash when we get events but don't have pads yet
29784
29785 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29786
29787         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29788           throw an error if we couldn't probe any caps.
29789
29790 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29791
29792         * ext/dvdnav/gst-dvd:
29793         Add a really simple sample DVD player
29794
29795 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29796
29797         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29798         (gst_a52dec_push), (gst_a52dec_handle_event),
29799         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29800         (gst_a52dec_change_state):
29801         * ext/a52dec/gsta52dec.h:
29802           Use a debug category, Output timestamps correctly
29803           Emit tag info, Handle events, tell liba52dec about cpu
29804           capabilities so it can use MMX etc.
29805         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29806           Fix a crasher accessing invalid memory
29807         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29808         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29809         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29810         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29811         (dvdnavsrc_query):
29812           Some support for byte-format seeking.
29813           Small fixes for still frames and menu button overlays
29814         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29815         (gst_mpeg2dec_alloc_buffer):
29816           Use a debug category. Adjust the report level of several items to
29817           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29818           so it doesn't lose the GstBuffer pointer
29819         * gst/debug/Makefile.am:
29820         * gst/debug/gstdebug.c: (plugin_init):
29821         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29822         (gst_navseek_base_init), (gst_navseek_class_init),
29823         (gst_navseek_init), (gst_navseek_seek),
29824         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29825         (gst_navseek_get_property), (gst_navseek_chain),
29826         (gst_navseek_plugin_init):
29827         * gst/debug/gstnavseek.h:
29828           Add the navseek debug element for seeking back and forth in a
29829           video stream using arrow keys.
29830         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29831         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29832         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29833         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29834         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29835         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29836         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29837         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29838         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29839         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29840         * gst/mpeg2sub/gstmpeg2subt.h:
29841           Pretty much a complete rewrite. Now a loopbased element. May still
29842           require work to properly synchronise subtitle buffers.
29843         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29844         (gst_dvd_demux_send_subbuffer):
29845         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29846           Don't attempt to create subbuffers of size 0
29847           Reduce a couple of error outputs to warnings.
29848         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29849         (gst_y4mencode_chain):
29850         Output the y4m frame header correctly.
29851
29852 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29853
29854         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29855           throw errors instead of allowing SIGFPE
29856
29857 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29858
29859         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29860         (gst_gconf_render_bin_from_key):
29861           leak plugging and style fixing
29862
29863 2004-03-31  David Schleef  <ds@schleef.org>
29864
29865         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29866         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29867         (bug #138225)
29868         * gst/debug/Makefile.am:
29869         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29870         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29871         plugin.
29872         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29873         (gst_negotiation_base_init), (gst_negotiation_class_init),
29874         (gst_negotiation_init), (gst_negotiation_getcaps),
29875         (gst_negotiation_pad_link), (gst_negotiation_chain),
29876         (gst_negotiation_set_property), (gst_negotiation_get_property),
29877         (gst_negotiation_plugin_init):  New element to talk about random
29878         negotiation things happening in a pipeline.
29879
29880 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29881
29882         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29883           fix integer addition with help of Stefan Kost
29884
29885 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29886
29887         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29888
29889 2004-03-30  David Schleef  <ds@schleef.org>
29890
29891         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29892         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29893         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29894         (bug #137504)
29895         * ext/mpeg2dec/gstmpeg2dec.h:
29896
29897 2004-03-30  David Schleef  <ds@schleef.org>
29898
29899         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29900
29901 2004-03-30  David Schleef  <ds@schleef.org>
29902
29903         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29904         Michael Petullo) to handle .mov
29905
29906 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29907
29908         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29909         (gst_osselement_rate_check_rate):
29910           probe caps correctly for sound cards that only support one format
29911
29912 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29913
29914         * ext/kio/kiosrc.cpp: (process_events):
29915           update handling event processing if inside KDE - untested
29916
29917 2004-03-29  David Schleef  <ds@schleef.org>
29918
29919         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29920         by 2 to not interfere with other colorspaces.
29921         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29922         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29923         one to not interfere with ffmpeg_colorspace.
29924
29925 2004-03-29  David Schleef  <ds@schleef.org>
29926
29927         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29928         aren't in the caps.
29929         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29930         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29931
29932 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29933
29934         * gst-libs/gst/riff/riff-media.c:
29935           fail on error, don't try to set stuff on NULL caps
29936
29937 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29938
29939         * configure.ac:
29940         * ext/Makefile.am:
29941         * ext/kio/Makefile.am:
29942         * ext/kio/kioreceiver.cpp:
29943         * ext/kio/kioreceiver.h:
29944         * ext/kio/kiosrc.cpp:
29945         * ext/kio/kiosrc.h:
29946           add experimental kiosrc plugin
29947         * ext/alsa/gstalsaplugin.c: (plugin_init):
29948           initialize debugging category only when we're sure registering the
29949           plugins worked.
29950
29951 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29952
29953         * examples/gstplay/player.c: (main):
29954         * gst-libs/gst/play/play.c: (gst_play_class_init),
29955         (gst_play_set_location), (gst_play_set_data_src),
29956         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29957         (gst_play_set_visualization), (gst_play_connect_visualization):
29958           check return values of element_set_state and return FALSE where
29959           failed
29960
29961 2004-03-29  Benjamin Otte  <otte@gnome.org>
29962
29963         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29964           try harder to check if an event is really a discont
29965
29966 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29967
29968         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29969         * po/az.po:
29970
29971 2004-03-28  Benjamin Otte  <otte@gnome.org>
29972
29973         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29974         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29975         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29976           get rid of non-standard "..." ranges in case statements.
29977
29978 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29979
29980         * gst/mpegstream/gstmpegdemux.c:
29981         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29982         specific functionality split to the new dvddemux element.
29983         * gst/mpegstream/gstdvddemux.c:
29984         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29985         streams, derived from mpegdemux.
29986         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29987         up. SCR based timestamp rewriting can be turned off (will probably
29988         completely disappear soon).
29989         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29990         hacking. General cleanup. All printf statements replaced by
29991         debugging messages. Almost complete libdvdnav support.
29992         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29993         by events. New properties for audio and subpicture languages.
29994         (dvdnavsrc_update_highlight): Now uses events.
29995         (dvdnavsrc_user_op): Cleaned up.
29996         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29997         based). Lots of cleanup, and propper support for most libdvdnav
29998         events.
29999         (dvdnavsrc_make_dvd_event): New function.
30000         (dvdnavsrc_make_dvd_nav_packet_event): New function.
30001         (dvdnavsrc_make_clut_change_event): New function.
30002
30003 2004-03-26  Benjamin Otte  <otte@gnome.org>
30004
30005         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
30006           fix bug where typefinding would claim it's theora whenever less then
30007           7 bytes of data were available
30008
30009 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30010
30011         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
30012         (gst_alawdec_base_init), (gst_alawdec_class_init),
30013         (gst_alawdec_init), (gst_alawdec_chain):
30014         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
30015         (gst_alawenc_base_init), (gst_alawenc_class_init),
30016         (gst_alawenc_init), (gst_alawenc_chain):
30017         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
30018         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
30019         (gst_mulawdec_init), (gst_mulawdec_chain):
30020         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
30021         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
30022         (gst_mulawenc_init), (gst_mulawenc_chain):
30023           Fix capsnego in all four, remove the unused property functions and
30024           simplify the chain functions slightly. I guess we could use macros
30025           or something similar for those, since the code is so similar, but
30026           I'm currently too lazy...
30027
30028 2004-03-24  David Schleef  <ds@schleef.org>
30029
30030         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30031         (gst_osselement_close_audio), (gst_osselement_probe_caps),
30032         (gst_osselement_get_format_structure),
30033         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
30034         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
30035         (gst_osselement_rate_int_compare): Add code to handle rate probing
30036         (bug #120883)
30037         * sys/oss/gstosselement.h: same
30038         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
30039         Use rate probing provided by osselement.
30040         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
30041
30042 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30043
30044         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
30045         (gst_xvidenc_get_property):
30046           ulong/int mess-up.
30047
30048 2004-03-24  David Schleef  <ds@schleef.org>
30049
30050         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
30051         (gst_speexdec_init):
30052         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
30053         (gst_speexenc_init):  Create the pad template correctly (from
30054         the static pad template, not a NULL pointer.)
30055
30056 2004-03-25  Benjamin Otte  <otte@gnome.org>
30057
30058         * gst/debug/Makefile.am:
30059         * gst/debug/breakmydata.c:
30060           add element that quasi-randomly changes bytes in the stream.
30061           Intended use is robustness checking of demuxers and decoders in
30062           media tests.
30063
30064 2004-03-24  Benjamin Otte  <otte@gnome.org>
30065
30066         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30067         (gst_alsa_probe_hw_params):
30068         * ext/alsa/gstalsa.h:
30069           debugging output fixes
30070
30071 2004-03-24  Benjamin Otte  <otte@gnome.org>
30072
30073         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
30074           don't g_return_if_fail if element is PLAYING, fail silently as every
30075           other element.
30076         * gst/effectv/gstquark.c: (gst_quarktv_chain):
30077           only fix needed for cast lvalue issues in gst-plugins
30078         * gst/volenv/gstvolenv.c: (gst_volenv_init):
30079           add proxy_getcaps
30080
30081 2004-03-24  Benjamin Otte  <otte@gnome.org>
30082
30083         * gst/level/gstlevel.c: (gst_level_init):
30084           add proxying getcaps function, so level doesn't advertise impossible
30085           caps
30086
30087 2004-03-24  David Schleef  <ds@schleef.org>
30088
30089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30090         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
30091         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
30092         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
30093         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
30094         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
30095         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
30096         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
30097         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
30098         messages.  Divide the chunk size by the compression ratio
30099         (needed for MACE audio)
30100
30101 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30102
30103         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30104           Fix buffer overflow read error.
30105
30106 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30107
30108         * ext/alsa/gstalsa.h:
30109           Remove unused entry.
30110         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30111           Add cinepak.
30112         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30113         (gst_videodrop_link), (gst_videodrop_chain):
30114           Fix, sort of. Was horribly broken with new capsnego. Bah...
30115
30116 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
30117
30118         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
30119         (plugin_init):
30120         Add a monkeysaudio typefind function
30121
30122 2004-03-23  Johan Dahlin  <johan@gnome.org>
30123
30124         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
30125         (gst_play_video_fixate): Check so the structure has the field
30126         before trying to fixate them, this makes it possible to have
30127         fakesinks for video and audio output without printing errors on
30128         the output console.
30129
30130 2004-03-22  David Schleef  <ds@schleef.org>
30131
30132         * sys/oss/Makefile.am:
30133         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
30134         (check_rate), (add_rate):  Rate probing test app.
30135
30136 2004-03-21  Benjamin Otte  <otte@gnome.org>
30137
30138         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30139         (_fixate_caps_to_int), (gst_audio_convert_fixate):
30140           add a fixation function that pretty much does the right thing (fixes
30141           #137556)
30142
30143 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
30144
30145         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
30146
30147 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
30148
30149         reviewed by: Benjamin Otte  <otte@gnome.org>
30150
30151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30152           terminate gst_event_new_discontinuous correctly (fixes parts of
30153           #137711)
30154
30155 2004-03-19  David Schleef  <ds@schleef.org>
30156
30157         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
30158         since it doesn't depend on X, and it's part of our ABI.
30159
30160 2004-03-19  Iain <iain@prettypeople.org>
30161
30162         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
30163         is_int in the structure, not the local variable.
30164
30165 2004-03-19  David Schleef  <ds@schleef.org>
30166
30167         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
30168         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
30169         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
30170         Improvements in caps negotiation.
30171
30172 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30173
30174         * po/LINGUAS:
30175         * po/af.po:
30176           adding Afrikaans (Petri Jooste)
30177
30178 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30179
30180         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30181         (gst_ffmpegcolorspace_chain):
30182         throw error instead of g_critical (#137588)
30183
30184 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30185
30186         * Makefile.am:
30187         * configure.ac:
30188           dist common and m4 correctly
30189         * po/sv.po:
30190
30191 2004-03-17  David Schleef  <ds@schleef.org>
30192
30193         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
30194         (bug #137348)
30195
30196 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30197
30198         * po/LINGUAS:
30199         * po/sv.po:
30200           adding Swedish translation (Christian Rose)
30201
30202 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30203
30204         * Makefile.am: use release.mak
30205
30206 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30207
30208         * common/ChangeLog:
30209         * common/gst-autogen.sh:
30210           add some explanation about the version detection
30211         * configure.ac:
30212           fix X check
30213
30214 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30215
30216         * configure.ac: bump nano to 1
30217
30218 === release 0.8.0 ===
30219
30220 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30221
30222         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30223
30224 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30225
30226         * configure.ac:
30227           update libtool version
30228         * gst-libs/gst/media-info/Makefile.am:
30229           actually use libtool version
30230
30231 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30232
30233         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30234
30235 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30236
30237         * configure.ac:
30238         * gst-plugins.spec.in:
30239         * pkgconfig/Makefile.am:
30240         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30241         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30242         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30243         * pkgconfig/gstreamer-libs.pc.in:
30244         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30245         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30246         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30247         * pkgconfig/gstreamer-plugins.pc.in:
30248           remove @VERSION@ from some of the pc files since core and plugins
30249           are decoupled.
30250           created gstreamer-plugins.pc as it's a better name, but keeping
30251           -libs around for now to get fixes upstream done first.
30252
30253 2004-03-15  Julien MOUTTE <julien@moutte.net>
30254
30255         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30256         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30257         * gst-libs/gst/play/play.h:
30258
30259 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30260
30261         * *.c, *.cc: don't mix tabs and spaces
30262
30263 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30264
30265         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30266           use the new ffmpegcolorspace
30267         * gst-plugins.spec.in:
30268           package new colorspace and media-info
30269         * configure.ac:
30270         * pkgconfig/Makefile.am:
30271           fix some more disting issues
30272         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30273         * pkgconfig/gstreamer-media-info.pc.in:
30274           generate media-info pc files
30275
30276 2004-03-15  Johan Dahlin  <johan@gnome.org>
30277
30278         * *.h: Revert indenting
30279
30280 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30281
30282         * configure.ac:
30283           adding ffmpegcolorspace element
30284         * gst/ffmpegcolorspace/Makefile.am:
30285         * gst/ffmpegcolorspace/avcodec.h:
30286         * gst/ffmpegcolorspace/common.h:
30287         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30288         * gst/ffmpegcolorspace/dsputil.h:
30289         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30290         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30291         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30292         (gst_ffmpeg_caps_to_pix_fmt):
30293         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30295         (gst_ffmpegcolorspace_caps_remove_format_info),
30296         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30297         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30298         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30299         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30300         (gst_ffmpegcolorspace_set_property),
30301         (gst_ffmpegcolorspace_get_property),
30302         (gst_ffmpegcolorspace_register):
30303         * gst/ffmpegcolorspace/imgconvert.c:
30304         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30305         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30306         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30307         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30308         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30309         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30310         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30311         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30312         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30313         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30314         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30315         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30316         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30317         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30318         (img_get_alpha_info), (deinterlace_line),
30319         (deinterlace_line_inplace), (deinterlace_bottom_field),
30320         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30321         * gst/ffmpegcolorspace/imgconvert_template.h:
30322         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30323         * gst/ffmpegcolorspace/mmx.h:
30324         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30325           adding ffmpegcolorspace element supplied by Ronald after cleaning
30326           up and pulling in the right bits of upstream source.
30327           I'm sure a better C/compiler wizard could do some cleaning up (for
30328           example use GLIB's malloc stuff), but as a first pass this
30329           works very well
30330
30331 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30332
30333         * ext/alsa/gstalsa.h:
30334           I assume Ronald forgot to commit the change to have cardname
30335           as a struct member.  Expect some public spanking at the next
30336           opportunity.
30337
30338 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30339
30340         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30341         (gst_alsa_open_audio), (gst_alsa_close_audio):
30342         * ext/alsa/gstalsa.c:
30343           Don't open the device if we're a mixer (= padless).
30344         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30345         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30346         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30347           Open mixer during state change rather than during object
30348           initialization. Also, get a device name. Currently in a somewhat
30349           hackish fashion, but I didn't really find something better.
30350
30351 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30352
30353         * *.c, *.h: run gst-indent
30354
30355 2004-03-14  Benjamin Otte  <otte@gnome.org>
30356
30357         * gst/modplug/gstmodplug.cc:
30358         * gst/modplug/gstmodplug.h:
30359           set correct timestamps on outgoing buffers
30360
30361 2004-03-14  Benjamin Otte  <otte@gnome.org>
30362
30363         * gst/modplug/gstmodplug.cc:
30364           handle events - don't do crap when a discont arrives that's not
30365           necessary
30366           This allows correct loading and playback of mods in Rhythmbox
30367
30368 2004-03-14  Benjamin Otte  <otte@gnome.org>
30369
30370         * configure.ac:
30371         * gst-libs/gst/gconf/Makefile.am:
30372         * pkgconfig/Makefile.am:
30373           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30374           they get rebuilt properly
30375         * configure.ac:
30376           when checking for vorbis, try pkgconfig first.
30377         * gst/modplug/gstmodplug.cc:
30378           add fixate function
30379
30380 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30381
30382         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30383           Fix for obvious mistake, where we first shift the offset and then
30384           read a samplesize element assuming the old offset. Note that this
30385           part still has something weird, i.e. my movies containing those
30386           don't actually play well, but at least there's something that looks
30387           like sound now.
30388
30389 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30390         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30391         (plugin_init):
30392         Add a typefind function for speex format
30393
30394 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30395
30396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30397         (gst_asf_demux_setup_pad):
30398           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30399           instead of 0. Reason is simple: some elements have a fps range
30400           of 1-max instead of 0-max. So now ASF video actually works.
30401
30402 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30403
30404         * po/LINGUAS:
30405         * po/sr.po:
30406           adding serbian as a language
30407
30408 2004-03-13  Benjamin Otte  <otte@gnome.org>
30409
30410         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30411           return taglist correctly from _get function, don't gst_pad_push it.
30412           (fixes #137042)
30413
30414 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30415         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30416
30417 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30418
30419         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30420         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30421         (gst_alsa_mixer_track_new):
30422         * ext/alsa/gstalsamixertrack.h:
30423           Fix ancient leftovers... MixerTrack is a GObject.
30424
30425 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30426
30427         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30428         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30429           Don't block during probing...
30430
30431 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30432
30433         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30434         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30435         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30436         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30437         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30438         (gst_alsa_open_audio), (gst_alsa_close_audio):
30439         * ext/alsa/gstalsa.h:
30440           Add propertyprobe interface implementation, add some device-name
30441           property, all this so that it looks good in gnome-volume-control.
30442
30443 2004-03-12  David Schleef  <ds@schleef.org>
30444
30445         * configure.ac: the Hermes library controls hermescolorspace, not
30446         colorspace.
30447         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30448         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30449         not /* */
30450         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30451         * ext/sdl/sdlvideosink.h: ditto.
30452         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30453
30454 2004-03-12  Benjamin Otte  <otte@gnome.org>
30455
30456         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30457         (gst_x_overlay_got_xwindow_id):
30458         * gst-libs/gst/xoverlay/xoverlay.h:
30459           replace XID with unsigned long to get rid of the xlibs dependency in
30460           XOverlay (fixes #137004)
30461
30462 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30463         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30464         (gst_agingtv_setup):
30465         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30466         (gst_dicetv_base_init), (gst_dicetv_class_init),
30467         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30468         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30469         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30470         (gst_edgetv_setup), (gst_edgetv_rgb32):
30471         * gst/effectv/gsteffectv.c:
30472         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30473         (gst_quarktv_set_property):
30474         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30475         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30476         (gst_revtv_setup), (gst_revtv_rgb32):
30477         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30478         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30479         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30480         (gst_shagadelictv_rgb32):
30481         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30482         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30483         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30484         * gst/effectv/gstwarp.c:
30485         Port everything that can be ported to videofilter and fix up the caps.
30486         Can someone with a big-endian machine please check these?
30487
30488 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30489
30490         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30491         (gst_osssink_chain), (gst_osssink_change_state):
30492           Latest fixes for A/V sync, audio playback and such. This is about
30493           all... MPEG playback issues are mostly related to the async build-
30494           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30495
30496 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30497
30498         patch from: Stephane Loeuillet
30499
30500         * configure.ac:
30501           use pkg-config for some libraries, falling back to the old .m4 way
30502           (fixes #131270)
30503         * m4/libdv.m4:
30504           removed
30505
30506 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30507
30508         * configure.ac:
30509         * tools/Makefile.am:
30510         * tools/Makefile.in:
30511         * tools/gst-launch-ext-m.m:
30512         * tools/gst-launch-ext.1.in:
30513         * tools/gst-visualise-m.m:
30514         * tools/gst-visualise.1:
30515         * tools/gst-visualise.1.in:
30516           reorganizing generation of script tools
30517
30518 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30519
30520         * ext/divx/gstdivxdec.c:
30521           Downgrade priority. We prefer ffdec_mpeg4.
30522         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30523         (gst_faad_chain), (gst_faad_change_state):
30524           Fix capsnego. Doesn't work for some sounds because we don't have
30525           a 5:1 to stereo element.
30526         * ext/xvid/gstxvid.c: (plugin_init):
30527           Add priority.
30528         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30529         (gst_osssink_change_state):
30530           Add discont handling.
30531
30532 2004-03-09  Colin Walters  <walters@verbum.org>
30533
30534         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30535         conversion.
30536
30537 2004-03-09  Benjamin Otte  <otte@gnome.org>
30538
30539         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30540           the signals take 2 arguments
30541
30542 2004-03-09  David Schleef  <ds@schleef.org>
30543
30544         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30545         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30546         * ext/alsa/gstalsa.h:
30547         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30548
30549 2004-03-09  Benjamin Otte  <otte@gnome.org>
30550
30551         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30552         (gst_mikmod_change_state):
30553         * ext/mikmod/gstmikmod.h:
30554           make mikmod's loop function not loop infinitely and call
30555           gst_element_yield anymore
30556         * gst/modplug/gstmodplug.cc:
30557           fix pad negotiation (fixes #136590)
30558
30559 2004-03-09  David Schleef  <ds@schleef.org>
30560
30561         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30562         doesn't conflict with the internal colorspace plugin.
30563         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30564         satisfy the crappy-ass shell shipped by a certain vendor.
30565         * gst/videofilter/make_filter: same (bug #135299)
30566
30567 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30568
30569         * configure.ac: bump nano to 1
30570
30571 === release 0.7.6 ===
30572
30573 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30574
30575         * configure.in: releasing 0.7.6, "There"
30576
30577 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30578
30579         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30580         * pkgconfig/gstreamer-play.pc.in:
30581           synchronize the two
30582
30583 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30584
30585         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30586         (cdparanoia_open), (cdparanoia_event):
30587           fix/add error handling
30588         * po/POTFILES.in:
30589           add cdparanoia source
30590         * tools/Makefile.am:
30591           make scripts executable
30592
30593 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30594
30595         * configure.ac:
30596         * ext/vorbis/Makefile.am:
30597         * sys/Makefile.am:
30598           remove id3types, vorbisfile and xvideosink from the build (#133783)
30599
30600 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30601
30602         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30603           Fix metadata read crash (#136537).
30604
30605 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30606
30607         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30608         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30609           adding mime types, fixing the one-stop function
30610
30611 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30612
30613         * ext/nas/nassink.c and /ext/nas/nassink.h:
30614         More NAS love from Arwed von Merkatz
30615         So lets all sing 'Can you feel the NAS tonight'
30616
30617 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30618
30619         * tools/gst-launch-ext.in:
30620         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30621
30622 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30623
30624         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30625         (gst_mpeg2dec_init):
30626         remove the user_data pad for now, because it is being used in
30627         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30628         If someone knows how to fix this properly, please do.
30629
30630 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30631
30632         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30633         (gst_osssink_get_time):
30634         add a warning, IMO this won't get triggered anymore, remove later
30635
30636 2004-03-07  David Schleef  <ds@schleef.org>
30637
30638         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30639         format (bug #136470)
30640
30641 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30642
30643         * gst-libs/Makefile.am:
30644         * gst-libs/gst/media-info/Makefile.am:
30645         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30646         (error_callback), (gst_media_info_error_create),
30647         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30648         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30649         * gst-libs/gst/media-info/media-info-priv.h:
30650         * gst-libs/gst/media-info/media-info-test.c: (main):
30651         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30652         (gst_media_info_class_init), (gst_media_info_instance_init),
30653         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30654         (gst_media_info_read_idler), (gst_media_info_read):
30655         * gst-libs/gst/media-info/media-info.h:
30656         fixed, should work now
30657
30658 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30659
30660         * ext/nas/nassink.c:
30661         A bunch of NAS fixes from Arwed von Merkatz
30662
30663 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30664
30665         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30666         (qtdemux_parse_trak):
30667           Fix crash (j might be greater than n_samples, in which case we're
30668           writing outside the allocated space for the array) and memleak.
30669
30670 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30671
30672         * sys/oss/gstosssink.c: (gst_osssink_chain):
30673           And another caller that couldn't handle delay < 0 (unsigned
30674           integer overflow). Video now continues playing on an audio
30675           buffer underrun, and the clock continues working. Audio still
30676           stalls.
30677
30678 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30679
30680         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30681         (gst_osssink_get_time):
30682           get_delay() may return values lower than 0. In those cases, we
30683           should not actually cast to *unsigned* int64, that will break
30684           stuff horribly. In my case, it screwed up A/V sync in movies
30685           in totem rather badly.
30686
30687 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30688
30689         * ext/faac/gstfaac.c: (gst_faac_chain):
30690         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30691         * ext/libpng/gstpngenc.c: (user_write_data):
30692         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30693         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30694         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30695         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30696         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30697         of any buffer), should fix some leaks. I hope I didn't unref buffers
30698         that shouldn't be...
30699
30700 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30701
30702         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30703         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30704         (error_callback), (gmi_reset), (gmi_seek_to_track),
30705         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30706         (gmip_find_type_post), (gmip_find_stream_post),
30707         (gmip_find_track_streaminfo_post):
30708         * gst-libs/gst/media-info/media-info-priv.h:
30709         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30710         (info_print), (main):
30711         * gst-libs/gst/media-info/media-info.c:
30712         (gst_media_info_error_create), (gst_media_info_error_element),
30713         (gst_media_info_instance_init), (gst_media_info_get_property),
30714         (gst_media_info_new), (gst_media_info_set_source),
30715         (gst_media_info_read_idler), (gst_media_info_read):
30716         * gst-libs/gst/media-info/media-info.h:
30717           first pass at making this work again.  This seems to work on
30718           tagged ogg/vorbis and mp3 files.
30719
30720 2004-03-06  Benjamin Otte  <otte@gnome.org>
30721
30722         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30723           fix huge leak: gst_buffer_merge doesn't unref the first argument
30724           itself.
30725
30726 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30727
30728         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30729           report layer/mode/emphasis
30730
30731 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30732
30733         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30734
30735 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30736
30737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30738           signal serial
30739
30740 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30741
30742         * ext/vorbis/vorbis.c: (plugin_init):
30743         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30744         (gst_vorbis_dec_init), (vorbis_dec_event):
30745         add debug category
30746         make vorbisdec handle _BYTE and _TIME queries
30747
30748 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30749
30750         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30751           from the xing header
30752
30753 2004-03-06  Benjamin Otte  <otte@gnome.org>
30754
30755         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30756         (gst_audio_convert_link), (gst_audio_convert_change_state),
30757         (gst_audio_convert_buffer_from_default_format):
30758           do conversions from/to float correctly, fix some caps nego errors,
30759           export correct supported caps in template and getcaps, use correct
30760           caps in try_set_caps functions
30761
30762 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30763
30764         For some reason, I only committed a ChangeLog entry yesterday and
30765         not the corresponding code...
30766         * ext/mad/gstmad.c: Fix detection of Xing headers
30767         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30768
30769 2004-03-06  Benjamin Otte  <otte@gnome.org>
30770
30771         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30772         (gst_ogg_demux_src_query):
30773           make sure to handle the case where there's no current chain
30774           gracefully.
30775
30776 2004-03-05  David Schleef  <ds@schleef.org>
30777
30778         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30779         Add fixate function. (bug #131128)
30780         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30781         (gst_sdlvideosink_fixate):  Add fixate function.
30782         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30783         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30784         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30785         Fix missing break that was causing ulaw to be interpreted as
30786         raw int.
30787
30788 2004-03-05  David Schleef  <ds@schleef.org>
30789
30790         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30791         Fix code that ignores return value of gst_buffer_merge().
30792         (bug #114560)
30793         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30794         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30795         * testsuite/gst-lint:  Check for above.
30796
30797 2004-03-05  David Schleef  <ds@schleef.org>
30798
30799         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30800         caps and throw an element error.  (bug #136334)
30801
30802 2004-03-05  David Schleef  <ds@schleef.org>
30803
30804         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30805         (gst_faad_chain): Fix negotiation.
30806         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30807         key and button events.
30808         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30809         dung heap of code.
30810         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30811         depends on gconf
30812         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30813         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30814         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30815         function to encourage better negotiation, particularly between
30816         audioconvert and osssink.
30817         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30818         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30819         more important.
30820         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30821         typefinding.
30822         * gst/vbidec/vbiscreen.c:  Add glib header
30823         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30824
30825 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30826
30827         * ext/mad/gstmad.c: Fix detection of Xing headers
30828         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30829
30830 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30831
30832         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30833         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30834           debug updates
30835
30836 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30837
30838         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30839         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30840         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30841         files, and report the parsed length as a GST_TAG_DURATION tag.
30842         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30843
30844 2004-03-05  Benjamin Otte  <otte@gnome.org>
30845
30846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30847           convert channels correctly. convert correctly to unsigned.
30848
30849 2004-03-05  Julien MOUTTE <julien@moutte.net>
30850
30851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30852         we have a window before clearing it.
30853
30854 2004-03-05  Julien MOUTTE <julien@moutte.net>
30855
30856         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30857         have a window before clearing it.
30858
30859 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30860
30861         * gconf/gstreamer.schemas.in:
30862         * gst-libs/gst/gconf/Makefile.am:
30863           version installation path the same way as for 0.6
30864         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30865         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30866         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30867           remove comment that was fixed
30868
30869 2004-03-05  David Schleef  <ds@schleef.org>
30870
30871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30872         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30873         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30874         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30875         Add prototype code for handling seeking and querying.
30876
30877 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30878
30879         * examples/gstplay/player.c: (main):
30880           Initialize variables to NULL. Prevents a segfault because the
30881           (uninitialized) variable is not NULL, resulting in a crash on
30882           trying to reach error->message.
30883
30884 2004-03-05  Benjamin Otte  <otte@gnome.org>
30885
30886         * gst/audioconvert/gstaudioconvert.c:
30887         (gst_audio_convert_buffer_to_default_format):
30888         make float=>int conversion work correctly even in cornercases.
30889
30890 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30891
30892         * debian/README.Debian:
30893         * debian/build-deps:
30894         * debian/changelog:
30895         * debian/control:
30896         * debian/control.in:
30897         * debian/copyright:
30898         * debian/gstreamer-a52dec.files:
30899         * debian/gstreamer-aa.files:
30900         * debian/gstreamer-alsa.files:
30901         * debian/gstreamer-alsa.manpages:
30902         * debian/gstreamer-arts.files:
30903         * debian/gstreamer-artsd.files:
30904         * debian/gstreamer-audiofile.files:
30905         * debian/gstreamer-avifile.files:
30906         * debian/gstreamer-cdparanoia.files:
30907         * debian/gstreamer-colorspace.files:
30908         * debian/gstreamer-doc.files:
30909         * debian/gstreamer-dv.files:
30910         * debian/gstreamer-dvd.files:
30911         * debian/gstreamer-esd.files:
30912         * debian/gstreamer-festival.files:
30913         * debian/gstreamer-flac.files:
30914         * debian/gstreamer-gconf.conffiles:
30915         * debian/gstreamer-gconf.files:
30916         * debian/gstreamer-gconf.postinst:
30917         * debian/gstreamer-gnomevfs.files:
30918         * debian/gstreamer-gsm.files:
30919         * debian/gstreamer-http.files:
30920         * debian/gstreamer-jack.files:
30921         * debian/gstreamer-jpeg.files:
30922         * debian/gstreamer-mad.files:
30923         * debian/gstreamer-mikmod.files:
30924         * debian/gstreamer-misc.files:
30925         * debian/gstreamer-mpeg2dec.files:
30926         * debian/gstreamer-oss.files:
30927         * debian/gstreamer-plugin-apps.files:
30928         * debian/gstreamer-plugin-apps.manpages:
30929         * debian/gstreamer-plugin-libs-dev.files:
30930         * debian/gstreamer-plugin-libs.files:
30931         * debian/gstreamer-plugin-template.postinst:
30932         * debian/gstreamer-plugin-template.postrm:
30933         * debian/gstreamer-sdl.files:
30934         * debian/gstreamer-sid.files:
30935         * debian/gstreamer-vorbis.files:
30936         * debian/gstreamer-x.files:
30937         * debian/mk.control:
30938         * debian/rules:
30939         Debian package info not maintained here.
30940
30941 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30942
30943         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30944         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30945         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30946         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30947         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30948         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30949         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30950         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30951         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30952         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30953         * gst-libs/gst/colorbalance/colorbalance.c:
30954         (gst_color_balance_class_init):
30955         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30956         (gst_color_balance_channel_class_init):
30957         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30958         * gst-libs/gst/play/play.c: (gst_play_class_init):
30959         * gst-libs/gst/propertyprobe/propertyprobe.c:
30960         (gst_property_probe_iface_init):
30961         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30962         * gst-libs/gst/tuner/tunerchannel.c:
30963         (gst_tuner_channel_class_init):
30964         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30965         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30966         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30967         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30968         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30969         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30970         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30971         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30972         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30973           fix signals to use - instead of _
30974         * ext/libcaca/gstcacasink.h:
30975         * ext/sdl/sdlvideosink.h:
30976           fix header rename
30977
30978 2004-03-04  David Schleef  <ds@schleef.org>
30979
30980         * testsuite/gst-lint:  Add a check for bad signal names.
30981
30982 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30983
30984         reviewed by David Schleef
30985
30986         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30987         modified the alpha channel and caused a warning. (bug #136192)
30988
30989 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30990
30991         * gst-plugins.spec.in:
30992         Change names of plugins to actually be correct. Try to keep things
30993         alphabetical to avoid getting beat up by Thomas
30994
30995 2004-03-03  Julien MOUTTE <julien@moutte.net>
30996
30997         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30998         Using ximagesink as a default if no gconf key found. We should
30999         probably consider using alsasink instead of osssink for the audio
31000         part.
31001
31002 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31003
31004         * configure.ac:
31005           fix --with-plugins, don't think it ever worked before
31006         * gst-plugins.spec.in:
31007           even more updates
31008
31009 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31010
31011         * ext/sdl/sdlvideosink.h:
31012         * sys/ximage/ximagesink.h:
31013         * sys/xvideo/xvideosink.h:
31014         * sys/xvimage/xvimagesink.h:
31015           Fix for move of gstvideosink.h -> videosink.h.
31016
31017 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31018
31019         * gst-libs/gst/xwindowlistener/Makefile.am:
31020           this is a plugin library, not a library
31021
31022 2004-03-01  David Schleef  <ds@schleef.org>
31023
31024         * AUTHORS:  Added some names.  Add yourself if you're still
31025         missing.
31026
31027 2004-03-01  David Schleef  <ds@schleef.org>
31028
31029         * MAINTAINERS: Add
31030
31031 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31032
31033         * gst-plugins.spec.in: clean up spec file
31034
31035 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31036
31037         * gst-libs/gst/video/Makefile.am:
31038         * gst-libs/gst/video/gstvideosink.c:
31039         * gst-libs/gst/video/gstvideosink.h:
31040           rename gstvideosink.h to videosink.h to match other headers
31041         * gst/mixmatrix/Makefile.am:
31042           fix plugin filename
31043         * gst/tags/Makefile.am: fix plugin filename
31044
31045 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31046
31047         * gst/tags/Makefile.am: fix plugin filename
31048
31049 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31050
31051         * examples/gstplay/player.c: (got_time_tick), (main):
31052           add error handler
31053           display time_tick more readably
31054         * gst/mixmatrix/Makefile.am:
31055           fix plugin file name
31056
31057 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
31058
31059         * sys/oss/gstosselement.c: (gst_osselement_probe),
31060         (device_combination_append), (gst_osselement_class_probe_devices):
31061         * sys/oss/gstosselement.h:
31062           Reworked enumeration of oss dsps and mixers so that gst-mixer works
31063           on my system using alsa oss emulation, fixes bug #135597
31064
31065 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31066
31067         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
31068         (gst_videodrop_chain), (gst_videodrop_change_state):
31069         * gst/videodrop/gstvideodrop.h:
31070           Work based on timestamp of input data, not based on the expected
31071           framerate from the input. The consequence is that this element now
31072           not only scales framerates, but also functions as a framerate
31073           corrector or framerate stabilizer/constantizer.
31074
31075 2004-02-27  David Schleef  <ds@schleef.org>
31076
31077         patches from jmmv@menta.net (Julio M. Merino Vidal)
31078
31079         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
31080         GST_ELEMENT_ERROR call (bug #135634)
31081         * gst/interleave/interleave.c: (interleave_buffered_loop),
31082         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
31083         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
31084         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31085         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
31086         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
31087         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
31088         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
31089         Fix GST_ELEMENT_ERROR call.
31090         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
31091         GST_ELEMENT_ERROR call.
31092
31093 2004-02-27  Benjamin Otte  <otte@gnome.org>
31094
31095         * gst-libs/gst/audio/audio.h:
31096           add macro to make sure header isn't included twice
31097         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
31098           don't use gst_buffer_free
31099         * gst/playondemand/filter.func:
31100           don't use gst_data_free. Free data only once.
31101
31102 2004-02-26  David Schleef  <ds@schleef.org>
31103
31104         * gst-libs/gst/colorbalance/Makefile.am:
31105         * gst-libs/gst/mixer/Makefile.am:
31106         * gst-libs/gst/tuner/Makefile.am:
31107         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
31108         should not be disted, -marshal.h files should not be installed,
31109         and -enum.h files _should_ be installed.  Fix to make this the
31110         case.
31111
31112 === release 0.7.5 ===
31113
31114 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31115
31116         * configure.ac: release 0.7.5, "Under The Sea"
31117
31118 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31119
31120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31121         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
31122         * gst/videoscale/gstvideoscale.c:
31123         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
31124           assorted debug/warning fixes
31125
31126 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31127
31128         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31129         (gst_videoscale_init), (gst_videoscale_chain),
31130         (gst_videoscale_set_property), (plugin_init):
31131         * gst/videoscale/gstvideoscale.h:
31132         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31133         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
31134         (gst_videoscale_planar400), (gst_videoscale_packed422),
31135         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
31136         (gst_videoscale_24bit), (gst_videoscale_16bit),
31137         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
31138         (gst_videoscale_scale_plane_slow),
31139         (gst_videoscale_scale_point_sample),
31140         (gst_videoscale_scale_nearest),
31141         (gst_videoscale_scale_nearest_str2),
31142         (gst_videoscale_scale_nearest_str4),
31143         (gst_videoscale_scale_nearest_32bit),
31144         (gst_videoscale_scale_nearest_24bit),
31145         (gst_videoscale_scale_nearest_16bit):
31146         add debugging category and use it properly
31147         fix use of GST_PTR_FORMAT
31148
31149 2004-02-25  Andy Wingo  <wingo@pobox.com>
31150
31151         * gst/interleave/interleave.c (interleave_buffered_loop): Always
31152         push only when channel->buffer is NULL. Prevents segfaults doing
31153         the state change after a nonlocal exit, like a scheme exception.
31154
31155         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
31156         Handle the case where the intersected caps is empty.
31157
31158 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31159
31160         * gst/law/mulaw-decode.c: (mulawdec_link):
31161         * gst/law/mulaw.c: (plugin_init):
31162           fix mulawdec so it actually works again
31163
31164 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
31165
31166         reviewed by: David Schleef  <ds@schleef.org>
31167
31168         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
31169         (gst_gamma_init), (gst_gamma_set_property),
31170         (gst_gamma_get_property), (gst_gamma_calculate_tables),
31171         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
31172         for RGB, with separate r g and b correction factors. (#131167)
31173
31174 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31175
31176         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31177           only signal tags for bitrate if they're > 0 (#134894)
31178
31179 2004-02-24  David Schleef  <ds@schleef.org>
31180
31181         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
31182         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
31183         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
31184         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
31185         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
31186         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
31187         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
31188         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
31189         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
31190         category.  Attempt to fix timestamp calculation.
31191
31192 2004-02-24  Johan Dahlin  <johan@gnome.org>
31193
31194         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
31195
31196 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31197
31198         * configure.ac:
31199         * gconf/Makefile.am:
31200         * gconf/gstreamer.schemas:
31201         * gst-libs/gst/gconf/Makefile.am:
31202         * gst-libs/gst/gconf/gconf.c:
31203           version gconf schemas and install locations
31204
31205 2004-02-23  Benjamin Otte  <otte@gnome.org>
31206
31207         * ext/xine/xineinput.c: (gst_xine_input_dispose):
31208         (gst_xine_input_subclass_init):
31209           call parent dispose.
31210           change pad template for CD reader correctly
31211         * ext/xine/Makefile.am:
31212         * ext/xine/gstxine.h:
31213         * ext/xine/xine.c: (plugin_init):
31214         * ext/xine/xineaudiosink.c:
31215           wrap audio sinks, too
31216         * gst-libs/gst/resample/private.h:
31217         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31218         (gst_resample_reinit), (gst_resample_scale),
31219         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31220         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31221         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31222         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31223         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31224         * gst-libs/gst/resample/resample.h:
31225         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31226         (gst_audioscale_class_init), (gst_audioscale_link),
31227         (gst_audioscale_get_buffer), (gst_audioscale_init),
31228         (gst_audioscale_chain), (gst_audioscale_set_property),
31229         (gst_audioscale_get_property):
31230         * gst/audioscale/gstaudioscale.h:
31231           s/resample_*/gst_resample_*/i to not clobber namespaces
31232
31233 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31234
31235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31236         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31237         (gst_riff_create_video_template_caps),
31238         (gst_riff_create_audio_template_caps),
31239         (gst_riff_create_iavs_template_caps):
31240         * gst-libs/gst/riff/riff-media.h:
31241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31242         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31243         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31244         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31245         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31246         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31247         (gst_matroska_demux_plugin_init): First batch implementing audio and
31248         video codec tags in demuxers.
31249
31250 2004-02-22  Benjamin Otte  <otte@gnome.org>
31251
31252         * ext/xine/Makefile.am:
31253         * ext/xine/gstxine.h:
31254         * ext/xine/xine.c: (plugin_init):
31255         * ext/xine/xineinput.c:
31256           add input plugin wrapper. Playback from files, http, mms and cdda
31257           works.
31258         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31259           remove leftover G_GNUC_UNUSED
31260         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31261         (gst_asf_demux_identify_guid):
31262           improve debugging output
31263
31264 2004-02-22  Benjamin Otte  <otte@gnome.org>
31265
31266         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31267
31268         * autogen.sh:
31269           replace test -e with test -x for mkinstalldirs to be more portable.
31270           (fixes #134816)
31271
31272 2004-02-22  Benjamin Otte  <otte@gnome.org>
31273
31274         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31275
31276         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31277           set rank to PRIMARY
31278         * gst/volume/gstvolume.c: (plugin_init):
31279           set rank to NONE
31280         fixes #134960
31281
31282 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31283
31284         reviewed by Benjamin Otte  <otte@gnome.org>
31285
31286         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31287           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31288
31289 2004-02-22  Benjamin Otte  <otte@gnome.org>
31290
31291         * configure.ac:
31292           export [_]*{gst,Gst,GST}.* symbols from plugins
31293
31294 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31295
31296         reviewed by: Benjamin Otte  <otte@gnome.org>
31297
31298         * ext/lame/gstlame.c: (add_one_tag):
31299         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31300         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31301         (gst_vorbisenc_metadata_set1):
31302         * gst/tags/gstid3tag.c:
31303         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31304           apply fixes from bugs #135042 (lame can't write tags) and #133817
31305           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31306
31307 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31308
31309         * configure.ac: Export only gst_plugin_desc from plugins.
31310          Note that this change only makes any effect with Linux using libtool
31311          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31312          fine. And don't try to have several versions of libtool in different
31313          directories.
31314
31315 2004-02-20  Andy Wingo  <wingo@pobox.com>
31316
31317         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31318         interleave respectively.
31319
31320         * gst/interleave/deinterleave.c: New plugin: deinterleave
31321         (replaces on oneton).
31322         * gst/interleave/interleave.c: New plugin: interleave.
31323         * gst/interleave/plugin.h: Support file.
31324         * gst/interleave/plugin.c: Support file.
31325
31326         * configure.ac: Remove intfloat and oneton, add interleave.
31327
31328         * ext/sndfile/gstsf.c: Handle events better.
31329
31330         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31331         and float2int operation. int2float has scheduling problems as
31332         noted in in2float_chain.
31333
31334 2004-02-20  Benjamin Otte  <otte@gnome.org>
31335
31336         * ext/xine/Makefile.am:
31337         * ext/xine/gstxine.h:
31338         * ext/xine/xine.c:
31339         * ext/xine/xineaudiodec.c:
31340         * ext/xine/xinecaps.c:
31341           add first version of xine plugin wrapper. Currently only wraps the
31342           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31343         * configure.ac:
31344         * ext/Makefile.am:
31345           add xine plugin wrapper, disabled by default. Use --enable-xine to
31346           build. Note that it'll segfault on gst-register if you don't remove
31347           the goom and tvtime post plugins from xine.
31348         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31349         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31350           add extradata parsing for QDM2.
31351           change around debugging prints.
31352
31353 2004-02-19  Benjamin Otte  <otte@gnome.org>
31354
31355         * ext/lame/gstlame.c: (gst_lame_chain):
31356         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31357           use gst_tag_list_insert when you want to insert tags
31358
31359 2004-02-18  David Schleef  <ds@schleef.org>
31360
31361         * configure.ac:  Move massink to gst-rotten
31362         * ext/Makefile.am:
31363         * ext/mas/Makefile.am:
31364         * ext/mas/massink.c:
31365         * ext/mas/massink.h:
31366
31367 2004-02-18  David Schleef  <ds@schleef.org>
31368
31369         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31370         typefinding, since it seems to be worse than nothing.
31371         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31372         atom to recognize .mp4 and .m4a files as video/quicktime.
31373
31374 2004-02-18  David Schleef  <ds@schleef.org>
31375
31376         * gst/sine/demo-dparams.c: (quit_live),
31377         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31378         Use double dparams, not float.
31379         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31380         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31381         sync'd elements don't really work correctly.
31382         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31383         (volume_update_volume), (volume_get_property):  Change dparam
31384         to double.
31385
31386 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31387
31388         * sys/ximage/ximagesink.c:
31389         (gst_ximagesink_xwindow_update_geometry),
31390         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31391         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31392         (gst_ximagesink_init): Rework the way software video scaling works. So
31393         now we check on each chain call if the video frames are feeling the
31394         window. If not we try to renegotiate caps. On failure we memorize that
31395         and we won't try again for that PLAYING sessions.
31396         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31397         failure.
31398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31399         synchronous flag.
31400
31401 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31402
31403         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31404           break up _link so we can give a better debug message for errors
31405
31406 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31407
31408         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31409           set up debug category
31410
31411 2004-02-18  Julien MOUTTE <julien@moutte.net>
31412
31413         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31414         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31415         the way renegotiation work. The event handling function is not taking
31416         care of external windows and renegotiate method check for pad flags
31417         NEGOTIATING. Should fix : #133209
31418
31419 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31420
31421         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31422         pad is negotiating before trying renegotiation.
31423
31424 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31425
31426         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31427           pass on all possible mime types as typefind hints
31428
31429 2004-02-17  Julien MOUTTE <julien@moutte.net>
31430
31431         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31433         possible SHM leak if we crash. All other apps using XShm are doing
31434         that.
31435
31436 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31437
31438         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31439         (gst_ximagesink_expose): Renegotiate size on expose.
31440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31441         size on expose.
31442
31443 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31444
31445         * testsuite/alsa/sinesrc.c:
31446           cosmetic fix to fix compile issue with gcc 2.95.4
31447
31448 2004-02-16  Julien MOUTTE <julien@moutte.net>
31449
31450         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31451         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31452         failed opening the audio device.
31453         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31454         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31455         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31456         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31457         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31458         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31459         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31460         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31461         Removing some useless g_return_if_fail like wingo suggested.
31462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31463         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31464         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31465         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31466         (gst_xvimagesink_update_colorbalance),
31467         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31468         (gst_xvimagesink_xcontext_clear),
31469         (gst_xvimagesink_get_fourcc_from_caps),
31470         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31471         (gst_xvimagesink_set_xwindow_id),
31472         (gst_xvimagesink_colorbalance_list_channels),
31473         (gst_xvimagesink_colorbalance_set_value),
31474         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31475         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31476
31477 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31478
31479         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31480           throw error when not negotiated instead of asserting
31481
31482 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31483
31484         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31485         correct data refcounting.
31486
31487 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31488
31489         * gst/switch/gstswitch.c: (gst_switch_change_state),
31490         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31491         change, mostly the EOS flag.
31492
31493 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31494
31495         * examples/gstplay/player.c: (got_eos), (main): Adding some
31496         output for debugging.
31497         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31498         timeouts if we go to any state different from PLAYING.
31499         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31500         more EOS bugs in riff lib.
31501
31502 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31503
31504         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31505         visualization until i find a way to fix switch correctly.
31506         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31507         EOS arrives.
31508         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31509         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31510         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31511         Reworked switch to get a more correct behaviour with events and refing
31512         of data stored in sinkpads.
31513         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31514         we don't pull from a pad in EOS.
31515
31516 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31517
31518         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31519           remove v1 tag even if we can't read it (makes sure we don't detect
31520           it again)
31521
31522 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31523
31524         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31525         (gst_alsa_xrun_recovery):
31526         * ext/alsa/gstalsa.h:
31527           try xrun recovery when wait failed. Make xrun recovery function
31528           return TRUE/FALSE to indicate success. (might fix #134354)
31529
31530 2004-02-13  David Schleef  <ds@schleef.org>
31531
31532         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31533         (dynparm_value_changed), (main): Convert from float to double.
31534         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31535
31536 2004-02-13  David Schleef  <ds@schleef.org>
31537
31538         * gst/silence/gstsilence.c: (gst_silence_class_init),
31539         (gst_silence_set_clock), (gst_silence_get),
31540         (gst_silence_set_property), (gst_silence_get_property):
31541         * gst/silence/gstsilence.h: Add sync property.
31542         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31543         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31544         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31545         * gst/sine/gstsinesrc.h: Add sync property.
31546
31547 2004-02-13  David Schleef  <ds@schleef.org>
31548
31549         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31550         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31551
31552 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31553
31554         * configure.ac:
31555         * ext/Makefile.am:
31556         * gst-libs/ext/Makefile.am:
31557           move ffmpeg plugin to gst-ffmpeg module
31558
31559 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31560
31561         * configure.ac: use GST_ARCH to detect architecture
31562
31563 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31564
31565         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31566
31567 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31568
31569         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31570           classify LADSPA plugins based on number of src/sink pads
31571           (#133663, Stefan Kost)
31572         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31573           fix dparams registration
31574           (#133528, Stefan Kost)
31575         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31576           fix use of isprint and use g_ascii_isprint instead
31577           (#133316, Stefan Kost)
31578
31579 2004-02-11  David Schleef  <ds@schleef.org>
31580
31581         Convert a few inner loops to use liboil.  This is currently
31582         optional, and is only enabled if liboil is present (duh!).
31583         * configure.ac: Check for liboil-0.1
31584         * gst/intfloat/Makefile.am:
31585         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31586         (gst_int2float_chain_gint16):
31587         * gst/videofilter/Makefile.am:
31588         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31589         (tablelookup_u8), (gst_videobalance_planar411):
31590         * gst/videotestsrc/Makefile.am:
31591         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31592         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31593         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31594         (paint_hline_RGB565), (paint_hline_xRGB1555):
31595
31596 2004-02-11  David Schleef  <ds@schleef.org>
31597
31598         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31599         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31600         (gst_colorspace_getcaps), (gst_colorspace_link),
31601         (gst_colorspace_base_init), (gst_colorspace_init),
31602         (gst_colorspace_chain), (gst_colorspace_change_state),
31603         (plugin_init): Merge Ronald's patch (bug #117897) and update
31604         for new caps and negotiation.  Seems to work, although it
31605         shows off bugs in lcs.
31606
31607 2004-02-11  David Schleef  <ds@schleef.org>
31608
31609         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31610         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31611
31612 2004-02-11  David Schleef  <ds@schleef.org>
31613
31614         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31615         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31616         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31617         Add server and port properties
31618
31619 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31620
31621         * m4/a52.m4:
31622         * m4/aalib.m4:
31623         * m4/as-ffmpeg.m4:
31624         * m4/as-liblame.m4:
31625         * m4/as-slurp-ffmpeg.m4:
31626         * m4/check-libheader.m4:
31627         * m4/esd.m4:
31628         * m4/freetype2.m4:
31629         * m4/gconf-2.m4:
31630         * m4/glib.m4:
31631         * m4/gst-alsa.m4:
31632         * m4/gst-artsc.m4:
31633         * m4/gst-ivorbis.m4:
31634         * m4/gst-matroska.m4:
31635         * m4/gst-sdl.m4:
31636         * m4/gst-shout2.m4:
31637         * m4/gst-sid.m4:
31638         * m4/gtk.m4:
31639         * m4/libdv.m4:
31640         * m4/libfame.m4:
31641         * m4/libmikmod.m4:
31642         * m4/ogg.m4:
31643         * m4/vorbis.m4:
31644           fix underquotedness of macros (#133800)
31645         * m4/as-avifile.m4:
31646         * m4/xmms.m4:
31647           removed because no longer used
31648
31649 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31650
31651         * configure.ac:
31652           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31653           by autopoint (fixes #132996)
31654
31655 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31656
31657         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31658         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31659         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31660         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31661           fix memleaks
31662
31663 2004-02-11  David Schleef  <ds@schleef.org>
31664
31665         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31666         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31667         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31668         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31669         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31670         (gst_jpegenc_class_init), (gst_jpegenc_init),
31671         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31672         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31673         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31674         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31675
31676 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31677
31678         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31679         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31680         * ext/mikmod/gstmikmod.h:
31681           fix caps negotiation in mikmod
31682         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31683           output debug information
31684
31685 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31686
31687         * gst-libs/gst/colorbalance/Makefile.am:
31688         * gst-libs/gst/navigation/Makefile.am:
31689         * gst-libs/gst/xoverlay/Makefile.am:
31690           remove unused GST_OPT_CFLAGS from Makefiles
31691           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31692
31693 2004-02-07  David Schleef  <ds@schleef.org>
31694
31695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31696         push events to pads that haven't been created (#133508)
31697
31698 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31699
31700         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31701         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31702         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31703         (gst_dvdec_loop), (gst_dvdec_change_state):
31704         Second attempt at committing a working dvdec element.
31705
31706 2004-02-06  David Schleef  <ds@schleef.org>
31707
31708         Build fixes for OS X: (see #129600)
31709         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31710         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31711         (gst_riff_read_strf_iavs):
31712         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31713         (gst_avi_demux_stream_odml):
31714         * gst/playondemand/Makefile.am:
31715         * gst/rtp/rtp-packet.c:
31716
31717 2004-02-05  David Schleef  <ds@schleef.org>
31718
31719         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31720         last change, because it Just Doesn't Compile.
31721
31722 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31723
31724         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31725           skip undecodable id3v2 tag instead of keeping it
31726
31727 2004-02-05  David Schleef  <ds@schleef.org>
31728
31729         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31730         Unref leaked buffer.  (Noticed by Ronald)
31731
31732 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31733
31734         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31735         Sync requires with other checks.  >= vs =.
31736
31737 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31738
31739         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31740         (gst_dvdec_video_link), (gst_dvdec_loop):
31741         * ext/dv/gstdvdec.h:
31742           rework the caps negotiation so that dvdec works again instead
31743           of just segfaulting.
31744
31745 === release 0.7.4 ===
31746
31747 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31748
31749         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31750         * configure.ac: changed for release
31751
31752 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31753
31754         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31755         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31756         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31757         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31758           reworked patch by David Lehn to fix libdir and includedir for
31759           uninstalled libraries
31760           removed play and gconf from gstreamer-libs since they have their
31761           own pkgconfig files
31762
31763 2004-02-04  David Schleef  <ds@schleef.org>
31764
31765         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31766         memleak.
31767
31768 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31769
31770         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31771           use correct GST_TAG_ENCODER tag
31772
31773 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31774
31775         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31776           be sure to stop the clock when going to paused
31777         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31778           reset number of transmitted when going to ready.
31779         fixes #132935
31780
31781 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31782
31783         reviewed by Benjamin Otte
31784
31785         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31786           extract track count (fixes #133410)
31787
31788 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31789
31790         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31791           that should be !=, not == (fixes #132519)
31792
31793 2004-02-04  David Schleef  <ds@schleef.org>
31794
31795         Make sure set_explicit_caps() is called before adding pad.
31796         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31797         * gst/id3/gstid3types.c: (gst_id3types_loop):
31798         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31799         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31800
31801 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31802
31803         * configure.ac:
31804           bump nano to 2, first prerelease
31805           put back AM_PROG_LIBTOOL
31806
31807 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31808
31809         * testsuite/alsa/Makefile.am:
31810           these are user test apps, not automatic testsuite tests
31811
31812 2004-02-04  David Schleef  <ds@schleef.org>
31813
31814         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31815         * gst/mpeg1videoparse/gstmp1videoparse.c:
31816         (mp1videoparse_parse_seq):
31817         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31818         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31819         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31820         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31821         (gst_xvideosink_getcaps):
31822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31823         * testsuite/gst-lint: more tests
31824
31825 2004-02-04  David Schleef  <ds@schleef.org>
31826
31827         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31828         with the code that they would expand to.
31829         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31830         (gst_flacdec_get_src_query_types),
31831         (gst_flacdec_get_src_event_masks):
31832         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31833         (gst_gnomevfssrc_get_query_types),
31834         (gst_gnomevfssrc_get_event_mask):
31835
31836 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31837
31838         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31839         (gst_sinesrc_dispose):
31840           fix memleak by properly disposing sinesrc
31841
31842 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31843
31844         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31845         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31846         an overlay to redraw the image because it has been exposed.
31847         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31848         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31849         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31850         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31851         interface
31852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31853         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31854         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31855         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31856         interface
31857
31858 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31859
31860         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31861           more memleak fixage
31862
31863 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31864
31865         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31866         * gst/typefind/gsttypefindfunctions.c:
31867           fix memleaks shown by gst-typefind
31868
31869 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31870
31871         * common/glib-gen.mak:
31872           add hack rule to touch .Plo files
31873         * gst-libs/gst/colorbalance/Makefile.am:
31874         * gst-libs/gst/mixer/Makefile.am:
31875         * gst-libs/gst/play/Makefile.am:
31876         * gst-libs/gst/tuner/Makefile.am:
31877           remove glib_root variable
31878
31879 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31880
31881         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31882           set explicit caps before adding the element, so the autopluggers can
31883           plug correctly.
31884         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31885         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31886         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31887         (dv_type_find):
31888           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31889           argument.
31890
31891 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31892
31893         * gst-libs/gst/colorbalance/Makefile.am:
31894         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31895         * gst-libs/gst/colorbalance/colorbalance.c:
31896         * gst-libs/gst/colorbalance/colorbalance.h:
31897         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31898         * gst-libs/gst/mixer/Makefile.am:
31899         * gst-libs/gst/mixer/mixer-marshal.list:
31900         * gst-libs/gst/mixer/mixer.c:
31901         * gst-libs/gst/mixer/mixer.h:
31902         * gst-libs/gst/mixer/mixermarshal.list:
31903         * gst-libs/gst/play/Makefile.am:
31904         * gst-libs/gst/play/play.h:
31905         * gst-libs/gst/tuner/Makefile.am:
31906         * gst-libs/gst/tuner/tuner-marshal.list:
31907         * gst-libs/gst/tuner/tuner.c:
31908         * gst-libs/gst/tuner/tuner.h:
31909         * gst-libs/gst/tuner/tunermarshal.list:
31910           use new glib-gen.mak snippet to clean up Makefile.am
31911           fix various bugs in Makefile.am's
31912
31913 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31914
31915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31916           handle chain parsing correctly in the multichain case
31917         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31918         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31919         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31920         (theora_dec_chain):
31921           handle events and queries correctly
31922
31923 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31924
31925         * .cvsignore:
31926         Ignore generated file _stdint.h.
31927
31928 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31929
31930         * gst-libs/gst/colorbalance/Makefile.am:
31931         * gst-libs/gst/colorbalance/colorbalance.h:
31932         * gst-libs/gst/mixer/Makefile.am:
31933         * gst-libs/gst/mixer/mixer.h:
31934         * gst-libs/gst/play/Makefile.am:
31935         * gst-libs/gst/play/play.h:
31936         * gst-libs/gst/tuner/Makefile.am:
31937         * gst-libs/gst/tuner/tuner.h:
31938         Generate enum type code with glib-mkenums.
31939         * gst-libs/gst/colorbalance/.cvsignore:
31940         * gst-libs/gst/mixer/.cvsignore:
31941         * gst-libs/gst/play/.cvsignore:
31942         * gst-libs/gst/tuner/.cvsignore:
31943         Ignore generated files.
31944
31945 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31946
31947         * gst-libs/gst/audio/.cvsignore:
31948         Ignore generated file.
31949         * gst-libs/gst/audio/Makefile.am:
31950         Do not install example filter.
31951
31952 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31953
31954         * examples/switch/.cvsignore:
31955         Ignore generated file.
31956
31957 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31958
31959         * common/m4/ax_create_stdint_h.m4:
31960         * configure.ac:
31961           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31962           _stdint.h.
31963         * Makefile.am:
31964           remove generated _stdint.h in DISTCLEANFILES
31965         * ext/a52dec/gsta52dec.c:
31966           include _stdint.h for a52dec. (should fix #133064)
31967
31968 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31969
31970         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31971         (gst_tag_to_vorbis_comments):
31972         Add replaygain support to vorbistag
31973
31974 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31975         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31976         (gst_ffmpeg_caps_to_extradata):
31977           Fix SVQ3 caps flag properties
31978           Use glib macro for bytes swap
31979
31980 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31981
31982         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31983         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31984         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31985         * ext/sndfile/gstsf.c: (plugin_init):
31986         * gst/avi/gstavi.c: (plugin_init):
31987         * sys/dxr3/dxr3init.c: (plugin_init):
31988         * sys/oss/gstossaudio.c: (plugin_init):
31989         * sys/v4l/gstv4l.c: (plugin_init):
31990         * sys/v4l2/gstv4l2.c: (plugin_init):
31991           remove textdomain calls
31992         * po/nl.po:
31993           update Dutch translation
31994
31995 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31996
31997         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31998         (gst_play_set_audio_sink): Moving volume in the audio thread for
31999         instantaneous volume change. Maybe i will add another volume in front
32000         of visualization later, not sure yet though.
32001
32002 2004-02-02  Julien MOUTTE  <julien@moutte.net>
32003
32004         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32005         (gst_ximagesink_handle_xevents): Better X events handling, only take
32006         the latest events for configure and motion.
32007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
32008
32009 2004-02-02  Jon Trowbridge  <trow@gnu.org>
32010
32011         reviewed by: David Schleef  <ds@schleef.org>
32012
32013         Fix memory leaks:
32014         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
32015         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
32016
32017 2004-02-02  David Schleef  <ds@schleef.org>
32018
32019         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
32020         of lines.
32021         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
32022         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32023         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
32024         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
32025         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32026         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
32027         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
32028         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
32029         (gst_float2_2_int_link):
32030         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32031         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
32032         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
32033         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
32034         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
32035         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
32036         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
32037         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
32038         * testsuite/gst-lint: Add tests for bzero and ;;
32039
32040 2004-02-02  David Schleef  <ds@schleef.org>
32041
32042         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
32043
32044 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32045
32046         * ext/aalib/gstaasink.c: (gst_aasink_open):
32047         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32048         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32049         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32050         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32051         (gst_afsink_close_file):
32052         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32053         (gst_afsrc_close_file):
32054         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32055         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32056         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32057         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32058         * ext/esd/esdmon.c: (gst_esdmon_get):
32059         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
32060         * ext/faac/gstfaac.c: (gst_faac_chain):
32061         * ext/faad/gstfaad.c: (gst_faad_chain):
32062         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32063         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32064         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32065         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32066         (gst_flacdec_loop):
32067         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32068         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32069         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32070         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32071         (gst_gnomevfssink_close_file):
32072         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32073         (gst_gnomevfssrc_open_file):
32074         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32075         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32076         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32077         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32078         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32079         * ext/mad/gstmad.c: (gst_mad_chain):
32080         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32081         * ext/mpeg2dec/gstmpeg2dec.c:
32082         * ext/mpeg2enc/gstmpeg2enc.cc:
32083         * ext/mplex/gstmplex.cc:
32084         * ext/mplex/gstmplexibitstream.cc:
32085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32086         (gst_ogg_demux_push):
32087         * ext/raw1394/gstdv1394src.c:
32088         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32089         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32090         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32091         (gst_sf_loop):
32092         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32093         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
32094         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32095         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32096         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32097         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32098         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32099         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32100         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32101         (gst_riff_read_element_data), (gst_riff_read_seek),
32102         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32103         * gst/adder/gstadder.c: (gst_adder_loop):
32104         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32105         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32106         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32107         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32108         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32109         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32110         * gst/goom/gstgoom.c: (gst_goom_chain):
32111         * gst/id3/gstid3types.c: (gst_id3types_loop):
32112         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32113         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32114         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32115         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32116         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32117         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32118         (gst_ebml_read_float), (gst_ebml_read_header):
32119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32120         (gst_matroska_demux_parse_blockgroup):
32121         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32122         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32123         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32124         * gst/silence/gstsilence.c: (gst_silence_get):
32125         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32126         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32127         * gst/speed/gstspeed.c: (speed_loop):
32128         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32129         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32130         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32131         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32132         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32133         (gst_wavparse_loop):
32134         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32135         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32136         (dxr3audiosink_close):
32137         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32138         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32139         (dxr3videosink_close), (dxr3videosink_write_data):
32140         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32141         * sys/oss/gstosssink.c: (gst_osssink_chain):
32142         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32143         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32144         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32145         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32146         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32147         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32148         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32149         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32150         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32151         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32152         (gst_v4l_set_audio):
32153         * sys/v4l/v4l_calls.h:
32154         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32155         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32156         (gst_v4lmjpegsink_playback_init),
32157         (gst_v4lmjpegsink_playback_start):
32158         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
32159         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32160         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32161         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32162         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32163         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32164         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32165         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32166         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32167         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32168         (gst_v4l2_get_output), (gst_v4l2_set_output),
32169         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32170         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32171         (gst_v4l2_set_attribute):
32172         * sys/v4l2/v4l2_calls.h:
32173         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32174         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32175         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32176         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32177         (gst_v4l2src_capture_stop):
32178         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32179         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32180         (gst_ximagesink_chain):
32181         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32182         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32183         (gst_xvideosink_xwindow_new):
32184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32185         (gst_xvimagesink_chain):
32186
32187 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32188
32189         * gst/volume/gstvolume.c: (gst_volume_set_volume),
32190         (gst_volume_get_volume), (volume_class_init), (volume_init),
32191         (volume_chain_int16), (volume_update_volume):
32192         * gst/volume/gstvolume.h:
32193           make code more readable by removing magic numbers
32194           make mixer interface export 0-100 range
32195           make it internally map to 0.0-1.0 range so users don't distort
32196           output by putting the sliders at full volume
32197
32198 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32199
32200         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
32201         (gst_play_state_change), (gst_play_seek_to_time):
32202         block the tick callback for 0.5 secs after doing a seek
32203
32204 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32205
32206         * gst-libs/gst/play/play.c: (gst_play_new):
32207           check for GError
32208
32209 2004-02-01  Julien MOUTTE  <julien@moutte.net>
32210
32211         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32212         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32213         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32214         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32216         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32217
32218 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32219
32220         * configure.ac:
32221         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32222           check for a function added in vorbis 1.1
32223
32224 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32225
32226         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32227         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32228           really start/stop clock only on PLAYING <=> PAUSED
32229         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32230           remove \n from debugging lines
32231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32232           make it work when seeking does not
32233         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32234           reset on DISCONT
32235
32236 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32237
32238         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32239           start clock on PAUSED=>PLAYING, not later
32240         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32241           extract correct time for different discont formats
32242         (gst_alsa_sink_get_time):
32243           don't segfault when no format is negotiated yet, just return 0
32244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32245         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32246         (gst_ogg_pad_push):
32247           handle flush and discont events correctly
32248         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32249           handle discont events correctly
32250
32251 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32252
32253         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32254         (gst_play_error_create), (gst_play_error_plugin),
32255         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32256         * gst-libs/gst/play/play.h:
32257           add error handling during creation
32258         * examples/gstplay/player.c: (main):
32259           use new gst_play_new
32260
32261
32262 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32263
32264         * ext/theora/theoradec.c: (theora_dec_chain):
32265           make comments work
32266         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32267         (vorbis_dec_src_event), (vorbis_dec_chain):
32268           add encoder tag, fix tag reading to be more error tolerant, change
32269           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32270           gst_pad_event_default.
32271         * gst/tags/gstvorbistag.c:
32272         (gst_tag_list_from_vorbiscomment_buffer):
32273           undefine function specific define at end of function
32274
32275 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32276
32277         * ext/flac/gstflac.c: (plugin_init):
32278         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32279         * ext/flac/gstflacdec.h:
32280         * ext/flac/gstflacenc.h:
32281           Fix typos
32282
32283 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32284
32285         * examples/gstplay/player.c: s/gstplay.h/play.h/
32286
32287 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32288
32289         * gst-libs/gst/play/Makefile.am:
32290         * gst-libs/gst/play/gstplay.c:
32291         * gst-libs/gst/play/gstplay.h:
32292         * gst-libs/gst/play/play.c:
32293           more surgery, operation complete
32294
32295 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32296
32297         * gst-libs/gst/play/play.old.c:
32298         * gst-libs/gst/play/play.old.h:
32299           after CVS surgery by moving, remove
32300         * gst-libs/gst/play/playpipelines.c:
32301           remove
32302
32303         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32304           add negotiation error
32305
32306 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32307
32308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32309         (gst_ogg_demux_push):
32310           add some seeking debug info
32311           send a flush when seeking
32312
32313 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32314
32315         * configure.ac:
32316           use AC_C_INLINE
32317         * configure.ac:
32318         * ext/Makefile.am:
32319         * ext/theora/Makefile.am:
32320         * ext/theora/theoradec.c:
32321           add theora video decoder. Does just do simple decoding for now and
32322           has been tested against Theora cvs only. It only works when theora
32323           is compiled with --enable-static.
32324         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32325           always reset packetno on DISCONT
32326
32327 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32328
32329         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32330           Fix audio.
32331
32332 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32333
32334         * gst/mpegaudioparse/gstmpegaudioparse.c:
32335         (mp3_type_frame_length_from_header):
32336           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32337
32338 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32339
32340         * ext/esd/esdsink.c: (gst_esdsink_init):
32341           Since we have static pad template caps, we don't need to negotiate;
32342           either the core errors out or we know the format.
32343
32344 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32345
32346         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32347         (gst_riff_read_seek):
32348         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32349         (gst_ebml_read_seek):
32350           Fix event handling.
32351
32352 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32353
32354         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32355           removee video/x-theora from vp3 decoder, it doesn't handle raw
32356           theora streams
32357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32358           fix bug with finalizing element that never went to PAUSED
32359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32360           length and position queries were swapped
32361         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32362         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32363         (vorbis_dec_src_event):
32364           implement querying time and bytes
32365
32366 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32367
32368         * just about every source file:
32369           gst_element_error -> GST_ELEMENT_ERROR
32370
32371 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32372
32373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32374         emiting FLUSH and even before DISCONT.
32375         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32376         get the best instant seeking as possible yay!
32377
32378 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32379
32380         * gst/mpeg1videoparse/gstmp1videoparse.c:
32381         (gst_mp1videoparse_real_chain):
32382           Committed wrong version last week... Grr... Didn't notice until now.
32383
32384 2004-01-29  Julien MOUTTE <julien@moutte.net>
32385
32386         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32388         have_xwindow_id signal in xwindow_create.
32389
32390 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32391
32392         * ext/ogg/gstoggdemux.c:
32393           lots of changes - mainly support for chained bitstreams, seeking,
32394           querying and bugfixes of course
32395         * ext/vorbis/Makefile.am:
32396         * ext/vorbis/vorbisdec.c:
32397         * ext/vorbis/vorbisdec.h:
32398           add vorbisdec raw vorbis decoder
32399         * ext/vorbis/vorbis.c: (plugin_init):
32400           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32401         * gst/intfloat/Makefile.am:
32402         * gst/intfloat/float22int.c:
32403         * gst/intfloat/float22int.h:
32404         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32405           add float2intnew plugin. It converts multichannel interleaved float to
32406           multichannel interleaved int. The name should probably be changed.
32407         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32408         (plugin_init):
32409           add typefinding for raw theora video so oggdemux can detect it.
32410
32411 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32412
32413         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32414         sink element first.
32415         * gst/videoscale/gstvideoscale.c:
32416         (gst_videoscale_handle_src_event): Fixing src event handler.
32417
32418 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32419
32420         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32421         (gst_v4lsrc_open), (gst_v4lsrc_close),
32422         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32423         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32424         * sys/v4l/gstv4lsrc.h:
32425         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32426         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32427           Implement resizing... Hack. But that's why v4l is b0rked...
32428
32429 2004-01-28  Julien MOUTTE <julien@moutte.net>
32430
32431         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32432         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32433         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32434         (gst_ximagesink_xwindow_destroy):
32435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32436         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32437         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32438         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32439         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32440         correctly cleaning the image created to check xshm calls on succes,
32441         added a lot of XSync calls in X11 functions, and fixed a segfault when
32442         no image format was defined before negotiation happened.
32443
32444 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32445
32446         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32447           use gst_element_get_time to get correct time
32448
32449 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32450
32451         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32452         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32453         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32455         (gst_xvimagesink_check_xshm_calls),
32456         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32457         X plugins are now able to detect that XShm calls will fail even if the
32458         server claims that it has XShm support (remote displays most of the
32459         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32460         so that we use non XShm functions. This feature is almost useless for
32461         xvimagesink as Xv is not supported on remote displays anyway, but
32462         it might happen than even on the local display XShm calls fail.
32463
32464 2004-01-27  David Schleef  <ds@schleef.org>
32465
32466         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32467         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32468         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32469         changed esdsink to only use 44100,16,2, since esd sucks at rate
32470         conversion and esdsink has had difficulty negotiating.
32471
32472 2004-01-27  Julien MOUTTE <julien@moutte.net>
32473
32474         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32475         (gst_play_seek_to_time): Fixing the way to get current position.
32476
32477 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32478
32479         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32480           use gst_element_get_time to get correct time
32481
32482 2004-01-27  Julien MOUTTE <julien@moutte.net>
32483
32484         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32485         fix ever... Inverting 2 lines of code make spider autoplug correctly
32486         tagged mp3 !
32487
32488 2004-01-27  David Schleef  <ds@schleef.org>
32489
32490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32491         Use gst_pad_try_set_caps_nonfixed().
32492
32493 2004-01-27  David Schleef  <ds@schleef.org>
32494
32495         * gst/ac3parse/gstac3parse.c: update to checklist 5
32496         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32497         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32498         * gst/audioscale/gstaudioscale.c: same
32499         * gst/auparse/gstauparse.c: same
32500         * gst/avi/gstavidemux.c: same
32501
32502 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32503
32504         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32505           stop processing after EOS
32506
32507 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32508
32509         * gst/asfdemux/asfheaders.h:
32510         * gst/asfdemux/gstasfdemux.c:
32511         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32512         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32513         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32514           lot's of fixes to make data extraction simpler and get the code
32515           architecture and compiler independant. Add debugging category
32516         * gst/goom/gstgoom.c: (gst_goom_change_state):
32517           reset channel count on PAUSED=>READY, not READY=>PAUSED
32518
32519 2004-01-26  Colin Walters  <walters@verbum.org>
32520
32521         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32522         code to pull a bigger buffer in iradio mode.  This as a side effect
32523         makes typefinding work.
32524
32525 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32526
32527         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32528         Fix SVQ3 decoding on PPC
32529
32530 2004-01-26  Julien MOUTTE <julien@moutte.net>
32531
32532         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32533         that one managed to stay there... Fixed.
32534
32535 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32536
32537         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32538         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32539         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32540         (qtdemux_video_caps):
32541         * gst/qtdemux/qtdemux.h:
32542         Add SVQ3 specific flags to qtdemux and ffmpeg
32543
32544 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32545
32546         * gst-libs/gst/audio/audio.h:
32547           remove buffer-frames from audio caps
32548         * gst/audioconvert/gstaudioconvert.c:
32549           fix plugin to really work.
32550
32551 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32552
32553         * gst-libs/gst/mixer/mixer.c:
32554         * gst-libs/gst/propertyprobe/propertyprobe.c:
32555         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32556         (gst_tuner_find_channel_by_name):
32557         * gst-libs/gst/tuner/tuner.h:
32558           Add gtk-doc style comments. Also fix a function name.
32559
32560 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32561
32562         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32563         (gst_divxdec_negotiate):
32564           Fix for new capsnego - also fixes gst-player with divxdec.
32565
32566 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32567
32568         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32569         (gst_play_identity_handoff), (gst_play_set_location),
32570         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32571         try in visualization implementation. Still have an issue with switch
32572         blocking when pulling from video_queue and only audio comes out of
32573         spider.
32574         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32575         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32576         release method. And check if the pad is usable before pulling.
32577
32578 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32579
32580         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32581         (gst_videobalance_init),
32582         (gst_videobalance_colorbalance_list_channels),
32583         (gst_videobalance_colorbalance_set_value),
32584         (gst_videobalance_colorbalance_get_value),
32585         (gst_videobalance_update_properties),
32586         (gst_videobalance_update_tables_planar411),
32587         (gst_videobalance_planar411):
32588         * gst/videofilter/gstvideobalance.h:
32589           Implement lookup-tables. +/- 10x faster.
32590
32591 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32592
32593         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32594         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32595           The index reading was broken. The rest worked fine, but the whole
32596           goal of my rewrite was to make avidemux readable, and this was
32597           not at all readable. Please use typed variables.
32598
32599 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32600
32601         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32602           Additional pad usability check.
32603         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32604         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32605         (gst_mp1videoparse_real_chain):
32606           Fix MPEG video stream parsing. The original plugin had several
32607           issues, including not timestamping streams where the source was
32608           not timestamped (this happens with PTS values in mpeg system
32609           streams, but MPEG video is also a valid stream on its own so
32610           that needs timestamps too). We use the display time code for that
32611           for now. Also, if one incoming buffer contains multiple valid
32612           frames, we push them all on correctly now, including proper EOS
32613           handling. Lastly, several potential segfaults were fixed, and we
32614           properly sync on new sequence/gop headers to include them in next,
32615           not previous frames (since they're header for the next frame, not
32616           the previous). Also see #119206.
32617         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32618         (bpf_from_header):
32619           Move caps setting so we only do it after finding several valid
32620           MPEG-1 fraes sequentially, not right after the first one (which
32621           might be coincidental).
32622         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32623         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32624         (plugin_init):
32625           Add unsynced MPEG video stream typefinding, and change some
32626           probability values so we detect streams rightly. The idea is as
32627           follows: I can have an unsynced system stream which contains
32628           video. In the current code, I would randomly get a type for either
32629           system or video stream type found, because the probabilities are
32630           being calculated rather randomly. I now use fixed values, so we
32631           always prefer system stream if that was found (and that is how it
32632           should be). If no system stream was found, we can still identity                the stream as video-only.
32633
32634 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32635
32636         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32637         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32638           don't write to buffer. Extract data without the need of
32639           __attribute__ ((packed))
32640
32641 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32642
32643         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32644         (mpeg1_sys_type_find):
32645           Fix MPEG-1 stream typefinding.
32646
32647 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32648
32649         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32650           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32651
32652 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32653
32654         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32655         * ext/esd/gstesd.c: (plugin_init):
32656           private debugging, better error reporting
32657
32658 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32659
32660         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32661         (gst_riff_read_init), (gst_riff_read_change_state):
32662         * gst-libs/gst/riff/riff-read.h:
32663           Remove stuff fromold metadata system.
32664
32665 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32666
32667         * ext/ogg/gstoggdemux.c:
32668           Fix wrong file comment.
32669         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32670         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32671           Add metadata reading properly.
32672
32673 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32674
32675         * ext/Makefile.am:
32676           Fix nas DIST_SUBDIRS
32677           Uraeus:
32678           Fix bug where make distcheck doesn't get run on adding stuff to
32679           the build.
32680
32681 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32682
32683         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32684         * ext/divx/gstdivxdec.h:
32685           Fix divx3 ("msmpeg4") playback using divxdec.
32686
32687 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32688
32689         * gst/typefind/gsttypefindfunctions.c:
32690         (mp3_type_frame_length_from_header): fix bug in length computation
32691         (mp3_type_find): improve debugging output
32692
32693 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32694
32695         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32696         (gst_play_set_location), (gst_play_seek_to_time),
32697         (gst_play_set_audio_sink), (gst_play_set_visualization),
32698         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32699         the pipeline from scratch. Visualization is back and switch went out as
32700         i realized it was not possible to use the way i wanted.
32701         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32702         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32703         clearing in state change from READY to NULL. So that one can clean the
32704         X ressources keeping the element.
32705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32706         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32707         (gst_xvimagesink_colorbalance_set_value),
32708         (gst_xvimagesink_colorbalance_get_value),
32709         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32710         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32711         change from READY to NULL and fixed some stupid bugs in colorbalance
32712         get/set values. Also added the following feature : when nobody tries to
32713         set some values to the colorbalance levels before the xcontext is
32714         grabbed, then when creating channels list from Xv attributes we set the
32715         internal values to the Xv defaults. This way we handle buggy Xv drivers
32716         that set default hue values far from the middle of the range (Thanks
32717         to Jon Trowbridge for pointing that issue).
32718         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32719         colorbalance levels have been set before xcontext is grabbed.
32720
32721 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32722
32723         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32724           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32725           it might block operations (which is bad for a mixer).
32726
32727 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32728
32729         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32730         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32731         (gmip_find_type_pre):
32732         * gst-libs/gst/media-info/media-info-priv.h:
32733         * gst-libs/gst/media-info/media-info.c:
32734         (gst_media_info_instance_init), (gst_media_info_read_idler):
32735         add fakesink to get caps on decoder src pad again
32736         fix callback prototype to match new have_type signal signature
32737
32738 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32739
32740         * gst/adder/gstadder.c: (gst_adder_link):
32741           fix non-compile and cut-n-paste code
32742
32743 2004-01-21  David Schleef  <ds@schleef.org>
32744
32745         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32746         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32747         (gst_swfdec_init), (gst_swfdec_change_state):
32748         * ext/swfdec/gstswfdec.h:
32749         Fix negotiation.
32750         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32751         (gst_adder_request_new_pad): Fix negotiation.
32752         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32753         Add a fixate function.
32754         * gst/intfloat/gstfloat2int.c:
32755         * gst/intfloat/gstfloat2int.h:
32756         * gst/intfloat/gstint2float.c:
32757         * gst/intfloat/gstint2float.h:
32758         Completely rewrite the negotiation.  Doesn't quite work yet,
32759         due to some buffer-frames problem.
32760
32761 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32762
32763         * ext/gnomevfs/gstgnomevfssrc.c:
32764         * sys/v4l2/v4l2_calls.h:
32765           fix includes for distcheck
32766
32767 2004-01-21  Christian Schaller <uraeus@gnome.org>
32768
32769         * ext/nas/
32770         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32771         based on earlier patch from Laurent Vivier
32772
32773 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32774
32775         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32776         Fix wma caps property
32777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32778         Fix typo (flags1 and flags2)
32779
32780 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32781
32782         * gst-libs/gst/media-info/media-info-priv.c:
32783         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32784         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32785         (gmip_find_stream), (gmip_find_track_metadata),
32786         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32787         (gmip_find_track_format):
32788         * gst-libs/gst/media-info/media-info-priv.h:
32789         * gst-libs/gst/media-info/media-info-test.c: (main):
32790         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32791         (gst_media_info_read_idler), (gst_media_info_read):
32792         * gst-libs/gst/media-info/media-info.h:
32793           register debugging category and use it for debugging
32794
32795 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32796
32797         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32798         (gst_vorbisfile_new_link):
32799           signal streaminfo through tags
32800
32801 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32802
32803         * ext/mplex/gstmplex.cc:
32804         * ext/mplex/gstmplexibitstream.cc:
32805           g++ doesn't like NULL in our i18n/error macros, should be
32806           either (NULL) or ("").
32807
32808 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32809
32810         * sys/dxr3/dxr3audiosink.c:
32811         * sys/dxr3/dxr3init.c:
32812         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32813         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32814           Fix more error error error errors (missing includes here).
32815
32816 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32817
32818         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32819           fix thomas' error errors.
32820
32821 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32822
32823         * ext/mpeg2enc/gstmpeg2enc.cc:
32824           fix error errors.
32825
32826 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32827
32828         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32829         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32830           Fix for new error system.
32831
32832 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32833
32834         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32835           fix for new error reporting
32836
32837 2004-01-20  David Schleef  <ds@schleef.org>
32838
32839         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32840         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32841         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32842         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32843         and neither is 100+, most likely.
32844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32845         (gst_xvimagesink_getcaps): same
32846
32847 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32848
32849         * configure.ac:
32850           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32851           clashes with ffmpeg.
32852
32853 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32854
32855         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32856         (gst_switch_init): Fixed switch element : proxying link and setting
32857         caps from src to sink on request.
32858
32859 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32860
32861         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32862         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32863         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32864         fix element_error
32865
32866 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32867
32868         * sys/v4l/v4l_calls.h:
32869         * sys/v4l2/v4l2_calls.h:
32870           element_error fixes
32871
32872 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32873
32874         * gst-libs/gst/gst-i18n-plugin.h:
32875           add locale.h
32876           remove config.h inclusion
32877
32878 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32879
32880         * autogen.sh:
32881           adding autopoint invocation
32882         * Makefile.am:
32883         * configure.ac:
32884         * gst-libs/gst/gettext.h:
32885           adding gettext bits
32886         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32887         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32888         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32889         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32890         (gst_gnomevfssink_close_file):
32891         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32892         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32893         * gst-libs/gst/gst-i18n-plugin.h:
32894         * gst/avi/gstavi.c: (plugin_init):
32895         * sys/dxr3/dxr3init.c: (plugin_init):
32896         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32897         * sys/oss/gstossaudio.c: (plugin_init):
32898         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32899         * sys/v4l/gstv4l.c: (plugin_init):
32900         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32901         * sys/v4l2/gstv4l2.c: (plugin_init):
32902         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32903         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32904         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32905         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32906         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32907         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32908           make sure locale and translation domain are set
32909           fix translated strings
32910         * po/.cvsignore:
32911         * po/LINGUAS:
32912         * po/Makevars:
32913         * po/POTFILES.in:
32914         * po/nl.po:
32915           put translation files into place
32916         * sys/xvideo/imagetest.c: (main):
32917         * ext/dv/demo-play.c: (main):
32918           fix unnecessary translations
32919
32920 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32921
32922         * ext/sndfile/gstsf.c:
32923         * gst/avi/gstavimux.c:
32924         * ext/audiofile/gstafsink.c:
32925         * ext/audiofile/gstafsrc.c:
32926         * ext/gnomevfs/gstgnomevfssink.c:
32927         * ext/gnomevfs/gstgnomevfssrc.c:
32928         * sys/oss/gstosselement.c:
32929         * sys/v4l/v4l_calls.h:
32930           fix i18n include
32931
32932 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32933
32934         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32935         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32936         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32937         (gst_v4l2_get_output), (gst_v4l2_set_output),
32938         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32939         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32940         (gst_v4l2_set_attribute):
32941         update to new error handling
32942
32943 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32944
32945         * ext/sidplay/gstsiddec.cc:
32946         * gst/modplug/gstmodplug.cc:
32947           parenthese NULL because C++ seems angry about it
32948
32949 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32950
32951         * gst-libs/gst/gst-i18n-plugin.h:
32952           add skeleton i18n stuff, but needs to be further implemented
32953
32954 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32955
32956         * examples/gstplay/player.c: (main):
32957         * ext/aalib/gstaasink.c: (gst_aasink_open):
32958         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32959         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32960         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32961         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32962         (gst_afsink_close_file):
32963         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32964         (gst_afsrc_close_file):
32965         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32966         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32967         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32968         * ext/esd/esdmon.c: (gst_esdmon_get):
32969         * ext/esd/esdsink.c: (gst_esdsink_chain):
32970         * ext/faac/gstfaac.c: (gst_faac_chain):
32971         * ext/faad/gstfaad.c: (gst_faad_chain):
32972         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32973         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32974         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32975         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32976         (gst_flacdec_loop):
32977         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32978         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32979         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32980         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32981         (gst_gnomevfssink_close_file):
32982         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32983         (gst_gnomevfssrc_open_file):
32984         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32985         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32986         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32987         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32988         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32989         * ext/mad/gstmad.c: (gst_mad_chain):
32990         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32991         * ext/mpeg2dec/gstmpeg2dec.c:
32992         * ext/mpeg2enc/gstmpeg2enc.cc:
32993         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32994         * ext/mplex/gstmplex.cc:
32995         * ext/mplex/gstmplexibitstream.cc:
32996         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32997         (gst_ogg_demux_push), (gst_ogg_pad_push):
32998         * ext/raw1394/gstdv1394src.c:
32999         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33000         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33001         * ext/sidplay/gstsiddec.cc:
33002         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33003         (gst_sf_loop):
33004         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33005         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33006         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33008         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33009         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33010         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33011         * gst-libs/gst/Makefile.am:
33012         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33013         (gst_riff_read_element_data), (gst_riff_read_seek),
33014         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33015         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
33016         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33017         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33018         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33019         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33020         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33021         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33022         * gst/goom/gstgoom.c: (gst_goom_chain):
33023         * gst/id3/gstid3types.c: (gst_id3types_loop):
33024         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33025         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33026         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33027         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33028         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33029         (gst_ebml_read_float), (gst_ebml_read_header):
33030         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33031         (gst_matroska_demux_parse_blockgroup):
33032         * gst/modplug/gstmodplug.cc:
33033         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33034         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33035         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33036         * gst/silence/gstsilence.c: (gst_silence_get):
33037         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33038         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33039         * gst/speed/gstspeed.c: (speed_loop):
33040         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33041         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33042         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33043         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33044         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33045         (gst_wavparse_loop):
33046         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33047         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33048         (dxr3audiosink_close):
33049         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33050         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33051         (dxr3videosink_close), (dxr3videosink_write_data):
33052         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33053         * sys/oss/gstosselement.h:
33054         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
33055         (gst_osssink_chain):
33056         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33057         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33058         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33059         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33060         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
33061         (gst_v4l_enable_overlay):
33062         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33063         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33064         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33065         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33066         (gst_v4l_set_audio):
33067         * sys/v4l/v4l_calls.h:
33068         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33069         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33070         (gst_v4lmjpegsink_playback_init),
33071         (gst_v4lmjpegsink_playback_start):
33072         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33073         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
33074         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
33075         (gst_v4lmjpegsrc_requeue_frame):
33076         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33077         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33078         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33079         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33080         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33081         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33082         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33083         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33084         (gst_v4l2src_capture_stop):
33085         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33086         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33087         (gst_ximagesink_chain):
33088         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33089         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33090         (gst_xvideosink_xwindow_new):
33091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33092         (gst_xvimagesink_chain):
33093         use new error signal, function and categories
33094
33095 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
33096
33097         * configure.ac:
33098         * ext/Makefile.am:
33099         * ext/musicbrainz/gsttrm.c:
33100         * ext/musicbrainz/gsttrm.h:
33101         * ext/musicbrainz/Makefile.am:
33102         Add a trm plugin
33103
33104 2004-01-18  Julien MOUTTE  <julien@moutte.net>
33105
33106         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
33107         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
33108         synchronous property for debugging.
33109         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
33110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33111         (gst_xvimagesink_set_property): Moving a pointer declaration to a
33112         smaller block, fixing indent.
33113
33114 2004-01-16  David Schleef  <ds@schleef.org>
33115
33116         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
33117         property affects the video stream.
33118         * sys/xvimage/xvimagesink.c:
33119         * sys/xvimage/xvimagesink.h:
33120         Add synchronous property for debugging.  Should probably be
33121         disabled in non-CVS builds.  Make sure that the Xv attribute
33122         exists before we set it (crash!).  Fix a silly float bug that
33123         caused colorbalance to just not work.
33124
33125 2004-01-17  Christian Schaller <Uraeus@gnome.org>
33126
33127         * tools/gst-launch-ext.in - update for new plugins
33128
33129 2004-01-16  David Schleef  <ds@schleef.org>
33130
33131         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
33132         already-freed caps.
33133
33134 2994-01-16  Christian Schaller <Uraeus@gnome.org>
33135
33136         * Update spec for new colorspace plugin and libcaca plugin
33137         * Fix compilation of libcaca plugin (clock -> id)
33138
33139 2004-01-16  Julien MOUTTE <julien@moutte.net>
33140
33141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
33142         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
33143         (gst_xvimagesink_set_xwindow_id),
33144         (gst_xvimagesink_colorbalance_set_value),
33145         (gst_xvimagesink_colorbalance_get_value),
33146         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33147         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
33148         correct colorbalance properties. They can now be set when the element
33149         is still in NULL state. The values will be committed to the Xv Port
33150         when xcontext is initialized.
33151         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
33152         brightness int values in the GstXvImagesink structure.
33153
33154 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33155
33156         * gst-libs/gst/Makefile.am:
33157           restructure so having local patches works easier.
33158
33159 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33160
33161         * ext/mpeg2enc/Makefile.am:
33162         * ext/mpeg2enc/gstmpeg2enc.cc:
33163         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33164           Bugfix with respect to EOS handling.
33165
33166 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33167
33168         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33169           Link with right caps (else, it segfaults).
33170         * ext/mplex/gstmplexjob.cc:
33171           Fix for slight API change in 1.6.1.93 release of mjpegtools.
33172
33173 2004-01-15  David Schleef  <ds@schleef.org>
33174
33175         * gst-libs/gst/audio/Makefile.am:
33176         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
33177         from the template.
33178         * gst-libs/gst/audio/gstaudiofilter.c:
33179         * gst-libs/gst/audio/gstaudiofilter.h:
33180         Add bytes_per_sample and size and n_samples calculation.
33181         * gst-libs/gst/audio/gstaudiofilterexample.c:
33182         Remove, now autogenerated.
33183         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
33184         Moved from gstaudiofilterexample, object name changed, code added
33185         so that it actually works.
33186         * gst-libs/gst/audio/make_filter:
33187         Script to build an audiofilter subclass from the template.
33188         * gst/colorspace/Makefile.am:
33189         * gst/colorspace/yuv2yuv.c:
33190         Remove file, since it's GPL, and we don't use it.
33191
33192 2004-01-15  Julien MOUTTE  <julien@moutte.net>
33193
33194         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
33196         them use the buffer free function to test how the buffer was allocated.
33197
33198 2004-01-15  David Schleef  <ds@schleef.org>
33199
33200         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
33201         that handles osssink fallback.
33202         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
33203         (gst_audio_convert_getcaps):
33204         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33205         Add audio/x-qdm2 for QDM2 audio.
33206         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33207         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
33208         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33209         Decrease minimum size to 16x16.
33210         * gst/wavparse/gstwavparse.c:
33211         Convert disabled pad template caps to new caps.
33212         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33214         (gst_xvimagesink_chain): Throw element error when display cannot
33215         be opened.  Increase minimum framerate to 1.0.  Check the data
33216         free function on a buffer to make sure it is the type we expect
33217         before manipulating it.
33218
33219 2004-01-15  Julien MOUTTE <julien@moutte.net>
33220
33221         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33222         (gst_videobalance_colorbalance_set_value): Implement passthru if
33223         settings are in the middle.
33224         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33225
33226 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33227
33228         * gst/videofilter/Makefile.am:
33229         * gst/volume/Makefile.am:
33230           Since we use videofilter symbols, link to it.
33231
33232 2004-01-15  Julien MOUTTE <julien@moutte.net>
33233
33234         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33235         mixer interface type to HARDWARE.
33236         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33237         type to SOFTWARE.
33238         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33239         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33240         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33241         (gst_volume_interface_init), (gst_volume_list_tracks),
33242         (gst_volume_set_volume), (gst_volume_get_volume),
33243         (gst_volume_set_mute), (gst_volume_mixer_init),
33244         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33245         (volume_init): Implementing mixer interface.
33246         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33247         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33248         (gst_osselement_change_state): Removing some trailing commas in
33249         structures.
33250         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33251         interface type to HARDWARE.
33252         * sys/v4l/gstv4lcolorbalance.c:
33253         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33254         type to HARDWARE.
33255         * sys/v4l2/gstv4l2colorbalance.c:
33256         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33257         interface type to HARDWARE.
33258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33259         same code than ximagesink for event handling.
33260
33261 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33262
33263         * ext/snapshot/Makefile.am:
33264         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33265         (gst_snapshot_chain):
33266         * ext/snapshot/gstsnapshot.h:
33267           This has to be a joke... Snapshot should be connected to a tee,
33268           colorspace element before it and EOS after that, where the other
33269           src of the tee receives normal data.
33270           The current way is *wrong*.
33271
33272 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33273
33274         * ext/hermes/gsthermescolorspace.c:
33275           Fix another compile error. Same as below.
33276
33277 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33278
33279         * gst/colorspace/gstcolorspace.c:
33280         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33281         (gst_colorspace_i420_to_yv12):
33282           Fix compiling... Didn't test if it actually works.
33283
33284 2004-01-15  David Schleef  <ds@schleef.org>
33285
33286         * configure.ac:
33287         * gst/colorspace/Makefile.am:
33288         * gst/colorspace/gstcolorspace.c:
33289         * gst/colorspace/gstcolorspace.h:
33290         * gst/colorspace/yuv2rgb.c:
33291         * gst/colorspace/yuv2rgb.h:
33292         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33293         code and GPL code.  Fix for new caps negotiation.  Rewrite
33294         much of the format handling code, and some of the conversion
33295         code.  Basically, rewrote almost everything.  This element
33296         handles I420, YV12 to RGB conversions.
33297         * ext/hermes/Makefile.am:
33298         * ext/hermes/gsthermescolorspace.c:
33299         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33300         Remove non-Hermes related code.  This element handles lots of
33301         RGB to RGB conversions, but no YUV.
33302         * ext/hermes/gstcolorspace.c:
33303         * ext/hermes/gstcolorspace.h:
33304         * ext/hermes/rgb2yuv.c:
33305         * ext/hermes/yuv2rgb.c:
33306         * ext/hermes/yuv2rgb.h:
33307         * ext/hermes/yuv2rgb_mmx16.s:
33308         * ext/hermes/yuv2yuv.c:
33309         * ext/hermes/yuv2yuv.h:
33310         Remove old code.
33311
33312 2004-01-14  Colin Walters  <walters@verbum.org>
33313
33314         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33315         they've already been.
33316
33317 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33318
33319         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33320           assume tag mode when pad is not connected
33321
33322 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33323
33324         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33325           Don't update the time of the clock
33326         (gst_alsa_sink_loop):
33327           sync to the clock given to alsasink, not the own clock
33328         * sys/oss/gstosssink.c: (gst_osssink_chain):
33329           sync to the clock
33330         (gst_osssink_change_state):
33331           activate the clock
33332         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33334           remove bogus code that made DISCONT events unhandled
33335         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33336           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33337           #131502)
33338         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33339         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33340         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33341           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33342           2nd warning in bug #131502)
33343
33344 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33345
33346         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33347         (gst_videobalance_colorbalance_set_value),
33348         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33349         for colorbalance interface implementation.
33350         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33351         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33352         (gst_ximagesink_dispose), (gst_ximagesink_init),
33353         (gst_ximagesink_class_init): Adding DISPLAY property.
33354         * sys/ximage/ximagesink.h: Adding display_name to store display.
33355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33356         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33357         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33358         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33359         properties (they still need polishing though for gst-launch use : no
33360         xcontext yet, i ll do that tomorrow).
33361         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33362
33363 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33364
33365         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33366         (gst_play_set_location), (gst_play_set_visualization): Preparing
33367         switch integration, adding videobalance in the pipeline.
33368
33369 2004-01-14  Julien MOUTTE <julien@moutte.net>
33370
33371         * gst-libs/gst/colorbalance/colorbalance.c:
33372         (gst_color_balance_class_init): Adding a default type.
33373         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33374         the type.
33375         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33376         (gst_videobalance_dispose), (gst_videobalance_class_init),
33377         (gst_videobalance_init), (gst_videobalance_interface_supported),
33378         (gst_videobalance_interface_init),
33379         (gst_videobalance_colorbalance_list_channels),
33380         (gst_videobalance_colorbalance_set_value),
33381         (gst_videobalance_colorbalance_get_value),
33382         (gst_videobalance_colorbalance_init): Implementing colorbalance
33383         interface.
33384         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33385         list.
33386         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33387         bug which was triggering a BadAccess X error when setting an overlay
33388         before pad was really negotiated.
33389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33390         Using the colorbalance type macro.
33391
33392 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33393
33394         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33395         (gst_flacenc_chain):
33396           handle tags correctly
33397         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33398           extract ID3v1 tags correctly
33399
33400 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33401
33402         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33403         (plugin_init):
33404           Improve matroska typefinding for odd-typed headers...
33405
33406 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33407
33408         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33409           Fix for using incremental number on padnames.
33410
33411 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33412
33413         * ext/divx/gstdivxdec.c:
33414         * ext/divx/gstdivxenc.c:
33415           Set category to divx4linux instead of divx (too generic).
33416         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33417         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33418         (gst_wavparse_loop), (gst_wavparse_change_state):
33419         * gst/wavparse/gstwavparse.h:
33420           fix parsing of WAV files with non-standard fmt-tag size and fix
33421           skipping of unrecognized chunks... Someone please fix this thing
33422           to use rifflib so all this is automated.
33423         * sys/v4l/Makefile.am:
33424         * sys/v4l2/Makefile.am:
33425           Add X_CFLAGS because we depend on X (for overlay).
33426
33427 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33428
33429         * ext/mpeg2dec/gstmpeg2dec.c:
33430           Don't issue a timestamp unless we tagged the frame
33431           with a PTS.
33432
33433 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33434
33435         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33436           Query the audio element to get the time, not the clock. We're
33437           interested in the element's time here.
33438
33439 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33440
33441         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33442         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33443         * ext/esd/esdsink.c: (gst_esdsink_chain):
33444         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33445         * ext/mas/massink.c: (gst_massink_chain):
33446         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33447         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33448         (gst_matroska_demux_parse_metadata):
33449         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33450         (gst_mpeg_parse_release_locks):
33451         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33452         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33453         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33454         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33455         (gst_osssink_change_state):
33456         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33457         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33458         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33459         (gst_xvideosink_release_locks):
33460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33461           use element time.
33462         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33463         (gst_alsa_clock_stop):
33464         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33465         (gst_audio_clock_get_internal_time):
33466           simplify for use with new clocking code.
33467         * testsuite/alsa/Makefile.am:
33468         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33469           fix testsuite for new caps system
33470
33471 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33472
33473         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33474         * ext/flac/gstflacenc.c: (add_one_tag):
33475           length is already host endian, no need to convert. Fixes playback of
33476           tagged files on PPC. (bug #128384)
33477
33478 2004-01-13  Julien MOUTTE <julien@moutte.net>
33479
33480         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33481         colorbalance interface stating if it is hardware based or software
33482         based.
33483         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33484         Removing a trailing comma.
33485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33486         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33487         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33488         the documentation seems to be wrong on the -1000 to 1000 interval.
33489
33490 2004-01-12  David Schleef  <ds@schleef.org>
33491
33492         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33493         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33494         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33495         Fix negotiation.  Add a bufferalloc function for the sink pad,
33496         and generally clean up some of the code.
33497
33498 2004-01-12  Julien MOUTTE <julien@moutte.net>
33499
33500         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33501         (gst_color_balance_channel_dispose): Adding safety check in dispose
33502         method.
33503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33504         (gst_xvimagesink_xcontext_clear),
33505         (gst_xvimagesink_interface_supported),
33506         (gst_xvimagesink_colorbalance_list_channels),
33507         (gst_xvimagesink_colorbalance_set_value),
33508         (gst_xvimagesink_colorbalance_get_value),
33509         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33510         Adding colorbalance interface support to set XV parameters such as
33511         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33512         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33513         interface.
33514
33515 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33516
33517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33518         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33519         (gst_audio_convert_init), (gst_audio_convert_set_property),
33520         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33521         (gst_audio_convert_link),
33522         (gst_audio_convert_buffer_to_default_format),
33523         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33524           - implement _getcaps and use it
33525           - improve linking
33526           - remove float caps since no float conversion is actually done
33527           - remove properties and arguments that were to be used for rate
33528             conversion
33529
33530 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33531
33532         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33533         (gst_audio_structure_set_int):
33534         * gst-libs/gst/audio/audio.h:
33535           add helper functions for _getcaps matching the standard audio
33536           templates
33537
33538 2004-01-12  David Schleef  <ds@schleef.org>
33539
33540         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33541         Test that pad is negotiated before getting its caps.
33542
33543 2004-01-12  Julien MOUTTE <julien@moutte.net>
33544
33545         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33546         analyzing the pads of an element the bin is mostly in READY state so
33547         no caps were negotiated. This helper function needs to work with
33548         _get_caps directly then. I was not freeing them though, added that to
33549         fix the mem leak.
33550
33551 2004-01-12  Julien MOUTTE <julien@moutte.net>
33552
33553         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33555         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33556         than the free_func.
33557
33558 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33559
33560         * sys/oss/gstossaudio.c: (plugin_init):
33561         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33562         * sys/oss/gstosselement.h:
33563           make an oss debugging category
33564           make failure more descriptive
33565
33566 2004-01-11  David Schleef  <ds@schleef.org>
33567
33568         * ext/ffmpeg/gstffmpeg.c:
33569         * ext/ffmpeg/gstffmpegcodecmap.c:
33570         * ext/ffmpeg/gstffmpegdec.c:
33571         * ext/ffmpeg/gstffmpegenc.c:
33572         * ext/ffmpeg/gstffmpegprotocol.c:
33573         * ext/gdk_pixbuf/gstgdkanimation.c:
33574         * ext/jpeg/gstjpeg.c:
33575         * ext/libpng/gstpng.c:
33576         * ext/mpeg2dec/perftest.c:
33577         * ext/speex/gstspeex.c:
33578         * gst-libs/gst/resample/dtos.c:
33579         * gst/intfloat/gstintfloatconvert.c:
33580         * gst/oneton/gstoneton.c:
33581         * gst/rtjpeg/RTjpeg.c:
33582         * gst/rtp/gstrtp.c:
33583         * sys/dxr3/dxr3init.c:
33584         * sys/glsink/gstgl_nvimage.c:
33585         * sys/glsink/gstgl_pdrimage.c:
33586         * sys/glsink/gstglsink.c:
33587         * testsuite/gst-lint:
33588         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33589
33590 2004-01-11  David Schleef  <ds@schleef.org>
33591
33592         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33593         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33594         * ext/gdk_pixbuf/gstgdkanimation.c:
33595         (gst_gdk_animation_iter_create_pixbuf):
33596         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33597         (gst_gdk_pixbuf_chain):
33598         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33599         * ext/jack/gstjack.c: (gst_jack_change_state):
33600         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33601         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33602         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33603         * gst/videofilter/gstvideofilter.c:
33604         (gst_videofilter_set_output_size):
33605         Remove all usage of gst_pad_get_caps(), and replace it with
33606         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33607
33608 2004-01-11  David Schleef  <ds@schleef.org>
33609
33610         * configure.ac:
33611         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33612         * ext/divx/gstdivxdec.c:
33613         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33614         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33615         handle images that span multiple buffers.  Now work with both
33616         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33617         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33618         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33619         video/video.h changes
33620         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33621         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33622         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33623         of GstData free function.
33624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33625         same.
33626
33627 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33628
33629         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33630         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33631         (gst_v4l2element_get_property):
33632         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33633           add norm, channel and frequency properties.
33634         * sys/v4l2/gstv4l2tuner.c:
33635           fixes for tuner interface changes
33636         * sys/v4l2/gstv4l2element.h:
33637         * sys/v4l2/gstv4l2src.c:
33638         * sys/v4l2/gstv4l2src.h:
33639         * sys/v4l2/v4l2src_calls.c:
33640         * sys/v4l2/v4l2src_calls.h:
33641           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33642
33643 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33644
33645         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33646         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33647         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33648         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33649         * gst-libs/gst/tuner/tuner.h:
33650           GObjects aren't const.
33651           Add find_by_name functions.
33652           Add checks to _changed functions.
33653         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33654         (gst_v4l_tuner_get_norm):
33655           Fixes for above.
33656
33657 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33658
33659         * gst-libs/gst/video/video.h:
33660           Fix caps template names to be understandable.
33661           Prefix everything with GST_VIDEO.
33662         * ext/aalib/gstaasink.c:
33663         * ext/divx/gstdivxdec.c:
33664         * ext/divx/gstdivxenc.c:
33665         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33666         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33667         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33668         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33669         * ext/libcaca/gstcacasink.c:
33670         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33671         * ext/snapshot/gstsnapshot.c:
33672         * ext/swfdec/gstswfdec.c:
33673         * ext/xvid/gstxviddec.c:
33674         * ext/xvid/gstxvidenc.c:
33675         * gst/chart/gstchart.c:
33676         * gst/deinterlace/gstdeinterlace.c:
33677         * gst/effectv/gsteffectv.c:
33678         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33679         * gst/goom/gstgoom.c:
33680         * gst/median/gstmedian.c:
33681         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33682         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33683         * gst/overlay/gstoverlay.c:
33684         * gst/smooth/gstsmooth.c:
33685         * gst/smpte/gstsmpte.c:
33686         * gst/synaesthesia/gstsynaesthesia.c:
33687         * gst/videocrop/gstvideocrop.c:
33688         * gst/videodrop/gstvideodrop.c:
33689         * gst/y4m/gsty4mencode.c:
33690         * sys/qcam/gstqcamsrc.c:
33691         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33692           Make them work with new video.h file.
33693         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33694         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33696         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33697           Make it work with new buffer allocation system.
33698
33699 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33700
33701         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33702         pad_alloc_buffer implementation to use ->srcpad
33703         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33704         pad_alloc_buffer implementation to use ->srcpad
33705         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33706         pad_alloc_buffer implementation to use ->srcpad
33707         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33708         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33709         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33710         a reference to everything we need.
33711         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33713         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33714         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33715         a reference to everything we need.
33716         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33717
33718 2004-01-11  David Schleef  <ds@schleef.org>
33719
33720         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33721         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33722         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33723         structure members.
33724         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33725         value during a resize/renegotiation.
33726         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33727         gst_pad_alloc_buffer();
33728         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33729         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33730         structure members.
33731         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33732         Fix for rename of buffer private structure members.
33733         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33734         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33735         Fix for rename of buffer private structure members.
33736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33737         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33738         Fix for rename of buffer private structure members.
33739
33740 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33741
33742         reviewed by: David Schleef <ds@schleef.org>
33743
33744         * gst/videofilter/Makefile.am:
33745         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33746         from the patch by ds to fit in with recent make_filter changes.
33747
33748 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33749
33750         * configure.ac: Adding examples/switch/Makefile
33751         * examples/Makefile.am: Adding examples/switch
33752         * examples/switch/Makefile.am: Adding switcher example.
33753         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33754         (switch_timer), (main): Adding an example demonstrating switch usage
33755         with 2 videotestsrc showing different patterns.
33756         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33757         (gst_switch_init): Fixing switch with the new caps system.
33758
33759 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33760
33761         * gst-libs/gst/video/video.h:
33762           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33763           They should probably be like
33764           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33765
33766 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33767
33768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33769         (qtdemux_parse_trak):
33770           fix audio chunk size/timestamp calculation
33771
33772 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33773
33774         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33775           fix SVQ3 caps
33776
33777 2004-01-11  Steve Baker  <steve@stevebaker.org>
33778
33779         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33780         (gst_agingtv_base_init), (gst_agingtv_class_init),
33781         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33782         (gst_agingtv_set_property), (gst_agingtv_get_property):
33783         Port agingTV to videofilter
33784
33785 2004-01-09  Julien MOUTTE <julien@moutte.net>
33786
33787         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33788         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33789
33790 2004-01-09  Julien MOUTTE <julien@moutte.net>
33791
33792         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33793         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33794         * gst-libs/gst/xoverlay/xoverlay.c:
33795         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33796         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33797         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33798         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33799         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33800         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33801         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33802         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33803         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33804         interface implementation to handle xid being 0 and fix some bugs
33805         triggered by Benjamin's testcase.
33806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33807         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33808         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33809         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33810         interface implementation to handle xid being 0 and fix some bugs
33811         triggered by Benjamin's testcase.
33812
33813 2004-01-09  David Schleef  <ds@schleef.org>
33814
33815         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33816         mouse pointer events.  It works.
33817
33818 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33819
33820         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33821           Use explicit caps - fix capsnego.
33822         * ext/xvid/gstxviddec.c:
33823         * ext/xvid/gstxvidenc.c:
33824           Remove macro-inside-macro which caused compile errors.
33825         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33826           Error out if it's not a RIFF file. Else we error out without
33827           gst_element_error() which is not good...
33828
33829 2004-01-08  David Schleef  <ds@schleef.org>
33830
33831         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33832         Fix pad_link function to handle formats that ffmpeg returns
33833         as multiple caps structures.
33834         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33835         Only complain if source buffer is _smaller_ than expected.
33836         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33837         (gst_videoscale_handle_src_event): Resize navigation events
33838         when passing them upstream.
33839         * gst/videotestsrc/gstvideotestsrc.c:
33840         * gst/videotestsrc/gstvideotestsrc.h:
33841         * gst/videotestsrc/videotestsrc.c:
33842         * gst/videotestsrc/videotestsrc.h:
33843         Rewrite many of the buffer painting functions to handle odd
33844         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33845         been verified to work with my video card.
33846         * testsuite/gst-lint:  Add check for elements calling
33847         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33848
33849 2004-01-08  David Schleef  <ds@schleef.org>
33850
33851         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33852         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33853
33854 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33855
33856         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33857         configure event is not emiting the desired size signal. That fixes
33858         aspect ratio issues with gst-player.
33859
33860 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33861
33862         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33863           Fix capsnego.
33864
33865 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33866
33867         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33868         public method to fire size signal.
33869
33870 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33871
33872         * examples/gstplay/Makefile.am: Adding the interface library.
33873         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33874         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33875         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33876         GST_IS_X_OVERLAY before signal connect.
33877         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33878         Removing the have_video_size signal.
33879         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33880         and associated public method.
33881         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33882         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33883         signal.
33884         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33885         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33886         signal.
33887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33888         Using XOverlay public method to fire size signal.
33889
33890 2004-01-07  David Schleef  <ds@schleef.org>
33891
33892         * gst/videofilter/Makefile.am:
33893         * gst/videofilter/gstvideotemplate.c:
33894         * gst/videofilter/make_filter:
33895         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33896         Convert make_filter to /bin/sh script.
33897
33898 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33899
33900         * gst/modplug/gstmodplug.cc: fix element description
33901
33902 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33903
33904         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33905         (got_video_size): Adding some new lines in g_print calls.
33906         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33907         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33908         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33909         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33910         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33911         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33912         Complete code review, reverting some stuff i disagree with, adding
33913         some fixes : time synchronization on invalid timestamps, renegotiation
33914         of private window.
33915         * sys/ximage/ximagesink.h:
33916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33917         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33918         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33919         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33920         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33921         (gst_xvimagesink_buffer_new),
33922         (gst_xvimagesink_navigation_send_event),
33923         (gst_xvimagesink_set_xwindow_id),
33924         (gst_xvimagesink_get_desired_size),
33925         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33926         stuff i disagree with, adding some fixes : Renegotiation of private
33927         window, implementing get_desired_size.
33928
33929 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33930
33931         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33932         (gst_afsink_handle_event):
33933         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33934         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33935         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33936         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33937         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33938           Fix for instantiate-test (see core). Also remove dead code from
33939           jpegenc (which still needs fixing, but that's lower on my TODO
33940           list...).
33941         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33942           Never return NULL as caps.
33943
33944 2004-01-07  David Schleef  <ds@schleef.org>
33945
33946         * configure.ac:
33947         * ext/Makefile.am:
33948         * ext/librfb/Makefile.am:
33949         * ext/librfb/gstrfbsrc.c:
33950         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33951         is the protocol used by VNC.
33952
33953 2004-01-07  David Schleef  <ds@schleef.org>
33954
33955         * gst/videofilter/gstvideotemplate.c:
33956         * gst/videofilter/gstvideotemplate.h:
33957         * gst/videofilter/make_filter:
33958         Merge videotemplate header into source file.
33959         * gst/effectv/Makefile.am:
33960         * gst/effectv/gsteffectv.c: (plugin_init):
33961         * gst/effectv/gstwarp.c:
33962         Make warpTV a subclass of videofilter.
33963
33964 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33965
33966         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33967           Add guard against invalid utf-8 conversions in mad. Just in case.
33968
33969 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33970
33971         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33972           Fix for bug shown by poisoning
33973
33974 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33975
33976         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33977         (gst_v4lmjpegsrc_buffer_free):
33978         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33979         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33980         (gst_v4lsrc_buffer_free):
33981           Fix for removed bufferpools.
33982
33983 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33984
33985         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33986         Fix caps negotiation.
33987
33988         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33989         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33990         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33991         (dvdnavsrc_event):
33992         * ext/mpeg2dec/gstmpeg2dec.c:
33993         * gst-libs/gst/navigation/navigation.c:
33994         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33995         * gst-libs/gst/navigation/navigation.h:
33996         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33997         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33999         Super-simple first version of mouse and keyboard events. Clicking
34000         on a DVD menu now works, although it may not take you where you
34001         expected.
34002
34003         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34004         * gst/videotestsrc/gstvideotestsrc.c:
34005         (gst_videotestsrc_src_fixate):
34006         These fixate functions were broken - they never actually
34007         fixated :)
34008
34009 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34010
34011         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
34012         (gst_icecastsend_init):
34013           fix for new caps system.
34014         * gst-libs/gst/mixer/mixertrack.h:
34015         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
34016           Add 'master track' flag (for tools like ACME that only want to
34017           change the main volume).
34018
34019 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
34020
34021         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
34022         (gst_xvid_csp_to_caps):
34023         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
34024         * ext/xvid/gstxvidenc.c:
34025         ifdef out ARGB type when it isn't available
34026         in xvidcore 1.0.0beta2
34027
34028 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34029
34030         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34031           When we have received a new SCR right in the first buffer after
34032           a seek (so in the same cycle that handles the discont), we should
34033           handle the buffer instead of unreffing it, else we lose data.
34034
34035 2004-01-06  Iain <iain@prettypeople.org>
34036
34037         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
34038           buffer-frames caps too.
34039
34040         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
34041           caps that we need, don't destroy them all and rebuild them. And when
34042           creating src pads, use the src pad template rather than the sink...
34043
34044 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34045
34046         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34047           Add pad to element *after* setting functions such as event handler.
34048           Without this, the scheduler (opt) will link pads, set the event
34049           handler from the default event function (dispatcher in gstpad.c)
34050           and *after* that, we will set our own event function, which will
34051           thus never be used (and thus mpegdemux doesn't handle events).
34052
34053 2004-01-04  David Schleef  <ds@schleef.org>
34054
34055         Fix the fixate functions to handle new prototype:
34056         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34057         * gst/videotestsrc/gstvideotestsrc.c:
34058         (gst_videotestsrc_src_fixate):
34059         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
34060         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
34061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
34062
34063 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34064
34065         * sys/ximage/ximagesink.h:
34066         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
34067         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
34068         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
34069         (gst_ximagesink_xoverlay_init):
34070           assorted fixes to make (re)embedding work
34071         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
34072         (gst_ximagesink_get_desired_size):
34073           implement desired size additions to XOverlay
34074
34075 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34076
34077         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
34078         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
34079         (gst_x_overlay_got_desired_size):
34080         * gst-libs/gst/xoverlay/xoverlay.h:
34081           Add optional "desired size" signal and querying.
34082
34083 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34084
34085         * gst/matroska/matroska-demux.c:
34086         (gst_matroska_demux_parse_blockgroup):
34087           Fix EBML-laced block parsing. Diffs are relative to previous
34088           lace, not the first lace. Thanks to Mosu from the Matroska
34089           team for detecting this.
34090         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34091         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
34092         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
34093         (gst_wavparse_change_state):
34094         * gst/wavparse/gstwavparse.h:
34095           Quickfix for capsnego.
34096
34097 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34098
34099         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
34100           Fix indenting, fix pad creation.
34101
34102 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34103
34104         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
34105         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
34106         (gst_xviddec_sink_link):
34107           Implement src_getcaps() so proper size caps is negotiated.
34108
34109 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34110
34111         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
34112           Finish flac decoder on EOS. See #116178.
34113
34114 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34115
34116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
34117         (gst_matroska_demux_add_stream):
34118         * gst/matroska/matroska-ids.h:
34119           Add getcaps() function to fix capsnego...
34120
34121 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34122
34123         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34124         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
34125         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
34126           Fix more integer overflows. Again, see #126967.
34127
34128 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34129
34130         * ext/mpeg2dec/gstmpeg2dec.c:
34131           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
34132           #130416.
34133
34134 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34135
34136         * configure.ac:
34137         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
34138         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
34139         * ext/xvid/gstxvid.h:
34140         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
34141         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
34142         (gst_xviddec_src_link), (gst_xviddec_sink_link),
34143         (gst_xviddec_change_state):
34144         * ext/xvid/gstxviddec.h:
34145         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
34146         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
34147         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
34148         (gst_xvidenc_link), (gst_xvidenc_set_property),
34149         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
34150         * ext/xvid/gstxvidenc.h:
34151           Update xvid plugin to latest xvid (1.0.0-beta3) API.
34152
34153 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34154
34155         * gst/rtp/rtp-packet.c:
34156           Add sys/types.h include, since OS X doesn't define in_addr_t
34157           in netinet/in.h, like it does on Linux (see #129600).
34158
34159 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
34160
34161         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34162
34163         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
34164           Correct logic of dispose function (see #129306).
34165
34166 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34167
34168         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
34169         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
34170         (gst_mpeg_parse_init):
34171         * gst/mpegstream/gstmpegparse.h:
34172           Remove clock (which was never provided, i.e. dead code), and
34173           also fix integer overflows at high PTS values (see #126967).
34174
34175 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34176
34177         * ext/flac/gstflacdec.c:
34178         * ext/libpng/gstpngenc.h:
34179         * ext/mikmod/gstmikmod.h:
34180           OS X fixes (see #126628).
34181
34182 2004-01-02  David Schleef  <ds@schleef.org>
34183
34184         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
34185         (gst_alsa_src_base_init): Remove bogus "src" request pad.
34186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
34187         (gst_mpeg_parse_class_init): Move pad template registration
34188         to class_init, since the derived class (mpegdemux) doesn't
34189         want them.
34190
34191 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34192
34193         * sys/ximage/Makefile.am:
34194         * sys/xvideo/Makefile.am:
34195         * sys/xvimage/Makefile.am:
34196           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
34197           after installation (see #127664).
34198
34199 2004-01-02  David Schleef  <ds@schleef.org>
34200
34201         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
34202         (gst_ffmpegenc_connect):  Negotiation fixes.
34203         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
34204         Remove inappropriate gst_caps_free().
34205         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34206         Reenable Ronald's internal resize code, since the core handles
34207         it correctly now.
34208
34209 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34210
34211         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34212         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34213         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34214           Fix pad template stuff.
34215
34216 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34217
34218         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34219         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34220           fix signed integer reading/writing.
34221
34222 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34223
34224         * ext/alsa/README:
34225           Remove outdated document
34226
34227 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34228
34229         * gst/cutter/gstcutter.c: (gst_cutter_init):
34230           src pad was being created twice - oops.
34231
34232 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34233
34234         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34235           Comment out internal resize. It doesn't handle the resulting
34236           XEvent internally, does another try_set_caps() which leads to
34237           a really nice loop.
34238           Real fix will come when Julien and Dave are awake. ;).
34239
34240 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34241
34242         * ext/mpeg2enc/gstmpeg2enc.cc:
34243           fix const/nonconst compile issue.
34244
34245 2004-01-02  David Schleef  <ds@schleef.org>
34246
34247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34248         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34249         Add fixate function and a check for bad formats.
34250
34251 2004-01-01  David Schleef  <ds@schleef.org>
34252
34253         Negotiation fixes:
34254         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34255         (gst_audiofilter_init):
34256         * gst/debug/efence.c: (gst_efence_init):
34257         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34258         (gst_deinterlace_init):
34259         * gst/volume/gstvolume.c: (volume_connect):
34260
34261 2004-01-01  David Schleef  <ds@schleef.org>
34262
34263         Convert elements to use gst_pad_use_explicit_caps() where
34264         appropriate:
34265         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34266         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34267         (gst_afparse_open_file):
34268         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34269         (gst_afsrc_open_file):
34270         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34271         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34272         (gst_ffmpegdec_chain):
34273         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34274         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34275         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34276         (gst_gdk_pixbuf_chain):
34277         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34278         (gst_jpegdec_chain):
34279         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34280         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34281         (gst_mikmod_negotiate):
34282         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34283         (gst_mpeg2dec_negotiate_format):
34284         * ext/mpeg2enc/gstmpeg2enc.cc:
34285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34286         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34287         (gst_speexdec_sinkconnect):
34288         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34289         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34290         (gst_vorbisfile_new_link):
34291         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34292         (gst_ac3parse_chain):
34293         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34294         (gst_asf_demux_setup_pad):
34295         * gst/auparse/gstauparse.c: (gst_auparse_init),
34296         (gst_auparse_chain):
34297         * gst/id3/gstid3types.c: (gst_id3types_loop):
34298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34299         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34300         (mp1videoparse_parse_seq):
34301         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34302         (bpf_from_header):
34303         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34304         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34305         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34306         (gst_mpeg_parse_send_data):
34307         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34308         (gst_qtdemux_add_stream):
34309         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34310         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34311         (gst_wavparse_parse_fmt):
34312
34313 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34314
34315         * configure.ac:
34316           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34317           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34318           it therefore uses the wrong include paths. Too bad... Note
34319           that 1.6.1.93 is not release yet. ;).
34320           Also add a check for mplex, which is now using the lib'ified
34321           mplex from mjpegtools, too.
34322         * ext/ffmpeg/gstffmpegcodecmap.c:
34323           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34324           issues. I don't think ffmpeg handles 3ivx correctly, so this
34325           probably won't work. But it won't hurt either.
34326         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34327         (gst_ffmpegdec_chain):
34328         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34329         (gst_ffmpegenc_chain_audio):
34330           Fix memleak in audio encoding. Close codec if open fails, this
34331           calls the cleanup routines so we can re-use the context.
34332         * ext/mpeg2enc/gstmpeg2enc.cc:
34333           Fix pad template names/types, fix memory issue with getcaps().
34334         * ext/mpeg2enc/gstmpeg2encoder.cc:
34335         * ext/mpeg2enc/gstmpeg2encoder.hh:
34336           Fix compile issue with new caps system (const thingy).
34337         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34338         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34339           We read a first frame right on initing, so that we have a caps
34340           when we init the output. This caps is cached in padprivate and
34341           read as first frame.
34342         * ext/mplex/Makefile.am:
34343         * ext/mplex/gstmplex.cc:
34344         * ext/mplex/gstmplex.h:
34345         * ext/mplex/gstmplex.hh:
34346         * ext/mplex/gstmplexibitstream.cc:
34347         * ext/mplex/gstmplexibitstream.hh:
34348         * ext/mplex/gstmplexjob.cc:
34349         * ext/mplex/gstmplexjob.hh:
34350         * ext/mplex/gstmplexoutputstream.cc:
34351         * ext/mplex/gstmplexoutputstream.hh:
34352           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34353           had issues, didn't do capsnego, supported only a subset of the
34354           mplex features and required a mplex fork in our local CVS. Plus
34355           that it worked agaist a very old mplex version. Rewriting was
34356           faster than updating it.
34357         * gst-libs/ext/Makefile.am:
34358         * gst-libs/ext/mplex/INSTRUCT:
34359         * gst-libs/ext/mplex/Makefile.am:
34360         * gst-libs/ext/mplex/README:
34361         * gst-libs/ext/mplex/TODO:
34362         * gst-libs/ext/mplex/ac3strm_in.cc:
34363         * gst-libs/ext/mplex/audiostrm.hh:
34364         * gst-libs/ext/mplex/audiostrm_out.cc:
34365         * gst-libs/ext/mplex/aunit.hh:
34366         * gst-libs/ext/mplex/bits.cc:
34367         * gst-libs/ext/mplex/bits.hh:
34368         * gst-libs/ext/mplex/buffer.cc:
34369         * gst-libs/ext/mplex/buffer.hh:
34370         * gst-libs/ext/mplex/fastintfns.h:
34371         * gst-libs/ext/mplex/format_codes.h:
34372         * gst-libs/ext/mplex/inputstrm.cc:
34373         * gst-libs/ext/mplex/inputstrm.hh:
34374         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34375         * gst-libs/ext/mplex/mjpeg_logging.cc:
34376         * gst-libs/ext/mplex/mjpeg_logging.h:
34377         * gst-libs/ext/mplex/mjpeg_types.h:
34378         * gst-libs/ext/mplex/mpastrm_in.cc:
34379         * gst-libs/ext/mplex/mpegconsts.cc:
34380         * gst-libs/ext/mplex/mpegconsts.h:
34381         * gst-libs/ext/mplex/mplexconsts.hh:
34382         * gst-libs/ext/mplex/multplex.cc:
34383         * gst-libs/ext/mplex/outputstream.hh:
34384         * gst-libs/ext/mplex/padstrm.cc:
34385         * gst-libs/ext/mplex/padstrm.hh:
34386         * gst-libs/ext/mplex/stillsstream.cc:
34387         * gst-libs/ext/mplex/stillsstream.hh:
34388         * gst-libs/ext/mplex/systems.cc:
34389         * gst-libs/ext/mplex/systems.hh:
34390         * gst-libs/ext/mplex/vector.cc:
34391         * gst-libs/ext/mplex/vector.hh:
34392         * gst-libs/ext/mplex/videostrm.hh:
34393         * gst-libs/ext/mplex/videostrm_in.cc:
34394         * gst-libs/ext/mplex/videostrm_out.cc:
34395         * gst-libs/ext/mplex/yuv4mpeg.cc:
34396         * gst-libs/ext/mplex/yuv4mpeg.h:
34397         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34398         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34399           We don't fork mjpegtools' mplex in our CVS anymore.
34400         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34401         (gst_avi_demux_add_stream):
34402         * gst/avi/gstavidemux.h:
34403           Add getcaps() function for proper caps nego. This makes some
34404           parts of AVI playback/reading work.
34405         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34406           Resize window on new capsnego. This is probably wrong, but
34407           I'm still committing it because with current capsnego, the
34408           first successfull capsnego is auto-fixated, therefore rounded
34409           down to the lowest values in the caps. this results in a 16x16
34410           XWindow that is not reized when real capsnego finishes.
34411           Dave, I see more cases of this, do you know a proper solution?
34412         * tools/gst-launch-ext.in:
34413           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34414
34415 2003-12-31  David Schleef  <ds@schleef.org>
34416
34417         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34418         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34419           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34420
34421 2003-12-30  David Schleef  <ds@schleef.org>
34422
34423         * ext/ffmpeg/gstffmpegcolorspace.c:
34424         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34425         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34426         (gst_ffmpegcsp_chain): Negotiation fixes
34427         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34429         (gst_audio_convert_link), (gst_audio_convert_channels):
34430         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34431         (gst_audioscale_link), (gst_audioscale_get_buffer),
34432         (gst_audioscale_chain): Negotiation fixes
34433         * gst/audioscale/gstaudioscale.h:
34434         * gst/videofilter/gstvideofilter.c:
34435         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34436         (gst_videofilter_link), (gst_videofilter_init),
34437         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34438         (gst_videofilter_find_format_by_structure):
34439         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34441         (gst_videoscale_link):
34442         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34443         (videoscale_find_by_structure), (gst_videoscale_setup):
34444         * gst/videoscale/videoscale.h: Negotiation fixes
34445         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34446         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34447         function, restrict resizing to a multiple of 4 (hack until
34448         everyone supports odd sizes correctly).
34449
34450 2003-12-29  Colin Walters  <walters@verbum.org>
34451
34452         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34453         signed.
34454
34455 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34456
34457         * ext/sndfile/gstsf.c: (gst_sf_loop):
34458           Fix warning about discarding const qualifier
34459
34460 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34461
34462         * gst/cutter/gstcutter.c:
34463         * gst/videoscale/gstvideoscale.c:
34464         * gst/volenv/gstvolenv.c:
34465         * gst-libs/gst/audio/audio.c:
34466         * gst-libs/gst/video/video.c:
34467           Fix warnings
34468
34469 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34470
34471         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34472           Don't send ALSA debugging to stderr.
34473         * ext/alsa/gstalsa.h:
34474           Use GST_WARNING instead of g_warning when ALSA functions fail.
34475
34476 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34477
34478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34479           Free XVAdapterInfo correctly.
34480
34481 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34482
34483         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34484         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34485           Make id3tag use correct caps nego.
34486
34487 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34488
34489         * ext/ivorbis/vorbis.c:
34490         * ext/ivorbis/vorbisenc.h:
34491         * ext/ivorbis/vorbisfile.c:
34492           Modify so that it uses the new caps things
34493
34494 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34495
34496         * testsuite/spider/spider1.c: (main):
34497         * testsuite/spider/spider2.c: (main):
34498         * testsuite/spider/spider3.c: (main):
34499           Make tests compile again. They probably don't work.
34500
34501 2003-12-24  Colin Walters  <walters@verbum.org>
34502
34503         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34504         we can't fixate the caps anymore.
34505
34506 2003-12-23  David Schleef  <ds@schleef.org>
34507
34508         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34509         * sys/oss/gstosssink.c: (gst_osssink_init),
34510         (gst_osssink_sink_fixate): Add fixate function.
34511
34512 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34513
34514         * ext/ffmpeg/gstffmpegcodecmap.c:
34515         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34516         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34517         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34518         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34519         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34520         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34521         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34522           fix typo in RGB masks, and move back to "old" colorspace
34523           capsnego code until whoever wrote this new crap has actually
34524           tested it so that it works.
34525           And yes, this works, keep it that way please.
34526
34527 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34528
34529         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34530         (gst_divxdec_init), (gst_divxdec_negotiate):
34531         * ext/divx/gstdivxdec.h:
34532         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34533         (gst_divxenc_init):
34534         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34535         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34536         * ext/mpeg2enc/gstmpeg2enc.cc:
34537         * ext/mpeg2enc/gstmpeg2encoder.cc:
34538         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34539         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34540         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34541         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34542         (dxr3spusink_init):
34543         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34544         (dxr3videosink_init):
34545           Fix caps breakage after Dave's caps branch merge.
34546
34547 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34548
34549         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34550           Fix for 24bpp display.
34551
34552 2003-12-23  Colin Walters  <walters@verbum.org>
34553
34554         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34555         a GnomeVFSHandle directly.
34556
34557 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34558
34559         * gst/volume/Makefile.am:
34560         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34561         (volume_base_init), (volume_init):
34562           Reenable volume element and fix to work with new caps stuff.
34563           Rhythmbox needs this.
34564
34565 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34566
34567         * gst/qtdemux/qtdemux.c: (plugin_init):
34568           qtdemux requires bytestream
34569
34570 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34571
34572         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34573           Fix remaining caps handling errors due to CAPS merge.
34574
34575 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34576
34577         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34578         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34579         (gst_faad_srcconnect):
34580           Port to new caps system.
34581
34582 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34583
34584         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34585         (got_video_size), (main): using g_print instead of g_message.
34586         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34587         signal which was not emitted because of "switch" element added to the
34588         bin but not connected. (Removing from the bin temporarily)
34589
34590 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34591
34592         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34593         find X development files. I don't understand the previous tests and
34594         they fail on my debian/ppc unstable. This one works.
34595         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34596         exiting.
34597         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34598         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34599         (gst_play_set_visualization): Add some safety checks in set_ methods
34600         and state_change. This was throwing some ugly CRITICAL messages when
34601         pipeline was getting disposed and casts were failing.
34602
34603 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34604
34605         * configure.ac:
34606           Improve mpeg2enc detection. This is for distributions that do
34607           ship mjpegtools, but without mpeg2enc. Also does object check
34608           for might there ever be ABI incompatibility.
34609         * ext/mpeg2enc/gstmpeg2enc.cc:
34610           Add Andrew as second maintainer (he's helping me), and also add
34611           an error if no caps was set. This happens if I pull before capsnego
34612           and that's something I should solve sometime else.
34613         * gst/matroska/matroska-demux.c:
34614         (gst_matroska_demux_parse_blockgroup):
34615           Fix time parsing.
34616         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34617         (gst_matroska_mux_track_header):
34618           Add caps to templates.
34619         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34620           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34621         * gst/mpegstream/gstmpegdemux.c:
34622           Remove layer since it causes warnings about unfixed caps.
34623         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34624           Fix obvious typo (we error out if caps were set, we should of
34625           course error out if *no* caps were set).
34626         * sys/oss/gstosselement.c: (gst_osselement_convert):
34627           Fix format conversion, we confused bits/bytes.
34628         * sys/oss/gstosselement.h:
34629           Improve documentation for 'bps'.
34630         * sys/v4l/TODO:
34631           Remove stuff about plugins that need removing - this was done
34632           ages ago.
34633         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34634         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34635         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34636         (gst_v4lsrc_src_query):
34637         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34638         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34639           Add get_query_types(), get_formats() and query() functions.
34640
34641 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34642
34643         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34644           * moved CVS to freedesktop.org