po/es.po: Added Spanish translation.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         translated by: Jorge González González <aloriel@gmail.com>
4
5         * po/es.po:
6           Added Spanish translation.
7
8 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9
10         translated by: Mogens Jaeger <mogens@jaeger.tf>
11
12         * po/da.po:
13           Added Danish translation.
14
15 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         translated by: Funda Wang <fundawang@linux.net.cn>
18
19         * po/zh_CN.po:
20           Added Chinese (simplified) translation.
21
22 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23
24         translated by: Alexander Shopov <ash@contact.bg>
25
26         * po/bg.po:
27           Added Bulgarian translation.
28
29 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
30
31         * gst/playback/gstqueue2.c: (gst_queue_push_one):
32         Fix compilation wrt printf arguments.
33
34 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
35
36         * configure.ac:
37         * tests/examples/Makefile.am:
38         * tests/examples/snapshot/.cvsignore:
39         * tests/examples/snapshot/Makefile.am:
40         * tests/examples/snapshot/snapshot.c: (main):
41         Add simple snapshot example program using appsink.
42
43 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
44
45         * tests/check/generic/states.c:
46           Improved state change unit test.
47
48 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
49
50         * docs/plugins/.cvsignore:
51         * tests/check/.cvsignore:
52           Ignore registries in any format.
53
54 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
55
56         * gst-libs/gst/rtp/gstbasertpdepayload.c:
57         (gst_base_rtp_depayload_chain),
58         (gst_base_rtp_depayload_set_gst_timestamp):
59         Only copy timestamp on outgoing packets if the depayloader did not set
60         one.
61         Also copy duration on outgoing packets.
62
63 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
64
65         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
66         (gst_basertppayload_set_outcaps):
67         Fix compilation because of missing %d in printf.
68         When fixating caps, fixate what we can and throw away all remaining
69         unfixed caps, subclasses should do something smart if they need to.
70
71 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
72
73         * ext/gnomevfs/gstgnomevfssrc.c:
74           Improve debug logs a bit and be more verbose if things go wrong.
75
76 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
77
78         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
79         (gst_text_overlay_set_property):
80         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
81         * gst-libs/gst/audio/gstbaseaudiosink.c:
82         (gst_base_audio_sink_render):
83         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
84         (gst_rtcp_unix_to_ntp):
85         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
86         * gst/playback/gstqueue2.c:
87         * tests/examples/seek/seek.c: (set_scale):
88         Fix a bunch of compile warnings shown with Forte.
89
90         * gst/audiorate/gstaudiorate.c:
91         Always pull in config.h before including any system headers.
92
93 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
94
95         * gst/playback/gstqueue2.c: (update_buffering),
96         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
97         (gst_queue_handle_sink_event), (gst_queue_chain),
98         (gst_queue_push_one), (gst_queue_sink_activate_push),
99         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
100         Also fix #476514 for queue2.
101
102 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
103
104         * gst-libs/gst/rtp/gstbasertpdepayload.c:
105         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
106         (gst_base_rtp_depayload_chain),
107         (gst_base_rtp_depayload_handle_sink_event),
108         (gst_base_rtp_depayload_push_full),
109         (gst_base_rtp_depayload_set_gst_timestamp),
110         (gst_base_rtp_depayload_change_state):
111         Remove code to deal with RTP to GST time conversion, we now just copy
112         the GST timestamp we receive to the outgoing buffers.
113         Handle segment and flushes correctly.
114
115         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
116         When we have no valid input timestamp, use the previous rtp timestamp on
117         the outgoing RTP packet instead of the RTP base time.
118
119 2007-09-15  David Schleef  <ds@schleef.org>
120
121         * ext/alsa/gstalsa.c:
122         * ext/alsa/gstalsadeviceprobe.c:
123         * ext/alsa/gstalsamixer.c:
124         * ext/alsa/gstalsasink.c:
125         * ext/alsa/gstalsasrc.c:
126           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
127
128 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
129
130         * gst-libs/gst/rtp/gstbasertppayload.c:
131         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
132         Add some debug info when negotiating caps.
133
134 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
135
136         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
137         A buffer with an empty payload is also a valid buffer.
138
139 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
140
141         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
142         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
143         (gst_basertppayload_change_state):
144         Make sure we start our RTP timestamp from the random base RTP
145         timestamp even if the buffer timestamp starts from some random value.
146
147 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
148
149         * configure.ac:
150         * tests/examples/Makefile.am:
151         * tests/examples/dynamic/.cvsignore:
152         * tests/examples/dynamic/Makefile.am:
153         * tests/examples/dynamic/addstream.c: (create_stream),
154         (pause_play_stream), (message_received), (eos_message_received),
155         (perform_step), (main):
156         Add simple exmple app to demonstrate starting and pausing live and
157         non-live bins in a PLAYING pipeline.
158
159 2007-09-14  Julien MOUTTE  <julien@moutte.net>
160
161         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
162         typefind for QCP files (RFC #3625)
163
164 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
165
166         * gst-libs/gst/audio/gstbaseaudiosink.c:
167         (gst_base_audio_sink_init):
168         Disable pull mode scheduling, we're not ready for it yet and it subtly
169         breaks a lot of things.
170
171 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
172
173         * tests/check/elements/libvisual.c:
174           Test all libvisual plugins, not just the first one; this reproduces
175           bug #450336 quite easily.  Looks like a problem with the 'jess'
176           visualisation.
177
178 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
179
180         * tests/check/Makefile.am:
181         * tests/check/elements/.cvsignore:
182         * tests/check/elements/libvisual.c:
183           Add basic libvisual test case in an attempt to reproduce bug #450336.
184           Doesn't reproduce that bug, but some other crasher instead (invalid
185           free), at least with make elements/libvisual.forever and the bumscope
186           plugin on x86-64/gutsy. Leaving test disabled for now.
187
188 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
189
190         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
191
192         * gst-libs/gst/rtsp/gstrtspconnection.c:
193         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
194         (read_body), (gst_rtsp_connection_receive):
195         Make sure we can not cancel in the middle of receiving a message.
196         Fixes #475731.
197
198 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
199
200         Patch by: Josep Torra Valles <josep@fluendo.com>
201
202         * gst/playback/gstplaybasebin.c:
203           Increase upper limit for audio queue a bit; fixes preroll problem
204           with playbin and decodebin2 when playing a quicktime trailer with
205           multichannel audio via http (#464666).
206
207 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
208
209         * gst-libs/gst/audio/gstbaseaudiosrc.c:
210         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
211         (gst_base_audio_src_provide_clock),
212         (gst_base_audio_src_set_property),
213         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
214         * gst-libs/gst/audio/gstbaseaudiosrc.h:
215         Allow othe clocks than the internal clock to be used for the pipeline.
216         Add property to disable clock provide.
217         API: GstBaseAudioSrc::provide-clock
218
219 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
220
221         * gst/playback/gstdecodebin2.c:
222           Don't leak request pads. Fixes #475395.
223
224 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
225
226         Patch by: René Stadler <mail at renestadler dot de>
227
228         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
229         (gst_ximage_buffer_class_init):
230         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
231         (gst_xvimage_buffer_class_init):
232         Correctly chain up finalize with the parent class to prevent
233         memory leaks. Fixes #474880.
234
235 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
236
237         * gst/volume/gstvolume.c: (volume_choose_func):
238         * tests/check/elements/volume.c: (GST_START_TEST):
239         Revert the latest change: floating point samples are allowed to
240         have any value, not only values in the range [-1,1]. Thanks to Andy
241         Wingo for noticing.
242         Also fix processing of int32 samples with volumes > 4 by making the
243         unity value smaller which prevents overflows.
244
245 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
246
247         * gst-libs/gst/rtp/gstrtpbuffer.c:
248         * tests/check/libs/rtp.c:
249           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
250
251 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
252
253         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
254
255         * gst-libs/gst/rtp/gstrtpbuffer.c:
256           Fix up GstRTPHeader helper struct so that compilers will not under
257           any circumstances add padding in between our fields, as currently
258           happens with MSVC on win32, because that would lead to us sending
259           out RTP payloads with broken RTP headers (#471194).
260           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
261           
262         * tests/check/Makefile.am:
263         * tests/check/libs/.cvsignore:
264         * tests/check/libs/rtp.c:
265           Add some simple unit tests for GstRTPBuffer. Some are disabled
266           because the code tested still needs fixing (set_csrc() does not work).
267
268 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
269
270         * win32/MANIFEST:
271         * win32/common/gstrtsp-enumtypes.c:
272         * win32/common/gstrtsp-enumtypes.h:
273         * win32/common/interfaces-enumtypes.c:
274         * win32/common/interfaces-enumtypes.h:
275         * win32/common/multichannel-enumtypes.c:
276           Add rtsp enumtypes (#474384) and update others.
277
278 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
279
280         * configure.ac:
281           Fix configure check for HAVE_LIBXML_HTML.
282
283 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
284
285         * tests/check/libs/.cvsignore:
286           Ignore more, in case the build bots work again one day.
287
288 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
289
290         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
291
292         * configure.ac:
293         * gst-libs/gst/Makefile.am:
294         * gst-libs/gst/fft/Makefile.am:
295         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
296         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
297         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
298         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
299         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
300         * gst-libs/gst/fft/gstfft.h:
301         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
302         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
303         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
304         * gst-libs/gst/fft/gstfftf32.h:
305         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
306         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
307         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
308         * gst-libs/gst/fft/gstfftf64.h:
309         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
310         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
311         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
312         * gst-libs/gst/fft/gstffts16.h:
313         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
314         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
315         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
316         * gst-libs/gst/fft/gstffts32.h:
317         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
318         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
319         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
320         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
321         * gst-libs/gst/fft/kiss_fft_f32.h:
322         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
323         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
324         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
325         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
326         * gst-libs/gst/fft/kiss_fft_f64.h:
327         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
328         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
329         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
330         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
331         * gst-libs/gst/fft/kiss_fft_s16.h:
332         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
333         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
334         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
335         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
336         * gst-libs/gst/fft/kiss_fft_s32.h:
337         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
338         (kiss_fftr_f32), (kiss_fftri_f32):
339         * gst-libs/gst/fft/kiss_fftr_f32.h:
340         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
341         (kiss_fftr_f64), (kiss_fftri_f64):
342         * gst-libs/gst/fft/kiss_fftr_f64.h:
343         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
344         (kiss_fftr_s16), (kiss_fftri_s16):
345         * gst-libs/gst/fft/kiss_fftr_s16.h:
346         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
347         (kiss_fftr_s32), (kiss_fftri_s32):
348         * gst-libs/gst/fft/kiss_fftr_s32.h:
349         * gst-libs/gst/fft/kiss_version:
350         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
351         * pkgconfig/gstreamer-plugins-base.pc.in:
352         Add libgstfft, a FFT library based on Kiss FFT which is
353         BSD licensed. Supported sample formats are int16, int32,
354         float and double. For those formats a real FFT and IFFT
355         can be done, different windowing functions can be applied
356         and functions for extracting the magnitude and phase exist.
357         Fixes #468619.
358
359         * docs/libs/Makefile.am:
360         * docs/libs/gst-plugins-base-libs-docs.sgml:
361         * docs/libs/gst-plugins-base-libs-sections.txt:
362         Integrate libgstfft into the docs.
363
364         * tests/check/Makefile.am:
365         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
366         Add unit tests for libgstfft, currently only testing the FFT.
367         Unit tests for IFFT will follow soon.
368
369 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
370
371         Patch by: Peter Kjellerstedt  <pkj at axis com>
372
373         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
374         (gst_sdp_message_init), (gst_sdp_message_uninit),
375         (is_multicast_address), (gst_sdp_message_as_text),
376         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
377         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
378         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
379         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
380         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
381         (gst_sdp_media_init), (gst_sdp_media_uninit),
382         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
383         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
384         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
385         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
386         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
387         * gst-libs/gst/sdp/gstsdpmessage.h:
388         Separate INIT_ARRAY() and related macros into two versions, one for
389         structures and one for pointers (e.g., INIT_ARRAY() and
390         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
391         lists of emails and phone numbers.
392         Add missing const as appropriate.
393         Change all gint to guint since they all actually represent unsigned
394         values.
395         Do not use time as a variable name as it shadows the global time().
396         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
397         Actually implement gst_sdp_message_add_time().
398         Make gst_sdp_message_add_time() take repeat times as an argument.
399         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
400         Corrected the definition of gst_sdp_media_get_bandwidth() (was
401         misspelled as badwidth).
402         gst-indented and a little clean up. Fixes #471067.
403
404 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
405
406         * gst/volume/gstvolume.c: (volume_choose_func),
407         (volume_process_double), (volume_process_double_clamp),
408         (volume_process_float_clamp):
409         Correctly clamp float/double samples in the [-1.0,1.0] range to
410         prevent weird effects.
411         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
412         Add unit tests for all samples types that had none before.
413
414 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
415
416         * gst-libs/gst/rtp/gstrtpbuffer.c:
417           Need to include stdlib.h for abs() here too.
418
419 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
420
421         * gst/playback/gststreaminfo.c:
422           Fix build.
423
424 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
425
426         * gst/playback/gststreaminfo.c:
427           Clean up some half-disabled code and comment.
428
429 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
430
431         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
432
433         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
434         (gst_base_rtp_payload_audio_handle_event):
435         Return FALSE from the event handler to let the parent class handle the
436         event. Fixes #446766.
437
438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
439         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
440         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
441
442         * gst-libs/gst/rtp/gstbasertppayload.c:
443         Bump the MTU to 1400.
444
445 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
446
447         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
448         Add an audio/x-nsf typefind function for the nsfdec element.
449
450 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
451         * gst/playback/gstplaybasebin.c:
452         Included "myth://" on stream_uris list for enable buffering to mythtv files
453
454 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
455
456         * docs/libs/gst-plugins-base-libs-sections.txt:
457         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
458         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
459         (gst_rtcp_unix_to_ntp):
460         * gst-libs/gst/rtp/gstrtcpbuffer.h:
461         Fix parsing of RB blocks.
462         Fix docs.
463         Added helper functions to convert to/from UNIX and NTP time.
464         API: gst_rtcp_ntp_to_unix()
465         API: gst_rtcp_unix_to_ntp()
466
467         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
468         (gst_rtp_buffer_get_header_len),
469         (gst_rtp_buffer_get_extension_data),
470         (gst_rtp_buffer_get_payload_subbuffer),
471         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
472         (gst_rtp_buffer_ext_timestamp):
473         * gst-libs/gst/rtp/gstrtpbuffer.h:
474         Fix some more docs.
475         Implement handling of packets with extensions.
476         Fix padding check in _validate().
477         Added function to get extension data.
478         API: gst_rtp_buffer_get_header_len()
479         API: gst_rtp_buffer_get_extension_data()
480
481 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
482
483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
484         (gst_base_rtp_depayload_class_init),
485         (gst_base_rtp_depayload_set_gst_timestamp):
486         Add some more docs for the queue-delay property and fix a typo in a
487         comment.
488
489         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
490         Fix typo.
491
492 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
493
494         * gst-libs/gst/audio/gstbaseaudiosink.c:
495         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
496         (gst_base_audio_sink_change_state):
497         When skew slaving, try to hover around the middle of a segment so that
498         we at most drift by half a segment.
499         If we are aligning in the oposite direction of the clock skew, we don't
500         have to resync.
501
502 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
503
504         * gst-libs/gst/rtp/gstbasertpdepayload.c:
505         (gst_base_rtp_depayload_setcaps),
506         (gst_base_rtp_depayload_set_gst_timestamp):
507         Be less silly with the segment start, just apply the clock-base to the
508         timestamp.
509
510 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
511
512         * gst-libs/gst/rtp/gstbasertpdepayload.c:
513         (gst_base_rtp_depayload_class_init),
514         (gst_base_rtp_depayload_finalize),
515         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
516         (gst_base_rtp_depayload_handle_sink_event),
517         (gst_base_rtp_depayload_set_gst_timestamp),
518         (gst_base_rtp_depayload_change_state):
519         * gst-libs/gst/rtp/gstbasertpdepayload.h:
520         Deprecate the queue handling thread thing and remove the code.
521         Use new method to calculate the extended timestamp.
522
523 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
524
525         * gst-libs/gst/rtp/gstrtcpbuffer.c:
526         (gst_rtcp_packet_sdes_copy_entry):
527         Use g_strndup which does exactly what we want.
528
529         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
530         (gst_rtp_buffer_ext_timestamp):
531         * gst-libs/gst/rtp/gstrtpbuffer.h:
532         Add helper function to compare seqnums.
533         Add helper function to calculate extended timestamps.
534         API: gst_rtp_buffer_compare_seqnum()
535         API: gst_rtp_buffer_ext_timestamp()
536
537 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
538
539         * gst-libs/gst/rtp/gstrtcpbuffer.c:
540         (gst_rtcp_packet_sdes_get_entry),
541         (gst_rtcp_packet_sdes_copy_entry):
542         * gst-libs/gst/rtp/gstrtcpbuffer.h:
543         Fix and document SDES item data function.
544         Add new function that makes a proper copy of SDES item data.
545         API: gst_rtcp_packet_sdes_copy_entry()
546
547 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
548
549         * configure.ac:
550         * gst/Makefile.am:
551           The tcp and subparse plugins are under gst, but not totaly free of
552           dependencies. Handle selection inconfigure.ac, so that they show up
553           on the final list of what is build and what is not. Maybe they should
554           better be moved to ext.
555
556 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
557
558         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
559
560         * configure.ac:
561         * gst/Makefile.am:
562           Check if libxml provides HTML parser which subparse needs.
563           Fixes #451970.
564
565 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
566
567         * ext/alsa/gstalsa.c:
568           Fix typo and compilation on big endian systems.
569
570 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
571
572         * gst/subparse/gstssaparse.c:
573           Convert SSA newline codes into actual newline characters (#470766).
574
575 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
576
577         * docs/libs/gst-plugins-base-libs-sections.txt:
578         * gst-libs/gst/pbutils/install-plugins.c:
579         * gst-libs/gst/pbutils/install-plugins.h:
580         * tests/check/libs/pbutils.c:
581           API: also add gst_install_plugins_supported() while we're at it
582           (see #470456).
583
584 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
585
586         * docs/libs/gst-plugins-base-libs-sections.txt:
587         * gst-libs/gst/pbutils/missing-plugins.c:
588         * gst-libs/gst/pbutils/missing-plugins.h:
589         * tests/check/libs/pbutils.c:
590           API: add gst_missing_*_installer_detail_new() convenience API so
591           that applications that know exactly what they're missing can request
592           installer detail strings for those items directly instead of having
593           to first create a dummy missing-plugin message and then get the
594           installer detail string from that.  Fixes #470456.
595
596 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
597
598         * gst/playback/gstdecodebin.c: (close_pad_link):
599         We need to set up delayed-linking whenever the caps are non-fixed,
600         not just when there are multiple types - use gst_pad_is_fixed()
601         to test.
602
603 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
604
605         * gst-libs/gst/pbutils/missing-plugins.c:
606           (gst_missing_plugin_message_get_installer_detail):
607           Add missing separator in PID fallback case.
608
609 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
610
611         * ext/alsa/Makefile.am:
612         There is no GST_PLUGINS_BASE_LIBS defined.
613         
614         * ext/alsa/gstalsa.c:
615         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
616         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
617         Add support for ALSA 24-bit formats.
618         snd_pcm_delay can return an error code, especially
619         during XRUNS. In that case, the best we can do is assume
620         delay = 0.
621
622         * gst/audioconvert/Makefile.am:
623         Add flags from -base before any more-remote dependencies.
624
625 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
626
627         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
628
629         * gst/volume/gstvolume.c: (volume_choose_func),
630         (volume_update_real_volume), (gst_volume_set_volume),
631         (gst_volume_init), (volume_process_int32),
632         (volume_process_int32_clamp), (volume_process_int24),
633         (volume_process_int24_clamp), (volume_process_int16),
634         (volume_process_int16_clamp), (volume_process_int8),
635         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
636         * gst/volume/gstvolume.h:
637         Add support for int32, int24 and int8 to the volume element.
638         Fixes #445529.
639
640 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
641
642         * tests/examples/Makefile.am:
643           Fix even more.
644
645 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
646
647         * configure.ac:
648         * docs/libs/Makefile.am:
649         * docs/libs/gst-plugins-base-libs-docs.sgml:
650         * docs/libs/gst-plugins-base-libs-sections.txt:
651         * ext/gnomevfs/gstgnomevfssrc.c:
652         * ext/gnomevfs/gstgnomevfssrc.h:
653         * gst-libs/gst/Makefile.am:
654         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
655         * pkgconfig/gstreamer-plugins-base.pc.in:
656         * sys/v4l/v4lsrc_calls.c:
657         * tests/examples/Makefile.am:
658         * win32/common/config.h:
659           Revert unwanted commit. many thanks to moap. I want a fix for 
660           https://thomas.apestaart.org/moap/trac/ticket/239
661
662 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
663
664         * gst/volume/gstvolume.c:
665           Move passthrough below gst_object_sync_values(). Fixes #442654.
666
667 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
668
669         * gst-libs/gst/audio/audio.c:
670         Clarify the docs a little.
671
672 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
673
674         * gst/volume/gstvolume.c:
675           Enable liboil for float and add more details about problems with
676           int16.
677
678 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
679
680         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
681         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
682
683 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
684
685         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
686         When calculating the first timestamp of the buffers, don't go below 0
687         and clip the samples because the offset was on the eos page.
688         Fixes #466717.
689
690 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
691
692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
693         (gst_ogg_demux_collect_chain_info):
694         Also submit the eos page when trying to find the first timestamp.
695         See #466717.
696
697 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
698
699         * gst-libs/gst/audio/audio.h:
700         Use gst_util_uint64_scale() instead of doing the math
701         with double for GST_FRAMES_TO_CLOCK_TIME() and
702         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
703         prevents rounding errors. Fixes #467667.
704
705 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
706
707         * gst-libs/gst/rtsp/gstrtspconnection.c:
708         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
709         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
710         * gst-libs/gst/rtsp/gstrtspconnection.h:
711         Small cleanups.
712         On shutdown, don't read the control socket yet.
713         Set timeout value correctly in all cases.
714         Add function to check if the server accepts reads or writes.
715         API: gst_rtsp_connection_poll()
716
717         * gst-libs/gst/rtsp/gstrtspdefs.h:
718         Fix compilation with -pedantic.
719         Add enum for _poll.
720
721 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
722
723         Patch by: Olivier Crete  <tester at tester ca>
724
725         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
726         (gst_basertppayload_getcaps):
727         * gst-libs/gst/rtp/gstbasertppayload.h:
728         Add getcaps vfunc to basertppayload. See #465146.
729
730 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
731
732         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
733         Only post buffering messages when we are a stream.
734
735 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * gst-libs/gst/pbutils/install-plugins.c:
738         * gst-libs/gst/pbutils/missing-plugins.c:
739           Small docs fix and addition.
740
741 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
742
743         * tests/icles/.cvsignore:
744         * tests/icles/Makefile.am:
745         * tests/icles/test-textoverlay.c:
746           Add a dumb little test for textoverlay alignments.
747
748 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
749
750         Patch by: Dan Williams  <dcbw redhat com>
751
752         * ext/pango/gsttextoverlay.c:
753         * ext/pango/gsttextoverlay.h:
754           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
755           "silent" property so there's a Since tag in the API reference.
756
757 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
758
759         * gst-libs/gst/rtp/gstbasertppayload.c:
760         (gst_basertppayload_set_outcaps):
761         * gst-libs/gst/rtp/gstbasertppayload.h:
762         Improve caps negotiation so that downstream elements can confiure
763         certain RTP properties by fixing them on the caps. See #465146.
764         Add docs.
765
766 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
767
768         * docs/libs/gst-plugins-base-libs-sections.txt:
769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
770         * gst-libs/gst/rtp/gstbasertpdepayload.h:
771           Mark as deprecated some macros which were presumably meant to be
772           private API and accidentally exposed in the public header file.
773           Also actually _init() lock (only works at the moment because the
774           struct is zeroed out when created and the initial values in the
775           mutex struct are zeroes too). (#459585)
776
777 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
778
779         * docs/libs/Makefile.am:
780           Remove cruft and do some cleanups.
781
782         * docs/libs/gst-plugins-base-libs-docs.sgml:
783           Prepare for comming gtkdoc features (rebase against online docs).
784
785 2007-08-10  Michael Smith <msmith@fluendo.com>
786
787         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
788           Debug output fixes.
789         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
790         (GST_START_TEST):
791           Change the number of buffers used; 500 is too many and leads to
792           timeouts.
793
794 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
795
796         * gst/playback/gstqueue2.c:
797         * gst/videorate/gstvideorate.c:
798           Printf format fixes (#465028).
799
800 2007-08-09  Michael Smith <msmith@fluendo.com>
801
802         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
803           If we have a large (> 1 second) discontinuity, push a series of
804           smaller buffers rather than a single very large buffer. Avoids
805           unreasonably large single buffer allocations when encountering a
806           large gap.
807         * tests/check/elements/audiorate.c: (GST_START_TEST),
808         (audiorate_suite):
809           Add a test for this.
810
811 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
812
813         * gst/playback/gstplaybasebin.c: (group_commit),
814         (queue_remove_probe), (queue_threshold_reached):
815
816         Patch by: Josep Torra Valles <josep@fluendo.com>
817         Fixes: #465015
818         Make sure we remove the check_queues buffer probe from the 
819         correct queue to avoid racily going back to "buffering 99%" when
820         buffering is actually complete.
821
822         Also, fix the spelling of Josep's surname in the ChangeLog.
823
824 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
825
826         * ext/ogg/gstoggmux.c:
827           Do not leak oggmux instance.
828         
829         * ext/vorbis/vorbisenc.c:
830           Also log values.
831
832 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
833
834         * po/hu.po:
835         * po/it.po:
836         * po/nl.po:
837         * po/uk.po:
838         * po/vi.po:
839           Updated translations.
840
841 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
842
843         patch by: Yang Hong <hongyang@redflag-linux.com>
844
845         * ext/pango/gsttextoverlay.c:
846         * ext/pango/gsttextoverlay.h:
847           Add 'silent' property to GstTimeOverlay. Fixes #462979
848
849 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
850
851         Patch by: Josep Torra Valles <josep@fluendo.com>
852
853         * docs/plugins/gst-plugins-base-plugins.args:
854         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
855         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
856         (gst_uri_decode_bin_get_property), (gen_source_element):
857         Add connection-speed property. Fixes #464690.
858
859 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
860
861         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
862
863         * configure.ac:
864         * gst-libs/gst/rtsp/Makefile.am:
865         * gst-libs/gst/rtsp/gstrtspconnection.c:
866         (gst_rtsp_connection_connect):
867         Fix compilation on windows. Fixes #464320.
868
869 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
870
871         Patch by: Josep Torra Valles <josep@fluendo.com>
872
873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
874         (gst_play_base_bin_init), (queue_threshold_reached),
875         (gen_source_element), (setup_substreams),
876         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
877         (gst_play_base_bin_get_streaminfo_value_array):
878         * gst/playback/gstplaybasebin.h:
879         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
880         (gst_play_bin_set_property), (gst_play_bin_get_property),
881         (gst_play_bin_handle_redirect_message):
882         Move connection-speed property from playbin to playbasebin so that we
883         can also configure it in source elements that have the connection-speed
884         property. Fixes #464028.
885         Add some debug info here and there.
886
887 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
888
889         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
890         Properly respond to conversion queries. Fixes #464079.
891
892 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
893
894         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
895         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
896         (gst_audio_test_src_init_sine_table),
897         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
898         * gst/audiotestsrc/gstaudiotestsrc.h:
899         Add float/double and int32 support to audiotestsrc. Fixes #460422.
900         Also set the default volume to the default value specified in the
901         GParamSpec.
902
903 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
904
905         Patch by: Jens Granseuer <jensgr at gmx dot net>
906
907         * gst/audioconvert/gstaudioquantize.c:
908         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
909
910 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
911
912         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
913         Add rdt manager for rdt transport.
914         Fix parsing of RDT transport.
915
916 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
917
918         * configure.ac:
919         Back to CVS
920
921 === release 0.10.14 ===
922
923 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
924
925         * configure.ac:
926           releasing 0.10.14, "Light Years Ahead"
927
928 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
929
930         * tests/check/libs/audio.c: (GST_START_TEST):
931         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
932
933 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
934
935         * gst-libs/gst/audio/audio.c:
936         When clipping a buffer with no timestamp, assume it is
937         within the segment without warnings.
938
939         Fixes: #460978
940
941 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
942
943         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
944         Fire the signal on the object, not the interface.
945
946 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
947
948         * gst-libs/gst/rtsp/.cvsignore:
949         Ber. Don't include the full path, idiot.
950
951 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
952
953         * gst-libs/gst/rtsp/.cvsignore:
954         Ignore generated files.
955
956 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
957
958         * gst-libs/gst/interfaces/Makefile.am:
959         * gst-libs/gst/interfaces/interfaces-marshal.list:
960         * gst-libs/gst/interfaces/rtspextension.c:
961         * gst-libs/gst/interfaces/rtspextension.h:
962         * gst-libs/gst/rtsp/Makefile.am:
963         * gst-libs/gst/rtsp/gstrtsp.h:
964         * gst-libs/gst/rtsp/gstrtspextension.c:
965         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
966         (gst_rtsp_extension_detect_server),
967         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
968         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
969         (gst_rtsp_extension_configure_stream),
970         (gst_rtsp_extension_get_transports),
971         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
972         * gst-libs/gst/rtsp/gstrtspextension.h:
973         * gst-libs/gst/rtsp/rtsp-marshal.list:
974         Move the rtspextension.h interface into gstrtspextension.h
975         as part of libgstrtsp instead of libgstinterfaces, because it's
976         only for use within plugins, not applications. 
977         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
978         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
979         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
980         is abstract.
981
982 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
983
984         * gst-libs/gst/interfaces/Makefile.am:
985         * gst-libs/gst/interfaces/interfaces-marshal.list:
986         * gst-libs/gst/interfaces/rtspextension.c:
987         (gst_rtsp_extension_iface_init),
988         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
989         * gst-libs/gst/interfaces/rtspextension.h:
990         Fix marshaller for the send signal.
991         Add URL to stream selection interface method.
992
993 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
994
995         * gst-libs/gst/riff/Makefile.am:
996         Pull in our dependencies from -base before those from outside.
997
998 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
999
1000         * docs/libs/gst-plugins-base-libs-sections.txt:
1001         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
1002         * gst-libs/gst/rtsp/gstrtspbase64.h:
1003         API: gst_rtsp_base64_decode_ip()
1004         Added function to decode Base64 in-place.
1005
1006 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1007
1008         * tests/check/libs/.cvsignore:
1009         Ignore the mixer test binary.
1010
1011 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1012
1013         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
1014         Gratuitous comment change to trigger a rebuild on the buildbots.
1015
1016 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1017
1018         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
1019         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1020         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
1021         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
1022         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1023         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
1024         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
1025         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
1026         (gst_sdp_media_get_attribute_val):
1027         * gst-libs/gst/sdp/gstsdpmessage.h:
1028         Constify args where we can.
1029
1030 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1031
1032         * gst-libs/gst/interfaces/Makefile.am:
1033         * gst-libs/gst/interfaces/rtspextension.c:
1034         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
1035         (gst_rtsp_extension_detect_server),
1036         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
1037         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
1038         (gst_rtsp_extension_configure_stream),
1039         (gst_rtsp_extension_get_transports),
1040         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
1041         * gst-libs/gst/interfaces/rtspextension.h:
1042         Move interface for RTSP extensions from -good to here.
1043         Added helper methods to invoke interface methods.
1044
1045 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1046
1047         * docs/libs/gst-plugins-base-libs-sections.txt:
1048         * gst-libs/gst/rtsp/gstrtspdefs.h:
1049         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1050         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
1051         (gst_rtsp_message_init_response),
1052         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
1053         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
1054         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1055         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1056         (gst_rtsp_message_get_body), (dump_key_value):
1057         * gst-libs/gst/rtsp/gstrtspmessage.h:
1058         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1059         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1060         (gst_rtsp_range_parse):
1061         * gst-libs/gst/rtsp/gstrtsprange.h:
1062         * gst-libs/gst/rtsp/gstrtsptransport.c:
1063         * gst-libs/gst/rtsp/gstrtspurl.c:
1064         Fix some more RTSP docs.
1065         Add some missing methods for dealing with messages.
1066
1067 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1068
1069         * docs/libs/gst-plugins-base-libs-docs.sgml:
1070         * docs/libs/gst-plugins-base-libs-sections.txt:
1071         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1072         * gst-libs/gst/rtsp/gstrtspbase64.h:
1073         * gst-libs/gst/rtsp/gstrtspconnection.c:
1074         (gst_rtsp_connection_connect), (add_auth_header),
1075         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
1076         (read_body), (gst_rtsp_connection_receive),
1077         (gst_rtsp_connection_next_timeout),
1078         (gst_rtsp_connection_reset_timeout),
1079         (gst_rtsp_connection_set_auth):
1080         * gst-libs/gst/rtsp/gstrtspconnection.h:
1081         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
1082         * gst-libs/gst/rtsp/gstrtspdefs.h:
1083         * gst-libs/gst/rtsp/gstrtspmessage.h:
1084         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1085         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1086         (gst_rtsp_range_parse):
1087         * gst-libs/gst/rtsp/gstrtspurl.h:
1088         Added beginnings of RTSP documentation.
1089
1090 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1091
1092         * docs/libs/Makefile.am:
1093         * docs/libs/gst-plugins-base-libs-docs.sgml:
1094         * docs/libs/gst-plugins-base-libs-sections.txt:
1095         * gst-libs/gst/sdp/gstsdp.h:
1096         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
1097         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
1098         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1099         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
1100         (gst_sdp_message_get_attribute_val),
1101         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
1102         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
1103         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
1104         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1105         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
1106         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
1107         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
1108         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
1109         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1110         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
1111         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
1112         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
1113         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
1114         (gst_sdp_media_get_attribute_val_n),
1115         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
1116         (print_media), (gst_sdp_message_dump):
1117         * gst-libs/gst/sdp/gstsdpmessage.h:
1118         Document the SDP library.
1119         Add some of the missing SDPMedia methods.
1120
1121 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1122
1123         * configure.ac:
1124         * gst-libs/gst/Makefile.am:
1125         * gst-libs/gst/rtsp/Makefile.am:
1126         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1127         * gst-libs/gst/rtsp/gstrtspbase64.h:
1128         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
1129         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
1130         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
1131         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
1132         (parse_response_status), (parse_request_line), (parse_line),
1133         (gst_rtsp_connection_read), (read_body),
1134         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
1135         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
1136         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
1137         (gst_rtsp_connection_set_auth):
1138         * gst-libs/gst/rtsp/gstrtspconnection.h:
1139         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
1140         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
1141         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
1142         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
1143         (gst_rtsp_find_method):
1144         * gst-libs/gst/rtsp/gstrtspdefs.h:
1145         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1146         (gst_rtsp_message_new), (gst_rtsp_message_init),
1147         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
1148         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
1149         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
1150         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
1151         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1152         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1153         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
1154         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
1155         (gst_rtsp_message_dump):
1156         * gst-libs/gst/rtsp/gstrtspmessage.h:
1157         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1158         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1159         (gst_rtsp_range_parse), (gst_rtsp_range_free):
1160         * gst-libs/gst/rtsp/gstrtsprange.h:
1161         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
1162         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
1163         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
1164         (range_as_text), (rtsp_transport_mode_as_text),
1165         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
1166         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
1167         (gst_rtsp_transport_free):
1168         * gst-libs/gst/rtsp/gstrtsptransport.h:
1169         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
1170         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
1171         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
1172         * gst-libs/gst/rtsp/gstrtspurl.h:
1173         * gst-libs/gst/sdp/Makefile.am:
1174         * gst-libs/gst/sdp/gstsdp.h:
1175         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
1176         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
1177         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
1178         (gst_sdp_attribute_init), (gst_sdp_message_new),
1179         (gst_sdp_message_init), (gst_sdp_message_uninit),
1180         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
1181         (gst_sdp_media_uninit), (gst_sdp_media_free),
1182         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
1183         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
1184         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
1185         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
1186         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1187         (gst_sdp_message_get_attribute_val),
1188         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
1189         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
1190         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
1191         (gst_sdp_media_get_attribute_val_n),
1192         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
1193         (read_string), (read_string_del), (gst_sdp_parse_line),
1194         (gst_sdp_message_parse_buffer), (print_media),
1195         (gst_sdp_message_dump):
1196         * gst-libs/gst/sdp/gstsdpmessage.h:
1197         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1198         Move SDP and RTSP from helper objects in -good to a reusable library.
1199         Use a proper gst_ namespace.
1200
1201 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1202
1203         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1204         (vorbis_dec_flush_decode):
1205         Use the new buffer clipping function from gstaudio here.
1206
1207 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1208
1209         * docs/libs/gst-plugins-base-libs-sections.txt:
1210         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
1211         * gst-libs/gst/audio/audio.h:
1212         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
1213         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
1214         Also add deprecation guards for gst_audio_structure_set_int() to the
1215         header.
1216
1217 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1218
1219         * docs/libs/gst-plugins-base-libs-sections.txt:
1220           Cleanup the docs.
1221
1222 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1223
1224         Patch by: Dan Williams <dcbw at redhat dot com>
1225
1226         * gst/playback/gstplaybasebin.c:
1227         (gst_play_base_bin_get_streaminfo_value_array):
1228         Don't return NULL when querying the stream info value array but instead
1229         return an empty array. Fixes #459204.
1230
1231 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
1232
1233         * gst/playback/gsturidecodebin.c:
1234           Init debug category before using it.
1235
1236 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1237
1238         * gst-libs/gst/interfaces/mixer.h:
1239         Add padding vars in place of the signal pointers
1240         when building with DISABLE_DEPRECATED so that the
1241         interface structure doesn't change size.
1242
1243 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1244
1245         * docs/libs/gst-plugins-base-libs-sections.txt:
1246         * ext/alsa/gstalsamixer.c:
1247         * ext/alsa/gstalsamixer.h:
1248         * ext/alsa/gstalsamixerelement.c:
1249         * ext/alsa/gstalsamixertrack.c:
1250         * gst-libs/gst/interfaces/mixer.c:
1251         * gst-libs/gst/interfaces/mixer.h:
1252         * gst-libs/gst/interfaces/mixeroptions.c:
1253         * gst-libs/gst/interfaces/mixeroptions.h:
1254         * gst-libs/gst/interfaces/mixertrack.c:
1255         * gst-libs/gst/interfaces/mixertrack.h:
1256         * tests/check/Makefile.am:
1257         * tests/check/libs/mixer.c:
1258
1259         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1260         Fixes: #152864 
1261
1262         Add support for notifying mixer changes on the message bus, and
1263         implement it in alsamixer.
1264
1265         API: gst_mixer_get_mixer_flags
1266         API: gst_mixer_message_parse_mute_toggled
1267         API: gst_mixer_message_parse_record_toggled
1268         API: gst_mixer_message_parse_volume_changed
1269         API: gst_mixer_message_parse_option_changed
1270         API: GstMixerMessageType
1271         API: GstMixerFlags
1272
1273 2007-07-20  Michael Smith <msmith@fluendo.com>
1274
1275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1276         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1277           xcontext->im_format is only for testing XShm support (as the header
1278           file comments document). Use xvimage->im_format for everything else.
1279           Avoids spurious warnings on buffer allocation before setcaps.
1280
1281 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1282
1283         * tests/examples/volume/Makefile.am:
1284         * tests/icles/Makefile.am:
1285           We should use $(LIBM).
1286
1287 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1288
1289         * tests/icles/Makefile.am:
1290           This needs -lm.
1291
1292 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1293
1294         * gst-libs/gst/rtp/gstbasertppayload.c:
1295         (gst_basertppayload_class_init), (gst_basertppayload_init),
1296         (gst_basertppayload_set_property),
1297         (gst_basertppayload_get_property):
1298         Don't break ABI, restore previous ranges. Keep the default random
1299         selection of timestamp and seqnum offset but as soon as the app sets a
1300         specific value, use that one.
1301
1302 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1303
1304         Patch by: Bastien Nocera <hadess at hadess dot net>
1305
1306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1307         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1308         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1309         * sys/xvimage/xvimagesink.h:
1310         Add option to turn off double-buffering for debugging purposes.
1311         Fixes #437169.
1312
1313 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1314
1315         Patch by: Jorn Baayen <jorn at openedhand dot com>
1316
1317         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1318         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1319         (gst_ximagesink_init), (gst_ximagesink_class_init):
1320         * sys/ximage/ximagesink.h:
1321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1322         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1323         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1324         * sys/xvimage/xvimagesink.h:
1325         add 'handle-expose' property. Useful for video widgets which may want to
1326         be in control of Expose behaviour. Fixes #380625
1327
1328 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1329
1330         * gst-libs/gst/rtp/gstbasertppayload.c:
1331         (gst_basertppayload_class_init), (gst_basertppayload_init),
1332         (gst_basertppayload_event), (gst_basertppayload_push),
1333         (gst_basertppayload_set_property),
1334         (gst_basertppayload_get_property),
1335         (gst_basertppayload_change_state):
1336         * gst-libs/gst/rtp/gstbasertppayload.h:
1337         Fix ranges of rtp payloader properties so that the full range can be
1338         used in addition to -1 (random).
1339         Fix wrong seqnum reporting in caps.
1340         Fixes #420326.
1341
1342 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1343
1344         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1345         (gst_video_rate_query):
1346         Use boilerplate.
1347         Add latency query, might not be perfect yet but already works a lot
1348         better. Fixes #442557.
1349
1350 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1351
1352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1353         (gst_xvimagesink_setcaps):
1354         * sys/xvimage/xvimagesink.h:
1355         After a caps change, redraw our borders to avoid garbage left there
1356         when the image format changes to a smaller size, like 16:9 -> 4:3
1357         Also, hold the flow_lock a bit longer in the set_caps while we're
1358         fiddling with the xcontext.
1359
1360 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1361
1362         * Makefile.am:
1363         * configure.ac:
1364         * tests/Makefile.am:
1365         Remove bogus check for libcheck, since we check for
1366         gstreamer-check and it pulls in the required info from there, and we
1367         weren't actually _using_ the information for libcheck ourselves
1368         anyway.
1369
1370 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1371
1372         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1373         (gst_ffmpeg_caps_to_pixfmt):
1374         Fix the r_mask test for RGBA32 on little-endian.
1375         Fix a stupid typo that would have obviously broken 
1376         compilation on big-endian, if anyone was testing.
1377
1378 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1379
1380         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1381         (paint_hline_str4):
1382         * gst/videotestsrc/videotestsrc.h:
1383         Add alpha to the color struct.
1384         Use a default alpha value of 255 instead of 128.
1385
1386 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1387
1388         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1389         (setup_source):
1390         Clear the dynamic pads counter when starting a new uri. This makes
1391         reusing playbin work again.
1392         Fixes #454264.
1393
1394 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1395
1396         * configure.ac:
1397           Use pkg-config to locate check.
1398
1399 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1400
1401         * configure.ac:
1402         * tests/check/elements/volume.c: (GST_START_TEST):
1403           Fix 'make check' build against core CVS.
1404
1405 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1406
1407         * gst-libs/gst/interfaces/propertyprobe.c:
1408         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1409         * gst-libs/gst/tag/gstvorbistag.c:
1410           Make gtk-doc happy.
1411
1412 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1413
1414         * gst-libs/gst/audio/gstbaseaudiosink.c:
1415         (gst_base_audio_sink_callback):
1416           Quick hack to make audiosinks stop at EOS when operating in
1417           pull-mode; needs to be fixed properly some day.
1418
1419 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1420
1421         * docs/libs/gst-plugins-base-libs-sections.txt:
1422           Fix location of includes in the docs.
1423
1424 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1425
1426         * gst/ffmpegcolorspace/avcodec.h:
1427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1428         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1429         (gst_ffmpegcsp_avpicture_fill):
1430         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1431         (img_get_alpha_info):
1432         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1433         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1434         end of the word. Partially fixes #451908
1435
1436 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1437
1438         * docs/libs/Makefile.am:
1439         * docs/plugins/Makefile.am:
1440           Simplify --extra-dir as gtkdoc scans recursively.
1441
1442 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1443
1444         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1445         (gst_adder_request_new_pad):
1446         Make getcaps more robust by not using the proxycaps function. This makes
1447         sure that we don't end up recursively calling getcaps upstream.
1448         See #316248.
1449
1450 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1451
1452         * gst/audioconvert/audioconvert.c:
1453         Include math.h to fix compilation.
1454
1455 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1456
1457         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1458         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1459         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1460         format, as produced by some dc1394 cameras like the iSight.
1461         See http://www.fourcc.org/yuv.php#IYU1
1462
1463 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1464
1465         * gst/audioconvert/Makefile.am:
1466         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1467         (check_default), (audio_convert_prepare_context),
1468         (audio_convert_clean_context), (audio_convert_convert):
1469         * gst/audioconvert/audioconvert.h:
1470         * gst/audioconvert/gstaudioconvert.c:
1471         (gst_audio_convert_dithering_get_type),
1472         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1473         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1474         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1475         * gst/audioconvert/gstaudioconvert.h:
1476         * gst/audioconvert/gstaudioquantize.c:
1477         (gst_audio_quantize_setup_noise_shaping),
1478         (gst_audio_quantize_free_noise_shaping),
1479         (gst_audio_quantize_setup_dither),
1480         (gst_audio_quantize_free_dither),
1481         (gst_audio_quantize_setup_quantize_func),
1482         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1483         * gst/audioconvert/gstaudioquantize.h:
1484         Implement dithering and noise shaping in audioconvert. By default now
1485         TPDF dithering (and no noise shaping) will be used when converting
1486         from a higher bit depth to 20 bit depth or smaller, otherwise
1487         everything will be as it is now.
1488         For the last audioconvert in a pipeline it would make sense to
1489         use some kind of noise shaping, enabling it by default for all
1490         conversions would give undesired results though. Fixes #360246.
1491         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1492         (GST_START_TEST):
1493         Adjust unit test for the new audioconvert.
1494
1495 2007-06-28  Wim Taymans  <wim@fluendo.com>
1496
1497         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1498         Use other metrics as well when estimating the buffer level.
1499
1500 2007-06-28  Wim Taymans  <wim@fluendo.com>
1501
1502         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1503         Small debug improvement.
1504
1505         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1506         (plugin_init):
1507         Tweak the rate estimation period.
1508         When calculating the buffer filledness in rate estimation mode, don't
1509         mix it with other metrics.
1510
1511 2007-06-28  Wim Taymans  <wim@fluendo.com>
1512
1513         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1514         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1515         When creating the groups, allow for a 5 second, unlimited buffers
1516         preroll phase after which we expose the group.
1517         When the group is exposed, use a small number of buffers up to a 2
1518         second limit. Also disconnect the overrun signal from multiqueue when we
1519         exposed the group because it is not needed anymore.
1520
1521 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1522
1523         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1524           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1525           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1526           (#451707); also, output some debugging info when dealing with
1527           freeform strings.
1528
1529         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1530           Add unit test for the above.
1531
1532 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1533
1534         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1535           Add description for Windows Media RTP caps.
1536
1537         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1538           Remove RTP fields that don't define the format from caps.
1539
1540 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1541
1542         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1543           Skip empty buffers, but not empty header buffers. That way the original
1544           vorbisdec unit test still passes (#451145); also, take into account
1545           that those empty packets might carry a granulepos.
1546
1547         * tests/check/Makefile.am:
1548         * tests/check/elements/vorbisdec.c:
1549         (_create_codebook_header_buffer), (_create_audio_buffer),
1550         (GST_START_TEST), (vorbisdec_suite):
1551           Add unit test that sends an empty packet.
1552
1553 2007-06-27  Wim Taymans  <wim@fluendo.com>
1554
1555         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1556         Don't error out on 0-sized packets, just emit a warning because this is
1557         not a fatal error. Fixes #451145.
1558
1559 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1560
1561         * docs/plugins/gst-plugins-base-plugins.args:
1562         * docs/plugins/gst-plugins-base-plugins.signals:
1563         * docs/plugins/inspect/plugin-adder.xml:
1564         * docs/plugins/inspect/plugin-alsa.xml:
1565         * docs/plugins/inspect/plugin-audioconvert.xml:
1566         * docs/plugins/inspect/plugin-audiorate.xml:
1567         * docs/plugins/inspect/plugin-audioresample.xml:
1568         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1569         * docs/plugins/inspect/plugin-cdparanoia.xml:
1570         * docs/plugins/inspect/plugin-decodebin.xml:
1571         * docs/plugins/inspect/plugin-decodebin2.xml:
1572         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1573         * docs/plugins/inspect/plugin-gdp.xml:
1574         * docs/plugins/inspect/plugin-gnomevfs.xml:
1575         * docs/plugins/inspect/plugin-libvisual.xml:
1576         * docs/plugins/inspect/plugin-ogg.xml:
1577         * docs/plugins/inspect/plugin-pango.xml:
1578         * docs/plugins/inspect/plugin-playbin.xml:
1579         * docs/plugins/inspect/plugin-subparse.xml:
1580         * docs/plugins/inspect/plugin-tcp.xml:
1581         * docs/plugins/inspect/plugin-theora.xml:
1582         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1583         * docs/plugins/inspect/plugin-video4linux.xml:
1584         * docs/plugins/inspect/plugin-videorate.xml:
1585         * docs/plugins/inspect/plugin-videoscale.xml:
1586         * docs/plugins/inspect/plugin-videotestsrc.xml:
1587         * docs/plugins/inspect/plugin-volume.xml:
1588         * docs/plugins/inspect/plugin-vorbis.xml:
1589         * docs/plugins/inspect/plugin-ximagesink.xml:
1590         * docs/plugins/inspect/plugin-xvimagesink.xml:
1591           Update docs with caps info.
1592
1593 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1594
1595         * po/POTFILES.in:
1596           Add more files with translatable strings (#450875).
1597
1598 2007-06-23  Edward Hervey  <edward@fluendo.com>
1599
1600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1601         The chain should be freed if we error out here, else it will leak.
1602         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1603         (cleanup_decodebin):
1604         Don't forget to *properly* remove the signals, else it will leak.
1605
1606 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1607
1608         * MAINTAINERS:
1609         Updating all the maintainers files
1610
1611 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1612
1613         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1614         (main):
1615           Destroy and recreate parse-launch based pipeline after stop to be able
1616           to play again. Reorder some code and add more comments.
1617
1618 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1619
1620         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1621         When handling a delayed-caps notification case, mark
1622         the group as dynamic so that the nbdynamic count is
1623         incremented and decremented correctly. Fixes: #449156
1624         Patch by: Wim Taymans <wim@fluendo.com>
1625
1626 2007-06-19  Andy Wingo  <wingo@pobox.com>
1627
1628         * gst-libs/gst/audio/gstbaseaudiosink.c
1629         (gst_base_audio_sink_init): Enable pull-mode operation.
1630
1631 2007-06-19  Michael Smith <msmith@fluendo.com>
1632
1633         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1634           Change minimum rate back to 1000 to allow low-sample-rate wav files
1635           to play back.
1636
1637 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1638
1639         * po/vi.po:
1640           Update translations.
1641
1642 2007-06-15  David Schleef  <ds@schleef.org>
1643
1644         * gst/playback/gstqueue2.c:
1645           Fix compile error from ignored return value.
1646
1647 2007-06-15  Michael Smith <msmith@fluendo.com>
1648
1649         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1650           Update tmpbuf for all neccesary rows, not just one, as is required
1651           when downscaling.
1652           Fixes #402076.
1653
1654 2007-06-15  Michael Smith <msmith@fluendo.com>
1655
1656         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1657         (eos_buffer_probe):
1658           Add a test that ensures we set DELTA_UNIT on all non-header,
1659           non-video buffers, if we have a video stream.
1660         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1661         (gst_ogg_mux_process_best_pad):
1662           Move setting delta_pad to earlier, where we inspect all pads, so
1663           that leading audio pages don't get DELTA_UNIT unset if they come
1664           before the first DELTA_UNIT from video pages. Fixes the newly-added
1665           test. Fixes #385527.
1666
1667 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1668
1669         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1670           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1671           fails on the p5-ppc64 build bot and the failure looks like it is due
1672           to the same issue as #348114, ie. a compiler bug.
1673
1674 2007-06-13  Edward Hervey  <edward@fluendo.com>
1675
1676         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1677         Fix build on MacOSX.
1678
1679 2007-06-13  Wim Taymans  <wim@fluendo.com>
1680
1681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1682         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1683         Fix compilation on mingw. Fixes #446972.
1684
1685 2007-06-12  Wim Taymans  <wim@fluendo.com>
1686
1687         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1688
1689         * gst/playback/gstqueue2.c: (update_buffering),
1690         (gst_queue_locked_enqueue):
1691         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1692         also update the buffering status when receiving events. Fixes #446551.
1693
1694 2007-06-11  Wim Taymans  <wim@fluendo.com>
1695
1696         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1697
1698         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1699         (gst_queue_handle_src_query):
1700         Wait for preroll before attempting to forward a duration query upstream.
1701         Fixes #445505.
1702
1703 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1704
1705         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1706         (gst_base_rtp_depayload_set_gst_timestamp):
1707         Use G_GINT64_CONSTANT macro for int64 constant.
1708         * win32/common/libgstinterfaces.def:
1709         * win32/common/libgsttag.def:
1710         Add new exported functions.
1711
1712 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1713
1714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1715           The BOS page of the first Dirac video stream needs to come before
1716           the BOS page of any Vorbis streams or other audio streams, just like
1717           it is with Theora.
1718
1719 2007-06-07  Wim Taymans  <wim@fluendo.com>
1720
1721         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1722         Fix compilation.
1723
1724 2007-06-06  Wim Taymans  <wim@fluendo.com>
1725
1726         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1727
1728         * gst/playback/gstqueue2.c: (gst_queue_init),
1729         (gst_queue_handle_sink_event), (gst_queue_chain),
1730         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1731         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1732         (gst_queue_src_activate_pull):
1733         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1734         Does not yet completely work because duration queries upstream won't
1735         block yet.
1736
1737 2007-06-06  Wim Taymans  <wim@fluendo.com>
1738
1739         * configure.ac:
1740         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1741         Some more fseeko checks.
1742
1743 2007-06-06  Wim Taymans  <wim@fluendo.com>
1744
1745         * configure.ac:
1746         check for large file support.
1747
1748 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1749
1750         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1751
1752         * gst/subparse/gstsubparse.c: (parse_subrip),
1753         (subviewer_unescape_newlines), (parse_subviewer),
1754         (gst_sub_parse_data_format_autodetect),
1755         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1756         * gst/subparse/gstsubparse.h:
1757         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1758         * tests/check/elements/subparse.c: (GST_START_TEST),
1759         (subparse_suite):
1760         Add a unit test for both SubViewer formats.
1761
1762 2007-06-01  Michael Smith <msmith@fluendo.com>
1763
1764         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1765           Don't overflow intermediate values when seeking to large time values
1766           in audiotestsrc.
1767
1768 2007-06-05  Wim Taymans  <wim@fluendo.com>
1769
1770         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1771         (gst_queue_create_read), (gst_queue_read_item_from_file),
1772         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1773         Include stdio to define fseeko.
1774
1775 2007-06-05  Wim Taymans  <wim@fluendo.com>
1776
1777         Patch by: Edward Hervey  <edward@fluendo.com>
1778
1779         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1780         (gst_v4lsrc_query):
1781         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1782
1783 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1784
1785         * gst-libs/gst/riff/Makefile.am:
1786         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1787           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1788           our own implementation.
1789
1790 2007-06-05  Wim Taymans  <wim@fluendo.com>
1791
1792         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1793         (gst_base_rtp_depayload_setcaps),
1794         (gst_base_rtp_depayload_set_gst_timestamp),
1795         (gst_base_rtp_depayload_change_state):
1796         Handle timestamp wraparound.
1797
1798 2007-06-05  Wim Taymans  <wim@fluendo.com>
1799
1800         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1801         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1802         (gst_uri_decode_bin_change_state):
1803         Make sure we name srcpads uniquely even when using different internal
1804         decodebins.
1805         Signal no-more-pads when no more dynamic elements exist.
1806         Remove pads on cleanup.
1807
1808 2007-06-05  Wim Taymans  <wim@fluendo.com>
1809
1810         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1811
1812         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1813         (gst_queue_init), (gst_queue_finalize),
1814         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1815         (gst_queue_create_read), (gst_queue_read_item_from_file),
1816         (gst_queue_open_temp_location_file),
1817         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1818         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1819         (gst_queue_is_empty), (gst_queue_is_filled),
1820         (gst_queue_change_state), (gst_queue_set_temp_location),
1821         (gst_queue_set_property):
1822         Add support for filebased buffering. Fixes #441264.
1823
1824 2007-06-05  Wim Taymans  <wim@fluendo.com>
1825
1826         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1827         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1828         (caps_notify_group_cb), (gst_decode_group_new),
1829         (gst_decode_group_free):
1830         Add support for delayed caps fixation when autoplugging.
1831         Optimize cases where a multiqueue is not needed/wanted, like right after
1832         anything that is not a demuxer.
1833
1834 2007-06-05  Wim Taymans  <wim@fluendo.com>
1835
1836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1837         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1838         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1839         consideratly speedup ogg chain detection by not trying to find a base
1840         timestamp for skeleton streams. 
1841
1842 2007-06-05  Wim Taymans  <wim@fluendo.com>
1843
1844         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1845         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1846         (gst_multi_fd_sink_remove_flush),
1847         (gst_multi_fd_sink_remove_client_link),
1848         (gst_multi_fd_sink_handle_client_write),
1849         (gst_multi_fd_sink_handle_clients):
1850         * gst/tcp/gstmultifdsink.h:
1851         Add support for remove_flush.
1852
1853 2007-06-05  Wim Taymans  <wim@fluendo.com>
1854
1855         * docs/design/draft-keyframe-force.txt:
1856         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1857         (theora_enc_chain):
1858         Add draft design for forcing keyframes in encoders and implement in
1859         theoraenc.
1860
1861 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1862
1863         * configure.ac:
1864           Back to CVS
1865
1866 === release 0.10.13 ===
1867
1868 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1869
1870         * configure.ac:
1871           releasing 0.10.13, "What's Going on?"
1872
1873 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1874
1875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1876         In riff, the depth is stored in the size field but it just means that
1877         the least significant bits are cleared. We can therefore just play
1878         the sample as if it had a depth == width. Fixes: #440997
1879
1880         Patch by: Wim Taymans <wim@fluendo.com> 
1881         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1882
1883 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1884
1885         * gst-libs/gst/floatcast/floatcast.h:
1886         Define inline when needed on win32 builds. Fixes: #441295
1887         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1888
1889 2007-05-29  Wim Taymans  <wim@fluendo.com>
1890
1891         * gst/playback/gstplaybasebin.c: (queue_overrun),
1892         (no_more_pads_full):
1893         Stop buffering when the group is commited because the queues filled up.
1894         Fixes #442024.
1895
1896 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1897
1898         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1899         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1900         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1901         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1902         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1903         * ext/alsa/gstalsamixer.h:
1904         * ext/alsa/gstalsamixerelement.c:
1905         (gst_alsa_mixer_element_interface_supported),
1906         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1907         (gst_alsa_mixer_element_set_property),
1908         (gst_alsa_mixer_element_get_property),
1909         (gst_alsa_mixer_element_change_state):
1910         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1911         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1912         (gst_mixer_option_changed):
1913         * gst-libs/gst/interfaces/mixer.h:
1914         Revert commits towards #152864 made so far. We'll pick it up again
1915         after the 0.10.13 release.
1916
1917 2007-05-24  Wim Taymans  <wim@fluendo.com>
1918
1919         * gst-libs/gst/audio/gstbaseaudiosink.c:
1920         (gst_base_audio_sink_render):
1921         After an interrupt (PAUSED/flush) assume that the next sample should not
1922         be aligned to the previous sample. Fixes #417992.
1923
1924 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1925
1926         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1927           Don't add channels and rate fields to the template caps for
1928           audio/x-dts, as wavparse might not always be able to set them,
1929           which would then lead to 'caps are not a real subset of the
1930           template caps' warnings.
1931
1932 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1933
1934         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1935         Handle unknown or invalid pads without crashing, as might occur if
1936         a media file like an mp3 is specified as a subtitle file.
1937         Fixes: #410039
1938
1939 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1940
1941         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1942         (setup_sinks):
1943         Block the subtitle bin output queue before ghosting it and linking,
1944         then unblock after. This avoids spurious not-linked errors caused 
1945         by the queue starting up (because it gets linked when it is ghosted). 
1946         Fixes: #350299
1947
1948 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1949
1950         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1951         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1952         file. Avoids flukes where the input gets typefound to some valid but
1953         useless type.
1954
1955 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1956
1957         * tests/check/Makefile.am:
1958         * tests/check/elements/.cvsignore:
1959         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1960         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1961           Add unit test for gnomevfssink seeking and position reporting for
1962           file:// URIs.
1963
1964 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1965
1966         Patch by: Mark Nauwelaerts <manauw at skynet be>
1967
1968         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1969         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1970         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1971         * ext/gnomevfs/gstgnomevfssink.h:
1972           Fix position reporting, especially after a seek (from upstream),
1973           see #412648.
1974
1975 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         * ext/cdparanoia/gstcdparanoiasrc.c:
1978           Repair umlaut.
1979
1980 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1981
1982         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1983         Specify the full valid range for MP3 samplerates. Fixes a regression
1984         caused by extra header checks since the last release.
1985
1986 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1987
1988         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1990         Fix a locking-order bug I introduced with my changes the other day.
1991         Patch by Mike Smith.
1992
1993 2007-05-21  Michael Smith <msmith@fluendo.com>
1994
1995         * ext/theora/theoradec.c: (theora_handle_data_packet):
1996           Don't look inside 0-length packets (which indicate duplicated
1997           frames)
1998
1999 2007-05-21  Wim Taymans  <wim@fluendo.com>
2000
2001         * ext/cdparanoia/gstcdparanoiasrc.c:
2002         (gst_cd_paranoia_src_read_sector):
2003         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2004         (gst_base_audio_src_create):
2005         Small cleanups.
2006
2007         * ext/theora/theoradec.c: (theora_dec_sink_event):
2008         Fix typo.
2009
2010         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2011         (gst_base_rtp_depayload_set_gst_timestamp):
2012         Add some FIXME
2013
2014         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
2015         And some debug info when a FIXME path is hit.
2016
2017 2007-05-21  Wim Taymans  <wim@fluendo.com>
2018
2019         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2020         (gst_base_rtp_audio_payload_class_init),
2021         (gst_base_rtp_audio_payload_init),
2022         (gst_base_rtp_audio_payload_finalize),
2023         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2024         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2025         (gst_base_rtp_payload_audio_handle_event):
2026         Some cleanups, remove minptime property as it is now in the parent
2027         class.
2028         Override parent class event function.
2029
2030         * gst-libs/gst/rtp/gstbasertppayload.c:
2031         (gst_basertppayload_class_init), (gst_basertppayload_init),
2032         (gst_basertppayload_event), (gst_basertppayload_set_property),
2033         (gst_basertppayload_get_property):
2034         * gst-libs/gst/rtp/gstbasertppayload.h:
2035         Add min-ptime property.
2036         Add handle-event vmethod. Fixes #415001.
2037
2038 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2039
2040         * gst-libs/gst/audio/gstbaseaudiosink.c
2041           (gst_base_audio_sink_change_state):
2042           Fix typo in comment.
2043
2044         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
2045           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
2046           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
2047           close_link):
2048         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
2049           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
2050           Remove trailing whitespaces in comments.
2051
2052         * gst/volume/Makefile.am:
2053           Fix tabs.
2054
2055 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2056
2057         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2058
2059         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
2060           set_option, get_option, _gst_reserved):
2061           Revert reordering functions (keep ABI).
2062
2063 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
2064
2065         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2066         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
2067         (gst_ximagesink_show_frame):
2068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2069         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
2070         (gst_xvimagesink_show_frame):
2071         When we create our own window, indicate that we handle the 
2072         WM_DELETE client message from the window manager, so that it won't 
2073         kill our window (and our app) along with it. Handle ClientMessage,
2074         post an error on the bus, and close the window. Further buffers
2075         arriving will result in a FlowError because the window has been
2076         destroyed.
2077
2078         Fixes: #393975
2079
2080         Clean up the X event handling loop and make them the same for
2081         both xvimagesink and ximagesink while I'm at it.
2082
2083 2007-05-17  Wim Taymans  <wim@fluendo.com>
2084
2085         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
2086         Make decodebin2 autoplug depayloaders too.
2087
2088         * gst/playback/gsturidecodebin.c: (source_new_pad):
2089         Set the newly created decoder in a usable state when autoplugging a
2090         dynamic source such as RTSP.
2091
2092 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2093
2094         * gst/playback/gststreaminfo.c: (cb_probe):
2095           Ignore video-codec tag for audio streams and ignore audio-codec tags
2096           for video streams. Should make codec name collection a bit more
2097           robust against sloppy demuxers that send tag events containing both
2098           tags down each pad.
2099
2100 2007-05-17  Wim Taymans  <wim@fluendo.com>
2101
2102         * gst/playback/gstqueue2.c: (update_rates):
2103         Tweak the buffering thresholds a little.
2104         Update the buffer size with the previously calculate rate instead of
2105         only when we calculate a new rate so that we get smoother buffering
2106         updates.
2107
2108         * gst/playback/Makefile.am:
2109         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
2110         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2111         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
2112         (gst_uri_decode_bin_get_property), (unknown_type),
2113         (add_element_stream), (no_more_pads_full), (no_more_pads),
2114         (source_no_more_pads), (new_decoded_pad), (array_has_value),
2115         (gen_source_element), (has_all_raw_caps), (analyse_source),
2116         (remove_decoders), (make_decoder), (remove_source),
2117         (source_new_pad), (setup_source), (decoder_query_init),
2118         (decoder_query_duration_fold), (decoder_query_duration_done),
2119         (decoder_query_position_fold), (decoder_query_position_done),
2120         (decoder_query_latency_fold), (decoder_query_latency_done),
2121         (decoder_query_seeking_fold), (decoder_query_seeking_done),
2122         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
2123         (gst_uri_decode_bin_change_state), (plugin_init):
2124         New element that intergrates a source, optional buffering element and
2125         decodebin.
2126
2127 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         * configure.ac:
2130           Bump libtheora requirement to 1.0alpha5 for the pixformat check
2131           (also has a .pc file, so we don't need the fallback check any
2132           longer). Fixes #438840.
2133
2134 2007-05-17  Wim Taymans  <wim@fluendo.com>
2135
2136         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2137         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
2138         (apply_segment), (apply_buffer), (update_buffering),
2139         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
2140         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2141         (gst_queue_handle_sink_event), (gst_queue_is_filled),
2142         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
2143         (plugin_init):
2144         fix build.
2145
2146 2007-05-17  Wim Taymans  <wim@fluendo.com>
2147
2148         * gst/playback/Makefile.am:
2149         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2150         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
2151         (gst_queue_getcaps), (gst_queue_bufferalloc),
2152         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
2153         (apply_buffer), (update_buffering), (reset_rate_timer),
2154         (update_rates), (gst_queue_locked_flush),
2155         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2156         (gst_queue_handle_sink_event), (gst_queue_is_empty),
2157         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
2158         (gst_queue_loop), (gst_queue_handle_src_event),
2159         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
2160         (gst_queue_src_activate_push), (gst_queue_change_state),
2161         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
2162         On our way to playbin2 this is the new network queue that does buffering
2163         all by itself using high and low watermarks. It can also measure up and
2164         downstream bandwidth to optimally size the queue.
2165
2166 2007-05-17  Michael Smith <msmith@fluendo.com>
2167
2168         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
2169         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
2170           Use the segment->last_stop value to calculate the next timestamp to
2171           generate after a seek; not the segment->start value.
2172
2173 2007-05-15  David Schleef  <ds@schleef.org>
2174
2175         * docs/Makefile.am: Install docs even when --disable-gtk-doc
2176           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
2177
2178 2007-05-15  Wim Taymans  <wim@fluendo.com>
2179
2180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2181         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
2182         Some more chained streaming ogg timestamp fixes.
2183
2184 2007-05-15  Wim Taymans  <wim@fluendo.com>
2185
2186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2187         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2188         (gst_ogg_demux_handle_page):
2189         Add some FIXMEs.
2190         Fix chain start/stop segment handling based on patch by
2191         <ahalda at cs dot mcgill dot ca> see #320984.
2192
2193 2007-05-15  Michael Smith <msmith@fluendo.com>
2194
2195         * configure.ac:
2196           We don't require a C++ compiler. So don't require one.
2197
2198 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2199
2200         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
2201           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2202           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
2203           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2204           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
2205           gst_alsa_mixer_update_track):
2206           Apply some of the cleanup Tim suggested in #152864 afterwards.
2207
2208 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2209
2210         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2211
2212         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
2213           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
2214           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
2215           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2216           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
2217           gst_alsa_mixer_handle_source_callback,
2218           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2219           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
2220           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
2221           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
2222           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
2223           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
2224         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
2225         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
2226           gst_alsa_mixer_element_interface_supported,
2227           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
2228           gst_alsa_mixer_element_set_property,
2229           gst_alsa_mixer_element_get_property,
2230           gst_alsa_mixer_element_change_state):
2231         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
2232         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
2233           gst_mixer_option_changed):
2234         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2235           volume_changed, option_changed, _gst_reserved):
2236           Implement notification for alsamixer. Fixes #152864
2237
2238 2007-05-14  David Schleef  <ds@schleef.org>
2239
2240         * gst/videotestsrc/videotestsrc.c:
2241         * gst/videotestsrc/videotestsrc.h:
2242           Add support for video/x-raw-bayer.
2243
2244 2007-05-12  David Schleef  <ds@schleef.org>
2245
2246         * sys/xvimage/xvimagesink.c:
2247           Add some sanity checking for the XVImage size returned by X.
2248           Related to #377400.
2249
2250 2007-05-12  Wim Taymans  <wim@fluendo.com>
2251
2252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2253         (gst_base_rtp_depayload_setcaps),
2254         (gst_base_rtp_depayload_set_gst_timestamp):
2255         Parse and use additional caps fields as described in updated
2256         application/x-rtp caps spec.
2257
2258 2007-05-12  Wim Taymans  <wim@fluendo.com>
2259
2260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2261         (gst_ogg_demux_collect_chain_info):
2262         If there is a stream in a chain without any data packets, ignore the
2263         stream in the total length calculations. Might be related to #436820.
2264
2265 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2266
2267         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2268         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2269         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2270         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2271         (plugin_init):
2272
2273         Consolidate and re-work our mpeg system stream detection to probe
2274         more packets and produce a higher confidence result. Fixes a
2275         regression caused by lowering the typefind probability last year
2276         - related to bug #397810. Remove the redundant MPEG-1 specific 
2277         typefind function, as the new one detects both MPEG-1 & MPEG-2
2278         happily.
2279
2280         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2281         little. 
2282
2283         Tested against my media test directory, with some improvements and
2284         no regressions.
2285
2286 2007-05-10  Wim Taymans  <wim@fluendo.com>
2287
2288         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2289         (queue_out_of_data):
2290         Connect to the new queue "pushing" signal instead of the broken
2291         "running" one.
2292
2293 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2294
2295         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2296         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2297         Move variable declaration before the first instruction.
2298         * gst/videotestsrc/videotestsrc.c:
2299         Define M_PI if it's not defined yet.
2300         * win32/common/libgstrtp.def:
2301         Add new exported functions.
2302
2303 2007-05-09  Michael Smith <msmith@fluendo.com>
2304
2305         * ext/theora/theoradec.c: (theora_handle_type_packet):
2306           gst_pad_push_event() does not return a GstFlowReturn!
2307
2308 2007-05-09  Wim Taymans  <wim@fluendo.com>
2309
2310         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2311         * tests/examples/seek/seek.c: (do_seek):
2312         Some small cosmetic changes.
2313
2314 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2315
2316         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2317           gst_adder_change_state):
2318         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2319           segment_pending, segment_position, segment_rate):
2320           Handle playback-rate on adder.
2321
2322 2007-05-07  Michael Smith <msmith@fluendo.com>
2323
2324         * ext/theora/gsttheoradec.h:
2325         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2326         (theora_dec_sink_event), (theora_handle_comment_packet),
2327         (theora_handle_type_packet), (theora_dec_change_state):
2328           Don't push events (newsegment, tags) before initialising the
2329           decoder.
2330           This is neccesary for seeking to work correctly in gnonlin.
2331
2332 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2333
2334         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2335         * gst/adder/gstadder.c:
2336         * gst/audiotestsrc/gstaudiotestsrc.c
2337           (gst_audio_test_src_create_white_noise):
2338         * gst/videotestsrc/gstvideotestsrc.c:
2339         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2340           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2341           volume_sink_template, volume_src_template, gst_volume_init,
2342           volume_process_double, volume_process_int16,
2343           volume_process_int16_clamp):
2344           Doc fixes and formatting.
2345
2346 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2347
2348         * tests/check/Makefile.am:
2349         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2350           Minimal check for volume's GstController usability; also another
2351           test for #422295.
2352
2353 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2354
2355         * gst-libs/gst/cdda/gstcddabasesrc.c:
2356         (gst_cdda_base_src_add_track):
2357           Fix it so that it (a) makes sense and (b) doesn't break
2358           everything cdda-related including the unit test.
2359
2360 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2361
2362         * gst-libs/gst/cdda/gstcddabasesrc.c:
2363         (gst_cdda_base_src_add_track):
2364           Fix build when disabling asserts.
2365
2366 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2367
2368         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2369           When XShm is not available, we might get row strides that are not
2370           rounded up to multiples of four; this is bad, because virtually
2371           every RGB-processing element in GStreamer assumes rowstrides are
2372           rounded up to multiples of four, so let's allocate at least enough
2373           memory to avoid crashes in this case. The image will still be
2374           displayed distorted though if this happens, so that still needs
2375           fixing (maybe by allocating a bigger image with an 'even' width
2376           and then clipping it appropriately when rendering - something for
2377           Xlib aficionados in any case).
2378
2379 2007-05-03  Michael Smith <msmith@fluendo.com>
2380
2381         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2382           If a buffer doesn't have a timestamp, assume it's contiguous with
2383           the previous buffer, and synthesise timestamps appropriately.
2384
2385 2007-05-03  Edward Hervey  <edward@fluendo.com>
2386
2387         * tests/check/elements/videorate.c: (GST_START_TEST):
2388         Set buffer timestamp to a valid value in order to test the buffer
2389         really does stay in videorate.
2390
2391 2007-05-03  Edward Hervey  <edward@fluendo.com>
2392
2393         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2394         There is no sensible way to handle incoming buffers which don't have a
2395         valid timestamp. We therefore discard them and wait for the next one.
2396
2397 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2398
2399         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2400         * gst/playback/gstdecodebin2.c: (plugin_init):
2401           Better error message for text files.
2402
2403 2007-04-29  Wim Taymans  <wim@fluendo.com>
2404
2405         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2406         Fix offset bug in generation RR packets.
2407
2408 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2409
2410         * ext/theora/theoradec.c: (_theora_granule_time),
2411         (theora_dec_push_forward), (theora_handle_data_packet),
2412         (theora_dec_decode_buffer): Calculate buffer duration correctly
2413         to generate a perfect stream (#433888).
2414         * gst/audioresample/gstaudioresample.c:
2415         (audioresample_check_discont): Glib provides ABS.
2416
2417 2007-04-27  Wim Taymans  <wim@fluendo.com>
2418
2419         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2420         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2421         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2422         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2423         (gst_rtcp_packet_bye_set_reason):
2424         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2425         Fix RB block parsing and writing.
2426         Add support for constructing BYE packets.
2427
2428 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2429
2430         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2431         (gst_base_audio_src_create):
2432         * po/POTFILES.in:
2433           When posting a warning message because samples were dropped, post
2434           something more intelligible than he default error message for clock
2435           errors which is just confusing in this context (#432984).
2436
2437 2007-04-25  Wim Taymans  <wim@fluendo.com>
2438
2439         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2440         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2441         (read_packet_header), (gst_rtcp_packet_move_to_next),
2442         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2443         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2444         (gst_rtcp_packet_sdes_get_item_count),
2445         (gst_rtcp_packet_sdes_first_item),
2446         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2447         (gst_rtcp_packet_sdes_first_entry),
2448         (gst_rtcp_packet_sdes_next_entry),
2449         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2450         (gst_rtcp_packet_sdes_add_entry):
2451         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2452         Implement code to write SR, RR and SDES packets.
2453
2454 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2455
2456         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2457
2458         * sys/ximage/ximagesink.c:
2459           Fix build if XShm is not available (#432362).
2460
2461 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2462
2463         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2464         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2465         pointers to random memory which are passed to g_free() when
2466         audio_convert_prepare_context() is called the first time.
2467
2468 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2469
2470         Patch by: Dan Williams <dcbw redhat com>
2471
2472         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2473           Don't leak incoming buffer if gst_pad_push() returns a
2474           non-OK flow. Fixes #432755.
2475          
2476         * tests/check/elements/videorate.c: (GST_START_TEST),
2477         (videorate_suite):
2478           Unit test for the above by Yours Truly.
2479
2480 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2481
2482         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2483         (gst_adder_sink_event), (gst_adder_collected):
2484           Fix non-flushing segmented seeks, Fixes #340060 for me
2485
2486 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2487
2488         Patch by: Olivier Crete  <tester at tester ca>
2489
2490         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2491         (gst_base_rtp_audio_payload_class_init),
2492         (gst_base_rtp_audio_payload_init),
2493         (gst_base_rtp_audio_payload_dispose):
2494           Chain up to parent class in dispose function; get rid of
2495           unnecessary 'diposed' flag in private structure (#415001).
2496
2497 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2498
2499         * docs/libs/gst-plugins-base-libs.types:
2500         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2501         (gst_base_rtp_audio_payload_class_init):
2502         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2503         * gst-libs/gst/rtp/gstbasertppayload.c:
2504           Some minor docs fixes and additions; also add missing 'Since' bits.
2505
2506 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2507
2508         Patch by: Zeeshan Ali  <zeenix gmail com>
2509
2510         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2511         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2512         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2513         (gst_base_rtp_audio_payload_push):
2514         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2515           The recently-added gst_base_rtp_audio_payload_push() should take an
2516           object of type GstBaseRTPAudioPayload as first argument (#431672).
2517
2518 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2519
2520         * gst/audioresample/gstaudioresample.c:
2521           Make more functions static, just because we can.
2522
2523 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2524
2525         * tests/check/elements/audioresample.c:
2526           Add unit test for audioresample shutdown crasher (#420106).
2527
2528 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2529
2530         * gst/subparse/gstsubparse.c:
2531         * gst/subparse/samiparse.c:
2532           Use GST_DISABLE_XML here
2533
2534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2535         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2536         (gst_xvimagesink_buffer_alloc),
2537         (gst_xvimagesink_navigation_send_event):
2538         * sys/xvimage/xvimagesink.h:
2539           Include stdlib.h when using atoi.
2540           
2541         * tests/check/elements/playbin.c: (playbin_suite):
2542           Use GST_DISABLE_REGISTRY here
2543
2544 2007-04-19  Michael Smith  <msmith@fluendo.com>
2545
2546         * ext/theora/gsttheoraenc.h:
2547         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2548         (theora_enc_sink_event), (theora_enc_change_state):
2549           Track initialisation state; don't try to use encoder state if we're
2550           not initialised (it'll segfault).
2551
2552 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2553
2554         * tests/check/pipelines/.cvsignore:
2555         Fix build.
2556
2557 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2558
2559         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2560         Allow random depths between 1 and 32 instead of only multiplies of 8.
2561
2562 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2563
2564         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2565         Set the maximum number of channels for PCM and float in the correct
2566         place to have it also used when creating the template caps.
2567
2568 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2569
2570         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2571         Correctly support 4, 6 and 8 channels with normal PCM and float
2572         wav files.
2573
2574         Fix the depth and signedness calculation in extensible wav files and
2575         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2576         mask is found.
2577
2578         Add support for float, alaw and mulaw in extensible wav files.
2579
2580         This allows correct playback of all but 5 files from
2581         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2582         
2583         (gst_riff_create_audio_template_caps):
2584         Add voxware and float formats to the template caps.     
2585
2586 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2587
2588         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2589
2590         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2591         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2592
2593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2594         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2595         Use the correct format strings for integer formats.
2596
2597 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2598
2599         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2600           Don't use pad_alloc_buffer_and_set_caps to create a small header
2601           packet, or, worse, to create a big temporary video buffer using the
2602           src pad.
2603
2604 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2605
2606         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2607         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2608           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2609           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2610
2611 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2612
2613         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2614           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2615           streamheader_suite):
2616           Add another test set up for failure
2617
2618 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2619
2620         * tests/check/Makefile.am:
2621         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2622           GST_START_TEST, streamheader_suite, main):
2623           Add a test for the streamheader bug Wim fixed.
2624
2625 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2626
2627         * ext/theora/theoradec.c: (theora_dec_sink_event):
2628         Fix misleading comment.
2629
2630 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2631
2632         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2633           More sanity checks for the header fields.
2634
2635 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2636
2637         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2638           Try encodings from all environment variables, not just those in the
2639           first environment variable that is set.
2640
2641 2007-04-12  Wim Taymans  <wim@fluendo.com>
2642
2643         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2644         (gst_video_rate_chain):
2645         Add some debug.
2646
2647         * tests/check/elements/videorate.c: (GST_START_TEST),
2648         (videorate_suite):
2649         Added check for videorate changing caps handling. Closes #421834.
2650
2651 2007-04-12  Michael Smith  <msmith@fluendo.com>
2652
2653         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2654           Use scale functions to avoid overflow when calculating duration of 
2655           vorbis buffers.
2656
2657 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2658
2659         * docs/libs/gst-plugins-base-libs-sections.txt:
2660         * gst-libs/gst/tag/tag.h:
2661         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2662           API: add gst_tag_freeform_string_to_utf8() (#405072).
2663
2664         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2665           Use gst_tag_freeform_string_to_utf8() here.
2666
2667 2007-04-12  Wim Taymans  <wim@fluendo.com>
2668
2669         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2670         (gst_gdp_pay_sink_event):
2671         Make sure we set the IN_CAPS flag correctly.
2672
2673         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2674         Get the IN_CAPS flag before we call functions that mess with the flags.
2675
2676 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2677
2678         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2679           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2680           Only stamp buffers with offset/offset_end right before they get
2681           pushed.  This ensures offset continuity, which was not the case
2682           before as shown by
2683           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2684
2685 2007-04-06  Wim Taymans  <wim@fluendo.com>
2686
2687         * gst/playback/gstplaybin.c: (add_sink),
2688         (gst_play_bin_change_state):
2689         Activate sync in playbin, we are ready to handle it for live streams.
2690
2691 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2692
2693         * tests/check/elements/playbin.c:
2694         (test_sink_usage_video_only_stream), (playbin_suite):
2695           Add small test for stream-info-value-array code paths.
2696
2697 2007-04-05  Wim Taymans  <wim@fluendo.com>
2698
2699         * gst-libs/gst/audio/gstbaseaudiosink.c:
2700         (gst_base_audio_sink_skew_slaving):
2701         Don't try to create invalid calibration parameters by making the
2702         internal time go backwards, instead make external time go forward.
2703
2704 2007-04-05  Wim Taymans  <wim@fluendo.com>
2705
2706         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2707
2708         * gst/playback/gstplaybasebin.c: (add_stream):
2709         Fix leak in add_stream(), when g_value_set_object() increases the
2710         refcount of streaminfo object. Fixes #426250.
2711
2712 2007-04-03  David Schleef  <ds@schleef.org>
2713
2714         * gst/videotestsrc/gstvideotestsrc.c:
2715         * gst/videotestsrc/gstvideotestsrc.h:
2716         * gst/videotestsrc/videotestsrc.c:
2717         * gst/videotestsrc/videotestsrc.h:
2718           Add a test pattern called "circular", which has concentric
2719           rings with varying radial frequency.  The main purpose of this
2720           pattern is to test fidelity loss in a filter or scaler element.
2721           Notably, this pattern is scale invariant, and is optimally viewed
2722           with a width (and height) of 400.
2723
2724 2007-04-03  Wim Taymans  <wim@fluendo.com>
2725
2726         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2727
2728         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2729         (deactivate_free_recursive):
2730         Decodebin2 doesn't unref pads it obtains in some occasions:
2731         - multiqueue src pads, when either connecting further or exposing
2732         - sink pads of new autoplugged elements
2733         - peer pads when recursively freeing elements
2734         Fixes #425455.
2735
2736 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2737
2738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2739         Add audio/x-raw-float support, now that audioconvert support
2740         non-native endianness floats.
2741
2742 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2743
2744         * docs/libs/gst-plugins-base-libs-docs.sgml:
2745           gstreamer-plugins-base.pc doesn't exist, it's
2746           gstreamer-plugins-base-0.10.pc.
2747
2748 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2749
2750         Patch by: René Stadler <mail at renestadler dot de>
2751         with some minor changes
2752
2753         * gst-libs/gst/floatcast/floatcast.h:
2754         Use more efficient float endianness conversion functions that don't
2755         involve 2 function calls per value.
2756         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2757         (check_default), (audio_convert_prepare_context):
2758         * gst/audioconvert/gstaudioconvert.c:
2759         (gst_audio_convert_parse_caps), (make_lossless_changes):
2760         Support non-native endianness floats as input and output.
2761         Fixes #339838.
2762         * tests/check/elements/audioconvert.c: (verify_convert),
2763         (GST_START_TEST):
2764         Add unit tests for the non-native endianness float conversions.
2765
2766 2007-03-29  Wim Taymans  <wim@fluendo.com>
2767
2768         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2769         (gst_base_rtp_depayload_base_init),
2770         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2771         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2772         (gst_base_rtp_depayload_set_gst_timestamp),
2773         (gst_base_rtp_depayload_change_state),
2774         (gst_base_rtp_depayload_set_property),
2775         (gst_base_rtp_depayload_get_property):
2776         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2777         Add Private structure.
2778         Bring element code to 2007.
2779         Parse clock-base caps param and use it when generating the
2780         newsegment.
2781         Reset variables before going to PAUSED.
2782         Fix some docs.
2783
2784 2007-03-29  Wim Taymans  <wim@fluendo.com>
2785
2786         * docs/libs/gst-plugins-base-libs-docs.sgml:
2787         * docs/libs/gst-plugins-base-libs-sections.txt:
2788         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2789         (gst_base_rtp_audio_payload_get_adapter):
2790         Add RTCP docs.
2791         Fix some more docs.
2792
2793         * gst-libs/gst/rtp/Makefile.am:
2794         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2795         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2796         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2797         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2798         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2799         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2800         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2801         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2802         (gst_rtcp_packet_sr_get_sender_info),
2803         (gst_rtcp_packet_sr_set_sender_info),
2804         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2805         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2806         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2807         (gst_rtcp_packet_sdes_get_chunk_count),
2808         (gst_rtcp_packet_sdes_first_chunk),
2809         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2810         (gst_rtcp_packet_sdes_first_item),
2811         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2812         (gst_rtcp_packet_bye_get_ssrc_count),
2813         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2814         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2815         (gst_rtcp_packet_bye_get_reason_len),
2816         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2817         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2818         Add new helper object for parsing and creating RTCP messages.
2819
2820 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2821
2822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2823         PCM samples with width=8 must be always unsigned, no matter what
2824         depth they have.
2825
2826 2007-03-29  Andy Wingo  <wingo@pobox.com>
2827
2828         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2829         perfect offsets also, not just timestamps.
2830
2831         * tests/check/elements/videorate.c (test_more): Test that given
2832         any incoming offsets, that videorate produces perfect offsets.
2833
2834 2007-03-29  Wim Taymans  <wim@fluendo.com>
2835
2836         * gst-libs/gst/riff/riff-ids.h:
2837         Add some more RIFF formats.
2838
2839 2007-03-29  Wim Taymans  <wim@fluendo.com>
2840
2841         * gst-libs/gst/rtp/gstrtpbuffer.c:
2842         (gst_rtp_buffer_default_clock_rate):
2843         * gst-libs/gst/rtp/gstrtpbuffer.h:
2844         Fix fixed payload names and docs.
2845         Added method to get the default clock rates of fixed payload types.
2846         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2847
2848 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2849
2850         * tests/check/pipelines/.cvsignore:
2851         Add new vorbisdec test to cvsignore.
2852
2853 2007-03-28  Wim Taymans  <wim@fluendo.com>
2854
2855         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2856         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2857         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2858         (gst_base_audio_sink_set_property),
2859         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2860         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2861         (gst_base_audio_sink_skew_slaving),
2862         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2863         (gst_base_audio_sink_async_play):
2864         * gst-libs/gst/audio/gstbaseaudiosink.h:
2865         Store private stuff in GstBaseAudioSinkPrivate.
2866         Add configurable clock slaving modes property.
2867         API:: GstBaseAudioSink::slave-method property
2868         Some more latency reporting tweaks.
2869         Added skew based clock slaving correction and make it the default until
2870         the resampling method is more robust.
2871
2872 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2873
2874         * gst/audioconvert/audioconvert.c:
2875         Add docs to the integer pack functions and implement proper
2876         rounding. Before we had rounding towards negative infinity, i.e.
2877         always the smaller number was taken. Now we use natural rounding,
2878         i.e. rounding to the nearest integer and to the one with the largest
2879         absolute value for X.5. The old rounding introduced some minor
2880         distortions. Fixes #420079
2881         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2882         Fix one unit test that assumed the old rounding and added unit tests
2883         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2884         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2885         rounding from signed int32 to signed/unsigned int16.
2886
2887 2007-03-27  Michael Smith  <msmith@fluendo.com>
2888
2889         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2890         (gst_audio_convert_transform_caps):
2891           Fix typo in debug line introduced recently, as pointed out on irc.
2892
2893 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2894
2895         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2896         * tests/check/libs/tag.c: (GST_START_TEST):
2897           Make sure we parse floating-point numbers in vorbis comments
2898           correctly with either '.' or ',' as separator, no matter what
2899           the current locale is. Add unit test for this too.
2900
2901 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2902
2903         Patch by: René Stadler  <mail at renestadler de>
2904
2905         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2906           When writing out floating-point numbers to vorbis comment tags, always
2907           use the same character as separator no matter what the current locale is
2908           (fixes #423051).
2909
2910         * tests/check/libs/tag.c: (GST_START_TEST):
2911           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2912
2913 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2914
2915         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2916           vorbis_handle_data_packet):
2917           Correctly set DURATION to generate a timestamp-continuous stream.
2918           One bug left at the end; see
2919           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2920         * tests/check/Makefile.am:
2921         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2922           Add a test to check this.  Without the above patch this test fails.
2923
2924 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2925
2926         * gst-libs/gst/rtp/Makefile.am:
2927         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2928
2929 2007-03-23  Michael Smith  <msmith@fluendo.com>
2930
2931         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2932         (gst_video_rate_reset), (gst_video_rate_chain):
2933           If videorate changes caps, we can no longer use the old buffer
2934           (which may have a different size, incompatible with our caps).
2935           So don't do that; just duplicate the new frame more times.
2936
2937 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2938
2939         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2940         Remove playbin's override of the set_clock vmethod. It's irrelevant
2941         after Wim's commit on the 19th.
2942
2943 2007-03-22  Wim Taymans  <wim@fluendo.com>
2944
2945         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2946         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2947         * ext/gnomevfs/gstgnomevfssrc.h:
2948         Don't cache file sizes. Fixes #341078.
2949
2950 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2951
2952         * gst/playback/gstplaybin.c: (add_sink):
2953           Use GST_PTR_FORMAT to log caps. 
2954
2955 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2956
2957         Patch by: Young-Ho Cha <ganadist at chollian net>
2958
2959         * gst/subparse/samiparse.c: (handle_start_font):
2960           Special-case some more colour names that pango doesn't handle by
2961           default. Fixes #420578.
2962
2963 2007-03-20  Michael Smith  <msmith@fluendo.com>
2964
2965         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2966           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2967           that marks EOS internally. After that, libvorbis will buffer all
2968           input data, and encode none of it, eventually leading to memory
2969           exhaustion.
2970
2971 2007-03-19  Wim Taymans  <wim@fluendo.com>
2972
2973         * gst/playback/gstdecodebin.c: (remove_fakesink):
2974         Don't post STATE_DIRTY anymore.
2975
2976         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2977         (gst_play_bin_change_state):
2978         Remove stream_time reset in seek handling, core does that now.
2979         Disable clocking for live pipelines by forcing a NULL clock to the
2980         complete pipeline, core is too smart now for our previous hack.
2981         We can always autoplug in PAUSED now.
2982
2983 2007-03-17  David Schleef  <ds@schleef.org>
2984
2985         * REQUIREMENTS:  Update this file, change the formatting to make
2986         it more consistent, plus more machine readable.
2987
2988 2007-03-16  Michael Smith  <msmith@fluendo.com>
2989
2990         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2991         (strip_width_64), (append_with_other_format):
2992           Previous fix was too simplistic, and broke the tests. Use a better
2993           approach; only strip 64 from widths for integer audio.
2994
2995 2007-03-16  Michael Smith  <msmith@fluendo.com>
2996
2997         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2998         (gst_audio_convert_transform_caps):
2999           We don't support 64 bit integer audio, so don't try to claim we can.
3000           Stops us producing caps don't match our template caps.
3001           Update comments.
3002
3003 2007-03-15  Michael Smith  <msmith@fluendo.com>
3004
3005         * gst/audioresample/gstaudioresample.c:
3006         (audioresample_check_discont), (audioresample_transform):
3007           Don't trigger discontinuities for very small imperfections; a filter
3008           flush will sound bad, and many plugins have rounding errors leading
3009           to these.
3010
3011 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3012
3013         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
3014
3015         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3016         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3017         API: add "min-ptime" property to RTP base audio payloader.
3018         API: add gst_base_rtp_audio_payload_push().
3019         API: add gst_base_rtp_audio_payload_get_adapter().
3020         Fixes #415001
3021         Indentation/whitespace/documentation fixes.
3022
3023 2007-03-14  Julien MOUTTE  <julien@moutte.net>
3024
3025         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
3026         (audioresample_transform_size), (audioresample_do_output),
3027         (audioresample_transform), (audioresample_pushthrough): Handle
3028         discontinuous streams.
3029         * gst/audioresample/gstaudioresample.h:
3030         * tests/check/elements/audioresample.c:
3031         (test_discont_stream_instance), (GST_START_TEST),
3032         (audioresample_suite): Add a test for discontinuous streams.
3033         * win32/common/config.h: Updated.
3034
3035 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3036
3037         * po/af.po:
3038         * po/az.po:
3039         * po/cs.po:
3040         * po/en_GB.po:
3041         * po/it.po:
3042         * po/nb.po:
3043         * po/nl.po:
3044         * po/or.po:
3045         * po/sq.po:
3046         * po/sr.po:
3047         * po/sv.po:
3048         * po/uk.po:
3049         * po/vi.po:
3050           Update translations from translation project.
3051
3052 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3053
3054         * gst/audioresample/debug.h:
3055         * gst/audioresample/resample.c: (resample_init):
3056           Since I really am not interested in a debug line for each sample
3057           being processed, move the library's debugging to its own category,
3058           libaudioresample
3059
3060 2007-03-13  Michael Smith  <msmith@fluendo.com>
3061
3062         * ext/theora/theoradec.c: (theora_handle_type_packet):
3063           Since the plugin doesn't support anything other than 4:2:0 right
3064           now, post an error and fail if we get something else. Won't matter
3065           until libtheora supports the other pixel formats, but hopefully
3066           that'll be soon...
3067
3068 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3069
3070         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
3071         Use gst_guint64_to_gdouble for conversion.
3072         * win32/MANIFEST:
3073         Add new files to the win32 MANIFEST.
3074         * win32/common/libgstaudio.def:
3075         * win32/common/libgstpbutils.def:
3076         Add new exported functions.
3077         * win32/vs6/gst_plugins_base.dsw:
3078         * win32/vs6/libgstdecodebin.dsp:
3079         * win32/vs6/libgstplaybin.dsp:
3080         Change the link to libgstpbutils.lib.
3081         * win32/vs6/libgstdecodebin2.dsp:
3082         Add a new project for decodebin2.
3083         * win32/vs6/libgstpbutils.dsp:
3084         Add a new project for pbutils.
3085
3086 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3087
3088         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3089           Also accept partial dates with only year and month,
3090           like 1999-12-00 (fixes #410396 even more).
3091
3092         * tests/check/libs/tag.c: (GST_START_TEST):
3093           Add unit test for the above.
3094
3095 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3096
3097         * tests/check/elements/subparse.c: (GST_START_TEST),
3098         (subparse_suite):
3099           Add unit test for MPL2 subtitle format (#413799).
3100
3101 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3102
3103         Patch by: Kamil Pawlowski  <kamilpe gmail com>
3104
3105         * gst/subparse/Makefile.am:
3106         * gst/subparse/gstsubparse.c:
3107         (gst_sub_parse_data_format_autodetect),
3108         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
3109         (gst_subparse_type_find):
3110         * gst/subparse/gstsubparse.h:
3111         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
3112         * gst/subparse/mpl2parse.h:
3113           Add support for MPL2 subtitle format (#413799).
3114
3115 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3116
3117         * configure.ac:
3118           We require core CVS for the new buffer metadata copy functions.
3119
3120 2007-03-09  Wim Taymans  <wim@fluendo.com>
3121
3122         * gst-libs/gst/tag/gstid3tag.c:
3123         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
3124         Fixes #414496.
3125
3126         Patch by: Alex Lancaster <alexl at users sourceforge net>
3127
3128 2007-03-09  Wim Taymans  <wim@fluendo.com>
3129
3130         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
3131         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
3132         Improve adapter usage and comments.
3133
3134 2007-03-09  Wim Taymans  <wim@fluendo.com>
3135
3136         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3137         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
3138         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
3139         Use new metadata copy function.
3140
3141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3142         (gst_ffmpegcsp_transform):
3143         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
3144         Basetransform copied the metadata for us.
3145
3146 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3147
3148         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
3149         (gst_text_overlay_video_event):
3150           Some more logging. Only accept newsegment events in TIME format and
3151           send a WARNING message if they are not in TIME format.
3152
3153         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3154         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
3155         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
3156         * gst/subparse/gstsubparse.h:
3157           No need to allocate GstSegment structure dynamically, just put it
3158           into the instance structure; ignore newsegment events in BYTE
3159           format and in particular don't let it overwrite our saved TIME
3160           segment from the last seek.
3161
3162 2007-03-09  Michael Smith  <msmith@fluendo.com>
3163
3164         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
3165           Replace AC3 typefinder with one that isn't terrible, and actually
3166           works usefully.
3167
3168 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3169
3170         * gst/audioconvert/gstaudioconvert.c:
3171         (gst_audio_convert_transform):
3172           fix error category and translatable string
3173           
3174
3175 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3176
3177         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3178         * pkgconfig/gstreamer-plugins-base.pc.in:
3179           Fix up utils => pbutils here too.
3180
3181 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3182
3183         * gst/subparse/gstsubparse.c: (handle_buffer):
3184           Break out of loop in chain function as soon as possible if we get
3185           a non-OK flow return.
3186
3187 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3188
3189         * tests/check/elements/alsa.c: (GST_START_TEST):
3190         Unref the mixer if the state change fails too (if the
3191         alsa devices are inaccessible, for example)
3192
3193 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3194
3195         * tests/check/Makefile.am:
3196         Don't test libvisual elements in the states check, because libvisual
3197         seems to leak internally.
3198
3199         Re-enable the alsa and states tests now that there's new suppressions
3200         in gst.supp.
3201
3202         * tests/check/elements/alsa.c: (GST_START_TEST):
3203         Don't leak the alsamixer we instantiated.
3204
3205 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3206
3207         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3208         (gst_ximagesink_change_state), (gst_ximagesink_reset),
3209         (gst_ximagesink_finalize):
3210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3211         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
3212         Move some cleanup stuff from the state change handler into a _reset()
3213         function that can be called from _finalize(). This ensures that things
3214         get freed even if (for some reason) the NULL->READY state transition
3215         fails in the parent class.
3216         Even if a parent state change fails, process our downward state change
3217         logic instead of bailing out early.
3218         Free the correct xcontext pointer in ximagesink's xcontext_clear.
3219
3220 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3221
3222         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3223         Extra log line.
3224
3225         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
3226         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
3227         Use pango_font_description_set_family_static instead of 
3228         pango_font_description_set_family to save a string copy (it was
3229         leaking due to the strdup anyway)
3230
3231         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
3232         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
3233         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3234         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3235         Chain up in finalize.
3236
3237 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3238
3239         * gst-libs/gst/interfaces/mixertrack.c:
3240         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3241         (gst_mixer_track_set_property):
3242           API: add "untranslated-label" property which should be set by
3243           implementations at construct time (#414645).
3244
3245         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3246         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3247           Set "untranslated-label" when constructing mixer track objects.
3248
3249         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3250           Unit test to check the above.
3251
3252 2007-03-07  Wim Taymans  <wim@fluendo.com>
3253
3254         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3255         Fix confusing debug message.
3256
3257 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3258
3259         * gst-plugins-base.doap:
3260         update doap file with new version
3261
3262 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3263
3264         * configure.ac:
3265         Back to CVS
3266
3267 === release 0.10.12 ===
3268
3269 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3270
3271         * configure.ac:
3272           releasing 0.10.12, "Zombie Horde"
3273
3274 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3275
3276         * configure.ac:
3277         Bump version to 0.10.11.4 pre-release
3278
3279 2007-03-06  Wim Taymans  <wim@fluendo.com>
3280
3281         * gst-libs/gst/audio/gstbaseaudiosink.c:
3282         (gst_base_audio_sink_async_play):
3283         Fix regression that made GStreamer skip the first samples of audio.
3284         Fixes #414684.
3285
3286 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3287
3288         * configure.ac:
3289         Bump version to 0.10.11.3 pre-release
3290
3291 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3292
3293         * po/POTFILES.in:
3294           Update paths for the rename from utils to pbutils to fix the build.
3295
3296 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3297
3298         * gst-libs/gst/pbutils/Makefile.am:
3299           Change directory to install headers in from gst/utils to gst/pbutils
3300           as well.
3301
3302 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3303
3304         * configure.ac:
3305         * docs/libs/gst-plugins-base-libs-docs.sgml:
3306         * docs/libs/gst-plugins-base-libs-sections.txt:
3307         * gst-libs/gst/Makefile.am:
3308         * gst-libs/gst/interfaces/mixer.c:
3309         * gst-libs/gst/pbutils/Makefile.am:
3310         * gst-libs/gst/pbutils/descriptions.c:
3311         (gst_pb_utils_get_source_description),
3312         (gst_pb_utils_get_sink_description),
3313         (gst_pb_utils_get_decoder_description),
3314         (gst_pb_utils_get_encoder_description),
3315         (gst_pb_utils_get_element_description),
3316         (gst_pb_utils_add_codec_description_to_tag_list),
3317         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3318         * gst-libs/gst/pbutils/descriptions.h:
3319         * gst-libs/gst/pbutils/install-plugins.c:
3320         * gst-libs/gst/pbutils/install-plugins.h:
3321         * gst-libs/gst/pbutils/missing-plugins.c:
3322         (gst_missing_uri_source_message_new),
3323         (gst_missing_uri_sink_message_new),
3324         (gst_missing_element_message_new),
3325         (gst_missing_decoder_message_new),
3326         (gst_missing_encoder_message_new),
3327         (gst_missing_plugin_message_get_description):
3328         * gst-libs/gst/pbutils/missing-plugins.h:
3329         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3330         * gst-libs/gst/pbutils/pbutils.h:
3331         * gst-libs/gst/utils/Makefile.am:
3332         * gst-libs/gst/utils/base-utils.c:
3333         * gst-libs/gst/utils/base-utils.h:
3334         * gst-libs/gst/utils/descriptions.c:
3335         * gst-libs/gst/utils/descriptions.h:
3336         * gst-libs/gst/utils/install-plugins.c:
3337         * gst-libs/gst/utils/install-plugins.h:
3338         * gst-libs/gst/utils/missing-plugins.c:
3339         * gst-libs/gst/utils/missing-plugins.h:
3340         * gst-plugins-base.spec.in:
3341         * gst/playback/Makefile.am:
3342         * gst/playback/gstdecodebin.c:
3343         * gst/playback/gstdecodebin2.c:
3344         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3345         (gen_source_element):
3346         * gst/playback/gstplaybin.c: (plugin_init):
3347         * tests/check/Makefile.am:
3348         * tests/check/libs/pbutils.c: (GST_START_TEST),
3349         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3350         * tests/check/libs/utils.c:
3351           rename utils to pbutils
3352
3353 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3354
3355         * docs/plugins/Makefile.am:
3356         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3357         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3358         * docs/plugins/inspect/plugin-decodebin2.xml:
3359         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3360         Add documentation for decodebin2 that indicates that the API
3361         is still unstable.
3362
3363 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3364
3365         * configure.ac:
3366         Update to 0.10.11.2 (0.10.12 pre-release)
3367
3368 2007-03-01  Wim Taymans  <wim@fluendo.com>
3369
3370         * gst-libs/gst/audio/gstbaseaudiosink.c:
3371         (gst_base_audio_sink_async_play):
3372         base time is irrelevant here.
3373
3374 2007-03-01  Wim Taymans  <wim@fluendo.com>
3375
3376         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3377         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3378         Improve debugging.
3379
3380         * gst-libs/gst/audio/gstbaseaudiosink.c:
3381         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3382         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3383         Improve latency and clock slaving calculations.
3384         Improve slave clock calibration.
3385
3386         * gst-libs/gst/audio/gstringbuffer.c:
3387         (gst_ring_buffer_commit_full):
3388         When we are asked to render N sample to 0 bytes, return N.
3389
3390 2007-03-01  Wim Taymans  <wim@fluendo.com>
3391
3392         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3393         (gst_alsasink_write), (gst_alsasink_reset):
3394         * ext/alsa/gstalsasink.h:
3395         Remove unused dispose function.
3396         Rename lock to not interfere with alsasrc lock.
3397
3398         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3399         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3400         (gst_alsasrc_read), (gst_alsasrc_reset):
3401         * ext/alsa/gstalsasrc.h:
3402         Implement finalize function.
3403         Use lock to protect alsa access.
3404         Implement _reset.
3405         Fine tune sw params.
3406
3407 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3408
3409         * configure.ac:
3410           Convert to new AG_GST style.
3411
3412 2007-02-28  Wim Taymans  <wim@fluendo.com>
3413
3414         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3415
3416         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3417         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3418         Fix race condition when rapidly switching visualisations in playbin.
3419         Fixes #401029.
3420
3421 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3422
3423         * tests/check/Makefile.am:
3424         Include local stuff before system installed things in LDFLAGS and
3425         CFLAGS.
3426
3427 2007-02-28  Wim Taymans  <wim@fluendo.com>
3428
3429         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3430         Improve debugging.
3431
3432 2007-02-28  Wim Taymans  <wim@fluendo.com>
3433
3434         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3435         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3436         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3437         Fix duration and timestamping, taking latency into account.
3438         Implement latency query.
3439
3440 2007-02-28  Wim Taymans  <wim@fluendo.com>
3441
3442         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3443         (gst_audio_clock_new):
3444         Fix clock name.
3445
3446         * gst-libs/gst/audio/gstbaseaudiosink.c:
3447         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3448         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3449         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3450         (gst_base_audio_src_create):
3451         Improve latency query code.
3452         Use proper clock names.
3453
3454 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3455
3456         * tests/check/generic/states.c: (GST_START_TEST):
3457           Copy the states.c test from core again
3458         * tests/check/Makefile.am:
3459           ignore cdio and cdparanoiasrc
3460
3461 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3462
3463         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3464         (double_hq), (audio_convert_get_func_index), (check_default),
3465         (audio_convert_prepare_context), (audio_convert_convert):
3466           Also make valgrind happy and avoid copying data in some cases.
3467
3468 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3469
3470         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3471         (double_hq), (audio_convert_get_func_index),
3472         (audio_convert_prepare_context), (audio_convert_convert):
3473         * gst/audioconvert/gstaudioconvert.c:
3474         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3475         (gst_audio_convert_transform_caps):
3476         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3477         (audioconvert_suite):
3478           Don't run inplace if that overwrites source data as we go. Add more
3479           tests. Fixes #339837 even more.
3480
3481 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3482
3483         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3484         (msg_segment_done): Fix various seeking bugs (Slider was not
3485         updating when doing a non flushing seek, Reverse playback 
3486         on segment seek was wrong).
3487
3488 2007-02-26  Wim Taymans  <wim@fluendo.com>
3489
3490         * tests/examples/seek/seek.c: (stop_seek):
3491         When we stop scrubbing, don't leave the pipeline PLAYING when we
3492         requested a PAUSED state.
3493
3494 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3495
3496         Patch by: René Stadler <mail at renestadler de>
3497
3498         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3499           Parse date strings in vorbis comments that have an invalid (zero)
3500           month or day (#410396).
3501
3502         * tests/check/libs/tag.c: (GST_START_TEST):
3503           Test case for the above.
3504
3505 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3508
3509         * configure.ac:
3510         * ext/alsa/Makefile.am:
3511         * gst/audiotestsrc/Makefile.am:
3512           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3513
3514 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3515
3516         * gst/playback/gstplaybin.c:
3517           Improve docs: point out that the application needs to assist playbin
3518           with buffering.
3519
3520 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3521
3522         * gst-libs/gst/utils/install-plugins.c:
3523         * gst-libs/gst/utils/missing-plugins.c:
3524         * tests/check/libs/utils.c: (missing_msg_check_getters):
3525           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3526           to just 'gstreamer'. Document the caps string component of the
3527           decoder/encoder detail a bit better, since not everyone will be
3528           familiar with the GStreamer media type/caps system (but they better
3529           enjoy nested itemized lists).
3530
3531 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3532
3533         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3534         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3535           Fix copying of GstNetBuffer (would crash before, or at least lead to
3536           invalid memory access, #410772), for now by copying the GstBuffer copy
3537           code from the core over here so we can copy the GstBuffer fields on a
3538           provided buffer instance (of type GstNetBuffer in this case). Would be
3539           better to fix this with some support by the core though (and in the long
3540           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3541
3542         * tests/check/Makefile.am:
3543           Enable unit test for GstNetBuffer.
3544
3545 2007-02-22  Andy Wingo  <wingo@pobox.com>
3546
3547         * gst-libs/gst/audio/gstbaseaudiosink.c
3548         (gst_base_audio_sink_init): Disable pull-mode activation until we
3549         figure out how to make audio sinks go to PLAYING.
3550
3551 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3552
3553         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3554         (double_hq), (audio_convert_get_func_index),
3555         (audio_convert_prepare_context), (audio_convert_convert):
3556         * gst/audioconvert/audioconvert.h:
3557         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3558         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3559         * gst/audioconvert/gstchannelmix.h:
3560         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3561           Add float as an intermediate format, as well as float mixing. Enable
3562           test that was failing before. Fixes #339837
3563
3564 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3565
3566         * tests/examples/seek/seek.c: (do_seek):
3567         Undo the previous commit: -1 as a stop time implies that the stop
3568         time is the end of file, clearing any previously configured segment.
3569
3570 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3571
3572         * tests/examples/seek/seek.c: (do_seek):
3573         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3574
3575 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3576
3577         * gst/volume/gstvolume.c: (volume_process_int16),
3578         (volume_process_int16_clamp), (volume_set_caps):
3579           Unbreak volume, value remains gint.
3580
3581 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3582
3583         * gst/volume/gstvolume.c: (volume_choose_func),
3584         (volume_update_real_volume), (gst_volume_set_volume),
3585         (gst_volume_init), (volume_process_double), (volume_process_float),
3586         (volume_process_int16), (volume_process_int16_clamp),
3587         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3588         * gst/volume/gstvolume.h:
3589           Extend float audio support (double) and some int->uint cleanups.
3590
3591 2007-02-20  Edward Hervey  <edward@fluendo.com>
3592
3593         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3594         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3595         (sort_end_pads), (gst_decode_group_expose),
3596         (gst_decode_group_hide):
3597         Don't free groups from the streaming threads. Just put them aside and
3598         free them in dispose.
3599
3600 2007-02-20  Edward Hervey  <edward@fluendo.com>
3601
3602         * gst/playback/gstdecodebin2.c: (connect_element),
3603         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3604         (sort_end_pads), (gst_decode_group_expose):
3605         Handle dynamic pads within groups.
3606         Sort pads before exposing them in order to make playbin happy.
3607         There still is a race with the multiqueue filling up. This should be
3608         solved separately.
3609         Fixes #398721
3610
3611 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3612
3613         * gst-libs/gst/utils/base-utils.c:
3614         * gst-libs/gst/utils/descriptions.c:
3615         * gst-libs/gst/utils/install-plugins.c:
3616         * gst-libs/gst/utils/missing-plugins.c:
3617           Some more docs (and descriptions for two subtitle formats).
3618
3619 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3620
3621         * gst-libs/gst/audio/audio.c:
3622           Fix documentation.
3623
3624 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3625
3626         Patch by: Yves Lefebvre  <ivanohe abacom com>
3627
3628         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3629           Don't leak caps. Fixes #408278.
3630
3631 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3632
3633         * ext/cdparanoia/gstcdparanoiasrc.h:
3634         * ext/ogg/gstoggdemux.h:
3635         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3636         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3637         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3638         * gst-libs/gst/audio/audio.h:
3639         * gst-libs/gst/audio/gstaudiofilter.h:
3640         * gst-libs/gst/interfaces/videoorientation.h:
3641         * gst/adder/gstadder.h:
3642           More docs coverage and some ChangeLog surgery (add missing names)
3643
3644 2007-02-15  Wim Taymans  <wim@fluendo.com>
3645
3646         * sys/ximage/ximagesink.c:
3647         (gst_ximagesink_calculate_pixel_aspect_ratio):
3648         * sys/xvimage/xvimagesink.c:
3649         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3650         Small constifications.
3651
3652 2007-02-15  Wim Taymans  <wim@fluendo.com>
3653
3654         * gst-libs/gst/audio/gstbaseaudiosink.c:
3655         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3656         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3657         (gst_base_audio_sink_async_play),
3658         (gst_base_audio_sink_change_state):
3659         Answer latency query.
3660         Use configured latency when syncing.
3661         Fix clock slaving.
3662
3663         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3664         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3665         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3666         Fix possible memleak.
3667         Implement latency query.
3668         Small cleanups.
3669
3670 2007-02-15  Wim Taymans  <wim@fluendo.com>
3671
3672         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3673         Ignore errors in reset, these are not fatal. They also grab the element
3674         lock which is already taking when this function is called. Fixes
3675         #405451.
3676
3677 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3678
3679         * configure.ac:
3680           Remove 'tests/examples/xerror/Makefile' from output files again.
3681
3682 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3683
3684         * configure.ac:
3685         * docs/plugins/Makefile.am:
3686           Also crossref against gst-plugins-base-libs.
3687
3688 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3689
3690         * configure.ac:
3691         * docs/libs/Makefile.am:
3692         * docs/plugins/Makefile.am:
3693           Add crossreferences to glib/gobject/gstream docs.
3694
3695         * gst-libs/gst/audio/audio.h:
3696           Source formatting.
3697
3698         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3699           Add own debug category.
3700
3701 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3702
3703         Patch by: René Stadler <mail at renestadler de>
3704
3705         * gst-libs/gst/tag/gstvorbistag.c:
3706           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3707           (#403597).
3708
3709 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3710
3711         * gst/playback/gstplaybasebin.c: (setup_source):
3712           When we have external subtitles and wait for the subtitle decodebin
3713           to get up and running, we set up a (sync) bus handler for the
3714           subtitle decodebin, so we can stop waiting when it posts an error
3715           message. However, we should do that before we set the subtitle
3716           decodebin's state to playing, otherwise things are racy and we might
3717           miss error messages posted before we had a chance to set up the bus.
3718           This should finally fix totem hanging on .txt pseudo-subtitle files.
3719           
3720 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3721
3722         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3723           Use gst_gdouble_to_guint64 for conversions.
3724         * win32/common/config.h.in:
3725           Add a define for GST_INSTALL_PLUGINS_HELPER
3726         * win32/common/libgstaudio.def:
3727         * win32/common/libgstcdda.def:
3728         * win32/common/libgstnetbuffer.def:
3729         * win32/common/libgstrtp.def:
3730         * win32/common/libgutils.def:
3731           Add new exported functions.
3732         * win32/vs6/gst_plugins_base.dsw:
3733         * win32/vs6/libgstdecodebin.dsp:
3734         * win32/vs6/libgstnetbuffer.dsp:
3735         * win32/vs6/libgstplaybin.dsp:
3736         * win32/vs6/libgstrtp.dsp:
3737         * win32/vs6/libgstvorbis.dsp:
3738         * win32/vs6/libgstcdda.dsp:
3739         * win32/vs6/libgstgdp.dsp:
3740         * win32/vs6/libgstutils.dsp:
3741           Update and add new project files.
3742
3743 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3744
3745         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3746         (subrip_remove_unhandled_tags), (parse_subrip):
3747           For SubRip (.srt) subtitles, ignore all markup tags we don't
3748           handle (like font tags, for example).
3749
3750         * tests/check/elements/subparse.c:
3751           Add test for this.
3752
3753 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3754
3755         * gst/playback/gstdecodebin.c: (add_fakesink),
3756         (gst_decode_bin_change_state):
3757         * gst/playback/gstdecodebin2.c: (add_fakesink),
3758         (gst_decode_bin_change_state):
3759           Don't error out if there is no fakesink in the NULL to READY state
3760           change, since when decodebin is re-used, we're only adding the
3761           fakesink element in READY to PAUSED.
3762
3763         * tests/check/elements/decodebin.c:
3764         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3765         (decodebin_suite):
3766           Minimal unit test to make sure we can use the same decodebin
3767           instance twice (at least with audiotestsrc input).
3768
3769 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3770
3771         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3772           Try to get devic-name from device string first, and from handle only
3773           as fallback (seems to yield better results and is more robust
3774           against buggy probing code on the application side).
3775
3776 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3777
3778         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3779
3780         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3781         (gst_alsa_find_device_name):
3782         * ext/alsa/gstalsa.h:
3783         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3784         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3785           Improve device-name detection a bit, especially in the case where
3786           the device is not actually open (#405020, #405024). Move common code
3787           into gstalsa.c instead of duplicating it.
3788
3789 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3790
3791         * gst/audioconvert/gstaudioconvert.c:
3792           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3793
3794 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3795
3796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3797         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3798         (gst_xvimagesink_interface_supported),
3799         (gst_xvimagesink_probe_get_properties),
3800         (gst_xvimagesink_probe_probe_property),
3801         (gst_xvimagesink_probe_needs_probe),
3802         (gst_xvimagesink_probe_get_values),
3803         (gst_xvimagesink_property_probe_interface_init),
3804         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3805         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3806         (gst_xvimagesink_get_type):
3807         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3808         for XVAdaptors so that one can choose the adaptor to use with 
3809         gstreamer-properties.
3810
3811 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3812
3813         * gst/audioconvert/gstaudioconvert.c:
3814           Also mention that a conversion from double to float is suboptimal still.
3815
3816 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3817
3818         * gst-libs/gst/audio/gstaudiofilter.c:
3819         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3820           Clear our formats structure and free the caps contained in it when
3821           shutting down.
3822
3823 2007-02-05  Andy Wingo  <wingo@pobox.com>
3824
3825         * gst-libs/gst/audio/gstbaseaudiosink.c
3826         (gst_base_audio_sink_callback): Update basesink->offset so that we
3827         pull monotonically increasing offsets instead of, um, seeking back
3828         to 0 each time. Fixes alsasrc ! alsasink!
3829
3830 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3831
3832         * gst/videoscale/gstvideoscale.c:
3833           A width and height of 1 makes us crash, so increase minimum size to
3834           2x2 pixels until someone feels like fixing this (#404512).
3835
3836 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3837
3838         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3839           Add small test to make sure request pads are cleaned up properly
3840           even if oggmux never changes state out of NULL.
3841
3842 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3843
3844         * tests/check/libs/utils.c: (GST_START_TEST):
3845           Fix unit test. Turns out things work much better when you
3846           NULL-terminate string arrays. Should make p5 build bot happy again.
3847
3848 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3849
3850         * gst-libs/gst/audio/Makefile.am:
3851         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3852         (gst_audio_filter_template_base_init),
3853         (gst_audio_filter_template_class_init),
3854         (gst_audio_filter_template_init),
3855         (gst_audio_filter_template_set_property),
3856         (gst_audio_filter_template_get_property),
3857         (gst_audio_filter_template_setup),
3858         (gst_audio_filter_template_filter),
3859         (gst_audio_filter_template_filter_inplace), (plugin_init):
3860           Oops, forgot to commit fixed-up example.
3861
3862 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3863
3864         * docs/libs/gst-plugins-base-libs-sections.txt:
3865         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3866         (gst_audio_filter_class_init), (gst_audio_filter_init),
3867         (gst_audio_filter_set_caps),
3868         (gst_audio_filter_class_add_pad_templates):
3869         * gst-libs/gst/audio/gstaudiofilter.h:
3870           Port GstAudioFilter to 0.10. This change technically breaks
3871           API and ABI (and thus also every library developer's heart),
3872           but seems justifiable on the grounds that the base class was
3873           completely unusable before (ie. would crash immediately when
3874           actually used). Fixes #403963 (and eventually also #403572).
3875           Also document all of this a bit.
3876
3877 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3878
3879         * gst-libs/gst/utils/install-plugins.c:
3880         (gst_install_plugins_spawn_child):
3881         * tests/check/libs/utils.c:
3882         (test_base_utils_install_plugins_do_callout):
3883           Lowering log level to see why things fail on the p5 build bot;
3884           fix some typos in unit test messages.
3885
3886 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * tests/check/libs/utils.c:
3889         (test_base_utils_install_plugins_do_callout):
3890           Don't hard-code temp directory for test helper; use GLib functions
3891           to write out file and do error checking etc.
3892
3893 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3894
3895         * gst-libs/gst/utils/Makefile.am:
3896         * gst-libs/gst/utils/base-utils.h:
3897         * gst-libs/gst/utils/install-plugins.c:
3898         (gst_install_plugins_context_set_xid),
3899         (gst_install_plugins_context_new),
3900         (gst_install_plugins_context_free),
3901         (gst_install_plugins_get_helper),
3902         (gst_install_plugins_spawn_child),
3903         (gst_install_plugins_return_from_status),
3904         (gst_install_plugins_installer_exited),
3905         (gst_install_plugins_async), (gst_install_plugins_sync),
3906         (gst_install_plugins_return_get_name),
3907         (gst_install_plugins_installation_in_progress):
3908         * gst-libs/gst/utils/install-plugins.h:
3909           API: add API for applications to initiate installation of missing
3910           plugins, ie. gst_install_plugins_async() primarily.
3911           Based on libgimme-codec by Ryan Lortie.
3912
3913         * configure.ac:
3914           Add --with-install-plugins-helper configure option so distros can specify
3915           the path of the helper script or program to call when plugin installation
3916           is requested (distros: please do any argument munging in this helper
3917           script instead of patching GStreamer to pass arguments differently
3918           to another program directly).
3919
3920         * docs/libs/gst-plugins-base-libs-docs.sgml:
3921         * docs/libs/gst-plugins-base-libs-sections.txt:
3922           Build and document new API.
3923
3924         * tests/check/libs/utils.c: (result_cb),
3925         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3926         (libgstbaseutils_suite):
3927           Some simple checks for the new API.
3928
3929 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3930
3931         * tests/check/elements/audioconvert.c: (test_float_conversion):
3932           Add small test for 32bit float <=> 64bit float conversion (works
3933           only one way so far, 32=>64 produces structured noise).
3934
3935 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3936
3937         * gst/audioconvert/gstaudioconvert.c:
3938         (set_structure_widths_32_and_64), (make_lossless_changes):
3939           We don't support floats with a width of 40, 48 or 56 bits.
3940
3941 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3942
3943         * gst/audioconvert/audioconvert.c: (float), (double),
3944         (audio_convert_get_func_index):
3945         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3946         (make_lossless_changes):
3947           Support for 64-bit float audio in audioconvert (#339837)
3948
3949 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3950
3951         Patch by: Holger Wansing  <linux wansing-online de>
3952
3953         * po/LINGUAS:
3954         * po/de.po:
3955           Add German translation (#352069).
3956
3957 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3958
3959         reviewed by: Wim Taymans <wim@fluendo.com>
3960
3961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3962         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3963         Use newly added GstCollectPads API to free the allocated resources in
3964         the GstOggPad structures (#402393).
3965
3966 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3967
3968         * gst/playback/gstplaybin.c: (gen_vis_element):
3969           Add audioresample+audioconvert in front of the visualisation
3970           element, so that elements like libvisual 0.4 that don't support all
3971           samplerates can work.
3972
3973           Fixes: #402505
3974
3975 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3976
3977         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3978         (gst_play_base_bin_get_streaminfo_value_array):
3979           Take some locks and make a copy of the streaminfo value array we
3980           maintain while holding the lock, so that the application can
3981           retrieve the stream-info as a value array in a thread-safe way.
3982
3983 2007-01-30  Wim Taymans  <wim@fluendo.com>
3984
3985         * gst/audioconvert/gstaudioconvert.c:
3986         Don't fail on 0 sized buffers. Fixes #396835.
3987
3988 2007-01-29  David Schleef  <ds@schleef.org>
3989
3990         * gst/typefind/gsttypefindfunctions.c:
3991           Detect BBCD as video/x-dirac, so we can play raw dirac
3992           streams.
3993
3994 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3995
3996         * ext/theora/theoraenc.c: (theora_enc_chain):
3997           Check return value of theora_encode_header(), or we might try to
3998           allocate a random number of bytes. theora_encode_header() can fail
3999           if libtheora has been compiled with encoding support disabled.
4000           Fixes #398110.
4001
4002 2007-01-29  Wim Taymans  <wim@fluendo.com>
4003
4004         * tests/check/gst/.cvsignore:
4005         Do as buildbot says.
4006
4007 2007-01-29  Wim Taymans  <wim@fluendo.com>
4008
4009         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
4010         Fix strides in libvisual. Gst uses X strides.
4011         Inspired by: <ed at catmur dot co dot uk> and 
4012         <tim at centricular dot net>
4013         Fixes #401118.
4014
4015 2007-01-27  Wim Taymans  <wim@fluendo.com>
4016
4017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4018         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
4019         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
4020         (gst_ogg_demux_perform_seek),
4021         (gst_ogg_demux_bisect_forward_serialno),
4022         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4023         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
4024         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
4025         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
4026         * ext/ogg/gstoggdemux.h:
4027         Properly propagate streaming errors when we are scanning the file for
4028         chains so that we don't crash when shut down. Might fix some crashers
4029         when quickly switching oggs in RB such as #332503 and #378436.
4030
4031 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
4034           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
4035           error code as well.
4036
4037 2007-01-25  Wim Taymans  <wim@fluendo.com>
4038
4039         * gst/playback/gstplaybasebin.c: (remove_source):
4040         Don't try to disconnect a signal from a finalized object.
4041
4042 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4043
4044         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
4045           Cast lock macro parameters to make sure we're actually accessing the
4046           lock member at the right class level. Free list itself in _dispose()
4047           as well and NULL it in case dispose gets called multiple times.
4048
4049 2007-01-25  Edward Hervey  <edward@fluendo.com>
4050
4051         * gst/playback/gstdecodebin2.c:
4052         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
4053         Free GstDecodeGroups no longer used.
4054         (gst_decode_group_expose):
4055         Don't unlock too many times !
4056         (deactivate_free_recursive):
4057         Free iterator once we're done with it.
4058         Fix for recursively deactivating elements (stop at ghostpads).
4059
4060 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4061
4062         * gst/playback/gstplaybin.c: (handoff):
4063           Fix up caps on the frame buffer before we save it and potentially
4064           make it accessible to other threads via g_object_get; also use
4065           gst_buffer_replace() instead of gst_mini_object_replace().
4066
4067 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4068
4069         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4070           Make getting the current frame thread-safe.
4071
4072 2007-01-25  Edward Hervey  <edward@fluendo.com>
4073
4074         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
4075         (gst_decode_group_new), (gst_decode_group_free):
4076         Set queues to bigger sizes to cope with HD contents.
4077         Fix some mutex freeing and add comment about MT safe methods.
4078
4079 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
4080
4081         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4082         (gst_text_overlay_text_event):
4083           Don't unnecessarily ref (and then leak) upstream events if the text
4084           pad is not linked. Fixes #399948.
4085
4086         * tests/check/gst-plugins-base.supp:
4087           Add suppression for pango on edgy/x86 for textoverlay test.
4088
4089 2007-01-24  Wim Taymans  <wim@fluendo.com>
4090
4091         * gst-libs/gst/rtp/gstrtpbuffer.h:
4092         Add some more fixed payloads.
4093
4094 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4097           Error out properly if we get an error from libogg while reading the
4098           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
4099
4100 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4101
4102         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
4103           Don't leak mutex.
4104
4105         * tests/check/elements/playbin.c:
4106         (test_sink_usage_video_only_stream),
4107         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4108         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
4109         (test_missing_suburisource_handler),
4110         (test_missing_primary_decoder), (playbin_suite):
4111           Run all tests once with decodebin and once with decodebin2.
4112           One test does not pass yet with decodebin2.
4113
4114 2007-01-23  Edward Hervey  <edward@fluendo.com>
4115
4116         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
4117         Fix the cases where oggmux doesn't properly figure out that all
4118         sinkpads have gone EOS, and therefore doesn't push out the remaining
4119         buffers and the final EOS event.
4120         Fixes #363379
4121
4122 2007-01-23  Julien MOUTTE  <julien@moutte.net>
4123
4124         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4126         Don't lock on navigation event push, just on keysym to string.
4127         Fixes #397673 again.
4128
4129 2007-01-22  Edward Hervey  <edward@fluendo.com>
4130
4131         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
4132         (get_current_group), (group_demuxer_event_probe),
4133         (gst_decode_group_expose), (deactivate_free_recursive),
4134         (gst_decode_group_free):
4135         Cleanups.
4136         Don't forget to emit 'no-more-pads' once a group is exposed.
4137         Cleanup elements from a DecodeGroup once we remove it.
4138         Protect call to gst_decode_group_expose() with the decodebin lock.
4139
4140 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4141
4142         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4144         Looking at Xorg code i can't figure out if that XKeysymToString
4145         function is thread sensible or not. Lock it just in case as
4146         recommended by Radek Doulik <rodo at ximian dot com>.
4147
4148 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4149
4150         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4152         Lock that X Call as well. Fixes #397673.
4153
4154 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4155
4156         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4157           Don't go into an endless loop if the file starts with 00 00 01 2X,
4158           like quicktime redirect files might. Fixes #396042.
4159
4160         * tests/check/Makefile.am:
4161         * tests/check/gst/.cvsignore:
4162         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
4163         (typefindfunctions_suite):
4164           Add unit test for the above.
4165
4166 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4167
4168         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4169           On second thought, use "depth" field rather than "bpp" field.
4170
4171 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4172
4173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4174           Camtasia caps apparently need a bpp field (#398875).
4175
4176 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4177
4178         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4179         (gen_source_element), (gst_play_base_bin_change_state):
4180           Attempt at a better error message in case we don't have the required
4181           URI handler installed; post missing-plugin message also when we're
4182           missing an URI handler for the subtitle URI; clean up properly also
4183           when an error occurs and we never made it to PAUSED state.
4184
4185         * tests/check/elements/playbin.c: (GST_START_TEST),
4186         (playbin_suite):
4187           Check that we're also getting a missing-plugin messsage for a
4188           missing subtitle URI handler (and clean up properly).
4189
4190 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4191
4192         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
4193           Plug a few reference leaks.
4194
4195 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4196
4197         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4198           Lower probability a bit if the marker isn't right at the start,
4199           to decrease the chance of false positives.
4200
4201 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4202
4203         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4204           Small mpeg2 system stream typefinding improvement: make typefinder
4205           probe a bit into the stream instead of just looking for a marker
4206           at the beginning. Fixes #397810.
4207
4208 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4209
4210         * gst/audioconvert/gstchannelmix.c:
4211           Remove compatibility cruft for prehistoric GLib versions.
4212
4213 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4214
4215         * gst/playback/Makefile.am:
4216         * gst/playback/gstdecodebin.c: (close_pad_link):
4217         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4219         (gst_play_base_bin_handle_message_func), (unknown_type):
4220           Let decodebin be the element to post missing-plugin messages for
4221           missing decoders (rather than playbin); make playbin implement
4222           GstBin::handle_message so we can suppress missing-plugin messages
4223           for types we're not handling on purpose (don't want to bring up an
4224           installer in those cases).
4225
4226 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
4227
4228         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4229         * gst-libs/gst/tag/gstvorbistag.c:
4230         (gst_tag_list_to_vorbiscomment_buffer):
4231         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
4232           Fix potentially unaligned access (#397207).
4233
4234 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4235
4236         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4237         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4238         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4239         (main):
4240           Allow to toggle looping while it plays. Fix callback prototype. Clean
4241           up code a bit more. Add copyright header.
4242
4243 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4244
4245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4246           Red and blue mask was swapped (spotted by Dan Williams).
4247
4248 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4249
4250         * gst-libs/gst/tag/gstid3tag.c:
4251         * gst-libs/gst/tag/gstvorbistag.c:
4252           Use new beats-per-minute tag from core.
4253
4254 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4255
4256         * po/POTFILES.in:
4257           Add new files with translatable strings, so they actually make it
4258           into the template file one day.
4259
4260 2007-01-12  Andy Wingo  <wingo@pobox.com>
4261
4262         * gst-libs/gst/audio/gstbaseaudiosink.c
4263         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4264         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4265         stuff, as the base class handles this now. Actually tell the ring
4266         buffer to start.
4267         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4268         How did this work before? Maybe I'm not as awesome a programmer as
4269         I think.
4270
4271         * gst-libs/gst/audio/gstbaseaudiosrc.c
4272         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4273         of a pad function.
4274
4275 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4276
4277         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4278           Remove more fields so that the application can better blacklist
4279           formats that have been tried before.
4280
4281 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4282
4283         * gst-libs/gst/audio/mixerutils.h:
4284           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4285           used when compiling with c++ compilers as well.
4286
4287 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4288
4289         * gst/typefind/gsttypefindfunctions.c:
4290           Fix comment.
4291
4292 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4293
4294         * gst/playback/gstplaybin.c: (post_missing_element_message),
4295         (gen_video_element), (gen_text_element), (gen_audio_element),
4296         (gen_vis_element):
4297           Post missing-plugin messages also when we error out because
4298           converters, textoverlay or auto*sinks are missing (#161922).
4299
4300 2007-01-10  Wim Taymans  <wim@fluendo.com>
4301
4302         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4303         (is_demuxer_element), (new_caps):
4304         * gst/playback/gstplaybasebin.c: (source_new_pad):
4305         Fix the case where we try to ref a NULL element when we delay a link
4306         because of unfixed caps.
4307         Set the state of autoplugged decodebins to PAUSED.
4308         RTSP now works in playbin, we can remove it from the blacklist.
4309
4310 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         * gst/playback/Makefile.am:
4313         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4314         (unknown_type), (setup_subtitle), (gen_source_element):
4315         * gst/playback/gstplaybin.c: (plugin_init):
4316           Post missing-plugin messages on the bus for missing sources and
4317           missing decoders/demuxers/depayloaders; fix error code used when
4318           we're missing an URI handler source; for media types that we are not
4319           handling on purpose at the moment, don't print "don't know how to
4320           handle xyz" messages to the terminal or post missing-plugin
4321           messages on the bus.
4322
4323         * tests/check/elements/playbin.c: (create_playbin),
4324         (GST_START_TEST), (gst_codec_src_uri_get_type),
4325         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4326         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4327         (gst_codec_src_init_type), (gst_codec_src_base_init),
4328         (gst_codec_src_create), (gst_codec_src_class_init),
4329         (gst_codec_src_init), (plugin_init), (playbin_suite):
4330           Add some tests for the missing-plugin stuff.
4331
4332 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4333
4334         * configure.ac:
4335         * gst-libs/gst/Makefile.am:
4336         * gst-libs/gst/utils/Makefile.am:
4337         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4338         * gst-libs/gst/utils/base-utils.h:
4339         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4340         (find_format_info), (caps_are_rtp_caps),
4341         (gst_base_utils_get_source_description),
4342         (gst_base_utils_get_sink_description),
4343         (gst_base_utils_get_decoder_description),
4344         (gst_base_utils_get_encoder_description),
4345         (gst_base_utils_get_element_description),
4346         (gst_base_utils_add_codec_description_to_tag_list),
4347         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4348         * gst-libs/gst/utils/descriptions.h:
4349         * gst-libs/gst/utils/missing-plugins.c:
4350         (missing_structure_get_type), (copy_and_clean_caps),
4351         (gst_missing_uri_source_message_new),
4352         (gst_missing_uri_sink_message_new),
4353         (gst_missing_element_message_new),
4354         (gst_missing_decoder_message_new),
4355         (gst_missing_encoder_message_new),
4356         (missing_structure_get_string_detail),
4357         (missing_structure_get_caps_detail),
4358         (gst_missing_plugin_message_get_installer_detail),
4359         (gst_missing_plugin_message_get_description),
4360         (gst_is_missing_plugin_message):
4361         * gst-libs/gst/utils/missing-plugins.h:
4362           API: add new libgstbaseutils library with functions
4363           - to create and parse missing-plugins messages
4364           - that provide (translated) descriptions for caps/decoders/sources/etc.
4365           Closes #392393.
4366
4367         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4368         * pkgconfig/gstreamer-plugins-base.pc.in:
4369           Add new lib.
4370
4371         * docs/libs/gst-plugins-base-libs-docs.sgml:
4372         * docs/libs/gst-plugins-base-libs-sections.txt:
4373           Generate docs for new lib and API.
4374
4375         * tests/check/Makefile.am:
4376         * tests/check/libs/.cvsignore:
4377         * tests/check/libs/utils.c: (missing_msg_check_getters),
4378         (GST_START_TEST), (libgstbaseutils_suite):
4379           Add some basic unit tests.
4380
4381 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4382
4383         * ext/ogg/Makefile.am:
4384           Dist gstoggdemux.h to fix 'make distcheck'.
4385
4386         * sys/v4l/Makefile.am:
4387           Fix 'make distcheck' even more.
4388
4389 2007-01-09  Wim Taymans  <wim@fluendo.com>
4390
4391         * docs/plugins/Makefile.am:
4392         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4393         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4394         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4395         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4396         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4397         (gst_ogg_demux_perform_seek):
4398         * ext/ogg/gstoggdemux.h:
4399         Added docs.
4400         Add some more comments.
4401         Small cleanups.
4402
4403 2007-01-09  Wim Taymans  <wim@fluendo.com>
4404
4405         * ext/theora/theoradec.c:
4406         * ext/vorbis/vorbisdec.c:
4407         * gst-libs/gst/audio/gstringbuffer.c:
4408         (gst_ring_buffer_commit_full):
4409         * gst-libs/gst/audio/gstringbuffer.h:
4410         * gst-libs/gst/rtp/gstrtpbuffer.c:
4411         * gst-libs/gst/tag/gstvorbistag.c:
4412         Small documentation updates/fixes
4413
4414 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4415
4416         * configure.ac:
4417           Require core CVS HEAD for Andy's basesrc/sink API additions.
4418
4419 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4420
4421         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4422
4423         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4424         (plugin_init):
4425           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4426           on flac.sf.net (there appear to be other versions of the first
4427           ogg page in the wild) (#391365).
4428
4429 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4430
4431         * configure.ac:
4432           Check if localtime_r() is available.
4433
4434         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4435           If localtime_r() is not available, fall back to localtime(). Should
4436           fix build on MingW (#393310).
4437
4438 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4439
4440         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4441         * gst/subparse/gstsubparse.h:
4442           Remove spurious 1000 subtrahend when calculating the timestamp from
4443           the frame number and the frame rate . Also, use the frames/second
4444           value specified in the first line of the file, if one is specified
4445           there. Should fix #357503.
4446
4447         * tests/check/elements/subparse.c: (do_test),
4448         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4449         (subparse_suite):
4450           Add some basic unit tests for the microdvd subtitle format.
4451
4452 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4453
4454         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4455
4456         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4457         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4458         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4459         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4460         (gst_xvimagesink_set_xwindow_id),
4461         (gst_xvimagesink_set_event_handling),
4462         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4463         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4464         Fixes: #390076.
4465         Add an adaptor property to select a specific XV adaptor.
4466         * sys/xvimage/xvimagesink.h:
4467
4468 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4469
4470         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4471         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4472         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4473         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4474         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4475         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4476         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4477         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4478         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4479         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4480         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4481         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4482         Use flow_lock much more to protect every access to xwindow.
4483         Try to catch erros while creating images in case some drivers are
4484         just generating an XError when the requested image is too big.
4485         Should fix : #354698, #384008, #384060.
4486         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4487         Implement some stress testing of setting window xid.
4488
4489 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4490
4491         * win32/common/libgsaudio.def:
4492           Add new exported function.
4493         * win32/common/libgstogg.dsp:
4494           Add gstoggaviparse.c to the build.
4495         * win32/common/libgstvideoscale.dsp:
4496           Add vs_4tap.c to the build.
4497         * win32/common/libgstvorbis.dsp:
4498           Add vorbistag.c to the build.
4499         
4500 2007-01-06  Andy Wingo  <wingo@pobox.com>
4501
4502         * gst-libs/gst/audio/gstbaseaudiosink.c
4503         (gst_base_audio_sink_class_init)
4504         (gst_base_audio_sink_init): 
4505         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4506         to baseaudiosink, and tell basesink that we can work in pull mode.
4507         This way the ring buffer thread drives the pipeline directly, if
4508         pull mode is possible. There is some lingering nastiness regarding
4509         capsnego, however.
4510         (gst_base_audio_sink_callback): Implement the callback to pull
4511         data. This interface is a bit light, though -- it should get a
4512         GstFlowReturn return value at least.
4513
4514 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4515
4516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4517         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4518         * gst/playback/gstdecodebin2.c:
4519         (gst_decode_group_check_if_blocked):
4520           Printf format and missing argument fixes.
4521
4522 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4523
4524         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4525         (gst_ogm_parse_change_state):
4526         Activate pads before adding them to the element.
4527
4528 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4529
4530         * tests/examples/seek/scrubby.c: (main):
4531         * tests/examples/seek/seek.c: (main):
4532           Call g_thread_init() first thing in main() (see #391278).
4533
4534 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4535
4536         * tests/check/Makefile.am:
4537         * tests/check/libs/.cvsignore:
4538         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4539         (netbuffer_suite):
4540           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4541           for the time being, since it's broken, see #393099.
4542
4543 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         * tests/check/Makefile.am:
4546           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4547
4548 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4549
4550         * configure.ac:
4551           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4552           so that GST_BASE_CFLAGS can go inbetween them, making sure
4553           we use uninstalled gst-libs headers
4554         * docs/libs/Makefile.am:
4555         * ext/alsa/Makefile.am:
4556         * ext/cdparanoia/Makefile.am:
4557         * ext/gnomevfs/Makefile.am:
4558         * ext/libvisual/Makefile.am:
4559         * ext/ogg/Makefile.am:
4560         * ext/theora/Makefile.am:
4561         * ext/vorbis/Makefile.am:
4562         * gst-libs/gst/audio/Makefile.am:
4563         * gst-libs/gst/cdda/Makefile.am:
4564         * gst-libs/gst/interfaces/Makefile.am:
4565         * gst-libs/gst/riff/Makefile.am:
4566         * gst-libs/gst/rtp/Makefile.am:
4567         * gst-libs/gst/tag/Makefile.am:
4568         * gst/adder/Makefile.am:
4569         * gst/audioconvert/Makefile.am:
4570         * gst/audiorate/Makefile.am:
4571         * gst/audioresample/Makefile.am:
4572         * gst/playback/Makefile.am:
4573         * gst/tcp/Makefile.am:
4574         * gst/videoscale/Makefile.am:
4575         * gst/volume/Makefile.am:
4576         * sys/ximage/Makefile.am:
4577         * sys/xvimage/Makefile.am:
4578         * tests/icles/Makefile.am:
4579           adapt
4580
4581 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4582
4583         * gst-libs/gst/interfaces/xoverlay.c:
4584         (gst_x_overlay_handle_events):
4585         * gst-libs/gst/interfaces/xoverlay.h:
4586         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4587         (gst_ximagesink_set_xwindow_id),
4588         (gst_ximagesink_set_event_handling),
4589         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4590         (gst_ximagesink_get_property), (gst_ximagesink_init),
4591         (gst_ximagesink_class_init):
4592         * sys/ximage/ximagesink.h:
4593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4594         (gst_xvimagesink_set_xwindow_id),
4595         (gst_xvimagesink_set_event_handling),
4596         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4597         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4598         (gst_xvimagesink_class_init):
4599         * sys/xvimage/xvimagesink.h:
4600         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4601         Add a method to the XOverlay interface to allow disabling of 
4602         event handling in x[v]imagesink elements. This will let X events
4603         propagate to parent windows which can be usefull in some cases.
4604         Be carefull that the application is then responsible of pushing
4605         navigation events and expose events to the video sink.
4606         Fixes: #387138.
4607
4608 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         * gst-libs/gst/tag/gstvorbistag.c:
4611         * tests/check/libs/tag.c: (GST_START_TEST):
4612           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4613           (fixes #392070).
4614
4615 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4616
4617         * configure.ac:
4618         * docs/Makefile.am:
4619         * docs/design/Makefile.am:
4620           Dist design docs.
4621
4622 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4623
4624         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4625         typo. Fixes: #390063.
4626
4627 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4628
4629         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4631         caps leak.
4632         * win32/common/config.h: Updated.
4633
4634 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4635
4636         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4637         (setup_gdpdepay_streamheader):
4638         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4639         (setup_gdppay_streamheader):
4640           Fix the dp tests, but activating the pads for the streamheader tests
4641           too and cleaning up conditionaly
4642
4643 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4644
4645         * gst/ffmpegcolorspace/avcodec.h:
4646         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4647         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4648         (gst_ffmpegcsp_avpicture_fill):
4649         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4650         (img_get_alpha_info):
4651         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4652         other end of the word. Fixes: #387073.
4653
4654         Add some inconsequential branch hints in a couple of places.
4655
4656 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4657
4658         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4659         (gst_ffmpeg_caps_to_smpfmt):
4660           The "signed" field in raw audio caps is of boolean type, trying to
4661           extract the value with _get_int() will fail (fix to keep in sync with
4662           the copy in gst-ffmpeg)
4663
4664 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4665
4666         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4667         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4668         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4669         (cleanup_gdpdepay):
4670         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4671         * tests/check/elements/subparse.c: (teardown_subparse):
4672         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4673         * tests/check/elements/videorate.c: (cleanup_videorate):
4674         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4675         * tests/check/elements/volume.c: (cleanup_volume):
4676         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4677         (cleanup_vorbisdec):
4678         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4679         (cleanup_vorbistag):
4680           consistent pad (de)activation
4681
4682 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4683
4684         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4685           Forgot to register the extensions.
4686
4687 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4688
4689         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4690         (plugin_init):
4691           Add typefinder for VIVO files (my christmas present to the 90s).
4692
4693 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4694
4695         * gst/playback/gstdecodebin.c: (type_found):
4696           Special-case the text/plain media type: we only want to recognise it
4697           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4698           parser, but not if the entire stream is of text/plain type. If the
4699           entire stream is text/plain, we should just error out.
4700
4701           This fixes playback of audio files with lyrics in totem. Totem can't
4702           distinguish between text files and subtitle files and passes any
4703           .txt file with the same basename as the main file to playbin as
4704           suburi, and playbin will then throw a 'subtitle found, but no video
4705           stream' error, which isn't entirely helpful. See #380342.
4706
4707           Also, with this change we'll show a slightly more correct error
4708           message in case totem passes a playlist file to us (although a
4709           custom error message wording instead of the default text would
4710           probably not be a bad idea either).
4711
4712           Same problem also needs to be fixed for playbin+decodebin2.
4713
4714         * tests/check/Makefile.am:
4715         * tests/check/elements/decodebin.c: (src_handoff_cb),
4716         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4717         (decodebin_suite):
4718           Add simple unit test for decodebin for the above.
4719
4720 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4723         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4724           Refuse to change state to READY when we failed to create any of the
4725           required elements in our instance init function.
4726
4727 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4728
4729         * docs/libs/gst-plugins-base-libs-sections.txt:
4730           Small docs fixes/updates.
4731
4732         * gst-libs/gst/video/gstvideosink.h:
4733           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4734           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4735           removed from the base sink API between 0.9.6 and 0.9.7).
4736           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4737           accessor macros, so we don't do a runtime GObject type check every
4738           time we use them.
4739
4740 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4741
4742         * Makefile.am:
4743         * gst-plugins-base.doap:
4744         * gst-plugins-base.spec.in:
4745           add doap file
4746
4747 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4748
4749         Patch by: Jens Granseuer <jensgr at gmx net>
4750
4751         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4752         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4753         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4754         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4756           Declare variables at the beginning of a block. Fixes #383195.
4757
4758 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4759
4760         * configure.ac:
4761         Bump version nano - back to CVS.
4762
4763
4764 === release 0.10.11 ===
4765
4766 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4767
4768         * configure.ac:
4769           releasing 0.10.11, "Dumb things"
4770
4771 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4772
4773         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4774         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4775         Handle the case where an element has multiple pads with 
4776         unfixed caps as well as still possibly producing more dynamic 
4777         pads by storing each case as a distinct entry in the dynamic list.
4778         Fixes #38223 again.
4779
4780 2006-12-04  Wim Taymans  <wim@fluendo.com>
4781
4782         * gst/playback/gstdecodebin.c: (close_pad_link):
4783         Fix #382223, add more dynamic caps handling.
4784
4785 2006-12-04  Wim Taymans  <wim@fluendo.com>
4786
4787         * gst-libs/gst/audio/gstringbuffer.h:
4788         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4789         (gst_netaddress_set_ip4_interface),
4790         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4791         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4792         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4793         (gst_netaddress_get_ttl):
4794         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4795         * gst/playback/gstdecodebin.c: (close_pad_link):
4796         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4797         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4798         * win32/common/config.h:
4799
4800 2006-12-01  Michael Smith  <msmith@fluendo.com>
4801
4802         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4803           Delete bad debug code.
4804           Fixes #381219
4805
4806 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4807
4808         * gst/videoscale/vs_4tap.c:
4809         * win32/MANIFEST:
4810         * win32/common/config.h:
4811         * win32/vs8/libgstvideoscale.vcproj:
4812         Fix compilation on win32 under VS8
4813         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4814         Partially fixes #381175
4815
4816 2006-11-30  Michael Smith  <msmith@fluendo.com>
4817
4818         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4819         (GST_START_TEST):
4820           It would be very bad if, after a discont buffer, we thought every
4821           single following buffer was also discont. So, add to the test to
4822           ensure that this isn't the case.
4823           
4824         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4825           ... it was the case. So fix it.
4826
4827 2006-11-28  Wim Taymans  <wim@fluendo.com>
4828
4829         * gst/playback/gstplaybasebin.c: (check_queue_event):
4830         Improve debug.
4831
4832         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4833         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4834         padtemplate caps. Refixes #357577.
4835
4836 2006-11-28  Wim Taymans  <wim@fluendo.com>
4837
4838         * gst/playback/gstplaybasebin.c: (check_queue_event),
4839         (queue_threshold_reached), (queue_out_of_data),
4840         (gen_preroll_element):
4841         Add event probe to see when EOS is in a queue and we can disable the
4842         underrun signals. Fixes #357577.
4843
4844 2006-11-28  Edward Hervey  <edward@fluendo.com>
4845
4846         * gst/playback/Makefile.am:
4847         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4848         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4849         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4850         (gst_decode_bin_init), (gst_decode_bin_dispose),
4851         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4852         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4853         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4854         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4855         (connect_element), (expose_pad), (type_found),
4856         (pad_added_group_cb), (pad_removed_group_cb),
4857         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4858         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4859         (are_raw_caps), (multi_queue_overrun_cb),
4860         (multi_queue_underrun_cb), (gst_decode_group_new),
4861         (get_current_group), (group_demuxer_event_probe),
4862         (gst_decode_group_control_demuxer_pad),
4863         (gst_decode_group_control_source_pad),
4864         (gst_decode_group_check_if_blocked),
4865         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4866         (gst_decode_group_hide), (gst_decode_group_free),
4867         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4868         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4869         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4870         (plugin_init):
4871         New decodebin2 element.
4872         Closes #370092
4873         * gst/playback/gstplay-marshal.list:
4874         Added marshallers for new signals in decodebin2
4875         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4876         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4877         is set.
4878
4879 2006-11-28  Wim Taymans  <wim@fluendo.com>
4880
4881         * gst/playback/gstplaybasebin.c: (setup_source),
4882         (gst_play_base_bin_change_state):
4883         Disable rtsp:// uris for the release, it's not good enough yet.
4884         Remove unused var.
4885
4886 2006-11-26  Wim Taymans  <wim@fluendo.com>
4887
4888         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4889         (theora_dec_push_forward), (theora_dec_push_reverse),
4890         (theora_handle_data_packet), (theora_dec_decode_buffer),
4891         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4892         (theora_dec_chain_forward), (theora_dec_chain):
4893         Implement reverse playback.
4894
4895         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4896         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4897         (vorbis_dec_chain_forward):
4898         Clear buffers used for reverse playback in _reset.
4899         No need to set the eos flag, we clip samples using the segment.
4900
4901 2006-11-24  Wim Taymans  <wim@fluendo.com>
4902
4903         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4904         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4905         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4906         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4907         Some cleanups.
4908         Handle continued pages in reverse mode.
4909
4910 2006-11-24  Wim Taymans  <wim@fluendo.com>
4911
4912         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4913         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4914         (vorbis_dec_flush_decode):
4915         Small cleanups.
4916         Don't try to add invalid timestamps.
4917         Clipping will unref the buffer.
4918
4919 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4920
4921         * gst/adder/gstadder.h:
4922         * gst/audiotestsrc/gstaudiotestsrc.h:
4923           remove obsolete _factory_init protos
4924
4925 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4926
4927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4928           Fix spacing in debug message.
4929
4930 2006-11-23  Wim Taymans  <wim@fluendo.com>
4931
4932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4933         (gst_ogg_demux_chain):
4934         Don't just ignore return values from _pad_push().
4935         Small debug improvements.
4936
4937 2006-11-23  Michael Smith  <msmith@fluendo.com>
4938
4939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4940           If our incoming buffer is marked as DISCONT, then increment the page
4941           number (so that the discontinuity is marked in the final ogg
4942           bitstream) and flush the previous page.
4943
4944 2006-11-22  Michael Smith  <msmith@fluendo.com>
4945
4946         * ext/theora/gsttheoraenc.h:
4947         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4948         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4949         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4950         (theora_enc_chain), (theora_enc_change_state):
4951           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4952
4953         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4954         (GST_START_TEST), (theoraenc_suite):
4955           Enable discontinuity test, fix it.
4956
4957 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4958
4959         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4960         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4961         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4962         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4963         (gst_text_overlay_change_state):
4964         * ext/pango/gsttextoverlay.h:
4965           Some textoverlay fixes: for one, in the video chain function,
4966           actually wait for a text buffer to come in if there is none at the
4967           moment and there should be one; also, deal more gracefully with
4968           incoming buffers that do not have a timestamp or duration; discard
4969           text buffer when not needed any longer. Fixes #341681.
4970
4971         * tests/check/Makefile.am:
4972         * tests/check/elements/.cvsignore:
4973         * tests/check/elements/textoverlay.c:
4974         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4975         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4976         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4977         (test_video_waits_for_text_send_text_newsegment_thread),
4978         (test_video_waits_for_text_shutdown_element),
4979         (test_render_continuity_push_video_buffers_thread),
4980         (textoverlay_suite):
4981           Add some unit tests for textoverlay.
4982
4983 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4984
4985         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4986           Avoid integer underflow when the found probability for mp3 is
4987           smaller than the 'penalty' we subtract if there's not a clean
4988           mp3 header sync at offset 0.
4989
4990 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4991
4992         * docs/libs/gst-plugins-base-libs-sections.txt:
4993           Add some new symbols to the docs
4994
4995 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4996
4997         * tests/check/Makefile.am:
4998         * tests/check/elements/ffmpegcolorspace.c:
4999         (ffmpegcolorspace_suite):
5000           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
5001           (for now not for valgrinding though, since it takes too long).
5002
5003 2006-11-20  Wim Taymans  <wim@fluendo.com>
5004
5005         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5006         (gst_ffmpeg_pixfmt_to_caps):
5007         Fix RGBA32 caps. Fixes #357038.
5008
5009 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
5010
5011         * gst-libs/gst/interfaces/mixertrack.h:
5012           Add FIXME so we can add some padding here in 0.11
5013
5014 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5015
5016         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5017           Fix GstBaseRTPAudioPayload structure so the whole GObject
5018           inheritance business actually works (parent class instance structure
5019           must always come first in the derived class instance structure).
5020
5021 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5022
5023         * gst/videotestsrc/Makefile.am:
5024         * tests/check/Makefile.am:
5025           Make sure our checks and the videotestsrc plugin link against the
5026           local uninstalled gst libs and not any installed gst libs that
5027           might happen to exist as well.
5028
5029         * tests/check/elements/adder.c: (message_received),
5030         (test_event_message_received), (test_play_twice_message_received):
5031         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
5032           Fix compiler warnings when compiling against core with disabled
5033           debugging system.
5034
5035 2006-11-16  Michael Smith  <msmith@fluendo.com>
5036
5037         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5038         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
5039           Fix audiorate, so that it accurately sets offsets and timestamps.
5040           Doesn't change the fundamental algorithmic decisions; so should be
5041           safe.
5042
5043         * tests/check/Makefile.am:
5044           Enable audiorate test now that it passes.
5045
5046 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
5047
5048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5049           clear xv when going to NULL, remove // commented non-existant proto
5050
5051         * tests/examples/seek/seek.c: (main):
5052           add missing tooltip description for scrub and play_scrub
5053
5054 2006-11-14  David Schleef  <ds@schleef.org>
5055
5056         * configure.ac:
5057           Bump liboil requirement to 0.3.8.
5058         * gst-libs/gst/riff/riff-media.c:
5059           Add Dirac fourcc.
5060         * gst/videoscale/vs_image.h:
5061         * gst/videoscale/vs_scanline.h:
5062           Use liboil's stdint.h.
5063         * gst/videotestsrc/videotestsrc.c:
5064           Remove liboil related ifdef's, since they aren't needed now, and
5065           won't work with future versions.
5066
5067 2006-11-14  David Schleef  <ds@schleef.org>
5068
5069         * gst/videoscale/Makefile.am:
5070         * gst/videoscale/gstvideoscale.c:
5071         * gst/videoscale/gstvideoscale.h:
5072         * gst/videoscale/vs_4tap.c:
5073         * gst/videoscale/vs_4tap.h:
5074         * gst/videoscale/vs_image.c:
5075         * gst/videoscale/vs_image.h:
5076         * gst/videoscale/vs_scanline.c:
5077         * gst/videoscale/vs_scanline.h:
5078           Add a 4-tap image scaler.  Theoretically looks much prettier.
5079           The tap calculation could use some improvement.
5080
5081 2006-11-14  Wim Taymans  <wim@fluendo.com>
5082
5083         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
5084
5085         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
5086         (gst_riff_parse_strf_iavs):
5087         * gst/subparse/gstsubparse.c: (convert_encoding):
5088         * gst/tcp/gstmultifdsink.c:
5089         (gst_multi_fd_sink_handle_client_write):
5090         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5091         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
5092         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
5093         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
5094         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5095         (gst_ximagesink_ximage_new):
5096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5097         Various gsize and gssize printf fixes. Fixes #372507.
5098
5099 2006-11-13  Wim Taymans  <wim@fluendo.com>
5100
5101         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5102         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
5103         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
5104         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
5105         (vorbis_dec_chain_forward), (vorbis_dec_chain):
5106         * ext/vorbis/vorbisdec.h:
5107         First stab at vorbis reverse playback.
5108
5109 2006-11-13  Wim Taymans  <wim@fluendo.com>
5110
5111         * gst-libs/gst/audio/gstbaseaudiosink.c:
5112         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5113         * gst-libs/gst/audio/gstbaseaudiosink.h:
5114         Make the clock sync code more accurate wrt resampling and playback
5115         at different rates.
5116         
5117         * gst-libs/gst/audio/gstringbuffer.c:
5118         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
5119         * gst-libs/gst/audio/gstringbuffer.h:
5120         Use better algorithm to interpolate sample rates. 
5121
5122 2006-11-13  Michael Smith  <msmith@fluendo.com>
5123
5124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
5125           Improve a debug line slightly.
5126
5127         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
5128           Call gst_riff_init() in plugin_init, to avoid getting errors from
5129           the debug system (unrelated changes to another plugin made this turn
5130           up; not sure why).
5131
5132 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
5135
5136         * win32/common/libgsttag.def:
5137           Add missing symbol (#366492).
5138
5139 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
5140
5141         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
5142           Don't unref a NULL pad.
5143
5144 2006-11-09  Wim Taymans  <wim@fluendo.com>
5145
5146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
5147         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
5148         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
5149         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
5150         (gst_ogg_demux_loop):
5151         Implement first stab at reverse playback.
5152
5153 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
5154
5155         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5156         (gst_riff_create_video_template_caps):
5157           add h263/h264 variants to the caps, Fixes #363118
5158
5159 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5162         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5163           Use g_strerror instead of strerror so we get UTF-8.
5164
5165 2006-11-03  David Schleef  <ds@schleef.org>
5166
5167         * ext/ogg/gstoggdemux.c:
5168         * ext/ogg/gstoggmux.c:
5169           Add/remove KW-DIRAC header here, since it is ogg-specific.
5170
5171 2006-11-03  Michael Smith  <msmith@fluendo.com>
5172
5173         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5174           Recognise more mpeg4 elementary video streams.
5175
5176 2006-11-02  Edward Hervey  <edward@fluendo.com>
5177
5178         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
5179         Lower the probability of mp3 typefinding functions if we don't find a
5180         valid mp3 header at the start of the file.
5181         Closes #369482
5182
5183 2006-11-02  Wim Taymans  <wim@fluendo.com>
5184
5185         * ext/theora/gsttheoradec.h:
5186         * ext/theora/theoradec.c: (gst_theora_dec_init),
5187         (theora_dec_sink_event), (theora_dec_chain_forward),
5188         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5189         (theora_dec_chain):
5190         Document and partially implement an algorithm for doing reverse playback
5191         of theora video.
5192
5193 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5194
5195         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5196
5197         * win32/common/config.h:
5198         * win32/common/interfaces-enumtypes.c:
5199         * win32/common/libgsttag.def:
5200         * win32/vs8/gst-plugins-base.sln:
5201         * win32/vs8/libgstaudioresample.vcproj:
5202         * win32/vs8/libgstinterfaces.vcproj:
5203         * win32/vs8/libgstogg.vcproj:
5204         * win32/vs8/libgstriff.vcproj:
5205         * win32/vs8/libgsttag.vcproj:
5206         * win32/vs8/libgsttheora.vcproj:
5207         * win32/vs8/libgstvideoscale.vcproj:
5208         * win32/vs8/libgstvorbis.vcproj:
5209           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
5210           to libgsttag.def; add missing dependencies for some vs8 projects;
5211           re-arrange placement of .def files in vs8 projects (#366334).
5212
5213 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5214
5215         * ext/ogg/gstogg.c:
5216           Remove unused variable.
5217
5218         * ext/ogg/gstoggdemux.c:
5219           Fix Wim's surname in plugin description.
5220
5221 2006-10-31  Wim Taymans  <wim@fluendo.com>
5222
5223         * gst-plugins-base.spec.in:
5224         spec new .h file. Fixes #368310.
5225
5226 2006-10-31  Michael Smith  <msmith@fluendo.com>
5227
5228         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
5229         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
5230         (gst_multi_fd_sink_get_stats),
5231         (gst_multi_fd_sink_remove_client_link),
5232         (gst_multi_fd_sink_queue_buffer),
5233         (gst_multi_fd_sink_handle_clients):
5234         * gst/tcp/gstmultifdsink.h:
5235           Make using the remove or clear signals threadsafe.
5236           Make calling get-stats with an invalid fd not segfault.
5237           Fixes 368273.
5238
5239 2006-10-31  Wim Taymans  <wim@fluendo.com>
5240
5241         * gst-libs/gst/rtp/Makefile.am:
5242         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5243         (gst_base_rtp_audio_payload_init):
5244         Fix and activate base audio payloader.
5245
5246 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5247
5248         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5249         (plugin_init):
5250           Add typefinder for QuickTime Image Files (see #366156).
5251
5252 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5253
5254         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5255           Another typo fix (#366212).
5256
5257 2006-10-27  Wim Taymans  <wim@fluendo.com>
5258
5259         * gst/volume/gstvolume.c: (volume_transform_ip):
5260         Use stream time to synchronize volume property instead of rather random
5261         timestamps. This is needed when gnonlin does its time shifting.
5262
5263 2006-10-27  Wim Taymans  <wim@fluendo.com>
5264
5265         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5266
5267         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5268         Remove the pad from the element in release_pad. Fixes #364812.
5269
5270 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5271
5272         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5274           Explicitly create our custom buffer classes at a thread-safe
5275           location as well, since g_type_class_ref() doesn't seem to be
5276           entirely thread-safe either (#365501; also see #349410).
5277
5278 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5279
5280         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5281         (gst_riff_parse_info):
5282           If strings in INFO chunk are not UTF-8, do something similar to
5283           what we do for ID3v1 tags: check a number of environment variables
5284           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5285           character sets to try, otherwise try the current locale and/or fall
5286           back on ISO-8859-1. Fixes #360552.
5287
5288 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5289
5290         * gst/videotestsrc/gstvideotestsrc.c:
5291         (gst_video_test_src_pattern_get_type),
5292         (gst_video_test_src_set_pattern):
5293         * gst/videotestsrc/gstvideotestsrc.h:
5294         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5295         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5296         (gst_video_test_src_checkers8):
5297         * gst/videotestsrc/videotestsrc.h:
5298           Add a bunch of exciting new checkers patterns.
5299
5300 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         * gst/subparse/Makefile.am:
5303         * gst/subparse/gstsubparse.c:
5304         (gst_sub_parse_data_format_autodetect),
5305         (gst_sub_parse_format_autodetect), (handle_buffer),
5306         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5307         * gst/subparse/gstsubparse.h:
5308         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5309         (parse_tmplayer):
5310         * gst/subparse/tmplayerparse.h:
5311           Add support for TMPlayer-type subtitles (#362845).
5312
5313         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5314         (GST_START_TEST), (subparse_suite):
5315           Add some basic unit tests for the above.
5316
5317 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5318
5319         * tests/check/elements/audiorate.c: (test_injector_base_init),
5320         (test_injector_class_init), (test_injector_chain),
5321         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5322         (GST_START_TEST), (audiorate_suite):
5323           More tests for audiorate: inject buffers to check behaviour when
5324           buffers overlap.
5325
5326 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5327
5328         * tests/check/Makefile.am:
5329         * tests/check/elements/.cvsignore:
5330         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5331         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5332           Add some basic unit tests for audiorate. Disabled at the moment
5333           since it doesn't pass yet (see bug #363119).
5334
5335 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5336
5337         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5338         (parse_subrip), (handle_buffer):
5339           Add missing closing tags for markup and fix broken markup,
5340           otherwise pango won't render anything (fixes #357531). Also,
5341           make sure the text we send out is always NUL-terminated
5342           (better safe than sorry etc.).
5343
5344         * tests/check/elements/subparse.c: (test_srt_do_test),
5345         (test_srt):
5346           Some more tests for .srt incl. tests for the above stuff.
5347
5348 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5349
5350         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5352         Patch by: Stefan Kost  <ensonic@users.sf.net>
5353         Try to redraw borders only when needed. Apparently this consumes
5354         resources on small devices... :-O (#363607)
5355
5356 2006-10-20  Michael Smith  <msmith@fluendo.com>
5357
5358         * gst/tcp/gstmultifdsink.c:
5359         (gst_multi_fd_sink_client_queue_buffer):
5360           If caps change, then update the client's idea of the caps so that we
5361           don't end up re-sending streamheaders for every single buffer after
5362           the caps change.
5363
5364 2006-10-20  Michael Smith  <msmith@fluendo.com>
5365
5366         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5367         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5368           Set caps on pushed buffers; fix up refcounting of caps objects.
5369
5370 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5371
5372         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5373         (plugin_init):
5374           Typefind mmsh header data packet to application/x-mmsh (#362625).
5375
5376 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5377
5378         * tests/check/Makefile.am:
5379         * tests/check/elements/.cvsignore:
5380         * tests/check/elements/subparse.c: (buffer_from_static_string),
5381         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5382         (GST_START_TEST), (subparse_suite):
5383           Add very simple unit test for subparse.
5384
5385 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5386
5387         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5388         (parse_subrip):
5389           Strip trailing newlines from subtitle text output.
5390
5391 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5392
5393         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5394         (gst_sub_parse_change_state):
5395           Fix memleak; clear subparse->textbuf n state change function.
5396
5397 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5398
5399         * gst/subparse/gstsubparse.c:
5400         (gst_sub_parse_data_format_autodetect):
5401           Don't require subrip (.srt) files to start with a chunk number of 1.
5402
5403 2006-10-18  Wim Taymans  <wim@fluendo.com>
5404
5405         * gst-libs/gst/audio/gstbaseaudiosink.c:
5406         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5407         * gst-libs/gst/audio/gstbaseaudiosink.h:
5408         Extract rate from the NEWSEGMENT event.
5409         Use commit_full to also take rate adjustment into account when writing
5410         samples to the ringbuffer.
5411         
5412         * gst-libs/gst/audio/gstringbuffer.c:
5413         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5414         (gst_ring_buffer_read):
5415         * gst-libs/gst/audio/gstringbuffer.h:
5416         Added _commit_full() to also take rate into account.
5417         Use simple interpolation algorithm to resample audio.
5418         API: gst_ring_buffer_commit_full()
5419
5420         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5421         * tests/examples/seek/seek.c: (segment_done):
5422         Don't try to seek with 0.0 rate, just pause instead.
5423         Remove bogus debug line.
5424
5425 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5426
5427         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5428         (setup_source):
5429           Catch async errors when starting up the subtitle bin, so we can
5430           stop waiting and continue with the main film instead of hanging
5431           forever. Fixes #339366.
5432
5433         * tests/check/elements/playbin.c: (playbin_suite):
5434           Enable unit test for the above.
5435
5436 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5437
5438         * tests/check/Makefile.am:
5439         * tests/check/elements/.cvsignore:
5440         * tests/check/elements/playbin.c: (GST_START_TEST),
5441         (gst_red_video_src_uri_get_type),
5442         (gst_red_video_src_uri_get_protocols),
5443         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5444         (gst_red_video_src_uri_handler_init),
5445         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5446         (gst_red_video_src_create), (gst_red_video_src_class_init),
5447         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5448           Some small and basic unit tests for playbin; not very useful yet,
5449           but at least a start.
5450
5451 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         * gst/playback/gstplaybin.c: (setup_sinks):
5454           The old pad activation spiel.
5455
5456 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5457
5458         * gst/playback/gstplaybasebin.c: (setup_source):
5459           Don't hang forever if the subbin already fails to start up in 
5460           the state change to PAUSED (#339366).
5461
5462 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5463
5464         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5465         (gst_tuner_set_channel), (gst_tuner_get_channel),
5466         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5467         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5468         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5469         (gst_tuner_find_channel_by_name):
5470           Fix some function guards, add some more function guards.
5471
5472 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5473
5474         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5475         (remove_element_chain):
5476         Don't return a pad from get_our_ghost_pad unless it is actually the
5477         one we want.
5478         Change a cast in remove_element_chain slightly.
5479
5480 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5481
5482         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5483         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5484         Segment seeking needs to use the rate and set stop to -1.
5485
5486 2006-10-13  Wim Taymans  <wim@fluendo.com>
5487
5488         * gst-libs/gst/audio/gstbaseaudiosink.c:
5489         (gst_base_audio_sink_setcaps):
5490         Don't crash when ringbuffer is not yet created.
5491         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5492         Fixes #361634.
5493
5494         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5495         * gst/playback/gststreamselector.c:
5496         (gst_stream_selector_request_new_pad):
5497         Activate pads befre adding them to running elements.
5498
5499 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5500
5501         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5502         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5503         updater when we start grabing the slider. Don't wait for the
5504         pipeline to be PAUSED.
5505
5506 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5507
5508         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5509         (gst_mixer_set_volume), (gst_mixer_get_volume),
5510         (gst_mixer_set_mute), (gst_mixer_set_option),
5511         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5512         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5513         (gst_mixer_option_changed):
5514           Guard mixer interface functions against bogus arguments.
5515
5516 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5517
5518         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5519         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5520         (msg_state_changed), (main): Use state-changed messages to trigger
5521         start/stop of scale update timer. Indeed the scale slider was
5522         jumping here and there because the update timer was activated 
5523         before seek completed. This fixes instant applying of rate changes
5524         by pressing the spinbutton like a crazy man !
5525
5526 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5527
5528         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5529
5530         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5531         (gst_basertppayload_finalize):
5532           Fix two small memory leaks (#361456).
5533
5534 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5535
5536         * tests/examples/seek/seek.c: (do_seek),
5537         (rate_spinbutton_changed_cb): When changing spinbutton we try
5538         to change the rate on the fly.
5539
5540 2006-10-10  Wim Taymans  <wim@fluendo.com>
5541
5542         * gst-libs/gst/riff/riff-ids.h:
5543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5544         (gst_riff_create_audio_template_caps):
5545         Add WMS caps.
5546
5547 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5548
5549         Patch by: Josep Torra Valles <josep@fluendo.com>
5550
5551         * ext/gnomevfs/gstgnomevfssink.c:
5552         * ext/gnomevfs/gstgnomevfssrc.c:
5553         Fix URI interface implementation return type.
5554         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5555         Fix what looks like a copy/paste issue when assigning values.
5556         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5557         (gst_audio_filter_template_get_type):
5558         Cast to prevent Forte warnings.
5559         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5560         Fix URI interface implementation return type.
5561         gst_pad_query_position requires a signed integer pointer as
5562         3rd parameter, GstClockTime is unsigned.
5563         * gst/audioconvert/audioconvert.c:
5564         Fix integer overflow when treated as signed.
5565         * gst/audioresample/resample.c: (resample_add_input_data):
5566         Cast to prevent warnings on Forte.
5567         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5568         Fix integer overflow when treated as signed.
5569         * gst/ffmpegcolorspace/imgconvert_template.h:
5570         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5571         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5572         (cleanup_decodebin):
5573         Who initialises a guint to -1!
5574         Cast function pointers to prevent warnings on Forte.
5575         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5576         (queue_threshold_reached):
5577         Cast function pointers correctly to prevent warnings on Forte.
5578         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5579         Cast function pointers correctly to prevent warnings on Forte.
5580         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5581         Obvious change to unsigned, 0xEF > max signed char.
5582         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5583         GstClockTime is unsigned, initialise correctly.
5584         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5585         Cast so pointer arithemetic doesn't cause warnings on Forte.
5586         * gst/videorate/gstvideorate.c:
5587         Use correct return value.
5588         * tests/examples/seek/scrubby.c:
5589         GstClockTime is unsigned, initialise correctly.
5590
5591 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5592
5593         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5594
5595         * gst/typefind/gsttypefindfunctions.c:
5596           Recognise XML files and XML-like files shorter than 256 bytes as
5597           well (fixes #359237).
5598
5599 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5600
5601         Patch by: Renato Filho <renato.filho@indt.org.br>
5602         
5603         * gst/typefind/gsttypefindfunctions.c:
5604         Added typefind functions to video/x-nuv media.
5605         
5606 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5607
5608         * gst-libs/gst/interfaces/xoverlay.c:
5609         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5610           Some more guards against invalid input.
5611
5612 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5613
5614         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5615         Useless goto.
5616         * tests/examples/seek/seek.c: (do_seek),
5617         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5618         seek example to experiment with rates != 1.0 (reverse playback !)
5619
5620 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5621
5622         * gst-libs/gst/interfaces/xoverlay.c:
5623           Unref message in doc-example (spotted by Robert McQueen)
5624
5625 2006-10-06  Wim Taymans  <wim@fluendo.com>
5626
5627         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5628         (mpeg1_parse_header), (mpeg1_sys_type_find):
5629         printf fix.
5630
5631 2006-10-06  Wim Taymans  <wim@fluendo.com>
5632
5633         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5634         (close_pad_link):
5635         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5636         Activate dynamic pads before adding them to the element.
5637
5638 2006-10-06  Michael Smith  <msmith@fluendo.com>
5639
5640         * gst-libs/gst/floatcast/floatcast.h:
5641           Fix obviously-bogus macros; use the correct types.
5642
5643 2006-10-06  Wim Taymans  <wim@fluendo.com>
5644
5645         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5646         (gst_base_rtp_depayload_change_state):
5647         Also call parent state change function to activate pads.
5648
5649         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5650         (mpeg1_parse_header), (mpeg1_sys_type_find):
5651         Add some more debug info in mpeg typefinding.
5652
5653 2006-10-06  Michael Smith  <msmith@fluendo.com>
5654
5655         * ext/theora/theoradec.c: (theora_dec_chain):
5656           Zero byte theora packets are valid and well-defined; don't warn on
5657           them.
5658
5659 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5660
5661         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5662         (gst_multi_fd_sink_get_stats), (find_limits),
5663         (gst_multi_fd_sink_queue_buffer):
5664           API: add dropped_buffers to the get-stats GValueArray
5665
5666 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5667
5668         * ext/alsa/gstalsadeviceprobe.c:
5669         (gst_alsa_device_property_probe_get_values):
5670         * ext/alsa/gstalsasink.c: (set_hwparams):
5671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5672         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5674         (gst_ogg_mux_process_best_pad):
5675         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5676         (gst_ogg_parse_chain):
5677         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5678         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5679         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5680         (gst_vorbis_enc_buffer_check_discontinuous):
5681         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5682         * gst-libs/gst/audio/gstbaseaudiosink.c:
5683         (gst_base_audio_sink_render):
5684         * gst-libs/gst/cdda/gstcddabasesrc.c:
5685         (gst_cdda_base_src_handle_track_seek):
5686         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5687         (gst_base_rtp_depayload_push_full):
5688         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5689         * gst/audioresample/resample.c: (resample_input_pushthrough):
5690         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5691         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5692         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5693         (wavpack_type_find):
5694         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5695         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5696         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5697         * tests/check/elements/volume.c: (GST_START_TEST):
5698           Printf format fixes.
5699
5700 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5701
5702         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5703           Fix a simple mistake (see the docs)
5704           Fixes #359580
5705
5706 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5707
5708         * docs/plugins/Makefile.am:
5709         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5710         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5711         * docs/plugins/gst-plugins-base-plugins.args:
5712         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5713         * docs/plugins/inspect/plugin-adder.xml:
5714         * docs/plugins/inspect/plugin-alsa.xml:
5715         * docs/plugins/inspect/plugin-audioconvert.xml:
5716         * docs/plugins/inspect/plugin-audiorate.xml:
5717         * docs/plugins/inspect/plugin-audioresample.xml:
5718         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5719         * docs/plugins/inspect/plugin-cdparanoia.xml:
5720         * docs/plugins/inspect/plugin-decodebin.xml:
5721         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5722         * docs/plugins/inspect/plugin-gdp.xml:
5723         * docs/plugins/inspect/plugin-gnomevfs.xml:
5724         * docs/plugins/inspect/plugin-libvisual.xml:
5725         * docs/plugins/inspect/plugin-ogg.xml:
5726         * docs/plugins/inspect/plugin-pango.xml:
5727         * docs/plugins/inspect/plugin-playbin.xml:
5728         * docs/plugins/inspect/plugin-subparse.xml:
5729         * docs/plugins/inspect/plugin-tcp.xml:
5730         * docs/plugins/inspect/plugin-theora.xml:
5731         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5732         * docs/plugins/inspect/plugin-video4linux.xml:
5733         * docs/plugins/inspect/plugin-videorate.xml:
5734         * docs/plugins/inspect/plugin-videoscale.xml:
5735         * docs/plugins/inspect/plugin-videotestsrc.xml:
5736         * docs/plugins/inspect/plugin-volume.xml:
5737         * docs/plugins/inspect/plugin-vorbis.xml:
5738         * docs/plugins/inspect/plugin-ximagesink.xml:
5739         * docs/plugins/inspect/plugin-xvimagesink.xml:
5740           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5741
5742 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5745
5746         * ext/vorbis/Makefile.am:
5747         * ext/vorbis/vorbis.c: (plugin_init):
5748         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5749         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5750         * ext/vorbis/vorbisparse.h:
5751         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5752         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5753         (gst_vorbis_tag_parse_packet):
5754         * ext/vorbis/vorbistag.h:
5755           Add new vorbistag element which derives from vorbisparse
5756           and is essentially the same as well, only that it implements
5757           the GstTagSetter interface and can modify the stream's
5758           vorbiscomment on the fly (#335635).
5759
5760         * tests/check/Makefile.am:
5761         * tests/check/elements/.cvsignore:
5762         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5763         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5764         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5765         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5766           Add unit test for new vorbistag element.
5767
5768 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5769
5770         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5771         (vorbis_parse_push_headers), (vorbis_parse_chain):
5772           Set BOS flag in packet structure to fix 'jump depends
5773           on unitialized value' errors in valgrind; various minor
5774           clean-ups.
5775
5776 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5777
5778         * gst/playback/gstdecodebin.c: (close_pad_link):
5779         Fix typo in a debug statement.
5780
5781         * gst/playback/gstplaybasebin.c: (probe_triggered),
5782         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5783         (gen_source_element), (source_new_pad), (analyse_source),
5784         (setup_source):
5785         When handling no_more_pads in new_decoded_pad, make sure to treat
5786         subtitle pads correctly. Fixes playback with subtitle files.
5787
5788         Move a recurring message to LOG level.
5789
5790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5791         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5792         which ends up as -1 when cast to an int. Make the logic handle the
5793         max value as an unsigned mask and only change the colorkey when it's
5794         a value we recognise.
5795
5796 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5797
5798         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5799         Removed empty * between paragraphs
5800
5801 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5802
5803         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5804         * gst-libs/gst/rtp/README:
5805         Moved some documentation into .c file
5806
5807 2006-09-29  Wim Taymans  <wim@fluendo.com>
5808
5809         * gst/playback/gstdecodebin.c: (no_more_pads):
5810         Fix compilation.
5811
5812 2006-09-29  Wim Taymans  <wim@fluendo.com>
5813
5814         * gst/playback/gstdecodebin.c: (new_caps):
5815         Remove g_print
5816
5817         * gst/playback/gstplaybin.c:
5818         Add some docs.
5819
5820 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5821
5822         * tests/check/Makefile.am:
5823           Re-enable cddabasesrc test to see if it works again
5824           now.
5825
5826 2006-09-29  Wim Taymans  <wim@fluendo.com>
5827
5828         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5829         (gen_source_element):
5830         Handle invalid URIs a bit more gracefully.
5831
5832 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5833
5834         * tests/check/pipelines/oggmux.c:
5835           Remove obsolete comment.
5836
5837 2006-09-29  Michael Smith  <msmith@fluendo.com>
5838
5839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5840         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5841         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5842         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5843         (gst_ogg_mux_collected):
5844           Commit patch from James "Doc" Livingston, adds proper EOS handling
5845           in oggmux. GStreamer can, for the first time ever, create a valid
5846           Ogg file! Yay!
5847
5848         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5849         (oggmux_suite):
5850           Reenable tests now that they pass.
5851
5852 2006-09-29  Wim Taymans  <wim@fluendo.com>
5853
5854         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5855         Stop reading commands when EOF (we read 0) as well.
5856
5857 2006-09-28  Wim Taymans  <wim@fluendo.com>
5858
5859         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5860         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5861         (find_dynamic), (unlinked), (close_link):
5862         Implement delayed caps linking needed for element with a lot of
5863         different caps on the src pads that get fixed at runtime.
5864         Improve management of dynamic elements.
5865
5866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5867         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5868         (gen_preroll_element), (remove_groups), (unknown_type),
5869         (add_element_stream), (no_more_pads_full), (no_more_pads),
5870         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5871         (new_decoded_pad), (setup_subtitle), (array_has_value),
5872         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5873         (analyse_source), (remove_decoders), (make_decoder),
5874         (remove_source), (setup_source), (finish_source), (prepare_output),
5875         (gst_play_base_bin_change_state):
5876         * gst/playback/gstplaybasebin.h:
5877         Use more _CAST instead of full type checking casts.
5878         Small cleanups, plug some leaks.
5879         Handle dynamic sources.
5880         Add some helper functions to create lists of strings used for
5881         blacklisting and other stuff.
5882         Refactor some code dealing with analysing the source.
5883         Re-enable sources without pads (like cd:// or other selfcontained
5884         elements).
5885
5886 2006-09-28  Wim Taymans  <wim@fluendo.com>
5887
5888         * gst-libs/gst/audio/gstbaseaudiosink.c:
5889         (gst_base_audio_sink_render):
5890         When we have a timestamp, we can still perform clipping.
5891         When we have no clock, we must play the sample ASAP.
5892
5893 2006-09-28  Wim Taymans  <wim@fluendo.com>
5894
5895         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5896         Set caps on outgoing buffers.
5897
5898         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5899         (gst_video_rate_event), (gst_video_rate_chain):
5900         * gst/videorate/gstvideorate.h:
5901         Fix videorate some more. Fixes #357977
5902
5903 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5904
5905         * tests/check/elements/adder.c: (adder_suite):
5906           Don't set timeout to 6 seconds when we're running
5907           in valgrind ... (and how is 6 seconds longer than
5908           the default anyway?)
5909
5910 2006-09-28  Wim Taymans  <wim@fluendo.com>
5911
5912         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5913         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5914         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5915         Keep sink and src segment to keep track of time and support more
5916         input formats.
5917         Fix bogus next_offset and run_time calculation, don't understand how
5918         this could have worked before. Fixes #357976.
5919         Remove some unneeded vars.
5920
5921 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * gst/playback/gstplaybin.c: (remove_sinks):
5924           Only remove visualisation from visbin if there is a visbin (or:
5925           don't throw warnings when closing totem without playing a file).
5926
5927 2006-09-27  Wim Taymans  <wim@fluendo.com>
5928
5929         * gst-libs/gst/audio/gstbaseaudiosink.c:
5930         (gst_base_audio_sink_render):
5931         Add some more info in a WARNING.
5932
5933         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5934         (gst_base_audio_src_create):
5935         Handle PAUSE in create function, use new -core addition to
5936         wait for playing. Fixes pausing and resuming capture from an
5937         audiosrc.
5938
5939         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5940         (gst_ring_buffer_read):
5941         Constify some more.
5942         Caller supports interrupted reads now.
5943
5944 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5945
5946         * tests/check/Makefile.am:
5947           Another attempt to make the gen64 buildbot happy.
5948
5949 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5950
5951         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5952
5953         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5954         (gst_visual_chain), (gst_visual_change_state):
5955           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5956           correctly. Fixes #357800
5957
5958 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5959
5960         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5961           Add timeout to _get_state() so we see which pipeline it is
5962           that causes trouble on the gen64 build bot.
5963
5964 2006-09-27  Wim Taymans  <wim@fluendo.com>
5965
5966         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5967         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5968         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5969         (gst_base_rtp_depayload_set_gst_timestamp):
5970         the source pad always uses fixed caps.
5971
5972 2006-09-27  Wim Taymans  <wim@fluendo.com>
5973
5974         * docs/libs/gst-plugins-base-libs-docs.sgml:
5975         * docs/libs/gst-plugins-base-libs-sections.txt:
5976         * gst-libs/gst/audio/gstaudioclock.c:
5977         * gst-libs/gst/audio/gstaudioclock.h:
5978         * gst-libs/gst/audio/gstaudiosink.c:
5979         * gst-libs/gst/audio/gstaudiosink.h:
5980         * gst-libs/gst/audio/gstaudiosrc.c:
5981         * gst-libs/gst/audio/gstbaseaudiosink.c:
5982         (gst_base_audio_sink_render):
5983         * gst-libs/gst/audio/gstbaseaudiosink.h:
5984         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5985         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5986         * gst-libs/gst/audio/gstringbuffer.h:
5987         Added docs for the audio libs.
5988
5989 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5990
5991         * tests/check/Makefile.am:
5992           Temporarily disable test that fails on the bots for unknown reasons.
5993
5994 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5995
5996         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5997         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5998         Moved AudioCodecType into priv
5999         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
6000
6001 2006-09-25  Wim Taymans  <wim@fluendo.com>
6002
6003         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
6004         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
6005         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
6006         (new_pad):
6007         Cleanups and small leak fixes.
6008         Added Depayloaders to valid list of autopluggable elements.
6009
6010 2006-09-25  Wim Taymans  <wim@fluendo.com>
6011
6012         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6013         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
6014         (gen_video_element), (gen_text_element), (gen_audio_element),
6015         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
6016         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
6017         Detect NO_PREROLL state change returns and disable clock distribution to
6018         the sinks so that sync is disabled.
6019         Avoid some type checking and do simple casts instead.
6020         Small cleanups, fix some FIXMEs.
6021         Be more robust when linking user specified elements, catch an report
6022         errors. Fixes #357404.
6023         Fix some leaks in the error paths.
6024
6025 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
6026
6027         * ChangeLog:
6028           ChangeLog surgery for missing bug-number
6029
6030 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6031
6032         Patch by: Peter Kjellerstedt  <pkj at axis com>
6033
6034         * gst/playback/test.c:
6035           Fix compilation with uClibc and -Werror (#357591).
6036
6037 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6038
6039         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
6040           Parse dates that are followed by a time as well (#357532).
6041
6042         * tests/check/libs/tag.c: (test_vorbis_tags):
6043           Add unit test for this.
6044
6045 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6046
6047         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
6048         (gst_audio_convert_transform_caps):
6049         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
6050         * gst/videotestsrc/videotestsrc.h:
6051           A few array const-ifications.
6052
6053 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * tests/check/Makefile.am:
6056           See if this makes the build bots happy.
6057
6058         * tests/check/libs/cddabasesrc.c:
6059           UTF8-ise my name.
6060
6061 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6062
6063         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6064
6065         * gst/subparse/samiparse.c: (handle_start_font),
6066         (fix_invalid_entities):
6067           More case-insensitivity for certain tags; recognise entities with
6068           decimal codes as special entities as well (#357330).
6069
6070 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * gst-libs/gst/Makefile.am:
6073           Need to build tag directory before cdda.
6074
6075 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6076
6077         * docs/libs/gst-plugins-base-libs-sections.txt:
6078         * gst-libs/gst/cdda/Makefile.am:
6079         * gst-libs/gst/cdda/gstcddabasesrc.c:
6080         (gst_cdda_base_src_base_init):
6081         * gst-libs/gst/cdda/gstcddabasesrc.h:
6082         * gst-libs/gst/tag/tag.h:
6083         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
6084         (gst_tag_register_musicbrainz_tags):
6085           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
6086           depend on libgsttag. This is required so we can extract/read tags like
6087           DISCID without depending on libgstcddabasesrc (which used to register
6088           them).
6089
6090         * gst-libs/gst/tag/gstvorbistag.c:
6091           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
6092           tags (also see #347848).
6093
6094         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
6095           Log vorbis comments we are actually writing. Const-ify array.
6096
6097 2006-09-23  Wim Taymans  <wim@fluendo.com>
6098
6099         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6100         Improve buffering a bit by avoiding a deadlock because we cannot assume
6101         the underrun is always called.
6102
6103 2006-09-23  Wim Taymans  <wim@fluendo.com>
6104
6105         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6106
6107         * gst-libs/gst/riff/riff-ids.h:
6108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6109         (gst_riff_create_audio_template_caps):
6110         Added MPEG-4 AAC and id and caps. Fixes #357289
6111         Added WMA9 Lossless id.
6112
6113 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         * ext/gnomevfs/gstgnomevfssrc.c:
6116           Fix misleading docs addition.
6117
6118         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6119           Get rid of compiler warning the right way.
6120
6121 2006-09-22  Wim Taymans  <wim@fluendo.com>
6122
6123         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6124         (gst_base_rtp_depayload_finalize),
6125         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6126         (gst_base_rtp_depayload_push_full),
6127         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
6128         (gst_base_rtp_depayload_process),
6129         (gst_base_rtp_depayload_set_gst_timestamp),
6130         (gst_base_rtp_depayload_queue_release):
6131         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6132         Small cleanups.
6133         Fix some leaks.
6134         Refactored the process method and added methods to push from the process
6135         vmethod.
6136         Use _scale functions.
6137         API: gst_base_rtp_depayload_push_ts
6138         API: gst_base_rtp_depayload_push
6139
6140         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6141         timestamps are uint.
6142
6143 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
6144
6145         * gst-libs/gst/interfaces/xoverlay.c:
6146           Remove unused statement from doc example.
6147
6148 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
6149
6150         * gst-libs/gst/interfaces/videoorientation.c:
6151         (gst_video_orientation_iface_init),
6152         (gst_video_orientation_get_hflip),
6153         (gst_video_orientation_get_vflip),
6154         (gst_video_orientation_get_hcenter),
6155         (gst_video_orientation_get_vcenter),
6156         (gst_video_orientation_set_hflip),
6157         (gst_video_orientation_set_vflip),
6158         (gst_video_orientation_set_hcenter),
6159         (gst_video_orientation_set_vcenter):
6160           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
6161           in ChangeLog)
6162
6163 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
6164
6165         * tests/check/Makefile.am:
6166         * tests/check/elements/.cvsignore:
6167         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
6168         (create_rgb_conversions), (rgb_conversion_free),
6169         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
6170         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
6171           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
6172           but disable for now since it doesn't pass (something wrong with
6173           RGBA somewhere).
6174
6175 2006-09-21  Wim Taymans  <wim@fluendo.com>
6176
6177         * gst/playback/gstplaybasebin.c: (group_commit),
6178         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
6179         (queue_out_of_data), (gen_preroll_element),
6180         (preroll_remove_overrun), (probe_triggered):
6181         Refactor handling of overrun detection.
6182         Separate handling of group completion and deadlock detection when doing
6183         network buffering. This should fix some deadlocks that were not detected
6184         because the group was completed.
6185         Add more comments, improve debugging.
6186
6187 2006-09-21  Wim Taymans  <wim@fluendo.com>
6188
6189         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6190         * tests/check/libs/audio.c:
6191         Some more compilation fixes.
6192
6193 2006-09-21  Wim Taymans  <wim@fluendo.com>
6194
6195         * gst-libs/gst/audio/gstringbuffer.c:
6196         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6197         (gst_ring_buffer_read):
6198         Early morning compilation fix.
6199
6200 2006-09-20  Wim Taymans  <wim@fluendo.com>
6201
6202         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6203         * tests/check/elements/multifdsink.c: (GST_START_TEST):
6204         * tests/check/elements/videorate.c: (GST_START_TEST):
6205         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6206         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
6207         Fix some warnings.
6208
6209 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6210
6211         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6212         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6213         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6214           Handcrafted merge to help CVS understanding what I changed and what
6215           not.
6216
6217 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6218
6219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6220         (gst_xvimagesink_get_times):
6221           change colorkey behaviour back according to #354773 comment 6/7
6222
6223 2006-09-19  Michael Smith  <msmith@fluendo.com>
6224
6225         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6226         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
6227         (gst_multi_fd_sink_recover_client),
6228         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
6229         (gst_multi_fd_sink_get_property):
6230         * gst/tcp/gstmultifdsink.h:
6231           Implement stubbed out properties unit-type, units-soft-max,
6232           units-max, to allow specifying maximum sizes in units other than
6233           buffers.
6234           Fixes #355935
6235
6236 2006-09-19  Wim Taymans  <wim@fluendo.com>
6237
6238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6239         (gst_riff_create_audio_template_caps):
6240         Reorder the audio formats a bit for clarity.
6241         Detect and create caps for MSGSM and MSN (WAV49).
6242         Fixes #356596.
6243
6244         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6245         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6246         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6247         Small cleanups, move error handling out of normal flow for clarity.
6248
6249 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6250
6251         * docs/libs/gst-plugins-base-libs-docs.sgml:
6252         * docs/libs/gst-plugins-base-libs.types:
6253         * gst-libs/gst/interfaces/Makefile.am:
6254         * gst-libs/gst/interfaces/videoorientation.c:
6255         (gst_video_orientation_get_type),
6256         (gst_video_orientation_iface_init),
6257         (gst_video_orientation_get_hflip),
6258         (gst_video_orientation_get_vflip),
6259         (gst_video_orientation_get_hcenter),
6260         (gst_video_orientation_get_vcenter),
6261         (gst_video_orientation_set_hflip),
6262         (gst_video_orientation_set_vflip),
6263         (gst_video_orientation_set_hcenter),
6264         (gst_video_orientation_set_vcenter):
6265         * gst-libs/gst/interfaces/videoorientation.h:
6266           API: Add new interface to control video orientation (fixes #354908)
6267
6268 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6269
6270         * gst/videotestsrc/gstvideotestsrc.c:
6271           Use G_UNLIKELY in _create and log one more detail.
6272           
6273         (gst_video_test_src_get_times), (gst_video_test_src_create):
6274         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6275           Use gst_util_uint64_scale_int in _get_times().
6276
6277 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6278
6279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6280           Give better warning message (add object and detail).
6281
6282 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6283
6284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6285         (gst_xvimagesink_get_times):
6286           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6287           #354773), use gst_util_uint64_scale_int in _get_times()
6288
6289 2006-09-18  Michael Smith  <msmith@fluendo.com>
6290
6291         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6292           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6293           always true, leading to dropping all timestamps.
6294
6295 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6296
6297         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6298         (gst_visual_chain), (gst_visual_change_state):
6299           update to work also with libvisual 0.4 API, fix double unref (#355914)
6300           
6301         * tools/gst-launch-ext.1.in:
6302         * tools/gst-visualise.1.in:
6303           remove references to old man-pages
6304
6305         * tests/examples/seek/seek.c: (main):
6306           add real meadi-buttons, add tool-tips for the seek-options, arrange
6307           seek options in a table
6308
6309 2006-09-18  Michael Smith  <msmith@fluendo.com>
6310
6311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6312         (gst_ogg_mux_push_buffer):
6313           Don't generate out-of-order timestamps from oggmux, instead clamp
6314           output timestamps to be >= the previously output ts.
6315           Fixes #355595
6316
6317 2006-09-18  Michael Smith  <msmith@fluendo.com>
6318
6319         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6320         (gst_multi_fd_sink_class_init):
6321           Updates, fixes, and typo corrections for multifdsink. No functional
6322           changes.
6323
6324 2006-09-17  Michael Smith  <msmith@fluendo.com>
6325
6326         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6327           Don't crash on truncated files - check that we got an 8 byte buffer
6328           before trying to memcmp it.
6329
6330 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6331
6332         * gst/playback/gstplaybasebin.c: (get_active_source):
6333           Make stream-switching appear instant to the application
6334           (ie. make sure that a g_object_get on 'current-foo' returns
6335           the stream previously set with g_object_set(). Totem needs
6336           this to update stream-related meta-info (like audio-codec)
6337           correctly when switching streams.
6338
6339 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6340
6341         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6342         (gst_alsa_mixer_ensure_track_list):
6343           Try harder to guess which mixer track is the master mixer
6344           track (instead of just taking the first one that has a pvolume).
6345           Fixes #342228.
6346
6347 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6348
6349         reviewed by: <delete if not using a buddy>
6350
6351         * gst-libs/gst/audio/audio.h:
6352         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6353
6354 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6355
6356         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6357         (gst_audio_convert_transform_caps):
6358           Get structure-name just once.
6359
6360 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6361
6362         * tests/check/elements/audioresample.c: (GST_START_TEST):
6363         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6364         * tests/check/elements/volume.c: (GST_START_TEST):
6365         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6366         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6367         (test_pipeline), (GST_START_TEST):
6368         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6369         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6370           Fix big batch of compiler warnings.
6371
6372 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6373
6374         * ext/gnomevfs/gstgnomevfssrc.c:
6375           Add docs about icydemux usage in connection with gnomevfssrc
6376
6377         * ext/libvisual/visual.c:
6378         * ext/ogg/gstoggaviparse.c:
6379         * ext/ogg/gstoggdemux.c:
6380         * ext/ogg/gstoggmux.c:
6381         * ext/ogg/gstoggparse.c:
6382         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6383         * gst-libs/gst/audio/gstaudiosink.c:
6384         * gst-libs/gst/audio/gstaudiosrc.c:
6385         * gst/audiorate/gstaudiorate.c:
6386           More G_OBJECT macro fixing.
6387
6388         * gst/audiotestsrc/gstaudiotestsrc.h:
6389           Fix wrong info in header due to copy & paste
6390
6391 2006-09-15  Wim Taymans  <wim@fluendo.com>
6392
6393         * gst-libs/gst/audio/gstbaseaudiosink.c:
6394         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6395         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6396         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6397         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6398         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6399         Do the delay calculation in the source/sink base classes as this is
6400         specific for the capture/playback mode.
6401         Try to fixate a bit better, like round depth up to a multiple of 8
6402         bigger than width.
6403         Handle underruns correctly by marking DISCONT on buffers and adjusting
6404         timestamps to handle the gap.
6405         Set offset/offset_end correctly on buffers.
6406
6407         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6408         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6409         (gst_ring_buffer_read):
6410         Remove resync and underrun recovery from the ringbuffer.
6411         Fix ringbuffer read code on under/overrun.
6412
6413 2006-09-15  Wim Taymans  <wim@fluendo.com>
6414
6415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6416         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6417         (queue_threshold_reached), (gst_play_base_bin_set_property),
6418         (gst_play_base_bin_get_property):
6419         * gst/playback/gstplaybasebin.h:
6420         Don't use a 0 low watermark when buffering, it is catching starvation
6421         way too late. Instead, use a 3 second queue with 30 and 95
6422         percent low/high watermarks. 
6423         Added queue-min-threshold property to configure low watermark.
6424         Use new _buffering message API.
6425         Make queue_threshold variable big enough to store a uint64 time value.
6426         API: playbin::queue-min-threshold property.
6427
6428 2006-09-15  Wim Taymans  <wim@fluendo.com>
6429
6430         * configure.ac:
6431         We require 0.10.10.1 now because of _wait_preroll().
6432
6433         * gst-libs/gst/audio/gstbaseaudiosink.c:
6434         (gst_base_audio_sink_render):
6435         Use gst_base_sink_wait_preroll().
6436
6437 2006-09-15  Wim Taymans  <wim@fluendo.com>
6438
6439         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6440         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6441         Use DEBUG_OBJECT more.
6442
6443 === release 0.10.10 ===
6444
6445 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6446
6447         patch by: Michael Smith <msmith at fluendo dot com>
6448
6449         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6450         (gst_multi_fd_sink_client_queue_buffer),
6451         (gst_multi_fd_sink_new_client):
6452         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6453         (multifdsink_suite):
6454           Fix implementation of sync-method 'next-keyframe'
6455           Closes #354594
6456
6457 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6458
6459         patch by: Wim Taymans <wim at fluendo dot com>
6460
6461         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6462         This patch removes the RANDOM flag that was incorrectly introduced with
6463         revision 1.91.  Fixes #354590
6464
6465 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         * tests/check/Makefile.am:
6468           Random variation in Makefile line to see if it makes the
6469           gen64-base-full bot any happier.
6470
6471 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6474           Disable test that fails at the moment (killed after timeout).
6475
6476 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6477
6478         Patch by: James Livingston  <doclivingston at gmail.com>
6479
6480         * tests/check/Makefile.am:
6481         * tests/check/pipelines/.cvsignore:
6482         * tests/check/pipelines/oggmux.c: (get_page_codec),
6483         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6484         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6485         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6486         (test_theora_vorbis), (oggmux_suite):
6487           Add simple unit test for oggmux from #337026 with checking for the
6488           EOS flags disabled for the time being.
6489
6490 2006-09-04  Wim Taymans  <wim@fluendo.com>
6491
6492         patch by: Alessandro Dessina <alessandro nnva org>
6493
6494         * ext/ogg/gstoggmux.c:
6495         Add cmml caps to oggmux. Fixes #353912
6496
6497 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6498
6499         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6500           Returning a return value often helps. In this case, we
6501           don't need the return value anyway, so just get rid of it.
6502           Should make build bots much happier.
6503
6504 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6505
6506         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6507         (paint_get_structure), (gst_video_test_src_get_size),
6508         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6509         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6510         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6511         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6512         * gst/videotestsrc/videotestsrc.h:
6513           Add support for AYUV and the various RGBA formats. Initialise
6514           fields of paintinfo structs allocated on the stack.
6515
6516         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6517         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6518         (check_rgb_buf), (videotestsrc_suite):
6519           Add unit tests for videotestsrc's RGB output.
6520
6521 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * gst/videotestsrc/gstvideotestsrc.c:
6524         (gst_video_test_src_pattern_get_type),
6525         (gst_video_test_src_set_pattern):
6526         * gst/videotestsrc/gstvideotestsrc.h:
6527         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6528         (gst_video_test_src_black), (gst_video_test_src_white),
6529         (gst_video_test_src_red), (gst_video_test_src_green),
6530         (gst_video_test_src_blue):
6531         * gst/videotestsrc/videotestsrc.h:
6532           Add more uni-colour patterns ("white", "red", "green", and "blue").
6533
6534 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6535
6536         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6537           Fix stride for YVYU, should be word-aligned (#353658).
6538
6539 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6540
6541         * gst/adder/gstadder.c: (gst_adder_src_event):
6542           Fix build.
6543
6544 2006-08-31  Edward Hervey  <edward@fluendo.com>
6545
6546         * gst/adder/gstadder.c: (forward_event_func),
6547         (gst_adder_src_event), (gst_adder_collected),
6548         (gst_adder_change_state):
6549         * gst/adder/gstadder.h:
6550         Remember the start position asked in the incoming seeks, so we can
6551         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6552         of assuming it will always be 0).
6553
6554 2006-08-31  Edward Hervey  <edward@fluendo.com>
6555
6556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6557         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6558         (gst_ogg_demux_loop):
6559         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6560
6561 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6562
6563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6564         (gst_ffmpegcsp_get_unit_size):
6565           Return FALSE instead of returning a random false unit
6566           size when the format isn't known/supported (even if
6567           this shouldn't happen under normal circumstances).
6568
6569 2006-08-29  Wim Taymans  <wim@fluendo.com>
6570
6571         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6574         (gst_gnome_vfs_src_start):
6575         Try harder to get the size from a uri by using _info_uri() when
6576         _info_from_handle() does not give us enough info. 
6577         Also follow symlinks when getting the size.
6578         Partially Fixes #332864.
6579
6580 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6581
6582         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6583
6584         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6585         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6586         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6587         (gst_alsa_mixer_set_record):
6588         * ext/alsa/gstalsamixertrack.c:
6589         (gst_alsa_mixer_track_update_alsa_capabilities),
6590         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6591         (gst_alsa_mixer_track_update):
6592         * ext/alsa/gstalsamixertrack.h:
6593           Improve and fix mixer track handling, in particular better handling
6594           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6595           separate track objects for tracks that have both capture and playback
6596           volume (and label them differently as well so they're not mistakenly
6597           assumed to be duplicates); classify mixer tracks that only affect
6598           the audible volume of something (rather than the capture volume)
6599           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6600           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6601           (following the meaning documented in the mixer interface header
6602           file); add support for alsa's exclusive cswitch groups; update/sync
6603           state/flags better if mixer settings are changed by another
6604           application. Fixes #336075.
6605
6606 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6607
6608         * gst/playback/gstplaybin.c:
6609           Improve docs: add section about BUFFERING messages sent by playbin.
6610
6611 2006-08-29  Michael Smith  <msmith@fluendo.com>
6612
6613         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6614         (gst_vorbis_enc_buffer_check_discontinuous),
6615         (gst_vorbis_enc_chain):
6616           Ignore explicit DISCONT marked on buffers (which is often spurious,
6617           particularly when using multiple segments), in favour of solely
6618           using the timestamps/durations.
6619
6620 2006-08-29  Edward Hervey  <edward@fluendo.com>
6621
6622         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6623         Don't rely on incoming buffers offset anymore, since it is completely
6624         broken when using multiple segments.
6625         Instead convert the incoming buffers timestamp to running time, and
6626         then convert that value to the offsets.
6627         Also inform GstSegment of the last outputted stop position, which is
6628         needed if we received several segments with an unknown stop value.
6629
6630 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6631
6632         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6633           fix buffer unreffing on a header push failure
6634
6635 2006-08-28  Wim Taymans  <wim@fluendo.com>
6636
6637         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6638         (gst_audio_rate_chain):
6639         Make the metadata of the buffer writable before changing its
6640         flags.
6641
6642 2006-08-28  Wim Taymans  <wim@fluendo.com>
6643
6644         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6645         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6646         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6647         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6648         Fix audiorate some more.
6649         Reset and resync counters on flush and READY.
6650         Handle the DISCONT flag correctly.
6651         Use GstSegment to track position.
6652         Fail when not negotiated.
6653         Fixes #353234.
6654
6655 2006-08-25  Michael Smith  <msmith@fluendo.com>
6656
6657         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6658           Fix spelling.
6659           Remove accidently included debug line.
6660
6661 2006-08-25  Wim Taymans  <wim@fluendo.com>
6662
6663         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6664         Small cleanups.
6665         If a buffer is received with no caps, make the buffer metadata
6666         writable and set the caps, making sure that we don't screw up the
6667         refcounts.
6668
6669 2006-08-25  Michael Smith  <msmith@fluendo.com>
6670
6671         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6672         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6673           Fix memory leaks and misleading debug messages, add a couple of
6674           comments.
6675
6676         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6677         (gst_multi_fd_sink_render):
6678           Do not use gst_buffer_make_writable() in a basesink render method,
6679           as it may incorrectly unref the buffer. Instead, use convoluted
6680           dance to avoid copying the buffer except when we need to.
6681
6682 2006-08-25  Michael Smith  <msmith@fluendo.com>
6683
6684         * ext/vorbis/vorbisenc.c:
6685         (gst_vorbis_enc_buffer_check_discontinuous):
6686           Allow very small discontinuities in the timestamps. These we can't
6687           do anything useful with anyway (because vorbis's timestamps have
6688           only sample granularity), and are commonly produced by elements with
6689           minor bugs. Allow up to 1/2 a sample out.
6690           Fixes #351742.
6691
6692 2006-08-24  Wim Taymans  <wim@fluendo.com>
6693
6694         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6695         (play_scrub_toggle_cb), (main):
6696         Add a checkbox to enable play scrubbing. Makes it possible to disable
6697         normal scrubbing.
6698
6699 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6700
6701         * tests/check/elements/.cvsignore:
6702           make buildbot happy
6703
6704 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6707         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6708         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6709         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6710         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6711         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6712         (gst_ogm_text_parse_strip_trailing_zeroes),
6713         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6714         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6715           Refactor ogm parse, do better input checking, misc. clean-ups.
6716           Cache incoming events and push them once the source pad has
6717           been created. Don't pass unterminated strings to sscanf().
6718           Strip trailing zeroes from subtitle text output, since they
6719           are not valid UTF-8. Don't push vorbiscomment packets on
6720           the subtitle text pad. Output perfect streams if possible.
6721
6722 2006-08-23  Wim Taymans  <wim@fluendo.com>
6723
6724         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6725         Waits for tasks to settle down so that we clean up correctly for 
6726         valgrind.
6727
6728 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6731           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6732           actually return return value in taglists_are_equal.
6733
6734 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6737           Fix crash due to broken bitstream parsing on x86-64: can't make
6738           any assumptions about sizeof(struct) due to alignment/packing
6739           differences on different architectures. Fixes #351790.
6740
6741 2006-08-22  Wim Taymans  <wim@fluendo.com>
6742
6743         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6744         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6745         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6746         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6747         (gst_riff_parse_info):
6748         Protect public functions against bad input.
6749         Do some cleanups.
6750         Fix documentation.
6751
6752 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6753
6754         * gst-libs/gst/riff/riff-ids.h:
6755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6756           Add voxware audio IDs (even if we can't play it) (#351795).
6757
6758 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6759
6760         * gst-libs/gst/riff/riff-media.c:
6761         (gst_riff_create_video_template_caps),
6762         (gst_riff_create_audio_template_caps),
6763         (gst_riff_create_iavs_template_caps):
6764           Const-ify some arrays and use G_N_ELEMENTS instead
6765           of wasting oodles of RAM on terminator bits.
6766
6767 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6768
6769         * gst-libs/gst/tag/gstvorbistag.c:
6770         (gst_tag_list_to_vorbiscomment_buffer):
6771         * tests/check/libs/tag.c: (GST_START_TEST):
6772           And the same for _to_vorbiscomment_buffer(): allow
6773           id_data_len == 0 for speex.
6774
6775 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6776
6777         * configure.ac:
6778         * docs/plugins/Makefile.am:
6779         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6780         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6781         * docs/plugins/inspect/plugin-gdp.xml:
6782         * gst/gdp/Makefile.am:
6783         * tests/check/Makefile.am:
6784           Move GDP plugin to -base from -bad.  Closes #347783.
6785
6786 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6787
6788         * gst-libs/gst/tag/gstvorbistag.c:
6789         (gst_tag_list_from_vorbiscomment_buffer):
6790           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6791           Also add some checks to make sure we don't memcmp() beyond the end of
6792           vorbiscomment buffer if the ID to check for is larger than the buffer.
6793
6794         * tests/check/libs/tag.c: (GST_START_TEST):
6795           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6796
6797 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6800         (gst_vorbis_enc_set_metadata):
6801           Use vorbis comment utility functions from libgsttag
6802           instead of re-inventing the wheel (partially fixes #347091).
6803
6804 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6805
6806         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6807         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6808         as some that won't.
6809
6810 2006-08-21  Wim Taymans  <wim@fluendo.com>
6811
6812         * docs/libs/Makefile.am:
6813         * docs/libs/gst-plugins-base-libs-sections.txt:
6814         * docs/libs/gst-plugins-base-libs.types:
6815         Don't try to GObject scan the netbuffer as it's not a GObject.
6816         Fixes #351308.
6817
6818         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6819         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6820         Document GstNetBuffer.
6821
6822 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6823
6824         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6825         (audioconvert_suite):
6826           Add testcase for caps-size-explosion
6827
6828 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6829
6830         * gst/audioconvert/gstaudioconvert.c:
6831         (gst_audio_convert_get_unit_size), (set_structure_widths):
6832           Lower debug, use g_assert in _get_unit_size
6833
6834         * gst/audioresample/gstaudioresample.c:
6835         (audioresample_get_unit_size):
6836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6837         (gst_ffmpegcsp_get_unit_size):
6838         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6839           use g_assert in _get_unit_size
6840
6841 2006-08-18  Wim Taymans  <wim@fluendo.com>
6842
6843         * docs/libs/gst-plugins-base-libs-sections.txt:
6844         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6845         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6846         (gst_rtp_buffer_get_payload_buffer):
6847         * gst-libs/gst/rtp/gstrtpbuffer.h:
6848         Document GstRTPBuffer.
6849         Added function to efficiently strip payload headers.
6850         API: gst_rtp_buffer_get_payload_subbuffer()
6851
6852 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6855         (gst_tag_to_vorbis_comments):
6856           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6857           tags and deserialise them properly as well (#347091).
6858           Add some more gtk-doc blurbs and also some g_return_if_fail().
6859
6860         * tests/check/libs/tag.c: (GST_START_TEST),
6861         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6862           More tests.
6863
6864 2006-08-17  Wim Taymans  <wim@fluendo.com>
6865
6866         * ext/ogg/Makefile.am:
6867         * ext/ogg/gstogg.c: (plugin_init):
6868         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6869         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6870         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6871         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6872         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6873         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6874         Added ogg-in-avi parser element. Fixes #140139.
6875
6876         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6877         Fixed a bug in oggdemux debug code.
6878
6879         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6880         (gst_riff_create_audio_template_caps):
6881         Recognise Ogg in the AVI extensible wave format.
6882
6883 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6886           Make buffer durations add up (duration should be next_ts-ts for
6887           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6888           from CVS.
6889
6890         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6891         (test_buffer_timestamps), (cddabasesrc_suite):
6892           Add unit test for the above.
6893
6894         * tests/check/Makefile.am:
6895           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6896           to see what happens.
6897
6898 2006-08-16  Wim Taymans  <wim@fluendo.com>
6899
6900         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6901         (gst_alsasink_open):
6902         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6903         (gst_alsasrc_open):
6904         Avoid setting and using a NULL device name.
6905         Print more info when we fail to open a device.
6906
6907 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         * docs/libs/gst-plugins-base-libs-sections.txt:
6910         * gst-libs/gst/tag/tag.h:
6911         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6912           API: add gst_tag_parse_extended_comment() (#351426).
6913
6914         * tests/check/Makefile.am:
6915         * tests/check/libs/.cvsignore:
6916         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6917           Add unit test for gst_tag_parse_extended_comment().
6918
6919 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6920
6921         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6923           Fix leak (#351502).
6924
6925 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6926
6927         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6928         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6929         * docs/plugins/gst-plugins-base-plugins.args:
6930         * gst/playback/gstplaybin.c:
6931           Document playbin.
6932           
6933         * docs/plugins/inspect/plugin-adder.xml:
6934         * docs/plugins/inspect/plugin-alsa.xml:
6935         * docs/plugins/inspect/plugin-audioconvert.xml:
6936         * docs/plugins/inspect/plugin-audiorate.xml:
6937         * docs/plugins/inspect/plugin-audioresample.xml:
6938         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6939         * docs/plugins/inspect/plugin-cdparanoia.xml:
6940         * docs/plugins/inspect/plugin-decodebin.xml:
6941         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6942         * docs/plugins/inspect/plugin-gnomevfs.xml:
6943         * docs/plugins/inspect/plugin-ogg.xml:
6944         * docs/plugins/inspect/plugin-pango.xml:
6945         * docs/plugins/inspect/plugin-playbin.xml:
6946         * docs/plugins/inspect/plugin-subparse.xml:
6947         * docs/plugins/inspect/plugin-tcp.xml:
6948         * docs/plugins/inspect/plugin-theora.xml:
6949         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6950         * docs/plugins/inspect/plugin-video4linux.xml:
6951         * docs/plugins/inspect/plugin-videorate.xml:
6952         * docs/plugins/inspect/plugin-videoscale.xml:
6953         * docs/plugins/inspect/plugin-videotestsrc.xml:
6954         * docs/plugins/inspect/plugin-volume.xml:
6955         * docs/plugins/inspect/plugin-vorbis.xml:
6956         * docs/plugins/inspect/plugin-ximagesink.xml:
6957         * docs/plugins/inspect/plugin-xvimagesink.xml:
6958           Update to CVS version.
6959
6960 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6961
6962         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6963         (gst_play_bin_set_property), (gst_play_bin_get_property),
6964         (value_list_append_structure_list),
6965         (gst_play_bin_handle_redirect_message),
6966         (gst_play_bin_handle_message):
6967           API: GstPlayBin::connection-speed
6968           Add "connection-speed" property; re-order redirect messages with
6969           multiple redirect locations depending on the minimum bitrate if
6970           that information is available and a connection speed is set
6971           (#350399).
6972
6973 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6974
6975         * gst/playback/gstplaybin.c:
6976           Update max volume to the same value that the volume element uses.
6977
6978 2006-08-14  Wim Taymans  <wim@fluendo.com>
6979
6980         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6981         Less uglyness..
6982
6983 2006-08-14  Wim Taymans  <wim@fluendo.com>
6984
6985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6986         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6987         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6988         Add some more debug info.
6989         Don't crash when a seek failed.
6990         Actually return the result of the seek instead of TRUE.
6991         Ignore multiple BOS pages with the same serial so that we don't create
6992         the same stream multiple times.
6993         Post an error when we fail to do the initial seek.
6994
6995 2006-08-13  Wim Taymans  <wim@fluendo.com>
6996
6997         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6998         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6999         Small code cleanup.
7000
7001         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
7002         (gst_alsa_mixer_new):
7003         Remove hack that always set the device to hw:0*.
7004         Properly find the card name for whatever device was configured.
7005         Do some better debugging.
7006         Fixes #350784.
7007
7008         * ext/alsa/gstalsamixerelement.c:
7009         (gst_alsa_mixer_element_set_property),
7010         (gst_alsa_mixer_element_change_state):
7011         Cleanups.
7012         Handle setting of a NULL device name better.
7013
7014 2006-08-11  Wim Taymans  <wim@fluendo.com>
7015
7016         * gst/adder/gstadder.c:
7017         Don't clip float values. Fixes #350900.
7018
7019 2006-08-11  Andy Wingo  <wingo@pobox.com>
7020
7021         * gst/tcp/gsttcp.c: Really fix the build?
7022
7023         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
7024         fixes the build.
7025
7026 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7027
7028         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
7029           Float caps shouldn't have a "signed" field.
7030
7031 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7032
7033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
7034           Implement SEEKING query in its most basic form, so that we can
7035           at least check if we're seekable or not (#350655).
7036
7037 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
7038
7039         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7040           The checks here are not even close to anything that would
7041           justify MAXIMUM probability, lowering to POSSIBLE until someone
7042           fixes the checks (case at hand: quicktime redirection files
7043           might start with 00 00 01 XX and pass the checks here just
7044           fine, see #350399).
7045
7046 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         Patch by: Sjoerd Simons  <sjoerd at luon net>
7049
7050         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
7051           Better detection for multipart/x-mixed-replace: accept leading
7052           whitespaces before the boundary marker as well (as our very own
7053           multipartmux used to produce) (#349068).
7054
7055 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
7056
7057         Patch by: Young-Ho Cha  <ganadist at chollian net>
7058
7059         * gst-libs/gst/riff/riff-ids.h:
7060         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7061         (gst_riff_create_audio_template_caps):
7062           Detect DTS audio streams (#350157).
7063
7064 2006-08-05  Andy Wingo  <wingo@pobox.com>
7065
7066         * ext/theora/gsttheoraparse.h:
7067         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
7068         (theora_parse_dispose, theora_parse_set_property)
7069         (theora_parse_get_property, theora_parse_munge_granulepos)
7070         (theora_parse_push_buffer, theora_parse_change_state):
7071         API: GstTheoraParse::synchronization-points
7072         Add a property 'synchronization-points' to fix badly synchronized oggs.
7073
7074 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7075
7076         * tests/check/Makefile.am:
7077         * tests/check/libs/.cvsignore:
7078         * tests/check/libs/audio.c: (structure_contains_channel_positions),
7079         (fixed_caps_have_channel_positions), (GST_START_TEST),
7080         (audio_suite), (main):
7081           Add a few tests for the channel position stuff in libgstaudio.
7082
7083 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7084
7085         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
7086         (gst_alsa_detect_channels):
7087         * ext/alsa/gstalsasink.c:
7088           Add support for cards that (only) do more than 8 channels,
7089           like the Delta 44 (#345188).
7090
7091         * gst-libs/gst/audio/multichannel.c:
7092         (gst_audio_check_channel_positions):
7093         * gst-libs/gst/audio/multichannel.h:
7094           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
7095           unspecified channel position and cannot be combined with any
7096           of the other audio channel positions; adjust position layout
7097           checks accordingly (#345188).
7098
7099 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7102           Recognise ancient RealAudio files (see #349779).
7103
7104 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         Patch by: Jens Granseuer  <jensgr at gmx net>
7107
7108         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7109           Add typefinder for Interplay's MVE format (#348973).
7110
7111 2006-08-02  Wim Taymans  <wim@fluendo.com>
7112
7113         Patch by: Marcel Moreaux <marcelm at luon dot net>
7114
7115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7116         (gst_base_rtp_depayload_add_to_queue):
7117         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7118         Handle RTP sequence number rollover.
7119         Disable jitterbuffer by default.
7120
7121 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
7122
7123         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
7124         (audioresample_set_caps):
7125         Don't leak references to the incoming caps. Clean them up when
7126         stopping.
7127
7128         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7129         (gst_video_scale_finalize):
7130         Don't leak our temporary pixel buffer.
7131
7132         * tests/check/Makefile.am:
7133         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
7134         (GST_START_TEST), (simple_launch_lines_suite):
7135
7136         Fix leaks and re-enable the test for valgrind checking.
7137
7138 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7139
7140         Patch by: Sjoerd Simons  <sjoerd at luon net>
7141
7142         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
7143         (plugin_init):
7144           Add typefind function for multipart/x-mixed-replace (#348916).
7145
7146 2006-07-28  Wim Taymans  <wim@fluendo.com>
7147
7148         * gst/adder/gstadder.c: (gst_adder_setcaps),
7149         (gst_adder_query_duration):
7150         Fix leak in duration query.
7151         Reflow some docs and notes.
7152
7153 2006-07-28  Michael Smith  <msmith@fluendo.com>
7154
7155         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
7156         (vorbisenc_suite):
7157           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
7158           aspect of it.
7159
7160 2006-07-28  Michael Smith  <msmith@fluendo.com>
7161
7162         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
7163         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
7164         (gst_vorbis_enc_push_buffer),
7165         (gst_vorbis_enc_buffer_check_discontinuous),
7166         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7167         * ext/vorbis/vorbisenc.h:
7168           Handle discontinuities in the input vorbis stream correctly,
7169           so that the output is properly timestamped (and has good granulepos
7170           values). Needs some oggmux fixes too.
7171
7172 2006-07-27  Wim Taymans  <wim@fluendo.com>
7173
7174         patch by: Kai Vehmanen <kv2004 eca cx>
7175
7176         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7177         (gst_base_rtp_depayload_chain),
7178         (gst_base_rtp_depayload_handle_sink_event),
7179         (gst_base_rtp_depayload_change_state):
7180         Don't send multiple newsegments with different formats.
7181         Fixes #348677.
7182
7183 2006-07-26  Wim Taymans  <wim@fluendo.com>
7184
7185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7186         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
7187         Make seeking in ogg more accurate again by doing the more correct
7188         granuletime to stream time conversion.
7189
7190 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7191
7192         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7193         (gst_multi_fd_sink_new_client):
7194           debug a little more understandably
7195           do not use goto as a substitute for break, especially if
7196           break is also being used
7197
7198 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7199
7200         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
7201         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7202           Remove GLib-2.6 compatibility cruft.
7203
7204 2006-07-24  Wim Taymans  <wim@fluendo.com>
7205
7206         * gst-libs/gst/audio/gstbaseaudiosink.c:
7207         (gst_base_audio_sink_render):
7208         Don't try to align a sample to an unknown value.
7209
7210 2006-07-24  Wim Taymans  <wim@fluendo.com>
7211
7212         * gst-libs/gst/audio/gstbaseaudiosink.c:
7213         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7214         When the audio clock is slaved to another clock, never try to align
7215         samples but trust the rate interpolation algorithm.
7216
7217 2006-07-24  Wim Taymans  <wim@fluendo.com>
7218
7219         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7220         Don't try to calculate silence samples, base class does this much
7221         better now.
7222
7223         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7224         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
7225         (gst_ring_buffer_acquire):
7226         Calculate silence samples correctly.
7227
7228         * gst-libs/gst/audio/gstringbuffer.h:
7229         Add _CAST macro.
7230
7231 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7232
7233         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7234           Limit search for the first markup tag to the first few kB of
7235           the file. If we don't find one there, it's highly unlikely that
7236           this is an XML(-ish) file.
7237
7238 2006-07-21  Andy Wingo  <wingo@pobox.com>
7239
7240         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7241         test to the one in vorbisenc. Also commented out.
7242
7243         * tests/check/pipelines/vorbisenc.c: 
7244         (test_discontinuity): New test, commented out until Mike lands
7245         some elite vorbisenc patches.
7246
7247         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7248         Bufferstraw was actually factored out of these tests. Now we share
7249         code yay.
7250
7251         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7252         for bufferstraw addition to gstcheck.
7253
7254 2006-07-21  Wim Taymans  <wim@fluendo.com>
7255
7256         * ext/theora/theoradec.c: (clip_buffer):
7257         Better clipping.
7258
7259 2006-07-21  Wim Taymans  <wim@fluendo.com>
7260
7261         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7262         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7263         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7264         Fix leak.
7265         Avoid type casting when we can.
7266
7267         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7268         Fix mem leak.
7269
7270 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * ext/alsa/gstalsamixerelement.c:
7273         (gst_alsa_mixer_element_change_state):
7274           Make state change fail if the specified device can't be opened
7275           for some reason.
7276
7277 2006-07-20  Wim Taymans  <wim@fluendo.com>
7278
7279         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7280         (cb_newpad), (main):
7281         Example of a small audio/video player using decodebin.
7282
7283 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7284
7285         * gst-libs/gst/riff/riff-ids.h:
7286           Add 'fact' chunk id
7287
7288 2006-07-19  Wim Taymans  <wim@fluendo.com>
7289
7290         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7291         (gst_base_rtp_depayload_chain),
7292         (gst_base_rtp_depayload_change_state):
7293         Don't assert when not negotiated but post a meaningfull 
7294         error message. Fixes #347918.
7295
7296         * gst-libs/gst/rtp/gstbasertppayload.c:
7297         Add comment about better default MTU size.
7298
7299         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7300         Small cleanups, start docs.
7301
7302 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7303
7304         Patch by: Martin Szulecki
7305
7306         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7307           If "device-name" is requested and the device is not
7308           open, try to temporarily open it to obtain this
7309           information (#342494).
7310
7311 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7312
7313         * gst-libs/gst/tag/gstid3tag.c:
7314           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7315
7316         * gst-libs/gst/tag/gsttageditingprivate.h:
7317         * gst-libs/gst/tag/gstvorbistag.c:
7318           Some more random const-ifications.
7319
7320 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7321
7322         * gst-libs/gst/riff/riff-ids.h:
7323         * gst-libs/gst/riff/riff-media.c:
7324         (gst_riff_create_video_template_caps):
7325           Add more FOURCCs (sort list to make stuff easier to find),
7326           add comment what those 16 bytes in struct _gst_riff_strh according to
7327           one avi-dumper are
7328
7329 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7330
7331         * gst-libs/gst/audio/multichannel.c:
7332         (gst_audio_check_channel_positions),
7333         (gst_audio_fixate_channel_positions):
7334           Const-ify two arrays.
7335
7336 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7339           Fix typo, so that alsasink also advertises 8 channels
7340           if that's supported (tags: can, worms, open, alsa, ph34r).
7341
7342 2006-07-17  Wim Taymans  <wim@fluendo.com>
7343
7344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7345         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7346         *sigh*, when is the compiler going to warn when the comments
7347         are out-of-sync with the code.. Refix case of busted theora
7348         headers with 0 granule pos.
7349
7350 2006-07-14  Wim Taymans  <wim@fluendo.com>
7351
7352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7353         (gst_base_rtp_depayload_wait),
7354         (gst_base_rtp_depayload_change_state),
7355         (gst_base_rtp_depayload_set_property),
7356         (gst_base_rtp_depayload_get_property):
7357         Fix 99% cpu load by waiting for absolute times on the
7358         clock. Fixes #347300.
7359
7360 2006-07-14  Andy Wingo  <wingo@pobox.com>
7361
7362         * ext/theora/gsttheoraparse.h: 
7363         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7364         (theora_parse_push_headers, theora_parse_clear_queue)
7365         (theora_parse_drain_queue_prematurely, )
7366         (theora_parse_sink_event, theora_parse_change_state): Queue events
7367         until we initialized our state, like in vorbisparse.
7368
7369         * ext/vorbis/vorbisparse.h: 
7370         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7371         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7372         (vorbis_parse_drain_queue_prematurely, )
7373         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7374         until we have initialized our state. Fixes seeking after an
7375         initial pad block.
7376
7377 2006-07-14  Andy Wingo  <wingo@pobox.com>
7378
7379         Patch by: Iain Holmes <iaingnome@gmail.com>
7380         
7381         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7382
7383 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7384
7385         * configure.ac:
7386         Bump nano back to CVS
7387
7388 === release 0.10.9 ===
7389
7390 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7391
7392         * configure.ac:
7393           releasing 0.10.9, "I walk the line"
7394
7395 2006-07-14  Michael Smith  <msmith@fluendo.com>
7396
7397         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7398           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7399           (commonly happens when running this test under valgrind) when trying
7400           to remove the buffer probe.
7401
7402 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7403
7404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7405         Fix missing g_unlock from the previous commit
7406
7407 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7408
7409         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7410         (gst_ximagesink_change_state):
7411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7412         (gst_xvimagesink_change_state):
7413         Implement a locking order to ensure we always take the object lock
7414         before the x_lock and never vice-versa.
7415
7416 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7417
7418         * gst/playback/gstdecodebin.c: (find_compatibles):
7419         Fix a caps leak when linking (#347304)
7420
7421         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7422         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7423         (gst_ximagesink_change_state):
7424         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7425         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7426         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7427         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7428         Don't leak shared memory resources. Use the object lock to protect
7429         against the xcontext disappearing while returning a buffer from the
7430         pipeline. (#347304)
7431
7432 2006-07-12  Edward Hervey  <edward@fluendo.com>
7433
7434         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7435         (vorbis_handle_comment_packet):
7436         gst_tag_list_merge() returns a new object. Take that into account when
7437         using it. This avoids memleak.
7438         Revert previous commit which is not needed.
7439
7440 2006-07-12  Edward Hervey  <edward@fluendo.com>
7441
7442         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7443         Reset the decoder in finalize so that all fields get cleared.
7444
7445 2006-07-12  Wim Taymans  <wim@fluendo.com>
7446
7447         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7448         (gst_base_audio_src_set_clock),
7449         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7450         Don't try to post an error message when setting the clock fails
7451         as this can happen when adding an element to a bin which will then
7452         deadlock. Fixes #347296.
7453
7454 2006-07-12  Edward Hervey  <edward@fluendo.com>
7455
7456         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7457         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7458         (vorbis_handle_type_packet):
7459         Post tag messages on the bus even if we're not initialized.
7460         If we're not initialized, we still postpone the event pushing of tags.
7461
7462 2006-07-12  Wim Taymans  <wim@fluendo.com>
7463
7464         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7465         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7466         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7467         Revert last two changes that broke the freeze.
7468
7469 2006-07-12  Wim Taymans  <wim@fluendo.com>
7470
7471         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7472         basesink calculates silence sample correctly for us.
7473
7474 2006-07-12  Wim Taymans  <wim@fluendo.com>
7475
7476         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7477         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7478         Calculate correct silence samples so we don't fill our ringbuffer
7479         with noise.
7480
7481 2006-07-12  Edward Hervey  <edward@fluendo.com>
7482
7483         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7484         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7485         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7486         * ext/vorbis/vorbisdec.h:
7487         Delay sending events (newsegment, tags) until the decoder is properly
7488         initialized.
7489         Fixes #347295
7490
7491 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7492
7493         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7494         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7495           Patch from #347221 adding a test for audioconvert
7496           channel remappings.
7497
7498 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7499
7500         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7501         (gst_ssa_parse_parse_line):
7502           Don't include the terminating NUL in the buffer size,
7503           it's only there for extra paranoia (would add random
7504           '*' characters at the end of each subtitle since the
7505           terminator itself is not valid UTF-8 technically).
7506           Also fix indenting after boilerplate macro.
7507
7508 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7509
7510         * gst/playback/gstdecodebin.c: (close_pad_link):
7511           Also emit 'unknown-type' signal (which should really be
7512           called unhandled-type) if we found potential decoders/demuxers
7513           in the registry but none of them worked in the end (as in the
7514           case where the plugins don't exist any longer but are still
7515           listed in the registry). Fixes #329798.
7516
7517 2006-07-08  Andy Wingo  <wingo@pobox.com>
7518
7519         * theoraparse.c (theora_parse_push_buffer)
7520         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7521         Add some more debugging. Fix granulepos reconstruction in the face
7522         of discontinuities.
7523
7524 2006-07-06  Wim Taymans  <wim@fluendo.com>
7525
7526         * gst-libs/gst/audio/gstbaseaudiosink.c:
7527         (gst_base_audio_sink_class_init),
7528         (gst_base_audio_sink_provide_clock):
7529         Use gobject_class instead of G_OBJECT_CLASS (klass)
7530
7531         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7532         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7533         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7534         (gst_base_audio_src_get_time),
7535         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7536         (gst_base_audio_src_create_ringbuffer):
7537         Fix latency and buffer-time constants and properties ala basesink.
7538         Implement pull based scheduling. Fixes #346527.
7539         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7540         one segment.
7541         Refuse slaving to another clock instead of silently not working.
7542         Only provide a clock when we are actually able to do so.
7543         Various small cleanups and compiler hints.
7544
7545 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7546
7547         Patch by: Lutz Mueller <lutz at topfrose de>
7548
7549         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7550         (plugin_init):
7551           Add typefinding for text/html (#346581).
7552
7553 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7554
7555         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7556         (xml_check_first_element), (xml_type_find), (smil_type_find):
7557           Fix SMIL typefinding, make xml_check_first_element() more
7558           useful.
7559
7560 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7563         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7564         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7565         * gst/playback/gstplaybasebin.h:
7566           Protect list of elements with a subtitle-encoding property and
7567           the subtitle encoding member itself with a lock of their own
7568           instead of using the object lock. This prevents a dead-lock in
7569           the element-remove callback in some circumstances when shutting
7570           down playbin.
7571
7572 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7573
7574         * win32/common/libgsttag.def:
7575         Export some new functions.
7576         * win32/vs6/libgstogg.dsp:
7577         Add a link to libgsttag-0.10.lib.
7578
7579 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7580
7581         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7582           Some const-ification.
7583
7584 2006-07-04  Wim Taymans  <wim@fluendo.com>
7585
7586         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7587         Improve checking if we are dealing with a stream. Added some
7588         more uris that need buffering.
7589
7590 2006-07-03  Edward Hervey  <edward@fluendo.com>
7591
7592         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7593         Remove unused variable.
7594
7595 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7596
7597         * Makefile.am:
7598           include lcov.mak
7599         * configure.ac:
7600           add GCOV_LIBS to GST_LIBS
7601
7602 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7605
7606         * ext/alsa/gstalsasrc.c:
7607           Add 32 bps to template caps and increase channels range
7608           from [1,2] to [1,MAX]. See #346326.
7609
7610 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7611
7612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7613           Recognise 'WMVA' video codec fourcc (#345879).
7614           
7615 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7616          
7617         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7618           Fixed nasty memory leak
7619
7620 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7621
7622         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7623         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7624           fix logging
7625
7626 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7627
7628         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7629         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7630         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7631         Protect remove_fakesink using a mutex, so that we don't try and
7632         remove the fakesink simultaneously from multiple threads.
7633
7634         When going from READY to PAUSED, restore the fakesink, so that
7635         it is there when decodebin gets reused.
7636
7637 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7638
7639         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7641         * gst-libs/gst/rtp/gstbasertppayload.c:
7642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7643         * gst/tcp/gstmultifdsink.c:
7644         * gst/tcp/gsttcpclientsink.c:
7645         * gst/tcp/gsttcpclientsrc.c:
7646         * gst/tcp/gsttcpserversink.c:
7647         * gst/tcp/gsttcpserversrc.c:
7648         * gst/videorate/gstvideorate.c:
7649         * gst/videotestsrc/gstvideotestsrc.c:
7650         * sys/v4l/gstv4ljpegsrc.c:
7651         * sys/v4l/gstv4lmjpegsink.c:
7652         * sys/v4l/gstv4lsrc.c:
7653         * tests/examples/seek/scrubby.c:
7654         * tests/examples/seek/seek.c:
7655           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7656
7657 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7658
7659         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7660           Second field in GEnumValue shouldn't be a description,
7661           but a stringified version of the enum value.
7662
7663 2006-06-22  Wim Taymans  <wim@fluendo.com>
7664
7665         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7666         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7667         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7668         Avoid type checking in buffer casts.
7669         Avoid caps copy in buffer_alloc when we can.
7670         Use pad_peer_accept.
7671
7672 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7673
7674         * gst-libs/gst/tag/tag.h:
7675           Oops, make that 'Since: 0.10.9'.
7676
7677 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7678
7679         * docs/libs/gst-plugins-base-libs-sections.txt:
7680         * gst-libs/gst/tag/tag.h:
7681         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7682         (gst_tag_image_type_get_type):
7683           API: add GstTagImageType enum to describe images contained
7684           in image tags (#345641).
7685
7686 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7689           Fix warnings with gst-inspect: "buffers-min" property
7690           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7691           typo in property description.
7692
7693 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7694
7695         Patch by: Cody Russell <bratsche at gnome org>
7696
7697         * gst/audioresample/gstaudioresample.c:
7698         (gst_audioresample_class_init):
7699         * gst/playback/gststreamselector.c:
7700         (gst_stream_selector_class_init):
7701         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7702         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7703         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7704         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7705         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7706         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7707         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7708         * gst/videotestsrc/gstvideotestsrc.c:
7709         (gst_video_test_src_class_init):
7710         * gst/volume/gstvolume.c: (gst_volume_class_init):
7711           Avoid unnecessary class cast check in class_init
7712           functions (#337747).
7713
7714 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7715
7716         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7717         (gst_text_overlay_video_chain):
7718           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7719           and doesn't validate its input either (and neither did
7720           textoverlay it seems). Let's do that then and fix #345206.
7721
7722 2006-06-19  Wim Taymans  <wim@fluendo.com>
7723
7724         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7725         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7726         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7727         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7728         (find_syncframe), (find_limits), (assign_value),
7729         (count_burst_unit), (gst_multi_fd_sink_new_client),
7730         (gst_multi_fd_sink_handle_client_write),
7731         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7732         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7733         (gst_multi_fd_sink_change_state):
7734         * gst/tcp/gstmultifdsink.h:
7735         Added shiny new burst-on-connect methods.
7736         Add properties to control the minimal amount of data queued.
7737         Small cleanups.
7738         API: bytes-min property
7739         API: time-min property
7740         API: buffers-min property
7741         API: burst-unit property
7742         API: burst-value property
7743         API: add-full signal
7744
7745         * gst/tcp/gsttcp-marshal.list:
7746         Added new marshaller code for the new signal.
7747
7748         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7749         (multifdsink_suite):
7750         Added testcases for new burst methods.
7751
7752 2006-06-19  Edward Hervey  <edward@fluendo.com>
7753
7754         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7755         Implement clipping for accurate seeking.
7756         Closes #345225
7757
7758 2006-06-19  Wim Taymans  <wim@fluendo.com>
7759
7760         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7761
7762         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7763         (gst_video_scale_transform):
7764         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7765
7766 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7767
7768         * configure.ac:
7769           Fix --disable-external (can't set conditionals conditionally,
7770           #343602).
7771
7772 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * tests/check/elements/audioresample.c: (test_reuse),
7775         (audioresample_suite):
7776           Add test case for bug #342789 fixed below.
7777
7778 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7779
7780         * gst/audioresample/gstaudioresample.c:
7781         (gst_audioresample_class_init), (gst_audioresample_init),
7782         (audioresample_start), (audioresample_stop),
7783         (gst_audioresample_set_property), (gst_audioresample_get_property):
7784           Implement GstBaseTransform::start and ::stop so that audioresample
7785           can clear its internal state properly and be reused instead of
7786           causing non-negotiated errors with playbin under some circumstances
7787           (#342789).
7788
7789         * tests/check/elements/audioresample.c: (setup_audioresample),
7790         (cleanup_audioresample):
7791           Need to set element state here so that ::start and ::stop are
7792           called.
7793
7794 2006-06-16  Wim Taymans  <wim@fluendo.com>
7795
7796         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7797
7798         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7799         Parse extra data better, apparently it's right behind
7800         the normal strf header size. Fixes #343500.
7801
7802 2006-06-16  Wim Taymans  <wim@fluendo.com>
7803
7804         * ext/alsa/gstalsasink.c: (set_hwparams):
7805         If we fail to set the buffer_time and period_time alsa
7806         parameters, post a warning and leave alsa select a 
7807         default instead of failing. Fixes #342085
7808
7809 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7810
7811         * docs/libs/gst-plugins-base-libs-sections.txt:
7812         * gst-libs/gst/cdda/gstcddabasesrc.h:
7813           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7814           out in the header file and shouldn't be listed in the docs.
7815
7816         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7817           Must dereference pointer to fourcc in the debug statement.
7818
7819 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7820
7821         * docs/libs/Makefile.am:
7822         * docs/libs/gst-plugins-base-libs-docs.sgml:
7823         * docs/libs/gst-plugins-base-libs-sections.txt:
7824         * docs/libs/gst-plugins-base-libs.types:
7825         add remaining symbols into correct setions
7826         
7827         * gst-libs/gst/audio/gstringbuffer.c:
7828         fix incomplete docs
7829         
7830         * gst-libs/gst/audio/gstringbuffer.h:
7831         comment out not yet implemented function
7832         
7833         
7834         * gst-libs/gst/floatcast/floatcast.h:
7835         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7836         add short descriptions
7837         
7838         
7839         * gst-libs/gst/interfaces/propertyprobe.c:
7840         fix return value docs   
7841         
7842         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7843         simplify debug logging
7844         
7845         * gst-libs/gst/riff/riff-read.h:
7846         sync function prototype and docs
7847         
7848         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7849         remove left over symbol
7850
7851 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7852
7853         * autogen.sh:
7854         * configure.ac:
7855         * docs/Makefile.am:
7856           Use GST_PLUGIN_DOCS macro in configure.ac, add
7857           --enable-plugin-docs default to autogen.sh and use
7858           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7859
7860 2006-06-15  Wim Taymans  <wim@fluendo.com>
7861
7862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7863         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7864         (gst_ogg_demux_loop):
7865         Combine GstFlowReturn from the source pads to give a
7866         meaningfull result to the upstream peer or to stop the
7867         processing task in case of errors.
7868
7869 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7870
7871         * gst/playback/gststreaminfo.c: (cb_probe):
7872           Try GST_TAG_CODEC as fallback when extracting the
7873           codec name; more debug info.
7874
7875 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7876
7877         * ext/ogg/Makefile.am:
7878         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7879           Extract language tags from ogm subtitle streams, so that
7880           the subtitle menu choices are labelled correctly in
7881           Totem (fixes #344708).
7882
7883 2006-06-14  Wim Taymans  <wim@fluendo.com>
7884
7885         Patch by: Alessandro Decina <alessandro at nnva dot org>
7886
7887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7888         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7889         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7890         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7891         Fix various leaks. Fixes #343699.
7892         Add x-smoke mime type.
7893
7894 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7895
7896         * gst-libs/gst/riff/riff-ids.h:
7897           Add IDs for 'bext' chunks (see #343837).
7898
7899 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7900
7901         Patch by: Young-Ho Cha  <ganadist at chollian net>
7902
7903         * gst/subparse/samiparse.c: (sami_context_pop_state),
7904         (handle_start_font), (end_sami_element):
7905           Honour font face tags in SAMI subtitles (#344503).
7906
7907 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7908
7909         * po/POTFILES.in:
7910           add missing files containing translatable strings
7911
7912 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7913
7914         * docs/libs/tmpl/.cvsignore:
7915           we don't want those *.sgml files in CVS either
7916
7917 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7918
7919         * docs/libs/.cvsignore:
7920         * tests/check/elements/.cvsignore:
7921         * tests/check/libs/.cvsignore:
7922           ignore more
7923
7924 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7925
7926         * docs/libs/Makefile.am:
7927           also commiting the changed Makefile.am (added more libs to the
7928           doc-build)
7929
7930 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7931
7932         * docs/libs/gst-plugins-base-libs-docs.sgml:
7933         * docs/libs/gst-plugins-base-libs-sections.txt:
7934         * docs/libs/gst-plugins-base-libs.types:
7935           first batch of reordering things, add index & hierarchy
7936
7937 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7938
7939         * configure.ac:
7940           use GST_PKG_CHECK_MODULES, cleans up output
7941
7942 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7943
7944         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7945           Add support for burn:// URIs (#343385); const-ify things a bit,
7946           use G_N_ELEMENTS instead of hard-coded array size.
7947
7948 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7949
7950         Patch by: Young-Ho Cha  <ganadist at chollian net>
7951
7952         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7953           Fix up broken entities before passing them to libxml *sigh*.
7954           (#343303).
7955           
7956 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7957
7958         * configure.ac:
7959           back to TRUNK
7960
7961 === release 0.10.8 ===
7962
7963 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7964
7965         * configure.ac:
7966           releasing 0.10.8, "Moar gij ziet mij nie"
7967
7968 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7969
7970         * configure.ac:
7971         * po/af.po:
7972         * po/az.po:
7973         * po/cs.po:
7974         * po/en_GB.po:
7975         * po/hu.po:
7976         * po/it.po:
7977         * po/nb.po:
7978         * po/nl.po:
7979         * po/or.po:
7980         * po/sq.po:
7981         * po/sr.po:
7982         * po/sv.po:
7983         * po/uk.po:
7984         * po/vi.po:
7985         * win32/common/config.h:
7986           0.10.7.2 prerelease
7987
7988 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7989
7990         * docs/libs/tmpl/gstaudio.sgml:
7991         * docs/libs/tmpl/gstcolorbalance.sgml:
7992         * docs/libs/tmpl/gstmixer.sgml:
7993         * docs/libs/tmpl/gstringbuffer.sgml:
7994         * docs/libs/tmpl/gsttuner.sgml:
7995         * docs/libs/tmpl/gstxoverlay.sgml:
7996         * gst-libs/gst/audio/audio.c:
7997         * gst-libs/gst/audio/gstringbuffer.c:
7998         * gst-libs/gst/interfaces/colorbalance.c:
7999         * gst-libs/gst/interfaces/mixer.c:
8000         * gst-libs/gst/interfaces/tuner.c:
8001         * gst-libs/gst/interfaces/xoverlay.c:
8002           move last template doc snippets to source code and delete them
8003
8004 2006-06-06  Michael Smith  <msmith@fluendo.com>
8005
8006         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
8007         (theora_parse_drain_queue):
8008           Mark DELTA_UNIT on non-keyframes.
8009
8010 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
8011
8012         * gst-libs/gst/audio/gstbaseaudiosink.c:
8013         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
8014         * gst-libs/gst/audio/gstbaseaudiosink.h:
8015         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
8016         (gst_ring_buffer_samples_done):
8017         * gst-libs/gst/audio/gstringbuffer.h:
8018         Document better the fact that latency_time and buffer_time are values
8019         stored in microseconds, and not the usual GStreamer nanoseconds.
8020         Change the variables (compatibly) that store them from GstClockTime 
8021         to guint64 to make it more clear that they're not storing clock times.
8022         Also, remove the bogus property description that says the user can
8023         specify -1 to get the default value, since that's never been the case.
8024
8025         When computing the default segment size for the ring buffer, make it
8026         an integer number of samples.
8027
8028         When the sub-class indicates a delay greater than the number of
8029         samples we've written return 0 from the audio sink get_time method.
8030
8031 2006-06-02  Michael Smith  <msmith@fluendo.com>
8032
8033         * tests/check/elements/audioconvert.c: (set_channel_positions),
8034         (get_float_mc_caps), (get_int_mc_caps):
8035         * tests/check/elements/audioresample.c:
8036         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
8037         * tests/check/elements/videorate.c:
8038         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
8039         * tests/check/elements/volume.c:
8040         * tests/check/elements/vorbisdec.c:
8041         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
8042           Don't busy-wait in tests; this was causing test timeouts very
8043           frequently when running under valgrind.
8044
8045 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8046
8047         * gst/tcp/README:
8048         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
8049         (gst_multi_fd_sink_remove_client_link),
8050         (gst_multi_fd_sink_client_queue_caps),
8051         (gst_multi_fd_sink_client_queue_buffer),
8052         (gst_multi_fd_sink_handle_client_write),
8053         (gst_multi_fd_sink_render):
8054         * gst/tcp/gstmultifdsink.h:
8055           make multifdsink properly deal with streamheader:
8056           - streamheader is taken from caps
8057           - buffers marked with IN_CAPS are not sent
8058           - streamheaders are sent, on connection, from the caps of the
8059             buffer where the client gets positioned to
8060           - further streamheader changes are done every time the client
8061             will receive a buffer with different caps
8062         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8063         (gst_multifdsink_create_streamheader):
8064           add tests for this
8065
8066 2006-06-02  Michael Smith  <msmith@fluendo.com>
8067
8068         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8069           Reinstate limit on channel count. Vorbis does not define the meaning
8070           of > 6 channels, so they're just independent channels. Gstreamer
8071           currently has no mechanism to represent N independent channels.
8072
8073 2006-06-02  Michael Smith  <msmith@fluendo.com>
8074
8075         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8076           Don't arbitrarily restrict channel counts and rate in vorbis.
8077           In terms of effects likely on real-world files, this fixes 96kHz
8078           playback of vorbis.
8079
8080 2006-06-02  Michael Smith  <msmith@fluendo.com>
8081
8082         * gst/audioconvert/audioconvert.c: (float):
8083           More correct float->int conversion.
8084
8085 2006-06-02  Michael Smith  <msmith@fluendo.com>
8086
8087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
8088           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
8089           value. Fixes g-critical on trying to play back ogg containing
8090           unknown codec.
8091
8092 2006-06-02  Wim Taymans  <wim@fluendo.com>
8093
8094         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
8095         (setup_source):
8096         * gst/playback/gstplaybasebin.h:
8097         Make the subtitle detection work from any thread so we don't
8098         deadlock. Fixes #343397.
8099
8100 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8101
8102         * gst/volume/Makefile.am:
8103           Seriously, it's not *that* hard to get compilation right.  Even
8104           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
8105
8106 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8107
8108         * gst/volume/gstvolume.c: (volume_choose_func),
8109         (volume_update_real_volume), (gst_volume_class_init),
8110         (gst_volume_init), (volume_process_float), (volume_process_int16),
8111         (volume_process_int16_clamp), (volume_set_caps),
8112         (volume_transform_ip), (plugin_init):
8113         * gst/volume/gstvolume.h:
8114         rewrite the passthrough check, split _int16 and _int16_clamp, fix
8115         another property desc., remove unused param from process function
8116         
8117         * tests/check/elements/volume.c: (volume_suite):
8118         reactivate the passthrough test
8119
8120 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8121
8122         * ext/alsa/gstalsamixerelement.h:
8123         * ext/alsa/gstalsamixeroptions.h:
8124         * ext/alsa/gstalsamixertrack.h:
8125         * ext/gnomevfs/gstgnomevfssink.h:
8126         * ext/gnomevfs/gstgnomevfssrc.h:
8127         * ext/theora/gsttheoradec.h:
8128         * ext/theora/gsttheoraenc.h:
8129         * ext/theora/gsttheoraparse.h:
8130         * ext/vorbis/vorbisparse.h:
8131         * gst-libs/gst/audio/gstaudioclock.h:
8132         * gst-libs/gst/audio/gstaudiofilter.h:
8133         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8134         * gst/audioconvert/gstaudioconvert.h:
8135         * gst/audioresample/gstaudioresample.h:
8136         * gst/audiotestsrc/gstaudiotestsrc.h:
8137         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
8138         * gst/playback/gststreamselector.h:
8139         * gst/tcp/gstmultifdsink.h:
8140         * gst/tcp/gsttcpclientsink.h:
8141         * gst/tcp/gsttcpclientsrc.h:
8142         * gst/tcp/gsttcpserversink.h:
8143         * gst/tcp/gsttcpserversrc.h:
8144         * gst/videorate/gstvideorate.h:
8145         * gst/videoscale/gstvideoscale.h:
8146         * gst/videotestsrc/gstvideotestsrc.h:
8147         * gst/volume/gstvolume.h:
8148         * sys/v4l/gstv4ljpegsrc.h:
8149         * sys/v4l/gstv4lmjpegsink.h:
8150         * sys/v4l/gstv4lmjpegsrc.h:
8151         * sys/v4l/gstv4lsrc.h:
8152         * sys/ximage/ximagesink.h:
8153         * sys/xvimage/xvimagesink.h:
8154         * tests/old/testsuite/alsa/sinesrc.h:
8155         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8156
8157 2006-05-31  Wim Taymans  <wim@fluendo.com>
8158
8159         * ext/libvisual/visual.c: (gst_visual_reset),
8160         (gst_visual_sink_setcaps), (gst_visual_sink_event),
8161         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
8162         Handle DISCONT.
8163         Use running time before doing QoS.
8164         Handle mono too.
8165
8166 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8167
8168         * docs/libs/Makefile.am:
8169           set a magic variable to indicate we know the docs are incomplete
8170
8171 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8172
8173         * win32/common/libgstvideo.def:
8174           export gst_video_calculate_display_ratio
8175         * win32/vs6/libgstvideoscale.dsp:
8176           add link to libgstvideo-0.10.lib
8177
8178 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8179
8180         * gst/playback/gstplaybasebin.c: (gen_source_element):
8181           Throw a more comprehensible error for rtsp:// URIs (rather
8182           than erroring out with a negotiation error later on) until
8183           we fix playbin to handle rtspsrc etc.
8184
8185 2006-05-30  Wim Taymans  <wim@fluendo.com>
8186
8187         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8188         (gst_text_overlay_text_event):
8189         Added some FIXMEs.
8190
8191 2006-05-30  Wim Taymans  <wim@fluendo.com>
8192
8193         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
8194         (gst_adder_request_new_pad), (gst_adder_release_pad):
8195         * gst/adder/gstadder.h:
8196         Implement release_request_pad.
8197         Make padcounter atomic.
8198
8199         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
8200         Added check for release_pad in adder.
8201
8202 2006-05-30  Wim Taymans  <wim@fluendo.com>
8203
8204         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
8205         Fix build again.
8206
8207 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8208
8209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8210         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8211         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8212         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
8213         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
8214         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
8215         (gst_ogg_demux_bisect_forward_serialno),
8216         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
8217         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8218           add more debugging
8219           clean up printf formats for granulepos and serialno
8220
8221 2006-05-30  Michael Smith  <msmith@fluendo.com>
8222
8223         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8224         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
8225         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
8226         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
8227         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8228         * ext/vorbis/vorbisenc.h:
8229           Multi-channel caps negotiation, so we can do proper multichannel
8230           vorbis encoding, negotiated through audioconvert.
8231
8232 2006-05-30  Wim Taymans  <wim@fluendo.com>
8233
8234         * tests/check/elements/adder.c: (test_event_message_received),
8235         (test_play_twice_message_received), (GST_START_TEST),
8236         (adder_suite):
8237         Added check to show that #339935 is fixed with ongoing
8238         adder and collectpads fixes.
8239
8240 2006-05-29  Wim Taymans  <wim@fluendo.com>
8241
8242         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8243         Don't leak pad name.
8244
8245 2006-05-29  Wim Taymans  <wim@fluendo.com>
8246
8247         * gst/adder/gstadder.c: (gst_adder_query_duration),
8248         (forward_event_func), (forward_event), (gst_adder_src_event):
8249         Fix adder seeking.
8250         Make query/seeking code threadsafe.
8251
8252         * tests/check/Makefile.am:
8253         * tests/check/elements/adder.c: (test_event_message_received),
8254         (GST_START_TEST), (test_play_twice_message_received):
8255         Fix adder test case.
8256
8257 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8258
8259         Patch by: Young-Ho Cha  <ganadist at chollian net>
8260
8261         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8262         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8263         (set_encoding_element), (decodebin_element_added_cb),
8264         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8265         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8266         * gst/playback/gstplaybasebin.h:
8267           Add 'subtitle-encoding' property to playbin, so applications can
8268           force a subtitle encoding for non-UTF8 subtitles (#342268).
8269
8270         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8271         (gst_sub_parse_set_property):
8272           Rename recently-added 'encoding' property to 'subtitle-encoding'
8273           (so it can be proxied by playbin/decodebin in a generic way
8274           with less danger of false positives).
8275
8276 2006-05-29  Michael Smith  <msmith@fluendo.com>
8277
8278         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8279         (append_with_other_format), (set_structure_widths),
8280         (gst_audio_convert_transform_caps):
8281           Patch from #341562: give more specific audio caps in get_caps, so
8282           that basetransform  can make better decisions on what caps to
8283           negotiate.
8284
8285 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8286
8287         * tests/check/elements/volume.c:
8288         make it compile again
8289
8290 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8291
8292         * tests/check/elements/volume.c: (volume_suite):
8293         disable test until #343196 gets resolved
8294
8295 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8296
8297         * gst/adder/gstadder.c: (gst_adder_get_type):
8298         Make it easier to copy&paste
8299         
8300         * gst/volume/Makefile.am:
8301         * gst/volume/gstvolume.c: (volume_update_real_volume),
8302         (gst_volume_set_volume), (gst_volume_set_mute),
8303         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8304         (volume_transform_ip), (volume_update_mute),
8305         (volume_update_volume):
8306         * gst/volume/gstvolume.h:
8307         Add own debug category, move duplicate code to helper function, fix
8308         property texts, add more comments and prepare ffor liboil-goodness
8309         
8310         * tests/check/Makefile.am:
8311         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8312         add test for mute and passtrough case, be a bit more verbose to track
8313         failure
8314         
8315         * tests/check/generic/states.c: (GST_START_TEST):
8316         catch elements that fail to instantiate
8317
8318 2006-05-28  Edward Hervey  <edward@fluendo.com>
8319
8320         * tests/check/pipelines/simple-launch-lines.c:
8321         * tests/check/pipelines/theoraenc.c:
8322         * tests/check/pipelines/vorbisenc.c:
8323         Comment out tests using parse_launch() if core was built without
8324         parsing capabilities.
8325
8326 2006-05-27  Edward Hervey  <edward@fluendo.com>
8327
8328         * tests/check/Makefile.am:
8329         Extra bonus points for whoever explains to ensonic that you are meant
8330         to test unit tests thoroughly before commiting them, especially if
8331         you know it's going to break.
8332         De-activated element/adder tests.
8333
8334 2006-05-27  Edward Hervey  <edward@fluendo.com>
8335
8336         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8337         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8338         Marking caps conversion issues as GST_WARNING is way too verbose,
8339         Moving them to GST_LOG.
8340
8341 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8342
8343         * README:
8344           Replace current README (containing the release notes from
8345           some 0.9.x version) with a proper README taken from the core.
8346
8347 2006-05-26  Wim Taymans  <wim@fluendo.com>
8348
8349         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8350         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8351         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8352         (vorbis_dec_change_state):
8353         Small cleanups.
8354         Add some FIXMEs
8355         Clip output samples to segment boundaries.
8356
8357 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8358
8359         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8360         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8361         Improve the errors produced on bad output, including some human
8362         readable description strings.
8363         Handle the (theoretical for ximagesink) case where the XServer 
8364         has a different idea about the size required for a particular 
8365         frame and gives us too small a memory allocation.
8366
8367 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8368
8369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8370         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8371         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8372         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8373         Improve the errors produced on bad output, including some human 
8374         readable description strings.
8375         Handle RGB Xv formats properly by transforming them into our 
8376         big-endian caps description.
8377         Use gst_caps_truncate to ensure that we never try and choose a
8378         non-fixed caps in buffer_alloc.
8379         Handle the case where the XServer has a different idea about the size
8380         required for a particular frame and gives us too small a memory
8381         allocation.
8382         Use -1 to indicate 'no image format', because 0 is a valid XServer
8383         image format number.
8384         Put RGB Xv formats at the end of the caps, so that we always prefer
8385         YUV format frames.
8386         Iterate the available Xv Encodings to determine the maximum width and
8387         height, and then return that in our caps.
8388         (Closes #315312, #337544)
8389
8390 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8391
8392         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8393         When there is only one unfinished pad and it receives an event that
8394         doesn't match our requirements, we need to set alldone=FALSE so that
8395         the fakesink is not removed yet.
8396
8397 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8398
8399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8400           Use gst_type_find_helper_for_buffer() to find the type
8401           of stream from the first packet.
8402
8403         * configure.ac:
8404           Bump requirements to core CVS (needed for vorbis
8405           typefinding to work).
8406
8407 2006-05-24  Edward Hervey  <edward@fluendo.com>
8408
8409         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8410         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8411         contain.  Else they play perfectly fine with qtdemux.
8412
8413 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8414
8415         * ext/theora/theoradec.c:
8416         * ext/theora/theoraenc.c:
8417         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8418         * gst/audiorate/gstaudiorate.c:
8419           make more debug catagories static
8420         
8421         * tests/check/Makefile.am:
8422         * tests/check/elements/adder.c: (message_received),
8423         (test_event_message_received), (GST_START_TEST),
8424         (test_play_twice_message_received), (adder_suite):
8425           added test case for using element twice, extra bonus points for anyone
8426           who can make these test run reliably
8427
8428 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8429
8430         * ext/theora/theoradec.c: (theora_dec_chain):
8431           Make work with time-stamped input buffers that do not
8432           have a granulepos in BUFFER_OFFSET_END (like theora
8433           buffers coming from matroskademux). Fixes #342448.
8434
8435 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8436
8437         Patch by: Peter Kjellerstedt  <pkj at axis com>
8438
8439         * gst/tcp/Makefile.am:
8440           fdstresstest doesn't need Gtk+, fix compilation if 
8441           gtk is not available (#342566).
8442
8443 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8444          
8445         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8446           80 line columns
8447           Removed redundant floor()
8448
8449 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8450
8451         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8452           On second thought, just skip JUNK chunks automatically, so
8453           the caller doesn't have to handle this. Fixes #342345.
8454           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8455           not GST_FLOW_ERROR.
8456
8457 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8458
8459         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8460           Don't bail out on JUNK chunks with a size of 0 (would try to
8461           pull_range 0 bytes before, which sources don't like too much).
8462           See #342345.
8463
8464 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8465
8466         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8468         Use the gstutil scaling function to preserve 64 bits while calculating
8469         output width and height from the display-aspect-ratio. (A continuation
8470         of #341542)
8471
8472 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8473
8474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8475         (gst_xvimagesink_buffer_alloc):
8476         * sys/xvimage/xvimagesink.h:
8477         When performing buffer allocations, remember the caps and image format
8478         we return so that if the same caps are asked for next time we can
8479         return them immediately without doing any caps intersections.
8480
8481 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8482          
8483         * gst-libs/gst/rtp/README:
8484           Some new documentation
8485         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8486           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8487         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8488         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8489           New RTP audio base payloader class. Supports frame or sample based
8490           codecs.  Not enabled in Makefile.am until approved.
8491
8492 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8493
8494         * tests/check/elements/alsa.c: (test_device_property_probe):
8495           Fix test case: don't try to free NULL GValueArray when there
8496           are no devices.
8497
8498 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8499
8500         * tests/check/Makefile.am:
8501         * tests/check/elements/alsa.c: (test_device_property_probe),
8502         (alsa_suite), (main):
8503           Add simple test that runs a device property probe on alsasrc,
8504           alsasink and alsamixer. Disable valgrind check for now (too
8505           many leaks in libasound, and valgrind ignored my suppressions
8506           additions).
8507
8508 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8509
8510         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8511         (gst_alsa_device_property_probe_probe_property),
8512         (gst_alsa_device_property_probe_needs_probe),
8513         (gst_alsa_device_property_probe_get_values),
8514         (gst_alsa_type_add_device_property_probe_interface):
8515         * ext/alsa/gstalsadeviceprobe.h:
8516         * ext/alsa/gstalsamixerelement.c:
8517         (gst_alsa_mixer_element_init_interfaces):
8518         * ext/alsa/gstalsamixerelement.h:
8519           Clean up and simplify alsa device probing. Make it actually work
8520           for multiple classes. Don't cache results any longer.
8521
8522         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8523         (gst_alsasink_init):
8524         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8525         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8526         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8527           Make alsasink and alsasrc implement the GstPropertyProbe interface
8528           for device probing (#342181).
8529           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8530
8531 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8532
8533         * gst/subparse/samiparse.c: (handle_start_font):
8534           Don't ignore return value of strtol (++compiler_happiness).
8535
8536 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8537
8538         Patch by: Young-Ho Cha  <ganadist chollian net>
8539
8540         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8541         (gst_sub_parse_class_init), (gst_sub_parse_init),
8542         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8543         (convert_encoding):
8544         * gst/subparse/gstsubparse.h:
8545           Add 'encoding' property (#341681).
8546
8547         * gst/subparse/samiparse.c: (characters_sami):
8548           Output is pango markup, so we need to escape text
8549           between tags (#342143).
8550
8551 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8552
8553         * gst-libs/gst/audio/multichannel.c:
8554         (gst_audio_check_channel_positions):
8555           It's okay to have caps with channels=1 and a channel position
8556           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8557           (deinterleavers might want to keep the position in the caps,
8558           so that they can be re-interleaved again properly later).
8559           Leave check for unexpected 2-channel layouts intact for now.
8560
8561 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8562
8563         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8564         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8565         basesrc can do its job correctly.
8566
8567 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8568
8569         * ext/alsa/Makefile.am:
8570         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8571         (gst_alsa_detect_formats), (get_channel_free_structure),
8572         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8573         (gst_alsa_probe_supported_formats):
8574         * ext/alsa/gstalsa.h:
8575         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8576           Refactor and improve caps probing code: probe signedness
8577           when we probe the supported formats/widths; set endianness
8578           to the one we actually probed for (ie. cpu endianness).
8579           
8580         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8581         (gst_alsasrc_close):
8582         * ext/alsa/gstalsasrc.h:
8583           Implement caps probing for alsasrc.
8584
8585 2006-05-15  Wim Taymans  <wim@fluendo.com>
8586
8587         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8588         (theora_dec_src_query), (theora_dec_src_event),
8589         (theora_dec_sink_event), (theora_handle_comment_packet),
8590         (theora_handle_data_packet), (theora_dec_change_state):
8591         Cleanups, add some G_LIKELY.
8592         Use segment helpers instead of our own wrong code.
8593         Clear queued buffers on seek and READY.
8594
8595         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8596         (vorbis_dec_convert), (vorbis_dec_src_query),
8597         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8598         (vorbis_handle_comment_packet), (vorbis_dec_push),
8599         (vorbis_handle_data_packet), (vorbis_dec_chain),
8600         (vorbis_dec_change_state):
8601         * ext/vorbis/vorbisdec.h:
8602         Remove old useless packetno variable.
8603         Do position query properly.
8604         Add some G_LIKELY.
8605         Do cleanup of queued buffers in new helper function
8606         and use it.
8607
8608 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8609
8610         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8611           Query supported sample rates. Fixes #341732.
8612
8613 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8614
8615         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8616         (gst_decode_bin_change_state): Make decodebin reusable
8617         when going from PAUSE_TO_READY and then back to PAUSED.
8618         Fixes #331678.
8619
8620 2006-05-15  Wim Taymans  <wim@fluendo.com>
8621
8622         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8623         (vorbis_dec_convert), (vorbis_dec_src_query),
8624         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8625         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8626         (vorbis_dec_clean_queued), (vorbis_dec_push),
8627         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8628         Cleanups. Use refcounting and DEBUG_OBJECT.
8629         Reset segment on flush, use code methods instead of our
8630         own wrong version.
8631         Fix potential memleak.
8632
8633 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8636         (gst_alsasink_init):
8637         * ext/alsa/gstalsasink.h:
8638           Don't leak allocated snd_output_t structure if there's
8639           more than one alsasink instance at a time (#341873).
8640           Also fix GObject macros in header file.
8641           
8642 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         * gst/subparse/gstsubparse.c:
8645         (gst_sub_parse_data_format_autodetect):
8646           Don't use libxml functions in the typefinding code.
8647
8648 2006-05-15  Wim Taymans  <wim@fluendo.com>
8649
8650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8651         Fix seeking performance in the case where a non-header 
8652         packet has a 0 granulepos (busted theora case). 
8653         Fixes #341719
8654         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8655          the first place, you limelight stealer you)
8656
8657 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8658
8659         * gst/subparse/gstsubparse.c:
8660         (gst_sub_parse_data_format_autodetect):
8661           Improve SAMI typefinding: handle case where there are
8662           whitespaces or newlines in front of the first <SAMI>
8663           tag (#169936).
8664
8665 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8666
8667         * configure.ac:
8668           Build video4linux plugin even if there's no XVIDEO, just
8669           without implementing the GstXOverlay interface (#334002).
8670          
8671 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8672
8673         * configure.ac:
8674         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8675         (plugin_init):
8676           Add tentative support for libvisual-0.4 (#336881).
8677
8678 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         Patch by: Young-Ho Cha <ganadist at chollian net>
8681
8682         * gst/subparse/samiparse.c: (handle_start_font):
8683           Need to map "silver" colour explicitly (#169936).
8684
8685 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8686
8687         Patch by: Young-Ho Cha  <ganadist at chollian net>
8688
8689         * gst/subparse/Makefile.am:
8690         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8691         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8692         (gst_sub_parse_format_autodetect), (feed_textbuf),
8693         (gst_subparse_type_find), (plugin_init):
8694         * gst/subparse/gstsubparse.h:
8695         * gst/subparse/samiparse.c:
8696         * gst/subparse/samiparse.h:
8697           Add support for SAMI subtitles (#169936).
8698
8699 2006-05-14  Michael Smith  <msmith@fluendo.com>
8700
8701         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8702           Fix #341696: crash when mixing L+R+C to mono or stereo.
8703         * tests/check/Makefile.am:
8704         * tests/check/elements/audioconvert.c: (set_channel_positions),
8705         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8706         (audioconvert_suite):
8707           Add test for the above, including some generic framework bits for
8708           testing multichannel things.
8709
8710 === release 0.10.7 ===
8711
8712 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8713
8714         * configure.ac:
8715           releasing 0.10.7, "Leave the gun"
8716
8717 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8718
8719         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8721         Fix the build.
8722
8723 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8724
8725         * docs/libs/gst-plugins-base-libs-docs.sgml:
8726         * docs/libs/gst-plugins-base-libs-sections.txt:
8727         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8728         * gst-libs/gst/video/video.h:
8729         * gst/videoscale/Makefile.am:
8730         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8732         * tests/check/Makefile.am:
8733         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8734         (main):
8735           Fix integer overflow problem with pixel-aspect-ratio calculations
8736           in videoscale and xvimagesink (#341542)
8737
8738 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8739
8740         * gst-libs/gst/tag/gstid3tag.c:
8741           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8742
8743 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8744
8745         * win32/MANIFEST:
8746           update win32 files listing
8747
8748 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8749
8750         patch by: Sjoerd Simons (sjoerd@luon.net)
8751
8752         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8753         (group_create), (group_destroy), (add_stream),
8754         (gst_play_base_bin_get_property),
8755         (gst_play_base_bin_get_streaminfo_value_array):
8756         * gst/playback/gstplaybasebin.h:
8757           API: GstPlayBaseBin::stream-info-value-array property
8758           use a more bindings-friendly way of exposing streaminfo
8759           using a GValueArray.  Tested in ipython.
8760           Closes #341114
8761
8762 2006-05-11  Wim Taymans  <wim@fluendo.com>
8763
8764         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8765         (queue_underrun_cb), (queue_filled_cb):
8766         Also catch queue underruns but don't do anything yet.
8767         Refactor and comment queue enlarging code a bit.
8768
8769         * gst/playback/gstplaybasebin.c: (queue_overrun),
8770         (queue_threshold_reached), (queue_out_of_data),
8771         (gen_preroll_element):
8772         If a queue over/underruns check that we don't create nasty
8773         deadlocks when the min-threshold is not reached but the
8774         max-bytes is. In those cases disable max-bytes when we
8775         know that the queue is fed timed data.
8776         Add more comments.
8777
8778 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8779
8780         * gst/playback/gstplaybin.c: (gen_audio_element):
8781           Make playbin automatically plug an 'audioresample'
8782           element before the audio sink as well. This solves
8783           problems with sinks that only accept a very specific
8784           sample rate, like esdsink (e.g. #340379).
8785
8786 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * gst/playback/gstplaybasebin.c: (gen_source_element):
8789           Make http sources send special headers so that we receive
8790           icecast metadata if the http stream is an icecast stream
8791           (otherwise the server will just ignore them). This also
8792           means that from now on users will need the 'icydemux'
8793           element from gst-plugins-good installed if they want to
8794           listen to icecast radio streams. (#341432, #333657).
8795
8796 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8797
8798         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8799         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8800           remove stupid example from docs - it should come with a simple
8801           C program instead.
8802           Clean up/fix docs
8803         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8804         (fail_if_can_read), (GST_START_TEST),
8805         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8806           add a test for changing streamheader which exposes a bug in
8807           multifdsink
8808
8809 2006-05-11  Michael Smith  <msmith@fluendo.com>
8810
8811         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8812         (gst_gnome_vfs_src_received_headers_callback):
8813         * ext/gnomevfs/gstgnomevfssrc.h:
8814           Don't set icy-caps unless we have a sane interval value. Move
8815           interval to a local variable; we never use it outside this function.
8816
8817 2006-05-11  Wim Taymans  <wim@fluendo.com>
8818
8819         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8821         Register special buffer types along with the objects so
8822         that they are not registered at runtime from N different
8823         streaming threads since they are not threadsafe.
8824
8825 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8826
8827         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8828         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8829           add two more tests, one doing streamheader
8830
8831 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8832
8833         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8834           clean up the bufqueue when shutting down
8835         * tests/check/Makefile.am:
8836         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8837         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8838         (main):
8839           add a test for the leak that was just fixed
8840
8841 2006-05-10  Wim Taymans  <wim@fluendo.com>
8842
8843         * gst/adder/gstadder.c: (gst_adder_setcaps),
8844         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8845         (gst_adder_src_event), (gst_adder_sink_event),
8846         (gst_adder_class_init), (gst_adder_finalize),
8847         (gst_adder_request_new_pad), (gst_adder_collected):
8848         * gst/adder/gstadder.h:
8849         Updated some docs. Added comments and FIXMEs all over the place.
8850         Improve debugging info.
8851         Fix leak on finalize by not calling the parent.
8852         Implement duration query.
8853         Make event forwarding threadsafe.
8854         Correctly send NEWSEGMENT at start and after flush.
8855         Handle EOS correctly.
8856         Post error when not negotiated.
8857
8858         * tests/check/elements/adder.c: (GST_START_TEST):
8859         Added FIXME in the test.
8860
8861 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8862
8863         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8864         (gst_text_overlay_halign_get_type),
8865         (gst_text_overlay_wrap_mode_get_type):
8866         * ext/theora/theoradec.c: (theora_handle_type_packet),
8867         (theora_handle_data_packet):
8868         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8869         (theora_enc_sink_setcaps), (theora_enc_chain):
8870         * gst-libs/gst/cdda/gstcddabasesrc.c:
8871         (gst_cdda_base_src_mode_get_type):
8872         * gst/audiotestsrc/gstaudiotestsrc.c:
8873         (gst_audiostestsrc_wave_get_type):
8874         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8875         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8876         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8877         (gst_sync_method_get_type), (gst_unit_type_get_type),
8878         (gst_client_status_get_type):
8879         * gst/videoscale/gstvideoscale.c:
8880         (gst_video_scale_method_get_type):
8881         * gst/videotestsrc/gstvideotestsrc.c:
8882         (gst_video_test_src_pattern_get_type):
8883         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8884         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8885         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8886         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8887         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8888         (paint_setup_RGB565), (paint_setup_xRGB1555):
8889           Const-ify GEnumValue and GFlagsValue arrays. Use
8890           GST_ROUND_UP_* macros instead of home-made ones.
8891
8892 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8893
8894         * configure.ac:
8895           Require core CVS for the new newsegment stuff.
8896
8897 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8898
8899         Patch by: Sjoerd Simons  <sjoerd at luon net>
8900
8901         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8902           Register nick for enum value (#341160).
8903
8904 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8905
8906         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8907         (plugin_init):
8908          backout typefind patch #340375
8909          
8910         * tests/check/elements/adder.c: (message_received),
8911         (GST_START_TEST), (adder_suite):
8912           redo, signal-handling of test
8913
8914 2006-05-09  Wim Taymans  <wim@fluendo.com>
8915
8916         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8917         (gst_adder_collected):
8918         * gst/adder/gstadder.h:
8919         Remove bogus segment merging and forwarding, we don't
8920         care about timestamps anyway and we just produce a
8921         continuous stream. 
8922         Also create a nice NEWSEGMENT event when we start.
8923         Use _scale_int some more.
8924
8925 2006-05-09  Edward Hervey  <edward@fluendo.com>
8926
8927         * tests/icles/stress-xoverlay.c:
8928         Fix if core was built without parsing support.
8929
8930 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8931
8932         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8933           Add SEDG (Samsung MPEG-4) fourcc.
8934
8935 2006-05-09  Edward Hervey  <edward@fluendo.com>
8936
8937         * tests/icles/stress-xoverlay.c:
8938         * tests/examples/volume/volume.c:
8939         Fix if core was built without parsing support.
8940
8941         * tests/examples/seek/seek.c:
8942         Disable the parse_launch example if core was built without parsing
8943         support.
8944
8945 2006-05-08  Edward Hervey  <edward@fluendo.com>
8946
8947         * autogen.sh: (CONFIGURE_DEF_OPT): 
8948         libtoolize on Darwin/MacOSX is called glibtoolize
8949
8950 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8951
8952         * tests/check/Makefile.am:
8953         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8954           Disable the adder test, until the build-slaves posses the kindness to 
8955           either like it or to give valid reason for not doing so 
8956
8957 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8958
8959         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8960         (adder_suite):
8961           Shuffle NULL state change around and raise timeout more
8962
8963 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8964
8965         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8966         (mp4_type_find), (plugin_init):
8967           Add typefind to distinguish between "audio/x-m4a" and new type
8968           "video/mp4". Fixes #340375
8969
8970         * tests/check/elements/adder.c: (adder_suite):
8971           Raise timeout to make buildbot happy
8972
8973 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8974
8975         * gst/adder/gstadder.c: (gst_adder_sink_event),
8976         (gst_adder_request_new_pad), (gst_adder_change_state):
8977         * gst/adder/gstadder.h:
8978         * tests/check/Makefile.am:
8979         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8980         (adder_suite), (main):
8981           Add sink-event handling to adder. It tries to merge incomming
8982           newsegment-events. Added test to check if segment_done is comming
8983           through. Fixes #340060
8984
8985 2006-05-05  Andy Wingo  <wingo@pobox.com>
8986
8987         * ext/theora/theoraparse.c (gst_theora_parse_init)
8988         (theora_parse_src_convert, theora_parse_src_query):
8989         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8990         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8991         query functions on the source pads of the theora and vorbis parse
8992         elements. Fixes position querying when doing a remux.
8993
8994 2006-05-05  Michael Smith  <msmith@fluendo.com>
8995
8996         * ext/theora/theoraparse.c: (parse_granulepos),
8997         (theora_parse_drain_queue_prematurely),
8998         (theora_parse_queue_buffer), (theora_parse_sink_event):
8999           Fix flushing.
9000           Fix invalid granulepos outputs when starting with a non-keyframe.
9001
9002 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
9003
9004         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
9005         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
9006         Rearrange MPEG system stream detection, fixing some memleaks in the
9007         process.
9008         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
9009         they clean up their data correctly.
9010         Remove unused ogganx caps and move the 'is_annodex' check to inside
9011         the 'is_ogg' if statement.
9012
9013 2006-05-05  Wim Taymans  <wim@fluendo.com>
9014
9015         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
9016         Properly remove ghostpads. Fixes #340392
9017
9018 2006-05-04  David Schleef  <ds@schleef.org>
9019
9020         * gst/typefind/gsttypefindfunctions.c:
9021
9022 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
9023
9024         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9025         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
9026
9027         When typefinding an MP3 in push-based mode, don't penalise the
9028         probability down to 74% when we found 5 valid frames just because we
9029         can't peek the end of the file.
9030
9031         Make the probability for detecting MPEG Transport Streams based on the
9032         number of sequential headers we successfully detected.
9033
9034 2006-05-03  Wim Taymans  <wim@fluendo.com>
9035
9036         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9037         (vorbis_dec_push), (vorbis_dec_chain):
9038         Still produce an error when we receive an empty packet.
9039
9040 2006-05-03  Wim Taymans  <wim@fluendo.com>
9041
9042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9043         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
9044         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
9045         Mark buffers with DISCONT after seek and after activating new
9046         chains.
9047
9048         * ext/theora/gsttheoradec.h:
9049         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9050         (theora_get_query_types), (theora_dec_sink_event),
9051         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
9052         (theora_dec_change_state):
9053         Fix frame counter.
9054         Detect and mark DISCONT buffers.
9055
9056         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9057         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
9058         (vorbis_dec_change_state):
9059         * ext/vorbis/vorbisdec.h:
9060         Use GstSegment.
9061         Detect and mark DISCONT buffers.
9062         Don't crash on 0 sized buffers.
9063
9064 2006-05-03  Wim Taymans  <wim@fluendo.com>
9065
9066         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
9067         (volume_transform_ip):
9068         Increase "volume" property to 10.0. Fixes #340369.
9069         Set the process function to NULL when capsnego fails so that
9070         we properly error out.
9071
9072 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9073
9074         * gst/playback/gstplaybin.c: (add_sink):
9075         * gst/playback/test.c: (main):
9076         * gst/playback/test5.c: (dump_element_stats):
9077         * gst/playback/test6.c: (main):
9078           free caps using gst_caps_unref, don't leak caps-strings
9079
9080 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9081
9082         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
9083         (plugin_init):
9084           Refine musepack typefinding a bit. Return MAXIMUM
9085           probability when we detect stream version 7 to make
9086           sure the mpeg audio typefinder doesn't trump us.
9087
9088 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9089
9090         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9091           Protect against unexpected NULL strf_data buffer.
9092
9093 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9094
9095         * tests/check/elements/audioconvert.c: (verify_convert),
9096         (GST_START_TEST):
9097           interpret the out[] buffer in the order the bytes are actually
9098           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
9099           Other tests should use BYTE_ORDER since the array is filled in
9100           with actual values
9101
9102 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9103
9104         * tests/check/elements/audioconvert.c: (verify_convert),
9105         (GST_START_TEST):
9106           when a test fails, give an indication of which it is
9107
9108 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9109
9110         * gst-libs/gst/cdda/gstcddabasesrc.c:
9111           compile fix; strtol() needs <stdlib.h>
9112
9113 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9114
9115         * ext/alsa/gstalsamixerelement.c:
9116         * ext/alsa/gstalsasrc.c:
9117         * ext/cdparanoia/gstcdparanoiasrc.c:
9118         * ext/gnomevfs/gstgnomevfssink.c:
9119         * ext/gnomevfs/gstgnomevfssrc.c:
9120         * ext/ogg/gstoggdemux.c:
9121         * ext/ogg/gstoggmux.c:
9122         * ext/ogg/gstoggparse.c:
9123         * ext/ogg/gstogmparse.c:
9124         * ext/pango/gstclockoverlay.c:
9125         * ext/pango/gsttextoverlay.c:
9126         * ext/pango/gsttextrender.c:
9127         * ext/pango/gsttimeoverlay.c:
9128         * ext/theora/theoradec.c:
9129         * ext/theora/theoraenc.c:
9130         * ext/vorbis/vorbisdec.c:
9131         * ext/vorbis/vorbisenc.c:
9132         * gst-libs/gst/audio/gstaudiofilter.c:
9133         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9134         * gst/audioconvert/gstaudioconvert.c:
9135         * gst/audiorate/gstaudiorate.c:
9136         * gst/audioresample/gstaudioresample.c:
9137         * gst/audiotestsrc/gstaudiotestsrc.c:
9138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9139         * gst/playback/gstdecodebin.c:
9140         * gst/playback/gstplaybin.c:
9141         * gst/playback/gststreamselector.c:
9142         * gst/subparse/gstsubparse.c:
9143         * gst/tcp/gstmultifdsink.c:
9144         * gst/tcp/gsttcpclientsink.c:
9145         * gst/tcp/gsttcpclientsrc.c:
9146         * gst/tcp/gsttcpserversink.c:
9147         * gst/tcp/gsttcpserversrc.c:
9148         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9149         * gst/videorate/gstvideorate.c:
9150         * gst/videoscale/gstvideoscale.c:
9151         * gst/videotestsrc/gstvideotestsrc.c:
9152         * gst/volume/gstvolume.c:
9153         * sys/v4l/gstv4ljpegsrc.c:
9154         * sys/v4l/gstv4lmjpegsink.c:
9155         * sys/v4l/gstv4lmjpegsrc.c:
9156         * sys/v4l/gstv4lsrc.c:
9157         * sys/ximage/ximagesink.c:
9158         * sys/xvimage/xvimagesink.c:
9159         * tests/check/libs/cddabasesrc.c:
9160           make GstElementDetails const
9161
9162 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9163
9164         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9165         (gst_adder_init):
9166           send events from src-pad to all sink-pads fixes #338657
9167
9168 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9169
9170         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
9171         (alsasink_parse_spec):
9172           query width capabilities from alsa, fixes #338919
9173
9174 2006-04-28  Wim Taymans  <wim@fluendo.com>
9175
9176         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
9177         (gst_multi_fd_sink_remove_client_link):
9178         * gst/tcp/gstmultifdsink.h:
9179         Fix race condition in multifdsink that can lead to spurious 
9180         duplicate clients. this patch adds a new signal that is fired when
9181         multifdsink has removed all references to the fd.
9182         Fixes #339574.
9183         Updated documentation.
9184         API: client-fd-removed signal added
9185
9186 2006-04-28  Michael Smith  <msmith@fluendo.com>
9187
9188         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
9189           When asking g_value_array_new to prealloc elements, we may as well
9190           ask for the right number of elements.
9191
9192 2006-04-28  Wim Taymans  <wim@fluendo.com>
9193
9194         * gst-libs/gst/audio/gstbaseaudiosink.c:
9195         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
9196         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9197         patch to make timestamp checking more tollerant to rounding 
9198         errors given that real discontinuities are to be marked on
9199         buffers. Fixes some asf files and #338778.
9200         Also avoid some crashers when we receive an event in the 
9201         NULL state.
9202
9203 2006-04-28  Michael Smith  <msmith@fluendo.com>
9204
9205         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9206         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9207         (gst_gnome_vfs_src_get_property),
9208         (gst_gnome_vfs_src_send_additional_headers_callback),
9209         (gst_gnome_vfs_src_received_headers_callback),
9210         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
9211         (gst_gnome_vfs_src_stop):
9212         * ext/gnomevfs/gstgnomevfssrc.h:
9213           Remove ICY handling (mostly) from gnomevfssrc, in favour of
9214           proper shared support within icydemux.
9215
9216 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9217
9218         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
9219         (gst_video_rate_swap_prev), (gst_video_rate_chain):
9220           fix up docs
9221           fix a leak when no caps negotiated
9222           fix counting of input frames
9223         * tests/check/elements/.cvsignore:
9224         * tests/check/elements/videorate.c: (assert_videorate_stats),
9225         (GST_START_TEST), (videorate_suite):
9226           add tests for these
9227
9228 2006-04-28  Wim Taymans  <wim@fluendo.com>
9229
9230         * gst-libs/gst/audio/gstringbuffer.c:
9231         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9232         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9233         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9234         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9235         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9236         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9237         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9238         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9239         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9240         Check arguments passed to public functions instead of
9241         crashing.
9242
9243 2006-04-28  Wim Taymans  <wim@fluendo.com>
9244
9245         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9246         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9247         GstBaseAudioSrc must be live or it does not work.
9248
9249         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9250         Don't set live to TRUE as this is the default in the parentclass.
9251
9252 2006-04-28  Wim Taymans  <wim@fluendo.com>
9253
9254         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9255         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9256         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9257         fixation cases better. Fixes #338991
9258
9259 2006-04-28  Wim Taymans  <wim@fluendo.com>
9260
9261         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9262         Handle 0/1 framerate correctly Fixes #331901.
9263
9264 2006-04-28  Wim Taymans  <wim@fluendo.com>
9265
9266         * tests/check/elements/audioconvert.c: (get_float_caps),
9267         (GST_START_TEST), (audioconvert_suite):
9268         Added check for correct clipping when doing float samples
9269         in audioconvert.
9270
9271 2006-04-28  Wim Taymans  <wim@fluendo.com>
9272
9273         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9274         (gst_video_rate_chain):
9275         Print more debugging info.
9276
9277 2006-04-28  Wim Taymans  <wim@fluendo.com>
9278
9279         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9280         (resample_set_state_from_caps):
9281         Add support for other formats audioresample can handle such as
9282         32 bits in and float and 64 bits float. Fixes #301759
9283
9284 2006-04-28  Wim Taymans  <wim@fluendo.com>
9285
9286         * gst/audioconvert/audioconvert.c: (float):
9287         correctly clip float samples > 1.0. Fixes #338718
9288
9289 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9290
9291         Patch by: Young-Ho Cha  <ganadist at chollian net>
9292
9293         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9294         (gst_text_overlay_render_text):
9295           Don't strip newlines from the text. Also, center lines
9296           within multi-line paragraphs (#339405).
9297
9298 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9299
9300         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9301           Fix wavpack typefinding to work in more cases (don't peek
9302           for chunks of multiple hundred kBs at once, but process
9303           things step-by-step in smaller units). Fixes #339786.
9304
9305 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9306
9307         * configure.ac:
9308           back to HEAD
9309
9310 === release 0.10.6 ===
9311
9312 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9313
9314         * configure.ac:
9315           releasing 0.10.6, "Chao"
9316
9317 2006-04-26  David Schleef  <ds@schleef.org>
9318
9319         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9320           Fixes #338897.
9321
9322 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9323
9324         * configure.ac:
9325         * win32/common/config.h:
9326           new prerelease
9327
9328 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9329
9330         patch by: Wim Taymans
9331
9332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9333         (gst_ogg_demux_perform_seek):
9334           make sure correct newsegments are sent, so that the decoder
9335           and the demuxer agree on timestamps.  Fixes playback of a lot
9336           of Ogg files that do not start from 0.  Fixes #339833.
9337
9338 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9339
9340         Patch by: Edward Hervey  <edward@fluendo.com>
9341
9342         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9343         * tests/check/Makefile.am:
9344         * tests/check/elements/videorate.c: (assert_videorate_stats),
9345         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9346         (videorate_suite), (main):
9347           Fix an infinite loop if frames are passed in with wrongly ordered
9348           timestamps.  Fixes #339013.
9349
9350 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9351
9352         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9355           fix typefinding on some ISO files.  Fixes #339212.
9356
9357 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9358
9359         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9362           add another H264 fourcc.  Fixes #339047.
9363
9364 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9365
9366         Patch by: Jan Schmidt
9367
9368         * gst/playback/gststreamselector.c:
9369         (gst_stream_selector_bufferalloc):
9370           Restore old StreamSelector behaviour.
9371           Fixes #338419.
9372
9373 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9374
9375         * configure.ac:
9376         * win32/common/config.h:
9377           prerelease
9378
9379 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9382
9383         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9384         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9385           Fix some memory leaks: on finalize, free buffers left in the queue
9386           before destroying the queue; in _push(), unref rtp_buf even if
9387           the process vfunc returned a NULL buffer as output buffer (#337548);
9388           demote some recuring debug messages to LOG level.
9389
9390 2006-04-11  Wim Taymans  <wim@fluendo.com>
9391
9392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9393         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9394         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9395         (gst_ogg_demux_loop):
9396         More cleanups.
9397         Respect segment stop when emiting EOS or SEGMENT_DONE.
9398         Fixes (#337945).
9399
9400 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9401
9402         * gst/playback/gststreamselector.c:
9403         (gst_stream_selector_get_property):
9404           Don't leak pad name.
9405
9406 2006-04-10  Michael Smith  <msmith@fluendo.com>
9407
9408         * tests/check/Makefile.am:
9409         * tests/check/gst-plugins-base.supp:
9410           Suppress an old libtheora bug (fixed in more recent versions), so 
9411           that FC4 buildslaves can pass.
9412
9413 2006-04-10  Wim Taymans  <wim@fluendo.com>
9414
9415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9416         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9417         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
9418         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9419         (gst_ogg_demux_loop):
9420         Don't leak events.
9421         Remember what error we got when finding chains, if we
9422         were shutdown, that would not be an error.
9423
9424 2006-04-10  Wim Taymans  <wim@fluendo.com>
9425
9426         * gst-libs/gst/audio/gstbaseaudiosink.c:
9427         (gst_base_audio_sink_event):
9428         Starting the ringbuffer when we did not acquire it can cause
9429         a deadlock, is pointless and causes nasty things for
9430         subclasses. 
9431         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9432
9433 2006-04-10  Wim Taymans  <wim@fluendo.com>
9434
9435         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9436         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9437         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9438         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9439         (gst_ogg_demux_deactivate_current_chain),
9440         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9441         (gst_ogg_demux_bisect_forward_serialno),
9442         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9443         Add some more debugging.
9444
9445 2006-04-10  Wim Taymans  <wim@fluendo.com>
9446
9447         * ext/theora/theoradec.c: (theora_dec_src_event),
9448         (theora_handle_data_packet):
9449         Some more debug info.
9450
9451         * tests/examples/seek/seek.c: (start_seek), (main):
9452         Print element messages too.
9453
9454 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9455
9456         * gst/audioresample/debug.h:
9457           replace debug macros with variable number of parameters
9458           by a simple alias to gstreamer standard debug macros 
9459          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9460           supported by MSVC 6.0 and 7.1)
9461         * gst/audioresample/resample.h:
9462           define M_PI and rint for WIN32
9463         * win32/common/libgstaudio.def:
9464         * win32/common/libgstriff.def:
9465         * win32/common/libgsttag.def:
9466         * win32/common/libgstvideo.def:
9467           add new exported functions
9468         * win32/vs6:
9469           update project files
9470
9471 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9472
9473         * ext/alsa/gstalsamixeroptions.c:
9474         (gst_alsa_mixer_options_class_init):
9475         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9478         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9479         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9480         * gst-libs/gst/audio/gstaudiofilter.c:
9481         (gst_audio_filter_class_init):
9482         * gst-libs/gst/audio/gstaudiosink.c:
9483         (gst_audioringbuffer_class_init):
9484         * gst-libs/gst/audio/gstaudiosrc.c:
9485         (gst_audioringbuffer_class_init):
9486         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9487         * gst-libs/gst/interfaces/colorbalancechannel.c:
9488         (gst_color_balance_channel_class_init):
9489         * gst-libs/gst/interfaces/mixeroptions.c:
9490         (gst_mixer_options_class_init):
9491         * gst-libs/gst/interfaces/mixertrack.c:
9492         (gst_mixer_track_class_init):
9493         * gst-libs/gst/interfaces/tunerchannel.c:
9494         (gst_tuner_channel_class_init):
9495         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9496         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9497         (gst_netbuffer_class_init):
9498         * gst-libs/gst/rtp/gstbasertppayload.c:
9499         (gst_basertppayload_class_init):
9500         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9501         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9502         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9503         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9504         * gst/playback/gststreamselector.c:
9505         (gst_stream_selector_class_init):
9506         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9507         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9508         * sys/v4l/gstv4lcolorbalance.c:
9509         (gst_v4l_color_balance_channel_class_init):
9510         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9511         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9512         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9513         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9514         (gst_v4l_tuner_norm_class_init):
9515         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9517         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9518         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9519
9520 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9521
9522         * ext/pango/gsttextrender.h:
9523         * gst-libs/gst/audio/gstaudiosink.h:
9524         * gst-libs/gst/audio/gstaudiosrc.h:
9525         * gst-libs/gst/audio/gstbaseaudiosink.h:
9526         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9527         * gst-libs/gst/audio/gstringbuffer.h:
9528         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9529         * gst-libs/gst/rtp/gstbasertppayload.h:
9530         * gst-libs/gst/video/gstvideofilter.h:
9531         * gst-libs/gst/video/gstvideosink.h:
9532         * gst/playback/gstplaybasebin.h:
9533         * gst/tcp/gstmultifdsink.h:
9534         * sys/v4l/gstv4lelement.h:
9535         Fix broken GObject macros
9536
9537 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9538
9539         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9540         More debug to trace why my USB headset is not working with gst
9541
9542 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9543
9544         * gst/playback/gstplaybasebin.c: (group_destroy):
9545         Clean up our group elements properly in the case where it never 
9546         got committed - it still got added unconditionally to the bin.
9547
9548 2006-04-07  Wim Taymans  <wim@fluendo.com>
9549
9550         * ext/theora/theoradec.c: (theora_dec_sink_event),
9551         (theora_handle_data_packet), (theora_dec_chain):
9552         Unref unhandled events.
9553         Protect against empty buffers.
9554         Perform QoS on running time.
9555
9556 2006-04-07  Michael Smith  <msmith@fluendo.com>
9557
9558         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9559         (gst_vorbis_enc_chain):
9560           Remove leaks from vorbisenc.
9561           Mostly minor changes, the only significant one is that now the
9562           buffers we set as 'streamheader' on the caps are copies of the
9563           original buffers, to avoid circular refcounting problems.
9564
9565 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9566
9567         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9568           Don't remove our mute-probe if someone else already did so.
9569           Don't set a 2nd one if there is already one pending on the pad.
9570
9571         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9572         (do_playbin_seek):
9573           When a seek fails, ensure that playbin is still set back to playing.
9574           
9575         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9576         (mpeg_ts_type_find), (plugin_init):
9577           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9578
9579 2006-04-06  Andy Wingo  <wingo@pobox.com>
9580
9581         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9582         (gst_video_rate_init): Caps-related parameters should not be reset
9583         by a flush -- move their inits to the instance init function.
9584         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9585         is not OK, just return the result.
9586
9587         * gst/audiotestsrc/gstaudiotestsrc.c
9588         (gst_audio_test_src_class_init)
9589         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9590         broken by Stefan's commit on 24 March.
9591
9592         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9593         buffers being pushed out. Fixes oggmux ! multifdsink.
9594
9595 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9596
9597         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9598         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9599         * ext/vorbis/vorbisdec.h:
9600         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9601         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9602         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9603         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9604         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9605         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9606         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9607         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9608         (gst_vorbis_enc_buffer_from_packet),
9609         (gst_vorbis_enc_buffer_from_header_packet),
9610         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9611         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9612         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9613         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9614         (gst_vorbis_enc_change_state):
9615         * ext/vorbis/vorbisenc.h:
9616           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9617           vorbisenc adhere to the official nomenclature; use boilerplate
9618           macro.
9619
9620 2006-04-04  Andy Wingo  <wingo@pobox.com>
9621
9622         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9623         Whoops, fix bug introduced. Bad hacker!
9624         
9625         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9626         Properly handle the case where you get EOS before any buffers are
9627         received. Use gst_buffer_make_metadata_writable where appropriate.
9628
9629         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9630         is often negative -- make it signed so as not to wrap around.
9631         Fixes segfaults introduced on 9 March.
9632
9633 2006-04-03  Wim Taymans  <wim@fluendo.com>
9634
9635         * ext/theora/gsttheoradec.h:
9636         * ext/theora/theoradec.c: (theora_dec_src_event):
9637         Don't try to store a gdouble in a gboolean.
9638         Small cleanups.
9639
9640 2006-04-03  Michael Smith  <msmith@fluendo.com>
9641
9642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9643           Oggmux sucks.
9644           Make it suck slightly less by writing out the final page.
9645           Still can't encode a vorbis-in-ogg file correctly, though.
9646
9647 2006-04-03  Andy Wingo  <wingo@pobox.com>
9648
9649         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9650         a g_print.
9651
9652         * ext/theora/theora.c (plugin_init): Register theoraparse.
9653
9654         * ext/theora/gsttheoraparse.h: 
9655         * ext/theora/theoraparse.c: New files implementing a theora
9656         parser. Now we can properly remux ogg/theora+vorbis, yay.
9657
9658         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9659
9660 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9661
9662         * gst/audiotestsrc/gstaudiotestsrc.c:
9663           Fixed the sample pipeline (see #323798)
9664
9665 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9666
9667         * configure.ac:
9668         * win32/common/config.h:
9669         * win32/common/config.h.in:
9670           use AS_VERSION and AS_NANO
9671           more cleanups
9672
9673 2006-03-31  Andy Wingo  <wingo@pobox.com>
9674
9675         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9676         uninitialized variable return that would happen.
9677         
9678         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9679         uninitialized variable return that would never happen.
9680
9681         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9682         (vorbis_parse_sink_event): Add an event function to flush our
9683         state on a seek, and to drain buffers on a premature EOS.
9684         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9685         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9686         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9687         (vorbis_parse_drain_queue): Queue up buffers until we can set
9688         their timestamps and granulepos values.
9689
9690         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9691         and keep track of data needed for deriving granulepos and
9692         timestamps for buffers.
9693
9694 2006-03-29  Wim Taymans  <wim@fluendo.com>
9695
9696         Patch by: j^ <j at bootlab dot org>
9697
9698         * ext/alsa/gstalsamixerelement.c:
9699         (gst_alsa_mixer_element_class_init):
9700         * ext/alsa/gstalsasink.c:
9701         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9702         * ext/ogg/gstoggdemux.c:
9703         * ext/ogg/gstoggmux.c:
9704         * ext/ogg/gstoggparse.c:
9705         * ext/pango/gstclockoverlay.c:
9706         * ext/pango/gsttextoverlay.c:
9707         * ext/pango/gsttextrender.c:
9708         * ext/pango/gsttimeoverlay.c:
9709         * ext/theora/theoradec.c:
9710         * ext/theora/theoraenc.c:
9711         * ext/vorbis/vorbisdec.c:
9712         * ext/vorbis/vorbisenc.c:
9713         * gst/audioconvert/gstaudioconvert.c:
9714         * gst/subparse/gstsubparse.c:
9715         * gst/tcp/gstmultifdsink.c:
9716         * gst/tcp/gsttcpclientsink.c:
9717         * gst/tcp/gsttcpclientsrc.c:
9718         * gst/tcp/gsttcpserversink.c:
9719         * gst/tcp/gsttcpserversrc.c:
9720           better/unified long descriptions
9721           Fixes #336477
9722
9723 2006-03-29  Wim Taymans  <wim@fluendo.com>
9724
9725         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9726         (stop_seek):
9727         Don't let double and triple clicks mess up our state.
9728
9729 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9730
9731         * gst/playback/gstplaybin.c: (gen_video_element),
9732         (gen_text_element), (gen_audio_element), (gen_vis_element):
9733           Error out gracefully when we can't create any of the usual
9734           conversion elements for some reason. Also, don't try to
9735           create an audioscale (sic) element that's not used anyway.
9736
9737 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9738
9739         * gst/playback/gstplaybasebin.c: (setup_source):
9740           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9741           element for a particular protocol, that's confusing for users.
9742           Instead, post a RESOURCE_FAILED error, so that our own error
9743           message is actually shown in totem etc. (#336303).
9744
9745 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9746
9747         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9748
9749         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9750         (gst_gnome_vfs_src_get_icy_metadata):
9751           Fix some minor memory leaks (#336194).
9752
9753 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9754
9755         * ext/gnomevfs/gstgnomevfs.c:
9756         (gst_gnome_vfs_location_to_uri_string):
9757         * ext/gnomevfs/gstgnomevfs.h:
9758         * ext/gnomevfs/gstgnomevfssink.c:
9759         (gst_gnome_vfs_sink_set_property):
9760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9761           Make gnomevfssink accept filenames as well as URIs for the
9762           "location" property, just like gnomevfssrc does (and
9763           filesrc/filesink do) (#336190).
9764
9765 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9766
9767         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9768           set to NULL before unreffing, fixes a valgrind leak.
9769           Why was this not triggering the error that an object needs to
9770           be NULL before unreffing ?
9771         * win32/common/config.h:
9772           update
9773
9774 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9775
9776         * gst/subparse/gstsubparse.c: (convert_encoding),
9777         (gst_sub_parse_change_state):
9778         * gst/subparse/gstsubparse.h:
9779           Text subtitle files may or may not be UTF-8. If it's not, we
9780           don't really want to see '?' characters in place of non-ASCII
9781           characters like accented characters. So let's assume the input
9782           is UTF-8 until we come across text that is clearly not. If it's
9783           not UTF-8, we don't really know what it is, so try the following:
9784           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9785           is set; if not, check (b) if the current locale encoding is
9786           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9787           the current locale encoding is UTF-8 and the environment variable
9788           was not set to any particular encoding. Not perfect, but better
9789           than nothing (and better than before, I think) (fixes #172848).
9790
9791 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9792
9793         * configure.ac:
9794           update core requirement to 0.10.4.1 because of async_playback
9795           vmethod on GstBaseSink
9796
9797 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9798
9799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9800         * gst/adder/gstadder.c: (gst_adder_init):
9801         use DEBUG_FUNCPTR for collectpads
9802
9803 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9804
9805         * docs/plugins/Makefile.am:
9806         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9807         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9808         * ext/cdparanoia/gstcdparanoiasrc.c:
9809         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9810         (gst_gnome_vfs_sink_class_init):
9811         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9812         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9813         * ext/ogg/gstoggmux.c:
9814         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9815         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9816         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9817         * ext/pango/gsttextoverlay.c:
9818         * ext/pango/gsttextrender.c:
9819         * ext/theora/theoradec.c:
9820         * ext/theora/theoraenc.c:
9821         * ext/vorbis/vorbisdec.c:
9822         * ext/vorbis/vorbisenc.c:
9823         * gst-libs/gst/audio/gstaudiofilter.c:
9824         (gst_audio_filter_base_init):
9825         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9826         (gst_audio_filter_template_base_init):
9827         * gst/adder/gstadder.c: (gst_adder_get_type):
9828         * gst/adder/gstadder.h:
9829         * gst/audioconvert/gstaudioconvert.c:
9830         * gst/audiotestsrc/gstaudiotestsrc.c:
9831         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9832         (gst_audio_test_src_create):
9833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9834         * gst/playback/gstdecodebin.c:
9835         * gst/playback/gstplaybin.c:
9836         * gst/playback/gststreamselector.c:
9837         (gst_stream_selector_base_init):
9838         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9839         * gst/volume/gstvolume.c:
9840         * sys/v4l/gstv4lmjpegsink.c:
9841         * sys/v4l/gstv4lmjpegsrc.c:
9842         * tests/check/libs/cddabasesrc.c:
9843         * tests/old/examples/gob/gst-identity2.gob:
9844           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9845           define GstElementDetails at the top
9846
9847 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9848
9849         * win32/common/libgstinterfaces.def:
9850         Add a lot of export functions for gst-python
9851         * win32/vs6/libgstinterfaces.dsp:
9852         Add a missing include folder in the project configuration
9853         
9854 2006-03-23  Wim Taymans  <wim@fluendo.com>
9855
9856         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9857         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9858         (gst_base_audio_src_change_state):
9859         Fix audio sources, forgot to make the ringbuffer
9860         startable...
9861
9862 2006-03-23  Wim Taymans  <wim@fluendo.com>
9863
9864         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9865         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9866         (gst_base_audio_src_change_state):
9867         unparent instead of unref the ringbuffer.
9868
9869 2006-03-23  Wim Taymans  <wim@fluendo.com>
9870
9871         * gst-libs/gst/audio/gstbaseaudiosink.c:
9872         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9873         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9874         Implement new async_play vmethod to start slaving and allow
9875         playback start in case of async PLAY state changes. 
9876
9877         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9878         Enable QoS with new method in base class.
9879
9880 2006-03-23  Wim Taymans  <wim@fluendo.com>
9881
9882         Patch by: Julien MOUTTE <julien at moutte dot net>
9883
9884         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9885         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9886         Partially handle 0 framerate, only EOS after the first frame
9887         is missing.
9888
9889 2006-03-23  Wim Taymans  <wim@fluendo.com>
9890
9891         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9892
9893         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9894         (gst_riff_create_video_template_caps):
9895         * gst/ffmpegcolorspace/avcodec.h:
9896         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9897         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9898         (gst_ffmpegcsp_avpicture_fill):
9899         * gst/ffmpegcolorspace/imgconvert.c:
9900         Patch for support of YVU9 AVI files (#334822)
9901
9902 2006-03-22  Edward Hervey  <edward@fluendo.com>
9903
9904         * docs/design/design-decodebin.txt:
9905         Added design document for new decodebin
9906         (Target Caps): text/x-pango-markup is also a default target caps.
9907
9908 2006-03-22  Wim Taymans  <wim@fluendo.com>
9909
9910         * gst-libs/gst/audio/gstbaseaudiosink.c:
9911         (gst_base_audio_sink_dispose):
9912         Since we _parent the ringbuffer, we also need to
9913         _unparent instead of a plain _unref.
9914
9915 2006-03-22  Wim Taymans  <wim@fluendo.com>
9916
9917         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9918         (stop_seek), (scrub_toggle_cb), (main):
9919         Add scrub checkbox.
9920
9921 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9922
9923         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9924         (gst_ogg_parse_chain):
9925           Fix very inefficient usage of linked lists (#335365).
9926
9927 2006-03-21  Edward Hervey  <edward@fluendo.com>
9928
9929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9930         * gst/playback/gstplaybin.c: (handoff):
9931         * gst/playback/gststreamselector.c:
9932         (gst_stream_selector_set_property):
9933         gcc 4.1 unreferenced pointer fixes.
9934         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9936         gst_buffer_ref() now takes a GstBuffer*.
9937
9938 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9939
9940         * sys/xvimage/xvimagesink.c:
9941         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9942         by Jan Schmidt.
9943
9944 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9947         (id3v1_type_find), (apetag_type_find), (plugin_init):
9948           Can't do tag preferences via probability, as tags would then
9949           lose against types that are recognised with MAXIMUM probability
9950           (like .wav); so let all tag typefinders return MAXIMUM themselves
9951           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9952           that we can prefer APE to ID3v1 (fixes #335028).
9953           
9954 2006-03-17  Wim Taymans  <wim@fluendo.com>
9955
9956         * gst-libs/gst/audio/gstbaseaudiosink.c:
9957         (gst_base_audio_sink_change_state):
9958         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9959         (gst_ring_buffer_may_start):
9960         * gst-libs/gst/audio/gstringbuffer.h:
9961         Only start playback if we are playing.
9962         should fix #330748.
9963
9964 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9965
9966         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9967         * win32/common/config.h:
9968           Revert accidental commits to these files.
9969
9970 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9971
9972         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9973
9974         * tests/Makefile.am:
9975           Don't try to build tests in tests/icles if we
9976           don't have X (#323852)
9977
9978 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9979
9980         * gst-libs/gst/tag/gstid3tag.c:
9981           Add TXXX frame identifiers for replaygain stuff as used
9982           by some taggers (see #323721).
9983
9984 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9985
9986         * gst/playback/gststreamselector.c:
9987         (gst_stream_selector_set_property),
9988         (gst_stream_selector_bufferalloc):
9989           Preserve the existing buggy streamselector behaviour by performing
9990           a fallback buffer allocation when downstream isn't linked yet.
9991           This should really be fixed in playbin by blocking pads until it's
9992           linked them.
9993           Also, use gst_pad_alloc_buffer instead of
9994           gst_pad_alloc_buffer_and_set.
9995
9996 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9997
9998         * gst-libs/gst/tag/gstid3tag.c:
9999           Don't crash on unknown ID3v2 TXXX frames.
10000           
10001 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
10002
10003         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
10004           Chain up to the parent finalize method.
10005           Add 32-bit sample size to the template caps.
10006
10007         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10008         (gst_riff_create_video_template_caps):
10009           Add the fourcc that the VMWare codec uses.
10010           
10011         * gst/playback/gststreamselector.c:
10012         (gst_stream_selector_set_property),
10013         (gst_stream_selector_bufferalloc),
10014         (gst_stream_selector_request_new_pad):
10015           For the active pad, forward buffer-alloc requests, otherwise
10016           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
10017           having to memcpy every frame when used by playbin.
10018
10019         * gst/tcp/gstmultifdsink.c:
10020         (gst_multi_fd_sink_handle_client_write):
10021           Get negotiated caps from the sink pad, rather than the sink
10022           pad's peer.
10023
10024 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10027         
10028         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
10029           Don't forget to set src->callbacks_pushed to FALSE again when
10030           popping them, otherwise re-activation in a different mode won't
10031           work (#334620).
10032
10033 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10034
10035         Patch by: Sebastien Moutte  <sebastien moutte net>
10036
10037         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
10038         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
10039         (gst_ffmpeg_smpfmt_to_caps):
10040           Replace __VA_ARGS__ caps creation macros with varargs functions.
10041           Makes things compile on MSVC (#320765), looks nicer, and we can
10042           tell the compiler to check for the NULL terminator.
10043
10044 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10045
10046         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10047
10048         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10049           Make sure the buffer we copy into is really always big
10050           enough, this time for real (#333488).
10051           
10052 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10053
10054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10055           Add support for 24bpp DIB (#305279).
10056
10057 2006-03-14  Wim Taymans  <wim@fluendo.com>
10058
10059         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
10060         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
10062         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10063         (gst_video_scale_init), (gst_video_scale_src_event):
10064         Re-enable QoS after the release.
10065         Rework videoscale to use the base class src_event handler.
10066
10067 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         * configure.ac:
10070           back to CVS.
10071
10072 === release 0.10.5 ===
10073
10074 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
10075
10076         * configure.ac:
10077           releasing 0.10.5, "Net"
10078
10079 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
10080
10081         * docs/plugins/Makefile.am:
10082           Part of previous cdparanoiasrc docs fixes, forgot to commit.
10083           
10084 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10085
10086         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10087         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10088         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10089           Add cdparanoiasrc to docs.
10090
10091         * gst-libs/gst/cdda/gstcddabasesrc.c:
10092           More GstCddaBaseSrc docs.
10093
10094 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         * docs/libs/gst-plugins-base-libs-sections.txt:
10097         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
10098         * gst-libs/gst/tag/tag.h:
10099           API: libgsttag: new method gst_tag_from_id3_user_tag().
10100
10101 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10102
10103         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10104           NULL-terminate array of mpeg4 video file extensions.
10105           Fixes crash on PPC (#334226).
10106
10107 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         * ext/gnomevfs/gstgnomevfssrc.c:
10110         (gst_gnome_vfs_src_check_get_range):
10111           gnome_vfs_uri_is_local() alone is not a good indicator
10112           whether we can operate in pull-mode with a specific URI,
10113           as it returns FALSE for file:// URIs that point to an
10114           NFS-mounted path. Be more conservative here: whitelist
10115           local files, blacklist http URIs and use the old
10116           mechanism for anything else (fixes #334216).
10117
10118 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10119
10120         * configure.ac:
10121           back to trunk
10122
10123 === release 0.10.4 ===
10124
10125 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
10126
10127         * configure.ac:
10128           releasing 0.10.4, "Power"
10129
10130 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
10131
10132         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10133         Disable max-lateness by setting it to -1 for now, so that 
10134         we can bed QoS stuff in thoroughly between now and the next
10135         release.
10136
10137 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10138
10139         Patch by: Fabrizio Gennari
10140
10141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10142           Make sure we don't read beyond the palette buffer in case of
10143           broken or manipulated files (#333488)
10144
10145 2006-03-10  Edward Hervey  <edward@fluendo.com>
10146
10147         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10148         Fix for variable not initialized.
10149
10150 2006-03-09  Wim Taymans  <wim@fluendo.com>
10151
10152         * ext/libvisual/visual.c: (gst_visual_get_type),
10153         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
10154         (gst_visual_chain):
10155         Small cleanups.
10156
10157         * ext/theora/gsttheoradec.h:
10158         * ext/theora/theoradec.c: (gst_theora_dec_init),
10159         (gst_theora_dec_reset), (_theora_granule_time),
10160         (theora_dec_src_convert), (theora_dec_sink_convert),
10161         (theora_dec_src_query), (theora_dec_src_event),
10162         (theora_dec_sink_event), (theora_handle_comment_packet),
10163         (theora_handle_header_packet), (theora_dec_push),
10164         (theora_handle_data_packet), (theora_dec_chain),
10165         (theora_dec_change_state):
10166         Add simple QoS.
10167
10168 2006-03-09  Wim Taymans  <wim@fluendo.com>
10169
10170         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10171         (audiocast_register_listener), (gst_gnome_vfs_src_start):
10172         Some cleanups.
10173
10174 2006-03-09  Wim Taymans  <wim@fluendo.com>
10175
10176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10177         Don't try to activate NULL chains.
10178
10179 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10180
10181         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10182           Fix invalid memory access to region before peek'd data (#332964).
10183
10184 2006-03-09  Wim Taymans  <wim@fluendo.com>
10185
10186         Patch by: Christophe Fergeau
10187
10188         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
10189         * ext/pango/gsttextrender.c: (gst_text_render_init):
10190         * gst/adder/gstadder.c: (gst_adder_init):
10191         Don't leak padtemplates, closes #333510.
10192
10193 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10196           Fix invalid memory access: make sure string passed to
10197           regexec() is NUL-termianted.
10198
10199 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10202         (mp3_type_find):
10203           Refactor mpeg/audio typefinding to make it more maintainable
10204           and easier to fine-tune. Make probing into middle of the file
10205           work properly (fixes #333900, also see #152688).
10206
10207 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * gst/typefind/gsttypefindfunctions.c:
10210         (utf8_type_find_have_valid_utf8_at_offset):
10211           Remove part from previous commit that was bogus:
10212           g_utf8_validate() does in fact not accept embedded
10213           zeroes, so we don't need to check for those (thanks
10214           to Mike for the hint).
10215
10216 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         * gst/typefind/gsttypefindfunctions.c:
10219         (utf8_type_find_count_embedded_zeroes),
10220         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
10221           Make plain/text typefinder more conservative: firstly, check
10222           for embedded zeroes, which are perfectly valid UTF-8 characters,
10223           but also a fairly good sign that something is not a plain text
10224           file; secondly, probe into the middle of the file if possible.
10225           If we can't probe into the middle, limit the probability value
10226           to be returned to TYPE_FIND_POSSIBLE (see #333900).
10227
10228 2006-03-08  Michael Smith  <msmith@fluendo.com>
10229
10230         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10231           Make typefind function name for mpeg4 video unique.
10232
10233 2006-03-08  Wim Taymans  <wim@fluendo.com>
10234
10235         * ext/libvisual/visual.c: (gst_visual_init),
10236         (gst_visual_clear_actors), (gst_visual_dispose),
10237         (gst_visual_reset), (gst_visual_src_setcaps),
10238         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10239         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10240         (gst_visual_chain), (gst_visual_change_state):
10241         Cleanups, post nice errors.
10242         Handle sink and src events.
10243         Implement simple QoS.
10244
10245         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10246         Use new basesink methods to configure max-lateness.
10247         Small doc update.
10248
10249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10250         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10251         Debug statement cleanups.
10252
10253         * gst/volume/gstvolume.c: (gst_volume_class_init):
10254         Simple cleanup.
10255
10256 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10257
10258         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10259         (gst_text_overlay_init), (gst_text_overlay_set_property),
10260         (gst_text_overlay_get_property):
10261           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10262           as string type properties, but mark them deprecated. Add
10263           'halignment' and 'valignment' properties that use enums
10264           instead of strings.
10265
10266 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         Patch by: Fabrizio Gennari
10269
10270         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10271           Allow palettes with less than 256 colours in AVI files
10272           (#333488)
10273
10274 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10275
10276         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10277         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10278         pad. We were releasing the queued text buffer when we should keep
10279         it until video pad gets EOS or discard the text buffer because it's
10280         too old. That was eating the last subtitle buffer. Add some more
10281         debug.
10282
10283 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10284
10285         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10286         (gst_text_overlay_video_chain):
10287           Fix invalid memory access (we can't access a buffer after it's been
10288           pushed downstream without taking a reference); fix memory leak (if
10289           there's no text to render, bail out before allocating stuff).
10290
10291 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10292
10293         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10294         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10295         * ext/pango/gsttextoverlay.h:
10296           If input is plain text, escape it before passing it to
10297           pango_layout_set_markup().
10298
10299 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10300
10301         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10302           Don't ignore flow return from gst_pad_push().
10303
10304 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10305
10306         Patch by: Fabrizio Gennari
10307
10308         * ext/libvisual/visual.c: (gst_visual_getcaps),
10309         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10310         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10311         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10312         (gst_vorbisenc_convert_sink):
10313         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10314         (gst_audio_duration_from_pad_buffer):
10315         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10316         (gst_audio_filter_chain):
10317         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10318         (gst_base_rtp_depayload_setcaps):
10319         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10320         (gst_video_get_size):
10321         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10322           Don't leak references returned by gst_pad_get_parent()
10323           (#333663)
10324
10325 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10326
10327         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10328           change location param details
10329         * gst/volume/gstvolume.c: (plugin_init):
10330           correct plugin description
10331
10332 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10335         (gst_gnome_vfs_src_check_get_range):
10336           Override GstBaseSrc::check_get_range() in order to avoid opening
10337           the resource just to check whether we can operate in pull-mode or
10338           not - we can predict that pretty well from the URI alone. Should
10339           fix problems with last.fm (#331690). (Requires latest core CVS).
10340
10341 2006-03-06  Wim Taymans  <wim@fluendo.com>
10342
10343         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10344         (gst_video_sink_class_init):
10345         Throw away frames that are later than 20 ms.
10346
10347 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10348
10349         Patch by: Fabrizio Gennari
10350
10351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10352           Set depth on WMA caps (#333545)
10353
10354 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10355
10356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10357         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10358           put Theora BOS pages before others.  This hardcodes
10359           the Ogg/Theora I profile, but hey.
10360
10361 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10362
10363         * ext/ogg/README:
10364           updated with some examples
10365         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10366         (granulepos_add), (theora_buffer_from_packet):
10367         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10368         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10369         (gst_vorbisenc_chain):
10370           implement strategy from ext/ogg/README
10371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10372         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10373         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10374         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10375           Fix muxer so that oggz-validate is happy with all streams;
10376           except for no eos mark, and the BOS page ordering
10377         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10378         (check_buffer_granulepos):
10379         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10380           update tests to check for OFFSET being set as requested
10381           fixed type of granulepos, it's not a ClockTime
10382
10383 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10384
10385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10386         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10387         Check that the xvimage we are creating has a correct size
10388         before returning it. (#314897)
10389
10390 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10391
10392         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10393           Give id3 and ape tag typefinders a rank slightly higher
10394           than PRIMARY to ensure they're always run before any of
10395           the other typefinders (in particular wav and mp3) (#324186).
10396
10397 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10398
10399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10400           Add support for '3IVD' fourcc (#333403).
10401
10402 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10403
10404         * configure.ac:
10405           Bump requirements to GStreamer CVS for the new error enum.
10406
10407         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10408           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10409           space left on the device (fixes #333352).
10410
10411 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10412
10413         * win32/vs6:
10414           add a project file for libgstvolume
10415           update the workspace
10416
10417 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10418
10419         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10420         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10421         (GST_START_TEST):
10422           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10423           Set IN_CAPS on header buffers
10424
10425 2006-03-02  Wim Taymans  <wim@fluendo.com>
10426
10427         * docs/plugins/Makefile.am:
10428         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10429         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10430         Add audioresample to docs.
10431
10432         * gst/audioconvert/gstaudioconvert.c:
10433         Add revision date.
10434
10435         * gst/audioresample/gstaudioresample.c:
10436         (gst_audioresample_base_init), (gst_audioresample_class_init),
10437         (gst_audioresample_init), (gst_audioresample_dispose),
10438         (audioresample_get_unit_size), (audioresample_transform_caps),
10439         (resample_set_state_from_caps), (audioresample_transform_size),
10440         (audioresample_set_caps), (audioresample_event),
10441         (audioresample_do_output), (audioresample_transform),
10442         (audioresample_pushthrough), (gst_audioresample_set_property),
10443         (gst_audioresample_get_property), (plugin_init):
10444         * gst/audioresample/gstaudioresample.h:
10445         Added docs.
10446         Small code cleanups.
10447
10448 2006-03-02  Wim Taymans  <wim@fluendo.com>
10449
10450         * docs/plugins/Makefile.am:
10451         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10452         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10453         Added videoscale to docs.
10454
10455         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10456         (gst_video_rate_swap_prev), (gst_video_rate_event),
10457         (gst_video_rate_chain):
10458         Fix typo in docs.
10459
10460         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10461         (gst_video_scale_init), (gst_video_scale_prepare_size),
10462         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10463         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10464         * gst/videoscale/gstvideoscale.h:
10465         Added docs, examples.
10466         Some code cleanups.
10467         Post errors instead of g_warning.
10468
10469 2006-03-02  Wim Taymans  <wim@fluendo.com>
10470
10471         * docs/libs/gst-plugins-base-libs-docs.sgml:
10472         * docs/libs/gst-plugins-base-libs-sections.txt:
10473         * docs/libs/gst-plugins-base-libs.types:
10474         * docs/plugins/Makefile.am:
10475         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10476         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10477         Added some more docs to libs and plugins.
10478
10479         * gst-libs/gst/audio/gstringbuffer.c:
10480         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10481         * gst-libs/gst/audio/gstringbuffer.h:
10482         Document ringbuffer some more.
10483
10484         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10485         (gst_video_rate_setcaps), (gst_video_rate_reset),
10486         (gst_video_rate_init), (gst_video_rate_flush_prev),
10487         (gst_video_rate_swap_prev), (gst_video_rate_event),
10488         (gst_video_rate_chain), (gst_video_rate_change_state):
10489         * gst/videorate/gstvideorate.h:
10490         Fix videorate to use segments.
10491         Make it work with 0/1 framerates (closes #331903)
10492         Handle EOS correctly.
10493         Added docs.
10494
10495 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10496
10497         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10498         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10499         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10500           In state change function, first chain up to parent class,
10501           then handle downwards state change stuff. Remove some
10502           commented out cruft from 0.8 code.
10503
10504 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10505
10506         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10507         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10508         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10509         (gst_ogm_parse_chain):
10510           Don't remove/re-add source pad if the new caps are the same as
10511           the old caps anyway (#333042). When removing source pad, don't
10512           unref it afterwards - we didn't ref it when adding. Sprinkle some
10513           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10514           after using gst_pad_get_parent(). Return downstream flow return
10515           value in chain function.
10516
10517 2006-03-02  Wim Taymans  <wim@fluendo.com>
10518
10519         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10520         * docs/plugins/gst-plugins-base-plugins.args:
10521         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10522         * docs/plugins/gst-plugins-base-plugins.interfaces:
10523         * docs/plugins/gst-plugins-base-plugins.signals:
10524         Fix hierarchy, added some more elements to the docs.
10525
10526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10527         (gst_ffmpegcsp_get_type):
10528         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10529         Fix docs for ffmpegcolorspace.
10530
10531 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10532
10533         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10534         (apetag_type_find), (ape_type_find), (plugin_init):
10535           Some typefinding fine-tuning:
10536           - rank ID3/APE tags in order of preference via probabilities, so that
10537             ID3v2 > APEv2 > APEv1 > ID3v1.
10538           - three or four bytes don't really justify MAXIMUM probability,
10539             change those to 'very likely' (musepack and monkeysaudio).
10540
10541 2006-03-01  Wim Taymans  <wim@fluendo.com>
10542
10543         * docs/plugins/Makefile.am:
10544         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10545         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10546         * ext/alsa/gstalsamixer.c:
10547         * ext/alsa/gstalsamixer.h:
10548         * ext/alsa/gstalsamixerelement.c:
10549         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10550         * ext/alsa/gstalsamixerelement.h:
10551         * ext/alsa/gstalsasink.c:
10552         * ext/alsa/gstalsasink.h:
10553         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10554         (gst_alsasrc_init):
10555         * ext/alsa/gstalsasrc.h:
10556         Added alsa docs.
10557         Small code cleanups.
10558
10559 2006-03-01  Wim Taymans  <wim@fluendo.com>
10560
10561         * ext/theora/Makefile.am:
10562         Dist new header too,
10563
10564 2006-03-01  Wim Taymans  <wim@fluendo.com>
10565
10566         * docs/plugins/Makefile.am:
10567         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10568         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10569         * ext/gnomevfs/gstgnomevfssink.h:
10570         * ext/gnomevfs/gstgnomevfssrc.h:
10571         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10572         * ext/vorbis/vorbisdec.h:
10573         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10574         * ext/vorbis/vorbisenc.h:
10575         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10576         (vorbis_parse_chain), (vorbis_parse_change_state):
10577         * ext/vorbis/vorbisparse.h:
10578         * gst/audioconvert/gstaudioconvert.h:
10579         * gst/tcp/gsttcpserversink.h:
10580         * gst/videotestsrc/gstvideotestsrc.c:
10581         * gst/videotestsrc/gstvideotestsrc.h:
10582         * gst/volume/gstvolume.c:
10583         * gst/volume/gstvolume.h:
10584         Fix some more docs.
10585         Added docs for vorbisdec and vorbisparse.
10586         Fix vorbisparse.
10587
10588 2006-03-01  Wim Taymans  <wim@fluendo.com>
10589
10590         * docs/plugins/Makefile.am:
10591         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10592         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10593         * ext/pango/gstclockoverlay.h:
10594         * ext/pango/gsttextoverlay.h:
10595         * ext/pango/gsttextrender.h:
10596         * ext/pango/gsttimeoverlay.h:
10597         * ext/theora/gsttheoradec.h:
10598         * ext/theora/gsttheoraenc.h:
10599         * ext/theora/theoradec.c:
10600         * ext/theora/theoraenc.c:
10601         * gst/audioconvert/gstaudioconvert.h:
10602         * gst/audiotestsrc/gstaudiotestsrc.h:
10603         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10604         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10605         * gst/tcp/gstmultifdsink.h:
10606         Updated/added documentation.
10607
10608         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10609         (gst_text_overlay_halign_get_type),
10610         (gst_text_overlay_wrap_mode_get_type),
10611         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10612         (gst_text_overlay_init), (gst_text_overlay_set_property),
10613         (gst_text_overlay_get_property):
10614         Fix up properties to be enums instead of string to make bindings,
10615         introspection and automatic GUI creation possible.
10616         Add getters for the properties.
10617
10618 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10619
10620         * gst/audiotestsrc/gstaudiotestsrc.c:
10621           added defines of M_PI and M_PI_2
10622         * gst/ffmpegcolorspace/avcodec.h:
10623           removed #include "stdint.h" for win32 as _stdint.h is 
10624           autogenerated to win32/common
10625         * win32/common/libgstaudio.def:
10626         * win32/common/libgsttag.def:
10627           added some exports
10628         * win32/vs6:
10629           some project files bugs corrected
10630         * win32/vs7:
10631           project files are reset to the default vs7 configuration 
10632           (they link to msvcr71.dll using default optimizations)
10633           
10634 2006-02-28  Wim Taymans  <wim@fluendo.com>
10635
10636         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10637         Fix some docs.
10638
10639 2006-02-28  Edward Hervey  <edward@fluendo.com>
10640
10641         * ext/alsa/gstalsasrc.c:
10642         Set proper class on the ElementDetails:
10643         Source/Audio instead of Src/Audio/
10644
10645 2006-02-28  Edward Hervey  <edward@fluendo.com>
10646
10647         * gst/videoscale/vs_scanline.c:
10648         (vs_scanline_resample_nearest_RGBA):
10649         Revert optimization in videoscale. It should go in liboil and have
10650         an appropriate liboil function.
10651
10652 2006-02-28  Wim Taymans  <wim@fluendo.com>
10653
10654         * gst-libs/gst/audio/gstbaseaudiosink.c:
10655         (gst_base_audio_sink_provide_clock):
10656         Don't try to provide a clock in the NULL state.
10657
10658 2006-02-28  Wim Taymans  <wim@fluendo.com>
10659
10660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10661         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10662         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10663         (gst_ogg_demux_deactivate_current_chain),
10664         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10665         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10666         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10667         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10668         Use GstSegment infrastructure to remove duplicated code
10669         and handle more seek cases correctly.
10670
10671 2006-02-28  Wim Taymans  <wim@fluendo.com>
10672
10673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10674         (gst_ffmpegcsp_transform):
10675         Don't ignore return code from ffmpeg convert function.
10676
10677         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10678         Split out some long statements to ease debugging.
10679
10680 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10681
10682         * ext/libvisual/visual.c: (gst_visual_init),
10683         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10684         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10685         being able to renegotiate the size. Instead, use the negotiation
10686         algorithm from the goom plugin to pick an initial output caps. 
10687
10688         Also, allow theoretical libvisual plugins that might support non-GL 
10689         output even if they also do GL.
10690
10691 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10692
10693         * ext/libvisual/visual.c: (gst_visual_init),
10694         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10695         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10696         possible negotiation issues.
10697
10698 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10699
10700         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10701
10702 2006-02-24  Michael Smith  <msmith@fluendo.com>
10703
10704         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10705         (cmml_type_find), (plugin_init):
10706           Fix CMML type find function to not require a specific minor version
10707           of the CMML header.
10708
10709           Add an MPEG4 video elementary stream typefind function.
10710
10711 2006-02-04  Michael Smith  <msmith@fluendo.com>
10712
10713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10714         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10715         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10716         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10717         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10718         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10719           Annodex support in ogg demuxer. Doesn't do very much without the
10720           other annodex patches (to come).
10721
10722 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10723
10724         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10725
10726         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10727           Pick up palette for MS video v1 (#327028)
10728
10729 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10730
10731         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10732         (gst_ffmpegcsp_caps_remove_format_info),
10733         (gst_ffmpegcsp_get_unit_size):
10734           The 'palette_data' field from incoming RGB caps shouldn't be
10735           proxied on outgoing YUV caps; also, restrict unit size
10736           adjustment in case of paletted data only to the unit that
10737           actually has a palette. Fixes #330711.
10738
10739 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10740
10741         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10742         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10743         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10744         (gst_ffmpegcsp_get_unit_size):
10745           Plug some memory leaks.
10746
10747 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * sys/ximage/Makefile.am:
10750         * sys/xvimage/Makefile.am:
10751           Add some _CFLAGS and _LIBS that seem to be missing
10752           and/or required for Cygwin (see #317048).
10753
10754 2006-02-22  Wim Taymans  <wim@fluendo.com>
10755
10756         * ext/alsa/gstalsasrc.c:
10757         Fix description as pointed out by caugier.
10758
10759 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10760
10761         Reviewed by : Edward Hervey  <edward@fluendo.com>
10762
10763         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10764         (qt_type_find):
10765         Better 3gp typefinding (#331526).
10766
10767 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10770           Don't send EOS event here, the base class will send one for us.
10771
10772         * gst/playback/gstplaybasebin.c: (prepare_output):
10773           Subpictures without video stream aren't allowed either.
10774         
10775         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10776           Fix debug statement copy'n'paste-o.
10777
10778 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10781           Fix issues with mixer keeping state when muting/unmuting
10782           and when changing the volume whilst muted (see #331763
10783           and #331765).
10784
10785 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10788         (parse_subrip), (gst_sub_parse_format_autodetect):
10789           Set right caps given that we send escaped text. Also,
10790           honour <i></i>, <b></b> and <u></u> markers that can be found
10791           in .srt files (fixes #310202).
10792
10793 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10794
10795         * gst-libs/gst/audio/mixerutils.c:
10796         (element_factory_rank_compare_func):
10797           Make order in which elements are tried more determinable.
10798
10799 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10800
10801         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10802         (remove_element_chain), (cleanup_decodebin),
10803         (gst_decode_bin_change_state): Make decodebin reusable by
10804         fixing remove_element_chain first and then introduce a
10805         cleaner in state change to ->NULL. (Closes #331678)
10806
10807 2006-02-19  Wim Taymans  <wim@fluendo.com>
10808
10809         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10810         use 0666 mask when creating files so umask gets applied
10811         correctly. Fixes #331295.
10812
10813 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         * gst/subparse/Makefile.am:
10816         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10817         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10818         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10819         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10820         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10821         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10822         * gst/subparse/gstssaparse.h:
10823         * gst/subparse/gstsubparse.c: (plugin_init):
10824           Add very basic parser for SSA subtitle streams (as often
10825           found in matroska files).
10826
10827 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10830           That should be text/x-pango-markup, not text/x-pango-layout.
10831
10832 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10833
10834         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10835         Polishing.
10836
10837 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10838
10839         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10840         (gst_text_overlay_finalize), (gst_text_overlay_init),
10841         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10842         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10843         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10844         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10845         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10846         Fix state change deadlock.
10847
10848 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10849
10850         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10851         (gst_text_overlay_finalize), (gst_text_overlay_init),
10852         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10853         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10854         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10855         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10856         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10857         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10858         and subtitles files.
10859
10860 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10861
10862         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10863         should be considered as raw.
10864
10865 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10866
10867         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10868         (cb_probe):
10869         * gst/playback/gststreaminfo.h: Introduce language informations.
10870
10871 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10872
10873         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10874         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10875         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10876         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10877         Set shared memory segments to be deleted as soon as we have attached,
10878         that way they get cleaned up automatically if we crash.
10879
10880 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10881
10882         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10883         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10884         functions are called with lock held.
10885
10886 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10887
10888         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10889         (gst_text_overlay_finalize), (gst_text_overlay_init),
10890         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10891         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10892         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10893         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10894         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10895         (gst_text_overlay_change_state): Refactoring of textoverlay
10896         without collectpads. This now supports sparse subtitles coming
10897         from a demuxer instead of a sub file. Seeking is still broken 
10898         though. Need to discuss with wtay some more on how to handle
10899         seeking correctly.
10900         * ext/pango/gsttextoverlay.h:
10901         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10902         subtitles coming from the demuxer.
10903
10904 2006-02-17  Wim Taymans  <wim@fluendo.com>
10905
10906         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10907         (gst_vorbisenc_convert_sink):
10908         Use some more scaling functions.
10909
10910 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10911
10912         * ext/cdparanoia/gstcdparanoiasrc.c:
10913         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10914         (gst_cd_paranoia_paranoia_callback),
10915         (gst_cd_paranoia_src_signal_is_being_watched),
10916         (gst_cd_paranoia_src_read_sector):
10917         * ext/cdparanoia/gstcdparanoiasrc.h:
10918           Add back 'transport-error' and 'uncorrected-error' signals and
10919           make them actually be fired when bad stuff happens (#319340).
10920
10921 2006-02-17  Wim Taymans  <wim@fluendo.com>
10922
10923         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10924         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10925         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10926         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10927         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10928         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10929         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10930         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10931         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10932         (gst_ring_buffer_clear):
10933         Small cleanups.
10934         Added some G_LIKELY.
10935
10936 2006-02-17  Wim Taymans  <wim@fluendo.com>
10937
10938         * gst-libs/gst/audio/TODO:
10939         Update TODO
10940
10941         * gst-libs/gst/audio/gstbaseaudiosink.c:
10942         (gst_base_audio_sink_get_offset):
10943         When trying to play samples ASAP and we don't have a
10944         previous sample, try to play at position 0 instead of
10945         an invalid position.
10946
10947 2006-02-17  Wim Taymans  <wim@fluendo.com>
10948
10949         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10950         (gst_alsasink_reset):
10951         Also release lock when we get an error in _reset();
10952         fix an error message.
10953
10954 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10955
10956         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10957         (gst_alsasink_init), (get_channel_free_structure),
10958         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10959         (gst_alsasink_close):
10960         * ext/alsa/gstalsasink.h:
10961           Add support for more than 2 channels (#326720).
10962
10963 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10966           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10967           with 4 or 6 channels, assume a default channel layout to make things
10968           work (not sure there's anything else we can do in those cases).
10969
10970 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         * gst-libs/gst/audio/multichannel.c:
10973           Minor docs fix.
10974
10975         * gst-libs/gst/riff/Makefile.am:
10976         * gst-libs/gst/riff/riff-ids.h:
10977         * gst-libs/gst/riff/riff-media.c:
10978         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10979           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10980           channels and a channel layout map.
10981           
10982 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10983
10984         Reviewed by Edward Hervey  <edward@fluendo.com>
10985
10986         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10987         C-level optimization of the RGBA nearest neighbour function.
10988         Eventually this might end up in liboil with vectorized versions.
10989
10990 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10991
10992         * gst-libs/gst/audio/multichannel.c:
10993         (gst_audio_get_channel_positions):
10994           When we have more than 2 channels, but no channel layout is
10995           specified in the caps, return some default channel layout
10996           to the caller and warn about about a possibly buggy element
10997           (could be buggy filtercaps as well of course) (#317038).
10998
10999 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11002           Add gst-libs/gst/cdda to list of lib search paths.
11003
11004 2006-02-15  Andy Wingo  <wingo@pobox.com>
11005
11006         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
11007         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
11008         to the Lord Jesus that I do not have to touch the ogg muxer ever
11009         again.
11010
11011 2006-02-15  Edward Hervey  <edward@fluendo.com>
11012
11013         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11014         quicktime movie files can also contain 'uuid' atoms.
11015
11016 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * gst/audioconvert/plugin.c: (plugin_init):
11019           Register the GstAudioChannelPosition enum type with the type
11020           system in the plugin_init function, so that it is known before
11021           any element actually makes use of multi-channel stuff. This is
11022           required for example if one wants to be able to deserialise/use
11023           a caps string with channel positions before any pipeline has
11024           been setup and started, like with gst-launch.
11025
11026 2006-02-14  Wim Taymans  <wim@fluendo.com>
11027
11028         * gst-libs/gst/audio/gstringbuffer.c:
11029         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
11030         (gst_ring_buffer_samples_done), (wait_segment),
11031         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
11032         Add some compiler G_(UN_)LIKELY help.
11033         SIGNAL the ringbuffer waiters when going to PAUSED as well to
11034         make sure they can exit their functions. Should fix #330748
11035
11036 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11037
11038         * Makefile.am:
11039         * configure.ac:
11040         * win32/MANIFEST:
11041         * win32/common/_stdint.h:
11042           Windows does not have long long; copy the generated _stdint.h
11043         * win32/common/interfaces-enumtypes.c:
11044         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11045         (gst_mixer_track_flags_get_type),
11046         (gst_tuner_channel_flags_get_type):
11047         * win32/common/multichannel-enumtypes.c:
11048         (gst_audio_channel_position_get_type):
11049           update
11050
11051 2006-02-13  Wim Taymans  <wim@fluendo.com>
11052
11053         * gst-libs/gst/audio/gstbaseaudiosink.c:
11054         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
11055         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11056         Always sync on first sample we receive when starting.
11057
11058 2006-02-13  Wim Taymans  <wim@fluendo.com>
11059
11060         * gst/playback/gstplaybin.c: (gen_vis_element):
11061         Update vis bin docs.
11062         Move queue after tee so we don't queue video buffers but
11063         audio samples instead. Fixes problems where the video queue
11064         is filled and the audio queue empty.
11065
11066 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11069           No need to push an EOS event here, GstBaseSrc will do that for us
11070           when we return FLOW_UNEXPECTED.
11071           
11072 2006-02-12  Wim Taymans  <wim@fluendo.com>
11073
11074         * gst-libs/gst/audio/gstbaseaudiosink.c:
11075         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
11076         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
11077         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11078         Use scale functions when possible.
11079         Fix error messages.
11080         Free clockid when after waiting for EOS.
11081         Use G_(UN_)LIKLY when it makes sense.
11082         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
11083
11084 2006-02-12  Edward Hervey  <edward@fluendo.com>
11085
11086         * gst/playback/gstplaybasebin.c: (prepare_output): 
11087         Remove stray semi-colon (fixes #330888).
11088
11089 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
11090
11091         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
11093         Fix up the XShm call testing so that we catch errors, and don't
11094         cause new ones by attempting to detach from a segment we failed
11095         to attach to. Fixes #312439.
11096
11097 2006-02-10  Edward Hervey  <edward@fluendo.com>
11098
11099         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11100         Added flv file typefind (video/x-flv).
11101
11102 2006-02-10  Edward Hervey  <edward@fluendo.com>
11103
11104         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11105         (gst_riff_create_video_template_caps):
11106         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
11107         Also added the caps to the default set of riff video caps.
11108
11109 2006-02-09  Andy Wingo  <wingo@pobox.com>
11110
11111         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
11112         time and the end time of the last packet in the page.
11113         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
11114         on the pages in our queue, set the duration as well. Reflow a
11115         debug statement.
11116         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
11117         Fixes bad muxing order.
11118
11119 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11120
11121         * gst-libs/gst/rtp/gstbasertppayload.c:
11122         (gst_basertppayload_setcaps), (gst_basertppayload_push):
11123           update seqnum before setting it on the packet; this makes sure
11124           that the timestamp and seqnum properties match after pushing
11125           a buffer
11126
11127 2006-02-09  Andy Wingo  <wingo@pobox.com>
11128
11129         * gst-libs/gst/audio/gstringbuffer.c
11130         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
11131         overflow after 13.5 hours of recording. Kapow!
11132
11133         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
11134         the buffer size -- we don't care about underrun/overrun reporting
11135         right now, just need to return a useful value.
11136
11137 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11138
11139         * configure.ac:
11140           Back to CVS
11141
11142 === release 0.10.3 ===
11143
11144 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11145
11146         * configure.ac:
11147           releasing 0.10.3, "Under Pressure"
11148
11149 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11150
11151         * configure.ac:
11152         Drat. Bump libtool version number for new API.
11153         Prelease 0.10.2.3 (of 0.10.3)
11154
11155 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11156
11157         * configure.ac:
11158         * win32/common/config.h:
11159         0.10.2.2 prerelease (of 0.10.3).
11160
11161 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11162
11163         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
11164           Revert Andy's newsegment change pending a more correct
11165           fix.
11166
11167 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11168
11169         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11170         (qt_type_find), (plugin_init):
11171           detect more files as 3gp
11172           group and reorder the iso file formats
11173
11174 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11175
11176         * ext/vorbis/vorbis.c: (plugin_init):
11177           Register musicbrainz tags, so apps don't have to.
11178
11179 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11180
11181         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
11182         (gst_tag_to_vorbis_tag):
11183           Make sure we called gst_tag_register_musicbrainz_tags()
11184           before possibly mapping a vorbiscomment string from/to a
11185           musicbrainz tag.
11186
11187 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11188
11189         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11190           In case we can't find the required number of consecutive
11191           mpeg audio frames to positively identify an MPEG audio
11192           stream, check if there's at least a valid mpeg audio
11193           frame right at offset 0 and if so suggest mpeg/audio
11194           caps with a very low probability (#153004).
11195
11196 2006-02-07  Andy Wingo  <wingo@pobox.com>
11197
11198         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
11199         a TIME segment if we get timestamped buffers. Requires recent
11200         fixes in core to work properly.
11201
11202 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * gst/playback/gstplaybasebin.c: (prepare_output):
11205           Don't print the URI as part of the error message, it
11206           makes error dialogs look rather ugly, especially if
11207           the URI is very long or has characters in it that
11208           need escaping.
11209
11210 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11211
11212         * gst/playback/gstplaybasebin.c: (prepare_output):
11213           Error out if we have only text or subtitles, but nothing
11214           else. Also error out if we have subtitles but no video
11215           stream.
11216
11217 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11218
11219         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11220           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
11221           Post an error message on the bus when we encounter an
11222           error, which will hopefully be more meaningful than the
11223           'Internal Flow Error' message users get to see if we
11224           just return GST_FLOW_ERROR.
11225
11226 2006-02-07  Andy Wingo  <wingo@pobox.com>
11227
11228         * configure.ac (GST_MAJORMINOR): Update core version req to
11229         0.10.2.2, for the collectpads API addition (#330244).
11230
11231 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11232
11233         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11234           Return FALSE from plugin_init() when GnomeVFS can't
11235           be initialised for some reason (#328423).
11236
11237 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11238
11239         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11240         Stick to seeking theory until i find the bug.
11241         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11242
11243 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11244
11245         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11246         (theora_enc_finalize), (theora_enc_sink_setcaps),
11247         (theora_set_header_on_caps), (theora_enc_chain),
11248         (theora_enc_change_state):
11249         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11250           Make theoraenc and the tests leak free. Like, really.
11251
11252 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11253
11254         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11255         (theora_enc_finalize), (theora_enc_sink_setcaps):
11256           Add a finalize method to ensure we clean up state even if
11257           someone omitted the state change back to NULL.
11258
11259         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11260         (gst_vorbisenc_chain):
11261           Free some more leaked bits.
11262
11263         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11264         (stop_pipeline):
11265           Wait for state changes to happen if they're ASYNC.
11266
11267           This ought to teach those fancy pants buildbots a lesson.
11268
11269 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11270
11271         * gst-libs/gst/tag/gstid3tag.c:
11272           Add mapping for ID3 International Standard Recording Code
11273           tag "TSRC"
11274
11275 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11276
11277         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11278           Don't leak tag names.
11279
11280 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * docs/libs/gst-plugins-base-libs-docs.sgml:
11283         * docs/libs/gst-plugins-base-libs-sections.txt:
11284         * gst-libs/gst/tag/gstid3tag.c:
11285         * gst-libs/gst/tag/gstvorbistag.c:
11286         * gst-libs/gst/tag/tags.c:
11287           Split libgsttag docs into multiple sections.
11288
11289 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11290
11291         * docs/libs/Makefile.am:
11292         * docs/libs/gst-plugins-base-libs-docs.sgml:
11293         * docs/libs/gst-plugins-base-libs-sections.txt:
11294         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11295         * gst-libs/gst/tag/gstvorbistag.c:
11296         * gst-libs/gst/tag/tag.h:
11297         * gst-libs/gst/tag/tags.c:
11298           Add libgsttag to the docs.
11299
11300 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11301
11302         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11303         (gst_text_overlay_init), (gst_text_overlay_src_event),
11304         (gst_text_overlay_collected): Fix clockoverlay.
11305
11306 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11307
11308         * docs/libs/compiling.sgml:
11309           Fix typo: it's pkg-config, not pkg-gconfig
11310
11311         * docs/libs/gst-plugins-base-libs-docs.sgml:
11312         * docs/libs/gst-plugins-base-libs-sections.txt:
11313         * docs/libs/tmpl/gstgconf.sgml:
11314           There is no libgstgconf in 0.10, remove it
11315           from the docs.
11316
11317 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11318
11319         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11320         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11321         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11322         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11323         (gst_sub_parse_class_init), (gst_sub_parse_init),
11324         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11325         (parse_mpsub), (parser_state_init), (handle_buffer),
11326         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11327         * gst/subparse/gstsubparse.h: Introduce seeking code.
11328
11329 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11330
11331         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11332           Add comment about LANGUAGE tag inconsistency (we want
11333           ISO-639-1, but extract three-letter identifiers?)
11334
11335         * po/POTFILES.in:
11336           Add two translatable files.
11337
11338 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11339
11340         * gst-libs/gst/tag/Makefile.am:
11341         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11342         * gst-libs/gst/tag/tag.h:
11343         * gst-libs/gst/tag/tags.c:
11344         (gst_tag_register_musicbrainz_tags_internal),
11345         (gst_tag_register_musicbrainz_tags):
11346           Forward-port some tags stuff from the 0.8 branch. This is
11347           mostly the addition of musicbrainz tags and their mapping
11348           to vorbistags, and a vorbistag mapping of the language tag.
11349
11350 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11351
11352         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11353         refactoring.
11354
11355 2006-02-04  David Schleef  <ds@schleef.org>
11356
11357         * ext/ogg/gstoggmux.c:
11358         * gst/typefind/gsttypefindfunctions.c:
11359           Add Dirac typefinding and add dirac format to oggmux.
11360
11361 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11362
11363         * gst/playback/gstdecodebin.c: (try_to_link_1):
11364           Don't put essential function call into
11365           g_return_*() macro, otherwise it'll all be
11366           replaced by NOOPs when compiling with
11367           G_DISABLE_CHECKS defined.
11368
11369 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11370
11371         * ext/ogg/gstoggdemux.c:
11372         * ext/ogg/gstoggparse.c:
11373         * gst/tcp/gsttcpserversink.c:
11374         * sys/v4l/v4lsrc_calls.c:
11375         * sys/v4l/v4lsrc_calls.h:
11376         Just make it compile with --disable-gst-debug.
11377
11378 2006-02-03  Wim Taymans  <wim@fluendo.com>
11379
11380         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11381         (gst_alsasink_class_init), (gst_alsasink_init),
11382         (gst_alsasink_write), (gst_alsasink_reset):
11383         * ext/alsa/gstalsasink.h:
11384         Add lock to protect alsa calls.
11385         Implement reset to flush samples ASAP, does not work
11386         with dmix though.
11387
11388 2006-02-02  Wim Taymans  <wim@fluendo.com>
11389
11390         * gst-libs/gst/audio/gstbaseaudiosink.c:
11391         (gst_base_audio_sink_provide_clock):
11392         Ugh.. getting late I guess...
11393
11394 2006-02-02  Wim Taymans  <wim@fluendo.com>
11395
11396         * gst-libs/gst/audio/gstbaseaudiosink.c:
11397         (gst_base_audio_sink_provide_clock),
11398         (gst_base_audio_sink_set_property),
11399         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11400         Don't try to provide a clock when we are not negotiated since
11401         we might not be able to make it run.
11402
11403 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11404
11405         * gst/playback/gstdecodebin.c: (try_to_link_1):
11406           Unlinking two source pads is ... hard.
11407
11408 2006-02-02  Wim Taymans  <wim@fluendo.com>
11409
11410         * gst-libs/gst/audio/TODO:
11411         Updated.
11412
11413         * gst-libs/gst/audio/gstbaseaudiosink.c:
11414         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11415         On EOS, wait till the last sample is played before posting EOS.
11416
11417 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11418
11419         Patch by: Kai Vehmanen
11420         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11421           Adds ability to enable newsegment bypass by setting queue_delay to
11422           zero. Also avoid thread being started if queue_delay is zero.
11423
11424 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11427           Make test work again by connecting fakesinks to each decoded pad,
11428           which makes the pipeline wait until each fakesink has a buffer
11429           queued before going to PAUSED state. At that point we know the
11430           decodebin pads are negotiated.
11431
11432 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11435         (gst_cdda_base_src_handle_event):
11436         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11437           Pass unhandled queries to the parent class's query function.
11438
11439 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11440
11441         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11442         (gst_ogg_pad_src_query):
11443         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11444         * ext/theora/theoradec.c: (theora_dec_src_query),
11445         (theora_dec_sink_query):
11446         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11447         (vorbis_dec_sink_query):
11448         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11449         (gst_vorbisenc_sink_query):
11450         * gst/adder/gstadder.c: (gst_adder_query):
11451           Pass unhandled queries upstream instead of just
11452           dropping them (#326447). Also, fix supported
11453           query types list for some elements.
11454
11455 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11456
11457         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11458         (paris_type_find), (ilbc_type_find), (plugin_init):
11459           Fix typefinding for audio/x-au, audio/x-paris and
11460           audio/iLBC-sh. We cannot use the START_WITH macros
11461           here, because there can only be one typefind factory
11462           with the same name (caps), so the second one would
11463           replace the first one and the first one would never
11464           be called when doing typefinding (see #161712).
11465           
11466
11467 2006-01-31  Wim Taymans  <wim@fluendo.com>
11468
11469         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11470         (vorbis_handle_header_packet), (vorbis_dec_push),
11471         (vorbis_handle_data_packet):
11472         Use scale_int when we can, add some more scaling.
11473         Check packettype before parsing it.
11474
11475 2006-01-31  Wim Taymans  <wim@fluendo.com>
11476
11477         * ext/theora/theoradec.c: (_theora_granule_time),
11478         (theora_dec_src_convert), (theora_dec_sink_convert):
11479         Call right _scale functions.
11480         Use parameter instead of some other random value.
11481
11482 2006-01-31  Wim Taymans  <wim@fluendo.com>
11483
11484         * ext/theora/theoradec.c: (_theora_granule_frame),
11485         (_theora_granule_time), (_inc_granulepos),
11486         (theora_dec_src_convert), (theora_dec_sink_convert),
11487         (theora_handle_type_packet), (theora_handle_data_packet),
11488         (theora_dec_chain):
11489         Use higher precision timestamps calculation.
11490         Convert some other conversions to _scale.
11491
11492 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11493
11494         * gst/audiotestsrc/gstaudiotestsrc.c:
11495         (gst_audio_test_src_create_sine_table), (plugin_init):
11496         * gst/volume/gstvolume.c: (plugin_init):
11497           initialize gst_controller before using
11498
11499 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11500
11501         * tests/check/pipelines/theoraenc.c:
11502         * tests/check/pipelines/vorbisenc.c:
11503         Define constant using G_GINT64_CONSTANT to avoid errors when
11504         passing it around - otherwise it gets truncated to 32 bits.
11505
11506         Fixes failing tests.
11507
11508 2006-01-31  Andy Wingo  <wingo@pobox.com>
11509
11510         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11511         caps being set doesn't have a framerate value. Basically a stopgap
11512         measure.
11513
11514         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11515         technically correct enough to put into core though.
11516         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11517         DURATION. Fixes theoraenc ! oggmux.
11518
11519         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11520         fraction, not double.
11521
11522 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11523
11524         * win32/vs7:
11525         add vs7 project files created by Sergey Scobich
11526
11527 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11528
11529         * win32/vs8:
11530         add vs8 project files created by Sergey Scobich
11531         
11532 2006-01-30  Andy Wingo  <wingo@pobox.com>
11533
11534         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11535         timestamp + duration, not just timestamp -- ogg pages should be
11536         ordered by stop time. Necessary fix given the change in vorbis
11537         timestamps.
11538
11539         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11540         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11541         (granulepos_add): New function, handles the messiness of adjusting
11542         granulepos values.
11543         (theora_buffer_from_packet):
11544         (theora_enc_chain):
11545         (theora_enc_sink_event): Use granulepos_add, not +.
11546
11547         * tests/check/pipelines/theoraenc.c
11548         (check_buffer_granulepos_from_starttime): Just check the frame
11549         count, not the actual granulepos -- we can't dictate to the
11550         encoder when it should be placing keyframes.
11551
11552 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11553
11554         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11555           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11556           play an http:// stream from a server that's not serving
11557
11558 2006-01-30  Andy Wingo  <wingo@pobox.com>
11559
11560         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11561         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11562         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11563         available.
11564
11565         * ext/theora/gsttheoraenc.h:
11566         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11567         although theoraenc was timestamping correctly. Added handling of
11568         streams that start with nonzero timestamps.
11569
11570         * tests/check/Makefile.am:
11571         * tests/check/pipelines/theoraenc.c: New file, basically does same
11572         tests as vorbisenc.
11573
11574         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11575
11576 2006-01-30  Wim Taymans  <wim@fluendo.com>
11577
11578         * gst-libs/gst/audio/gstaudiosink.c:
11579         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11580         (gst_audioringbuffer_pause):
11581         Implement pause that does not wait for completion.
11582
11583         * gst-libs/gst/audio/gstbaseaudiosink.c:
11584         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11585         Don't drop buffers when going to PAUSED but perform preroll on
11586         remaining samples now that core base class supports this.
11587
11588         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11589         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11590         (gst_ring_buffer_commit):
11591         Pause should not signal waiters.
11592         Implement return value of _commit correctly.
11593
11594 2006-01-30  Andy Wingo  <wingo@pobox.com>
11595
11596         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11597
11598         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11599         updated to timestamp from the first sample, not the last.
11600         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11601         special care of granulepos and timestamp for header packets.
11602         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11603         when the first buffer has a nonzero timestamp.
11604
11605         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11606         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11607         case when the first audio buffer we get has a nonzero timestamp.
11608         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11609         properly timestamp vorbis buffers with the time of the first
11610         sample, not the last.
11611         
11612         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11613         vorbis_granule_time_copy -- now it takes the granule/subgranule
11614         offset into account.
11615
11616         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11617         timestamps, durations, and granulepos on buffers produced by
11618         vorbisenc.
11619
11620 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11621
11622         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11623         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11624           Patch from Eric Jonas to support conversions to/from UYVY 
11625           (Fixes: #324626)
11626
11627 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11628
11629         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11630         (setup_subtitle), (setup_source), (set_active_source):
11631         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11632         (gen_text_element), (gen_audio_element), (gen_vis_element),
11633         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11634
11635 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11636
11637         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11638         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11639                 use gst_guint64_to_gdouble to be compliant with vs6
11640         * gst/playback/gstdecodebin.c: (try_to_link_1)
11641         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11642                 use G_GINT64_CONSTANT for int64 constants
11643         * win32/common/libgstinterfaces.def:
11644                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11645         * win32/vs6:
11646                 update and add new project files
11647                 
11648 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11649
11650         * Makefile.am:
11651         * win32/MANIFEST:
11652         * win32/common/interfaces-enumtypes.c:
11653         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11654         (gst_mixer_track_flags_get_type),
11655         (gst_tuner_channel_flags_get_type):
11656         * win32/common/interfaces-enumtypes.h:
11657         * win32/common/multichannel-enumtypes.c:
11658         (gst_audio_channel_position_get_type):
11659         * win32/common/multichannel-enumtypes.h:
11660           add a win32-update rule like in core, and copy over enumtypes files
11661
11662 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11663
11664         * win32/MANIFEST:
11665         * win32/common/config.h:
11666         * win32/common/config.h.in:
11667           add config files just like in core
11668
11669 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11670
11671         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11672           Make gcc-4.1 happy (part of #327357).
11673
11674 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11675
11676         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11677         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11678         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11679         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11680         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11681         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11682           Update all error messages.  All of them should either use
11683           the default translated message, or actually provide a
11684           translatable string.
11685           Make the string for channel count problems meaningful.
11686
11687 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11688
11689         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11690           check for and throw RESOURCE_BUSY
11691
11692 2006-01-27  David Schleef  <ds@schleef.org>
11693
11694         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11695           checked in this change -- it requires liboil features not
11696           in 0.3.6.  Revert parts.
11697
11698 2006-01-27  David Schleef  <ds@schleef.org>
11699
11700         * REQUIREMENTS:
11701         * configure.ac: update liboil requirement to 0.3.6
11702         * gst/videoscale/Makefile.am:
11703         * gst/videoscale/vs_scanline.c: liboilify
11704
11705 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11706
11707         * ext/libvisual/visual.c: (get_buffer):
11708           When pad_alloc returns a GstFlowReturn other
11709           than GST_FLOW_OK, make sure it is passed upstream.
11710
11711 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11712
11713         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11714         (gst_alsasink_class_init):
11715           Free the device name string.
11716
11717         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11718         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11719         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11720           Don't remove a pad from the collectpads structure until it
11721           is released - it's a request pad, and may receive data again
11722           if the element gets moved back to PLAYING state.
11723
11724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11725           Ensure we turn on double buffering on the Xv port, and
11726           set the colour key to something dark and mysterious that
11727           isn't black.
11728
11729 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11730
11731         * ext/alsa/gstalsaplugin.c: (plugin_init):
11732         * ext/cdparanoia/gstcdparanoiasrc.c:
11733         (gst_cd_paranoia_src_base_init), (plugin_init):
11734         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11736           - a library should not call setlocale. see "Libraries" node in
11737             gettext manual
11738           - make sure all plugins that use translation do bindtextdomain
11739             to point to the localedir
11740         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11741         (setup_sinks), (plugin_init):
11742           all this, and check for NULL when creating sinks
11743
11744 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11745
11746         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11747         (plugin_init): Make typefinding of subtitles work again.
11748
11749 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11750
11751         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11752         (mp3_type_frame_length_from_header), (mp3_type_find),
11753         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11754         (plugin_init):
11755           Backport a bunch of typefinding fixes from the 0.8 branch.
11756           Also, improve wavpack typefinding: if we can't peek the
11757           entire wavpack block, try to parse the bits we can get and
11758           see if we find what we're looking for in those.
11759
11760 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11761
11762         * sys/ximage/ximagesink.c:
11763         (gst_ximagesink_calculate_pixel_aspect_ratio):
11764         * sys/xvimage/xvimagesink.c:
11765         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11766         more cases of pixel aspect ratio.
11767
11768 2006-01-26  Edward Hervey  <edward@fluendo.com>
11769
11770         * gst/playback/gstdecodebin.c: (pad_probe):
11771         Also consider the flush-start and tag events as unblockers
11772         for the pad probes.
11773
11774 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11775
11776         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11777         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11778         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11779         On the fly visualisation switch, works disabling, enabling as
11780         well but it won't be able to enable vis in a playbin that was
11781         created with no visualisation.
11782
11783 2006-01-25  Wim Taymans  <wim@fluendo.com>
11784
11785         * gst-libs/gst/audio/gstbaseaudiosink.c:
11786         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11787         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11788         resume after pause.
11789
11790 2006-01-25  Wim Taymans  <wim@fluendo.com>
11791
11792         * gst-libs/gst/audio/gstbaseaudiosink.c:
11793         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11794         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11795         Improve debugging.
11796         Post error when caps cannot be parsed.
11797         Resync on discontinuity in the stream.
11798         Clip samples to segment boundaries.
11799         return WRONG_STATE sooner when we are flushing.
11800
11801         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11802         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11803         Make audiosrc operate in TIME.
11804         Set TIMESTAMP and DURATION on buffers.
11805
11806 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11807
11808         * tests/examples/seek/seek.c: (main):
11809           Output tag messages as well.
11810
11811 2006-01-23  Edward Hervey  <edward@fluendo.com>
11812
11813         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11814         (free_pad_probes), (remove_fakesink), (pad_probe),
11815         (close_pad_link), (gst_decode_bin_change_state):
11816         Replace GstPadBlockCallback with pad probes that detect
11817         first buffer AND eos before removing fakesink.
11818         Fixes hang with demuxers doing EOS while pre-rolling.
11819         Solves #328279
11820
11821 2006-01-23  Andy Wingo  <wingo@pobox.com>
11822
11823         * ext/alsa/gstalsasink.c:
11824         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11825         (gst_base_rtp_depayload_setcaps),
11826         (gst_base_rtp_depayload_add_to_queue),
11827         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11828         
11829         Patch by: Jens Granseuer <jensgr at gmx dot net>
11830
11831 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11832
11833         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11834         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11835         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11836         frames. We might get a frame destroyed after changing state to
11837         NULL, adding a safety check on xcontext.
11838
11839 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         * gst-libs/gst/interfaces/xoverlay.c:
11842           Fix prepare-xwindow-id code example in the docs - we need to
11843           ignore all messages that aren't element messages as well.
11844           
11845 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11846
11847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11848           I think one day i'll completely undestand how caps negotiation
11849           is supposed to work. This refactoring handles buffer_alloc
11850           called with caps we can't handle. We definitely don't want a
11851           set_caps with those caps, so we define and allocate a buffer
11852           we would like to receive.
11853
11854 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11855
11856         * gst/playback/gstplaybasebin.c: (setup_source):
11857           Free iterator when done.
11858
11859 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11860
11861         * gst-libs/gst/audio/gstbaseaudiosink.c:
11862         (gst_base_audio_sink_render):
11863           Fix playback of non-synchronised streams by assuming a rate
11864           of 1.0 instead of a random one.
11865
11866           Makes this work again:
11867
11868           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11869           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11870           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11871           audioresample ! alsasink
11872
11873 === release 0.10.2 ===
11874
11875 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11876
11877         * configure.ac:
11878           releasing 0.10.2, "Then the devil is six"
11879
11880 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11881
11882         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11883         * gst/playback/gststreamselector.c:
11884         (gst_stream_selector_set_property):
11885           Comment out broken code that connects to the state-changed signal.
11886           At this point, changing current stream selection is broken, but 
11887           stuff like gst-launch playbin current-audio=1 works and filters
11888           to the chosen stream.
11889
11890 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11891
11892         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11893           Fix #327216 (null dereference in vorbisdec)
11894
11895 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11896
11897         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11898           Post taglist actually on bus instead of just freeing it
11899           (fixes #327114 and totem bug #327080).
11900
11901         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11902           Use gst_element_found_tags_for_pad(), so that the tags
11903           are sent downstream as an event as well.
11904
11905 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11906
11907         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11908         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11909         (gst_ximagesink_buffer_alloc):
11910         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11911         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11912         (gst_xvimagesink_buffer_alloc):
11913           move all regularly occurring messages to GST_LOG level
11914           add some more object logs
11915
11916 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11917
11918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11919           fix a silly segfault
11920
11921 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11922
11923         * docs/libs/gst-plugins-base-libs-docs.sgml:
11924         * docs/libs/gst-plugins-base-libs-sections.txt:
11925         * gst-libs/gst/audio/mixerutils.c:
11926         * gst-libs/gst/audio/mixerutils.h:
11927           Add docs for mixerutils stuff.
11928
11929 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11930
11931         * gst/playback/gstplaybasebin.c: (setup_source):
11932           Fix playback for sources that emit raw audio or
11933           raw video streams (e.g.: cd audio sources) (#325984).
11934
11935 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11936
11937         * gst-libs/gst/audio/mixerutils.c:
11938         (gst_audio_mixer_filter_do_filter):
11939           actually save the element we create
11940
11941 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst-libs/gst/cdda/gstcddabasesrc.c:
11944         (gst_cdda_base_src_handle_track_seek):
11945           No need to post a tag message on the bus when seeking
11946           within the same track, only post it when the current
11947           track changes.
11948
11949 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11950
11951         * gst/playback/gstplaybasebin.c: (group_destroy),
11952         (probe_triggered), (new_decoded_pad), (mute_group_type),
11953         (set_active_source):
11954         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11955         * gst/playback/gststreamselector.c:
11956         (gst_stream_selector_base_init),
11957         (gst_stream_selector_set_property),
11958         (gst_stream_selector_request_new_pad):
11959           Reenable stream selection. These mechanisms need a complete overhaul
11960           in the face of 0.8->0.10 changes though.
11961
11962 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11963
11964         * ext/ogg/gstoggdemux.c:
11965           Change the pad template to src_%d to match the pads that 
11966           are created from it. decodebin needs this information in order
11967           to decide that oggdemux is capable of producing multiple pads
11968           (and hence needs queues inserted).
11969
11970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11971         (gst_ogg_mux_collected):
11972           Make debug output more useful by using GST_PTR_FORMAT.
11973
11974 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11975
11976         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11977
11978         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11979           Set depth and width for alaw/mulaw (fixes #326601).
11980
11981 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11982
11983         * tests/icles/Makefile.am:
11984           don't build the tests if we don't have the libs
11985
11986 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11987
11988         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11989         (gst_cd_paranoia_paranoia_callback):
11990           Don't try to free NULL pointers.
11991
11992 2006-01-10  Edward Hervey  <edward@fluendo.com>
11993
11994         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11995         (gst_audio_rate_change_state), (plugin_init):
11996         Add debugging category.
11997         Fix type issues.
11998         Add case for incoming buffers without valid offset/offset_end.
11999
12000 2006-01-10  Michael Smith  <msmith@fluendo.com>
12001
12002         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
12003           Don't leak GCond in audio sources.
12004
12005 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
12006
12007         * gst/playback/gstplaybin.c: (gen_audio_element):
12008           Don't leak an autoaudiosink/alsasink when we generate
12009           a new audio element. (old code, I guess)
12010
12011 2006-01-10  Michael Smith  <msmith@fluendo.com>
12012
12013         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
12014           Support float audio in audiorate.
12015           Use width rather than depth for selecting sample width.
12016
12017 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12018
12019         * gst/videotestsrc/videotestsrc.h:
12020           Use GLib types here (that way we don't have to include the
12021           generated _stdint.h header, which makes life easier for win32
12022           folks that don't use autotools for the build) (#325990, patch
12023           by: Sergey Scobich).
12024
12025 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12028         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12029         (gst_ring_buffer_pause), (wait_segment):
12030         * gst-libs/gst/audio/gstringbuffer.h:
12031           Name (private) union, makes Forte compiler happy (this time
12032           for real) (#324900).
12033
12034 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         * gst-libs/gst/audio/Makefile.am:
12037           Link against libgstinterfaces, needed for mixer
12038           and property probe stuff.
12039
12040 2006-01-09  Edward Hervey  <edward@fluendo.com>
12041
12042         * gst-libs/gst/Makefile.am:
12043
12044 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * gst-libs/gst/audio/Makefile.am:
12047         * gst-libs/gst/audio/mixerutils.c:
12048         (gst_audio_mixer_filter_do_filter),
12049         (gst_audio_mixer_filter_check_element),
12050         (gst_audio_mixer_filter_probe_feature),
12051         (element_factory_rank_compare_func),
12052         (gst_audio_default_registry_mixer_filter):
12053         * gst-libs/gst/audio/mixerutils.h:
12054           Add gst_audio_default_registry_mixer_filter() utility
12055           function.
12056
12057 2006-01-03  Michael Smith  <msmith@fluendo.com>
12058
12059         * gst/audioresample/resample.h:
12060           As before, but for o_buf
12061
12062 2006-01-03  Michael Smith  <msmith@fluendo.com>
12063
12064         * gst/audioresample/resample.h:
12065           Declare struct _ResampleState.buffer as unsigned char *, not void *,
12066           since we do arithmetic on it.
12067
12068 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
12069
12070         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12071         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12072         (gst_ring_buffer_pause), (wait_segment):
12073         * gst-libs/gst/audio/gstringbuffer.h:
12074           Sun's Forte compiler doesn't seem to like anonymous structs,
12075           so use same setup as in GstBaseSrc (fixes #324900).
12076
12077 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12078
12079         * configure.ac:
12080         * gst/volume/Makefile.am:
12081         * gst/volume/demo.c:
12082           move old example to tests/examples/volume/volune.c
12083         * tests/examples/Makefile.am:
12084         * tests/examples/seek/seek.c: (main):
12085           change window-close event from "delete-event" to "destroy"
12086         * tests/examples/volume/Makefile.am:
12087         * tests/examples/volume/volume.c: (value_changed_callback),
12088         (setup_gui), (message_received), (eos_message_received), (main):
12089           fix event handling and bus usage
12090
12091 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
12092
12093         * gst/audiotestsrc/gstaudiotestsrc.c:
12094         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
12095         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
12096         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
12097         (gst_audio_test_src_create_square),
12098         (gst_audio_test_src_create_saw),
12099         (gst_audio_test_src_create_triangle),
12100         (gst_audio_test_src_create_silence),
12101         (gst_audio_test_src_create_white_noise),
12102         (gst_audio_test_src_create_pink_noise),
12103         (gst_audio_test_src_init_sine_table),
12104         (gst_audio_test_src_create_sine_table),
12105         (gst_audio_test_src_change_wave),
12106         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
12107         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
12108         * gst/audiotestsrc/gstaudiotestsrc.h:
12109           update to basesrc changes, implement segmented seeking and eos
12110           handling, add a 'sine-tab' waveform for performance critical playback
12111
12112 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12113
12114         * po/POTFILES.in:
12115           ... and this time the other modified file that I missed last time.
12116
12117 2005-12-29  Michael Smith  <msmith@fluendo.com>
12118
12119         * gst/playback/gstdecodebin.c: (new_pad):
12120           Fix non-C89 variable declaration not at the start of a block. Should
12121           help some compilers.
12122
12123 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * tests/check/Makefile.am:
12126           And now fix 'make distcheck' (builddir != srcdir)
12127
12128 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12129
12130         * configure.ac:
12131         * ext/cdparanoia/Makefile.am:
12132         * ext/cdparanoia/gstcdparanoia.c:
12133         * ext/cdparanoia/gstcdparanoia.h:
12134         * ext/cdparanoia/gstcdparanoiasrc.c:
12135         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
12136         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
12137         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
12138         (gst_cd_paranoia_paranoia_callback),
12139         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
12140         (gst_cd_paranoia_src_set_property),
12141         (gst_cd_paranoia_src_get_property), (plugin_init):
12142         * ext/cdparanoia/gstcdparanoiasrc.h:
12143           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
12144           plugin again (there are still fixes required to playbin to make
12145           cdda:// uris work there).
12146
12147 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * tests/check/Makefile.am:
12150           Fix test case compilation.
12151
12152 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12153
12154         * gst-libs/gst/cdda/gstcddabasesrc.c:
12155         (gst_cdda_base_src_update_duration),
12156         (gst_cdda_base_src_calculate_cddb_id):
12157           An integer is not a string. Fix access to uninitialised variable.
12158
12159         * tests/check/Makefile.am:
12160           Add cddabasesrc unit test; also actually enable the vorbis test.
12161
12162         * tests/check/generic/states.c:
12163           Blacklist new cd audio elements as well.
12164
12165         * tests/check/libs/cddabasesrc.c:
12166           Unit test for GstCddaBaseSrc (discid calculation mostly).
12167
12168 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12169
12170         * docs/libs/Makefile.am:
12171         * docs/libs/gst-plugins-base-libs-docs.sgml:
12172         * docs/libs/gst-plugins-base-libs-sections.txt:
12173         * docs/libs/gst-plugins-base-libs.types:
12174           Add docs for libgstcdda/GstCddaBaseSrc.
12175
12176         * gst-libs/gst/interfaces/mixertrack.h:
12177           Do one struct member per line with a semicolon at the end, that way
12178           even gtk-doc might parse it without complaining.
12179
12180 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12181
12182         * configure.ac:
12183         * gst-libs/gst/Makefile.am:
12184         * gst-libs/gst/cdda/Makefile.am:
12185         * gst-libs/gst/cdda/base64.c:
12186         * gst-libs/gst/cdda/base64.h:
12187         * gst-libs/gst/cdda/gstcddabasesrc.c:
12188         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
12189         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
12190         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
12191         (gst_cdda_base_src_get_property),
12192         (gst_cdda_base_src_get_track_from_sector),
12193         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
12194         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
12195         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
12196         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
12197         (gst_cdda_base_src_uri_get_protocols),
12198         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
12199         (gst_cdda_base_src_uri_handler_init),
12200         (gst_cdda_base_src_setup_interfaces),
12201         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
12202         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
12203         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
12204         (gst_cdda_base_src_add_tags),
12205         (gst_cdda_base_src_add_index_associations),
12206         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
12207         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
12208         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
12209         (gst_cdda_base_src_create):
12210         * gst-libs/gst/cdda/gstcddabasesrc.h:
12211         * gst-libs/gst/cdda/sha1.c:
12212         * gst-libs/gst/cdda/sha1.h:
12213           Add new libgstcdda with GstCddaBaseSrc class.
12214
12215 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12216
12217         * ext/gnomevfs/gstgnomevfssink.h:
12218           Use GstBaseSinkClass as parent_class member for class struct, not
12219           GstBaseSink.
12220
12221 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12222
12223         Patch by: Michael Benes
12224
12225         * gst/videotestsrc/gstvideotestsrc.c:
12226         (gst_video_test_src_class_init), (gst_video_test_src_start):
12227           Add start method to reset running time and number of frames sent
12228           when starting up (fixes #324696)
12229
12230 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12231
12232         * docs/plugins/Makefile.am:
12233         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12234         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12235         * docs/plugins/gst-plugins-base-plugins.args:
12236         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12237         * docs/plugins/gst-plugins-base-plugins.signals:
12238           Add docs stuff for gnomevfssrc and gnomevfssink.
12239
12240         * ext/gnomevfs/gstgnomevfssrc.c:
12241           Fix example pipeline in gtk-doc blurb.
12242
12243 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         * ext/gnomevfs/Makefile.am:
12246         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12247         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12248         (gst_gnome_vfs_handle_get_type), (plugin_init):
12249         * ext/gnomevfs/gstgnomevfs.h:
12250         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12251         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12252         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12253         (gst_gnome_vfs_sink_set_property),
12254         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12255         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12256         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12257         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12258         (gst_gnome_vfs_sink_uri_get_type),
12259         (gst_gnome_vfs_sink_uri_get_protocols),
12260         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12261         (gst_gnome_vfs_sink_uri_handler_init):
12262         * ext/gnomevfs/gstgnomevfssink.h:
12263           Port gnomevfssink; add gtk-doc blurb.
12264
12265         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12266         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12267         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12268         (gst_gnome_vfs_src_uri_get_type),
12269         (gst_gnome_vfs_src_uri_get_protocols),
12270         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12271         (gst_gnome_vfs_src_uri_handler_init),
12272         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12273         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12274         (gst_gnome_vfs_src_send_additional_headers_callback),
12275         (gst_gnome_vfs_src_received_headers_callback),
12276         (gst_gnome_vfs_src_push_callbacks),
12277         (gst_gnome_vfs_src_pop_callbacks),
12278         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12279         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12280         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12281         * ext/gnomevfs/gstgnomevfssrc.h:
12282           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12283           file; add gtk-doc blurb with example pipelines.
12284
12285 === release 0.10.1 ===
12286
12287 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12288
12289         * configure.ac:
12290           releasing 0.10.1, "Dobro Dedek"
12291
12292 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12293
12294         * gst/typefind/gsttypefindfunctions.c:
12295         iLBC30 and iLBC20 added to typefind.
12296
12297 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12298
12299         * gst-libs/gst/audio/gstbaseaudiosink.c:
12300         (gst_base_audio_sink_class_init):
12301         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12302         (gst_base_audio_src_class_init):
12303           update strings, values are in microseconds
12304           change the default sink buffer time to something that is smaller
12305           (to help software volume mixing have a slightly lower delay) but
12306           still be acceptable on Wim's laptop
12307
12308 2005-12-20  Edward Hervey  <edward@fluendo.com>
12309
12310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12311         Made a quack, forgot to add DUCK to the riff video template.
12312
12313 2005-12-19  Edward Hervey  <edward@fluendo.com>
12314
12315         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12316         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12317         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12318         (gst_ogm_parse_chain):
12319         Make sure pads are initialized correctly.
12320         * gst-libs/gst/riff/riff-ids.h:
12321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12322         (gst_riff_create_video_template_caps):
12323         Add a whole bunch of FOURCC <=> MimeType.
12324         Extend the riff video pad template to support the newly added fourcc.
12325
12326 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12327
12328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12329         (gst_ogg_demux_activate_chain):
12330           Extra debug output when activating/deactivating chains.
12331
12332         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12333         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12334         (unlinked):
12335           Remove a queue from our list when it becomes unlinked.
12336           Don't add queues to elements in class 'Demux' if they
12337           can only produce one pad 
12338
12339 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12340
12341         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12342         (gst_video_sink_get_type): Add a debug category.
12343
12344 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12345
12346         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12347         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12348           Handle downstream newsegment by sending our own newsegment before the
12349           next buffer to be released. (#323900)
12350
12351 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12352
12353         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12354         (gst_base_rtp_depayload_set_gst_timestamp):
12355           add queue delay to new segment as well (as opposed to just the first
12356           buffer). (bug #322347)
12357
12358 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12359
12360         * ext/libvisual/visual.c: (make_valid_name):
12361           change some char* into char[]
12362         * gst/audiotestsrc/gstaudiotestsrc.c:
12363         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12364         (gst_audio_test_src_create):
12365         * gst/audiotestsrc/gstaudiotestsrc.h:
12366           prepare to handle EOS and SEGMENT_DONE
12367
12368 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12369
12370         * tests/check/generic/states.c: (GST_START_TEST):
12371           Blacklist cdparanoia element in state test.
12372
12373 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12374
12375           Patch by: Benjamin Pineau
12376
12377         * gst/tcp/gsttcp.c:
12378         * gst/tcp/gsttcpclientsink.c:
12379         * gst/tcp/gsttcpserversink.c:
12380         * gst/tcp/gsttcpserversrc.c:
12381           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12382
12383 2005-12-15  Michael Smith  <msmith@fluendo.com>
12384
12385         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12386         (gst_video_rate_chain):
12387           Fix timestamping for videorate when the first buffer it sees has a
12388           non-zero timestamp. Fix some misleading debug output.
12389
12390 2005-12-15  Michael Smith  <msmith@fluendo.com>
12391
12392         * gst/audioresample/gstaudioresample.c:
12393           Don't leak all input buffers to audioresample.
12394
12395 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12396
12397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12398           Don't operate on empty text buffers. Strip newlines and
12399           tabs only from the end of the text, but leave them intact
12400           in the middle. Fix typo in gtk-doc description.
12401
12402 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * gst/playback/gstplaybasebin.c:
12405         * gst/playback/gstplaybin.c: (handoff):
12406           Make sure the video frame buffer we return to apps via the
12407           "frame" property always has caps set on it. Modify
12408           _gst_gvalue_set_object() macro to handle NULL objects
12409           gracefully too.
12410
12411 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12412
12413         * gst/audiotestsrc/gstaudiotestsrc.c:
12414         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12415         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12416         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12417         (gst_audio_test_src_create):
12418         * gst/audiotestsrc/gstaudiotestsrc.h:
12419         Adjust to some recent api changes and add wtays new cool seeking
12420         capabillities
12421
12422 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12423
12424         * ext/alsa/Makefile.am:
12425         * ext/alsa/gstalsadeviceprobe.c:
12426         * ext/alsa/gstalsadeviceprobe.h:
12427           Helper functions to add device probing via the GstPropertyProbe
12428           interface to a class.
12429
12430         * ext/alsa/gstalsamixer.h:
12431           Comment out GST_ALSA_MIXER, it returns a struct that's not
12432           used.
12433
12434         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12435           Add some debug info. 
12436
12437         * ext/alsa/gstalsamixerelement.c:
12438         (gst_alsa_mixer_element_interface_supported),
12439         (gst_implements_interface_init),
12440         (gst_alsa_mixer_element_init_interfaces),
12441         (gst_alsa_mixer_element_class_init),
12442         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12443         (gst_alsa_mixer_element_set_property),
12444         (gst_alsa_mixer_element_get_property),
12445         (gst_alsa_mixer_element_change_state):
12446         * ext/alsa/gstalsamixerelement.h:
12447           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12448           for device handling (gnome-volume-control will need that).
12449
12450 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12451
12452         * ext/Makefile.am: fix cdparanoia entry
12453         * gst-plugins-base.spec.in: add cdparanoia
12454
12455 2005-12-12  Michael Smith  <msmith@fluendo.com>
12456
12457         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12458           Use the correct function to free list of typefind factories.
12459
12460 2005-12-12  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/videotestsrc/gstvideotestsrc.c:
12463         (gst_video_test_src_class_init), (gst_video_test_src_init),
12464         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12465         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12466         (gst_video_test_src_create):
12467         * gst/videotestsrc/gstvideotestsrc.h:
12468         Implement seeking in videotestsrc.
12469         Small cleanups.
12470
12471 2005-12-12  Wim Taymans  <wim@fluendo.com>
12472
12473         * ext/cdparanoia/Makefile.am:
12474         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12475         (gst_paranoia_endian_get_type), (_do_init),
12476         (cdparanoia_class_init), (cdparanoia_init),
12477         (cdparanoia_set_property), (cdparanoia_get_property),
12478         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12479         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12480         (cdparanoia_convert), (cdparanoia_get_query_types),
12481         (cdparanoia_query), (cdparanoia_set_index),
12482         (cdparanoia_uri_set_uri):
12483         * ext/cdparanoia/gstcdparanoia.h:
12484         Partially ported cdparanoia now that basesrc can support a
12485         plugin like this..
12486
12487 2005-12-12  Wim Taymans  <wim@fluendo.com>
12488
12489         * tests/examples/seek/scrubby.c: (main):
12490         Set higher priority for bus events so they don't get reordered with
12491         gtk gui events.
12492
12493         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12494         (flush_toggle_cb), (main):
12495         Added checkbox to disable flushing seeks. 
12496         Disable scrubbing when doing non flushing seeks.
12497
12498 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12499
12500         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12501         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12502         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12503         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12504           Implement some sort of event handling that doesn't rely on
12505           g_return_if_fail; make sure we always push the last chunk of an 
12506           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12507           state change function; remove some old cruft. Seeking is still
12508           rather unlikely to work though.
12509
12510         * tools/.cvsignore:
12511           Ignore more.
12512
12513 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12514
12515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12516         Fixed a leak of the current image reference when cleaning up.
12517         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12518
12519 2005-12-09  Michael Smith  <msmith@fluendo.com>
12520
12521         * tools/Makefile.am:
12522         * tools/gst-launch-ext-m.m:
12523           Remove gst-launch-ext. It doesn't work, and is no longer
12524           particularly useful.
12525
12526 2005-12-08  Luca Ognibene  <luogni@tin.it>
12527
12528         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12529           don't pass random values to ogmparse convert function.
12530           Make seeking possible in the exile1.ogm file.
12531
12532 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12533
12534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12535         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12536           Work around refcount problem with g_value_set_object() that occur
12537           if the core has been compiled against GLib-2.6 (g_value_set_object()
12538           will only g_object_ref() the element, but the caller will
12539           gst_object_unref() it and bad things will happen due to the way
12540           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12541           totem for people on FC4 using Thomas's 0.10 RPMs.
12542           
12543 2005-12-07  Edward Hervey  <edward@fluendo.com>
12544
12545         Time to welcome ogm to 0.10 :)
12546         
12547         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12548         (gst_ogg_pad_typefind):
12549         Oggdemux can now properly typefind elements with dynamic pads.
12550         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12551         Properly set caps on src pad, and set caps on outgoing buffers.
12552
12553 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12554
12555         * ext/alsa/gstalsamixer.h:
12556         * ext/alsa/gstalsamixerelement.h:
12557         * ext/alsa/gstalsamixeroptions.h:
12558         * ext/alsa/gstalsamixertrack.h:
12559         * ext/alsa/gstalsasink.c:
12560         * ext/alsa/gstalsasink.h:
12561         * ext/alsa/gstalsasrc.c:
12562         * ext/alsa/gstalsasrc.h:
12563         * ext/cdparanoia/gstcdparanoia.h:
12564         * ext/gnomevfs/gstgnomevfsuri.h:
12565         * ext/ogg/gstoggdemux.c:
12566         * ext/ogg/gstoggmux.c:
12567         * ext/pango/gsttextoverlay.h:
12568         * ext/theora/theoradec.c:
12569         * ext/theora/theoraenc.c:
12570         * ext/vorbis/vorbisdec.h:
12571         * ext/vorbis/vorbisenc.c:
12572         * ext/vorbis/vorbisenc.h:
12573         * ext/vorbis/vorbisparse.h:
12574         * gst-libs/gst/audio/gstaudioclock.h:
12575         * gst-libs/gst/audio/gstaudiosink.c:
12576         * gst-libs/gst/audio/gstaudiosink.h:
12577         * gst-libs/gst/audio/gstaudiosrc.c:
12578         * gst-libs/gst/audio/gstaudiosrc.h:
12579         * gst-libs/gst/audio/gstbaseaudiosink.c:
12580         * gst-libs/gst/audio/gstbaseaudiosink.h:
12581         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12582         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12583         * gst-libs/gst/audio/gstringbuffer.h:
12584         * gst-libs/gst/audio/multichannel.h:
12585         * gst-libs/gst/floatcast/floatcast.h:
12586         * gst-libs/gst/interfaces/colorbalance.c:
12587         * gst-libs/gst/interfaces/colorbalance.h:
12588         * gst-libs/gst/interfaces/colorbalancechannel.h:
12589         * gst-libs/gst/interfaces/mixer.h:
12590         * gst-libs/gst/interfaces/mixeroptions.h:
12591         * gst-libs/gst/interfaces/mixertrack.h:
12592         * gst-libs/gst/interfaces/navigation.h:
12593         * gst-libs/gst/interfaces/propertyprobe.h:
12594         * gst-libs/gst/interfaces/tuner.h:
12595         * gst-libs/gst/interfaces/tunerchannel.h:
12596         * gst-libs/gst/interfaces/tunernorm.h:
12597         * gst-libs/gst/interfaces/xoverlay.h:
12598         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12599         * gst-libs/gst/riff/riff-ids.h:
12600         * gst-libs/gst/riff/riff-media.h:
12601         * gst-libs/gst/riff/riff-read.h:
12602         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12603         * gst-libs/gst/rtp/gstbasertppayload.c:
12604         * gst-libs/gst/rtp/gstbasertppayload.h:
12605         * gst-libs/gst/rtp/gstrtpbuffer.c:
12606         * gst-libs/gst/rtp/gstrtpbuffer.h:
12607         * gst-libs/gst/tag/gsttageditingprivate.h:
12608         * gst-libs/gst/tag/gstvorbistag.c:
12609         (gst_tag_list_from_vorbiscomment_buffer):
12610         * gst-libs/gst/tag/tag.h:
12611         * gst-libs/gst/video/video.h:
12612         * gst/adder/gstadder.c:
12613         * gst/adder/gstadder.h:
12614         * gst/audioconvert/audioconvert.c:
12615         * gst/audioconvert/audioconvert.h:
12616         * gst/audioconvert/gstaudioconvert.c:
12617         * gst/audioconvert/gstchannelmix.c:
12618         * gst/audioconvert/gstchannelmix.h:
12619         * gst/audiorate/gstaudiorate.c:
12620         * gst/audioresample/buffer.h:
12621         * gst/audioresample/functable.h:
12622         * gst/audioresample/gstaudioresample.c:
12623         * gst/audioresample/resample.h:
12624         * gst/ffmpegcolorspace/avcodec.h:
12625         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12626         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12627         * gst/ffmpegcolorspace/imgconvert.c:
12628         * gst/ffmpegcolorspace/imgconvert_template.h:
12629         * gst/playback/gstdecodebin.c:
12630         * gst/playback/gstplaybasebin.h:
12631         * gst/playback/gstplaybin.c:
12632         * gst/playback/gststreaminfo.h:
12633         * gst/tcp/gstfdset.c:
12634         * gst/tcp/gstfdset.h:
12635         * gst/tcp/gstmultifdsink.c:
12636         * gst/tcp/gstmultifdsink.h:
12637         * gst/tcp/gsttcp.h:
12638         * gst/tcp/gsttcpclientsrc.c:
12639         * gst/tcp/gsttcpclientsrc.h:
12640         * gst/tcp/gsttcpplugin.h:
12641         * gst/tcp/gsttcpserversink.c:
12642         * gst/tcp/gsttcpserversrc.c:
12643         * gst/typefind/gsttypefindfunctions.c:
12644         * gst/videorate/gstvideorate.c:
12645         * gst/videotestsrc/gstvideotestsrc.h:
12646         * gst/videotestsrc/videotestsrc.h:
12647         * sys/v4l/gstv4lcolorbalance.h:
12648         * sys/v4l/gstv4ltuner.h:
12649         * sys/v4l/gstv4lxoverlay.h:
12650         * sys/v4l/v4l_calls.h:
12651         * sys/v4l/videodev_mjpeg.h:
12652         * tests/check/elements/audioconvert.c:
12653         * tests/check/elements/audioresample.c:
12654         * tests/check/elements/audiotestsrc.c:
12655         * tests/check/elements/videotestsrc.c:
12656         * tests/check/elements/volume.c:
12657         * tests/examples/seek/scrubby.c:
12658         * tests/examples/seek/seek.c:
12659           expand tabs
12660
12661 === release 0.10.0 ===
12662
12663 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12664
12665         * configure.ac:
12666           releasing 0.10.0, "Mont-d'or"
12667
12668 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12669
12670         * tests/examples/seek/Makefile.am:
12671         Build fix for when gtk is not available.
12672
12673 2005-12-05  Andy Wingo  <wingo@pobox.com>
12674
12675         * ext/libvisual/visual.c: (get_buffer):
12676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12677         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12678         * ext/theora/theoradec.c: (theora_handle_data_packet):
12679         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12680         (theora_enc_chain):
12681         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12682         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12683         Update for alloc_buffer changes.
12684
12685 2005-12-05  Andy Wingo  <wingo@pobox.com>
12686
12687         patch by: Kai Vehmanen <kv2004 eca cx>
12688         
12689         * gst-libs/gst/rtp/gstbasertpdepayload.c
12690         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12691
12692 2005-12-04  Andy Wingo  <wingo@pobox.com>
12693
12694         patch by: Sebastien Cote <sebas642 yahoo ca>
12695         
12696         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12697         Fixes #319172.
12698
12699 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12700
12701         * docs/plugins/Makefile.am:
12702         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12703         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12704         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12705         * ext/pango/gstclockoverlay.c:
12706         * ext/pango/gsttextoverlay.c: 
12707         * ext/pango/gsttextrender.c:
12708         * ext/pango/gsttimeoverlay.c:
12709           Add gtk-doc blurbs to pango elements.
12710
12711 2005-12-02  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12714         * gst/audioresample/buffer.h:
12715         * gst/audioresample/gstaudioresample.c:
12716         * gst/audioresample/gstaudioresample.h:
12717         * gst/audioresample/resample.c: (resample_input_flush),
12718         (resample_input_pushthrough), (resample_input_eos),
12719         (resample_get_output_size_for_input),
12720         (resample_get_input_size_for_output), (resample_get_output_size),
12721         (resample_get_output_data):
12722         * gst/audioresample/resample.h:
12723         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12724         Fix audioresample, seek torture, new segments, reverse negotiation
12725         etc.. work fine.
12726
12727 2005-12-02  Wim Taymans  <wim@fluendo.com>
12728
12729         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12730         Small cleanups.
12731
12732 2005-12-02  Wim Taymans  <wim@fluendo.com>
12733
12734         * gst/audioconvert/gstaudioconvert.c:
12735         (gst_audio_convert_transform):
12736         Post errors.
12737
12738 === release 0.9.7 ===
12739
12740 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12741
12742         * configure.ac:
12743           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12744
12745 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12746
12747         * Makefile.am:
12748         * po/hu.po:
12749         * win32/MANIFEST:
12750         * win32/gst.sln:
12751           add win32 MANIFEST file
12752           do something to the hungarian translation
12753
12754 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12755
12756         * ext/Makefile.am:
12757           Add $(PANGO_DIR) to SUBDIRS
12758
12759         * ext/pango/gstclockoverlay.c:
12760         * ext/pango/gsttimeoverlay.c:
12761           Fix and improve element descriptions.
12762
12763 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12764
12765         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12766         * docs/plugins/inspect/plugin-libvisual.xml:
12767         * docs/plugins/inspect/plugin-pango.xml:
12768           add pango plugin to docs
12769
12770 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12771
12772         * configure.ac:
12773         * ext/Makefile.am:
12774           moved pango to base
12775
12776 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12777
12778         * configure.ac:
12779         * tests/Makefile.am:
12780         * tests/icles/.cvsignore:
12781         * tests/icles/Makefile.am:
12782         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12783         (close_display), (resize_window), (move_window), (create_window),
12784         (terminate_playback), (pause_playback), (start_playback), (main):
12785           add stress test for xoverlay from Julien
12786
12787 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12788
12789         * docs/libs/tmpl/gstcolorbalance.sgml:
12790         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12791         * gst-libs/gst/rtp/gstbasertppayload.c:
12792         * gst-libs/gst/rtp/gstrtpbuffer.c:
12793         * gst-libs/gst/rtp/gstrtpbuffer.h:
12794           Do burger's rename for rtp payloaders and depayloaders
12795
12796 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12797
12798         * win32/:
12799           add Visual Studio 6 build files
12800
12801 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12802
12803         * docs/libs/gst-plugins-base-libs-docs.sgml:
12804         * docs/libs/gst-plugins-base-libs-sections.txt:
12805         * docs/libs/tmpl/gstaudio.sgml:
12806         * docs/libs/tmpl/gstringbuffer.sgml:
12807         * gst-libs/gst/interfaces/xoverlay.c:
12808         * gst-libs/gst/video/gstvideofilter.c:
12809         * gst-libs/gst/video/gstvideosink.c:
12810           update documentation
12811
12812 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12813
12814         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12815         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12816         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12817         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12818         (gst_multi_fd_sink_get_stats),
12819         (gst_multi_fd_sink_remove_client_link),
12820         (gst_multi_fd_sink_handle_client_read),
12821         (gst_multi_fd_sink_client_queue_data),
12822         (gst_multi_fd_sink_client_queue_caps),
12823         (gst_multi_fd_sink_client_queue_buffer),
12824         (gst_multi_fd_sink_new_client),
12825         (gst_multi_fd_sink_handle_client_write),
12826         (gst_multi_fd_sink_recover_client),
12827         (gst_multi_fd_sink_queue_buffer),
12828         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12829         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12830         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12831         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12832         * gst/tcp/gstmultifdsink.h:
12833         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12834         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12835         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12836         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12837         (gst_tcp_client_sink_set_property),
12838         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12839         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12840         * gst/tcp/gsttcpclientsink.h:
12841         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12842         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12843         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12844         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12845         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12846         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12847         * gst/tcp/gsttcpclientsrc.h:
12848         * gst/tcp/gsttcpplugin.c: (plugin_init):
12849         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12850         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12851         (gst_tcp_server_sink_finalize),
12852         (gst_tcp_server_sink_handle_server_read),
12853         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12854         (gst_tcp_server_sink_set_property),
12855         (gst_tcp_server_sink_get_property),
12856         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12857         * gst/tcp/gsttcpserversink.h:
12858         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12859         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12860         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12861         (gst_tcp_server_src_set_property),
12862         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12863         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12864         * gst/tcp/gsttcpserversrc.h:
12865           more borgifying
12866
12867 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12868
12869         * docs/plugins/Makefile.am:
12870         * docs/plugins/gst-plugins-base-plugins.args:
12871         * docs/plugins/inspect/plugin-libvisual.xml:
12872         * gst/audioconvert/plugin.h:
12873         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12874         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12875         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12876         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12877         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12878         (plugin_init):
12879         * gst/audiotestsrc/gstaudiotestsrc.c:
12880         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12881         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12882         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12883         (gst_audio_test_src_get_query_types),
12884         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12885         (gst_audio_test_src_create_square),
12886         (gst_audio_test_src_create_saw),
12887         (gst_audio_test_src_create_triangle),
12888         (gst_audio_test_src_create_silence),
12889         (gst_audio_test_src_create_white_noise),
12890         (gst_audio_test_src_init_pink_noise),
12891         (gst_audio_test_src_generate_pink_noise_value),
12892         (gst_audio_test_src_create_pink_noise),
12893         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12894         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12895         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12896         (plugin_init):
12897         * gst/audiotestsrc/gstaudiotestsrc.h:
12898         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12899         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12900         (gst_sub_parse_init), (gst_sub_parse_formats),
12901         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12902         (convert_encoding), (get_next_line),
12903         (gst_sub_parse_data_format_autodetect),
12904         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12905         (gst_sub_parse_loop), (gst_sub_parse_chain),
12906         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12907         (plugin_init):
12908         * gst/subparse/gstsubparse.h:
12909         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12910         (gst_video_rate_base_init), (gst_video_rate_class_init),
12911         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12912         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12913         (gst_video_rate_init), (gst_video_rate_event),
12914         (gst_video_rate_chain), (gst_video_rate_set_property),
12915         (gst_video_rate_get_property), (gst_video_rate_change_state),
12916         (plugin_init):
12917         * gst/videoscale/gstvideoscale.c:
12918         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12919         (gst_video_scale_src_template_factory),
12920         (gst_video_scale_sink_template_factory),
12921         (gst_video_scale_get_type), (gst_video_scale_base_init),
12922         (gst_video_scale_class_init), (gst_video_scale_init),
12923         (gst_video_scale_set_property), (gst_video_scale_get_property),
12924         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12925         (gst_video_scale_prepare_size), (parse_caps),
12926         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12927         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12928         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12929         (plugin_init):
12930         * gst/videoscale/gstvideoscale.h:
12931         * gst/videotestsrc/gstvideotestsrc.c:
12932         (gst_video_test_src_pattern_get_type),
12933         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12934         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12935         (gst_video_test_src_set_pattern),
12936         (gst_video_test_src_set_property),
12937         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12938         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12939         (gst_video_test_src_event), (gst_video_test_src_get_times),
12940         (gst_video_test_src_create), (plugin_init):
12941         * gst/videotestsrc/gstvideotestsrc.h:
12942         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12943         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12944         (gst_video_test_src_black):
12945         * gst/videotestsrc/videotestsrc.h:
12946           borgify further
12947           clean up docs a little
12948
12949 2005-11-30  Wim Taymans  <wim@fluendo.com>
12950
12951         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12952         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12953         (gst_basertppayload_event), (gst_basertppayload_push),
12954         (gst_basertppayload_change_state):
12955         * gst-libs/gst/rtp/gstbasertppayload.h:
12956         closed #320644.
12957
12958 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12959
12960         * docs/libs/gst-plugins-base-libs-docs.sgml:
12961         * docs/libs/gst-plugins-base-libs-sections.txt:
12962         * gst-libs/gst/video/gstvideofilter.c:
12963         * gst-libs/gst/video/gstvideosink.c:
12964         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12965
12966 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12967
12968         * LICENSE:
12969           move
12970         * po/af.po:
12971         * po/az.po:
12972         * po/cs.po:
12973         * po/en_GB.po:
12974         * po/hu.po:
12975         * po/it.po:
12976         * po/nb.po:
12977         * po/nl.po:
12978         * po/or.po:
12979         * po/sq.po:
12980         * po/sr.po:
12981         * po/sv.po:
12982         * po/uk.po:
12983         * po/vi.po:
12984         * Makefile.am:
12985           update
12986         * scripts/autoplugins.sh:
12987           remove
12988
12989 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12990
12991         * Makefile.am:
12992         * configure.ac:
12993         * examples/Makefile.am:
12994         * examples/capsfilter/Makefile.am:
12995         * examples/capsfilter/capsfilter1.c:
12996         * examples/gob/Makefile.am:
12997         * examples/gob/gst-identity2.gob:
12998         * examples/indexing/.cvsignore:
12999         * examples/indexing/Makefile.am:
13000         * examples/indexing/indexmpeg.c:
13001         * examples/seeking/.cvsignore:
13002         * examples/seeking/Makefile.am:
13003         * examples/seeking/cdparanoia.c:
13004         * examples/seeking/cdplayer.c:
13005         * examples/seeking/chained.c:
13006         * examples/seeking/scrubby.c:
13007         * examples/seeking/seek.c:
13008         * examples/stats/Makefile.am:
13009         * examples/stats/mp2ogg.c:
13010         * examples/switch/.cvsignore:
13011         * examples/switch/Makefile.am:
13012         * examples/switch/switcher.c:
13013         * tests/Makefile.am:
13014         * tests/check/generic/.cvsignore:
13015         * tests/check/pipelines/.cvsignore:
13016         * tests/examples/Makefile.am:
13017         * tests/examples/seek/Makefile.am:
13018           reorganize stuff under tests/
13019
13020 2005-11-30  Edward Hervey  <edward@fluendo.com>
13021
13022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
13023         Go away you stupid GstStaticPadTemplate memleak.
13024
13025 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13026
13027         * gst-libs/gst/net/Makefile.am:
13028         * gst-libs/gst/net/README:
13029         * gst-libs/gst/net/gstnetbuffer.c:
13030         * gst-libs/gst/net/gstnetbuffer.h:
13031           this was moved to "netbuffer"
13032
13033 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13034
13035         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
13036         (gst_video_filter_class_init), (gst_video_filter_init):
13037         * gst-libs/gst/video/gstvideofilter.h:
13038           borgify name to bring in line with other classes
13039
13040 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13041
13042         * gst/audioscale/.cvsignore:
13043         * gst/audioscale/Makefile.am:
13044         * gst/audioscale/README:
13045         * gst/audioscale/audioscale.vcproj:
13046         * gst/audioscale/dtof.c:
13047         * gst/audioscale/dtos.c:
13048         * gst/audioscale/functable.c:
13049         * gst/audioscale/gstaudioscale.c:
13050         * gst/audioscale/gstaudioscale.h:
13051         * gst/audioscale/private.h:
13052         * gst/audioscale/resample.c:
13053         * gst/audioscale/resample.h:
13054         * gst/audioscale/test.c:
13055           remove
13056
13057 2005-11-30  Edward Hervey  <edward@fluendo.com>
13058
13059         * gst-libs/gst/netbuffer/Makefile.am:
13060         really, really tired
13061
13062 2005-11-30  Edward Hervey  <edward@fluendo.com>
13063
13064         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13065         Update for new GstTypeFindFactory _register()
13066
13067 2005-11-30  Edward Hervey  <edward@fluendo.com>
13068
13069         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
13070         Let's not override libgstnet from core for no reason...
13071         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
13072         Ok, maybe not so quick next time.
13073
13074 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13075
13076         * configure.ac:
13077         * gst-libs/gst/Makefile.am:
13078           moved gst-libs/gst/net to netbuffer through CVS surgery
13079           remove old directory
13080           updating build to accomodate
13081           (#322257)
13082
13083 2005-11-29  Andy Wingo  <wingo@pobox.com>
13084
13085         * pkgconfig/gstreamer-plugins-base.pc.in:
13086         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
13087         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
13088         (#322257).
13089
13090 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13091
13092         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
13093         3rd time's the charm. Correct ref-counting for discarded buffers.
13094
13095 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13096
13097         * gst/playback/gststreamselector.c:
13098         (gst_stream_selector_class_init),
13099         (gst_stream_selector_set_property),
13100         (gst_stream_selector_get_property),
13101         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13102         Fix ref-counting
13103
13104 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13105
13106         * gst/subparse/gstsubparse.c: (feed_textbuf):
13107           Don't access already unref'ed buffer.
13108
13109 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13110
13111         * gst/playback/gststreamselector.c:
13112         (gst_stream_selector_class_init), (gst_stream_selector_init),
13113         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
13114         (gst_stream_selector_get_property),
13115         (gst_stream_selector_get_linked_pad),
13116         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13117         * gst/playback/gststreamselector.h:
13118         Add the active-pad property for playbin to use shortly. Ignore buffers
13119         from any other pad, returning GST_FLOW_NOT_LINKED
13120
13121 2005-11-29  Julien MOUTTE  <julien@moutte.net>
13122
13123         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
13124         patch from bug #322704 (Alessandro Decina).
13125
13126 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13127
13128         * gst-libs/gst/audio/Makefile.am:
13129           folded audiofilter into the audio library
13130
13131 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13132
13133         * gst/videoscale/gstvideoscale.h:
13134         * gst/videoscale/gstvideoscale.c:
13135           remove unimplemented scale methods
13136
13137 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13138
13139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
13140           Don't leak caps.
13141
13142 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13143
13144         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13145         (gst_ximagesink_setcaps):
13146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13147         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
13148         happens (only visible on ximagesink but bug is in xv too) set_caps was
13149         destroying the internal x[v]image used to memcpy non locally alloced
13150         buffers so that it got renewed on next _chain. The issue is that 
13151         _expose will try to put that image as it reffed it in _put.
13152         Using gst_buffer_unref instead of destroy fixes it !
13153
13154 2005-11-28  Edward Hervey  <edward@fluendo.com>
13155
13156         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13157         (try_to_link_1), (queue_filled_cb):
13158         Better use of the queues. Start with a small size queue and only increase
13159         the size of the queues when the other queues are empty.
13160
13161 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13162
13163         * gst-libs/gst/video/Makefile.am:
13164           compile in copied-over videofilter into the video library
13165         * gst-libs/gst/video/videosink.h:
13166           rename the header to gstvideosink.h since it's a base GstObject class
13167         * sys/ximage/ximagesink.h:
13168         * sys/xvimage/xvimagesink.h:
13169           use the new header
13170
13171 2005-11-28  Wim Taymans  <wim@fluendo.com>
13172
13173         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
13174         * gst/playback/gstplaybasebin.h:
13175         Prepare to handle errors betters.
13176
13177         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
13178         Set sinks to PAUSED first before adding and linking them so that
13179         we don't interrupt dataflow.
13180
13181 2005-11-28  Wim Taymans  <wim@fluendo.com>
13182
13183         * gst-libs/gst/audio/TODO:
13184         Updated TODO
13185
13186         * gst-libs/gst/audio/gstaudiosink.c:
13187         (gst_audioringbuffer_open_device),
13188         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
13189         (gst_audioringbuffer_release):
13190         Small cleanups.
13191
13192         * gst-libs/gst/audio/gstbaseaudiosink.c:
13193         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
13194         (gst_base_audio_sink_change_state):
13195         Slave to the master clock when going to PLAYING and unslave when
13196         going to PAUSED.
13197
13198         * gst-libs/gst/audio/gstringbuffer.c:
13199         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13200         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13201         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13202         (gst_ring_buffer_clear_all), (wait_segment),
13203         (gst_ring_buffer_commit), (gst_ring_buffer_read),
13204         (gst_ring_buffer_advance):
13205         * gst-libs/gst/audio/gstringbuffer.h:
13206         Add some docs and cleanups.
13207
13208 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13209
13210         * sys/xvimage/xvimagesink.c:
13211         (gst_xvimagesink_navigation_send_event): Fix navigation events
13212         coordinates translation with pixel aspect ratios.
13213
13214 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13215
13216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
13217         Use calculated video geometry from _setcaps instead of buffer
13218         caps to respect pixel aspect ratio. (fixes #322388)
13219
13220 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13221
13222         * docs/libs/tmpl/gstcolorbalance.sgml:
13223         * docs/libs/tmpl/gstmixer.sgml:
13224         * docs/libs/tmpl/gstxoverlay.sgml:
13225         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
13226         interface.
13227
13228 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13229
13230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13231         Refuse to create an XvImage if we can't find the format.
13232
13233 2005-11-28  Edward Hervey  <edward@fluendo.com>
13234
13235         * gst-libs/gst/riff/riff-media.c:
13236         (gst_riff_create_audio_template_caps):
13237         Add ATRAC3 to the list of riff-possible audio caps.
13238         I know we still don't have a plugin for atrac3, but it's saner to output
13239         that than a cryptic mimetype.
13240
13241 2005-11-27  Edward Hervey  <edward@fluendo.com>
13242
13243         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13244         Don't try to create a zero-sized subbuffer.
13245
13246 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13247
13248         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13249         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13250         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13251         (gst_ximagesink_expose): Fixed a tricky race.
13252         * sys/ximage/ximagesink.h:
13253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13254         (gst_xvimagesink_expose): Fixed a tricky race.
13255         * sys/xvimage/xvimagesink.h:
13256
13257 2005-11-27  Edward Hervey  <edward@fluendo.com>
13258
13259         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13260         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13261         Remove unused properties, and add queues between demuxers and decoders
13262         so that a lot more files can preroll properly.
13263
13264 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13265
13266         * gst-libs/gst/net/Makefile.am:
13267         * gst-libs/gst/rtp/Makefile.am:
13268         * gst-libs/gst/tag/Makefile.am:
13269           remove silly include
13270         * gst/tags/Makefile.am:
13271         * gst/tags/gsttagediting.c:
13272         * gst/tags/gsttageditingprivate.h:
13273         * gst/tags/tagedit.vcproj:
13274           remove directory, is as good as empty
13275
13276 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13277
13278         * configure.ac:
13279           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13280         * gst-libs/Makefile.am:
13281         * gst-libs/gst/audio/Makefile.am:
13282         * gst-libs/gst/interfaces/Makefile.am:
13283         * gst-libs/gst/net/Makefile.am:
13284         * gst-libs/gst/riff/Makefile.am:
13285         * gst-libs/gst/rtp/Makefile.am:
13286         * gst-libs/gst/tag/Makefile.am:
13287         * gst-libs/gst/video/Makefile.am:
13288           and use them
13289
13290 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13291
13292         * docs/libs/tmpl/gstcolorbalance.sgml:
13293         * docs/libs/tmpl/gstmixer.sgml:
13294         * docs/libs/tmpl/gstxoverlay.sgml:
13295         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13296         * sys/ximage/ximagesink.h:
13297         * sys/xvimage/xvimagesink.h: More and more documentation.
13298
13299 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13300
13301         * docs/libs/gst-plugins-base-libs-docs.sgml:
13302         * docs/libs/gst-plugins-base-libs-sections.txt:
13303         * docs/libs/tmpl/gstcolorbalance.sgml:
13304         * docs/libs/tmpl/gstmixer.sgml:
13305         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13306         to documentation.
13307
13308 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13309
13310         * docs/plugins/Makefile.am:
13311         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13312         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13313         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13314
13315 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13316
13317         * docs/plugins/Makefile.am:
13318         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13319         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13320         * docs/plugins/inspect/plugin-adder.xml:
13321         * docs/plugins/inspect/plugin-alsa.xml:
13322         * docs/plugins/inspect/plugin-audioconvert.xml:
13323         * docs/plugins/inspect/plugin-audiorate.xml:
13324         * docs/plugins/inspect/plugin-audioresample.xml:
13325         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13326         * docs/plugins/inspect/plugin-decodebin.xml:
13327         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13328         * docs/plugins/inspect/plugin-gnomevfs.xml:
13329         * docs/plugins/inspect/plugin-ogg.xml:
13330         * docs/plugins/inspect/plugin-playbin.xml:
13331         * docs/plugins/inspect/plugin-subparse.xml:
13332         * docs/plugins/inspect/plugin-tcp.xml:
13333         * docs/plugins/inspect/plugin-theora.xml:
13334         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13335         * docs/plugins/inspect/plugin-video4linux.xml:
13336         * docs/plugins/inspect/plugin-videorate.xml:
13337         * docs/plugins/inspect/plugin-videoscale.xml:
13338         * docs/plugins/inspect/plugin-videotestsrc.xml:
13339         * docs/plugins/inspect/plugin-volume.xml:
13340         * docs/plugins/inspect/plugin-vorbis.xml:
13341         * docs/plugins/inspect/plugin-ximagesink.xml:
13342         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13343         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13344
13345 2005-11-26  Edward Hervey  <edward@fluendo.com>
13346
13347         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13348         Properly return GstFlowReturn from gst_pad_push in chain functions.
13349
13350 2005-11-25  Michael Smith  <msmith@fluendo.com>
13351
13352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13353         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13354         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13355         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13356           Handle various conditions better when we don't understand a stream.
13357           Removes a heap of CRITICALs on ogg streams containing unknown data.
13358
13359 2005-11-24  Andy Wingo  <wingo@pobox.com>
13360
13361         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13362         Be threadsafe.
13363
13364 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13365
13366         * configure.ac: back to HEAD
13367
13368 === release 0.9.6 ===
13369
13370 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13371
13372         * configure.ac:
13373           releasing 0.9.6, "White Eight"
13374
13375 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13376
13377         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13378         * docs/plugins/inspect/plugin-sine.xml:
13379           remove sinesrc some more
13380
13381 2005-11-23  Wim Taymans  <wim@fluendo.com>
13382
13383         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13384         If we are reading too slowly, jump forward in the ringbuffer
13385         instead of blocking.
13386
13387 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13388
13389         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13390         (gst_visual_chain):
13391         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13392         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13393         (gst_videorate_chain):
13394         * gst/videotestsrc/gstvideotestsrc.c:
13395         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13396         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13397         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13398         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13399         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13400         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13401           Updates for API changes
13402
13403 2005-11-23  Wim Taymans  <wim@fluendo.com>
13404
13405         * gst-libs/gst/audio/gstbaseaudiosink.c:
13406         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13407         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13408         Fix for calibration API change.
13409
13410 2005-11-23  Michael Smith <msmith@fluendo.com>
13411
13412         * gst-libs/gst/audio/multichannel.c:
13413         (gst_audio_get_channel_positions),
13414         (gst_audio_set_channel_positions),
13415         (gst_audio_set_structure_channel_positions_list),
13416         (gst_audio_fixate_channel_positions):
13417           Use gst_value_array_*() functions on value arrays, not
13418           gst_value_list_*().
13419
13420 2005-11-23  Edward Hervey  <edward@fluendo.com>
13421
13422         * autogen.sh:
13423         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13424         Fixes autogen
13425
13426 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13427
13428         * check/Makefile.am:
13429         * check/elements/videotestsrc.c: (setup_videotestsrc),
13430         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13431         (main):
13432           add a test for videotestsrc
13433
13434 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13435
13436         * gst/sine/.cvsignore:
13437         * gst/sine/Makefile.am:
13438         * gst/sine/gstsinesrc.c:
13439         * gst/sine/gstsinesrc.h:
13440         * gst/sine/sinesrc.vcproj:
13441           and remove sinesrc from the repository.  Closes #321446
13442
13443 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13444
13445         * configure.ac:
13446         * gst-plugins-base.spec.in:
13447           remove sinesrc from the build
13448
13449 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13450
13451         * check/Makefile.am:
13452         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13453         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13454         (main):
13455           add a test for audiotestsrc, testing all waves.  Even seems
13456           leak-free at first glance, nice job Stefan
13457
13458 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13459
13460         * po/af.po:
13461         * po/az.po:
13462         * po/cs.po:
13463         * po/en_GB.po:
13464         * po/hu.po:
13465         * po/it.po:
13466         * po/nb.po:
13467         * po/nl.po:
13468         * po/or.po:
13469         * po/sq.po:
13470         * po/sr.po:
13471         * po/sv.po:
13472         * po/uk.po:
13473         * po/vi.po:
13474           Translation string updates
13475
13476         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13477         (gst_v4lsrc_set_caps):
13478         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13479         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13480         * sys/v4l/v4lsrc_calls.h:
13481           Improve v4lsrc, by making it work again.
13482
13483 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13484
13485         * ext/libvisual/visual.c: (gst_visual_chain):
13486           Fix the fps calculations.
13487
13488         * gst/ffmpegcolorspace/avcodec.h:
13489           Move structure element for clarity
13490
13491         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13492         * gst-libs/gst/interfaces/tunernorm.h:
13493         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13494         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13495         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13496         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13497         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13498         (gst_v4lmjpegsrc_getcaps):
13499         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13500         (gst_v4lsrc_set_caps):
13501         * sys/v4l/gstv4lsrc.h:
13502         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13503         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13504         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13505         * sys/v4l/v4lsrc_calls.h:
13506           Fractional framerates...
13507
13508 2005-11-22  Wim Taymans  <wim@fluendo.com>
13509
13510         * gst-libs/gst/audio/gstbaseaudiosink.c:
13511         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13512         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13513         And we provide a clock by default, of course...
13514
13515 2005-11-22  Wim Taymans  <wim@fluendo.com>
13516
13517         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13518         This clock can be slaved to a master clock now.
13519
13520         * gst-libs/gst/audio/gstbaseaudiosink.c:
13521         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13522         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13523         (gst_base_audio_sink_set_clock),
13524         (gst_base_audio_sink_set_property),
13525         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13526         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13527         * gst-libs/gst/audio/gstbaseaudiosink.h:
13528         Handle slaving the internal clock to the clock selected in the
13529         pipeline.
13530         Add property to make the basesink not provide a clock.
13531
13532         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13533         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13534         (gst_base_rtp_depayload_wait):
13535         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13536         We can use the clock in GstElement, no need to store it ourselves.
13537
13538 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13539
13540         * docs/libs/tmpl/gstaudio.sgml:
13541           update
13542         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13543         (gst_paranoia_endian_get_type):
13544         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13545         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13546         * gst/audiotestsrc/gstaudiotestsrc.c:
13547         (gst_audiostestsrc_wave_get_type):
13548         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13549         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13550         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13551         (gst_sync_method_get_type), (gst_unit_type_get_type),
13552         (gst_client_status_get_type), (gst_multifdsink_class_init),
13553         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13554         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13555         (gst_multifdsink_get_property):
13556         * gst/tcp/gstmultifdsink.h:
13557         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13558         * gst/videotestsrc/gstvideotestsrc.c:
13559         (gst_videotestsrc_pattern_get_type):
13560           remove deprecated properties
13561           fix up enums to correctly have short lowercase dashed nicks
13562
13563 2005-11-22  Michael Smith <msmith@fluendo.com>
13564
13565         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13566         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13567           Add underscore.
13568
13569 2005-11-22  Michael Smith <msmith@fluendo.com>
13570
13571         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13572         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13573           Use utility method for scaling clocktime for fractional framerates.
13574
13575 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13576
13577         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13578         (gst_visual_chain):
13579         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13580         * ext/theora/theoradec.c: (theora_handle_type_packet):
13581         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13582         (theora_enc_chain):
13583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13584         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13585         * gst-libs/gst/video/video.h:
13586         * gst/ffmpegcolorspace/avcodec.h:
13587         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13588         (gst_ffmpeg_caps_to_pixfmt):
13589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13590         (gst_ffmpegcsp_set_caps):
13591         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13592         (gst_videorate_setcaps), (gst_videorate_blank_data),
13593         (gst_videorate_chain):
13594         * gst/videotestsrc/gstvideotestsrc.c:
13595         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13596         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13597         (gst_videotestsrc_event), (gst_videotestsrc_create):
13598         * gst/videotestsrc/gstvideotestsrc.h:
13599         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13600         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13601         (gst_ximagesink_get_times), (gst_ximagesink_init):
13602         * sys/ximage/ximagesink.h:
13603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13604         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13605         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13606         * sys/xvimage/xvimagesink.h:
13607           Convert elements to use fractions for their framerate.
13608           V4L elements to come later tonight.
13609
13610 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13611
13612         * gst-libs/gst/audio/audio.c:
13613         * gst-libs/gst/audio/audio.h:
13614           remove some deprecated functions
13615
13616 2005-11-22  Andy Wingo  <wingo@pobox.com>
13617
13618         * Update for gst_tag_setter API changes.
13619
13620 2005-11-22  Andy Wingo  <wingo@pobox.com>
13621
13622         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13623         (gst_ogg_demux_perform_seek):
13624         * ext/theora/theoradec.c (theora_dec_sink_event):
13625         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13626         update-funcnames.
13627
13628 2005-11-22  Wim Taymans  <wim@fluendo.com>
13629
13630         * examples/seeking/seek.c: (main):
13631         Give higher priority to bus signals than the gtk events
13632         to fix a race condition in the segment looping.
13633
13634 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13635
13636         * ext/theora/Makefile.am:
13637         * ext/vorbis/Makefile.am:
13638         * gst-libs/gst/tag/Makefile.am:
13639         * gst-plugins-base.spec.in:
13640           Rename libgsttagedit to libgsttag (#322117).
13641
13642 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13643
13644         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13646           Call gst_x_overlay_prepare_xwindow_id() to give applications
13647           a final chance to set their own xwindow id before the video
13648           sink creates its own window.
13649
13650 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13651
13652         * sys/xvimage/xvimagesink.c:
13653         (gst_xvimagesink_navigation_send_event): Handle navigation
13654         events correcly with borders if applicable.
13655
13656 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13657
13658         Patch by: Luca Ognibene
13659
13660         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13661         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13663         (gst_ffmpegcsp_caps_remove_format_info):
13664         * gst/ffmpegcolorspace/imgconvert.c:
13665         * gst/ffmpegcolorspace/imgconvert_template.h:
13666           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13667           #318353); use gst_structure_has_name().
13668
13669 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13670
13671         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13672         (gst_ximagesink_class_init): Add debug macros on functions.
13673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13674         (gst_xvimagesink_xwindow_draw_borders),
13675         (gst_xvimagesink_xvimage_put),
13676         (gst_xvimagesink_xwindow_update_geometry),
13677         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13678         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13679         (gst_xvimagesink_xcontext_clear),
13680         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13681         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13682         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13683         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13684         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13685         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13686         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13687         expose while being PAUSED, out of data flow navigation events, etc..
13688
13689 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13690
13691         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13692         * gst-libs/gst/audio/audio.h:
13693           fix prototype - wondering why the test worked regardless
13694
13695 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13696
13697         * check/Makefile.am:
13698         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13699         * gst-libs/gst/audio/audio.h:
13700           add a method that returns a proper GstClockTime
13701
13702 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13703
13704         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13705         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13706         * gst-libs/gst/interfaces/xoverlay.h:
13707           Remove everything having to do with the desired size; add 
13708           gst_x_overlay_prepare_xwindow_id() function; remove the
13709           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13710           post a message on the bus instead (#321816).
13711
13712         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13714         (gst_xvimagesink_xoverlay_init):
13715           Remove desired size stuff (#321816).
13716
13717 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13718
13719         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13720         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13721         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13722           Terminate vararg functions with NULL instead of 0 to 
13723           make gcc4 happy.
13724
13725 2005-11-21  Andy Wingo  <wingo@pobox.com>
13726
13727         patch by: Sebastien Cote <sebas642@yahoo.ca>
13728         
13729         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13730         * gst-libs/gst/rtp/gstrtpbuffer.c
13731         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13732
13733 2005-11-21  Andy Wingo  <wingo@pobox.com>
13734
13735         * gst/playback/gstplaybin.c (gen_audio_element) 
13736         (gen_video_element): Use the new MISSING_PLUGIN core error
13737         category. Closes #320060.
13738
13739         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13740         * gst/videorate/gstvideorate.c (gst_videorate_event):
13741         * ext/theora/theoradec.c (theora_dec_sink_event): 
13742         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13743         stream lock.
13744
13745         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13746         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13747         stream lock changes.
13748
13749 2005-11-21  Wim Taymans  <wim@fluendo.com>
13750
13751         * gst-libs/gst/audio/gstbaseaudiosink.c:
13752         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13753         (gst_base_audio_sink_provide_clock),
13754         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13755         (gst_base_audio_sink_change_state):
13756         * gst/audioresample/gstaudioresample.c:
13757         Segment update fix.
13758
13759 2005-11-21  Andy Wingo  <wingo@pobox.com>
13760
13761         * *.h:
13762         * *.c: Ran scripts/update-macros. Oh yes.
13763
13764 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13765
13766         * sys/ximage/Makefile.am:
13767         * sys/ximage/ximage.c:
13768           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13769           remove your old libgstximage.* manually if necessary).
13770
13771 2005-11-21  Michael Smith <msmith@fluendo.com>
13772
13773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13774           Minimal fix for bug #320200: set the min/max bitrate in the correct
13775           units. A better fix would be to upgrade to the RATEMANAGE2
13776           interface, rather than using the deprecated interface used here, but
13777           that would require an update in our libvorbis dependency (to 1.1),
13778           which is probably undesirable.
13779
13780 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13781
13782         * ext/libvisual/visual.c: (get_buffer):
13783         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13784         (gst_base_audio_src_fixate):
13785         * gst/audioconvert/gstaudioconvert.c:
13786         (gst_audio_convert_fixate_caps):
13787         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13788         * gst/audiotestsrc/gstaudiotestsrc.c:
13789         (gst_audiotestsrc_src_fixate):
13790         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13791         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13792         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13793         * gst/videotestsrc/gstvideotestsrc.c:
13794         (gst_videotestsrc_src_fixate):
13795         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13797           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13798           (#322027)
13799
13800
13801 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13802
13803         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13804         (gst_riff_create_iavs_caps):
13805         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13806         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13807         (gst_riff_parse_info):
13808         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13811           Fixes for GST_FOURCC_FORMAT API change.
13812
13813 2005-11-21  Andy Wingo  <wingo@pobox.com>
13814
13815         patch by: Alessandro Dessina <alessandro nnva org>
13816
13817         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13818         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13819         (gst_ogg_parse_chain):
13820         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13821         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13822         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13823         gst_value_list calls on arrays. Fixes #321962.
13824
13825 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13826
13827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13828         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13829         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13830         * gst/adder/gstadder.c: (gst_adder_init),
13831         (gst_adder_request_new_pad), (gst_adder_collected),
13832         (gst_adder_change_state):
13833           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13834           API change.
13835
13836 2005-11-21  Michael Smith <msmith@fluendo.com>
13837
13838         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13839         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13840           Properly handle pad_push return values.
13841
13842 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13843
13844         * gst-libs/gst/tag/Makefile.am:
13845         * gst-libs/gst/tag/gstvorbistag.c:
13846         (gst_tag_list_to_vorbiscomment_buffer):
13847           Remove obsolete vorbistag element and debug category.
13848
13849         * gst/playback/gstplaybasebin.c: (check_queue):
13850           Don't divide by 0 when queue-threshold is 0.
13851
13852         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13853           Don't modify an existing pixel-aspect-ratio if we fail to read
13854           a new one.
13855
13856 2005-11-20  Wim Taymans  <wim@fluendo.com>
13857
13858         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13859         (gst_vorbisenc_push_packet):
13860         GST_PAD_IS_USABLE is gone, use the return value of
13861         the push or pad_alloc_buffer instead.
13862
13863 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13864
13865         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13866         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13867         (gst_ximagesink_ximage_destroy),
13868         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13869         (gst_ximagesink_xwindow_new),
13870         (gst_ximagesink_xwindow_update_geometry),
13871         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13872         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13873         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13874         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13875         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13876         (gst_ximagesink_navigation_send_event),
13877         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13878         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13879         (gst_ximagesink_finalize), (gst_ximagesink_init),
13880         (gst_ximagesink_class_init):
13881         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13882         This new version brings correct software scaling, non flickering
13883         window while resizing, pixel aspect ratio handling, usage of
13884         hardware buffer pools, out of data flow event thread for 
13885         navigation and handling of expose events even when being PAUSED,
13886         a new property to keep video aspect ratio when resizing, etc...
13887
13888 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13889
13890         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13891         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13892         handling of PAR.
13893
13894 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13895
13896         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13897         Unsetting IS_SINK flag from the fakesink, so decodebin
13898         never behaves as a sink.
13899
13900 2005-11-17  Wim Taymans  <wim@fluendo.com>
13901
13902         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13903         (gst_base_audio_src_change_state):
13904         Fix the audiosrc base class again, we did not unflush.
13905
13906 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13907
13908         * examples/seeking/seek.c: (make_dv_pipeline),
13909         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13910         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13911         to ogg/vorbis/theora pipeline.
13912
13913 2005-11-17  Wim Taymans  <wim@fluendo.com>
13914
13915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13916         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13917         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13918         Fix EOS on multiple streams.
13919         More debugging.
13920
13921 2005-11-16  Wim Taymans  <wim@fluendo.com>
13922
13923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13924         (gst_ogg_demux_perform_seek):
13925         Segment done must include stream time.
13926
13927         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13928         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13929         (gst_ogg_mux_change_state):
13930         Fix ogg muxer again.
13931
13932 2005-11-16  Wim Taymans  <wim@fluendo.com>
13933
13934         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13935         Fix compile again.
13936
13937 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13938
13939         * ext/libvisual/visual.c: (gst_visual_init):
13940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13941         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13942         (gst_ogg_parse_chain):
13943         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13944         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13945         * ext/theora/theoradec.c: (gst_theora_dec_init):
13946         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13947         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13948         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13949         * gst/adder/gstadder.c: (gst_adder_class_init),
13950         (gst_adder_dispose):
13951         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13952         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13953         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13954           Fix a whole set of pad template leaks
13955
13956 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13957
13958         * check/generic/states.c: (GST_START_TEST):
13959           fix the test so that it only checks for elements that are part of
13960           this source module
13961
13962 2005-11-16  Michael Smith <msmith@fluendo.com>
13963
13964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13965         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13966         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13967         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13968         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13969         (gst_ogg_mux_change_state):
13970           Fix leaking collectpads.
13971
13972 2005-11-16  Edward Hervey  <edward@fluendo.com>
13973
13974         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13975         (gst_videorate_event), (gst_videorate_chain):
13976         Handle segment seeks
13977
13978 2005-11-16  Wim Taymans  <wim@fluendo.com>
13979
13980         * gst-libs/gst/audio/gstbaseaudiosink.c:
13981         (gst_base_audio_sink_provide_clock),
13982         (gst_base_audio_sink_change_state):
13983         Set ringbuffer to non-flushing when going to PAUSED, set to
13984         flushing again when going to READY.
13985
13986         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13987         (gst_ring_buffer_stop):
13988         Start in flushing mode by default.
13989         Don't set flushing in the _stop method, let the app call
13990         this explicitly.
13991
13992 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13993
13994         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13995         * gst-libs/gst/video/videosink.h: Add helper function needed
13996         for video sinks.
13997
13998 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13999
14000         * gst/videoscale/gstvideoscale.c:
14001         (gst_videoscale_handle_src_event):
14002           Don't leak reference to pad parent.
14003
14004 2005-11-16  Wim Taymans  <wim@fluendo.com>
14005
14006         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
14007         Set ringbuffer to flushing when stopping so that we don't
14008         block on wait_segment anymore and livelock.
14009
14010 2005-11-16  Wim Taymans  <wim@fluendo.com>
14011
14012         * examples/seeking/seek.c: (send_event), (do_seek),
14013         (loop_toggle_cb), (segment_done), (main):
14014         Added looping checkbox.
14015
14016 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14017
14018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14019         (gst_ogg_demux_init):
14020         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14021         (gst_vorbis_dec_init):
14022           revert unrefs, they don't pass make check
14023
14024 2005-11-15  Johan Dahlin  <johan@gnome.org>
14025
14026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14027         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
14028         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14029         (gst_vorbis_dec_init):
14030         Fix pad template leaks. 
14031
14032 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14033
14034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
14035           Make state change function thread safe.
14036
14037 2005-11-15  Edward Hervey  <edward@fluendo.com>
14038
14039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
14040         (gst_ogg_demux_class_init):
14041         Implement GstElement::send_event, so we can send seek events
14042         in GST_STATE_READY
14043
14044 2005-11-14  Julien MOUTTE  <julien@moutte.net>
14045
14046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
14047         Discovered how to take away flickering while resizing the
14048         window. Please don't put that in ximagesink, refactoring in
14049         progress.
14050
14051 2005-11-14  Michael Smith <msmith@fluendo.com>
14052
14053         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
14054         (gst_multifdsink_render):
14055           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
14056
14057 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14058
14059         * gst/playback/gstplaybin.c: (gen_audio_element):
14060           Use autoaudiosink, it tends to be more widely available than
14061           autoaudiiosink.
14062           
14063 2005-11-14  Andy Wingo  <wingo@pobox.com>
14064
14065         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
14066         as well if it is available. Fixes #316442.
14067
14068 2005-11-14  Michael Smith <msmith@fluendo.com>
14069
14070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
14071         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14072         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14073         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14074         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
14075         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14076         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
14077         (gst_vorbisenc_change_state):
14078           Fix a small memory leak in vorbisenc.
14079           Fix large memory leaks in oggmux, also fix lots of state change
14080           bugs in oggmux.
14081
14082 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14083
14084         * gst/videotestsrc/gstvideotestsrc.c:
14085         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
14086         (gst_videotestsrc_src_fixate):
14087           move fixation to a fixate function
14088           remove negotiate function, basesrc's is good enough
14089           fixes a bug for check when using the element alone
14090
14091 2005-11-13  Edward Hervey  <edward@fluendo.com>
14092
14093         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
14094         (key_toggle_cb), (main):
14095         Added checkboxes for adding/removing the accurate and key_unit seek
14096         flags.
14097
14098 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14099
14100         * configure.ac: back to HEAD
14101
14102 === release 0.9.5 ===
14103
14104 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14105
14106         * configure.ac:
14107           releasing 0.9.5, "No No Kia"
14108
14109 2005-11-11  Edward Hervey  <edward@fluendo.com>
14110
14111         * examples/seeking/seek.c: (make_parselaunch_pipeline):
14112         Added parse-launch syntax seeking mode for the seeking example.
14113         This should help stress-test even more cases.
14114         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
14115
14116 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14117
14118         * sys/xvimage/xvimagesink.c:
14119         (gst_xvimagesink_navigation_send_event):
14120           Check whether peer pad exists before sending navigation events
14121           to it.
14122
14123 2005-11-11  Michael Smith <msmith@fluendo.com>
14124
14125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
14126         (gst_vorbisenc_buffer_from_packet):
14127         * ext/vorbis/vorbisenc.h:
14128           Set duration on encoded buffers. This allows oggmux's
14129           max_page_delay parameter to actually work.
14130
14131 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14132
14133         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14134         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14135         (gst_ffmpegcsp_avpicture_fill):
14136         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14137         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
14138           Make palettes work again (see #132341). Use our own macros
14139           for rounding up.
14140
14141 2005-11-10  Andy Wingo  <wingo@pobox.com>
14142
14143         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
14144         string doober.
14145
14146 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14147
14148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14149         (gst_ffmpegcsp_transform_caps):
14150           Prefer passthrough in transform_caps
14151
14152 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14153
14154         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14155           check for ALSA errors properly, instead of relying on ALSA's
14156           error strings to serve to the user.
14157
14158 2005-11-10  Wim Taymans  <wim@fluendo.com>
14159
14160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
14161         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
14162         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
14163         Modernise the seek code.
14164
14165 2005-11-10  Michael Smith <msmith@fluendo.com>
14166         
14167         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
14168         (setup_substreams), (set_active_source):
14169           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
14170           trying to go to NULL if we failed to read a file.
14171
14172 2005-11-10  Wim Taymans  <wim@fluendo.com>
14173
14174         * gst/audiotestsrc/gstaudiotestsrc.c:
14175         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
14176         (gst_audiotestsrc_create):
14177         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14178         (gst_sinesrc_get_times), (gst_sinesrc_create):
14179         * gst/videotestsrc/gstvideotestsrc.c:
14180         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
14181         (gst_videotestsrc_create):
14182         The base class can now sync for us.
14183
14184 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14185
14186         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
14187           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
14188           name=source autoprobe=false autoprobe-fps=false copy-mode=1
14189           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
14190           format=(fourcc)I420" ! xvimagesink
14191
14192 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
14193
14194         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14195         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
14196         (gst_sinesrc_newsegment):
14197           Send newsegment event in TIME format, set duration if
14198           num-buffers is set, fix duration querying.
14199
14200 2005-11-10  Michael Smith <msmith@fluendo.com>
14201
14202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14203         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14204         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14205         (gst_ogg_mux_collected):
14206          Fix EOS handling, partially. Now forwarding an EOS event once we have
14207          EOS on all pads works correctly. However, we still don't properly set
14208          EOS on the actual ogg stream pages.
14209
14210 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
14211
14212         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
14213           Set elements to NULL state before disposing of them.
14214
14215 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
14216
14217         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14218
14219         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14220         (gst_base_rtp_depayload_init),
14221         (gst_base_rtp_depayload_set_gst_timestamp):
14222         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14223           We need to send a newsegment event for each instance, not
14224           just for the first instance of this class (get rid of
14225           static variable in function). (#321011).
14226           
14227 2005-11-08  Michael Smith <msmith@fluendo.com>
14228
14229         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14230         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
14231         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14232         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14233           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14234           This makes us mux things correctly according to the ogg muxing
14235           rules. Still not handling EOS correctly right now, though.
14236
14237 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14238
14239         * gst/audioconvert/gstaudioconvert.c:
14240           Fix typo in docs. 
14241
14242 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14245         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14246           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14247           creating a new chain; should fix live streaming. Also
14248           add more debug output and fix a typo.
14249
14250 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14251
14252         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14253
14254         * gst/volume/gstvolume.c: (volume_set_caps):
14255           Fix compilation on Solaris with Forte. (#320923)
14256
14257 2005-11-08  Wim Taymans  <wim@fluendo.com>
14258
14259         * gst-libs/gst/audio/gstbaseaudiosink.c:
14260         (gst_base_audio_sink_render):
14261         No need to do a typecheck.
14262
14263 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14264
14265         * ext/alsa/gstalsa.h:
14266           We register a debug category, so let's use it.
14267
14268 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14269
14270         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14271         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14272         Fixed a small problem.
14273
14274 2005-11-04  Wim Taymans  <wim@fluendo.com>
14275
14276         * examples/seeking/Makefile.am:
14277         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14278         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14279         (make_playerbin_pipeline), (format_value), (update_scale),
14280         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14281         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14282         (print_usage), (main):
14283         Added app for playback speed testing.
14284
14285         * examples/seeking/seek.c: (dynamic_link),
14286         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14287         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14288         (message_received), (main):
14289         Updated seek example.
14290
14291 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14292
14293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14294         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14295         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14296         (gst_base_rtp_depayload_set_clock):
14297         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14298         Don't sleep on the bench (system clock) when you have a nice 
14299         comfortable bed (Gstreamer clock) to sleep on.
14300
14301 2005-11-03  Wim Taymans  <wim@fluendo.com>
14302
14303         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14304         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14305         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14306         Handle the case where a pad_block failed.
14307
14308 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14309
14310         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14311
14312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14313         (gst_base_rtp_depayload_add_to_queue),
14314         (gst_base_rtp_depayload_push),
14315         (gst_base_rtp_depayload_set_gst_timestamp),
14316         (gst_base_rtp_depayload_queue_release):
14317           Fixes some bugs in the depayloader's queuing/de-queueing code.
14318
14319 2005-10-31  Michael Smith <msmith@fluendo.com>
14320
14321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14322         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14323         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14324           Patch from Alessandro Decina <alessandro@nnva.org>.
14325           Make oggdemux only find the final time in a chain, not per-pad,
14326           since the per-pad information can be very expensive to locate, and
14327           it isn't used anywhere. This makes reading a file containing
14328           OggSkeleton reasonably fast.
14329           Also, make chain finding work when there are logical bitstreams that
14330           can't be decoded. Fixes #319110.
14331
14332 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14333
14334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14335         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14336         (gst_base_rtp_depayload_chain),
14337         (gst_base_rtp_depayload_add_to_queue),
14338         (gst_base_rtp_depayload_push),
14339         (gst_base_rtp_depayload_set_gst_timestamp),
14340         (gst_base_rtp_depayload_queue_release),
14341         (gst_base_rtp_depayload_start_thread),
14342         (gst_base_rtp_depayload_set_property),
14343         (gst_base_rtp_depayload_get_property):
14344         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14345         Some random fixes, to fullfill the desires of thomas.
14346
14347 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14348
14349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14350         (gst_base_rtp_depayload_add_to_queue),
14351         (gst_base_rtp_depayload_push):
14352         Fixed the queueing algorithm.
14353
14354 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14355
14356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14357         (gst_base_rtp_depayload_push):
14358         A small fix
14359
14360 2005-10-31  Wim Taymans  <wim@fluendo.com>
14361
14362         * gst-libs/gst/audio/gstringbuffer.h:
14363         Don't break ABI.
14364
14365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14366         (gst_ffmpeg_caps_to_pixfmt):
14367         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14368         (gst_ffmpegcsp_set_caps):
14369         Some more comments.
14370         Handle missing required caps fields better.
14371
14372 2005-10-31  Wim Taymans  <wim@fluendo.com>
14373
14374         * gst-libs/gst/audio/gstbaseaudiosink.c:
14375         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14376         (gst_base_audio_sink_render):
14377         * gst-libs/gst/audio/gstringbuffer.c:
14378         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14379         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14380         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14381         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14382         (gst_ring_buffer_read):
14383         * gst-libs/gst/audio/gstringbuffer.h:
14384         Add flushing mode to the ringbuffer so that it in all cases does
14385         not try to handle more audio. This makes sure it does not try to
14386         block anymore when flushing and fixes a livelock.
14387
14388 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14389
14390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14391         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14392         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14393           Explicitly check for -1 values before doing a conversion
14394           and always map them to -1. (#315545)
14395
14396 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14397
14398         * gst/playback/gstplaybin.c: (gen_video_element):
14399           first try autovideosink, then xvimagesink, then error out
14400         * po/POTFILES.in:
14401           add translatable file
14402         * po/af.po:
14403         * po/az.po:
14404         * po/cs.po:
14405         * po/en_GB.po:
14406         * po/hu.po:
14407         * po/it.po:
14408         * po/nb.po:
14409         * po/nl.po:
14410         * po/or.po:
14411         * po/sq.po:
14412         * po/sr.po:
14413         * po/sv.po:
14414         * po/uk.po:
14415         * po/vi.po:
14416           update translations
14417
14418 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14419
14420         * gst-libs/gst/rtp/gstbasedepayload.c:
14421         * gst-libs/gst/rtp/gstbasedepayload.h:
14422           Minor cleanups
14423
14424 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14425
14426         * gst/playback/.cvsignore:
14427         * gst/playback/decodetest.c:
14428         * gst/playback/test3.c:
14429           Port these two tests as well.
14430
14431 2005-10-27  Wim Taymans  <wim@fluendo.com>
14432
14433         * ext/theora/theoradec.c: (theora_dec_src_query),
14434         (theora_dec_sink_event):
14435         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14436         (theora_enc_change_state):
14437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14438         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14439         Take proper locks when handling events.
14440
14441 2005-10-27  Wim Taymans  <wim@fluendo.com>
14442
14443         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14444         (gst_adder_change_state):
14445         Fix timestamps and fix deadlock when stopping the collectpads.
14446
14447 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14448
14449         * gst-libs/gst/rtp/gstrtpbuffer.h:
14450         Declaring the payload types as strings too so that they can be used
14451         in the padtemplate inialization.
14452
14453 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14454
14455         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14456
14457         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14458         (gst_base_rtp_depayload_class_init):
14459         Fixes a small but nasty bug. The derived elements no longer segfaults
14460         on finalization.
14461
14462 2005-10-26  Michael Smith <msmith@fluendo.com>
14463
14464         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14465           When clearing an audioconvert context, set tmpbufsize to zero, so
14466           we'll allocate it again later if required.
14467           This fixes audioconvert re-negotiating formats, which previously
14468           segfaulted with a NULL destination buffer.
14469
14470 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14471
14472         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14473         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14474         (gst_base_rtp_depayload_set_gst_timestamp),
14475         (gst_base_rtp_depayload_queue_release):
14476         Fixed a smalll memleak.
14477
14478 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14480         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14481         (gst_base_rtp_depayload_finalize),
14482         (gst_base_rtp_depayload_setcaps),
14483         (gst_base_rtp_depayload_add_to_queue),
14484         (gst_base_rtp_depayload_push),
14485         (gst_base_rtp_depayload_set_gst_timestamp),
14486         (gst_base_rtp_depayload_queue_release),
14487         (gst_base_rtp_depayload_thread),
14488         (gst_base_rtp_depayload_change_state):
14489         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14490         Changed the C++ comments to C comments
14491
14492 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14493
14494         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14495         * gst/tcp/gsttcpclientsrc.h:
14496         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14497         * gst/tcp/gsttcpserversrc.h:
14498           Remove unused 'curoffset' structure member.
14499
14500 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14501
14502         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14503         (gst_base_rtp_depayload_base_init),
14504         (gst_base_rtp_depayload_finalize):
14505         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14506         * gst-libs/gst/rtp/gstbasertppayload.h:
14507           The pad-template on the sinkpad should be set by the derived classes.
14508           Also added some useful macros.
14509
14510 2005-10-24  Wim Taymans  <wim@fluendo.com>
14511
14512         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14513         Correctly flush decoder samples even if we could not
14514         copy them to an output buffer. Fixes #319618.
14515
14516 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14517
14518         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14520         the caps against our xcontext caps.
14521
14522 2005-10-24  Wim Taymans  <wim@fluendo.com>
14523
14524         * gst-libs/gst/audio/gstbaseaudiosink.c:
14525         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14526         Remove g_print
14527         Use sync property from baseclass to disable sync.
14528
14529 2005-10-24  Wim Taymans  <wim@fluendo.com>
14530
14531         * gst-libs/gst/audio/gstbaseaudiosink.c:
14532         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14533         Buffers with no timestamps get aligned with previous buffers or
14534         on underrun, played ASAP.
14535
14536 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14537
14538         * gst-libs/gst/video/video.h:
14539         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14540         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14542         here comes my change on caps for framerate and geometry range.
14543         We are now accepting 1 to MAXINT for width and height, and from
14544         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14545         to be blended correctly in videomixer.
14546
14547 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14548
14549         * configure.ac:
14550           back to HEAD
14551
14552 === release 0.9.4 ===
14553
14554 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14555
14556         * NEWS:
14557         * RELEASE:
14558         * configure.ac:
14559           releasing 0.9.4, "Velociraptor"
14560
14561 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14562
14563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14564         * po/POTFILES.in:
14565           STOPPED -> FAILED
14566
14567 2005-10-21  Wim Taymans  <wim@fluendo.com>
14568
14569         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14570         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14571         (pad_blocked), (close_pad_link), (new_pad):
14572         Don't try to remove elements twice.
14573
14574 2005-10-21  Wim Taymans  <wim@fluendo.com>
14575
14576         * ext/theora/theoradec.c: (theora_dec_src_query),
14577         (theora_dec_sink_event):
14578         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14579         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14580         (vorbis_handle_data_packet):
14581         * ext/vorbis/vorbisdec.h:
14582         Fix old naming.
14583
14584         * gst-libs/gst/audio/gstbaseaudiosink.c:
14585         (gst_base_audio_sink_render):
14586         Don't try to sync on buffers without a timestamp.
14587
14588 2005-10-21  Wim Taymans  <wim@fluendo.com>
14589
14590         * ext/theora/theoradec.c: (theora_dec_src_query),
14591         (theora_dec_sink_event):
14592         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14593         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14594         (vorbis_handle_data_packet):
14595         * ext/vorbis/vorbisdec.h:
14596         Fix old naming.
14597
14598 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14599
14600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14601         (gst_vorbisenc_src_query):
14602           Implement position and duration queries.
14603
14604         * gst/playback/test3.c: (update_scale), (main):
14605           Fix for async state changes and print nicer output.
14606
14607 2005-10-20  Wim Taymans  <wim@fluendo.com>
14608
14609         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14610         (dump_element_stats), (main):
14611         * gst/playback/test6.c: (main):
14612         Fix tests again
14613
14614 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14615
14616         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14617         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14618           Don't use functions for position queries when handling
14619           duration queries.
14620
14621 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14624         (vorbis_handle_data_packet), (vorbis_dec_chain),
14625         (vorbis_dec_change_state):
14626         * ext/vorbis/vorbisdec.h:
14627           Vorbis streams can be embedded in other container formats
14628           than ogg, container formats where the demuxer might set 
14629           timestamps on encoded vorbis buffers instead of those silly 
14630           granulepos thingies. In short: make vorbisdec handle 
14631           timestamps on incoming buffers as well.
14632
14633 2005-10-20  Wim Taymans  <wim@fluendo.com>
14634
14635         * gst/playback/gstplaybasebin.c: (group_destroy),
14636         (gst_play_base_bin_change_state):
14637         Fix leak.
14638         Handle case where playbasebin is now ASYNC because
14639         decodebin is.
14640
14641 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14642
14643         * gst/audioconvert/Makefile.am:
14644         * gst/audioconvert/bufferframesconvert.c:
14645         * gst/audioconvert/plugin.c: (plugin_init):
14646         * gst/audioconvert/plugin.h:
14647           And bye bye buffer-frames-convert
14648
14649 2005-10-19  Wim Taymans  <wim@fluendo.com>
14650
14651         * check/elements/audioconvert.c:
14652         * docs/libs/tmpl/gstaudio.sgml:
14653         * docs/libs/tmpl/gstcolorbalance.sgml:
14654         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14655         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14656         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14657         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14658         * gst-libs/gst/audio/audio.h:
14659         * gst/audioconvert/audioconvert.h:
14660         * gst/audioconvert/gstaudioconvert.c:
14661         (gst_audio_convert_parse_caps):
14662         * gst/volume/gstvolume.c:
14663         Bye bye buffer-frames.
14664
14665 2005-10-19  Wim Taymans  <wim@fluendo.com>
14666
14667         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14668         (query_positions_elems), (query_positions_pads), (update_scale),
14669         (do_seek), (set_update_scale), (message_received), (main):
14670         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14671         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14672         (gst_ogg_demux_loop):
14673         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14674         * ext/theora/theoradec.c: (theora_dec_src_query),
14675         (theora_dec_sink_event):
14676         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14677         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14678         * gst/adder/gstadder.c: (gst_adder_query):
14679         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14680         * gst/playback/test3.c: (update_scale):
14681         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14682         (dump_element_stats), (main):
14683         * gst/playback/test6.c: (main):
14684         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14685         Query API update.
14686
14687 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14688
14689         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14690         (xml_check_first_element), (xml_type_find), (smil_type_find),
14691         (plugin_init):
14692           Add typefinding for SMIL and for generic XML. Based on patch by
14693           Akos Maroy (#308663).
14694
14695 2005-10-18  Wim Taymans  <wim@fluendo.com>
14696
14697         * gst/playback/Makefile.am:
14698         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14699         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14700         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14701         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14702         (gst_decode_bin_change_state):
14703         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14704         (gst_play_bin_send_event_to_sink):
14705         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14706         (dump_element_stats), (main):
14707         * gst/playback/test6.c: (main):
14708         Make playbin async, it'll commit state to paused when all streams
14709         are detected.
14710         Remove ugly hack.
14711         Added test6.c to show async behaviour.
14712
14713 2005-10-18  Wim Taymans  <wim@fluendo.com>
14714
14715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14716         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14717         Fix for segment-start/stop API change.
14718
14719 2005-10-18  Wim Taymans  <wim@fluendo.com>
14720
14721         * check/Makefile.am:
14722         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14723         (main):
14724         Add future test for clock selection.
14725
14726 2005-10-18  Wim Taymans  <wim@fluendo.com>
14727
14728         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14729         (gst_alsasink_close):
14730         Set handle to NULL.
14731
14732         * gst-libs/gst/audio/gstringbuffer.c:
14733         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14734         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14735         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14736         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14737         (gst_ring_buffer_read):
14738         More debug info.
14739
14740 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14741
14742         * gst/audiotestsrc/Makefile.am:
14743         * gst/sine/Makefile.am:
14744         * gst/volume/Makefile.am:
14745           fix broken build of controllerized plugins
14746
14747 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14748
14749         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14750
14751         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14752         (gst_riff_create_video_template_caps):
14753           Add support for Indeo-3 (IV32).
14754
14755 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14756
14757         * configure.ac:
14758           rewrite
14759
14760 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14761
14762         * gst-libs/gst/video/video.c: (gst_video_get_size):
14763         * gst/audiotestsrc/gstaudiotestsrc.c:
14764           doc updates
14765
14766 2005-10-17  Andy Wingo  <wingo@pobox.com>
14767
14768         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14769         with the collectpads change.
14770         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14771
14772         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14773
14774         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14775
14776         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14777         alloc_buffer flow return to callers.
14778         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14779         change. Fix some memleaks in theoraenc.
14780
14781         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14782         in strange circumstance.
14783
14784 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14785
14786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14787         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14788         from caps, let's use the caps...
14789
14790 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14791
14792         * configure.ac:
14793           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14794
14795 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14796
14797         * gst-libs/gst/interfaces/Makefile.am:
14798           fix silly typo
14799
14800 2005-10-16  Andy Wingo  <wingo@pobox.com>
14801
14802         * gst/playback/gstdecodebin.c
14803         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14804         function!
14805         (try_to_link_1): Increase kraziness level.
14806
14807 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14808
14809         * configure.ac:
14810           restructure like the core one
14811         * gst-libs/gst/audio/Makefile.am:
14812         * gst-libs/gst/interfaces/Makefile.am:
14813         * gst-libs/gst/net/Makefile.am:
14814         * gst-libs/gst/riff/Makefile.am:
14815         * gst-libs/gst/rtp/Makefile.am:
14816         * gst-libs/gst/tag/Makefile.am:
14817         * gst-libs/gst/video/Makefile.am:
14818           use correct linker flags, now the libs are properly versioned
14819         * check/elements/audioconvert.c: (verify_convert):
14820         * ext/alsa/gstalsaplugin.c:
14821         * ext/cdparanoia/gstcdparanoia.c:
14822         * ext/gnomevfs/gstgnomevfs.c:
14823         * ext/libvisual/visual.c:
14824         * ext/ogg/gstogg.c:
14825         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14826         * ext/theora/theora.c:
14827         * ext/vorbis/vorbis.c:
14828         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14829         * gst-libs/gst/tag/gsttagediting.c:
14830         * gst-libs/gst/video/video.c:
14831         * gst/adder/gstadder.c:
14832         * gst/audioconvert/plugin.c:
14833         * gst/audiorate/gstaudiorate.c:
14834         * gst/audioresample/gstaudioresample.c:
14835         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14836         * gst/audioscale/gstaudioscale.c:
14837         * gst/audioscale/resample.c:
14838         * gst/audiotestsrc/gstaudiotestsrc.c:
14839         * gst/ffmpegcolorspace/gstffmpeg.c:
14840         * gst/playback/gstdecodebin.c: (close_pad_link):
14841         * gst/playback/gstplaybin.c: (gen_video_element),
14842         (gen_audio_element):
14843         * gst/sine/gstsinesrc.c:
14844         * gst/subparse/gstsubparse.c:
14845         * gst/tags/gsttagediting.c:
14846         * gst/tcp/gsttcpplugin.c:
14847         * gst/typefind/gsttypefindfunctions.c:
14848         * gst/videorate/gstvideorate.c:
14849         * gst/videoscale/gstvideoscale.c:
14850         * gst/videotestsrc/gstvideotestsrc.c:
14851         * gst/volume/gstvolume.c:
14852         * sys/v4l/gstv4l.c:
14853         * sys/ximage/ximage.c:
14854         * sys/xvimage/xvimagesink.c:
14855           fix up defines
14856
14857 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14858
14859         * ext/vorbis/vorbisenc.c:
14860         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14861         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14862         (gst_tag_to_vorbis_comments):
14863           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14864
14865 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14866
14867         * examples/stats/mp2ogg.c:
14868         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14869           typo fixes
14870
14871 2005-10-13  Michael Smith <msmith@fluendo.com>
14872
14873         * ext/ogg/gstoggmux.c:
14874           Use magic glib macros to define constants as 64 bit, to ensure
14875           appropriate vararg passing.
14876
14877 2005-10-13  Michael Smith <msmith@fluendo.com>
14878
14879         * ext/ogg/gstoggmux.c:
14880         * gst/audioconvert/audioconvert.c: (float):
14881           Don't use LL suffix, as it's not portable, and neither of these
14882           uses required it anyway.
14883
14884 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14885
14886         * examples/indexing/indexmpeg.c: (main):
14887         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14888         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14889         (cdparanoia_convert), (cdparanoia_query):
14890         * ext/cdparanoia/gstcdparanoia.h:
14891         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14892         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14893         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14894         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14895         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14896         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14898         (gst_multifdsink_render), (gst_multifdsink_start),
14899         (gst_multifdsink_stop):
14900         * gst/tcp/gstmultifdsink.h:
14901         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14902         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14903         (gst_tcpclientsink_stop):
14904         * gst/tcp/gsttcpclientsink.h:
14905         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14906         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14907         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14908         * gst/tcp/gsttcpclientsrc.h:
14909         * gst/tcp/gsttcpserversink.h:
14910         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14911         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14912         (gst_tcpserversrc_stop):
14913         * gst/tcp/gsttcpserversrc.h:
14914         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14915         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14916         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14917           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14918           moved bitshift from macro to enum definition
14919
14920 2005-10-12  Wim Taymans  <wim@fluendo.com>
14921
14922         * examples/seeking/Makefile.am:
14923         Oops.
14924
14925 2005-10-12  Wim Taymans  <wim@fluendo.com>
14926
14927         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14928         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14929         Don't assert on normal stuff.
14930
14931         * gst/playback/gstplaybin.c: (do_playbin_seek):
14932         API fix.
14933
14934 2005-10-12  Wim Taymans  <wim@fluendo.com>
14935
14936         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14937         * examples/seeking/Makefile.am:
14938         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14939         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14940         (do_seek), (set_update_scale), (message_received), (main):
14941         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14942         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14943         Update for _get_state() API change.
14944
14945 2005-10-11  Wim Taymans  <wim@fluendo.com>
14946
14947         * gst-libs/gst/audio/gstbaseaudiosink.c:
14948         (gst_base_audio_sink_render):
14949         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14950         (gst_base_audio_src_create):
14951         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14952         (gst_ring_buffer_read):
14953         Cleanups.
14954         Commit and read from ringbuffer in samples rather than bytes.
14955
14956 2005-10-11  Wim Taymans  <wim@fluendo.com>
14957
14958         * gst-libs/gst/audio/gstbaseaudiosink.c:
14959         (gst_base_audio_sink_render):
14960         Respect segment rate and accum when scheduling samples.
14961
14962 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14963
14964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14965         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14966         EOS correctly, that needs more work.
14967
14968 2005-10-11  Wim Taymans  <wim@fluendo.com>
14969
14970         * check/generic/states.c: (GST_START_TEST):
14971         remove old property.
14972
14973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14974         (gst_ogg_demux_perform_seek):
14975         * ext/theora/theoradec.c: (theora_dec_sink_event):
14976         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14977         (vorbis_handle_data_packet):
14978         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14979         (gst_base_rtp_depayload_set_gst_timestamp):
14980         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14981         Update for newsegment API change.
14982
14983 2005-10-11  Michael Smith <msmith@fluendo.com>
14984
14985         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14986         (do_playbin_seek), (gst_play_bin_send_event):
14987           Override send_event differently, so that we can takes bits of
14988           functionality from GstPipeline (special handling for seeks,
14989           including pausing/resuming, and resetting stream time) and still get
14990           the appropriate behaviour of only forwarding event to a single sink,
14991           rather than all of them.
14992           Unfortunately requires a lot of code duplication, but the
14993           alternatives are equally ugly in the end.
14994
14995 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14996
14997         * check/elements/audioconvert.c: (setup_audioconvert),
14998         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14999         (GST_START_TEST), (audioconvert_suite):
15000           clean up tests a little, fix some leaks.
15001
15002 2005-10-10  Wim Taymans  <wim@fluendo.com>
15003
15004         * ext/alsa/gstalsasink.c:
15005         Also allow unsigned int.
15006
15007         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15008         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15009         Small cleanup
15010
15011 2005-10-10  Wim Taymans  <wim@fluendo.com>
15012
15013         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15014         Small update, use API as stated in design docs.
15015
15016         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
15017         (update_scale), (do_seek), (seek_cb), (set_update_scale),
15018         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
15019         (message_received), (main):
15020         Updated seek example for GOption. Some usability improvements.
15021
15022 2005-10-10  Wim Taymans  <wim@fluendo.com>
15023
15024         * gst/audioconvert/audioconvert.h:
15025         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15026         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
15027         Alloc temp storage somewhere else where we can do it more
15028         portable.
15029
15030 2005-10-10  Wim Taymans  <wim@fluendo.com>
15031
15032         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
15033         (gst_tcpserversrc_start):
15034         Don't block in accept while doing the state change, move
15035         to poll and make cancellable.
15036
15037 2005-10-09  Philippe Khalaf <burger@speedy.org>
15038
15039         * gst-libs/gst/rtp/rtpbasedepayload.c:
15040         Set timestamp and add queue delay to timestamp
15041         * gst-libs/gst/rtp/rtpbuffer.h:
15042         Set correct payload type for h263
15043
15044 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15045
15046         * gst/audiotestsrc/gstaudiotestsrc.c:
15047         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
15048         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
15049         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
15050         (gst_audiotestsrc_create_triangle),
15051         (gst_audiotestsrc_create_silence),
15052         (gst_audiotestsrc_create_white_noise),
15053         (gst_audiotestsrc_init_pink_noise),
15054         (gst_audiotestsrc_generate_pink_noise_value),
15055         (gst_audiotestsrc_create_pink_noise),
15056         (gst_audiotestsrc_change_wave):
15057         * gst/audiotestsrc/gstaudiotestsrc.h:
15058           fixed typo, added pink noise
15059
15060 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15061
15062         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
15063         (plugin_init):
15064           Add wavpack and spc typefind functions from 0.8 branch.
15065
15066 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15067
15068         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
15069         (ar_type_find), (msdos_type_find), (plugin_init):
15070           Add typefind functions for tar archives, ar archives,
15071           RAR archives, and msdos-executables (dlls, exe, etc.).
15072           Some of those would be wrongly identified as mpeg
15073           streams of some sort before (#315550).
15074
15075 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15076
15077         * configure.ac:
15078         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15079         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15080         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15081         * gst/audiotestsrc/Makefile.am:
15082         * gst/audiotestsrc/gstaudiotestsrc.c:
15083         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
15084         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
15085         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
15086         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
15087         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
15088         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
15089         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
15090         (gst_audiotestsrc_create_silence),
15091         (gst_audiotestsrc_create_white_noise),
15092         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
15093         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
15094         (gst_audiotestsrc_start), (plugin_init):
15095         * gst/audiotestsrc/gstaudiotestsrc.h:
15096           add new plugin and element
15097         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
15098           use gobject_class
15099
15100 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
15103         (gst_adder_init), (gst_adder_request_new_pad),
15104         (gst_adder_change_state):
15105           Add query function to source pad, so adder reports the correct
15106           time/sample position when queried (#315457); fix state change
15107           function; use GST_DEBUG_FUNCPTR() for pad functions.
15108
15109 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15110
15111         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
15112           Fix leaks in typefind registration
15113           Clean up the gratuitous commenting and whitespacing a little
15114
15115 2005-10-08  Wim Taymans  <wim@fluendo.com>
15116
15117         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
15118         Only actually wait for the thread to be stopped if it's 
15119         running.
15120
15121 2005-10-08  Wim Taymans  <wim@fluendo.com>
15122
15123         * gst-libs/gst/audio/gstbaseaudiosink.c:
15124         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15125         If we receive EOS we can start playback of what we had.
15126
15127 2005-10-08  Wim Taymans  <wim@fluendo.com>
15128
15129         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15130         (gst_multifdsink_finalize), (multifdsink_hash_remove),
15131         (gst_multifdsink_stop):
15132         Fix crasher when going to NULL multiple times.
15133
15134 2005-10-06  Wim Taymans  <wim@fluendo.com>
15135
15136         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
15137         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15138         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15140         patch from Edgard Lima <edgard.lima@indt.org.br>
15141         Fixed gstbaseaudiosrc adding ring buffer sync to it.
15142
15143 2005-10-06  Wim Taymans  <wim@fluendo.com>
15144
15145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15146         Report the FLOW_RETURN as string in the error message.
15147
15148         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
15149         Don't assert when clearing an unnegotiated buffer.
15150
15151 2005-10-04  Michael Smith <msmith@fluendo.com>
15152
15153         * gst/playback/gstplaybasebin.c: (group_destroy),
15154         (gen_preroll_element), (remove_groups), (setup_source):
15155         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
15156         (setup_sinks), (gst_play_bin_send_event),
15157         (gst_play_bin_change_state):
15158           Set state to NULL before removing from bin. Fix refcounting.
15159
15160 2005-10-04  Michael Smith <msmith@fluendo.com>
15161
15162         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15163           Correct refcounting in send_event() function. Previously was wrong
15164           if the first sink was unable to handle the event.
15165
15166 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15167
15168         * configure.ac:
15169           back to development
15170
15171 === release 0.9.3 ===
15172
15173 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15174
15175         * configure.ac:
15176           Releasing 0.9.3, "De Facto"
15177
15178 2005-10-03  Andy Wingo  <wingo@pobox.com>
15179
15180         * gst/playback/gstdecodebin.c (try_to_link_1)
15181         (remove_element_chain): set element to NULL before removing it.
15182
15183 2005-10-02  Johan Dahlin  <johan@gnome.org>
15184
15185         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
15186         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
15187         MT safe.
15188
15189 2005-10-02  Andy Wingo  <wingo@pobox.com>
15190
15191         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
15192         (gst_ring_buffer_prepare_read): 
15193         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
15194         Demote to LOG.
15195
15196 2005-09-29  Wim Taymans  <wim@fluendo.com>
15197
15198         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
15199         * ext/theora/theoradec.c: (theora_handle_data_packet):
15200         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15201         Propagate error codes from alloc_buffer too.
15202
15203 2005-09-29  Wim Taymans  <wim@fluendo.com>
15204
15205         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15206         We use fixed caps.
15207
15208         * gst/playback/Makefile.am:
15209         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15210         (dump_element_stats), (main):
15211         Added example stream introspection code.
15212
15213 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
15214
15215         * gst/adder/gstadder.c: (gst_adder_collected):
15216           fix adder for float elements
15217
15218 2005-09-28  Wim Taymans  <wim@fluendo.com>
15219
15220         * gst-libs/gst/audio/gstbaseaudiosink.c:
15221         (gst_base_audio_sink_class_init),
15222         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
15223         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15224         (gst_base_audio_src_class_init),
15225         (gst_base_audio_src_provide_clock):
15226         get_clock -> provide_clock
15227
15228 2005-09-28  Andy Wingo  <wingo@pobox.com>
15229
15230         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
15231         and unlocking.
15232
15233         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15234         unlocking.
15235
15236         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15237         Actually add the pad template.
15238         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15239
15240         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15241         I'm at it...
15242
15243         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15244         from fdsrc. Get caps in create() instead of start() so it can be
15245         interrupted. Interruption somewhat untested.
15246
15247         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15248         Proper EOS handling.
15249
15250 2005-09-27  Andy Wingo  <wingo@pobox.com>
15251
15252         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15253
15254         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15255
15256         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15257
15258         * gst/tcp/gsttcp.h: 
15259         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15260         out of tcpclientsrc.c. Cancellable.
15261         (gst_tcp_socket_read): Made private, cancellable, with better
15262         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15263         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15264         whole buffer, and better diagnostics.
15265         (gst_tcp_gdp_read_caps): Same.
15266
15267         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15268
15269 2005-09-26  Andy Wingo  <wingo@pobox.com>
15270
15271         * gst/sine/gstsinesrc.h:
15272         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15273         change the 'sync' property to 'is-live' and implement it halfway,
15274         update for controller api change.
15275
15276         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15277         controller api change.
15278
15279 2005-09-24  Wim Taymans  <wim@fluendo.com>
15280
15281         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15282         * gst-libs/gst/audio/gstaudiosink.c:
15283         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15284         (gst_audioringbuffer_stop):
15285         * gst-libs/gst/audio/gstbaseaudiosink.c:
15286         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15287         (gst_base_audio_sink_change_state):
15288         * gst-libs/gst/audio/gstbaseaudiosink.h:
15289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15290         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15291         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15292         * gst-libs/gst/audio/gstringbuffer.h:
15293         Fix sync again. Moved sample alignment to basesink.
15294
15295 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15296
15297         * docs/plugins/Makefile.am:
15298         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15299         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15300         * gst/volume/gstvolume.c:
15301           add/fix docs
15302         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15303         * gst-libs/gst/audio/audio.h:
15304           add conversion macros for frames <-> clocktime
15305
15306 2005-09-23  David Schleef  <ds@schleef.org>
15307
15308         * gst/audioresample/Makefile.am:
15309         * gst/audioresample/debug.h:
15310         * gst/audioresample/gstaudioresample.c:
15311         * gst/audioresample/resample.c: Convert to using gst debugging
15312
15313 2005-09-22  Wim Taymans  <wim@fluendo.com>
15314
15315         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15316         (gst_play_bin_send_event):
15317         Only seek on one sink, the first one that succeeds.
15318
15319 2005-09-22  Michael Smith <msmith@fluendo.com>
15320
15321         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15322         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15323         Don't flush encoder state unless we have an initialised encoder.
15324         Clear out encoder state on PAUSED_TO_READY.
15325
15326 2005-09-22  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_is_filled), (gst_basertppayload_push),
15333         (gst_basertppayload_set_property),
15334         (gst_basertppayload_get_property),
15335         (gst_basertppayload_change_state):
15336         * gst-libs/gst/rtp/gstbasertppayload.h:
15337         Added max-ptime to control amount of data in the rtp packets.
15338
15339 2005-09-21  Andy Wingo  <wingo@pobox.com>
15340
15341         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15342         thingies.
15343
15344         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15345         can be called multiple times, dogs.
15346
15347 2005-09-21  Wim Taymans  <wim@fluendo.com>
15348
15349         * gst-libs/gst/rtp/gstbasertppayload.c:
15350         (gst_basertppayload_class_init), (gst_basertppayload_init),
15351         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15352         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15353         (gst_basertppayload_push), (gst_basertppayload_get_property),
15354         (gst_basertppayload_change_state):
15355         Allow 0 ssrc too.
15356
15357 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15358
15359         * docs/libs/compiling.sgml:
15360           fixing typos
15361
15362 2005-09-20  Wim Taymans  <wim@fluendo.com>
15363
15364         * gst-libs/gst/rtp/gstbasertppayload.c:
15365         (gst_basertppayload_class_init), (gst_basertppayload_init),
15366         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15367         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15368         (gst_basertppayload_push), (gst_basertppayload_set_property),
15369         (gst_basertppayload_get_property),
15370         (gst_basertppayload_change_state):
15371         * gst-libs/gst/rtp/gstbasertppayload.h:
15372         Added property to configure sequence number offsets.
15373
15374 2005-09-20  Wim Taymans  <wim@fluendo.com>
15375
15376         * gst-libs/gst/rtp/gstbasertppayload.c:
15377         (gst_basertppayload_class_init), (gst_basertppayload_init),
15378         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15379         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15380         (gst_basertppayload_push), (gst_basertppayload_set_property),
15381         (gst_basertppayload_get_property),
15382         (gst_basertppayload_change_state):
15383         * gst-libs/gst/rtp/gstbasertppayload.h:
15384         Make timestamp offset configurable.
15385
15386 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15387
15388         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15389           fix wrong pop/unref
15390
15391 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15392
15393         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15394
15395         * gst-libs/gst/interfaces/propertyprobe.c:
15396         (gst_property_probe_probe_property_name),
15397         (gst_property_probe_needs_probe_name),
15398         (gst_property_probe_get_values_name),
15399         (gst_property_probe_probe_and_get_values_name):
15400           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15401           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15402
15403 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15404
15405         * check/Makefile.am:
15406           have some tests be disabled for valgrinding
15407         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15408         (GST_START_TEST):
15409         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15410           Fix A Leak.  Chain To Parent Finalize.
15411
15412 2005-09-19  Wim Taymans  <wim@fluendo.com>
15413
15414         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15415         Fixed wav pipeline.
15416
15417 2005-09-19  Wim Taymans  <wim@fluendo.com>
15418
15419         * gst-libs/gst/rtp/gstbasertppayload.c:
15420         (gst_basertppayload_class_init), (gst_basertppayload_init),
15421         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15422         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15423         (gst_basertppayload_push), (gst_basertppayload_get_property),
15424         (gst_basertppayload_change_state):
15425         Posting ERROR and WARNING messages is good.
15426
15427 2005-09-19  Wim Taymans  <wim@fluendo.com>
15428
15429         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15430         (gst_base_rtp_depayload_add_to_queue),
15431         (gst_base_rtp_depayload_push),
15432         (gst_base_rtp_depayload_set_gst_timestamp),
15433         (gst_base_rtp_depayload_queue_release):
15434         This one was not supposed to go in.
15435
15436 2005-09-19  Wim Taymans  <wim@fluendo.com>
15437
15438         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15439         Fix for bus API.
15440
15441         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15442         (gst_base_rtp_depayload_chain),
15443         (gst_base_rtp_depayload_add_to_queue),
15444         (gst_base_rtp_depayload_push),
15445         (gst_base_rtp_depayload_set_gst_timestamp),
15446         (gst_base_rtp_depayload_queue_release):
15447         Some cleanups.
15448
15449         * gst-libs/gst/rtp/gstbasertppayload.c:
15450         (gst_basertppayload_class_init), (gst_basertppayload_init),
15451         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15452         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15453         (gst_basertppayload_get_property),
15454         (gst_basertppayload_change_state):
15455         Added debugging category.
15456
15457 2005-09-18  David Schleef  <ds@schleef.org>
15458
15459         * gst/playback/gstdecodebin.c: free plugin list correctly
15460         * gst/playback/gstplaybin.c: emit warning if autovideosink
15461           and autoaudiosink can't be found (instead of segfaulting)
15462
15463 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15464
15465         * check/elements/audioconvert.c: (GST_START_TEST):
15466           try out 24 bit conversion
15467
15468 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15469
15470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15471         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15472         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15473         * ext/vorbis/vorbisenc.h:
15474           Fix EOS handling.  Still needs a fix in the ogg muxer to
15475           mark the last page as eos.
15476
15477 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15478
15479         * common/gtk-doc-plugins.mak:
15480         * docs/plugins/Makefile.am:
15481         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15482         * gst/ffmpegcolorspace/Makefile.am:
15483         * gst/ffmpegcolorspace/avcodec.h:
15484         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15485         * gst/tcp/gstmultifdsink.c:
15486           fix up ffmpegcolorspace docs; extract header
15487
15488 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15489
15490         * common/gtk-doc-plugins.mak:
15491         * docs/plugins/Makefile.am:
15492         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15493         * ext/theora/Makefile.am:
15494         * ext/theora/gsttheoraenc.h:
15495         * ext/theora/theoraenc.c:
15496         * ext/vorbis/vorbisenc.c:
15497           pick up signals and args for vorbis; add some docs for vorbis
15498
15499 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15500
15501         * common/gstdoc-scangobj:
15502         * common/gtk-doc-plugins.mak:
15503         * docs/libs/Makefile.am:
15504         * docs/plugins/gst-plugins-base-plugins.args:
15505         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15506         * docs/plugins/gst-plugins-base-plugins.interfaces:
15507         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15508         * docs/plugins/gst-plugins-base-plugins.signals:
15509           only scanobj stuff from our source module.  Not sure yet
15510           if that's correct, given the hierarchy stuff :)
15511
15512 2005-09-15  Wim Taymans  <wim@fluendo.com>
15513
15514         * gst/audioconvert/gstaudioconvert.c:
15515         And enable 24 bits mode as well..
15516
15517 2005-09-15  Wim Taymans  <wim@fluendo.com>
15518
15519         * gst-libs/gst/rtp/Makefile.am:
15520         * gst-libs/gst/rtp/gstbasertppayload.c:
15521         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15522         (gst_basertppayload_class_init), (gst_basertppayload_init),
15523         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15524         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15525         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15526         (gst_basertppayload_set_property),
15527         (gst_basertppayload_get_property),
15528         (gst_basertppayload_change_state):
15529         * gst-libs/gst/rtp/gstbasertppayload.h:
15530         Added rtp payloader base class.
15531
15532 2005-09-15  Andy Wingo  <wingo@pobox.com>
15533
15534         * configure.ac (plugindir): Remove the EOL matcher from the
15535         regexp, as it causes me problems. Libtool? Make? Who knows?
15536
15537 2005-09-14  David Schleef  <ds@schleef.org>
15538
15539         * check/generic/states.c: 
15540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15541         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15542           Fixes for changes in registry API.
15543
15544         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15545           to GST_PLUGIN_LDFLAGS.
15546         * ext/libvisual/visual.c: Make the library shut up.
15547         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15548         * gst-libs/gst/audio/gstaudiofilter.c: same
15549
15550 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15551
15552         * docs/plugins/Makefile.am:
15553         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15554         * docs/plugins/inspect/plugin-libvisual.xml:
15555         * docs/plugins/tmpl/element-tcpserversink.sgml:
15556         * ext/theora/theoraenc.c:
15557           add libvisual plugin and theoraenc element to docs
15558
15559 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15560
15561         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15562         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15563         * ext/theora/theoraenc.c:
15564           add theoraenc
15565
15566 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15567
15568         * gst/audioconvert/Makefile.am:
15569           Audioconvert derives from GstBaseTransform and should
15570           link to the library with our base elements to avoid
15571           unresolved symbols. Makes things work with MinGW (#316160)
15572
15573         * gst/playback/test4.c: (main):
15574           Fix MinGW build problem and use g_usleep() instead of 
15575           sleep() (#316162)
15576
15577 2005-09-12  Wim Taymans  <wim@fluendo.com>
15578
15579         * gst/audioconvert/audioconvert.c: (float),
15580         (audio_convert_prepare_context), (audio_convert_convert):
15581         * gst/audioconvert/audioconvert.h:
15582         Cleanups, speedups, simplifications, added back support
15583         for 24 bits.
15584
15585 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15586
15587         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15588         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15589         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15590         * docs/plugins/tmpl/element-tcpserversink.sgml:
15591         * gst/ffmpegcolorspace/gstffmpeg.c:
15592         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15593         * gst/videotestsrc/gstvideotestsrc.c:
15594         * gst/volume/gstvolume.c:
15595           add more elements to the docs
15596
15597 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15598
15599         * check/Makefile.am:
15600         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15601         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15602           Add extra tests for basetransform based components. 
15603           Comment out the test_element_negotiation test until we decide
15604           if it's testing correct behaviour.
15605         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15606         (gst_visual_chain), (gst_visual_change_state):
15607           Slightly more correct but still bogus timestamping.
15608           Fix state change function.
15609         * gst/audioconvert/gstaudioconvert.c:
15610         (gst_audio_convert_class_init):
15611         * gst/audioresample/gstaudioresample.c:
15612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15613         (gst_ffmpegcsp_class_init):
15614         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15615         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15616         (gst_videoscale_prepare_image):
15617         * gst/volume/gstvolume.c: (gst_volume_class_init),
15618         (volume_transform_ip):
15619           Basetransform updates. Enable passthrough modes.
15620         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15621         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15622         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15623           Negotiation fix that allows the window to return to the original
15624           size and renegotiate passthrough upstream. Extra debug output.
15625
15626 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15627
15628         * gst/sine/gstsinesrc.c:
15629         * gst/volume/gstvolume.c:
15630           fix up header include
15631
15632 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15633
15634         * gst-libs/gst/audio/gstbaseaudiosink.c:
15635         (gst_base_audio_sink_render):
15636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15637         * gst/volume/gstvolume.c: (gst_volume_class_init),
15638         (volume_transform):
15639           fixing lost sync, some more debugging
15640
15641 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15642
15643         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15644         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15645         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15646         (gst_xvimagesink_check_xshm_calls):
15647           Fix compilation when XShm is not available.
15648
15649 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15650
15651         * ext/libvisual/visual.c: (gst_visual_dispose),
15652         (gst_visual_getcaps), (gst_visual_src_setcaps),
15653         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15654         (gst_visual_change_state):
15655           Finish fixing up libvisual plugin so that it runs. 
15656
15657 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15658
15659         * ext/vorbis/vorbisenc.c:
15660         * gst-libs/gst/tag/gstvorbistag.c:
15661           gsttaginterface.h -> gsttagsetter.h
15662
15663 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15664
15665         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15666           added another test that failes for me (test is not active by default)
15667
15668 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15669
15670         * configure.ac:
15671           v4l2 is no longer in gst-plugins-base
15672
15673 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15674
15675         * configure.ac:
15676           In the output at the end, don't show the first plugin on the same
15677           line as "Core plug-ins, always built:".
15678           Indent the output as for other plugin categories
15679         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15680           #define that can be used to not use peer buffer_alloc functions for
15681           test purposes.
15682         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15683         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15684         (gst_ximagesink_show_frame):
15685         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15686         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15687         (gst_xvimagesink_show_frame):
15688           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15689           fails gracefully instead of XError aborting or deadlocking.
15690
15691 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15692
15693         * ext/libvisual/Makefile.am:
15694           link against gst-base-libs
15695
15696 2005-09-06  David Schleef  <ds@schleef.org>
15697
15698         * configure.ac: Enable libvisual plugin.
15699         * ext/libvisual/Makefile.am:
15700         * ext/libvisual/visual.c: Fixes to make it compile.
15701
15702 === release 0.9.2 ===
15703
15704 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15705
15706         * NEWS:
15707         * RELEASE:
15708         * configure.ac:
15709         * docs/random/ChangeLog-0.8:
15710           releasing 0.9.2, "Spoon"
15711
15712 2005-09-05  Michael Smith <msmith@fluendo.com>
15713
15714         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15715           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15716           that in the vorbisenc element.
15717
15718 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15719
15720         * common/gtk-doc-plugins.mak:
15721         * docs/plugins/Makefile.am:
15722           fix distcheck
15723         * gst/audioresample/resample.c:
15724           fix wrong docstring
15725
15726 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15727
15728         * common/gst-xmlinspect.py:
15729         * common/gtk-doc-plugins.mak:
15730           only inspect plugins for this given package
15731           require gst-python 0.9
15732
15733 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15734
15735         * Makefile.am:
15736         * autogen.sh:
15737         * common/gst-xmlinspect.py:
15738         * configure.ac:
15739         * docs/Makefile.am:
15740         * docs/plugins/inspect/plugin-alsa.xml:
15741         * docs/plugins/inspect/plugin-audioresample.xml:
15742         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15743         * docs/plugins/inspect/plugin-ogg.xml:
15744         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15745         * docs/plugins/tmpl/element-multifdsink.sgml:
15746         * docs/plugins/tmpl/element-tcpserversink.sgml:
15747         * docs/plugins/tmpl/element-vorbisenc.sgml:
15748         * gst-plugins-base.spec.in:
15749           various doc-related updates
15750
15751 2005-08-31  Wim Taymans  <wim@fluendo.com>
15752
15753         * gst-libs/gst/audio/gstbaseaudiosink.c:
15754         (gst_base_audio_sink_render):
15755         Resync if the buffer timestamps drift more than a 10th 
15756         of a second.
15757
15758 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15759
15760         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15761         (gst_v4lsrc_get_property):
15762           The 'timestamp-offset' property is registered as an int64, so
15763           let's use g_value_{set|get}_int64() in our setter and getter
15764           functions (makes it work and fixes warnings with gst-inspect).
15765
15766 2005-08-30  Wim Taymans  <wim@fluendo.com>
15767
15768         * check/elements/audioconvert.c: (setup_audioconvert):
15769         * check/elements/audioresample.c: (setup_audioresample):
15770         * check/elements/volume.c: (setup_volume):
15771         Fix checks.
15772
15773 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15774
15775         * common/gtk-doc-plugins.mak:
15776         * common/plugins.xsl:
15777         * docs/plugins/Makefile.am:
15778           make module a param
15779
15780 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15781
15782         * examples/seeking/seek.c: (make_mp3_pipeline),
15783         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15784         (play_cb), (pause_cb), (stop_cb):
15785           update the example
15786
15787 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15788
15789         * gst/volume/gstvolume.c: (gst_volume_class_init),
15790         (volume_transform):
15791           do not update controlled params, if buffer has no timestamp
15792
15793 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15794
15795         * configure.ac:
15796         * gst/sine/Makefile.am:
15797         * gst/volume/Makefile.am:
15798           controllerized elements also need to link against controller-libs ;)
15799
15800 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15801
15802         * docs/libs/tmpl/gstcolorbalance.sgml:
15803         * docs/libs/tmpl/gstgconf.sgml:
15804         * docs/libs/tmpl/gstmixer.sgml:
15805         * docs/libs/tmpl/gstringbuffer.sgml:
15806         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15807         (gst_sinesrc_create):
15808         * gst/volume/gstvolume.c: (gst_volume_class_init),
15809         (volume_transform):
15810           controllerized two audio plugins
15811
15812 2005-08-29  Andy Wingo  <wingo@pobox.com>
15813
15814         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15815         (vorbis_handle_data_packet): Fix some int overflow errors.
15816
15817         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15818         -1.
15819         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15820         valid.
15821         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15822         if it's valid. Fixed streaming-mode playback.
15823
15824         * check/elements/volume.c (cleanup_volume): Fix for running
15825         CK_FORK=no.
15826
15827         * check/elements/audioconvert.c: Convert from native endian, not
15828         little endian.
15829
15830 2005-08-29  Michael Smith <msmith@fluendo.com>
15831
15832         * ext/ogg/Makefile.am:
15833         * ext/ogg/gstogg.c: (plugin_init):
15834         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15835         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15836         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15837         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15838         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15839         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15840         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15841         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15842         Add an ogg parser element.
15843
15844 2005-08-28  Andy Wingo  <wingo@pobox.com>
15845
15846         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15847
15848 2005-08-26  Wim Taymans  <wim@fluendo.com>
15849
15850         * gst/audioconvert/audioconvert.c: (if), (float),
15851         (audio_convert_get_func_index), (check_default),
15852         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15853         (audio_convert_clean_context), (audio_convert_get_sizes),
15854         (audio_convert_convert):
15855         Cleanups.
15856
15857 2005-08-26  Wim Taymans  <wim@fluendo.com>
15858
15859         * gst/audioconvert/audioconvert.c: (if), (float),
15860         (audio_convert_get_func_index), (check_default),
15861         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15862         (audio_convert_clean_context), (audio_convert_get_sizes),
15863         (audio_convert_convert):
15864         More elegant and working temp buffer selection algo.
15865
15866 2005-08-26  Wim Taymans  <wim@fluendo.com>
15867
15868         * gst/audioconvert/audioconvert.c: (if), (float),
15869         (audio_convert_get_func_index), (check_default),
15870         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15871         (audio_convert_clean_context), (audio_convert_get_sizes),
15872         (get_temp_buffer), (audio_convert_convert):
15873         Use realloc else we lose our original data.
15874
15875 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15876
15877         * gst/audioresample/gstaudioresample.c:
15878           use base class' newsegment to properly timestamp
15879
15880 2005-08-26  Wim Taymans  <wim@fluendo.com>
15881
15882         * gst/audioconvert/audioconvert.c: (if), (float),
15883         (audio_convert_get_func_index), (check_default),
15884         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15885         (audio_convert_clean_context), (audio_convert_get_sizes),
15886         (get_temp_buffer), (audio_convert_convert):
15887         * gst/audioconvert/gstaudioconvert.c:
15888         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15889         (gst_audio_convert_transform_caps),
15890         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15891         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15892         Oops, allocate enough space to perform the channel mix.
15893
15894 2005-08-26  Wim Taymans  <wim@fluendo.com>
15895
15896         * gst/audioconvert/Makefile.am:
15897         * gst/audioconvert/audioconvert.c: (if), (float),
15898         (audio_convert_get_func_index), (check_default),
15899         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15900         (audio_convert_clean_context), (audio_convert_get_sizes),
15901         (get_temp_buffer), (audio_convert_convert):
15902         * gst/audioconvert/audioconvert.h:
15903         * gst/audioconvert/gstaudioconvert.c:
15904         (gst_audio_convert_class_init), (gst_audio_convert_init),
15905         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15906         (gst_audio_convert_get_unit_size),
15907         (gst_audio_convert_transform_caps),
15908         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15909         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15910         * gst/audioconvert/gstaudioconvert.h:
15911         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15912         (gst_channel_mix_fill_identical),
15913         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15914         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15915         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15916         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15917         (gst_channel_mix_mix):
15918         * gst/audioconvert/gstchannelmix.h:
15919         Cleanups, librarify a bit, optimize, better negotiation and more.
15920
15921 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15922
15923         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15924         Another from MikeS:
15925         During typefinding, don't support negative offsets
15926         (offsets from the end of the stream) in our typefind->peek() function
15927         - nothing embedded in ogg ever needs them. However, we need to recognise
15928         those requests and reject them, otherwise we return invalid pointers.
15929
15930 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15931
15932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15933         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15934         (vorbisdec_finalize), (vorbis_handle_type_packet):
15935           Big shout-out to MikeS for fixing this giant memory leak.
15936           Huzzah!
15937
15938 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15939
15940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15941         (audio_convert_get_unit_size):
15942           plug some leaks
15943
15944 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15945
15946         * check/Makefile.am:
15947         * check/elements/audioconvert.c: (setup_audioconvert),
15948         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15949         (GST_START_TEST), (audioconvert_suite), (main):
15950           add a test for audioconvert
15951         * gst/audioresample/gstaudioresample.c:
15952         * gst/audioresample/gstaudioresample.h:
15953           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15954           note that for buffers of 1/3 sec this means DURATION(c) is 
15955           one nanosecond more than for a and b
15956
15957 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15958
15959         * check/Makefile.am:
15960         * check/elements/audioresample.c: (setup_audioresample),
15961         (cleanup_audioresample), (fail_unless_perfect_stream),
15962         (test_perfect_stream_instance), (GST_START_TEST),
15963           add a check for audioresample
15964         (audioresample_suite), (main):
15965         * check/elements/volume.c: (GST_START_TEST):
15966           remove unused method
15967         * gst/audioresample/gstaudioresample.c:
15968           set correct buffer parameters since we're changing them
15969         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15970           add some debug
15971
15972 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15973
15974         * gst/audioresample/debug.c:
15975         * gst/audioresample/gstaudioresample.c:
15976           add room for extra overlap samples when asked to transform size
15977           protect against possible mem corruption and check for discrepancies
15978           between written size and outbuffer's size so we can warn for
15979           potential problems
15980         * gst/audioresample/resample.c: (resample_init),
15981         (resample_get_output_size_for_input), (resample_get_output_size),
15982         (resample_set_n_channels), (resample_set_format):
15983           set debug level based on RESAMPLE_DEBUG env var
15984           make sure that get_output_size* returns a whole number of
15985           sample_size
15986           set sample_size each time either channel or format is set
15987         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15988         * gst/audioresample/resample_functable.c:
15989         (resample_scale_functable):
15990         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15991           remove r->sample_size, it's done in resample.c now
15992           add some debugging to the ref implementation
15993           make sure we only give back bytes that are wholes of the sample
15994           size
15995
15996 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15997         * gst/playback/gstplaybasebin.c: (fill_buffer):
15998         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15999
16000 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
16001
16002         * gst/volume/gstvolume.c:
16003           made set_caps function static
16004
16005 2005-08-24  Wim Taymans  <wim@fluendo.com>
16006
16007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16008         (gst_vorbisenc_change_state):
16009         Stop leaking taglists.
16010
16011 2005-08-24  Wim Taymans  <wim@fluendo.com>
16012
16013         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16014         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
16015         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
16016         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
16017         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16018         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
16019         Parse seeking events better.
16020         Unref static caps.
16021         Generate correct newsegment events, fixes seeking in live oggs.
16022
16023         * ext/theora/theoradec.c: (theora_dec_src_query),
16024         (theora_dec_src_event), (theora_dec_src_getcaps),
16025         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
16026         Use newsegment values to report correct play time.
16027
16028         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16029         (vorbis_dec_src_event), (vorbis_dec_sink_event):
16030         * ext/vorbis/vorbisdec.h:
16031         Parse and use newsegment values to report correct play time.
16032
16033         * gst-libs/gst/audio/gstbaseaudiosink.c:
16034         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16035         Clear ringbuffer on flush.
16036         Use newsegment values to calculate playback time.
16037
16038         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
16039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16040         Basesink does newsegment calculations for us now.
16041
16042 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16043
16044         * check/Makefile.am:
16045         * configure.ac:
16046           add core's plugins to the mix so that playbin works
16047         * check/generic/states.c: (GST_START_TEST):
16048           set a 0 timeout on pipelines, so they don't force the next
16049           state change
16050         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
16051         (gst_play_base_bin_change_state):
16052           remove the crappy error handling and do GST error handling
16053
16054 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16055
16056         * check/Makefile.am:
16057         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
16058           add same test as to core, it bitches out on playbin atm.
16059
16060 2005-08-24  Wim Taymans  <wim@fluendo.com>
16061
16062         * configure.ac:
16063         Remove audioscale.
16064
16065 2005-08-24  Wim Taymans  <wim@fluendo.com>
16066
16067         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
16068         (gst_videoscale_prepare_size), (parse_caps),
16069         (gst_videoscale_set_caps), (gst_videoscale_get_size),
16070         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
16071         (gst_videoscale_transform):
16072         * gst/videoscale/gstvideoscale.h:
16073         Refactor, make use of BaseTranform really well.
16074
16075 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16076
16077         * configure.ac:
16078           compile audioresample
16079         * gst/audioresample/Makefile.am:
16080         * gst/audioresample/buffer.c:
16081         * gst/audioresample/functable.c:
16082         * gst/audioresample/gstaudioresample.c:
16083         * gst/audioresample/gstaudioresample.h:
16084         * gst/audioresample/resample.c:
16085         (resample_get_output_size_for_input):
16086         * gst/audioresample/resample.h:
16087         * gst/audioresample/resample_chunk.c:
16088         * gst/audioresample/resample_functable.c:
16089         * gst/audioresample/resample_ref.c:
16090           port to use basetransform; doesn't work in all cases yet
16091
16092 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16093
16094         * gst/audioconvert/gstaudioconvert.c:
16095         (gst_audio_convert_class_init), (gst_audio_convert_init),
16096         (audio_convert_get_unit_size), (audio_convert_transform_caps),
16097         (audio_convert_fixate_caps), (audio_convert_set_caps),
16098         (audio_convert_transform),
16099         (gst_audio_convert_buffer_to_default_format),
16100         (gst_audio_convert_buffer_from_default_format),
16101         (gst_audio_convert_channels):
16102         * gst/audioconvert/gstchannelmix.c:
16103         * gst/audioconvert/gstchannelmix.h:
16104           port to basetransform
16105         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16106         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
16107         (gst_ffmpegcsp_get_unit_size):
16108         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16109         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
16110           fix for basetransform changes
16111
16112 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
16113
16114         * check/Makefile.am:
16115           Add CHECK_CFLAGS and LDFLAGS
16116
16117         * gst/playback/gstplaybasebin.c: (fill_buffer):
16118           GST_MESSAGE_SRC became a GObject
16119
16120 2005-08-24  Wim Taymans  <wim@fluendo.com>
16121
16122         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
16123         (gst_ring_buffer_clear_all):
16124         * gst-libs/gst/audio/gstringbuffer.h:
16125         Added function to clear the ringbuffer.
16126
16127 2005-08-24  Andy Wingo  <wingo@pobox.com>
16128
16129         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
16130         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
16131         of _open and _close.
16132
16133         * sys/v4l/gstv4lxoverlay.h:
16134         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
16135         an Xv connection here, instead of all the time. Make Xv only be
16136         loaded if you axe for it. Kindof a workaround for buggy behaviour
16137         of Xv when using remote xservers (XvQueryExtension would block).
16138         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
16139         replace the _open and _close public API. Only start the xv
16140         connection if necessary.
16141         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
16142
16143 2005-08-23  David Schleef  <ds@schleef.org>
16144
16145         * gst/audioresample/Makefile.am: Leet audioresampling code
16146         * gst/audioresample/buffer.c:
16147         * gst/audioresample/buffer.h:
16148         * gst/audioresample/debug.c:
16149         * gst/audioresample/debug.h:
16150         * gst/audioresample/functable.c:
16151         * gst/audioresample/functable.h:
16152         * gst/audioresample/gstaudioresample.c:
16153         * gst/audioresample/gstaudioresample.h:
16154         * gst/audioresample/resample.c:
16155         * gst/audioresample/resample.h:
16156         * gst/audioresample/resample_chunk.c:
16157         * gst/audioresample/resample_functable.c:
16158         * gst/audioresample/resample_ref.c:
16159
16160 2005-08-23  Wim Taymans  <wim@fluendo.com>
16161
16162         * examples/seeking/seek.c: (make_vorbis_pipeline),
16163         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
16164         Small seek updates.
16165
16166 2005-08-23  Andy Wingo  <wingo@pobox.com>
16167
16168         * gst-libs/gst/audio/gstbaseaudiosrc.c
16169         (gst_base_audio_src_fixate): Only fixate endianness if it is
16170         present in the caps.
16171
16172 2005-08-22  Andy Wingo  <wingo@pobox.com>
16173
16174         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
16175         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
16176         device-name property.
16177
16178         * gst-libs/gst/audio/gstaudiosrc.h:
16179         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
16180         close_device in the ring buffer, like gstaudiosink.
16181
16182         * ext/alsa/gstalsamixer.h:
16183         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
16184         macro to implement the interface without much code. Cleanups. 
16185
16186         * ext/alsa/gstalsasrc.h:
16187         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
16188         READY.
16189
16190         * ext/alsa/Makefile.am: Add new files.
16191         * ext/alsa/gstalsamixerelement.c: 
16192         * ext/alsa/gstalsamixerelement.c: Split element code out from
16193         mixer code so that alsasrc can be a mixer too.
16194
16195 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16196
16197         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16198         (GST_START_TEST):
16199         * check/elements/vorbisdec.c: (setup_vorbisdec),
16200         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
16201         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16202         (vorbis_handle_identification_packet),
16203         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
16204         (vorbis_handle_header_packet), (vorbis_dec_push),
16205         (vorbis_dec_chain):
16206           use the setup/teardown methods to save code.  save code is good.
16207
16208 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16209
16210         * check/Makefile.am:
16211           add ext dir for plugins
16212           add vorbisdec test conditionally
16213         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16214         (GST_START_TEST), (volume_suite):
16215           add a test with wrong caps
16216         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
16217         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
16218           add a vorbisdec test
16219         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
16220         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
16221           clean up debug output
16222         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16223           yay, fix a segfault/security issue in vorbisdec
16224           gst-launch fakesrc ! vorbisdec wasn't happy
16225         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
16226         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
16227         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
16228         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
16229         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
16230         (gst_vorbisenc_set_metadata), (get_constraints_string),
16231         (update_start_message), (gst_vorbisenc_setup),
16232         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16233         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16234         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16235         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16236         * ext/vorbis/vorbisenc.h:
16237           march in line
16238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16239         (gst_ffmpegcsp_transform):
16240           have the kow come home
16241         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16242           debug my func ptr
16243         * gst/volume/gstvolume.c: (volume_set_caps):
16244           add a debug
16245
16246 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16247
16248         * Makefile.am:
16249         * check/.cvsignore:
16250         * check/Makefile.am:
16251         * check/elements/.cvsignore:
16252         * check/elements/volume.c: (chain_func), (event_func),
16253         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16254         (main):
16255         * configure.ac:
16256           add unit test structure for gst-plugins-base
16257           add a test for volume
16258         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16259         (gst_volume_set_volume), (gst_volume_get_volume),
16260         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16261         (volume_funcfind), (volume_process_float), (volume_process_int16),
16262         (volume_set_caps), (volume_transform), (volume_update_mute),
16263         (volume_update_volume), (volume_set_property),
16264         (volume_get_property):
16265           document a little; use basetransform vmethod _set_caps
16266
16267 2005-08-19  Andy Wingo  <wingo@pobox.com>
16268
16269         * ext/alsa/gstalsamixertrack.h:
16270         * ext/alsa/gstalsamixertrack.c:
16271         * ext/alsa/gstalsamixeroptions.h:
16272         * ext/alsa/gstalsamixeroptions.c:
16273         * ext/alsa/gstalsamixer.h:
16274         * ext/alsa/gstalsamixer.c: Port to 0.9.
16275
16276         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16277         Remove gstalsa.c and alsaclock. No more cruft here.
16278         
16279 2005-08-18  Wim Taymans  <wim@fluendo.com>
16280
16281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16282         (gst_base_rtp_depayload_chain),
16283         (gst_base_rtp_depayload_add_to_queue),
16284         (gst_base_rtp_depayload_push),
16285         (gst_base_rtp_depayload_queue_release):
16286         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16287         Fix for RTPBuffer changes.
16288
16289         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16290         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16291         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16292         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16293         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16294         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16295         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16296         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16297         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16298         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16299         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16300         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16301         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16302         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16303         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16304         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16305         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16306         (gst_rtpbuffer_get_payload):
16307         * gst-libs/gst/rtp/gstrtpbuffer.h:
16308         Don't subclass GstBuffer but add methods and helper functions
16309         to construct and manipulate RTP packets in regular GstBuffers.
16310
16311 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16312
16313         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16314           moved statement below switch
16315         * gst/volume/gstvolume.c: (gst_volume_class_init):
16316           added debug ptr
16317
16318 2005-08-16  Wim Taymans  <wim@fluendo.com>
16319
16320         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16321         (gst_base_audio_src_change_state):
16322         Open and close device in READY<->NULL state change.
16323
16324 2005-08-16  Andy Wingo  <wingo@pobox.com>
16325
16326         * examples/seeking/Makefile.am: Don't compile non-compiling
16327         compiled objects with the compiler.
16328
16329         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16330         elements.
16331
16332 2005-08-12  Philippe Khalaf <burger@speedy.org>
16333         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16334         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16335           Made a thread to release the queue.
16336           Removed timestamp conversion for now.
16337
16338 2005-08-10  Philippe Khalaf <burger@speedy.org>
16339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16340         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16341           Added rtp timestamp -> gst timestamp conversion.
16342           Fixed several problems with queue.
16343
16344 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16345
16346         * gst-libs/gst/audio/gstaudioclock.h:
16347         * gst-libs/gst/audio/gstaudiofilter.h:
16348         * gst-libs/gst/audio/gstaudiosink.h:
16349         * gst-libs/gst/audio/gstaudiosrc.h:
16350         * gst-libs/gst/audio/gstbaseaudiosink.h:
16351         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16352         * gst-libs/gst/audio/gstringbuffer.h:
16353         * gst-libs/gst/net/gstnetbuffer.h:
16354         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16355         * gst-libs/gst/rtp/gstrtpbuffer.h:
16356           Add padding (you will need to rebuild gst-plugins-base,
16357           gst-plugins and all applications afterwards!)
16358
16359 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16360
16361         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16362         (gst_riff_parse_chunk):
16363           Fix bug in debug message and add some more debug messages.
16364
16365 2005-08-08  Edward Hervey  <edward@fluendo.com>
16366
16367         * gst-libs/gst/riff/riff-media.c:
16368         backported updates since branch
16369
16370 2005-08-08  Andy Wingo  <wingo@pobox.com>
16371
16372         * gst-libs/gst/audio/gstbaseaudiosink.c
16373         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16374         like good elements should. Close on READY->NULL too.
16375
16376         * gst-libs/gst/audio/gstaudiosink.c
16377         (gst_audioringbuffer_open_device,
16378         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16379         (gst_audioringbuffer_release): Updates for new ring buffer API,
16380         hook into the new audio sink api.
16381
16382         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16383         (GstAudioSinkClass.close): Just open and close the device -- no
16384         resource allocation or configuration.
16385         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16386         vmethods, handle device setup and resource allocation.
16387
16388         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16389         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16390         base class API.
16391
16392         * gst-libs/gst/audio/gstringbuffer.h
16393         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16394         New vmethods.
16395
16396         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16397         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16398         New API functions. The device should be opened before acquiring
16399         and closed after releasing.
16400
16401 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         * gst-libs/gst/interfaces/mixer.h:
16404           Reset padding to GST_PADDING.
16405
16406 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16407
16408         * gst/playback/gstplaybin.c: (remove_sinks):
16409           Remove visualization from parent explicitely; works around some
16410           apparent refcount issue that I haven't tracked down yet.
16411
16412 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16413
16414         * ext/alsa/gstalsasink.c: (set_hwparams):
16415           Assign debug category, add negotiation debug msgs.
16416
16417 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16418
16419         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16420           Fix error code for file-not-found to NOT_FOUND.
16421
16422 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16423
16424         * common/gtk-doc-plugins.mak:
16425         * docs/plugins/Makefile.am:
16426         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16427         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16428           renamed to actual element names, so much nicer to look at
16429         * docs/plugins/tmpl/gstmultifdsink.sgml:
16430           remove
16431         * docs/plugins/tmpl/multifdsink.sgml:
16432         * docs/plugins/tmpl/tcpserversink.sgml:
16433           add
16434         * ext/alsa/gstalsa.c:
16435         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16436         * ext/ogg/gstoggmux.c:
16437         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16438         * gst/playback/gstdecodebin.c:
16439         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16440         * gst/tcp/gsttcpserversink.c:
16441           various fixes and documentation additions
16442
16443 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16444
16445         * common/Makefile.am:
16446         * common/gstdoc-scangobj:
16447         * common/gtk-doc-plugins.mak:
16448         * common/gtk-doc.mak:
16449           add a custom scangobj that uses the registry
16450           add a custom gtk-doc-plugins.mak that uses it
16451           some doc build fixes
16452         * configure.ac:
16453         * docs/Makefile.am:
16454         * docs/plugins/Makefile.am:
16455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16457         * docs/plugins/gst-plugins-base-plugins.types:
16458         * docs/plugins/tmpl/gstmultifdsink.sgml:
16459           add docs for one element, multifdsink
16460         * gst/adder/gstadder.h:
16461         * gst/volume/gstvolume.h:
16462           don't privatize enum
16463         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16464         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16465         (gst_sync_method_get_type), (gst_client_status_get_type),
16466         (gst_multifdsink_class_init),
16467         (gst_multifdsink_client_queue_buffer),
16468         (gst_multifdsink_handle_client_write):
16469         * gst/tcp/gstmultifdsink.h:
16470         * gst/tcp/gsttcp.h:
16471         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16472         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16473         (gst_tcpclientsink_render):
16474         * gst/tcp/gsttcpclientsink.h:
16475         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16476         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16477         (gst_tcpclientsrc_start):
16478         * gst/tcp/gsttcpclientsrc.h:
16479         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16480         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16481         * gst/tcp/gsttcpserversrc.h:
16482         * gst/typefind/gsttypefindfunctions.c:
16483           remove superfluous Type stuff
16484
16485 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16486
16487         * gst/playback/gstplaybin.c: (gen_video_element):
16488           Enable videoscale.
16489
16490 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16491
16492         * gst-libs/gst/gconf/gconf.c:
16493         * gst-libs/gst/gconf/gconf.h:
16494           Fix some Andy Problem [tm].
16495
16496 2005-08-04  Andy Wingo  <wingo@pobox.com>
16497
16498         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16500         (gst_ffmpegcsp_get_size): Adapt to API changes.
16501
16502         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16503         Implement an in-place do-nothing transform.
16504
16505 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16506
16507         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16508         (gst_ximagesink_renegotiate_size):
16509           Do not set new window sizes yet if we prepare a new buffer size
16510           for upstream renegotiation (software scaling) at some point in the
16511           future, because this new size waqs not actually accepted yet. Once
16512           accepted, renegotiation later on will set the new sizes just fine.
16513           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16514           embedding testcase.
16515
16516 2005-08-03  Andy Wingo  <wingo@pobox.com>
16517
16518         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16519         (gst_ximagesink_buffer_alloc): 
16520         Protect the height, width, and desired_caps with the pool_lock.
16521         Fixes videotestsrc ! queue ! ximagesink.
16522
16523 2005-08-02  Edward Hervey  <edward@fluendo.com>
16524
16525         * gst/volume/gstvolume.c:
16526         include left from controller cleanup
16527
16528 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16529         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16530           Stop collectpads before calling the parent state
16531           change function on PAUSED->READY.
16532
16533 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16534         * configure.ac:
16535           When testing for X libs, use the X CFlags 
16536         * gst/adder/gstadder.c: (gst_adder_change_state):
16537           Stop the collectpads before calling parent state change function
16538           on PAUSED->READY, otherwise we deadlock deactivating pads.
16539
16540 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16541
16542         * configure.ac:
16543         * docs/libs/tmpl/gstcolorbalance.sgml:
16544         * docs/libs/tmpl/gstmixer.sgml:
16545         * examples/Makefile.am:
16546         * gst/sine/Makefile.am:
16547         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16548         (gst_sinesrc_set_property), (plugin_init):
16549         * gst/sine/gstsinesrc.h:
16550         * gst/volume/Makefile.am:
16551         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16552         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16553         (volume_process_float), (volume_process_int16),
16554         (volume_set_property), (plugin_init):
16555         * gst/volume/gstvolume.h:
16556           deactivate and remove dparams (libgstcontrol)
16557
16558 2005-07-29  Wim Taymans  <wim@fluendo.com>
16559
16560         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16561         Convert me to BaseTransform!! help..
16562
16563 2005-07-29  Andy Wingo  <wingo@pobox.com>
16564
16565         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16566         sinks.
16567
16568         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16569         support of both endiannesses.
16570
16571 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16572
16573         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16574           Fix confusing debug message (s/event/query/)
16575
16576 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16577
16578         * gst/videotestsrc/videotestsrc.h:
16579           Use "_stdint.h" instead of <stdint.h>
16580
16581 2005-07-27  Wim Taymans  <wim@fluendo.com>
16582
16583         * ext/vorbis/Makefile.am:
16584         Revert wrong commit.
16585
16586 2005-07-27  Wim Taymans  <wim@fluendo.com>
16587
16588         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16589         More compilation fixen.
16590
16591 2005-07-27  Wim Taymans  <wim@fluendo.com>
16592
16593         * gst-libs/gst/audio/gstbaseaudiosink.c:
16594         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16595         (gst_base_audio_sink_create_ringbuffer),
16596         (gst_base_audio_sink_change_state):
16597         Fix compilation.
16598
16599 2005-07-27  Wim Taymans  <wim@fluendo.com>
16600
16601         * examples/seeking/seek.c: (setup_dynamic_link),
16602         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16603         (query_positions_elems), (query_positions_pads), (do_seek):
16604         Update seek example.
16605
16606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16607         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16608         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16609         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16610         (gst_ogg_demux_handle_event),
16611         (gst_ogg_demux_deactivate_current_chain),
16612         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16613         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16614         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16615         (gst_ogg_demux_loop):
16616         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16617         * ext/theora/theoradec.c: (theora_dec_src_event),
16618         (theora_dec_src_getcaps), (theora_dec_sink_event),
16619         (theora_dec_push), (theora_dec_chain):
16620         * ext/vorbis/Makefile.am:
16621         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16622         (vorbis_dec_sink_event), (vorbis_dec_push),
16623         (vorbis_handle_data_packet):
16624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16625         (gst_vorbisenc_chain):
16626         * gst/playback/gststreaminfo.c: (cb_probe):
16627         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16628         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16629         * gst/videoscale/gstvideoscale.c:
16630         (gst_videoscale_handle_src_event):
16631         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16632         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16633         (gst_ximagesink_navigation_send_event):
16634         * sys/xvimage/xvimagesink.c:
16635         (gst_xvimagesink_navigation_send_event):
16636         Various event updates and cleanups
16637
16638 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16639
16640         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16641           Fix segfault for I420/YV12.
16642
16643 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16644
16645         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16646           Report bitrate.
16647
16648 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16649
16650         * gst/playback/gstplaybin.c: (gen_video_element),
16651         (gen_audio_element):
16652           Switch to auto*sink elements as default sinks; add volume element
16653           so that volume control in totem works.
16654
16655 2005-07-21  Wim Taymans  <wim@fluendo.com>
16656
16657         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16658         * gst/playback/gstplaybin.c: (setup_sinks),
16659         (gst_play_bin_change_state):
16660         Refcount fix and more comments.
16661
16662 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16663
16664         * sys/ximage/Makefile.am:
16665         * sys/ximage/ximage.c: (plugin_init):
16666         * sys/ximage/ximagesink.c:
16667         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16668         
16669
16670 2005-07-21  Wim Taymans  <wim@fluendo.com>
16671
16672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16673         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16674         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16675         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16676         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16677         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16678         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16679         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16680         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16681         Generate correct disconts for live chained oggs.
16682
16683         * gst-libs/gst/audio/gstbaseaudiosink.c:
16684         (gst_base_audio_sink_render),
16685         (gst_base_audio_sink_create_ringbuffer),
16686         (gst_base_audio_sink_change_state):
16687         Handle discont math correctly.
16688
16689         * gst/playback/gstplaybin.c: (add_sink):
16690         Some small debug cleanup.
16691
16692 2005-07-21  Wim Taymans  <wim@fluendo.com>
16693
16694         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16695         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16696         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16697         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16698         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16699         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16700         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16701         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16702         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16703         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16704         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16705         (gst_ogg_demux_change_state), (gst_ogg_print):
16706         Reorganize code to send the right disconts when in streaming
16707         mode.
16708
16709 2005-07-20  Andy Wingo  <wingo@pobox.com>
16710
16711         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16712         fix (?), fixes a seggie mcfalterson (#310894).
16713
16714 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16715
16716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16717         (gst_ogg_mux_set_header_on_caps):
16718         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16719         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16720         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16721         * gst-libs/gst/audio/multichannel.c:
16722         (gst_audio_set_channel_positions),
16723         (gst_audio_set_structure_channel_positions_list):
16724         * gst/playback/gstdecodebin.c: (dynamic_create):
16725         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16726         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16727           Fixes for API changes in core.
16728
16729 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16730
16731         * gst/playback/gstplaybasebin.c: (fill_buffer):
16732           Use _new_custom() so we can set custom message types for buffering
16733           messages.
16734
16735 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16736
16737         * configure.ac:
16738         * gst-libs/gst/Makefile.am:
16739         * gst-libs/gst/gconf/.cvsignore:
16740         * gst-libs/gst/gconf/Makefile.am:
16741         * gst-libs/gst/gconf/test-gconf.c:
16742         * pkgconfig/Makefile.am:
16743         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16744         * pkgconfig/gstreamer-gconf.pc.in:
16745           Remove gconf stuff, use gconf elements instead from now on.
16746
16747 2005-07-20  Wim Taymans  <wim@fluendo.com>
16748
16749         * gst-libs/gst/audio/TODO:
16750         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16751         (gst_audio_clock_get_internal_time):
16752         * gst-libs/gst/audio/gstaudioclock.h:
16753         * gst-libs/gst/audio/gstbaseaudiosink.c:
16754         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16755         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16756         (gst_base_audio_sink_render),
16757         (gst_base_audio_sink_create_ringbuffer),
16758         (gst_base_audio_sink_change_state):
16759         Make sure the audio clock always returns an increasing value.
16760
16761 2005-07-19  Andy Wingo  <wingo@pobox.com>
16762
16763         * gst/videotestsrc/: Cleanups.
16764
16765 2005-07-19  Wim Taymans  <wim@fluendo.com>
16766
16767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16768         Better debugging.
16769
16770 2005-07-19  Wim Taymans  <wim@fluendo.com>
16771
16772         * examples/seeking/seek.c: (make_dv_pipeline),
16773         (make_vorbis_theora_pipeline), (query_rates),
16774         (query_positions_elems), (query_positions_pads), (do_seek):
16775         Make correct DV pipeline.
16776
16777 2005-07-18  Andy Wingo  <wingo@pobox.com>
16778
16779         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16780         default. Also because it's the only thing that really works. (This
16781         is used in the GConf elements).
16782         Use AS_LIBTOOL_TAGS.
16783
16784 2005-07-18  Wim Taymans  <wim@fluendo.com>
16785
16786         * gst/playback/gstdecodebin.c: (remove_element_chain):
16787         * gst/playback/gstplaybin.c: (add_sink):
16788         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16789         (gst_stream_info_set_mute):
16790         * gst/playback/gststreamselector.c:
16791         (gst_stream_selector_get_linked_pad),
16792         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16793         More leak and compile fixes.
16794
16795 2005-07-18  Wim Taymans  <wim@fluendo.com>
16796
16797         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16798         (query_rates), (query_positions_elems), (query_positions_pads),
16799         (do_seek), (seek_cb), (stop_seek):
16800         Updated seek example. 
16801
16802         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16803         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16804         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16805         * gst/playback/gstplaybin.c: (add_sink):
16806         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16807         (gst_stream_info_set_mute):
16808         Some refcount leak fixes.
16809
16810 2005-07-16  Wim Taymans  <wim@fluendo.com>
16811
16812         * gst-libs/gst/audio/gstbaseaudiosink.c:
16813         (gst_base_audio_sink_render):
16814         Align samples even if we have roundoff errors in the 
16815         timestamp conversion.
16816
16817 2005-07-16  Wim Taymans  <wim@fluendo.com>
16818
16819         * docs/libs/tmpl/gstringbuffer.sgml:
16820         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16821         (query_rates), (query_positions_elems), (query_positions_pads),
16822         (update_scale), (do_seek):
16823         Updated seek example.
16824
16825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16826         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16827         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16828         (gst_ogg_demux_loop):
16829         Push out correct discont values.
16830
16831         * ext/theora/theoradec.c: (theora_dec_src_convert),
16832         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16833         (theora_dec_sink_event), (theora_handle_type_packet),
16834         (theora_handle_header_packet), (theora_dec_push),
16835         (theora_handle_data_packet), (theora_dec_chain),
16836         (theora_dec_change_state):
16837         Better timestamping.
16838
16839         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16840         (vorbis_dec_sink_event), (vorbis_dec_push),
16841         (vorbis_handle_data_packet), (vorbis_dec_chain):
16842         * ext/vorbis/vorbisdec.h:
16843         Better timestamping.
16844
16845         * gst-libs/gst/audio/gstbaseaudiosink.c:
16846         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16847         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16848         Handle syncing on timestamps instead of sample offsets. Make
16849         use of DISCONT values as described in design docs.
16850
16851         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16852         (gst_base_audio_src_get_time):
16853         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16854         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16855         (gst_ring_buffer_read):
16856         * gst-libs/gst/audio/gstringbuffer.h:
16857         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16858         (gst_ximagesink_show_frame):
16859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16860         Correcly convert buffer timestamp to stream time.
16861
16862 2005-07-16  Wim Taymans  <wim@fluendo.com>
16863
16864         * gst/audioconvert/gstaudioconvert.c:
16865         (gst_audio_convert_get_buffer):
16866         Timestamp buffers correctly.
16867
16868         * gst/playback/gstplaybin.c: (gen_video_element):
16869         Make internal fakesink silent.
16870
16871 2005-07-15  Wim Taymans  <wim@fluendo.com>
16872
16873         * gst/ffmpegcolorspace/Makefile.am:
16874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16875         (gst_ffmpegcsp_caps_remove_format_info),
16876         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16877         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16878         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16879         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16880         Ported ffmpegcolorspace to basetransform.
16881
16882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16883         * gst/volume/gstvolume.c: (volume_transform):
16884         Ported to new API.
16885
16886 2005-07-14  Wim Taymans  <wim@fluendo.com>
16887
16888         * gst/videotestsrc/Makefile.am:
16889         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16890         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16891         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16892         (gst_videotestsrc_init), (gst_videotestsrc_event),
16893         (gst_videotestsrc_create), (gst_videotestsrc_start),
16894         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16895         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16896         (gst_videotestsrc_get_property):
16897         * gst/videotestsrc/gstvideotestsrc.h:
16898         Make videotestsrc a pushsrc.
16899
16900 2005-07-14  Wim Taymans  <wim@fluendo.com>
16901
16902         * gst/tcp/gstfdset.c: (gst_fdset_free):
16903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16904         (gst_multifdsink_add), (gst_multifdsink_remove),
16905         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16906         (gst_multifdsink_remove_client_link),
16907         (gst_multifdsink_client_queue_data),
16908         (gst_multifdsink_client_queue_caps),
16909         (gst_multifdsink_client_queue_buffer),
16910         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16911         (gst_multifdsink_stop):
16912         * gst/tcp/gstmultifdsink.h:
16913         0.8 backporting.
16914
16915         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16916         Also draw image when not from a pool.
16917
16918 2005-07-14  Wim Taymans  <wim@fluendo.com>
16919
16920         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16921         (mute_stream), (silence_stream):
16922         Small debug additions.
16923
16924 2005-07-14  Wim Taymans  <wim@fluendo.com>
16925
16926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16927         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16928         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16929         Better error recovery, ignore unconnected pads and
16930         non-fatal errors.
16931
16932 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16933
16934         * docs/libs/tmpl/gstaudio.sgml:
16935         * docs/libs/tmpl/gstcolorbalance.sgml:
16936         * docs/libs/tmpl/gstgconf.sgml:
16937         * docs/libs/tmpl/gstmixer.sgml:
16938         * docs/libs/tmpl/gstringbuffer.sgml:
16939         * docs/libs/tmpl/gsttuner.sgml:
16940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16941         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16942         (gst_tcpclientsrc_class_init):
16943         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16944         (gst_tcpserversrc_class_init):
16945         * sys/v4l/gstv4lelement.c:
16946           more autistic cleanliness in functions/names/defines
16947
16948 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16949
16950         * configure.ac:
16951           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16952           added manually to each Makefile.am so we are sure it goes
16953           *last* and doesn't add -L flags before linking in libs of our
16954           own, like, say, internal .la libs, that then accidentally pick
16955           up the installed copy.
16956         * docs/libs/Makefile.am:
16957         * ext/alsa/Makefile.am:
16958         * ext/cdparanoia/Makefile.am:
16959         * ext/gnomevfs/Makefile.am:
16960         * ext/libvisual/Makefile.am:
16961         * ext/ogg/Makefile.am:
16962         * ext/theora/Makefile.am:
16963         * ext/vorbis/Makefile.am:
16964         * gst-libs/gst/video/Makefile.am:
16965         * gst/adder/Makefile.am:
16966         * gst/audioconvert/Makefile.am:
16967         * gst/audiorate/Makefile.am:
16968         * gst/audioscale/Makefile.am:
16969         * gst/ffmpegcolorspace/Makefile.am:
16970         * gst/playback/Makefile.am:
16971         * gst/sine/Makefile.am:
16972         * gst/subparse/Makefile.am:
16973         * gst/tags/Makefile.am:
16974         * gst/tcp/Makefile.am:
16975         * gst/typefind/Makefile.am:
16976         * gst/videorate/Makefile.am:
16977         * gst/videoscale/Makefile.am:
16978         * gst/videotestsrc/Makefile.am:
16979         * gst/volume/Makefile.am:
16980         * sys/v4l/Makefile.am:
16981         * sys/ximage/Makefile.am:
16982         * sys/xvimage/Makefile.am:
16983           adapt properly to this change. This should make sure that
16984           plugins and libs properly link to the as-yet-uninstalled
16985           copies of stuff like libgstinterfaces and libgstvideo
16986
16987 2005-07-13  Andy Wingo  <wingo@pobox.com>
16988
16989         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16990         (gst_v4lsrc_fixate): Fixate on format as well.
16991
16992         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16993         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16994         buffer points to it.
16995         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16996         rather just doing X calls ourselves. Also fixes a memleak.
16997
16998 2005-07-12  Andy Wingo  <wingo@pobox.com>
16999
17000         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
17001         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
17002         (gst_v4lsrc_create): Re-add the copy-mode property, default to
17003         TRUE to avoid deadlocks if an element holds on to our buffers.
17004
17005 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17006
17007         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17008         (gst_sinesrc_init), (gst_sinesrc_create),
17009         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17010         (gst_sinesrc_start):
17011         * gst/sine/gstsinesrc.h:
17012           removing num-buffers property before moving it
17013
17014 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17015
17016         * configure.ac:
17017           use overridable ERROR_CFLAGS
17018         * docs/libs/gst-plugins-base-libs.types:
17019         * docs/libs/tmpl/gstringbuffer.sgml:
17020         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17021         (gst_alsasink_class_init):
17022         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17023         (gst_alsasrc_class_init):
17024         * gst-libs/gst/audio/audio.h:
17025         * gst-libs/gst/audio/gstaudioclock.h:
17026         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
17027         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
17028         (gst_audio_filter_link), (gst_audio_filter_init),
17029         (gst_audio_filter_chain), (gst_audio_filter_set_property),
17030         (gst_audio_filter_get_property),
17031         (gst_audio_filter_class_add_pad_templates):
17032         * gst-libs/gst/audio/gstaudiofilter.h:
17033         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17034         (gst_audio_filter_template_get_type),
17035         (gst_audio_filter_template_base_init),
17036         (gst_audio_filter_template_class_init),
17037         (gst_audio_filter_template_init),
17038         (gst_audio_filter_template_set_property),
17039         (gst_audio_filter_template_get_property), (plugin_init),
17040         (gst_audio_filter_template_setup),
17041         (gst_audio_filter_template_filter),
17042         (gst_audio_filter_template_filter_inplace):
17043         * gst-libs/gst/audio/gstaudiosink.c:
17044         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17045         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
17046         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17047         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17048         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
17049         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
17050         * gst-libs/gst/audio/gstaudiosink.h:
17051         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17052         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17053         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17054         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
17055         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
17056         (gst_audio_src_class_init), (gst_audio_src_init),
17057         (gst_audio_src_create_ringbuffer):
17058         * gst-libs/gst/audio/gstaudiosrc.h:
17059         * gst-libs/gst/audio/gstbaseaudiosink.c:
17060         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
17061         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
17062         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
17063         (gst_base_audio_sink_set_property),
17064         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
17065         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
17066         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
17067         (gst_base_audio_sink_create_ringbuffer),
17068         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
17069         * gst-libs/gst/audio/gstbaseaudiosink.h:
17070         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17071         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
17072         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
17073         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
17074         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
17075         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
17076         (gst_base_audio_src_event), (gst_base_audio_src_create),
17077         (gst_base_audio_src_create_ringbuffer),
17078         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
17079         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17080         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17081         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
17082         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
17083         (gst_ring_buffer_debug_spec_caps),
17084         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
17085         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
17086         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
17087         (gst_ring_buffer_start), (gst_ring_buffer_pause),
17088         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
17089         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
17090         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
17091         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
17092         (gst_ring_buffer_clear):
17093         * gst-libs/gst/audio/gstringbuffer.h:
17094         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17095         (gst_video_sink_class_init), (gst_video_sink_get_type):
17096         * gst-libs/gst/video/videosink.h:
17097         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17098         (gst_multifdsink_class_init),
17099         (gst_multifdsink_handle_client_write),
17100         (gst_multifdsink_change_state):
17101         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17102         (gst_tcpclientsink_setcaps):
17103         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17104         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
17105         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
17106         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
17107         (gst_ximagesink_send_pending_navigation),
17108         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
17109         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
17110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
17111         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17112         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
17113         (gst_xvimagesink_send_pending_navigation),
17114         (gst_xvimagesink_navigation_send_event),
17115         (gst_xvimagesink_set_xwindow_id),
17116         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
17117         (gst_xvimagesink_get_type):
17118         more macro splitting
17119
17120 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17121
17122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17123           plug a memleak, allows me to import 1479 albums in one go
17124           in jamboree
17125         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17126         (vorbis_handle_type_packet), (vorbis_dec_chain),
17127         (vorbis_dec_change_state):
17128           fix some format strings
17129
17130 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17131
17132         * docs/libs/tmpl/gstcolorbalance.sgml:
17133         * docs/libs/tmpl/gstmixer.sgml:
17134         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17135         (gst_alsasink_set_property), (gst_alsasink_get_property):
17136         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17137         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
17138           add device property
17139
17140 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17141
17142         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17143         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17144         (audiocast_register_listener), (audiocast_thread_run),
17145         (gst_gnomevfssrc_send_additional_headers_callback),
17146         (gst_gnomevfssrc_received_headers_callback),
17147         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
17148         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
17149         (gst_gnomevfssrc_get_size):
17150           add/clean up debugging
17151         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
17152           cleanups
17153
17154 2005-07-07  Andy Wingo  <wingo@pobox.com>
17155
17156         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
17157         framerate. Need to get a handle on when exactly this function is
17158         called, tho.
17159
17160         * sys/v4l/v4lsrc_calls.h:
17161         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
17162         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
17163         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
17164
17165         * sys/v4l/v4l_calls.h: Cast to V4lElement.
17166         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
17167         v4lelements are sources.
17168
17169         * sys/v4l/gstv4lxoverlay.h:
17170         * sys/v4l/gstv4lxoverlay.c:
17171         * sys/v4l/gstv4ltuner.h:
17172         * sys/v4l/gstv4ltuner.c: Header loc fixen.
17173         
17174         * sys/v4l/gstv4lsrc.h:
17175         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
17176         PushSrc/BaseSrc. Removed most sync-related properties, videorate
17177         or something should handle that. Made a live source.
17178
17179         * sys/v4l/gstv4lelement.h:
17180         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
17181         signals. Some cleanups.
17182
17183         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
17184
17185         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
17186         stuff.
17187
17188         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
17189         stuff.
17190
17191         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
17192
17193 2005-07-07  Wim Taymans  <wim@fluendo.com>
17194
17195         * ext/theora/theoradec.c: (theora_get_query_types),
17196         (theora_dec_src_getcaps), (theora_dec_push):
17197         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
17198         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
17199         Remove deprecated/unused query types.
17200
17201 2005-07-06  Wim Taymans  <wim@fluendo.com>
17202
17203         * ext/alsa/Makefile.am:
17204         * ext/alsa/gstalsaplugin.c: (plugin_init):
17205         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17206         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17207         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
17208         (gst_alsasrc_class_init), (gst_alsasrc_init),
17209         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
17210         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
17211         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
17212         (gst_alsasrc_reset):
17213         * ext/alsa/gstalsasrc.h:
17214         * gst-libs/gst/audio/Makefile.am:
17215         * gst-libs/gst/audio/gstaudiosink.c:
17216         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17217         (gst_audioringbuffer_start):
17218         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17219         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17220         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
17221         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
17222         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17223         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17224         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
17225         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
17226         * gst-libs/gst/audio/gstaudiosrc.h:
17227         * gst-libs/gst/audio/gstbaseaudiosink.c:
17228         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17229         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
17230         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
17231         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17232         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17233         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17234         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17235         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17236         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17237         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17238         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17239         (gst_baseaudiosrc_change_state):
17240         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17241         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17242         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17243         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17244         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17245         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17246         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17247         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17248         * gst-libs/gst/audio/gstringbuffer.h:
17249         Added audiosource base classes.
17250         Ported alsasrc, still very basic.
17251
17252 2005-07-06  Wim Taymans  <wim@fluendo.com>
17253
17254         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17255         (theora_dec_push), (theora_handle_data_packet):
17256         Prepare for better timestamp fix later.
17257
17258         * gst/audioconvert/gstaudioconvert.c:
17259         List most accurate caps first
17260
17261         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17262         Use proper pad task function.
17263
17264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17265         (gst_xvimagesink_show_frame):
17266         Fix deadlock when alloc failed.
17267
17268 2005-07-05  Andy Wingo  <wingo@pobox.com>
17269
17270         * ext/gnomevfs/gstgnomevfssrc.c:
17271         * gst/sine/gstsinesrc.c:
17272         * gst/tcp/gsttcpserversrc.c:
17273         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17274
17275         * sys/v4l/: Port from 0.8.
17276
17277         * Many files: Null if we got it....
17278
17279 2005-07-05  Andy Wingo  <wingo@pobox.com>
17280
17281         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17282         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17283         Signedness fixes.
17284
17285 2005-07-05  Wim Taymans  <wim@fluendo.com>
17286
17287         * configure.ac:
17288         * gst/tcp/Makefile.am:
17289         * gst/tcp/README:
17290         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17291         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17292         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17293         (is_sync_frame), (gst_multifdsink_handle_client_write),
17294         (gst_multifdsink_render), (gst_multifdsink_start),
17295         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17296         * gst/tcp/gstmultifdsink.h:
17297         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17298         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17299         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17300         * gst/tcp/gsttcp.h:
17301         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17302         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17303         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17304         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17305         * gst/tcp/gsttcpclientsink.h:
17306         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17307         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17308         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17309         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17310         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17311         * gst/tcp/gsttcpclientsrc.h:
17312         * gst/tcp/gsttcpplugin.c: (plugin_init):
17313         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17314         * gst/tcp/gsttcpserversink.h:
17315         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17316         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17317         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17318         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17319         (gst_tcpserversrc_stop):
17320         * gst/tcp/gsttcpserversrc.h:
17321         * gst/tcp/gsttcpsink.c:
17322         * gst/tcp/gsttcpsink.h:
17323         * gst/tcp/gsttcpsrc.c:
17324         * gst/tcp/gsttcpsrc.h:
17325         Ported tcp plugins to 0.9. 
17326         
17327
17328 2005-07-05  Andy Wingo  <wingo@pobox.com>
17329
17330         * gst/playback/gstplaybasebin.c (fill_buffer):
17331         message_new_application fixen.
17332
17333         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17334         Style fix.
17335
17336 2005-07-04  Wim Taymans  <wim@fluendo.com>
17337
17338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17339         Set caps on output buffer.
17340
17341 2005-07-04  Andy Wingo  <wingo@pobox.com>
17342
17343         * ext/gnomevfs/gstgnomevfssrc.c
17344         (gst_gnomevfssrc_received_headers_callback) 
17345         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17346         hopefully.
17347
17348         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17349         No refcount leakage.
17350
17351         * configure.ac: Enable -Werror.
17352         
17353         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17354         * gst/audioconvert/bufferframesconvert.c
17355         (buffer_frames_convert_fixate):
17356         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17357         (gst_audio_convert_fixate):
17358         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17359         (gst_sinesrc_create): Fixate func changes.
17360         
17361         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17362         (gst_ximagesink_buffer_alloc): Unused var.
17363
17364 2005-07-01  Andy Wingo  <wingo@pobox.com>
17365
17366         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17367         getcaps to do explicit caps. Needs to be done in all decoders,
17368         possibly via a base class.
17369
17370         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17371
17372         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17373         caps on the sink pad, just rely on the pad template. Also, setting
17374         ANY caps on a pad is not valid because the caps are not fixed.
17375
17376         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17377         caps on the buffer, and get the width from the desired_caps if
17378         they're set.
17379         (gst_ximagesink_renegotiate_size): Implement via setting the
17380         desired_caps on the ximagesink.
17381         (gst_ximagesink_setcaps): Only reset the width of the player if it
17382         wasn't already set. Not sure if this is right.
17383         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17384
17385         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17386         that the user wants. NULL unless the window has been resized.
17387
17388         * gst/volume/gstvolume.c (volume_transform): Adapt to
17389         basetransform refcount changes.
17390         
17391 2005-07-01  Andy Wingo  <wingo@pobox.com>
17392
17393         * gst/videoscale/gstvideoscale.c:
17394         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17395         from BaseTransform, implements a transform_caps. Removed dead code
17396         including some PAR stuff that was never reached -- should probably
17397         be added back somehow.
17398
17399 2005-07-01  Andy Wingo  <wingo@pobox.com>
17400
17401         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17402         come later.
17403
17404 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17405
17406         * configure.ac:
17407         * docs/libs/Makefile.am:
17408         * docs/libs/gst-plugins-libs.types:
17409         * ext/alsa/Makefile.am:
17410         * ext/alsa/gstalsamixer.h:
17411         * ext/alsa/gstalsamixeroptions.h:
17412         * ext/alsa/gstalsamixertrack.h:
17413         * gst-libs/gst/Makefile.am:
17414         * gst-libs/gst/colorbalance/.cvsignore:
17415         * gst-libs/gst/colorbalance/Makefile.am:
17416         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17417         * gst-libs/gst/colorbalance/colorbalance.c:
17418         * gst-libs/gst/colorbalance/colorbalance.h:
17419         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17420         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17421         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17422         * gst-libs/gst/interfaces/Makefile.am:
17423         * gst-libs/gst/interfaces/colorbalance.c:
17424         (gst_color_balance_class_init):
17425         * gst-libs/gst/interfaces/colorbalance.h:
17426         * gst-libs/gst/interfaces/interfaces-marshal.list:
17427         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17428         * gst-libs/gst/interfaces/mixer.h:
17429         * gst-libs/gst/interfaces/mixeroptions.h:
17430         * gst-libs/gst/interfaces/navigation.c:
17431         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17432         * gst-libs/gst/interfaces/tuner.h:
17433         * gst/volume/Makefile.am:
17434         * gst/volume/gstvolume.c:
17435         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17436         * sys/ximage/Makefile.am:
17437         * sys/ximage/ximagesink.c:
17438         * sys/xvimage/Makefile.am:
17439         * sys/xvimage/xvimagesink.c:
17440           fold in all interfaces into an interfaces dir, preserving CVS
17441           history
17442
17443 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17444
17445         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17446           Fix build after riff changes.
17447
17448 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17449
17450         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17451         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17452         (gst_riff_create_video_template_caps),
17453         (gst_riff_create_audio_template_caps),
17454         (gst_riff_create_iavs_template_caps):
17455         * gst-libs/gst/riff/riff-media.h:
17456         * gst-libs/gst/riff/riff-read.h:
17457         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17458           Add gst_riff_init() to initialize the debug category, instead
17459           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17460
17461 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17462
17463         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17464           Oops, I shouldn't apply hacks.
17465
17466 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17467
17468         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17469           Remove pad_loop function which doesn't work.
17470
17471 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17472
17473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17474           Send EOS when deactivating.
17475         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17476         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17477         (gen_preroll_element), (probe_triggered), (mute_stream),
17478         (silence_stream), (new_decoded_pad), (setup_substreams),
17479         (set_active_source):
17480         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17481         (remove_sinks), (add_sink):
17482         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17483           Change for new probe API.
17484
17485 2005-06-29  Wim Taymans  <wim@fluendo.com>
17486
17487         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17488         * gst-libs/gst/audio/gstbaseaudiosink.c:
17489         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17490         (gst_baseaudiosink_change_state):
17491         * gst-libs/gst/audio/gstbaseaudiosink.h:
17492         * gst-libs/gst/audio/gstringbuffer.c:
17493         (gst_ringbuffer_set_callback):
17494         Fix compilation error.
17495         Ringbuffer starts out as not running.
17496         Free our clock in dispose.
17497         When releasing the ringbuffer we need to renegotiate so
17498         clear the pad caps.
17499
17500 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17501
17502         * autogen.sh:
17503         * configure.ac:
17504         * docs/Makefile.am:
17505         * docs/libs/Makefile.am:
17506         * docs/libs/gst-plugins-libs-docs.sgml:
17507         * docs/libs/gst-plugins-libs-sections.txt:
17508         * docs/libs/gst-plugins-libs.types:
17509         * docs/libs/tmpl/gstaudio.sgml:
17510         * docs/libs/tmpl/gstcolorbalance.sgml:
17511         * docs/libs/tmpl/gstringbuffer.sgml:
17512         * gst-libs/gst/audio/gstringbuffer.c:
17513         (gst_ringbuffer_set_callback):
17514           reinstate gtk-doc docs for plugin libs
17515
17516 2005-06-28  Wim Taymans  <wim@fluendo.com>
17517
17518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17519         (gst_ogg_demux_init):
17520         Removed pad loop function.
17521
17522 2005-06-28  Wim Taymans  <wim@fluendo.com>
17523
17524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17525         If we're building a chain we are not in an error case
17526         when we queue a buffer.
17527
17528 2005-06-28  Andy Wingo  <wingo@pobox.com>
17529
17530         * *.c: Don't cast to GstObject before reffing/unreffing.
17531
17532 2005-06-27  Andy Wingo  <wingo@pobox.com>
17533
17534         * gst/videotestsrc/gstvideotestsrc.c
17535         (gst_videotestsrc_activate_push): Activation API changes.
17536
17537         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17538         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17539         they have refs on the decodebin.
17540
17541         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17542         parent class.
17543         (gst_ogg_pad_typefind): Don't leak a pad ref.
17544         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17545         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17546         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17547
17548 2005-06-27  Edward Hervey  <edward@fluendo.com>
17549
17550         * ext/theora/theoradec.c: (theora_dec_change_state): 
17551         re-arranged call to parent's state change in order to avoid locks (or
17552         worse).
17553
17554 2005-06-26  Edward Hervey  <edward@fluendo.com>
17555
17556         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17557         2nd argument of 'unknow-type' signal is a GstCaps and not a
17558         GstMiniObject
17559
17560 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17561         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17562           Set the worker thread's running flag to TRUE before starting the
17563           thread.
17564         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17565           Catch a failure to add typefind to the bin.
17566
17567 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17568
17569         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17570         (gst_sinesrc_init), (gst_sinesrc_create),
17571         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17572         (gst_sinesrc_start):
17573         * gst/sine/gstsinesrc.h:
17574           add num-buffers and timestamp-offset properties
17575         * gst/videotestsrc/gstvideotestsrc.c:
17576         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17577         (gst_videotestsrc_get_property):
17578           add timestamp-offset property
17579
17580 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17581
17582         * configure.ac: add videorate
17583         * gst-plugins-base.spec.in: add videorate
17584
17585 2005-06-23  Wim Taymans  <wim@fluendo.com>
17586
17587         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17588         (gst_videorate_getcaps), (gst_videorate_setcaps),
17589         (gst_videorate_event), (gst_videorate_chain):
17590         Fixed videorate, fixating an already fixated caps is not
17591         an error.
17592
17593 2005-06-23  Wim Taymans  <wim@fluendo.com>
17594
17595         * ext/ogg/README:
17596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17597         Buffer on caps is not boxed anymore.
17598
17599 2005-06-22  Wim Taymans  <wim@fluendo.com>
17600
17601         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17602         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17603         Set buffers on caps as miniobjects and not as boxed.
17604
17605 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17606
17607         * configure.ac:
17608           back to HEAD
17609
17610 === release 0.9.1 ===
17611
17612 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17613
17614         * .cvsignore:
17615         * NEWS:
17616         * README:
17617         * RELEASE:
17618         * configure.ac:
17619         * po/af.po:
17620         * po/az.po:
17621         * po/cs.po:
17622         * po/en_GB.po:
17623         * po/hu.po:
17624         * po/it.po:
17625         * po/nb.po:
17626         * po/nl.po:
17627         * po/or.po:
17628         * po/sq.po:
17629         * po/sr.po:
17630         * po/sv.po:
17631         * po/uk.po:
17632         * po/vi.po:
17633           updates for release
17634
17635 2005-06-09  Andy Wingo  <wingo@pobox.com>
17636
17637         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17638         
17639 2005-06-09  Andy Wingo  <wingo@pobox.com>
17640
17641         * configure.ac:
17642         * gst-libs/gst/Makefile.am:
17643         * gst-libs/gst/net/Makefile.am:
17644         Add gstnet to build.
17645
17646 2005-06-09  Andy Wingo  <wingo@pobox.com>
17647
17648         * gst-libs/gst/gconf/gconf.c:
17649         * gst/playback/test.c:
17650         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17651         fixes.
17652
17653         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17654
17655         * ext/theora/theoraenc.c (theora_enc_chain): 
17656         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17657
17658         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17659         RealPad.
17660
17661 2005-06-02  Wim Taymans  <wim@fluendo.com>
17662
17663         * gst-libs/gst/net/Makefile.am:
17664         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17665         * pkgconfig/gstreamer-libs.pc.in:
17666         Added net stuff, version net lib.
17667
17668 2005-06-02  Wim Taymans  <wim@fluendo.com>
17669
17670         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17671         (query_rates), (query_positions_elems), (query_positions_pads),
17672         (do_seek):
17673         Updated seek example.
17674
17675 2005-06-02  Andy Wingo  <wingo@pobox.com>
17676
17677         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17678         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17679         list.
17680
17681         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17682         remove the typefind, the bin dispose will do it for us. When it's
17683         removed and unreffed, the signal handler will be disconnected,
17684         too.
17685         (unlinked): It's too difficult to disconnect from unlinked
17686         handlers, as they are on pads not elements. Just punt if the pads
17687         aren't grandkids of the bin.
17688
17689 2005-06-02  Wim Taymans  <wim@fluendo.com>
17690
17691         * ext/ogg/README:
17692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17693         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17695         * ext/theora/theoradec.c: (theora_dec_src_query),
17696         (theora_handle_data_packet):
17697         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17698         (theora_enc_chain):
17699         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17700         (vorbis_handle_data_packet):
17701         * gst/audioconvert/bufferframesconvert.c:
17702         (buffer_frames_convert_chain):
17703         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17704         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17705         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17706         (gst_ffmpegcsp_chain):
17707         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17708         (gst_videorate_getcaps), (gst_videorate_setcaps),
17709         (gst_videorate_event), (gst_videorate_chain):
17710         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17711         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17712         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17713         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17714         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17715         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17716         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17717         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17718         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17719         Cleanups and buffer alloc.
17720
17721 2005-05-31  Wim Taymans  <wim@fluendo.com>
17722
17723         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17724         Don't try to call the delay method when the device is not
17725         opened.
17726
17727 2005-05-31  Wim Taymans  <wim@fluendo.com>
17728
17729         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17730         Get actual segment size and buffer size after opening
17731         the device.
17732
17733 2005-05-30  Wim Taymans  <wim@fluendo.com>
17734
17735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17736         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17737         Also FLUSH upstream, makes the loop function exit faster.
17738         
17739         * ext/theora/theoradec.c: (theora_dec_src_query):
17740         Some more debug info in the query.
17741         
17742         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17743         (gst_ximagesink_setcaps):
17744         Release lock on par error, better error reporting.
17745
17746 2005-05-26  Wim Taymans  <wim@fluendo.com>
17747
17748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17749         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17750         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17751         Clear chains in READY
17752         Queue packets until the chain is activated.
17753
17754 2005-05-25  Wim Taymans  <wim@fluendo.com>
17755
17756         * gst-libs/gst/audio/gstaudiosink.c:
17757         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17758         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17759         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17760         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17761         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17762         (gst_audiosink_create_ringbuffer):
17763         * gst-libs/gst/audio/gstbaseaudiosink.c:
17764         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17765         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17766         (gst_baseaudiosink_set_property), (build_linear_format),
17767         (debug_spec_caps), (debug_spec_buffer),
17768         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17769         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17770         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17771         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17772         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17773         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17774         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17775         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17776         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17777         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17778         (wait_segment), (gst_ringbuffer_commit),
17779         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17780         (gst_ringbuffer_clear):
17781         Various small cleanups.
17782
17783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17784         (gst_audio_convert_change_state):
17785         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17786         No need to take the locks anymore.
17787
17788 2005-05-25  Wim Taymans  <wim@fluendo.com>
17789
17790         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17791         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17792         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17793         (type_found):
17794         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17795         (group_destroy), (group_commit), (queue_overrun),
17796         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17797         (mute_stream), (new_decoded_pad), (setup_substreams),
17798         (setup_source), (mute_group_type), (set_active_source),
17799         (gst_play_base_bin_change_state):
17800         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17801         (gen_video_element), (gen_text_element), (gen_audio_element),
17802         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17803         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17804         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17805         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17806         Some playbin cleanups mostly refcounting sloppyness.
17807
17808 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17809
17810         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17811           Work with streaming input.
17812
17813 2005-05-25  Wim Taymans  <wim@fluendo.com>
17814
17815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17816         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17817         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17818         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17819         No need to take the STREAM lock anymore.
17820
17821 2005-05-25  Wim Taymans  <wim@fluendo.com>
17822
17823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17824         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17825         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17826         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17827         (gst_ogg_demux_sink_activate):
17828         * ext/theora/theoradec.c: (theora_dec_src_event),
17829         (theora_handle_comment_packet), (theora_dec_chain),
17830         (theora_dec_change_state):
17831         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17832         (vorbis_handle_data_packet), (vorbis_dec_chain),
17833         (vorbis_dec_change_state):
17834         Remove STREAM locks as they are taken in core now.
17835         Never set bogus granulepos on vorbis/theora.
17836         Fix leaks in theoradec tag parsing.
17837
17838 2005-05-25  Wim Taymans  <wim@fluendo.com>
17839
17840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17841         Fix memleaks, GST_BUFFER_DATA() is not freed.
17842
17843 2005-05-25  Wim Taymans  <wim@fluendo.com>
17844
17845         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17846         Open non-blocking, set to blocking mode afterwards to avoid
17847         lockups when audio device is busy.
17848
17849 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17850
17851         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17852           This can't be good.
17853
17854 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17855
17856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17857         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17858         (gst_audio_convert_setcaps):
17859           Implement instant setup switching.
17860
17861 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17862
17863         * gst/playback/gstplaybasebin.c: (probe_triggered):
17864           Fix missing unlock.
17865         * gst/playback/gstplaybin.c: (add_sink):
17866           First add, then link (otherwise pad link fails).
17867
17868 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17869
17870         * examples/Makefile.am:
17871         fix buildbot (make distcheck)
17872
17873 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17874
17875         * gst/playback/gstplaybin.c: (gen_vis_element):
17876           Remove some wrong code. Doesn't work yet.
17877
17878 2005-05-19  Wim Taymans  <wim@fluendo.com>
17879
17880         * gst-libs/gst/net/Makefile.am:
17881         * gst-libs/gst/net/README:
17882         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17883         (gst_netbuffer_class_init), (gst_netbuffer_init),
17884         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17885         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17886         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17887         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17888         * gst-libs/gst/net/gstnetbuffer.h:
17889         Added buffer subclass to store extra to/from addresses for
17890         network sources/sinks.
17891
17892 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17893
17894         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17895           Don't lock an unassigned variable.
17896
17897 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17898
17899         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17900           Increase buffer for video, decrease buffer for other media types.
17901         * gst/playback/gstplaybin.c: (gen_video_element),
17902         (gen_audio_element):
17903           Change names for debugging purposes.
17904
17905 2005-05-18  Wim Taymans  <wim@fluendo.com>
17906
17907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17908         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17909         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17910         (gst_ffmpegcsp_chain):
17911         Enable buffer alloc passthrough if the source and dest
17912         formats are the same.
17913
17914 2005-05-17  Wim Taymans  <wim@fluendo.com>
17915
17916         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17917         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17918         (gst_ogg_demux_chain_unlocked):
17919         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17920         (gst_audio_convert_caps_remove_format_info),
17921         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17922         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17923         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17924         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17925         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17926         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17927         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17928         (gst_ffmpegcsp_get_property):
17929         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17930         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17931         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17932         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17933         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17934         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17935         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17936         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17937         Leak fixes in oggdemux.
17938         Some cleanups in audioconvert.
17939         Make passthrough work along with buffer_alloc etc.
17940         Make buffer_alloc and buffer recycling actually work in
17941         xvimagesink.
17942
17943 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17944
17945         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17946           make the compiler happy
17947
17948 2005-05-17  Wim Taymans  <wim@fluendo.com>
17949
17950         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17951         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17952         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17953         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17954         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17955         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17956         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17957         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17958         (gst_xvimagesink_set_xwindow_id):
17959         * sys/xvimage/xvimagesink.h:
17960         Port xvimagesink to new MiniObject.
17961
17962 2005-05-17  Wim Taymans  <wim@fluendo.com>
17963
17964         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17965         (gst_audiofilter_chain):
17966         * gst-libs/gst/audio/gstaudiosink.c:
17967         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17968         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17969         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17970         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17971         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17972         (gst_audiosink_create_ringbuffer):
17973         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17974         (gst_audio_convert_caps_remove_format_info),
17975         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17976         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17978         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17979         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17980         Fix passthrough in ffmpegcolorspace.
17981         Fix memset in audiosink on wrong memory.
17982
17983 2005-05-16  David Schleef  <ds@schleef.org>
17984
17985         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17986         to GstMiniObject.
17987
17988 2005-05-16  David Schleef  <ds@schleef.org>
17989
17990         Port from GstData to GstMiniObject.
17991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17992         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17993         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17994         (gst_ogg_mux_collected):
17995         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17996         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17997         (theora_handle_data_packet):
17998         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17999         (theora_set_header_on_caps), (theora_enc_chain):
18000         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18001         (vorbis_handle_comment_packet):
18002         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18003         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18004         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
18005         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
18006         * gst/audioconvert/gstaudioconvert.c:
18007         (gst_audio_convert_get_buffer):
18008         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
18009         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18010         (mute_stream), (silence_stream):
18011         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
18012         * gst/volume/gstvolume.c: (volume_transform):
18013         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18014         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
18015         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
18016         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18017         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
18018         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
18019         (gst_ximagesink_buffer_alloc):
18020         * sys/ximage/ximagesink.h:
18021
18022 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18023
18024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18025         (fill_buffer), (check_queue), (queue_threshold_reached),
18026         (queue_out_of_data):
18027         * gst/playback/gstplaybasebin.h:
18028           Post buffer-fullness on the bus.
18029
18030 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18031
18032         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18033         (try_to_link_1):
18034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18035         (group_commit), (probe_triggered), (setup_source),
18036         (gst_play_base_bin_change_state):
18037         * gst/playback/gstplaybasebin.h:
18038         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18039         (gst_play_bin_init), (remove_sinks), (setup_sinks),
18040         (gst_play_bin_change_state):
18041           Move setup_output_pads into a virtual function, remove
18042           group-switch (no longer needed) and redirect (handled by bus
18043           now) signals.
18044
18045 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18048         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
18049         (get_active_group), (get_building_group), (group_destroy),
18050         (group_commit), (check_queue), (queue_overrun),
18051         (queue_threshold_reached), (queue_out_of_data),
18052         (gen_preroll_element), (remove_groups), (unknown_type),
18053         (add_element_stream), (no_more_pads), (probe_triggered),
18054         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
18055         (setup_substreams), (setup_source), (finish_source),
18056         (prepare_output), (muted_group_change_state),
18057         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18058         (gst_play_base_bin_change_state):
18059         * gst/playback/gstplaybasebin.h:
18060         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18061         (gst_play_bin_init), (gst_play_bin_set_property),
18062         (gen_video_element), (gen_text_element), (gen_audio_element),
18063         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
18064         (gst_play_bin_change_state):
18065         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
18066         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
18067         (stream_info_change_state), (gst_stream_info_set_mute),
18068         (gst_stream_info_get_property):
18069         * gst/playback/gststreaminfo.h:
18070         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18071         (gst_stream_selector_get_linked_pad),
18072         (gst_stream_selector_getcaps),
18073         (gst_stream_selector_get_linked_pads),
18074         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18075         * gst/playback/gststreamselector.h:
18076           Rough port of playbin. Needs some more work, but is mostly done,
18077           and uses a few locks in important places, which should make stuff
18078           like chain-switches clean. Still uses GST_STATE() in a few places,
18079           which isn't all that good an idea, subtitles/elements disabled
18080           because no elements to test with and thus probably broken, query
18081           and event handling moved to GstBin, internal thread removed
18082           alltogether because the pipeline does that for us now. Can play
18083           Ogg/Vorbis files. Haven't tested anything else yet.
18084
18085 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18086
18087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
18088           Do no-more-pads (needed for autoplugging).
18089
18090 2005-05-10  Andy Wingo  <wingo@pobox.com>
18091
18092         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
18093         message to the bus with the tags. Still not sent downstream tho.
18094
18095         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
18096         get_parent.
18097         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
18098         avoid refcounting hassles.
18099
18100 2005-05-09  Andy Wingo  <wingo@pobox.com>
18101
18102         * gst/volume/Makefile.am:
18103         * gst/volume/demo.c
18104         * gst/volume/gstvolume.h
18105         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
18106         basetransform. Probably need an audio filter base class.
18107
18108 2005-05-09  Wim Taymans  <wim@fluendo.com>
18109
18110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
18111         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18112         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
18113         (gst_vorbisenc_chain):
18114         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18115         (gst_audio_convert_caps_remove_format_info),
18116         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18117         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18118         Make caps writable before writing to it.
18119         Fix negotiation in audioconvert some more.
18120
18121 2005-05-09  Wim Taymans  <wim@fluendo.com>
18122
18123         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18124         (gst_videorate_getcaps), (gst_videorate_setcaps),
18125         (gst_videorate_event), (gst_videorate_chain):
18126         Better negotiation.
18127
18128 2005-05-09  Wim Taymans  <wim@fluendo.com>
18129
18130         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18131         (gst_videorate_getcaps), (gst_videorate_setcaps),
18132         (gst_videorate_blank_data), (gst_videorate_init),
18133         (gst_videorate_event), (gst_videorate_chain),
18134         (gst_videorate_change_state):
18135         Port videorate, do a better job at negotiation while we're at
18136         it.
18137
18138 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
18139
18140         * configure.ac:
18141           Disable libvisual
18142
18143         * examples/Makefile.am:
18144         * gst-libs/gst/audio/Makefile.am:
18145         * gst-libs/gst/riff/Makefile.am:
18146         * gst-libs/gst/tag/Makefile.am:
18147         * gst-libs/gst/video/Makefile.am:
18148           Fixups for missing variables.
18149
18150 2005-05-09  Wim Taymans  <wim@fluendo.com>
18151
18152         * examples/seeking/seek.c: (make_theora_pipeline),
18153         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
18154         (query_rates), (query_positions_elems), (query_positions_pads),
18155         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
18156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
18157         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
18158         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
18159         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
18160         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
18161         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18162         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18163         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18164         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
18165         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
18166         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
18167         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18168         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
18169         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18170         (theora_dec_src_convert), (theora_dec_sink_convert),
18171         (theora_dec_src_query), (theora_dec_sink_query),
18172         (theora_dec_src_event), (theora_dec_sink_event),
18173         (theora_handle_comment_packet), (theora_handle_type_packet),
18174         (theora_handle_header_packet), (theora_handle_data_packet),
18175         (theora_dec_chain):
18176         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18177         (vorbis_dec_convert), (vorbis_dec_src_query),
18178         (vorbis_dec_sink_query), (vorbis_dec_src_event),
18179         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18180         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18181         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18182         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18183         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
18184         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
18185         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18186         (gst_play_bin_query):
18187         * gst/playback/test3.c: (update_scale):
18188         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
18189         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
18190         * gst/subparse/gstsubparse.c: (gst_subparse_init):
18191         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18192         (gst_videotestsrc_src_query):
18193         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
18194         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
18195         (paint_hline_YUV9):
18196         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18197         Port to new query API.
18198         Updated seek.
18199         Cleanups in x[v]imagesink
18200
18201 2005-05-09  Andy Wingo  <wingo@pobox.com>
18202
18203         * ext/alsa/gstalsasink.h:
18204         * ext/gnomevfs/gstgnomevfssrc.c:
18205         (gst_gnomevfssrc_get_icy_metadata):
18206         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
18207         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
18208         * ext/theora/theoradec.c (theora_dec_src_query)
18209         (theora_dec_src_event, theora_dec_sink_event)
18210         (theora_handle_comment_packet, theora_handle_data_packet):
18211         * ext/theora/theoraenc.c (theora_enc_chain):
18212         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
18213         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
18214         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18215         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
18216         (qt_type_find):
18217         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
18218         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
18219         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
18220         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
18221         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
18222         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
18223         (paint_setup_xBGR8888, paint_setup_RGBx8888)
18224         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
18225         (paint_setup_RGB565, paint_setup_xRGB1555):
18226         * gst/videotestsrc/videotestsrc.h:
18227         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
18228         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
18229         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
18230         GCC4 fixes.
18231         
18232         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18233         gst_pad_query_position. Fixes oggdemux.
18234
18235 2005-05-08  David Schleef  <ds@schleef.org>
18236
18237         * configure.ac: Require liboil.
18238         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18239         a few more.
18240         * gst/videotestsrc/videotestsrc.c:
18241         * gst/videotestsrc/videotestsrc.h:
18242
18243 2005-05-06  Wim Taymans  <wim@fluendo.com>
18244
18245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18246         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18247         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18248         Well, unreffing a buffer right before pushing it is asking
18249         for trouble..
18250
18251 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18252
18253         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18254
18255 2005-05-06  Wim Taymans  <wim@fluendo.com>
18256
18257         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18258         (gst_audio_convert_caps_remove_format_info),
18259         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18260         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18261         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18262         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18263         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18264         * gst/sine/Makefile.am:
18265         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18266         (gst_sinesrc_class_init), (gst_sinesrc_init),
18267         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18268         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18269         (gst_sinesrc_update_freq):
18270         * gst/sine/gstsinesrc.h:
18271         * gst/tcp/gstmultifdsink.c:
18272         * sys/xvimage/xvimagesink.c:
18273         Fixed negotiation wrt _peer_get_caps()
18274         Some cleanups.
18275
18276
18277 2005-05-06  Wim Taymans  <wim@fluendo.com>
18278
18279         * gst-libs/gst/audio/gstaudiosink.c:
18280         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18281         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18282         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18283         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18284         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18285         (gst_audiosink_create_ringbuffer):
18286         * gst-libs/gst/audio/gstbaseaudiosink.c:
18287         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18288         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18289         (gst_baseaudiosink_set_property), (build_linear_format),
18290         (debug_spec_caps), (debug_spec_buffer),
18291         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18292         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18293         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18294         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18295         * gst-libs/gst/audio/gstbaseaudiosink.h:
18296         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18297         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18298         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18299         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18300         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18301         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18302         (wait_segment), (gst_ringbuffer_commit),
18303         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18304         (gst_ringbuffer_clear):
18305         * gst-libs/gst/audio/gstringbuffer.h:
18306         Make the base audiosink return an error when there is no
18307         audiobuffer negotiated.
18308
18309 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18310
18311         * ext/Makefile.am:
18312         Disable cdparanoia until someone ports it!
18313
18314 2005-05-06  Wim Taymans  <wim@fluendo.com>
18315
18316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18317         (gst_ogg_demux_sink_activate):
18318         And revert after wingo's revert.. sigh..
18319
18320 2005-05-05  Andy Wingo  <wingo@pobox.com>
18321
18322         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18323         GObject.
18324         * configure.ac: Return audiorate and subparse from the ghetto.
18325         Re-enable -Wall -Werror.
18326         * gst/subparse/gstsubparse.c:
18327         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18328         or chain-based. Cleaned up a bit. Not tested.
18329         
18330 2005-05-05  Christian Schaller <christian@fluendo.com> 
18331
18332         * Makefile.am: remove stuff that is not building
18333         * configure.ac: remove stuff that is not building
18334         * examples/Makefile.am: remove stuff that is not building
18335         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18336         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18337         * sys/Makefile.am: remove stuff that is not building
18338         * testsuite/Makefile.am: remove stuff that is not building
18339
18340 2005-05-05  Andy Wingo  <wingo@pobox.com>
18341
18342         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18343         * gst-libs/gst/tag/gstvorbistag.c:
18344         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18345         * gst/adder/gstadder.h:
18346         * gst/audioconvert/gstchannelmix.c:
18347         (gst_audio_convert_fill_one_other):
18348         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18349         (gst_audiorate_init), (gst_audiorate_chain):
18350         * gst/playback/gstplaybasebin.c: (setup_source):
18351         * gst/playback/test3.c: (update_scale):
18352         Some GCC4 fixes
18353         
18354         * po/af.po:
18355         * po/az.po:
18356         * po/cs.po:
18357         * po/en_GB.po:
18358         * po/hu.po:
18359         * po/it.po:
18360         * po/nb.po:
18361         * po/nl.po:
18362         * po/or.po:
18363         * po/sq.po:
18364         * po/sr.po:
18365         * po/sv.po:
18366         * po/uk.po:
18367         * po/vi.po: Foo
18368
18369 2005-05-05  Wim Taymans  <wim@fluendo.com>
18370
18371         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18372         (gst_audio_convert_caps_remove_format_info),
18373         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18374         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18375         * gst/videotestsrc/gstvideotestsrc.c:
18376         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18377         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18378         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18379         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18380         Don't ignore _push() return values.
18381         Make sure no processing is done when shutting down.
18382         Videotestsrc pad activation fix.
18383
18384 2005-05-05  Wim Taymans  <wim@fluendo.com>
18385
18386         * gst/adder/Makefile.am:
18387         * gst/adder/gstadder.c: (gst_adder_setcaps),
18388         (gst_adder_class_init), (gst_adder_init),
18389         (gst_adder_request_new_pad), (gst_adder_collected),
18390         (gst_adder_change_state):
18391         * gst/adder/gstadder.h:
18392         Ported adder as an example of a mixer element using
18393         collect pads. Needs more negotiation work.
18394
18395 2005-05-05  Wim Taymans  <wim@fluendo.com>
18396
18397         * ext/theora/theoradec.c: (_inc_granulepos),
18398         (theora_dec_src_event), (theora_dec_sink_event),
18399         (theora_handle_comment_packet), (theora_handle_type_packet),
18400         (theora_handle_header_packet), (theora_handle_data_packet),
18401         (theora_dec_chain):
18402         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18403         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18404         (theora_push_buffer), (theora_push_packet),
18405         (theora_enc_sink_event), (theora_enc_chain),
18406         (theora_enc_change_state), (theora_enc_set_property),
18407         (theora_enc_get_property):
18408         Added stream lock to decoder so that we can serialize
18409         the discont event.
18410         More theoraenc porting, recover from errors, do clean
18411         shutdown.
18412
18413 2005-05-05  Wim Taymans  <wim@fluendo.com>
18414
18415         * ext/ogg/Makefile.am:
18416         * ext/ogg/README:
18417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18418         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18419         (gst_ogg_print):
18420         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18421         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18422         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18423         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18424         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18425         (gst_ogg_mux_change_state):
18426         Ported ogg muxer.
18427
18428 2005-05-05  Wim Taymans  <wim@fluendo.com>
18429
18430         * docs/design-audiosinks.txt:
18431         * gst-libs/gst/audio/TODO:
18432         * gst-libs/gst/audio/gstaudiosink.c:
18433         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18434         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18435         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18436         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18437         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18438         (gst_audiosink_create_ringbuffer):
18439         * gst-libs/gst/audio/gstbaseaudiosink.c:
18440         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18441         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18442         (gst_baseaudiosink_set_property), (build_linear_format),
18443         (debug_spec_caps), (debug_spec_buffer),
18444         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18445         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18446         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18447         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18449         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18450         (gst_ringbuffer_release), (gst_ringbuffer_play),
18451         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18452         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18453         (gst_ringbuffer_set_sample), (wait_segment),
18454         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18455         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18456         More work on the audiosink, mostly debugging and a race in
18457         shutdown.
18458
18459 2005-04-28  Wim Taymans  <wim@fluendo.com>
18460
18461         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18462         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18463         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18464         (vorbis_dec_src_query), (vorbis_dec_src_event),
18465         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18466         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18467         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18468         Don't crap out when seeking back to position 0.
18469
18470 2005-04-28  Wim Taymans  <wim@fluendo.com>
18471
18472         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18473         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18474         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18475         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18476         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18477         Make audio sink configurable, use alsasink as default.
18478
18479 2005-04-28  Wim Taymans  <wim@fluendo.com>
18480
18481         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18482         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18483         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18484         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18485         (vorbis_dec_change_state):
18486         * ext/vorbis/vorbisdec.h:
18487         Refactor, use STREAM_LOCK.
18488
18489 2005-04-28  Wim Taymans  <wim@fluendo.com>
18490
18491         * ext/theora/theoradec.c: (_inc_granulepos),
18492         (theora_dec_sink_event), (theora_handle_comment_packet),
18493         (theora_handle_type_packet), (theora_handle_header_packet),
18494         (theora_handle_data_packet), (theora_dec_chain),
18495         (theora_dec_change_state):
18496         Refactor a bit, use STREAM_LOCK.
18497
18498 2005-04-28  Wim Taymans  <wim@fluendo.com>
18499
18500         * ext/alsa/Makefile.am:
18501         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18502         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18503         (gst_alsa_link), (gst_alsa_close_audio):
18504         * ext/alsa/gstalsaplugin.c: (plugin_init):
18505         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18506         (gst_alsasink_dispose), (gst_alsasink_base_init),
18507         (gst_alsasink_class_init), (gst_alsasink_init),
18508         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18509         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18510         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18511         (gst_alsasink_reset):
18512         * ext/alsa/gstalsasink.h:
18513         Implement alsasink with simple open/write/close API. 
18514         Make alsa dir build by disabling compilation of code.
18515
18516 2005-04-28  Wim Taymans  <wim@fluendo.com>
18517
18518         * gst-libs/gst/audio/Makefile.am:
18519         * gst-libs/gst/audio/audio.h:
18520         * gst-libs/gst/audio/audioclock.c:
18521         * gst-libs/gst/audio/audioclock.h:
18522         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18523         (gst_audio_clock_class_init), (gst_audio_clock_init),
18524         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18525         * gst-libs/gst/audio/gstaudioclock.h:
18526         * gst-libs/gst/audio/gstaudiosink.c:
18527         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18528         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18529         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18530         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18531         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18532         (gst_audiosink_create_ringbuffer):
18533         * gst-libs/gst/audio/gstbaseaudiosink.c:
18534         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18535         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18536         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18537         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18538         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18539         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18540         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18541         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18542         * gst-libs/gst/audio/gstbaseaudiosink.h:
18543         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18544         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18545         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18546         (gst_ringbuffer_release), (gst_ringbuffer_play),
18547         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18548         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18549         (gst_ringbuffer_set_sample), (wait_segment),
18550         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18551         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18552         * gst-libs/gst/audio/gstringbuffer.h:
18553         Make ringbuffer faster and more simple by removing the locks
18554         in the playback thread.
18555         Add sample accurate playback based on buffer sample offsets.
18556         Make the baseaudiosink provide a clock.
18557         Parse caps in the base class.
18558         Correctly handle seeking, flushing and state changes.
18559
18560 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18561
18562         * configure.ac:
18563         * gst/audioconvert/Makefile.am:
18564         * gst/audioscale/Makefile.am:
18565           Fix part of the build.  Come on guys, autogen didn't even work :)
18566
18567 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18568
18569         * configure.ac:
18570         * gst-libs/gst/Makefile.am:
18571         * gst-libs/gst/media-info/.cvsignore:
18572         * gst-libs/gst/media-info/Makefile.am:
18573         * gst-libs/gst/media-info/README:
18574         * gst-libs/gst/media-info/media-info-priv.c:
18575         * gst-libs/gst/media-info/media-info-priv.h:
18576         * gst-libs/gst/media-info/media-info-test.c:
18577         * gst-libs/gst/media-info/media-info.c:
18578         * gst-libs/gst/media-info/media-info.h:
18579         * gst-libs/gst/media-info/media-info.vcproj:
18580         * pkgconfig/Makefile.am:
18581         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18582         * pkgconfig/gstreamer-media-info.pc.in:
18583           Remove media-info, which is also successed by playbin (see Totem
18584           implementation).
18585
18586 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18587
18588         * configure.ac:
18589         * examples/Makefile.am:
18590         * examples/gstplay/.cvsignore:
18591         * examples/gstplay/Makefile.am:
18592         * examples/gstplay/player.c:
18593         * gst-libs/gst/Makefile.am:
18594         * gst-libs/gst/play/.cvsignore:
18595         * gst-libs/gst/play/Makefile.am:
18596         * gst-libs/gst/play/play.c:
18597         * gst-libs/gst/play/play.h:
18598         * gst-libs/gst/play/play.vcproj:
18599         * pkgconfig/Makefile.am:
18600         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18601         * pkgconfig/gstreamer-play.pc.in:
18602           Remove libgstplay, playbin is now the official successor.
18603
18604 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18605
18606         * configure.ac:
18607         * gst-libs/gst/Makefile.am:
18608         * gst-libs/gst/xwindowlistener/Makefile.am:
18609         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18610         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18611           Remove deprecated xwindowlistener (I've moved xwindowlistening
18612           in the v4l/v4l2 plugins over to serverside).
18613
18614 2005-04-25  David Schleef  <ds@schleef.org>
18615
18616         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18617         to examples/dynparams.  Examples do not belong interspersed with
18618         source code.
18619         * examples/dynparams/demo-dparams.c:
18620         * gst/sine/Makefile.am:
18621         * gst/sine/demo-dparams.c:
18622
18623 2005-04-25  David Schleef  <ds@schleef.org>
18624
18625         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18626         * gst-libs/gst/audio/Makefile.am:
18627         * gst-libs/gst/riff/Makefile.am:
18628         * gst-libs/gst/tag/Makefile.am:
18629         * gst-libs/gst/video/Makefile.am:
18630         * gst-libs/gst/xwindowlistener/Makefile.am:
18631
18632         Convert to 0.9 API, seems to work:
18633         * sys/ximage/Makefile.am:
18634         * sys/ximage/ximagesink.c:
18635
18636 2005-04-24  David Schleef  <ds@schleef.org>
18637
18638         Link plugins against libraries:
18639         * ext/alsa/Makefile.am:
18640         * gst/tcp/Makefile.am:
18641
18642         Remove asm code that should be in liboil
18643         * gst/videoscale/Makefile.am:
18644         * gst/videoscale/videoscale_x86_asm.s:
18645
18646         gettext wants these checked in:
18647         * po/af.po:
18648         * po/az.po:
18649         * po/cs.po:
18650         * po/en_GB.po:
18651         * po/hu.po:
18652         * po/it.po:
18653         * po/nb.po:
18654         * po/nl.po:
18655         * po/or.po:
18656         * po/sq.po:
18657         * po/sr.po:
18658         * po/sv.po:
18659         * po/uk.po:
18660         * po/vi.po:
18661
18662 2005-04-24  David Schleef  <ds@schleef.org>
18663
18664         Convert gst_main() to g_main_loop_run()
18665         * gst/playback/decodetest.c: (main):
18666         * gst/playback/test2.c: (main):
18667         * gst/playback/test3.c: (main):
18668         * gst/playback/test4.c: (main):
18669
18670         Link plugins against libraries:
18671         * ext/libvisual/Makefile.am:
18672         * sys/xvimage/Makefile.am:
18673
18674 2005-04-24  David Schleef  <ds@schleef.org>
18675
18676         * configure.ac: Remove idct and resample libs
18677         * gst-libs/gst/Makefile.am: same
18678
18679         Remove usage of gst_library_load():
18680         * ext/alsa/gstalsaplugin.c: (plugin_init):
18681         * ext/libvisual/visual.c: (plugin_init):
18682         * ext/ogg/gstogg.c: (plugin_init):
18683         * ext/theora/theora.c: (plugin_init):
18684         * ext/vorbis/vorbis.c: (plugin_init):
18685         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18686         * gst/audioscale/gstaudioscale.c:
18687         * gst/adder/gstadder.c: (plugin_init):
18688         * gst/audioconvert/plugin.c: (plugin_init):
18689         * sys/ximage/ximagesink.c: (plugin_init):
18690         * sys/xvimage/xvimagesink.c: (plugin_init):
18691         * gst/tcp/gsttcpplugin.c: (plugin_init):
18692
18693         Link plugins against libraries:
18694         * ext/ogg/Makefile.am:
18695         * ext/theora/Makefile.am:
18696         * ext/vorbis/Makefile.am:
18697         * gst/audioconvert/Makefile.am:
18698
18699         Create proper libraries:
18700         * gst-libs/gst/riff/Makefile.am:
18701         * gst-libs/gst/audio/Makefile.am:
18702         * gst-libs/gst/video/Makefile.am:
18703
18704         Move resample library to audioscale plugin directory:
18705         * gst-libs/gst/resample/Makefile.am:
18706         * gst-libs/gst/resample/README:
18707         * gst-libs/gst/resample/dtof.c:
18708         * gst-libs/gst/resample/dtos.c:
18709         * gst-libs/gst/resample/functable.c:
18710         * gst-libs/gst/resample/private.h:
18711         * gst-libs/gst/resample/resample.c:
18712         * gst-libs/gst/resample/resample.h:
18713         * gst-libs/gst/resample/resample.vcproj:
18714         * gst-libs/gst/resample/test.c:
18715         * gst/audioscale/Makefile.am:
18716         * gst/audioscale/README:
18717         * gst/audioscale/dtof.c:
18718         * gst/audioscale/dtos.c:
18719         * gst/audioscale/functable.c:
18720         * gst/audioscale/private.h:
18721         * gst/audioscale/resample.c:
18722         * gst/audioscale/resample.h:
18723         * gst/audioscale/test.c:
18724
18725         Move tagedit library to gst-libs:
18726         * gst-libs/gst/tag/Makefile.am:
18727         * gst-libs/gst/tag/gstid3tag.c:
18728         * gst-libs/gst/tag/gsttagediting.c:
18729         * gst-libs/gst/tag/gsttageditingprivate.h:
18730         * gst-libs/gst/tag/gstvorbistag.c:
18731         * gst/tags/Makefile.am:
18732         * gst/tags/gstid3tag.c:
18733         * gst/tags/gstvorbistag.c:
18734
18735         Fix for core changes:
18736         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18737         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18738         (gst_sinesrc_getrange):
18739
18740 2005-04-23  David Schleef  <ds@schleef.org>
18741
18742         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18743         in gst-plugins in a long time, and properly belongs in liboil.
18744         * gst-libs/gst/idct/Makefile.am:
18745         * gst-libs/gst/idct/README:
18746         * gst-libs/gst/idct/dct.h:
18747         * gst-libs/gst/idct/doieee:
18748         * gst-libs/gst/idct/fastintidct.c:
18749         * gst-libs/gst/idct/floatidct.c:
18750         * gst-libs/gst/idct/idct.c:
18751         * gst-libs/gst/idct/idct.h:
18752         * gst-libs/gst/idct/idtc.vcproj:
18753         * gst-libs/gst/idct/ieeetest.c:
18754         * gst-libs/gst/idct/intidct.c:
18755
18756 2005-04-20  Wim Taymans  <wim@fluendo.com>
18757
18758         * docs/design-audiosinks.txt:
18759         * gst-libs/gst/audio/Makefile.am:
18760         * gst-libs/gst/audio/TODO:
18761         * gst-libs/gst/audio/gstaudiosink.c:
18762         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18763         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18764         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18765         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18766         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18767         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18768         (gst_audiosink_class_init), (gst_audiosink_init),
18769         (gst_audiosink_create_ringbuffer):
18770         * gst-libs/gst/audio/gstaudiosink.h:
18771         * gst-libs/gst/audio/gstbaseaudiosink.c:
18772         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18773         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18774         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18775         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18776         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18777         (gst_baseaudiosink_create_ringbuffer),
18778         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18779         * gst-libs/gst/audio/gstbaseaudiosink.h:
18780         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18781         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18782         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18783         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18784         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18785         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18786         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18787         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18788         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18789         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18790         * gst-libs/gst/audio/gstringbuffer.h:
18791         An attempt at a set of audio base classes together with some
18792         design docs.
18793
18794 2005-04-20  Wim Taymans  <wim@fluendo.com>
18795
18796         * gst/audioconvert/Makefile.am:
18797         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18798         (gst_audio_convert_caps_remove_format_info),
18799         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18800         (gst_audio_convert_channels):
18801         Link against audio libs.
18802         Fix audio convert plugin.
18803
18804 2005-04-20  Wim Taymans  <wim@fluendo.com>
18805
18806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18807         (gst_ogg_demux_sink_activate):
18808         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18809         (theora_set_header_on_caps), (theora_enc_sink_event),
18810         (theora_enc_chain):
18811         Fix theora encoder.
18812
18813 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18814
18815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18816         * gst/playback/gstdecodebin.c: (find_compatibles):
18817           Work with staticpadtemplates in elementfactories.
18818
18819 2005-04-12  Wim Taymans  <wim@fluendo.com>
18820
18821         * gst/playback/README:
18822         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18823         (compare_ranks), (print_feature), (gst_decode_bin_init),
18824         (dynamic_create), (dynamic_free), (find_compatibles),
18825         (mimetype_is_raw), (close_pad_link), (got_redirect),
18826         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18827         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18828         (gst_decode_bin_change_state):
18829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18830         (gst_play_base_bin_init), (group_destroy), (group_commit),
18831         (check_queue), (queue_overrun), (queue_threshold_reached),
18832         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18833         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18834         (got_redirect), (setup_source), (play_base_eos),
18835         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18836         (gst_play_base_bin_remove_element):
18837         * gst/playback/gstplaybasebin.h:
18838         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18839         (gst_play_bin_init), (gst_play_bin_dispose),
18840         (gst_play_bin_set_property), (gen_video_element),
18841         (gen_text_element), (gen_audio_element), (remove_sinks),
18842         (gst_play_bin_send_event):
18843         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18844         (stream_info_change_state), (gst_stream_info_set_mute):
18845         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18846         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18847         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18848         (gst_stream_selector_chain):
18849         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18850         (main):
18851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18852         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18853         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18854         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18855         Raw and crude port of decodebin. 
18856         Make playbin compile.
18857
18858 2005-04-06  Wim Taymans  <wim@fluendo.com>
18859
18860         * ext/gnomevfs/Makefile.am:
18861         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18862         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18863         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18864         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18865         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18866         (gst_gnomevfssrc_stop):
18867         * ext/ogg/Makefile.am:
18868         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18869         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18870         * ext/theora/Makefile.am:
18871         * ext/theora/theoradec.c: (_inc_granulepos),
18872         (theora_dec_sink_event), (theora_dec_chain):
18873         * ext/vorbis/Makefile.am:
18874         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18875         (vorbis_dec_sink_event), (vorbis_dec_chain):
18876         * gst-libs/gst/audio/Makefile.am:
18877         * sys/xvimage/Makefile.am:
18878         Make gnomevfssrc extend the source base class.
18879         Fix linking against libs in various plugins.
18880
18881 2005-04-06  Andy Wingo  <wingo@pobox.com>
18882
18883         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18884         GST_BASE_LIBS.
18885
18886         * configure.ac: Add check and AC_SUBST for libgstbase.
18887
18888 2005-03-31  Wim Taymans  <wim@fluendo.com>
18889
18890         * examples/seeking/Makefile.am:
18891         * examples/seeking/cdparanoia.c: (main):
18892         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18893         (play_cb), (pause_cb), (stop_cb), (main):
18894         * examples/seeking/playbin.c:
18895         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18896         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18897         (make_sid_pipeline), (make_vorbis_pipeline),
18898         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18899         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18900         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18901         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18902         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18903         (stop_cb), (main):
18904         * examples/seeking/spider_seek.c:
18905         * examples/seeking/vorbisfile.c:
18906         * ext/gnomevfs/Makefile.am:
18907         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18908         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18909         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18910         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18911         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18912         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18913         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18914         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18915         * ext/ogg/README:
18916         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18917         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18918         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18919         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18920         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18921         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18922         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18923         (gst_ogg_demux_factory_filter), (compare_ranks),
18924         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18925         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18926         (gst_ogg_chain_new), (gst_ogg_chain_free),
18927         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18928         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18929         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18930         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18931         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18932         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18933         (gst_ogg_demux_get_prev_page),
18934         (gst_ogg_demux_deactivate_current_chain),
18935         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18936         (gst_ogg_demux_bisect_forward_serialno),
18937         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18938         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18939         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18940         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18941         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18942         (gst_ogg_demux_change_state), (gst_ogg_print):
18943         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18944         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18945         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18946         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18947         (gst_ogg_mux_loop):
18948         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18949         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18950         (theora_dec_src_convert), (theora_dec_sink_convert),
18951         (theora_dec_src_query), (theora_dec_src_event),
18952         (theora_dec_sink_event), (theora_dec_chain),
18953         (theora_dec_change_state):
18954         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18955         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18956         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18957         (theora_enc_change_state):
18958         * ext/vorbis/Makefile.am:
18959         * ext/vorbis/oggvorbisenc.c:
18960         * ext/vorbis/oggvorbisenc.h:
18961         * ext/vorbis/vorbis.c: (plugin_init):
18962         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18963         (vorbis_dec_src_query), (vorbis_dec_src_event),
18964         (vorbis_dec_sink_event), (vorbis_dec_chain),
18965         (vorbis_dec_change_state):
18966         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18967         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18968         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18969         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18970         (gst_vorbisenc_change_state):
18971         * ext/vorbis/vorbisenc.h:
18972         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18973         * gst-libs/gst/audio/audioclock.c:
18974         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18975         (gst_audiofilter_init), (gst_audiofilter_chain):
18976         * gst-libs/gst/audio/testchannels.c: (main):
18977         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18978         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18979         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18980         (gmip_find_track_streaminfo), (gmip_find_track_format):
18981         * gst-libs/gst/media-info/media-info.c:
18982         (gst_media_info_read_idler):
18983         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18984         (gst_play_get_all_by_interface):
18985         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18986         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18987         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18988         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18989         (gst_riff_parse_info):
18990         * gst-libs/gst/riff/riff-read.h:
18991         * gst-libs/gst/riff/riff.c: (plugin_init):
18992         * gst-libs/gst/video/Makefile.am:
18993         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18994         (gst_videosink_class_init), (gst_videosink_get_type):
18995         * gst-libs/gst/video/videosink.h:
18996         * gst/audioconvert/bufferframesconvert.c:
18997         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18998         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18999         * gst/audioconvert/channelmixtest.c: (main):
19000         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19001         (gst_audio_convert_chain),
19002         (gst_audio_convert_caps_remove_format_info),
19003         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
19004         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
19005         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
19006         (gst_audio_convert_buffer_to_default_format),
19007         (gst_audio_convert_buffer_from_default_format),
19008         (gst_audio_convert_channels):
19009         * gst/audioconvert/gstchannelmix.h:
19010         * gst/ffmpegcolorspace/avcodec.h:
19011         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19012         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19013         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
19014         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
19015         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
19016         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19017         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
19018         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19019         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19020         (dv_type_find):
19021         * gst/videotestsrc/gstvideotestsrc.c:
19022         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
19023         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
19024         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
19025         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
19026         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
19027         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
19028         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
19029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19030         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
19031         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
19032         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
19033         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
19034         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19035         (gst_xvimagesink_navigation_send_event),
19036         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
19037         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
19038         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19039         * sys/xvimage/xvimagesink.h:
19040         Plugin port to 0.9, ogg/theora playback should work in the seek
19041         example now.
19042         Removed old examples.
19043         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
19044         explained in 0.9 TODO doc.
19045
19046
19047 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19048
19049         * autogen.sh:
19050         * configure.ac:
19051         * ext/Makefile.am:
19052         * gst/Makefile.am:
19053         * po/POTFILES.in:
19054         * po/af.po:
19055         * po/az.po:
19056         * po/cs.po:
19057         * po/en_GB.po:
19058         * po/hu.po:
19059         * po/it.po:
19060         * po/nb.po:
19061         * po/nl.po:
19062         * po/or.po:
19063         * po/sq.po:
19064         * po/sr.po:
19065         * po/sv.po:
19066         * po/uk.po:
19067         * po/vi.po:
19068         * sys/Makefile.am:
19069         * testsuite/Makefile.am:
19070           remove a whole bunch of plugins.  This module now contains a set
19071           of free reference plugins/elements as agreed.
19072
19073 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19074
19075         * configure.ac:
19076           hunting season on 0.9 is now OPEN
19077
19078 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19079
19080         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19081           Kick the hell out of gcc for not warning me about a symbol conflict.
19082
19083 2005-02-22  Luca Ognibene  <luogni@tin.it>
19084
19085         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19086
19087         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
19088           Don't leak caps string (fixes #168134)
19089
19090         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
19091         (gst_jpegenc_init), (gst_jpegenc_finalize),
19092         (gst_jpegenc_change_state):
19093           Don't leak line buffers and context struct (fixes #168133).
19094
19095 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
19096
19097         * configure.ac:
19098         * ext/dirac/gstdiracdec.cc:
19099         (gst_diracdec_chain):
19100           Since dirac 0.5.0 the framerate in dirac is expressed as a
19101           rational number. Fix build and up requirement to 0.5.0, and
19102           also pass parameters to gst_diracdec_link in the right order
19103           (fixes #167959).
19104
19105 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
19106
19107         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
19108         * ext/faad/gstfaad.h:
19109         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
19110         certain invalid muxed streams, where some packets will contain 
19111         junk after decoder data. Partially fixes #149158.
19112
19113 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
19114         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
19115           Make sure we only write to writable buffers
19116
19117 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
19118
19119         * gst-libs/gst/riff/riff-media.c:
19120         (gst_riff_create_audio_caps_with_data):
19121           Do actually fix invalid RIFF fmt header values for alaw
19122           and mulaw audio instead of just saying so.
19123
19124         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19125           Give gst_riff_create_audio_caps_with_data() a chance to
19126           fix up broken format header fields before extracting any
19127           parameters from the header. (fixes #167633)
19128
19129 2005-02-19  Martin Holters  <martin.holters@gmx.de>
19130
19131         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19132
19133         * gst/audioconvert/bufferframesconvert.c:
19134         (buffer_frames_convert_link):
19135           Don't leak othercaps. (fixes #167878)
19136
19137 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
19138
19139         * configure.ac:
19140         * ext/libvisual/visual.c: (gst_visual_srclink),
19141         (gst_visual_change_state):
19142           Support libvisual 0.2.0.
19143
19144 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
19145
19146         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
19147         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
19148           Use same rowstrides for I420 as used everywhere else.
19149
19150 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
19151
19152         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19153           Declare variables at beginning of block and make gcc-2.95 happy
19154           (fixes # 167482, patch by Gergely Nagy).
19155           
19156         * gst/tcp/gsttcpclientsrc.c:
19157         * gst/tcp/gsttcpclientsrc.h:
19158           Move some includes into the header, so that struct sockaddr_in is
19159           defined when it should be defined on FreeBSD as well (fixes
19160           #167483).
19161           
19162         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19163           Don't pass uninitialised values to setsockopt() here either.
19164
19165 2005-02-17  Luca Ognibene  <luogni at tin dot it>
19166
19167         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19168
19169         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
19170           Don't pass uninitialised values to setsockopt(). (fixes #167704)
19171
19172 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19173
19174         * gst/playback/gstplaybin.c: (add_sink):
19175           Invert bin_add/link order to workaround deadlock in opt.
19176
19177 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19178
19179         * gst/modplug/gstmodplug.cc:
19180           Add missing break causing position queries to fail.
19181
19182 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19183
19184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
19185           Granpos can apparently be -1, which screws up calculations...
19186
19187 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
19188
19189         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19190         (gst_ximagesink_send_pending_navigation),
19191         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
19192         (gst_ximagesink_init):
19193         * sys/ximage/ximagesink.h:
19194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19195         (gst_xvimagesink_send_pending_navigation),
19196         (gst_xvimagesink_navigation_send_event),
19197         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
19198         * sys/xvimage/xvimagesink.h:
19199           Use a mutex protected list to marshal navigation
19200           events into the stream thread from whichever thread
19201           sends them.
19202
19203 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19204
19205         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
19206           Display current position and track length; misc. clean-ups.
19207           
19208         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
19209         (speed_init), (speed_chain):
19210           Add query function, so that the stream length and current position
19211           get adjusted when queried (note that current position queries may
19212           still be wrong if the audio sink returns values based on buffer
19213           timestamps instead of passing on the query).
19214
19215 2005-02-13  Benjamin Otte  <otte@gnome.org>
19216
19217         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19218         (gst_audio_convert_channels):
19219           create channel conversion matrix when linking
19220         * gst/audioconvert/.cvsignore:
19221         * gst/audioconvert/Makefile.am:
19222         * gst/audioconvert/channelmixtest.c: (main):
19223           add (ugly) test that ensures stereo <=> mono conversion works
19224           correctly
19225
19226 2005-02-13  Benjamin Otte  <otte@gnome.org>
19227
19228         * gst/audioconvert/gstchannelmix.h:
19229           include missing header file
19230         * gst/audioconvert/gstchannelmix.c:
19231         (gst_audio_convert_fill_compatible):
19232           use same sign for both channels when converting to/from compatible
19233           channel. Previously used different signs made the signals cancel
19234           each other out and appear like silence. (fixes #167269)
19235
19236 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19237
19238         * gst/ffmpegcolorspace/avcodec.h:
19239         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19240         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19241         (gst_ffmpegcsp_avpicture_fill):
19242         * gst/ffmpegcolorspace/imgconvert.c:
19243           Convert to and from YV12 (fixes #156379).
19244
19245 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19246
19247         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19248         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19249         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19250         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19251         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19252         methods from chain and negotiation and vice versa (Fixes #166142).
19253         * sys/ximage/ximagesink.h: Add stream_lock.
19254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19255         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19256         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19257         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19258
19259 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19260
19261         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19262           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19263           error message when we can't open the DVD device (when dvdnav_open()
19264           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19265           the above). Send something more useful instead (fixes #167117).
19266
19267 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19268
19269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19270         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19271         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19272         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19273         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19274         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19275         methods from chain and negotiation and vice versa (Fixes #166142).
19276         Fix a possible bug of images in the buffer pool being discarded because
19277         we are looking at the wrong geometry.
19278         * sys/xvimage/xvimagesink.h: Add stream_lock.
19279
19280 2005-02-11  David Schleef  <ds@schleef.org>
19281
19282         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19283         unsigned int. (fixes #167128)
19284
19285 2005-02-11  David Schleef  <ds@schleef.org>
19286
19287         * gst/librfb/Makefile.am: Testing stuff before committing is
19288           for wimps... and people with fast machines.  Fix stupid
19289           mistake.
19290
19291 2005-02-11  David Schleef  <ds@schleef.org>
19292
19293         * configure.ac: Pull in librfb from my CVS tree, because it is
19294           too small and annoying to be separate.  Move rfbsrc plugin
19295           to gst/.
19296         * ext/Makefile.am:
19297         * ext/librfb/Makefile.am:
19298         * ext/librfb/gstrfbsrc.c:
19299         * gst/librfb/Makefile.am:
19300         * gst/librfb/gstrfbsrc.c:
19301         * gst/librfb/rfb.c:
19302         * gst/librfb/rfb.h:
19303         * gst/librfb/rfbbuffer.c:
19304         * gst/librfb/rfbbuffer.h:
19305         * gst/librfb/rfbbytestream.c:
19306         * gst/librfb/rfbbytestream.h:
19307         * gst/librfb/rfbcontext.h:
19308         * gst/librfb/rfbdecoder.c:
19309         * gst/librfb/rfbdecoder.h:
19310         * gst/librfb/rfbutil.h:
19311
19312 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19313
19314         * gst/speed/Makefile.am:
19315         * gst/speed/demo-mp3.c: (main):
19316         * gst/speed/filter.func:
19317         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19318         (speed_class_init), (speed_init), (speed_chain_int16),
19319         (speed_chain_float32), (speed_chain), (speed_set_property),
19320         (speed_get_property), (speed_change_state):
19321         * gst/speed/gstspeed.h:
19322           Fix speed element and make it chain-based (fixes #156467),
19323           and make it handle more than one channel.
19324
19325 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19326
19327         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19328         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19329         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19330         * ext/dts/gstdtsdec.h:
19331           Don't clobber the stack constructing the channels array.
19332           Make the element chain-based. DTS tracks can now be played.
19333           
19334 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19335
19336         * gst-libs/gst/audio/multichannel.h:
19337         * gst-libs/gst/gconf/gconf.h:
19338         * gst-libs/gst/idct/idct.h:
19339         * gst-libs/gst/media-info/media-info-priv.h:
19340         * gst-libs/gst/play/play.h:
19341         * gst-libs/gst/resample/private.h:
19342         * gst-libs/gst/resample/resample.h:
19343         * gst-libs/gst/riff/riff-ids.h:
19344         * gst-libs/gst/video/video.h:
19345         * gst-libs/gst/video/videosink.h:
19346           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19347           missing, so that they work when included from C++ code.
19348
19349 2005-02-09  David Schleef  <ds@schleef.org>
19350
19351         * testsuite/gst-lint: Check for non-statically scoped
19352           parent_class variables.  This won't be a problem once
19353           plugins are loaded with RTLD_LOCAL.
19354
19355 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19356
19357         * ext/mplex/gstmplexibitstream.cc:
19358           gcc madness.
19359
19360 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19361
19362         * ext/ogg/gstogmparse.c:
19363         * gst/debug/gstnavigationtest.c:
19364           Die, thou faulty symbol pollutors (non-static parent_class).
19365
19366 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19367
19368         * ext/mplex/gstmplexibitstream.cc:
19369           Fix event handling (#165525).
19370
19371 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19372
19373         * ext/mikmod/gstmikmod.c:
19374         * gst/modplug/gstmodplug.cc:
19375           Add missing endianness to template (fixes #165509).
19376
19377 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19378
19379         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19380           Fix wrong order of reading of optional bytes (#165290).
19381
19382 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19383
19384         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19385           Implement FILLER event awareness.
19386
19387 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19388
19389         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19390           Fix track calculations (#166208).
19391
19392 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19393
19394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19395
19396         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19397         * ext/libpng/gstpngenc.c:
19398           Fix byte-order, use proper fixed caps. Fixes #164197.
19399
19400 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19401
19402         * configure.ac:
19403           Add dvdlpcmdec 
19404
19405         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19406         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19407           Don't push buffers if the src pad isn't negotiated yet.
19408           
19409         * gst/audioconvert/gstaudioconvert.c:
19410         (gst_audio_convert_buffer_to_default_format),
19411         (gst_audio_convert_buffer_from_default_format):
19412           Add support for 24-bit width.
19413
19414         * gst/dvdlpcmdec/.cvsignore:
19415         * gst/dvdlpcmdec/Makefile.am:
19416         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19417         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19418         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19419         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19420         (plugin_init):
19421         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19422           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19423           format. Needs support for the channels maps if someone can find 
19424           a DVD LPCM track with > 2 channels.
19425
19426         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19427         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19428         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19429         * gst/mpegstream/gstdvddemux.h:
19430         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19431         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19432         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19433         * gst/mpegstream/gstmpegdemux.h:
19434         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19435         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19436         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19437         (gst_mpeg_parse_handle_src_query),
19438         (gst_mpeg_parse_handle_src_event):
19439           Use audio/x-dvd-lpcm for LPCM output.
19440           Add DTS output.
19441
19442 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19443
19444         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19445
19446         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19447         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19448           Add BGRA handling (#165736).
19449
19450 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19451
19452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19453
19454         * gst/law/alaw-decode.c: (alawdec_link):
19455         * gst/law/alaw-encode.c: (alawenc_link):
19456         * gst/law/mulaw-decode.c: (mulawdec_link):
19457         * gst/law/mulaw-encode.c: (mulawenc_link):
19458           Fix caps memleaks (#166600).
19459
19460 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19461
19462         * ext/tarkin/mem.h:
19463         * ext/tarkin/wavelet.h:
19464         * ext/tarkin/yuv.h:
19465         * gst/ffmpegcolorspace/avcodec.h:
19466           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19467           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19468
19469 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19470
19471         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19473         (gst_xvimagesink_change_state):
19474           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19475           Xv video (and thereby regenerate Xv colourkey) in clear() so
19476           that PLAY -> READY -> PLAY works (fixes #162504).
19477
19478 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19479
19480         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19481           Switch to list instead of range, since MJPEG-devices really just
19482           support decimations, not any size.
19483
19484 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19485         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19486         (gst_mpeg2dec_reset), (free_all_buffers),
19487         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19488         * ext/mpeg2dec/gstmpeg2dec.h:
19489           The libmpeg2 user-allocated buffer management is awkward, 
19490           to say the least. Hopefully this fixes things.
19491
19492 2005-02-04  Andy Wingo  <wingo@pobox.com>
19493
19494         * gst/audioconvert/bufferframesconvert.c
19495         (buffer_frames_convert_fixate): New function, fixates to 256
19496         frames per buffer by default. (Much better than 1.)
19497         (buffer_frames_convert_init): Set the fixate function for both src
19498         and sink pad.
19499         (buffer_frames_convert_link): After success setting nonfixed caps,
19500         get the negotiated caps so we can know how many buffer-frames it
19501         will be. No idea how this worked at all before.
19502
19503 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19504
19505         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19506         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19507         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19508         (handle_sequence), (handle_picture):
19509         * ext/mpeg2dec/gstmpeg2dec.h:
19510           Rearrange buffer tracking and refcounting and refactor
19511           a little for readability. 
19512
19513 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19514         * sys/v4l/gstv4l.c: (plugin_init):
19515         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19516         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19517         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19518         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19519         * sys/v4l/gstv4ljpegsrc.h:
19520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19521         * sys/v4l/v4l_calls.h:
19522         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19523         (gst_v4lsrc_get_fps):
19524         * sys/v4l/v4lsrc_calls.h:
19525           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19526           you jpeg inside rgb frames" driver.
19527           Don't error in the v4lsrc link function, just return 
19528           REFUSED.
19529
19530 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19531
19532         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19533         (gst_qcamsrc_open):
19534           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19535
19536 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19537
19538         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19539           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19540
19541 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19542
19543         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19544           Reset negotiated state on PAUSED->READY.
19545
19546 2005-02-02  David Schleef  <ds@schleef.org>
19547
19548         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19549         whereever possible.  (Fixes #165997)
19550         * examples/capsfilter/capsfilter1.c: (main):
19551         * examples/dynparams/filter.c: (create_ui):
19552         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19553         * examples/seeking/chained.c: (main):
19554         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19555         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19556         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19557         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19558         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19559         * examples/switch/switcher.c: (main):
19560         * ext/dv/demo-play.c: (main):
19561         * ext/faad/gstfaad.c: (gst_faad_change_state):
19562         * ext/mad/gstmad.c: (gst_mad_chain):
19563         * ext/smoothwave/demo-osssrc.c: (main):
19564         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19565         (gst_gconf_render_bin_from_description),
19566         (gst_gconf_get_default_audio_sink),
19567         (gst_gconf_get_default_video_sink),
19568         (gst_gconf_get_default_audio_src),
19569         (gst_gconf_get_default_video_src),
19570         (gst_gconf_get_default_visualization_element):
19571         * gst/level/demo.c: (main):
19572         * gst/level/plot.c: (main):
19573         * gst/playback/gstplaybin.c: (gen_video_element),
19574         (gen_audio_element):
19575         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19576         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19577         * gst/sine/demo-dparams.c: (main):
19578         * gst/spectrum/demo-osssrc.c: (main):
19579         * gst/speed/demo-mp3.c: (main):
19580         * gst/volume/demo.c: (main):
19581         * testsuite/embed/embed.c: (main):
19582
19583 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19584
19585         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19586         (gst_tcpclientsink_finalize):
19587         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19588         (gst_tcpclientsrc_finalize):
19589         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19590         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19591         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19592         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19593           Don't leak the hostname when shutting down.
19594           In tcpserversrc, take a copy of the default hostname.
19595
19596 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19597
19598         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19599           Set caps to systemstream=TRUE.
19600
19601 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19602
19603         * testsuite/Makefile.am:
19604           Fix more OSX buildbots.
19605
19606 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19607
19608         * ext/mpeg2dec/gstmpeg2dec.c:
19609           Don't send things to NULL PAD_PEERs
19610
19611         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19612           Copy-on-write the incoming buffer.
19613
19614         * gst/mpegstream/gstdvddemux.h:
19615         * gst/mpegstream/gstmpegclock.h:
19616         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19617         (normal_seek), (gst_mpeg_demux_handle_src_event):
19618         * gst/mpegstream/gstmpegdemux.h:
19619         * gst/mpegstream/gstmpegpacketize.h:
19620         * gst/mpegstream/gstmpegparse.c:
19621         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19622         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19623         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19624         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19625         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19626         * gst/mpegstream/gstmpegparse.h:
19627         * gst/mpegstream/gstrfc2250enc.h:
19628           Various changes to the way time is computed that make seeking and
19629           total time estimation much better here.
19630           Use G_BEGIN/END_DECLS instead of __cplusplus
19631
19632         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19633           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19634
19635 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19636
19637         * gst/subparse/gstsubparse.c:
19638           Fix OSX buildbot.
19639
19640 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19641
19642         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19643         (theora_enc_chain), (theora_enc_change_state):
19644         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19645         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19646         (gst_vorbisenc_change_state):
19647         * ext/vorbis/vorbisenc.h:
19648           Set granulepos and timestamp correctly for streams not
19649           starting at 0, taking into account the initial delay.
19650
19651 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19652
19653         * gst/mpegstream/gstdvddemux.c:
19654           Add audio/x-dts to audio pad template caps
19655
19656 2005-01-30  David Schleef  <ds@schleef.org>
19657
19658         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19659         (create_context), (gst_polypsink_link): Fix silly endianness
19660         bug.  Add some debugging.  Remove float from caps; it doesn't
19661         work.  Attempt to get remote audio working.
19662
19663 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19664
19665         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19666           Add 3IV2 fourcc.
19667
19668 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19669
19670         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19671         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19672         (gst_avi_demux_stream_data):
19673         * gst/avi/gstavidemux.h:
19674           Invert DIB images. Fixes #132341.
19675
19676 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19677
19678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19679         (gst_ffmpegcsp_chain):
19680           D'oh, reference the palette data, not the palette structure.
19681           Fixes color distortion in #132341.
19682
19683 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19684
19685         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19686           PAR can be non-fixed when not provided as argument (#162626).
19687
19688 2005-01-29  David Moore  <dcm@acm.org>
19689
19690         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19691
19692         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19693         (gst_qtdemux_loop_header):
19694           Re-apply patch from #142272 that allows non-seekable sources,
19695           re-proposed by Daniel Drake <dsd@gentoo.org>.
19696
19697 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19698
19699         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19700           Use the src template for creating the src pad (#162330).
19701
19702 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19703
19704         * configure.ac:
19705         * ext/musepack/Makefile.am:
19706         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19707         (gst_musepackdec_init), (gst_musepackdec_dispose),
19708         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19709         (gst_musepack_stream_init), (gst_musepackdec_loop),
19710         (gst_musepackdec_change_state):
19711         * ext/musepack/gstmusepackdec.cpp:
19712         * ext/musepack/gstmusepackdec.h:
19713         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19714         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19715         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19716         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19717         * ext/musepack/gstmusepackreader.cpp:
19718         * ext/musepack/gstmusepackreader.h:
19719           Update to 1.1 API (#165446).
19720
19721 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19722
19723         * ext/Makefile.am:
19724           Unbreak buildbot.
19725
19726 2005-01-28  Andy Wingo  <wingo@pobox.com>
19727
19728         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19729         to reflect a different dubious internet source. Add a reference
19730         and some commentary.
19731
19732 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19733
19734         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19735         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19736         * gst/playback/gststreamselector.h:
19737           Be more selective when we're redoing caps negotiation from
19738           within the chain function on a stream change.
19739
19740 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19741
19742         * configure.ac:
19743         * ext/Makefile.am:
19744         * ext/amrnb/Makefile.am:
19745         * ext/amrnb/amrnb.c: (plugin_init):
19746         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19747         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19748         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19749         (gst_amrnbdec_state_change):
19750         * ext/amrnb/amrnbdec.h:
19751         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19752         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19753         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19754         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19755         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19756         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19757         * ext/amrnb/amrnbparse.h:
19758           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19759         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19760           Add AMR-NB/-WB raw formats.
19761         * ext/alsa/gstalsa.c: (gst_alsa_link):
19762           Keep valid time when changing format.
19763         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19764         (qtdemux_parse_trak):
19765           Add some more format-specific options (#140141, #143555, #155163).
19766
19767 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19768
19769         * gst/matroska/matroska-demux.c:
19770         (gst_matroska_demux_parse_blockgroup):
19771           Fix logic error in timing of subtitle stream synchronization.
19772         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19773           Add skip-chunk, which is found in kodak-camera streams.
19774
19775 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19776
19777         * po/LINGUAS:
19778         * po/vi.po:
19779           Adding Vietnamese translation (submitted by Clytie Siddall)
19780
19781 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19782
19783         * gst/playback/gstdecodebin.c: (try_to_link_1):
19784           Use realpad for signal.
19785
19786 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19787
19788         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19789           Fix category so decodebin picks it up.
19790
19791 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19792
19793         * ext/mad/Makefile.am:
19794         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19795         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19796         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19797         (found_type), (gst_id3demux_bin_change_state):
19798         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19799         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19800         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19801         (gst_id3_tag_change_state), (plugin_init):
19802         * ext/mad/gstmad.h:
19803           Add id3demuxbin (which is a simple bin consisting of id3demux
19804           and typefind), take over rank from id3demux, remove typefind
19805           code from id3demux. Makes all broken mp3s that I know of work,
19806           and thereby fixes #152688.
19807
19808 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19809
19810         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19811
19812         * ext/mad/gstmad.c: (gst_mad_src_event):
19813         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19814           Allow seeks on audio pad, make mad forward those (#164826).
19815         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19816           Set duration (#165335).
19817
19818 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19819
19820         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19821         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19822         (gst_asf_demux_process_ext_content_desc),
19823         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19824         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19825         * gst/asfdemux/gstasfdemux.h:
19826           Improve metadata display, e.g. if the metadata comes before the
19827           streams are loaded (which is perfectly valid).
19828
19829 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19830
19831         * tools/gst-launch-ext-m.m:
19832           Fix AVI/ASF pipelines (#165340).
19833
19834 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19835         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19836         build failure on amd64
19837
19838 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19839
19840         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19841         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19842           Check environment variables GST_ID3V2_TAG_ENCODING,
19843           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19844           list of character encodings to force interpretation of non-unicode
19845           strings stored in an ID3v2 tag to a particular encoding. If none
19846           is specified, try to use current locale's encoding, then fall back
19847           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19848         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19849         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19850           Check environment variables GST_ID3V1_TAG_ENCODING,
19851           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19852           list of character encodings to use in case a string encountered
19853           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19854           specified, try to use the current locale's encoding, then fall
19855           back to ISO-8859-1 (which will always succeed).
19856
19857 2005-01-25  Benjamin Otte  <otte@gnome.org>
19858
19859         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19860           - on half framerate, compute the rate in advance so the comparisons
19861             don't compare wrong values
19862           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19863             behaviour
19864           - don't use mad_header_decode anymore, mad_frame_decode does that
19865             automatically
19866           - when getting rid of consumed bytes, reset the stream's skiplen
19867           (fixes #163867)
19868
19869 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19870
19871         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19872           Use 1/2 a second for default max_discont, as PES streams from DVB
19873           seem to have larger spacings in the SCR. 
19874           Fix a typo.
19875
19876 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19877
19878         * gst/playback/gstplaybasebin.c: (group_commit):
19879           Notify delayed stream-info availability.
19880
19881 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19882         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19883         (gst_a52dec_handle_event), (gst_a52dec_chain):
19884         Add some debug output. Check that a discont has a valid
19885         time associated.
19886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19887         (gst_alsa_sink_loop):
19888         Ignore TAG events. A little extra debug for broken timestamps.
19889         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19890         (dvdnavsrc_change_state):
19891         Ensure we send a discont to engage the link before we send any
19892         other events.
19893         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19894         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19895         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19896         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19897         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19898         dvd://title works in totem because typefinding sends a seek that ends
19899         up going back to chapter 1 regardless.
19900         * ext/mpeg2dec/gstmpeg2dec.c:
19901         * ext/mpeg2dec/gstmpeg2dec.h:
19902         Output correct timestamps and handle disconts.
19903         * ext/ogg/gstoggdemux.c: (get_relative):
19904         Small guard against a null dereference.
19905         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19906         (gst_textoverlay_set_property):
19907         Free memory when done. Don't call gst_event_filler_get_duration on
19908         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19909         g_warning.
19910         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19911         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19912         (gst_sw_srclink), (gst_smoothwave_chain):
19913         Draw solid lines, prettier colours.
19914         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19915         Add a default palette that'll work for some movies.
19916         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19917         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19918         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19919         * gst/mpegstream/gstdvddemux.h:
19920         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19921         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19922         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19923         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19924         * gst/mpegstream/gstmpegparse.h:
19925         Use PTM/NAV events when for timestamp adjustment when connected to 
19926         dvdnavsrc. Don't use many discont events where one suffices.
19927         * gst/playback/gstplaybasebin.c: (group_destroy),
19928         (gen_preroll_element), (gst_play_base_bin_add_element):
19929         * gst/playback/gstplaybasebin.h:
19930         Make sure we remove subtitles from the same bin we put them in.
19931         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19932         (gst_subparse_buffer_format_autodetect),
19933         (gst_subparse_change_state):
19934         Fix some memleaks and invalid accesses.
19935         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19936         (oggskel_type_find), (cmml_type_find), (plugin_init):
19937         Some typefind functions for Annodex v3.0 files
19938         * gst/wavparse/gstwavparse.h:
19939         GstRiffReadClass is the correct parent class.
19940
19941 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19942
19943         * gst-libs/gst/riff/riff-media.c:
19944         (gst_riff_create_video_caps_with_data):
19945           Add extradata to huffyuv (fixes #165013).
19946         * gst-libs/gst/riff/riff-read.c:
19947         (gst_riff_read_strf_vids_with_data):
19948           Fix extradata extraction if it is in the chunk size.
19949
19950 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19951
19952         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19953
19954         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19955         (gst_quarktv_change_state), (gst_quarktv_dispose):
19956           Memory free'ing location fix (#164708).
19957
19958 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19959
19960         * gst/playback/gstplaybasebin.c: (group_commit),
19961         (gen_preroll_element), (probe_triggered), (gen_source_element),
19962         (setup_source), (gst_play_base_bin_change_state),
19963         (gst_play_base_bin_add_element):
19964           Don't block for streams.
19965         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19966         (gst_stream_info_set_mute):
19967           Use gst_pad_set_active_recursive.
19968
19969 2005-01-25  Andy Wingo  <wingo@pobox.com>
19970
19971         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19972         for #ifndef HAVE_XVIDEO.
19973
19974 2005-01-24  Jeffrey C. Ollie
19975
19976         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19977
19978         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19979         * ext/gsm/gstgsmdec.h:
19980         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19981         * ext/gsm/gstgsmenc.h:
19982         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19983         was given by property. Add proper buffer timestamps and offsets.
19984
19985 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19986
19987         * gst-libs/gst/riff/riff-media.c:
19988         (gst_riff_create_audio_caps_with_data):
19989           Audio can be <8000Hz.
19990
19991 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19992
19993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19994           Explicit state change to workaround refcount bugs.
19995
19996 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19997
19998         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19999         (gst_avimux_riff_get_avi_header):
20000           Fix...
20001
20002 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20003
20004         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
20005         (gst_riff_read_element_data):
20006         * gst-libs/gst/riff/riff-read.h:
20007           Add _peek version (req'ed in CDXA).
20008         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
20009         (gst_cdxaparse_loop):
20010           Fix parsing in playbin.
20011         * gst/playback/gstdecodebin.c: (close_pad_link):
20012           Ignore current_ pads, they cause major annoyance.
20013
20014 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20015
20016         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20017           Safety guard.
20018
20019 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20020
20021         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
20022           Fix padding...
20023
20024 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20025
20026         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
20027           Allow for 0-sized buffers. Fixes length query problems in
20028           starwars.mkv from the testsuite.
20029
20030 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
20031
20032         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
20033         (gst_video_box_i420), (gst_video_box_chain):
20034           Fix row strides for I420 (fixes #163159)
20035           
20036 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20037
20038         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20039           MPEG2 has a useful rate property, so we can actually use that.
20040           For MPEG-1, continue using the bytes/time properties.
20041
20042 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20043
20044         * gst-libs/gst/riff/riff-media.c:
20045         (gst_riff_create_video_caps_with_data),
20046         (gst_riff_create_video_template_caps):
20047           Add intel-h263.
20048
20049 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20050
20051         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20052           Fail if caps negotiation fails. Should fix #162184, and should
20053           definately be in there regardless of it fixing the actual bug.
20054         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
20055         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
20056         (gst_avimux_riff_get_avix_header),
20057         (gst_avimux_riff_get_video_header),
20058         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
20059         (gst_avimux_start_file), (gst_avimux_handle_event),
20060         (gst_avimux_change_state):
20061         * gst/avi/gstavimux.h:
20062           Refactor structure writing to use GST_WRITE_UINT macros, add
20063           metadata writing support.
20064
20065 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20066
20067         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
20068           Elements may already be destroyed when this function is called.
20069
20070 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20071
20072         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20073         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
20074           More memory leak fixes (#149162).
20075
20076 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20077
20078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20079         (gst_qtdemux_add_stream):
20080           Fix two memleaks.
20081
20082 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20083
20084         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20085           Argh...
20086
20087 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20088
20089         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20090           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
20091           when fixating to six channels in Totem.
20092
20093 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20094
20095         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
20096           Fix compile warnings on Solaris 10 buildbot
20097
20098 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20099
20100         * ext/dvdread/dvdreadsrc.c: (_read):
20101           Don't read beyond the last cell in a chapter (fixes 
20102           invalid memory access)
20103
20104 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20105
20106         * ext/dvdread/stream_labels.c:
20107         (dvdreadsrc_get_audio_stream_labels):
20108           Use NULL for an empty GList instead of g_list_alloc(); fix 
20109           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
20110           of GString (easier to bulk free later)
20111
20112 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20113
20114         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20115
20116         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20117         (gst_ffmpeg_pixfmt_to_caps):
20118           Fix BGRA32 caps (#164209).
20119
20120 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20121
20122         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20123
20124         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20125         (gst_ffmpeg_caps_to_pixfmt):
20126           alpha_mask can be RGBA/ABGR. Fixes #164265.
20127
20128 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
20129
20130         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20131
20132         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
20133         (gst_mpeg2dec_alloc_buffer):
20134         * ext/mpeg2dec/gstmpeg2dec.h:
20135           Crop if decoding size is not the actual image size (#163676).
20136
20137 2005-01-17  Steve Baker  <steve@stevebaker.org>
20138
20139         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20140
20141         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
20142         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
20143           Add libsndfile typefind functions (#163309).
20144
20145 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20146
20147         * tools/gst-launch-ext-m.m:
20148           Add .aac, fix .m1v/.m2v (#163891).
20149
20150 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20151
20152         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
20153           Sanity check, don't wait endlessly since the clock might not
20154           actually run at this point (which is a deadlock). Fixes #164069.
20155
20156 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20157
20158         * gst/playback/gstplaybasebin.c: (probe_triggered):
20159           Of course, only pause if group is done...
20160
20161 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20162
20163         * gst/playback/gstplaybasebin.c: (probe_triggered):
20164           Thread safety.
20165
20166 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
20167
20168         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20169           Don't return state change success when the parent
20170           failed.
20171
20172 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20173
20174         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
20175           Free events (fix memleak in #162905).
20176
20177 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
20178
20179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20180
20181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20182         (gst_ffmpeg_caps_to_pixfmt):
20183           Fix for depth = 15. Fixes #161675.
20184
20185 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20186
20187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20188           Set FPS correctly, even for webcams and the like.
20189         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
20190           Don error on setting while capturing.
20191
20192 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20193
20194         * ext/dv/gstdvdec.c:
20195         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20196         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20197           I'm a bad boy. using /1001. to force C to do float division
20198           and not integer division (as it did in my last commit)
20199           Thanks to David I. Lehn for pointing this mistake.
20200
20201 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20202
20203         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20204           Revert Johan's 1.35->1.36 since it breaks compat.
20205
20206 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20207
20208         * ext/dv/gstdvdec.c:
20209         * ext/libfame/gstlibfame.c:
20210         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20211         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20212           replace framerate aproximations by their real value
20213           (24000/1001, 30000/1001, 60000/1001)
20214           Finish fixing bug #164049
20215
20216 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20217
20218         * ext/ogg/gstoggmux.c:
20219           eos/bos debugging
20220         * gst/tcp/gstmultifdsink.c:
20221         * gst/tcp/gstmultifdsink.h:
20222         * gst/tcp/gsttcp.c:
20223         * gst/tcp/gsttcp.h:
20224         * gst/tcp/gsttcpclientsink.c:
20225         * gst/tcp/gsttcpclientsrc.c:
20226         * gst/tcp/gsttcpserversink.c:
20227         * gst/tcp/gsttcpserversrc.c:
20228           improve reusability of elements after state changes and errors
20229           make multifdsink throw away streamheaders when receiving new ones
20230
20231 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20232
20233         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20234           Fix for if items are already in list...
20235
20236 2005-01-12  Benjamin Otte  <otte@gnome.org>
20237
20238         * gst/adder/gstadder.c: (gst_adder_loop):
20239           fix adder a bit so it doesn't screw up with events as much anymore
20240
20241 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20242
20243         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20244         (pixbufscale_scale), (gst_pixbufscale_chain):
20245         * ext/gdk_pixbuf/pixbufscale.h:
20246           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20247           to ensure rowstrides are calculated the same way as 
20248           ffmpegcolorspace
20249           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20250           that we pick up duration and offset also.
20251
20252 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20253
20254         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20255         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20256           Reusability fixes.
20257
20258 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20259
20260         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20261         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20262         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20263         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20264           Update flags when requested.
20265
20266 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20267
20268         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20269           Fix dmix.
20270
20271 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20272
20273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20274         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20275         (probe_triggered), (new_decoded_pad), (gen_source_element),
20276         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20277         * gst/playback/gstplaybasebin.h:
20278         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20279         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20280         (gst_play_bin_change_state):
20281           Implement group-switch signal for use in apps to clear metadata
20282           cache, clean up subtitle, add suburi property instead of # hack,
20283           some error-out fixes.
20284
20285 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20286
20287         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20288           Debug.
20289         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20290           If we got a state change in the _get handler, don't return success.
20291
20292 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20293
20294         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20295         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20296           Make jpegdec quiet on MJPEG decoding
20297         * gst/asfdemux/README:
20298           Fix mimetypes for MJPEG and H263
20299
20300 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20301
20302         * ext/theora/theoradec.c: (theora_dec_chain):
20303           Fix broken code generation by gcc by swapping arguments.
20304         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20305           Fix \n in debug.
20306
20307 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20308
20309         * TODO:
20310           delete this file, it is by far outdated
20311         * ext/alsa/gstalsa.1: remove
20312         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20313         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20314         (gst_alsa_get_caps):
20315           Add HW probing for supported sample rates. Fixes #161704
20316
20317 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20318
20319         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20320           Don't crash, biatch! :).
20321
20322 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20323
20324         * ext/musepack/gstmusepackreader.cpp:
20325         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20326           Some work on tags - still doesn't work in playbin...
20327         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20328           Handle events...
20329
20330 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20331
20332         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20333           Also shove tags on kid pads.
20334
20335 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20336
20337         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20338           Don't bail on unknown events.
20339         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20340           Don't crash on events before negotiation.
20341         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20342           Send tags on pads, too.
20343         * gst/playback/gststreamselector.c:
20344         (gst_stream_selector_request_new_pad):
20345           Forward events on first pad if no input was selected yet.
20346
20347 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20348
20349         * gst/playback/gstplaybasebin.c: (setup_substreams):
20350           Don't disable streamtype if the stream doesn't exist, since
20351           then playing a video after audio will disable both and nothing
20352           will happen. Fixes the testsuite.
20353
20354 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20355
20356         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20357         (gst_v4l_xoverlay_set_xwindow_id):
20358         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20359         (gst_v4l2_xoverlay_set_xwindow_id):
20360           Add debug categories, fix overlay disabling.
20361
20362 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20363
20364         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20365         * ext/alsa/gstalsa.h:
20366           Add HW probing for period_count/size and buffer_size MIX/MAX
20367           Adjust default/user defined value if out of bounds
20368           Should fix bug #162024
20369
20370 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20371
20372         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20373           Fix warning (#161191).
20374
20375 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20376
20377         * ext/dvdread/stream_labels.c:
20378         (dvdreadsrc_get_audio_stream_labels):
20379           Fix warning (init the good variable in switch default)
20380
20381 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20382
20383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20384
20385         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20386           Fix gcc-2.95 compile (#163485).
20387
20388 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20389
20390         * configure.ac:
20391         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20392         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20393         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20394         (gst_flacenc_change_state):
20395         * ext/flac/gstflacenc.h:
20396           Update for API change in flac-1.1.1. Update requirement in
20397           configure.ac. Fixes #162974.
20398
20399 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20400
20401         * gst/playback/gstplaybasebin.c: (group_destroy):
20402           Remove hack to get rid of assert and get rid of unlinked
20403           signals properly.
20404
20405 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20406
20407         * gst/playback/gstplaybasebin.c: (setup_source):
20408           Set source to NULL so that resources are free'ed. Fixes issues
20409           with playback of CDDA and similar device-accessing things.
20410
20411 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20412
20413         * testsuite/embed/Makefile.am:
20414           test->noinst, fix make test in buildbot.
20415
20416 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20417
20418         * ext/dvdread/stream_labels.c: new file
20419         * ext/dvdread/stream_labels.h: new file
20420         * ext/dvdread/Makefile.am:
20421         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20422           Extract audio stream label from DVD IFO files.
20423           It only dump them on the console for now, still have to
20424           make playbin aware of them.
20425
20426 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20427
20428         * gst/playback/gstplaybasebin.c: (setup_source):
20429           Fix hanging subs.
20430
20431 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20432
20433         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20434         (gen_preroll_element), (remove_groups), (setup_subtitle),
20435         (gen_source_element), (setup_source):
20436         * gst/playback/gstplaybasebin.h:
20437           Multiple .sub files is just a stupid idea... Fix some threading
20438           mistakes. Interestingly, external .sub files cause playbin to
20439           hang, I don't know why... Parsing fixes contributed by Fran??ois
20440           Kooman <fkooman@tuxed.net>.
20441
20442 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20443
20444         * testsuite/embed/Makefile.am:
20445           Fix buildbot.
20446
20447 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20448
20449         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20450
20451         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20452         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20453         (gst_pngenc_set_property):
20454         * ext/libpng/gstpngenc.h:
20455           Add compression level property (#163323).
20456
20457 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20458
20459         * configure.ac:
20460         * examples/capsfilter/capsfilter1.c: (main):
20461         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20462         * ext/dvdread/Makefile.am:
20463         * ext/dvdread/demo-play:
20464         * ext/dvdread/demo-play.c:
20465         * gconf/gstreamer.schemas.in:
20466         * gst-libs/gst/gconf/gconf.c:
20467         * sys/v4l/TODO:
20468         * testsuite/Makefile.am:
20469         * testsuite/embed/Makefile.am:
20470         * testsuite/embed/embed.c: (cb_expose), (main):
20471           Remove all references to xvideosink, fix examples (#140845).
20472         * gst/playback/gstplaybasebin.c: (group_destroy):
20473           Apparently, disposal does not unlink - so do explicitely.
20474         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20475           Add debug.
20476
20477 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20478
20479         * README: fix PKG_CONFIG_PATH instructions, what was there
20480         previously was breaking default search path, not nice. 
20481         Fixes #163358
20482
20483 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20484
20485         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20486         (gst_audioscale_chain):
20487           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20488           when resampling - how the ^@$^!@^! is this possible?!?
20489
20490 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20491
20492         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20493           Reset variables on READY.
20494         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20495         (gst_matroska_mux_loop):
20496           Require data before writing header.
20497
20498 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20499
20500         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20501
20502         * ext/mad/gstmad.c: (gst_mad_chain):
20503           Don't call mad_stream_sync() directly after recovering sync.
20504           Fixes #151661.
20505
20506 2005-01-09  Martin Eikermann  <meiker@upb.de>
20507
20508         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20509
20510         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20511         (snapshot_handler), (gst_snapshot_sinkconnect),
20512         (gst_snapshot_chain):
20513           Allocate resources when required, fix recursive signal emission
20514           and fix caps. Fixes #161667.
20515
20516 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20517
20518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20519
20520         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20521         (gst_pngdec_chain):
20522           Handle only 8-bppc (bits-per-pixel-component) images, better
20523           error handling and correct strides. Fixes #163177.
20524         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20525         (gst_pngenc_chain):
20526           Better error handling. Fixes #163348.
20527
20528 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20529
20530         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20531         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20532         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20533         (dvdnavsrc_uri_handler_init):
20534           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20535         * gst/playback/gstplaybasebin.c: (gen_source_element):
20536           Add MMS to streaming URIs.
20537
20538 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20539
20540         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20541         * sys/xvimage/xvimagesink.c:
20542         (gst_xvimagesink_navigation_send_event):
20543           Check for pad availability before sending event.
20544
20545 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20546
20547         * gst-plugins.spec.in:
20548           Add subparse.
20549
20550 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20551
20552         * configure.ac:
20553           Since we use functions from CVS, up requirement.
20554
20555 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20556
20557         * gst/playback/Makefile.am:
20558         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20559         (group_destroy), (group_commit), (group_is_muted),
20560         (gen_preroll_element), (add_stream), (unknown_type),
20561         (probe_triggered), (preroll_unlinked), (mute_stream),
20562         (silence_stream), (new_decoded_pad), (setup_substreams),
20563         (setup_source), (get_active_source), (mute_group_type),
20564         (muted_group_change_state), (set_active_source),
20565         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20566         (play_base_eos), (gst_play_base_bin_change_state):
20567         * gst/playback/gstplaybasebin.h:
20568         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20569         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20570         (gst_stream_info_dispose), (stream_info_mute_pad),
20571         (stream_info_change_state), (gst_stream_info_set_mute):
20572         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20573         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20574         (gst_stream_selector_init), (gst_stream_selector_dispose),
20575         (gst_stream_selector_get_linked_pad),
20576         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20577         (gst_stream_selector_get_linked_pads),
20578         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20579         * gst/playback/gststreamselector.h:
20580           Adding stream selection support plus required properties for
20581           applications to use this. Fully fixes #100931.
20582
20583 2005-01-08  Benjamin Otte  <otte@gnome.org>
20584
20585         * gst/games/gstpuzzle.c: (nav_event_handler):
20586           - handle nav events differently: forward every event no matter if it
20587             was handled or not.
20588           - translate events
20589           You can now cheat by using navigationtest ! puzzle and moving the
20590           mouse close to the edge of a tile. ;)
20591
20592 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20593
20594         * configure.ac:
20595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20596         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20597         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20598         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20599         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20600         (gst_ogm_parse_plugin_init):
20601         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20602         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20603         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20604         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20605         * ext/pango/gsttextoverlay.h:
20606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20607         (gst_matroska_demux_handle_seek_event),
20608         (gst_matroska_demux_sync_streams),
20609         (gst_matroska_demux_parse_blockgroup),
20610         (gst_matroska_demux_subtitle_caps),
20611         (gst_matroska_demux_plugin_init):
20612         * gst/matroska/matroska-ids.h:
20613         * gst/playback/gstdecodebin.c: (close_pad_link):
20614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20615         (gen_preroll_element), (remove_groups), (add_stream),
20616         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20617         (setup_source):
20618         * gst/playback/gstplaybasebin.h:
20619         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20620         * gst/subparse/Makefile.am:
20621         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20622         (gst_subparse_base_init), (gst_subparse_class_init),
20623         (gst_subparse_init), (gst_subparse_formats),
20624         (gst_subparse_eventmask), (gst_subparse_event),
20625         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20626         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20627         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20628         (parse_mpsub_deinit), (parse_mpsub_init),
20629         (gst_subparse_buffer_format_autodetect),
20630         (gst_subparse_format_autodetect), (gst_subparse_loop),
20631         (gst_subparse_change_state), (gst_subparse_type_find),
20632         (plugin_init):
20633         * gst/subparse/gstsubparse.h:
20634         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20635         (plugin_init):
20636           Add subtitle support, .sub parser (supports SRT and MPsub),
20637           OGM text support, Matroska UTF-8 text support, deadlock fixes
20638           all over the place, subtitle awareness in decodebin/playbin
20639           and some fixes to textoverlay to handle subtitles in a stream
20640           correctly. Fixes #100931.
20641
20642 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20643
20644         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20645           Check for pad availability before doing a query on it.
20646
20647 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20648
20649         * ext/dv/gstdvdec.c:
20650           really fix bpp24/32 dvdec caps (classic rgba indeed)
20651         * gst/asfdemux/gstasfdemux.c:
20652         (gst_asf_demux_process_ext_content_desc):
20653           don't send text tags if they are empty (bis repetita)
20654
20655 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20656
20657         * ext/dv/gstdvdec.c:
20658          remove unneeded comment from dvdec
20659           (related to DV 4CC codes in AVI files)
20660           moved them in gstreamer/docs/random/mimetypes
20661         * gst/asfdemux/gstasfdemux.c:
20662         (gst_asf_demux_process_ext_content_desc):
20663          don't send text tags if they are empty
20664          fix mem leak on error path
20665         * gst/ffmpegcolorspace/avcodec.h:
20666         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20667         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20668         (gst_ffmpegcsp_avpicture_fill):
20669         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20670         * gst/ffmpegcolorspace/imgconvert_template.h:
20671          adds BGR32 and BGRA32 to ffmpegcolorspace
20672           (still bad colors, fixing it on next commit)
20673           helps with dvdec outputing BGR32
20674
20675 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20676
20677         * ext/dv/gstdvdec.c:
20678          Fix audio caps i just broke (missing ',')
20679         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20680         (gst_matroska_mux_reset):
20681          Fix typo + add FIXME about old "x-gst-metadata" crap
20682
20683 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20684
20685         * ext/dv/demo-play.c: (main):
20686          xvideosink -> xvimagesink
20687         * ext/dv/gstdvdec.c:
20688          change rgb 32/32 caps to 24/32 (no alpha)
20689          change nb of channels to be a list (2 or 4, not 2)
20690          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20691         * gst/asfdemux/gstasfdemux.c:
20692         (gst_asf_demux_process_ext_content_desc):
20693          Add 'date/year' to extracted metadata list
20694
20695 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20696
20697         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20698           The return value of fixate_to does not imply that the requested
20699           value was set, so don't assume.
20700
20701 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20702
20703         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20704
20705         * ext/libpng/gstpngdec.c:
20706         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20707         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20708         * ext/libpng/gstpngenc.h:
20709           Alpha support (encoder; #163161), mime fixage.
20710
20711 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20712
20713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20714
20715         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20716         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20717         (gst_faac_set_property), (gst_faac_get_property):
20718         * ext/faac/gstfaac.h:
20719           Allow for ADTS output (#153434).
20720
20721 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20722
20723         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20724           Fix against template (#150576).
20725
20726 2005-01-06  Benjamin Otte  <otte@gnome.org>
20727
20728         * gst/games/gstpuzzle.c: (draw_puzzle):
20729           don't draw a puzzle if either width or height of tiles would be 0.
20730
20731 2005-01-06  Benjamin Otte  <otte@gnome.org>
20732
20733         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20734         (gst_puzzle_class_init), (gst_puzzle_finalize):
20735           no memleaks, please
20736         (gst_puzzle_create), (gst_puzzle_init),
20737         (gst_puzzle_set_property), (gst_puzzle_setup):
20738           change initialization code around so we don't reshuffle on resize
20739         (draw_puzzle):
20740           fix another stupid typo
20741
20742 2005-01-06  Benjamin Otte  <otte@gnome.org>
20743
20744         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20745           fix stupid typo that borked copying on YUY2
20746
20747 2005-01-06  Benjamin Otte  <otte@gnome.org>
20748
20749         * gst/games/gstpuzzle.c: (draw_puzzle):
20750           fix edges when image sizes aren't multiples of tile sizes
20751
20752 2005-01-06  Benjamin Otte  <otte@gnome.org>
20753
20754         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20755           make RGB endianness work correctly
20756         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20757           refactor and fix race with initial shuffling
20758         (nav_event_handler):
20759           allow using the mouse to puzzle
20760         (draw_puzzle):
20761           insist on tiles having width and height as multiples of 4 to get
20762           clean YUV image handling
20763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20764         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20765           s/DEBUG/LOG/ for common messages
20766         (gst_xvimagesink_navigation_send_event):
20767           fix mouse event translation to not include screen PAR
20768         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20769           fix mouse event translation to actually work
20770
20771 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20772
20773         * gst/asfdemux/gstasfdemux.c:
20774         (gst_asf_demux_process_ext_content_desc):
20775          Extract TrackNumber metadata + clean up code
20776         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20777          Hope this is the good fix (var used unitialised)
20778
20779 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20780
20781         * ext/faad/gstfaad.c: (gst_faad_chain):
20782           Only increment timestamp if it's valid. Fixes raw AAC streams.
20783
20784 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20785
20786         * configure.ac:
20787         * gst/games/Makefile.am:
20788         * gst/games/gstpuzzle.c:
20789           add a puzzle game with...
20790         * gst/games/gstvideoimage.c:
20791         * gst/games/gstvideoimage.h:
20792           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20793           from videotestsrc and made into something that would be a nice
20794           library for a lot of other plugins.
20795
20796 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20797
20798         * configure.ac:
20799          don't compile faad plugin if a RC of 2.0 is found
20800          Fixes #155346 (and FC1 buildbot)
20801         * gst/asfdemux/gstasfdemux.c:
20802         (gst_asf_demux_process_ext_content_desc):
20803          try to make Solaris compiler happier
20804
20805 2005-01-06  Paul Jack  <pjack@sfaf.org>
20806
20807         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20808
20809         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20810           Fix segfault (#161667).
20811
20812 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20813
20814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20815           Fix framerate reporting.
20816
20817 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20818
20819         * gst-libs/gst/riff/riff-ids.h:
20820         * gst/wavenc/riff.h:
20821          Add AMR (VBR and CBR) ids to riff.h audio codec list
20822         * gst/asfdemux/gstasfdemux.c:
20823         (gst_asf_demux_process_ext_content_desc),
20824         (gst_asf_demux_process_object):
20825           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20826
20827 2005-01-05  Martin Eikermann  <meiker@upb.de>
20828
20829         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20830
20831         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20832         (gst_dvd_demux_handle_discont):
20833         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20834         (gst_mpeg_demux_handle_discont):
20835           Recreate pads on new-media (#160730).
20836         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20837           Send discont even if manager changes timestamps (#161929).
20838
20839 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20840
20841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20842
20843         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20844           Fix invalid memory access (#159211).
20845
20846 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20847
20848         * examples/gstplay/player.c: (main):
20849           Don't iterate.
20850         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20851           Add visualizations.
20852         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20853         (gst_a52dec_handle_frame):
20854           Set duration.
20855         * ext/dvdnav/gst-dvd:
20856           Add audioconvert. Fixes #161325.
20857         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20858           Explicitely case to gint64. Possible valgrind error.
20859         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20860         (gst_play_tick_callback), (gst_play_change_state),
20861         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20862         (gst_play_set_location), (gst_play_get_location),
20863         (gst_play_seek_to_time), (gst_play_set_data_src),
20864         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20865         (gst_play_set_visualization), (gst_play_connect_visualization),
20866         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20867         (gst_play_new):
20868           Use playbin. Fixes #139749 and #147744.
20869         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20870           Add genre tag.
20871         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20872         (audioscale_get_type), (gst_audioscale_base_init),
20873         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20874         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20875         (gst_audioscale_link), (gst_audioscale_get_buffer),
20876         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20877         (gst_audioscale_init), (gst_audioscale_dispose),
20878         (gst_audioscale_chain), (gst_audioscale_set_property),
20879         (gst_audioscale_get_property), (plugin_init):
20880           Indent properly.
20881         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20882           Fix LPCM.
20883         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20884         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20885         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20886           Add more metadata (fixes #162656).
20887
20888 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20889
20890         * configure.ac:
20891           back to cvs
20892
20893 === release 0.8.7 ===
20894
20895 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20896
20897         * NEWS:
20898         * RELEASE:
20899         * configure.ac:
20900           releasing 0.8.7, "Hyperspace"
20901
20902 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20903
20904         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20905
20906         * gst/playback/gstplaybasebin.c:
20907          Fix for #162924 - free caps after use, not before
20908
20909 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20910
20911         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20912
20913         * gst/playback/gstplaybasebin.c:
20914         * gst/wavparse/gstwavparse.c:
20915           Fix for #154773 - fixes playback of small .wav files
20916
20917 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20918
20919         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20920
20921         * gst/audioscale/gstaudioscale.c:
20922           Fix for #162819 - make audioscale reusable
20923           Fixes playback of more than one file with playbin/totem
20924
20925 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20926
20927         * gst/ffmpegcolorspace/avcodec.h:
20928         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20929         * gst/ffmpegcolorspace/imgconvert.c:
20930           clean up the mess that made me cry and avoid needless duplication
20931
20932 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20933
20934         * gst/ffmpegcolorspace/imgconvert.c:
20935           give some indication of why we're segfaulting
20936
20937 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20938
20939         * configure.ac:
20940           Fix indentation, fix v4l2 plugin detection.
20941         * ext/Makefile.am:
20942           Fix libmms location (Maciej, use diff -u!).
20943         * ext/alsa/gstalsa.c: (gst_alsa_init):
20944           Initialize caps cache to NULL.
20945         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20946           Only change state on audiosink if it exists.
20947
20948 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20949
20950         * gst/matroska/matroska-demux.c:
20951         * gst/matroska/matroska-ids.h:
20952         * gst/matroska/matroska-demux.h:
20953         Fix Vorbis streams failing to decode in some files, where cluster_time
20954         isn't 0, because then it doesn't send codec_priv before actual data.
20955         Remove time-based test and replace it with marker set on beginning of
20956         new stream
20957
20958 2004-12-28  David Schleef  <ds@schleef.org>
20959
20960         Merge patch from Ronald fixing problems with streaming
20961         text.
20962         * ext/cairo/gstcairo.c: (plugin_init):
20963         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20964         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20965         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20966         (gst_textoverlay_font_init), (gst_textoverlay_init),
20967         (gst_textoverlay_set_property):
20968         * ext/cairo/gsttextoverlay.h:
20969
20970 2004-12-27  David Schleef  <ds@schleef.org>
20971
20972         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20973         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20974         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20975         (gst_textoverlay_font_init), (gst_textoverlay_init),
20976         (gst_textoverlay_set_property): Improvements to actually
20977         render text as white on black outline on video, including
20978         font selection and horizontal/vertical alignment.  (Ronald's
20979         christmas present)
20980         * ext/cairo/gsttextoverlay.h:
20981
20982 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20983
20984         * ext/ogg/gstogg.c:
20985         * ext/ogg/gstogmparse.c:
20986           fix ogm[audio/video]parse plugin registration
20987           (riff won't load if bytestream is already loaded)
20988
20989 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20990
20991         * gst/audioconvert/gstchannelmix.c:
20992           fix for GLIB < 2.4
20993
20994 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         * Makefile.am:
20997         * configure.ac:
20998           disable docs again until it actually passes make distcheck.
20999
21000 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21001
21002         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
21003         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
21004         (plugin_init):
21005           Add 3GP (variables name Q3GP because they can't start with a
21006           number). Add samr audio fourcc (used in .3gp files), decoder
21007           is work in progress. Also do a GST_WARNING instead of ERROR
21008           in case of unknown nodes, to decrease output.
21009
21010 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21011
21012         * Makefile.am:
21013           really fix dist
21014
21015 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21016
21017         * configure.ac:
21018         * ext/speex/gstspeexdec.h:
21019         * ext/speex/gstspeexenc.h:
21020           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
21021           Fix detection code in configure.ac
21022
21023 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21024
21025         * gst/matroska/matroska-demux.c:
21026         (gst_matroska_demux_parse_blockgroup):
21027           Save position, so that queries give proper return values. Don't
21028           know how this could ever have worked before...
21029
21030 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21031
21032         * configure.ac:
21033           Put additional LAME check inside the conditional.  Fixes #152339
21034
21035 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21036
21037         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21038         (gst_avi_demux_stream_scan):
21039           Add some more debug. Fix logic error when setting movi offset
21040           while reading index.
21041
21042 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21043
21044         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21045         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
21046         (gst_avi_demux_process_next_entry):
21047           Add some debugging. Better detection of broken indexes and the
21048           accompanying index recovery. No infinite loops on state changes
21049           when we're still in our loopfunction.
21050
21051 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21052
21053         * configure.ac:
21054           Fix up.
21055
21056 2004-12-22  Archana Shah  <archana.shah@wipro.com>
21057
21058         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21059
21060         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
21061           Normalizing the value before setting
21062         (gst_sunaudiomixer_get_volume):
21063           Normalizing the value after getting. Fixes bug# 161980
21064
21065 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21066
21067         * Makefile.am: Make sure docs gets disted
21068         * docs/Makefile.am: Make sure all needed files get disted
21069         * gst-plugins.spec.in: latest updates
21070
21071 2004-12-22  Wim Taymans  <wim@fluendo.com>
21072
21073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21074         Revert patch 1.38 as clock distribution over schedulers does
21075         not work correcly in the core yet.
21076
21077 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21078
21079         * sys/oss/README: remove this file, which predates my birth
21080           (and which content is by far outdated)
21081
21082 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
21083
21084         * Makefile.am:
21085         * configure.ac:
21086         * docs/Makefile.am:
21087         * docs/libs/Makefile.am:
21088         * docs/libs/gst-plugins-libs-docs.sgml:
21089         * docs/libs/gst-plugins-libs-sections.txt:
21090         * docs/libs/tmpl/gstgconf.sgml:
21091         * docs/upload.mak:
21092         * docs/version.entities.in:
21093           Added boilerplate gtk-doc files for plugin-libs documentation.
21094
21095 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21096
21097         * gst/auparse/gstauparse.c: fix int and float audio caps
21098
21099 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21100
21101         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21102         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21103           g_assert() can be a macro, don't use #ifdef inside it.
21104
21105 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
21106
21107         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21108
21109         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21110         (gst_videorate_init), (gst_videorate_chain),
21111         (gst_videorate_change_state):
21112           Event handling (fixes #159986).
21113
21114 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21115
21116         * gst-libs/gst/riff/riff-media.c:
21117         (gst_riff_create_video_caps_with_data):
21118           Add BLZ0 (Blizzard's version of DivX) fourcc.
21119
21120 2004-12-18  David Schleef  <ds@schleef.org>
21121
21122         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
21123         portability fix.
21124
21125 2004-12-18  David Schleef  <ds@schleef.org>
21126
21127         * gst/tta/ttadec.h: Disable some header code that isn't used
21128         and clearly isn't portable.
21129
21130 2004-12-18  David Schleef  <ds@schleef.org>
21131
21132         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
21133         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21134         (avcodec_get_pix_fmt), (avpicture_layout),
21135         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
21136         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
21137         Fix code to not use GCC extensions (and c99 extensions that
21138         Forte does not like.)
21139
21140 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21141
21142         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21143
21144         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21145         (gst_deinterlace_chain):
21146           Rowstride fixes. Fixes #161039.
21147         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
21148         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
21149         (gst_video_crop_getcaps), (gst_video_crop_link),
21150         (gst_video_crop_i420), (gst_video_crop_chain),
21151         (gst_video_crop_change_state):
21152           Rework of negotiation. Actually works now. Fixes #158650.
21153
21154 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21155
21156         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
21157           That was very stupid.
21158
21159 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21160
21161         * gst/matroska/matroska-demux.c:
21162         (gst_matroska_demux_parse_blockgroup):
21163           Fix possible crasher.
21164
21165 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21166
21167         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
21168         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
21169           Lace sizes can be zero.
21170
21171 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21172
21173         * ext/musepack/gstmusepackdec.cpp:
21174           Fetch error return values. Fixes #161624.
21175         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21176           Really EOS.
21177
21178 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21179
21180         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
21181           Work for truncated (unfinished download etc.) files. Fixes #160514.
21182
21183 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21184
21185         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21186           Fix for integer overflow. Makes #156001 not crash. Probably masks
21187           the real bug.
21188
21189 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21190
21191         * gst/ac3parse/gstac3parse.c: (plugin_init):
21192           Parsers never have ranks. Fixes #159651.
21193
21194 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21195
21196         * gst/playback/gstdecodebin.c: (compare_ranks):
21197           make sure the facotries are ordered the same every time even if they
21198           have the same rank by using the name
21199         * gst/playback/gstdecodebin.c: (find_compatibles):
21200           make sure we don't add factories to the list twice
21201
21202 2004-12-16  David Schleef  <ds@schleef.org>
21203
21204         * configure.ac: look for musepack headers as musepack/*.h
21205         (fixes #159847)
21206         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
21207         * ext/musepack/gstmusepackreader.h: same
21208
21209 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21210
21211         * gst-libs/gst/riff/riff-read.c:
21212         (gst_riff_read_strf_auds_with_data):
21213           Read extradata correctly (fixes #155879).
21214
21215 2004-12-16  David Schleef  <ds@schleef.org>
21216
21217         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
21218         audio.  does _not_ attempt or allow conversion unless channels
21219         is 1 or 2.
21220
21221 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21222
21223         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
21224
21225 2004-12-16  David Schleef  <ds@schleef.org>
21226
21227         * gst/audioscale/gstaudioscale.c: the resample library only
21228         handles 1 or 2 channels.  Change caps to compensate.
21229
21230 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21231
21232         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21233         (gst_matroska_demux_audio_caps):
21234           Some MPEG-AAC hacks, because else it doesn't work...
21235
21236 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21237
21238         * gst-libs/gst/riff/riff-media.c:
21239         (gst_riff_create_video_caps_with_data),
21240         (gst_riff_create_video_template_caps):
21241           Add h264.
21242
21243 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21244
21245         * gst-libs/gst/audio/Makefile.am:
21246           Try to fix buildbot.
21247
21248 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21249
21250         * gst/tcp/gstmultifdsink.c:
21251           Clean up and uniformize debugging.
21252
21253 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21254
21255         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21256
21257         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21258         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21259         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21260         (gst_mpeg_demux_change_state):
21261           Reset on ready. Fixes 160276.
21262
21263 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21264
21265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21266
21267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21268         (gst_ffmpegcsp_pad_link):
21269           Fix memleak (#154815).
21270
21271 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21272
21273         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21274
21275         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21276         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21277         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21278         * ext/musicbrainz/gsttrm.h:
21279           Add support for using a proxy server when getting a trm id from
21280           the MusicBrainz database (#149613).
21281
21282 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21283
21284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21285
21286         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21287         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21288           Fix memleaks (#157233).
21289
21290 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21291
21292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21293
21294         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21295         * gst-libs/gst/resample/resample.h:
21296         * gst/audioscale/gstaudioscale.c:
21297           Fix memleak (#159215).
21298
21299 2004-12-16  Toni Willberg  <toniw@iki.fi>
21300
21301         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21302
21303         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21304         * sys/oss/oss_probe.c: (main):
21305           Check for mono/stereo support (similar to samplerate probing),
21306           fixes #159433. Also add missing copyright header to oss_probe.c.
21307
21308 2004-12-15  David Schleef  <ds@schleef.org>
21309
21310         * configure.ac: add audioresample and cairo plugins.  Remove
21311         HAVE_MMX stuff, because it's not used.
21312         * ext/Makefile.am: same
21313         * ext/audioresample/Makefile.am: You are not ready for an
21314         audio resampling element based on audioresample.
21315         * ext/audioresample/gstaudioresample.c:
21316         * ext/audioresample/gstaudioresample.h:
21317         * ext/cairo/Makefile.am: You are not ready for overlay elements
21318         based on cairo.  Don't look too closely, these elements kinda
21319         suck right now.
21320         * ext/cairo/gstcairo.c: new
21321         * ext/cairo/gsttextoverlay.c: new
21322         * ext/cairo/gsttextoverlay.h: new
21323         * ext/cairo/gsttimeoverlay.c: new
21324         * ext/cairo/gsttimeoverlay.h: new
21325         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21326         problem with compilers that don't support variadic macros.
21327
21328 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21329
21330         Reviewed by:  David Schleef  <ds@schleef.org>
21331
21332         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21333         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21334         bit.  Also ran indent-gst.
21335         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21336         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21337         (gst_sunaudiosrc_setparams):
21338
21339 2004-12-14  David Schleef  <ds@schleef.org>
21340
21341         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21342         output rate to 16000.  Should fix #160235.
21343
21344 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21345
21346         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21347         Add typefinding for mpeg2 pes streams
21348
21349 2004-12-13  David Schleef  <ds@schleef.org>
21350
21351         * configure.ac:  Applied patch from bug #143659, making default
21352         sources and sinks OS-dependent (for Solaris), and added code
21353         for OS/X.
21354         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21355
21356 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21357
21358         * gst-libs/gst/riff/riff-media.c:
21359           forgot to add h2.64 to avidemux template caps
21360
21361 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21362
21363         * gst/wavenc/riff.h:
21364         * gst-libs/gst/riff/riff-media.c:
21365         * gst-libs/gst/riff/riff-ids.h:
21366         * gst/avi/gstavimux.c
21367         add 4CC code for VideoSoft h264 in AVI (VSSH)
21368           fixes bug #160655
21369         remove s323 from riff, it's quicktime specific :(
21370
21371 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21372
21373         * gst/asfdemux/README
21374         * gst/wavenc/riff.h
21375         * gst-libs/gst/riff/riff-ids.h
21376         * gst-libs/gst/riff/riff-media.c
21377         * gst/qtdemux/qtdemux.c:
21378           add new 4CC codes for h263 related codecs
21379           fixes partially bug #155163
21380
21381 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21382
21383         * configure.ac: Update polyaudio requirement to 0.7
21384         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21385
21386 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21387
21388         * gst/interleave/deinterleave.c:
21389         fix my name's spelling! :)
21390
21391 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21392
21393         * AUTHORS ChangeLog
21394         * gst/auparse/gstauparse.c
21395         * gst/interleave/deinterleave.c
21396         * gst/law/:
21397                 alaw-decode.c alaw-encode.c
21398                 mulaw-decode.c mulaw-encode.c
21399         * gst/oneton/gstoneton.c
21400         * sys/osxaudio/:
21401                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21402         * sys/osxvideo/:
21403                 cocoawindow.h cocoawindow.m
21404                 osxvideosink.h osxvideosink.m
21405
21406         put the same mail address for Zaheer Abbas Merali everywhere
21407
21408 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21409
21410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21411           Align by packetsize, and assert that we a packet available before
21412           playing. The first makes webstreams work (they often include
21413           trailing padding data in a packet), the second allows pausing a
21414           ASF stream in totem without getting demux errors afterwards.
21415
21416 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21417
21418         * ext/ogg/gstoggdemux.c: (get_relative):
21419           Check for non-NULL before accessing member (end-of-chain).
21420
21421 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21422
21423         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21424         (cdparanoia_set_property), (cdparanoia_get_property):
21425         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21426         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21427         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21428         (dvdreadsrc_init), (dvdreadsrc_set_property),
21429         (dvdreadsrc_get_property):
21430         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21431         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21432           Synchronize property names where not yet the case. Devices are
21433           now device=X, other versions are deprecated (but still exist).
21434           Also use g_free() unconditionally.
21435         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21436         (setup_source), (gst_play_base_bin_get_property):
21437           Expose source.
21438
21439 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21440
21441         * configure.ac: move GCONF macro outside conditional for the am
21442           conditional. Fixes #160439
21443
21444 2004-12-08  David Schleef  <ds@schleef.org>
21445
21446         * tools/gst-visualise-m.m: Switch to elements that currently
21447         exist.
21448
21449 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21450
21451         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21452           We love wrong commas.
21453
21454 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21455
21456         * gst/matroska/matroska-demux.c:
21457         (gst_matroska_demux_handle_src_query):
21458           Don't set DEFAULT, unsupported - makes length display incorrectly
21459           in some cases.
21460
21461 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21462
21463         * gst/monoscope/README: remove blurb about files being GPL
21464         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21465         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21466           monoscope is now effectively LGPL licensed
21467
21468 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21469
21470         * gst/monoscope/README: Update information to be more correct
21471         * gst/monoscope/convolve.c: Relicense to LGPL
21472         * gst/monoscope/convolve.h: Relicense to LGPL
21473
21474 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21475
21476         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21477           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21478         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21479           set default_duration for mpeg1 audio
21480
21481 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21482
21483         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21484         * ext/alsa/gstalsa.h:
21485           refactor big chunks of the core caps negotiation code to make it
21486           a lot faster, because people claim it's really slow
21487           (actually, just cache the getcaps when the device is opened)
21488
21489 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21490
21491         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21492         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21493         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21494         (gst_a52dec_change_state), (plugin_init):
21495         * ext/a52dec/gsta52dec.h:
21496           Do something useful with timestamps. Make chain-based (since
21497           there's really no reason to be loopbased).
21498         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21499           Update current_byte/frame correctly.
21500
21501 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21502
21503         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21504         (gst_ape_demux_stream_init):
21505           Forward tags, too.
21506
21507 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21508
21509         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21510           Let's make sure we're done typefinding when detecting tags.
21511
21512 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21513
21514         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21515         (gst_ebml_read_init), (gst_ebml_read_use_event),
21516         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21517         (gst_ebml_read_seek), (gst_ebml_read_skip),
21518         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21519         (gst_ebml_read_master):
21520         * gst/matroska/ebml-read.h:
21521         * gst/matroska/matroska-demux.c:
21522         (gst_matroska_demux_parse_contents),
21523         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21524           Disgustingly evil hack for working around INTERRUPT events and
21525           their extremely annoying habit of being a pain in the ass. We
21526           simply peek a cluster before reading any of it.
21527
21528 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21529
21530         * ext/musepack/gstmusepackdec.cpp:
21531           There's also floating point libmusepacks.
21532
21533 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21534
21535         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21536         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21537           Set DURATION even if source buffer didn't. Also use increasing
21538           timestamps.
21539         * gst-libs/gst/riff/riff-media.c:
21540         (gst_riff_create_audio_caps_with_data):
21541           Block_align can have larger values than 8192.
21542
21543 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21544
21545         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21546         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21547         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21548         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21549           Fix caps.
21550
21551 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21552
21553         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21554           Fix logic bug.
21555
21556 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21557
21558         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21559           Yay, another one.
21560
21561 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21562
21563         * ext/esd/esdsink.c: (gst_esdsink_chain):
21564           Make error actually say something useful (fixes #156798).
21565         * gst-libs/gst/riff/riff-media.c:
21566         (gst_riff_create_video_caps_with_data),
21567         (gst_riff_create_video_template_caps):
21568           Add Intel Video 5.0 fourcc (IV50).
21569
21570 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21571
21572         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21573         detection on mono and stereo mp3 files.
21574
21575 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21576
21577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21578           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21579           the contained stream).
21580
21581 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21582
21583         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21584           Oops, remove debug.
21585
21586 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21587
21588         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21589
21590         * gst/law/alaw-decode.c: (alawdec_getcaps):
21591         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21592           Prevent warnings when negotiating caps (fixes #159338).
21593
21594 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21595
21596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21597         (gst_ffmpegcsp_chain):
21598           Remove old leftover that shouldn't be there...
21599
21600 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21601
21602         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21603
21604         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21605           Don't forward DISCONT events (fixes #159684).
21606
21607 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21608
21609         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21610           Unlink manually since sometimes bin disposal (and therefore
21611           pad unlinking) is delayed, which will cause a new media file
21612           to not be able to start playing instantly.
21613
21614 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21615
21616         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21617           On mute of an unlinked stream, check for pad availability so
21618           we don't crash on unlinked pad.
21619
21620 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21621
21622         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21623         (gst_avi_demux_massage_index):
21624           Fix quite humiliating bug in omitting 0-sized index chunks but
21625           forgetting to count them for timestamps.
21626
21627 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21628
21629         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21630           Actually leave the loop if we failed to sync. Don't crash.
21631
21632 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21633
21634         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21635         (gst_dvd_demux_process_private):
21636         * gst/mpegstream/gstdvddemux.h:
21637           Fix crash (#159759). Doesn't work, though. :-(.
21638
21639 2004-11-28  Benjamin Otte  <otte@gnome.org>
21640
21641         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21642           more overwriting protection due to modifying channels one by one
21643           instead of all at once
21644
21645 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21646
21647         * gst/audioconvert/gstchannelmix.c:
21648         (gst_audio_convert_fill_normalize):
21649           Normalize using absolute values.
21650
21651 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21652
21653         * configure.ac:
21654         * ext/Makefile.am:
21655         * ext/directfb/Makefile.am:
21656         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21657         (gst_directfbvideosink_get_pixel_format),
21658         (gst_directfbvideosink_get_format_from_fourcc),
21659         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21660         (gst_directfbvideosink_sink_link),
21661         (gst_directfbvideosink_change_state),
21662         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21663         (gst_directfbvideosink_buffer_alloc),
21664         (gst_directfbvideosink_interface_supported),
21665         (gst_directfbvideosink_interface_init),
21666         (gst_directfbvideosink_navigation_send_event),
21667         (gst_directfbvideosink_navigation_init),
21668         (gst_directfbvideosink_set_property),
21669         (gst_directfbvideosink_get_property),
21670         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21671         (gst_directfbvideosink_base_init),
21672         (gst_directfbvideosink_class_init),
21673         (gst_directfbvideosink_get_type), (plugin_init):
21674         * ext/directfb/directfbvideosink.h: Adding a first version of
21675         directfbvideosink.
21676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21677         more.
21678
21679 2004-11-28  Benjamin Otte  <otte@gnome.org>
21680
21681         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21682           walk the samples backwards if out_channels > in_channels so we don't
21683           overwrite data
21684
21685 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21686
21687         * gst/audioconvert/Makefile.am:
21688         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21689         (gst_audio_convert_link), (gst_audio_convert_change_state),
21690         (gst_audio_convert_channels):
21691         * gst/audioconvert/gstchannelmix.c:
21692         (gst_audio_convert_unset_matrix),
21693         (gst_audio_convert_fill_identical),
21694         (gst_audio_convert_fill_compatible),
21695         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21696         (gst_audio_convert_fill_others),
21697         (gst_audio_convert_fill_normalize),
21698         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21699         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21700         * gst/audioconvert/gstchannelmix.h:
21701           Implement a channel mixer.
21702
21703 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21704
21705         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21706         * ext/alsa/gstalsa.h:
21707         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21708         Make alsasink actually honor gst_element_set_clock and use that
21709         clock instead of its internal one.
21710
21711 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21712
21713         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21714         (gst_play_base_bin_change_state): nullify source and decoder when
21715         going from READY to NULL so that we don't try to do weird stuff with
21716         them when going from NULL to READY
21717         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21718         instead of g_object_unref
21719         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21720         it should be correct
21721         (gst_play_bin_change_state): don't call remove_sinks if we are
21722         currently disposing the object
21723
21724 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21725
21726         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21727           Don't forget bass if it's there. Else left channel is silent...
21728
21729 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21730
21731         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21732         (gst_a52dec_change_state):
21733           Don't do sample adjusting anymore, we use float audio now.
21734         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21735           Don't fixate to non-existing properties.
21736
21737 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21738
21739         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21740         (gst_a52dec_change_state):
21741           Advertise that we can do surround sound.
21742
21743 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21744
21745         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21746           Add buffer-frames=0.
21747         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21748         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21749         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21750         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21751         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21752         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21753         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21754         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21755         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21756         * ext/dvdread/dvdreadsrc.h:
21757           Add seeking, querying for bytes, sectors, title, angle and
21758           chapter. Handle multiple chapters. Relicense to LGPL because
21759           Billy agreed on that (thanks Billy!).
21760
21761 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21762
21763         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21764         call parent dispose method
21765
21766 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21767
21768         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21769         (gst_audio_clock_get_internal_time):
21770         Fix active <-> inactive transitions: ensure time value always
21771         grows and avoid abrupt value changes.
21772
21773 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21774
21775         * configure.ac:
21776         * gst/tta/Makefile.am:
21777         * gst/tta/crc32.h:
21778         * gst/tta/filters.h:
21779         * gst/tta/gsttta.c:
21780         * gst/tta/gstttadec.c:
21781         * gst/tta/gstttadec.h:
21782         * gst/tta/gstttaparse.c:
21783         * gst/tta/gstttaparse.h:
21784         * gst/tta/ttadec.h:
21785           added TTA parser and decoder
21786
21787 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21788
21789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21790         (probe_triggered), (check_queue), (buffer_underrun),
21791         (buffer_running), (buffer_overrun), (gen_source_element),
21792         (setup_source):
21793         * gst/playback/gstplaybasebin.h:
21794           Implement buffering. Needs some more work.
21795
21796 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21797
21798         * ext/theora/theoradec.c: (theora_dec_chain):
21799           Fix ilog mask range overflow.
21800
21801 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21802
21803         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21804           Don't omit the last (which in case of dmix is the only :) )
21805           channel count. Don't set channels if <= 2.
21806
21807 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21808
21809         * gst/playback/gstplaybin.c: (gen_video_element),
21810         (gen_audio_element): Removed 2 obsolete comments
21811
21812 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21813
21814         * ext/vorbis/oggvorbisenc.c
21815         * ext/vorbis/vorbisenc.c :
21816           change description fields of those plugins to differentiate them
21817           (pitivi show Encoders by description, they had the same one)
21818
21819 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21820
21821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21822
21823         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21824         (gst_play_bin_set_property), (gen_video_element),
21825         (gen_audio_element):
21826           Refcounting fixes for provided audio-/videosinks.
21827
21828 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21829
21830         * gst/playback/gstplaybin.c: (gen_video_element),
21831         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21832           Don't reference all sinks, but only the video- and audiosinks.
21833           The vis. element should be disposed when we're done with it.
21834           We don't have any reason to keep it around. This fixes warnings
21835           when reusing playbin for playing multiple audio files with
21836           vis. enabled. Also release audio device on pause - idea stolen
21837           from Rhythmbox.
21838
21839 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21840
21841         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21842         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21843         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21844         * ext/alsa/gstalsaplugin.c: (plugin_init):
21845         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21846         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21847         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21848         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21849         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21850         (gst_faad_change_state), (plugin_init):
21851         * ext/faad/gstfaad.h:
21852         * ext/vorbis/vorbis.c: (plugin_init):
21853         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21854         * gst-libs/gst/audio/Makefile.am:
21855         * gst-libs/gst/audio/audio.c: (plugin_init):
21856         * gst-libs/gst/audio/multichannel.c:
21857         (gst_audio_check_channel_positions),
21858         (gst_audio_get_channel_positions),
21859         (gst_audio_set_channel_positions),
21860         (gst_audio_set_structure_channel_positions_list),
21861         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21862         (gst_audio_fixate_channel_positions):
21863         * gst-libs/gst/audio/multichannel.h:
21864         * gst-libs/gst/audio/testchannels.c: (main):
21865         * gst/audioconvert/gstaudioconvert.c:
21866         (gst_audio_convert_class_init), (gst_audio_convert_init),
21867         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21868         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21869         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21870         * gst/audioconvert/plugin.c: (plugin_init):
21871           Surround sound support.
21872
21873 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21874
21875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21876           Fix position for discont if we're close as well. Nitpicking, but
21877           saves a few milliseconds of extra waiting or skipping.
21878
21879 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21880
21881         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21882           We sometimes need parsers for playback, so add those too.
21883
21884 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21885
21886         * configure.ac:
21887         * gst/apetag/Makefile.am:
21888         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21889         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21890         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21891         (gst_ape_demux_get_src_query_types),
21892         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21893         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21894         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21895         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21896         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21897         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21898         (gst_ape_demux_change_state):
21899         * gst/apetag/apedemux.h:
21900         * gst/apetag/apetag.c: (plugin_init):
21901         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21902         (plugin_init):
21903           APE v1/2 tag reader plus typefind function.
21904
21905 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21906
21907         * configure.ac:
21908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21909         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21910           Remove hacks for older core. Require newer core version
21911           accordingly.
21912
21913 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21914
21915         * gst/cdxaparse/Makefile.am:
21916         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21917         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21918         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21919         * gst/cdxaparse/gstcdxaparse.h:
21920         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21921         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21922         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21923         (gst_cdxastrip_get_src_query_types),
21924         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21925         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21926         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21927         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21928         * gst/cdxaparse/gstcdxastrip.h:
21929           SVCD/VCD header stripping separated from CDXA image parsing.
21930         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21931         (plugin_init):
21932           Add VCD/SVCD header typefinding for VCD/SVCD.
21933         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21934         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21935         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21936         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21937         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21938         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21939         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21940         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21941         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21942         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21943         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21944         * sys/vcd/vcdsrc.h:
21945           Fix up, add seeking, querying, URI interface. Works in totem now.
21946
21947 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21948
21949         * configure.ac:
21950           back to CVS
21951
21952 === release 0.8.6 ===
21953
21954 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21955
21956         * NEWS:
21957         * RELEASE:
21958         * configure.ac:
21959         * po/af.po:
21960         * po/az.po:
21961         * po/cs.po:
21962         * po/en_GB.po:
21963         * po/hu.po:
21964         * po/it.po:
21965         * po/nb.po:
21966         * po/nl.po:
21967         * po/or.po:
21968         * po/sq.po:
21969         * po/sr.po:
21970         * po/sv.po:
21971         * po/uk.po:
21972           releasing 0.8.6, "IOU Love"
21973
21974 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21975
21976         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21977
21978         * gst/playback/gstplaybasebin.c:
21979           Fix unplayable files error handling.  Fixes #158365
21980
21981 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21982
21983         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21984
21985         * gst/typefind/gsttypefindfunctions.c:
21986           Fix broken mp3 typefinding.  Fixes #158375
21987
21988 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21989
21990         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21991
21992         * ext/ogg/gstoggdemux.c:
21993           Fix sync on broken files.  Fixes #158976
21994
21995 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21996
21997         patch by: Edward Hervey <bilboed@bilboed.com>
21998
21999         * ext/libpng/gstpngenc.c:
22000           Copy over buffer properties.  Fixes #158832
22001
22002 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22003
22004         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
22005
22006         * ext/dvdread/dvdreadsrc.c:
22007           Fixes invalid reads (#158462)
22008
22009 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22010
22011         * sys/v4l/gstv4lsrc.c:
22012         * sys/v4l/gstv4lsrc.h:
22013         * sys/v4l/v4lsrc_calls.c:
22014           Probe less and cache it.  Fixes #159187.
22015
22016 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22017
22018         * gst/videorate/gstvideorate.c:
22019           Handle all video formats. Fixes #159186.
22020
22021 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
22022         * gst/synaesthesia/gstsynaesthesia.c:
22023         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
22024         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
22025         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
22026         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
22027         (gst_synaesthesia_change_state), (plugin_init):
22028         Fix up synaesthesia to work under different samplerates/ buffer sizes.
22029         Force 320x200 output, as that's the only thing the underlying
22030         synaesthesia implementation supports. Still needs to be made
22031         re-entrant.
22032
22033 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22034
22035         * configure.ac:
22036           Fix mpeg2enc configure check (similar to mplex check below).
22037
22038 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
22039
22040         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22041
22042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22043           Fix for gcc-2.95 (fixes #158221).
22044
22045 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22046
22047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22048           Re-add clock distribution hack (until new core is released).
22049           Fixes #158125.
22050
22051 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
22052         * configure.ac:
22053           fix mplex configure check segfaulting on some systems (bug #140994)
22054
22055 2004-11-13  Benjamin Otte  <otte@gnome.org>
22056
22057         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
22058           add debugging
22059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22060           do a wait when we enter the loop func with no data available to
22061           write instead of getting into an 100% CPU loop by just returning and
22062           being called again by the scheduler
22063
22064 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
22065
22066         * configure.ac:
22067         * ext/libvisual/visual.c: (gst_visual_get_type),
22068         (libvisual_log_handler), (gst_visual_getcaps),
22069         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
22070         (plugin_init):
22071           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
22072         * ext/smoothwave/Makefile.am:
22073         * ext/smoothwave/demo-osssrc.c: (main):
22074         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
22075         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
22076         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
22077         (plugin_init):
22078         * ext/smoothwave/gstsmoothwave.h:
22079           Make gstsmoothwave a working element in the 20th century.
22080
22081         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
22082           Fix incorrect link function
22083
22084 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22085
22086         * gst/volume/gstvolume.c:
22087           Allow buffer-frames=0.
22088
22089 2004-11-12 Iain <iaingnome@gmail.com>
22090
22091         * configure.ac: Check for polypaudio
22092
22093         * ext/Makefile.am: Build the polyp dir
22094
22095         * ext/polyp: The polypsink sources.
22096
22097 2004-10-30 Iain <iaingnome@gmail.com>
22098
22099         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
22100         caps to reflect the new number of channels.
22101
22102 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22103
22104         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22105           Fix for negotiation order problem. This would show when the
22106           ALSA loopfuction was called before any other function. ALSA
22107           wouldn't do anything because we're not negotiated yet, leading
22108           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
22109
22110 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22111
22112         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22113
22114         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22115           No warnings (#157986).
22116
22117 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22118
22119         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22120           Prefer apev1/2 and id3v1 (at end of file) over musepack.
22121
22122 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22123
22124         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
22125           Signal no-more-pads (so it works in playbin).
22126
22127 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22128
22129         * ext/musepack/gstmusepackreader.cpp:
22130           Workaround for older core.
22131
22132 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22133
22134         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
22135           Actually test for odd width/height rather than testing whether
22136           a temporary variable that was 0 before we subtracted 1 is now
22137           not equal to zero (which it always is).
22138
22139 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22140
22141         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22142         Fix compilation if HAVE_XVIDEO is not defined
22143
22144 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22145
22146         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22147         Fix compilation if HAVE_XVIDEO is not defined
22148
22149 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
22150
22151         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
22152         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
22153         (gst_goom_change_state), (plugin_init):
22154         Use the bytestream adapter so goom doesn't depend on the input
22155         buffer size.
22156         Add a debug category
22157
22158 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22159
22160         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22161           Only set hardware parameters *after* negotiation. Before
22162           negotiation, it will set ANY and that seems to cause crashes
22163           (see e.g. #151288, #153227).
22164
22165 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22166
22167         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22168           This seems to be antique leftover. It needs to pass error
22169           checking.
22170         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22171         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
22172         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
22173         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
22174           Fix GstXOverlay implementation (#151059).
22175
22176 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22177
22178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22179           Don't assert (#157853).
22180
22181 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22182
22183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22184           Fix bytes/samples confustion.
22185         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
22186           Fix for underrun (#144389).
22187
22188 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22189
22190         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22191           Disable halfway-seek for pending release (since it needs a new
22192           core release).
22193
22194 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22195
22196         * sys/v4l/gstv4lsrc.c:
22197         * sys/v4l/gstv4lsrc.h:
22198         * sys/v4l/v4lsrc_calls.c:
22199           add autoprobe-fps property so we can separate autoprobing parts
22200
22201 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22202
22203         * sys/v4l/gstv4lsrc.c:
22204         * sys/v4l/v4lsrc_calls.c:
22205         initialise fourcc to catch unset fourcc's, and debug
22206
22207 2004-11-09  Wim Taymans  <wim@fluendo.com>
22208
22209         * gst/playback/README:
22210         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22211         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22212         (gst_play_bin_dispose), (gst_play_bin_set_property),
22213         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
22214         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22215         (gst_play_bin_get_formats), (gst_play_bin_convert),
22216         (gst_play_bin_get_query_types), (gst_play_bin_query):
22217         Cleanups and some more documentation.
22218
22219 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
22220
22221         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
22222         (gst_cacasink_init), (gst_cacasink_chain):
22223         * ext/libcaca/gstcacasink.h:
22224         Cacasink inherits from VideoSink, so let that store the clock.
22225
22226 2004-11-09  Wim Taymans  <wim@fluendo.com>
22227
22228         * gst/playback/README:
22229         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
22230         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
22231         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22232         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22233         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22234         (setup_sinks):
22235         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22236         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22237         * gst/playback/gststreaminfo.h:
22238         Updated README.
22239         Only switch groups if all streams have muted (EOSed).
22240         Send Tags in sync with the stream playback instead of in
22241         the playback/preroll phase.
22242         Some cleanups, free the fakesrc elements.
22243
22244 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22245
22246         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22247           buffer-frames property was missing
22248         * ext/arts/gst_arts.c:
22249           rate missing from sinkcaps
22250         * ext/audiofile/gstafparse.c:
22251         * ext/audiofile/gstafsink.c:
22252         * ext/audiofile/gstafsrc.c:
22253         * ext/swfdec/gstswfdec.c:
22254           int audio doesn't know buffer-frames
22255         * ext/cdparanoia/gstcdparanoia.c:
22256           int audio doesn't know chunksize either
22257         * ext/nas/nassink.c:
22258           it's endianness, not endianess
22259         * gst-libs/gst/audio/audio.h:
22260           make float standard pad template caps really describe float
22261         * gst/law/mulaw.c: (linear_factory):
22262           signed only, please
22263         * gst/mpegstream/gstdvddemux.c:
22264           widths of 20 are not valid
22265
22266 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22267
22268         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22269
22270         * po/LINGUAS:
22271         * po/it.po:
22272           Add Italian
22273
22274 2004-11-08  Wim Taymans  <wim@fluendo.com>
22275
22276         * gst/playback/README:
22277         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22278         * gst/playback/gstplaybasebin.c: (probe_triggered),
22279         (gst_play_base_bin_change_state):
22280         Updated README, added more comments for fixmes etc..
22281
22282 2004-11-08  Wim Taymans  <wim@fluendo.com>
22283
22284         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22285         We can remove this hack now.
22286
22287 2004-11-08  Wim Taymans  <wim@fluendo.com>
22288
22289         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22290         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22291         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22292         Only mix AYUV for maximum quality.
22293
22294 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22295
22296         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22297         (gst_ogg_demux_push), (gst_ogg_pad_push):
22298           Let's act as if we're synchronized now! :).
22299         * ext/theora/theoradec.c: (theora_dec_chain):
22300           Add some debug.
22301
22302 2004-11-08  Wim Taymans  <wim@fluendo.com>
22303
22304         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22305         (gst_alpha_set_property), (gst_alpha_sink_link),
22306         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22307         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22308         (gst_alpha_init_params), (gst_alpha_chain):
22309         Implement alpha functions for AYUV too, this increases
22310         accuracy quite a bit.
22311
22312 2004-11-08  Wim Taymans  <wim@fluendo.com>
22313
22314         * gst/ffmpegcolorspace/avcodec.h:
22315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22316         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22317         (gst_ffmpegcsp_avpicture_fill):
22318         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22319         (gst_ffmpegcsp_caps_remove_format_info):
22320         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22321         (shrink12), (img_get_alpha_info), (deinterlace_line),
22322         (deinterlace_line_inplace):
22323         * gst/ffmpegcolorspace/imgconvert_template.h:
22324         Added AYUV colorspace and handle RGBA a bit more respectful.
22325
22326 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22327
22328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22329           Actually always send a discont (cornercase when resending the
22330           same serial-tagged chain twice).
22331
22332 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22333
22334         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22335         (gst_ximagesink_finalize):
22336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22337         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22338
22339 2004-11-08  Wim Taymans  <wim@fluendo.com>
22340
22341         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22342         Don't segfault on NULL data.
22343
22344 2004-11-08  Wim Taymans  <wim@fluendo.com>
22345
22346         * gst/playback/gstdecodebin.c: (unlinked):
22347         * gst/playback/gstplay-marshal.list:
22348         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22349         (gst_play_base_bin_init), (group_create), (get_active_group),
22350         (get_building_group), (group_destroy), (group_commit),
22351         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22352         (add_element_stream), (no_more_pads), (probe_triggered),
22353         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22354         (state_change), (setup_source), (gst_play_base_bin_get_property),
22355         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22356         (gst_play_base_bin_link_stream),
22357         (gst_play_base_bin_get_streaminfo):
22358         * gst/playback/gstplaybasebin.h:
22359         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22360         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22361         Add support for chained ogg files. Prepare for playlist
22362         support. This patch introduces the concept of pad groups, which
22363         together compose one playable media file.
22364
22365 2004-11-07  David Schleef  <ds@schleef.org>
22366
22367         * testsuite/gst-lint: Check for pad templates that aren't statically
22368         scoped.
22369
22370 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22371
22372         * configure.ac:
22373         * ext/Makefile.am:
22374         * ext/musepack/Makefile.am:
22375         * ext/musepack/gstmusepackdec.cpp:
22376         * ext/musepack/gstmusepackdec.h:
22377         * ext/musepack/gstmusepackreader.cpp:
22378         * ext/musepack/gstmusepackreader.h:
22379           Add musepack decoder.
22380         * ext/faad/gstfaad.c: (gst_faad_base_init):
22381           Make pad templates static.
22382         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22383         (plugin_init):
22384           Add musepack typefinder, make mp3 typefinding work halfway stream,
22385           which doesn't actually work yet because id3demux doesn't implement
22386           _get_length().
22387
22388 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22389
22390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22391         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22392           Fix interrupt event handling (#144436).
22393
22394 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22395
22396         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22397           Hide unused glory.
22398
22399 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22400
22401         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22402
22403         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22404           Fix weird caps (#157548).
22405
22406 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22407
22408         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22409
22410         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22411           Add missing NULL terminator (#157543).
22412
22413 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22414
22415         * gst/tcp/gsttcp.h:
22416         * gst/tcp/gsttcpclientsink.c:
22417         * gst/tcp/gsttcpclientsrc.c:
22418         * gst/tcp/gsttcpserversink.c:
22419         * gst/tcp/gsttcpserversrc.c:
22420           ports can go up to 65535.  Move common defines to gsttcp.h
22421
22422 2004-11-05  Wim Taymans  <wim@fluendo.com>
22423
22424         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22425         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22426         Added two more colorspaces.
22427
22428 2004-11-05  Wim Taymans  <wim@fluendo.com>
22429
22430         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22431         (gst_ffmpegcsp_avpicture_fill):
22432         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22433         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22434         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22435         More stride fixes.
22436
22437 2004-11-05  Wim Taymans  <wim@fluendo.com>
22438
22439         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22440         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22441         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22442         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22443         (gst_videomixer_loop):
22444         More stride fixes.
22445
22446 2004-11-05  Benjamin Otte  <otte@gnome.org>
22447
22448         * ext/mad/gstmad.c: (gst_mad_chain):
22449           don't overflow data buffer. Flush not needed sync data when syncing
22450           failed.
22451
22452 2004-11-04  Wim Taymans  <wim@fluendo.com>
22453
22454         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22455         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22456         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22457         (gst_alpha_init_params), (gst_alpha_chain),
22458         (gst_alpha_change_state):
22459         Updated the chroma keying algorithm with something more
22460         sophisticated.
22461
22462 2004-11-03  Wim Taymans  <wim@fluendo.com>
22463
22464         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22465         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22466         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22467         Fix stride issues. Does not completely work for odd
22468         heights.
22469
22470 2004-11-03  Wim Taymans  <wim@fluendo.com>
22471
22472         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22473         (gst_alpha_chroma_key), (gst_alpha_chain):
22474         Fix stride issues. Does not completely work for odd
22475         heights.
22476
22477 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22478
22479         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22480         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22481         leak fixes
22482
22483 2004-11-03  Wim Taymans  <wim@fluendo.com>
22484
22485         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22486         (gst_ffmpegcsp_avpicture_fill):
22487         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22488         (avpicture_alloc):
22489         * gst/ffmpegcolorspace/imgconvert_template.h:
22490         Use correct _fill function to get correct strides.
22491
22492 2004-11-02  David Schleef  <ds@schleef.org>
22493
22494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22495         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22496         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22497         Change all g_print()s to debugging.  Add a bunch of consistency
22498         checks.
22499
22500 2004-11-02  Wim Taymans  <wim@fluendo.com>
22501
22502         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22503         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22504         (unlinked), (no_more_pads), (close_link):
22505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22506         (unknown_type), (add_element_stream), (new_decoded_pad),
22507         (removed_decoded_pad), (setup_source):
22508         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22509         (gst_stream_info_class_init), (gst_stream_info_init),
22510         (gst_stream_info_new), (gst_stream_info_dispose),
22511         (stream_info_mute_pad), (gst_stream_info_set_property),
22512         (gst_stream_info_get_property):
22513         * gst/playback/gststreaminfo.h:
22514         Fix playback of multiple files.
22515         a slightly different approach to handling dynamic pad removals.
22516         This one only looks at pads that we have linked.
22517
22518 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22519
22520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22521         free" warning from libc.
22522
22523 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22524
22525         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22526         (get_unconnected_element), (remove_starting_from), (pad_removed),
22527         (close_link):
22528           Implement support for dynamic pad changing. We listen to "live"
22529           pad removals (i.e. while playing) and re-setup autoplugging
22530           after that. Playbasebin/playbin need some more work for this
22531           to finally work, but decodebin supports (and replugs) chained
22532           ogg now.
22533
22534 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22535
22536         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22537         (gst_alsa_finalize):
22538         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22539         (gst_cdaudio_finalize):
22540         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22541         (cdparanoia_finalize):
22542         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22543         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22544         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22545         (dvdreadsrc_finalize):
22546         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22547         (gst_flacdec_finalize):
22548         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22549         (gst_flacenc_finalize):
22550         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22551         (gst_gnomevfssink_finalize):
22552         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22553         (gst_gnomevfssrc_finalize):
22554         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22555         (gst_fameenc_finalize):
22556         * ext/nas/nassink.c: (gst_nassink_class_init),
22557         (gst_nassink_finalize):
22558         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22559         (gst_sdlvideosink_class_init):
22560         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22561         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22562         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22563         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22564         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22565         (gst_x_window_listener_dispose):
22566         * gst/audioscale/gstaudioscale.c:
22567         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22568         (play_on_demand_finalize):
22569         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22570         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22571         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22572         (cdplayer_finalize):
22573         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22574         (gst_glimagesink_class_init):
22575         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22576         (gst_osselement_finalize):
22577         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22578         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22579         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22580           Fixes a bunch of problems with finalize and dispose functions,
22581           either assumptions that dispose is only called once, or not calling
22582           the parent class dispose/finalize function
22583
22584 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22585
22586         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22587           added two api precondition guards
22588           use g_strdup with getenv to fix crash when using ENVVAR
22589
22590 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22591         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22592         (gst_esdsink_finalize):
22593         Use a finalize function, not dispose, and more importantly,
22594         call the parent class finalize function too
22595
22596 2004-11-01  Johan Dahlin  <johan@gnome.org>
22597
22598         * ext/ogg/gstoggdemux.c:
22599         * gst/tags/gstvorbistag.c:
22600         Plug leaks.
22601
22602 2004-10-31  Benjamin Otte  <otte@gnome.org>
22603
22604         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22605           lotsa memleaks today. But they're all small...
22606
22607 2004-10-31  Benjamin Otte  <otte@gnome.org>
22608
22609         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22610           another memleak crushed
22611
22612 2004-10-31  Benjamin Otte  <otte@gnome.org>
22613
22614         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22615           fix memleak
22616
22617 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22618
22619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22620           Hack to prevent crash when going to READY inside signal handler
22621           while this function is active.
22622
22623 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22624
22625         * gst/ffmpegcolorspace/Makefile.am:
22626         * gst/ffmpegcolorspace/avcodec.h:
22627         * gst/ffmpegcolorspace/common.h:
22628         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22629         * gst/ffmpegcolorspace/dsputil.h:
22630         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22631         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22632         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22633         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22634         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22635         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22636         (gst_ffmpegcsp_avpicture_fill):
22637         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22639         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22640         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22641         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22642         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22643         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22644         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22645         * gst/ffmpegcolorspace/imgconvert.c:
22646         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22647         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22648         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22649         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22650         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22651         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22652         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22653         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22654         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22655         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22656         (grow21), (grow22), (grow41), (grow44), (conv411),
22657         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22658         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22659         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22660         (avpicture_free), (is_yuv_planar), (img_convert),
22661         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22662         (deinterlace_line_inplace), (deinterlace_bottom_field),
22663         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22664         * gst/ffmpegcolorspace/imgconvert_template.h:
22665         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22666         * gst/ffmpegcolorspace/mmx.h:
22667         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22668         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22669         (av_freep), (avcodec_get_context_defaults),
22670         (avcodec_alloc_context), (avcodec_init):
22671           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22672           handling plus update from ffmpeg CVS. Large clean-up.
22673
22674 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22675
22676         * gst/playback/Makefile.am:
22677           We need the marshallers for decodebin, too.
22678
22679 2004-10-30  David Schleef  <ds@schleef.org>
22680
22681         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22682           quicktime typefinding work with 64-bit offsets.
22683
22684 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22685
22686         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22687           Set EOS on the element when processing an EOS event.
22688         * ext/speex/gstspeexdec.h:
22689         * ext/speex/gstspeexenc.h:
22690           Only keep a const ptr to the mode
22691         * gst-libs/gst/riff/riff-media.c:
22692         (gst_riff_create_audio_caps_with_data),
22693         (gst_riff_create_audio_template_caps):
22694           Allow WMAV3, with up to 6 channels.
22695         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22696           Don't call gst_pad_set_event_function on a sink pad.
22697         * gst/mpegstream/gstdvddemux.c:
22698         (gst_dvd_demux_get_subpicture_stream),
22699         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22700           Copy the explicit caps that were set across to the cur_* pads,
22701           instead of trying to use a possibly non-existent negotiated caps.
22702           Reset the type of subpicture pads to UNKNOWN after calling
22703           init_stream, so that the caps get set.
22704
22705 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22706
22707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22708
22709         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22710           Don't touch buffer if it is of size 0 (fixes #151064).
22711
22712 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22713
22714         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22715           Synchronized discont handling.
22716
22717 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22718
22719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22720         (gst_ogg_demux_push):
22721           Make seeking sort-of exact again (fixes #156387).
22722
22723 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22724
22725         * gst/playback/gstplaybasebin.c: (unknown_type),
22726         (add_element_stream), (new_decoded_pad),
22727         (gst_play_base_bin_change_state):
22728         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22729         (gst_stream_info_init), (gst_stream_info_new),
22730         (gst_stream_info_dispose), (gst_stream_info_get_property):
22731         * gst/playback/gststreaminfo.h:
22732           Make caps explicitely available. Makes testing for unsupported
22733           types possible. Improves error reporting.
22734
22735 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22736
22737         * gst/audioconvert/gstaudioconvert.c:
22738         (gst_audio_convert_buffer_to_default_format):
22739           Really don't touch read-only buffers (#156563).
22740
22741 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22742
22743         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22744
22745         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22746           Fix memleak (#155223).
22747
22748 2004-10-29  Wim Taymans  <wim@fluendo.com>
22749
22750         * gst/tcp/.cvsignore:
22751         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22752         (gst_multifdsink_class_init), (gst_multifdsink_init),
22753         (gst_multifdsink_add), (gst_multifdsink_remove),
22754         (gst_multifdsink_remove_client_link), (is_sync_frame),
22755         (gst_multifdsink_new_client),
22756         (gst_multifdsink_handle_client_write),
22757         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22758         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22759         (gst_multifdsink_get_property):
22760         * gst/tcp/gstmultifdsink.h:
22761         Added burst on connect sync_method, deprecated sync_clients,
22762         streamlined the sync code some more.
22763
22764 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22765
22766         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22767         (gst_play_base_bin_change_state):
22768           Improve error reporting.
22769
22770 2004-10-28  Wim Taymans  <wim@fluendo.com>
22771
22772         * gst/tcp/Makefile.am:
22773         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22774         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22775         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22776         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22777         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22778         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22779         (gst_fdset_wait):
22780         Added more locks around fdset structures. Fixed/reworked
22781         the poll array resizing code.
22782         Added stress test for fdset.
22783
22784 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22785
22786         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22787         fix build
22788
22789 2004-10-28  Benjamin Otte  <otte@gnome.org>
22790
22791         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22792           fix link function to always query channels and query width for
22793           floats
22794         * configure.ac:
22795           add equalizer dir
22796         * gst/equalizer/Makefile.am:
22797         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22798         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22799         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22800         (arg_to_scale), (setup_filter),
22801         (gst_iir_equalizer_compute_frequencies),
22802         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22803         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22804         (plugin_init):
22805           add an equalizer
22806
22807 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22808
22809         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22810
22811         * po/LINGUAS:
22812         * po/nb.po:
22813           Added Norwegian Bokmaal translation
22814
22815 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22816
22817         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22818           Don't break on options (fixes #156488).
22819
22820 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22821
22822         * configure.ac:
22823         * ext/cdaudio/Makefile.am:
22824         * sys/Makefile.am:
22825           fix build on older automake
22826
22827 2004-10-26  Wim Taymans  <wim@fluendo.com>
22828
22829         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22830         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22831         Allow a little margin when negotiating the framerate.
22832
22833 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22834
22835         * gst/level/gstlevel.c:
22836           synchonised naming of pads and pad-templates
22837
22838 2004-10-26  Wim Taymans  <wim@fluendo.com>
22839
22840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22841         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22842         (_find_streams_check), (gst_ogg_demux_push):
22843         Fix EOS again. Needs to be done in a better way. We should not
22844         remove the pad if there is no new chained stream.
22845
22846 2004-10-26 Iain <iaingnome@gmail.com>
22847
22848         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22849         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22850         of the caps.
22851         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22852         pad.
22853         (interleave_release_pad): Remove the pad.
22854         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22855         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22856         the set device.
22857         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22858         attrs
22859         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22860         (gst_xvimagesink_finalize): Free the par.
22861
22862 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22863
22864         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22865         (gst_avimux_stop_file):
22866           First calculate the rate, and only then use it. Hdr.rate is a
22867           multiple and not a derivative of hdr.scale. Scale is not the
22868           same as blockalign but is solely related to rate.
22869
22870 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22871
22872         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22873         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22874           Implement seeking.
22875
22876 2004-10-25  James Henstridge  <james@jamesh.id.au>
22877
22878         Reviewed by:  David Schleef  <ds@schleef.org>
22879
22880         * examples/gstplay/player.c: (got_stream_length), (main):
22881         * examples/seeking/cdplayer.c: (update_scale):
22882         * examples/seeking/seek.c: (format_value), (update_scale):
22883         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22884         (stop_seek):
22885         Build fixes on AMD64.
22886
22887 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22888
22889         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22890
22891         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22892         Fix for some v4l cards which hang in v4lsrc
22893
22894 2004-10-25  Wim Taymans  <wim@fluendo.com>
22895
22896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22897         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22898         Make sure to remove the pad when a new chain is
22899         encountered. Set some vars to NULL so we don't try
22900         to reference freed memory.
22901
22902 2004-10-25  Wim Taymans  <wim@fluendo.com>
22903
22904         * examples/seeking/Makefile.am:
22905         * examples/seeking/cdplayer.c: (update_scale):
22906         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22907         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22908         (format_value), (update_scale), (iterate), (start_seek),
22909         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22910         (print_usage), (main):
22911         Added some more examples, update others.
22912
22913 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22914
22915         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22916         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22917         * ext/theora/theoradec.c: (theora_dec_chain):
22918         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22919           Add codec-name metadata.
22920
22921 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22922
22923         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22924
22925         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22926         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22927         * ext/alsa/gstalsamixertrack.h:
22928         * po/POTFILES.in:
22929           ALSA mixer track label internationalization (#154054).
22930
22931 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22932
22933         * ext/theora/theoradec.c: (theora_dec_chain):
22934           Export bitrate as metadata.
22935
22936 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22937
22938         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22939         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22940         * ext/alsa/gstalsamixertrack.h:
22941           Fix names, fix loop.
22942
22943 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22944
22945         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22946         (speex_dec_convert):
22947           sinkconvert function so oggdemux can get the file length (totem).
22948
22949 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22950
22951         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22952
22953         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22954           Don't push incomplete packets.
22955         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22956           Fix MPEG-4 audio typefinding.
22957
22958 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22959
22960         * sys/v4l/Makefile.am:
22961         * sys/v4l/gstv4l.c: (plugin_init):
22962         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22963         (gst_v4lelement_init), (gst_v4lelement_dispose),
22964         (gst_v4lelement_change_state):
22965         * sys/v4l/gstv4lelement.h:
22966         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22967         (gst_v4l_xoverlay_close), (idle_refresh),
22968         (gst_v4l_xoverlay_set_xwindow_id):
22969         * sys/v4l/gstv4lxoverlay.h:
22970         * sys/v4l/v4l-overlay_calls.c:
22971         * sys/v4l/v4l_calls.h:
22972         * sys/v4l2/Makefile.am:
22973         * sys/v4l2/gstv4l2.c: (plugin_init):
22974         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22975         (gst_v4l2element_init), (gst_v4l2element_dispose),
22976         (gst_v4l2element_change_state):
22977         * sys/v4l2/gstv4l2element.h:
22978         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22979         (gst_v4l2_xoverlay_close), (idle_refresh),
22980         (gst_v4l2_xoverlay_set_xwindow_id):
22981         * sys/v4l2/gstv4l2xoverlay.h:
22982         * sys/v4l2/v4l2-overlay_calls.c:
22983         * sys/v4l2/v4l2_calls.h:
22984           Remove client-side overlay handling, use the X-server v4l plugin
22985           for that. Nicer overlay, less code. Also make the plugin
22986           compileable without X (but then without overlay, obviously).
22987           Makes xwindowlistener obsolete, should we remove that?
22988
22989 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22990
22991         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22992         (gst_osssrc_src_query):
22993         * sys/oss/gstosssrc.h:
22994           OK, so people want offset in DEFAULT. This time, actually fix all
22995           cases.
22996         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22997           Add FPS properly.
22998
22999 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23000
23001         * gst/asfdemux/gstasfmux.c:
23002         * gst/avi/gstavimux.c:
23003           Framerate.
23004
23005 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23006
23007         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
23008           Fix properties (channel, norm, frequency).
23009
23010 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23011
23012         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
23013           Flag typo.
23014         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
23015           No warnings.
23016
23017 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23018
23019         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
23020           Fix hang.
23021
23022 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23023
23024         * sys/v4l2/gstv4l2element.h:
23025           Yet Another Hack (tm) for kernel header borkedness.
23026         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23027         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
23028         (gst_v4l2src_link), (gst_v4l2src_getcaps),
23029         (gst_v4l2src_change_state):
23030         * sys/v4l2/gstv4l2src.h:
23031         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
23032         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
23033           Fix caps, keep track of state, work.
23034
23035 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23036
23037         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
23038           Quiet.
23039
23040 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23041
23042         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23043           Don't mix bytes and samples.
23044
23045 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23046
23047         * ext/ogg/gstoggmux.c:
23048           Basic pad template which accepts OGM tracks, speex, flac, vorbis
23049           and theora. Any is incorrect.
23050         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
23051           Fix caps.
23052         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
23053         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
23054         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
23055         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
23056         * sys/v4l/gstv4lmjpegsrc.h:
23057         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23058         (gst_v4lsrc_change_state):
23059         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
23060         (gst_v4lmjpegsrc_capture_stop):
23061           Fix caps. Keep track of internal state. Work.
23062
23063 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23064
23065         * ext/Makefile.am:
23066           Fix the build fixes.
23067
23068 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23069
23070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23071         (gst_ogg_demux_src_event), (_find_chain_seek),
23072         (gst_ogg_pad_push):
23073           Check for pad availability before using it.
23074         * ext/ogg/gstoggdemux.c: (_find_chain_process):
23075           Fix parsing of chained ogg. Needs more work on the decoder side.
23076
23077 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23078
23079         * gst/spectrum/Makefile.am:
23080         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
23081         (idle_func):
23082           Fix demo and reenable it. Yes, I'm currently playing with audio
23083           analysis tools
23084
23085 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23086
23087         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23088           We love it if files that start at zero work too...
23089
23090 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23091
23092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23093           Handle files with missing EOS headers.
23094
23095 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23096
23097         * gst/tcp/gsttcpserversink.c:
23098         (gst_tcpserversink_handle_server_read),
23099         (gst_tcpserversink_init_send):
23100         Zero some variables first (need for accept not to return EINVAL)
23101
23102 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23103
23104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23105         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23106         * ext/theora/theoradec.c: (theora_dec_sink_convert),
23107         (theora_dec_chain):
23108         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23109         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
23110           Seeking and querying finetune.
23111
23112 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23113
23114         * configure.ac:
23115         * ext/Makefile.am:
23116         * ext/raw1394/Makefile.am:
23117           fix the build
23118
23119 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23120
23121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23122           Wrong return.
23123         * gst/playback/Makefile.am:
23124         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23125         * gst/playback/gstplay-marshal.list:
23126         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
23127           Fix marshallers.
23128
23129 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23130
23131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
23132           Silence.
23133
23134 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23135
23136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23137         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23138         (gst_ogg_pad_push):
23139           Yay for non-lineair granulepos in theora.
23140
23141 2004-10-18  Wim Taymans  <wim@fluendo.com>
23142
23143         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23144         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
23145         * ext/dv/gstdvdec.h:
23146         Make sure we renegotiate aspect ratio when the camera switches.
23147
23148 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23149
23150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23151         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23152           Start at zero.
23153         * ext/theora/theoradec.c: (theora_dec_chain):
23154           Skip headers. Bad idea for chained ogg, but fixes seeking.
23155
23156 2004-10-18  Wim Taymans  <wim@fluendo.com>
23157
23158         * configure.ac:
23159         I swear, this is the last time I touch this.
23160
23161 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23162
23163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23164         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23165         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
23166           Faster seeking.
23167         * ext/theora/theoradec.c: (theora_dec_sink_convert):
23168           Time-to-default conversion.
23169         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23170           Don't error on unknown packets, just skip. We should probably
23171           read them if we want to support chained ogg.
23172
23173 2004-10-18  Wim Taymans  <wim@fluendo.com>
23174
23175         * configure.ac:
23176         Added cdaudio to wrong list.
23177
23178 2004-10-18  Wim Taymans  <wim@fluendo.com>
23179
23180         * configure.ac:
23181         Revive cdaudio.
23182
23183 2004-10-18  Wim Taymans  <wim@fluendo.com>
23184
23185         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23186         (gst_dvdec_video_link), (gst_dvdec_push):
23187         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23188         (gst_smokeenc_resync), (gst_smokeenc_chain):
23189         Fix mimetype on smoke encoder.
23190         Add aspect ratio to dvdec. Not sure if these
23191         values are correct though....
23192
23193 2004-10-18  Wim Taymans  <wim@fluendo.com>
23194
23195         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
23196         Fix vorbis property descriptions and ranges.
23197
23198 2004-10-18  Wim Taymans  <wim@fluendo.com>
23199
23200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23201         Really do nothing when no data is available.
23202         Go to the playing state when the stream is not seekable
23203         instead of failing.
23204
23205 2004-10-18  Wim Taymans  <wim@fluendo.com>
23206
23207         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
23208         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
23209         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
23210         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
23211         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
23212         Added uri handler for cd://
23213         Port to new API.
23214
23215 2004-10-18  Wim Taymans  <wim@fluendo.com>
23216
23217         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23218         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23219         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23220         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23221         (remove_prerolls), (unknown_type), (add_element_stream),
23222         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
23223         (gst_play_base_bin_remove_element),
23224         (gst_play_base_bin_link_stream):
23225         * gst/playback/gstplaybin.c: (gen_video_element),
23226         (gen_vis_element), (remove_sinks), (setup_sinks):
23227         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23228         (gst_stream_info_get_type), (gst_stream_info_class_init),
23229         (gst_stream_info_init), (gst_stream_info_new),
23230         (gst_stream_info_dispose), (stream_info_mute_pad),
23231         (gst_stream_info_set_property), (gst_stream_info_get_property):
23232         * gst/playback/gststreaminfo.h:
23233         Add sink padtemplate to decodebin.
23234         Added some more comments.
23235         Make queue size configurable in playbasebin.
23236         Added possibility to use elements as sinks (ex cdaudio).
23237
23238 2004-10-15  Wim Taymans  <wim@fluendo.com>
23239
23240         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23241         (gst_speexenc_chain):
23242         Fix speex timestamps so that it gets muxed properly.
23243
23244 2004-10-15  Wim Taymans  <wim@fluendo.com>
23245
23246         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23247         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23248         (gst_dv1394src_init), (gst_dv1394src_dispose),
23249         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23250         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23251         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23252         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23253         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23254         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23255         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23256         * ext/raw1394/gstdv1394src.h:
23257         Added conversion/query functions.
23258         Update buffer timestamps,
23259         Added signals.
23260         Added uri dv:// so it might play from the firewire in playbin.
23261         Fix a possible leak.
23262         Added debugging.
23263
23264 2004-10-15  Wim Taymans  <wim@fluendo.com>
23265
23266         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23267         (gst_dv1394src_init), (gst_dv1394src_set_property),
23268         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23269         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23270         * ext/raw1394/gstdv1394src.h:
23271         Added AV/C VTR control support needed for some cameras.
23272         Added automatic port detection.
23273         Added properties for selecting the channel.
23274         The configure.ac script is not yet updated to reflect the
23275         new libavc1394 and librom1394 dependencies.
23276
23277 2004-10-15  Wim Taymans  <wim@fluendo.com>
23278
23279         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23280         (qtdemux_parse), (gst_qtdemux_handle_esds):
23281         An esds box is not a container.
23282         Fix parsing of mp4v boxes.
23283         Do not try to renegotiate fps for each frame. Need to
23284         find a better method. This should fix mp4 playback.
23285
23286 2004-10-14  David Schleef  <ds@schleef.org>
23287
23288         * configure.ac: update for swfdec-0.3 and liboil-0.2
23289         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23290         * ext/swfdec/gstswfdec.h: same
23291         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23292         * gst/videotestsrc/videotestsrc.c: same
23293
23294 2004-10-14  Wim Taymans  <wim@fluendo.com>
23295
23296         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23297         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23298         (is_sync_frame), (gst_multifdsink_new_client),
23299         (gst_multifdsink_handle_client_write),
23300         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23301         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23302         Turn warnings into info.
23303         Don't allow a state change in the streaming thread.
23304
23305 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23306
23307         * ext/vorbis/oggvorbisenc.c:
23308         * ext/vorbis/vorbisdec.c:
23309           fix template sample rate
23310
23311 2004-10-13  Wim Taymans  <wim@fluendo.com>
23312
23313         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23314         Decoding the header first fixes some problems in resyncing
23315         in more mp3s.
23316
23317 2004-10-12  Wim Taymans  <wim@fluendo.com>
23318
23319         * gst/playback/gstplaybin.c: (gen_video_element),
23320         (gen_vis_element), (remove_sinks), (setup_sinks):
23321         Added vis plugin support, need to configure the vis
23322         element to activate it.
23323
23324 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23325
23326         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23327         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23328           Some debug.
23329         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23330         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23331         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23332         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23333         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23334         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23335         * gst/avi/gstavidemux.h:
23336           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23337           recovery (where, if part of the index is broken, we will still read
23338           the rest of the index and recover the broken part by stream
23339           scanning). More broken media support. EOS workarounds. General AVI
23340           braindamage headache recovery. Aspirin included.
23341
23342 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23343
23344         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23345         (cdparanoia_event), (cdparanoia_query):
23346           Get rid of hideous lead-in.
23347
23348 2004-10-11  Wim Taymans  <wim@fluendo.com>
23349
23350         * gst/playback/gstplaybasebin.c: (setup_source):
23351         Wrong var used to get g_list_next.
23352
23353 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23354
23355         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23356         (cdparanoia_get), (cdparanoia_open):
23357           Report discid as metadata, add duration.
23358
23359 2004-10-11  Wim Taymans  <wim@fluendo.com>
23360
23361         * gst/playback/gstplaybasebin.c: (setup_source):
23362         Cleanup the previous pipeline a little earlier for the
23363         case that a source element provides raw data.
23364
23365 2004-10-11  Benjamin Otte  <otte@gnome.org>
23366
23367         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23368           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23369           consuming the last 128 bytes, even though it was valid mp3 data.
23370
23371 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23372
23373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23374         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23375         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23376         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23377
23378 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23379
23380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23381         Fix for webcams that support only specific width or height
23382
23383 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23384
23385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23386
23387         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23388           Fix wrong discont event setup (fixes #154967).
23389
23390 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23391
23392         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23393
23394         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23395           Error out on invalid data (fixes #154807).
23396
23397 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23398
23399         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23400
23401         * ext/dvdread/dvdreadsrc.c: (_read):
23402           Make titles > 0 work again (fixes #154834).
23403
23404 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23405
23406         * gst-libs/gst/riff/riff-media.c:
23407         (gst_riff_create_video_template_caps):
23408           WMV3 missing in template caps.
23409
23410 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23411
23412         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23413           OK, so the original code was too strict. It makes random AVI files
23414           hang for seconds upon opening, which is unacceptable and is far
23415           beyond the original goal of getting multiple chunks for one-chunk
23416           sounc stream files. So now do just that.
23417
23418 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23419
23420         * gst/playback/gstplaybasebin.c: (setup_source),
23421         (gst_play_base_bin_change_state):
23422           Actually clean up streaminfo if output fails. This would trigger
23423           if, for example, there was no CD in the drive. No preroll, so
23424           a streaminfo structure is created, but the subsequent state change
23425           of the thread fails.
23426         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23427           Don't change state if parent failed.
23428
23429 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23430
23431         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23432         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23433         (gen_video_element), (remove_sinks):
23434           Add small bits of code for screenshot handling.
23435
23436 2004-10-08  Wim Taymans  <wim@fluendo.com>
23437
23438         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23439         (gen_video_element), (gen_audio_element), (setup_sinks):
23440         Don't assume the user provided sinks are named "sink"...
23441
23442 2004-10-08  Wim Taymans  <wim@fluendo.com>
23443
23444         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23445         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23446         (gst_play_base_bin_link_stream):
23447         Do not try to autoplug sources that generate raw streams like
23448         cdparanoia.
23449         disconnect the preroll overrun signal when we don't need it anymore.
23450
23451 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23452
23453         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23454         Added reworked patch from #154903 from milosz derezynski (deadchip).
23455
23456 2004-10-08  Wim Taymans  <wim@fluendo.com>
23457
23458         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23459         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23460         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23461         (cdparanoia_convert), (cdparanoia_uri_get_type),
23462         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23463         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23464         * ext/cdparanoia/gstcdparanoia.h:
23465         This adds the cdda://<tracknum> uri.
23466
23467 2004-10-08  Wim Taymans  <wim@fluendo.com>
23468
23469         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23470         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23471         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23473         (unknown_type), (gst_play_base_bin_remove_element),
23474         (gst_play_base_bin_link_stream):
23475         * gst/playback/gstplaybasebin.h:
23476         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23477         (gst_play_bin_set_property), (gen_video_element),
23478         (gen_audio_element), (setup_sinks):
23479         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23480         (gst_stream_info_get_type), (gst_stream_info_class_init),
23481         (gst_stream_info_init), (gst_stream_info_new),
23482         (gst_stream_info_dispose), (stream_info_mute_pad),
23483         (gst_stream_info_set_property), (gst_stream_info_get_property):
23484         * gst/playback/gststreaminfo.h:
23485         Reuse the audio and video bins.
23486         Some internal cleanups in the stream selection code.
23487
23488 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23489
23490         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23491         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23492         * sys/ximage/ximagesink.h:
23493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23494         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23495         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23496         not coming from those elements. Moreover these elements should not keep
23497         the xid they have been given when in NULL state.
23498
23499 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23500
23501         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23502         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23503         * sys/ximage/ximagesink.h:
23504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23505         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23506         * sys/xvimage/xvimagesink.h:
23507           Actually only create a new toplevel window if we're not gonna
23508           embed it right after.
23509
23510 2004-10-07  Wim Taymans  <wim@fluendo.com>
23511
23512         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23513         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23514         * gst/playback/gstplaybin.c: (setup_sinks):
23515         Implement muting/unmuting of streams, mute streams that are not
23516         used.
23517
23518 2004-10-07  Wim Taymans  <wim@fluendo.com>
23519
23520         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23521         (plugin_init):
23522         Added lame audio/x-ac3 typefind function.
23523
23524 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23525
23526         * configure.ac:
23527           bump nano to cvs
23528
23529 === release 0.8.5 ===
23530
23531 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23532
23533         * NEWS:
23534         * RELEASE:
23535         * configure.ac:
23536           releasing 0.8.5, "Take You On"
23537
23538 2004-10-06  Wim Taymans  <wim@fluendo.com>
23539
23540         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23541         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23542         (no_more_pads), (close_link), (type_found):
23543         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23544         * gst/playback/gstplaybin.c: (gen_video_element):
23545         Do not signal the no_more_pads after the first pad when
23546         we are plugging a non dynamic element with multiple
23547         output pads (like swfdec, dvdec, ...).
23548
23549 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23550
23551         * configure.ac:
23552           bump for prerelease
23553
23554 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23555
23556         * gst/wavparse/gstwavparse.c:
23557           add ATRAC3 to STATIC CAPS to fix a warning
23558
23559         * gst/matroska/ebml-read.c:
23560         * gst-libs/gst/riff/riff-read.c:
23561           fix typos
23562
23563 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23564
23565         * gst-libs/gst/riff/riff-media.c:
23566           generate caps for ATRAC3 audio streams
23567
23568         * gst/realmedia/rmdemux.c:
23569           generate caps for ATRAC3 audio streams
23570
23571 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23572
23573         * gst/wavparse/Makefile.am
23574         * gst/wavparse/riff.h
23575         * gst/wavparse/wavparse.vcproj
23576           riff.h removal (unused and duplication with riff-ids.h)
23577
23578 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23579
23580         * gst/wavparse/gstwavparse.h
23581           remove duplicated defines for audio codec codes
23582
23583         * gst-libs/gst/riff/riff-ids.h
23584         * gst/wavenc/riff.h:
23585           add "4CC" code for ATRAC3 audio streams
23586           add "4CC" code for ITU_G721_ADPCM (unused for now)
23587
23588 2004-10-06  Wim Taymans  <wim@fluendo.com>
23589
23590         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23591         Actually _do_ negotiation. Pass gdouble as arg instead
23592         of guint64 for the framerate.
23593
23594 2004-10-06  Wim Taymans  <wim@fluendo.com>
23595
23596         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23597         (find_compatibles), (close_pad_link), (try_to_link_1),
23598         (no_more_pads), (close_link), (type_found):
23599         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23600         * gst/playback/gstplaybin.c: (gen_video_element),
23601         (gen_audio_element):
23602         Set state on newly added element to READY so that negotiation
23603         can happen ASAP.
23604         Addes some more debug info.
23605         Do not try to plug pads with multiple caps structures or ANY
23606         because it is too dangerous since we do not do dynamic
23607         replugging.
23608
23609 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23610
23611         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23612
23613         * po/LINGUAS:
23614         * po/or.po:
23615           add Oriya translation
23616
23617 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23618
23619         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23620           Prevent overwrite of size member. Makes audio sound crappy.
23621
23622 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23623
23624         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23625         Add rmvb to the list of known RealMedia extensions
23626
23627 2004-10-05  Wim Taymans  <wim@fluendo.com>
23628
23629         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23630         (mngdec_openstream), (mngdec_closestream),
23631         (mngdec_handle_sink_event), (mngdec_readdata),
23632         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23633         (mngdec_getcanvasline), (mngdec_refresh),
23634         (gst_mngdec_change_state):
23635         Set the framerate correctly.
23636
23637 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23638
23639         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23640           There was something wrong with the index massaging.
23641
23642 2004-10-04  Wim Taymans  <wim@fluendo.com>
23643
23644         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23645         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23646         (gst_smokedec_chain):
23647         * ext/jpeg/gstsmokedec.h:
23648         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23649         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23650         * ext/jpeg/gstsmokeenc.h:
23651         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23652         (smokecodec_decode_new), (smokecodec_info_free),
23653         (smokecodec_set_quality), (smokecodec_get_quality),
23654         (smokecodec_set_threshold), (smokecodec_get_threshold),
23655         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23656         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23657         (smokecodec_encode), (smokecodec_parse_id),
23658         (smokecodec_parse_header), (smokecodec_decode):
23659         * ext/jpeg/smokecodec.h:
23660         * ext/jpeg/smokeformat.h:
23661         Updated smoke, new bitstream, allows embedding in ogg.
23662
23663 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23664
23665         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23666           Fix seeking in some files. All this code is no longer needed (and
23667           actually breaks stuff) because we now synchronize the full index
23668           right when reading the header.
23669
23670 2004-10-04  Wim Taymans  <wim@fluendo.com>
23671
23672         * configure.ac:
23673         configure update for libmng.
23674
23675 2004-10-04  Wim Taymans  <wim@fluendo.com>
23676
23677         * ext/libmng/Makefile.am:
23678         * ext/libmng/gstmng.c: (plugin_init):
23679         * ext/libmng/gstmng.h:
23680         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23681         (gst_mngdec_base_init), (gst_mngdec_class_init),
23682         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23683         (gst_mngdec_loop), (gst_mngdec_get_property),
23684         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23685         (mngdec_closestream), (mngdec_handle_sink_event),
23686         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23687         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23688         (gst_mngdec_change_state):
23689         * ext/libmng/gstmngdec.h:
23690         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23691         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23692         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23693         (gst_mngenc_chain), (gst_mngenc_get_property),
23694         (gst_mngenc_set_property):
23695         * ext/libmng/gstmngenc.h:
23696         Added basic MNG decoder. Needs more work. The encoder does
23697         not work yet.
23698
23699 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23700
23701         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23702         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23703         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23704           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23705           no-more-pads.
23706
23707 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23708
23709         * configure.ac:
23710           you need at least 1.0.4 of speex
23711
23712 2004-10-04 Iain <iaingnome@gmail.com>
23713
23714         * ext/speex/gstspeexdec.h: Revert the includes changes.
23715
23716         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23717
23718 2004-09-30 Iain <iaingnome@gmail.com>
23719
23720         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23721         found during init or set as a property instead of hardcoding /dev/audio
23722
23723 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23724
23725         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23726         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23727         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23728         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23729         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23730         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23731         (gst_rmdemux_dump_data):
23732           Use debug category, fix EOS handling. filesrc ! rmdemux now
23733           works.
23734
23735 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23736
23737         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23738         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23739         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23740           Improve allocation, cutting and sorting of the index. How takes a
23741           few seconds instead of minutes.
23742
23743 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23744
23745         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23746           fixed compilation
23747
23748 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23749
23750         * gst-libs/gst/riff/riff-media.c:
23751         (gst_riff_create_video_caps_with_data),
23752         (gst_riff_create_video_template_caps):
23753           Add wing commander format mimetype/fourccs.
23754         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23755           Don't crash if some value is 0.
23756
23757 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23758
23759         * gst-libs/gst/riff/riff-media.c:
23760         (gst_riff_create_video_caps_with_data),
23761         (gst_riff_create_video_template_caps):
23762           Add DIB fourcc (raw, palettized 8-bit RGB).
23763         * gst-libs/gst/riff/riff-read.c:
23764         (gst_riff_read_strf_vids_with_data):
23765           Oops, fix strf_data reading bug.
23766         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23767           Use a non-NULL tag.
23768         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23769           Time for hacks. Sorry Dave. At least one quicktime movie (a
23770           trailer) that I've encountered contains multiple video tracks.
23771           One of those is the actual video track, the other are one-frame
23772           tracks (images). Unfortunately, the number of frames according
23773           to the trak header is 1 for each, so that doesn't help. So
23774           instead, I look at the duration and discard tracks with a
23775           duration shorter than 20% of the length of the stream. Better
23776           than nothing.
23777
23778 2004-10-01  Christian Schaller <christian@fluendo.com>
23779
23780         * ext/ivorbis/vorbis.c:
23781           Patch from Phil Blundell (Bug 152341)
23782
23783 2004-10-01  Wim Taymans  <wim@fluendo.com>
23784
23785         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23786         (speex_dec_get_formats), (speex_dec_convert),
23787         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23788         (speex_dec_chain), (gst_speexdec_get_property),
23789         (gst_speexdec_set_property):
23790         Small cleanups.
23791
23792 2004-10-01  Wim Taymans  <wim@fluendo.com>
23793
23794         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23795         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23796         (gst_wavparse_other), (gst_wavparse_loop),
23797         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23798         (gst_wavparse_srcpad_event):
23799         * gst/wavparse/gstwavparse.h:
23800         Added some more debugging info.
23801         Fix the case where the length of the file is 0.
23802         Make sure we seek to sample borders.
23803
23804 2004-10-01  Wim Taymans  <wim@fluendo.com>
23805
23806         * gst/playback/README:
23807         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23808         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23809         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23810         Add some debug info to decodebin, update README
23811
23812 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23813
23814         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23815           Don't use g_print(); use GST_DEBUG().
23816
23817 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23818
23819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23820         (gst_ogg_mux_queue_pads):
23821           Handle EOS properly.
23822
23823 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23824
23825         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23826
23827         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23828         (gst_faad_chain), (gst_faad_change_state):
23829         * ext/faad/gstfaad.h:
23830           Allow playback of raw (unframed) MPEG AAC files (#148993).
23831
23832 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23833
23834         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23835
23836         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23837           Throw error if we didn't recognize the stream. Fixes #152289.
23838
23839 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23840
23841         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23842           Fix negotiation.
23843
23844 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23845
23846         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23847
23848         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23849           Fix memleak.
23850
23851 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23852
23853         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23854
23855         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23856           Solve #152805.
23857         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23858           Solve 152806.
23859
23860 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23861
23862         * gst-libs/gst/riff/riff-media.c:
23863         (gst_riff_create_video_caps_with_data),
23864         (gst_riff_create_audio_caps_with_data):
23865           Add codec_data handling (like asfdemux used to do).
23866         * gst/asfdemux/gstasf.c: (plugin_init):
23867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23868         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23869           Use riff-media for caps creation instead of our own (mostly
23870           broken) copy of its functions.
23871
23872 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23873
23874         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23875           Don't actually error out if we get another return value than
23876           -EINVAL. Opposite to what I first thought, drivers have random
23877           return values for this, although -EINVAL is the expected return
23878           value. Since this is not fatal, we shouldn't use
23879           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23880
23881 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23882
23883         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23884         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23885         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23886         (dvdreadsrc_get), (dvdreadsrc_open_file),
23887         (dvdreadsrc_change_state):
23888           Fix. Don't do one big huge loop around the whole DVD, that will
23889           cache all data and thus eat sizeof(dvd) (several GB) before we
23890           see something.
23891         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23892           Actually NULL'ify event after using it.
23893         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23894         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23895         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23896         (gst_ebml_read_seek), (gst_ebml_read_skip):
23897           Handle events.
23898         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23899         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23900         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23901           Fix timing (this will probably break if I seek using menus, but
23902           I didn't get there yet). VOBs and normal DVDs should now work.
23903           Add a mpeg2-only pad with high rank so this get autoplugged for
23904           MPEG-2 movies.
23905         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23906         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23907         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23908         (gst_mpeg_demux_get_audio_stream),
23909         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23910         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23911           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23912           MPEG-1 but use dvddemux for MPEG-2.
23913         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23914         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23915         (gst_mpeg_parse_parse_packhead):
23916           Timing. Only add pad template if it exists. Add sink template from
23917           class and not from ourselves. This means we will always use the
23918           correct sink template even if it is not the one defined in this
23919           file.
23920
23921 2004-09-29  Wim Taymans  <wim@fluendo.com>
23922
23923         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23924         (gst_mpeg_demux_parse_pes):
23925         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23926         Fix playback of mpeg again, timestamps where screwed up by
23927         patch 1.61.
23928
23929 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23930
23931         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23932           Only return true if we actually filled something in. Prevents
23933           player applications from showing a random length for flac files.
23934         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23935         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23936         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23937         (gst_riff_read_strf_vids_with_data),
23938         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23939           OK, ok, so I implemented event handling. Apparently it's normal
23940           that we receive random events at random points without asking
23941           for it.
23942         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23943         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23944         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23945         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23946         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23947         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23948         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23949         * gst/avi/gstavidemux.h:
23950           Implement non-lineair chunk handling and subchunk processing.
23951           The first solves playback of AVI files where the audio and video
23952           data of individual buffers that we read are not synchronized.
23953           This should not happen according to the wonderful AVI specs, but
23954           of course it does happen in reality. It is also a prerequisite for
23955           the second. Subchunk processing allows us to cut chunks in small
23956           pieces and process each of these pieces separately. This is
23957           required because I've seen several AVI files with incredibly large
23958           audio chunks, even some files with only one audio chunk for the
23959           whole file. This allows for proper playback including seeking.
23960           This patch is supposed to fix all AVI A/V sync issues.
23961         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23962         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23963           Work.
23964         * gst/modplug/gstmodplug.cc:
23965           Proper return value setting for the query() function.
23966         * gst/playback/gstplaybasebin.c: (setup_source):
23967           Being in non-playing state (after, e.g., EOS) is not necessarily
23968           a bad thing. Allow for that. This fixes playback of short files.
23969           They don't actually playback fully now, because the clock already
23970           runs. This means that small files (<500kB) with a small length
23971           (<2sec) will still not or barely play. Other files, such as mod
23972           or flx, will work correctly, however.
23973
23974 2004-09-28  Wim Taymans  <wim@fluendo.com>
23975
23976         * ext/speex/gstspeex.c: (plugin_init):
23977         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23978         (gst_speex_dec_class_init), (speex_dec_get_formats),
23979         (speex_get_event_masks), (speex_get_query_types),
23980         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23981         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23982         (gst_speexdec_get_property), (gst_speexdec_set_property),
23983         (speex_dec_change_state):
23984         * ext/speex/gstspeexdec.h:
23985         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23986         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23987         (gst_speexenc_base_init), (gst_speexenc_class_init),
23988         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23989         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23990         (gst_speexenc_src_query), (gst_speexenc_init),
23991         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23992         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23993         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23994         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23995         (gst_speexenc_chain), (gst_speexenc_get_property),
23996         (gst_speexenc_set_property), (gst_speexenc_change_state):
23997         * ext/speex/gstspeexenc.h:
23998         Rewrote speex encoder, make sure it can be embedded in ogg.
23999         Implemented speex decoder.
24000
24001 2004-09-28  Christian Schaller <christian@fluendo.com>
24002
24003         * configure.ac:
24004         Remove kioslave plugin. Markey is brewing a new working one
24005         * ext/Makefile.am: Remove kioslave plugin
24006         * ext/kio: remove
24007         * gst-plugins.spec.in: remove kio plugin from spec
24008
24009 2004-09-27  Wim Taymans  <wim@fluendo.com>
24010
24011         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24012         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24013         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
24014         (gst_multifdsink_new_client),
24015         (gst_multifdsink_handle_client_write),
24016         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24017         (gst_multifdsink_handle_clients):
24018         * gst/tcp/gstmultifdsink.h:
24019         Make syncing to keyframes actually work for new clients and lagging
24020         clients.
24021
24022 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24023
24024         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
24025         (gst_navigationtest_handle_src_event), (draw_box_planar411),
24026         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
24027         * gst/debug/gstnavigationtest.h:
24028           make navigationtest display button-press and button-release events
24029
24030 2004-09-26 Iain <iaingnome@gmail.com>
24031
24032         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
24033         the channels have received a new media event.
24034         (interleave_buffered_loop): Compresses a new media event on all
24035         channels into one.
24036
24037 2004-09-26 Iain <iaingnome@gmail.com>
24038
24039         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
24040         call the sinkpad's default event handler and not the srcpads. He also
24041         says this is confusing :)
24042         (gst_wavenc_stop_file): Company says that seek events only go upstream
24043         we should send a discontinuous downstream instead.
24044
24045 2004-09-25  Christian Schaller <christian@fluendo.com>
24046
24047         * Update SPEC file to be usable in conjunction with Fedora Core,
24048           Fedora.us and freshrpms packages
24049         * Fix typo in multifilesrc test Makefile
24050
24051 2004-09-24  Wim Taymans  <wim@fluendo.com>
24052
24053         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24054         Only signal the no_more_pads signal when we have
24055         added the stream to our list.
24056
24057 2004-09-24  Wim Taymans  <wim@fluendo.com>
24058
24059         * gst/playback/gstplaybasebin.c: (remove_prerolls),
24060         (new_decoded_pad):
24061         * gst/playback/gstplaybasebin.h:
24062         * gst/playback/gstplaybin.c: (setup_sinks):
24063         Don't try to preroll or decode more than one audio/video
24064         track.
24065
24066 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24067
24068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24069           Throw error if we failed to find a suitable output. This should
24070           throw an error if we successfully set up a pipeline (e.g. because
24071           we recognized a media file) but found no decodable streams in it
24072           (e.g. because it contains only media stream types for which we
24073           have no decoders, or because it's not a media type).
24074
24075 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24076
24077         * ext/dirac/Makefile.am:
24078         * ext/dirac/gstdirac.cc:
24079         * ext/dirac/gstdiracdec.cc:
24080         * ext/dirac/gstdiracdec.h:
24081           Do something. Don't actually know if this works because I don't
24082           have a demuxer yet.
24083         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
24084           Add channels=1 to caps returned from _getcaps().
24085         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
24086         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
24087         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
24088         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
24089         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
24090         (gst_ogm_parse_change_state):
24091           Separate between audio/video so ogmaudioparse actually uses the
24092           audio pad templates. Both audio and video work now, including
24093           autoplugging. Also use sometimes-srcpad hack.
24094         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24095           Handle events better. Don't hang on infinite loops.
24096         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
24097         (gst_avi_demux_init), (gst_avi_demux_reset),
24098         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
24099         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
24100         (gst_avi_demux_change_state):
24101         * gst/avi/gstavidemux.h:
24102           Improve A/V sync. Still not perfect.
24103         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
24104         (gst_ebml_read_skip):
24105           Handle events better.
24106         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24107         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
24108         (qtdemux_audio_caps):
24109           Add IMA4. Improve event handling. Save offset after a seek when
24110           the headers are at the end of the file so that we don't end up in
24111           an infinite loop.
24112         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
24113           Add low-priority typefind support for files with no length.
24114
24115 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24116
24117         * testsuite/multifilesink/Makefile.am:
24118         fix typo
24119
24120 2004-09-22  Julien MOUTTE  <julien@moutte.net>
24121
24122         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
24124         mistakes from thaytan's patches.
24125
24126 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24127
24128         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24129           For completeness, XSync in the destroy function as xvimage does.
24130
24131 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24132
24133         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24134            Correct caps negotiation
24135         * gst/volume/gstvolume.c: (volume_chain_float),
24136         (volume_chain_int16):
24137            Modify debug output to be little more informative
24138         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
24139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24140         (gst_xvimagesink_xvimage_destroy):
24141           Add XSync calls after detaching from the shared memory segment to
24142           avoid a crash.
24143
24144 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24145
24146         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24147         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
24148         * ext/vorbis/vorbis.c: (plugin_init):
24149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
24150         (gst_vorbisenc_chain):
24151         * ext/vorbis/vorbisenc.h:
24152         remove explicit newmedia support from oggmux and vorbisenc
24153         add debug category to vorbisenc
24154         * gst/multifilesink/gstmultifilesink.c:
24155         (gst_multifilesink_class_init), (gst_multifilesink_init),
24156         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
24157         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
24158         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
24159         (plugin_init):
24160         * gst/multifilesink/gstmultifilesink.h:
24161         add support for streamheader in multifilesink
24162
24163 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24164
24165         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
24166         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
24167         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
24168           Prevent infinite loops. More correct error reporting.
24169         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24170           Error out if negotiation fails.
24171         * gst/playback/gstplaybasebin.c: (setup_source),
24172         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
24173         (gst_play_base_bin_found_tag):
24174           Error/tag forwarding. Pre-roll fixes for source errors on state
24175           changes (e.g. "file does not exist") to prevent hangs.
24176
24177 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24178
24179         * testsuite/multifilesink/Makefile.am:
24180         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
24181         (gst_newmedia_class_init), (gst_newmedia_init),
24182         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24183         (newfile_signal), (test_signal), (main):
24184         * testsuite/multifilesink/multifilesrc_test.c: (main):
24185         * testsuite/multifilesink/oggtheora_test.c:
24186         (gst_newmedia_base_init), (gst_newmedia_class_init),
24187         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24188         (test_format), (newfile_signal), (test_signal), (main):
24189         * testsuite/multifilesink/oggvorbis_test.c:
24190         (gst_newmedia_base_init), (gst_newmedia_class_init),
24191         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24192         (test_format), (newfile_signal), (test_signal), (main):
24193         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
24194         (gst_newmedia_class_init), (gst_newmedia_init),
24195         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24196         (newfile_signal), (test_signal), (main):
24197         New media tests
24198
24199 2004-09-20  Christian Schaller <christian@fluendo.com>
24200
24201         * Fix mikmod license to LGPL as they have relicensed
24202         * Move Dirac and Effectv into LGPL section of README_license
24203
24204 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24205
24206         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
24207         (gst_mad_change_state):
24208           Allow for mp3 rate/channels changes. However, only very
24209           conservatively. Reason that we *have* to enable this is smiply
24210           because the mad find_sync() function is not good enough, it will
24211           regularly sync on random data as valid frames and therefore make
24212           us provide random caps as *final* caps of the stream. The best fix
24213           I could think of is to simply require several of the same stream
24214           changes in a row before we change caps.
24215           The actual testcase that works now is #
24216         * ext/ogg/Makefile.am:
24217         * ext/ogg/gstogg.c: (plugin_init):
24218         * ext/ogg/gstogmparse.c:
24219           OGM support (video only for now; I need an audio sample file).
24220         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24221         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
24222         (gst_asf_demux_add_video_stream):
24223           WMV extradata.
24224         * gst/playback/gstplaybasebin.c: (unknown_type):
24225           Don't error out on single unknown-types after all. It's wrong.
24226           If we found type of video and audio but not of a subtitle stream,
24227           it will still error out (which is unwanted). Will find a better fix
24228           later on.
24229         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
24230         (ogmaudio_type_find), (plugin_init):
24231           OGM support.
24232
24233 2004-09-20  Johan Dahlin  <johan@gnome.org>
24234
24235         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24236         after setting caps.
24237
24238 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24239
24240         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24241         * gst/wavenc/gstwavenc.h:
24242         Added newmedia support to wavenc
24243
24244 2004-09-17  Wim Taymans  <wim@fluendo.com>
24245
24246         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24247         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24248         (gst_fdset_fd_can_write), (gst_fdset_wait):
24249         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24250         (gst_multifdsink_init), (gst_multifdsink_add),
24251         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24252         (gst_multifdsink_remove_client_link),
24253         (gst_multifdsink_client_queue_buffer),
24254         (gst_multifdsink_handle_client_write),
24255         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24256         (gst_multifdsink_close), (gst_multifdsink_change_state):
24257         * gst/tcp/gstmultifdsink.h:
24258         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24259         (gst_tcpserversink_removed):
24260         Small cleanups in fdset.c
24261         Use a hastable to map fd to the client structure for faster
24262         lookup in _remove and get_stats.
24263         Added virtual function to close the fds.
24264         Handle clients even when the select/poll call was unblocked because
24265         of a command.
24266         Implement syncing to keyframe in the recovery procedure.
24267
24268 2004-09-16 Iain <iaingnome@gmail.com>
24269
24270         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24271         try caps.
24272
24273 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24274
24275         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24276           Caps are only set if the type of the stream is unknown, but this
24277           is initialized in ->init_stream(), so set to UNKNOWN after calling
24278           ->init_stream() so that capsnego starts.
24279
24280 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24281
24282         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24283         (gst_avi_demux_stream_data):
24284           Just hardcode for raw audio then. AVI audio sucks.
24285
24286 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24287
24288         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24289         * gst/matroska/matroska-mux.c: (audiosink_templ),
24290         (gst_matroska_mux_audio_pad_link):
24291         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24292         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24293
24294 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24295
24296         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24297         (gst_avi_demux_stream_data):
24298           Try to fix a/v sync issues.
24299
24300 2004-09-15  David Schleef  <ds@schleef.org>
24301
24302         * configure.ac: remove NASM check, since we don't use it.  Update
24303         dirac check to 0.4
24304         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24306         Initialized variables.
24307         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24308         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24309         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24310         SVQ3 format
24311
24312 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24313
24314         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24315         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24316         * gst/avi/gstavidemux.h:
24317           Fix for compressed audio (mp3) timestamp generation. How did this
24318           ever work?
24319
24320 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24321
24322         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24323           Volume is a double not a float.
24324
24325 2004-09-15  Wim Taymans  <wim@fluendo.com>
24326
24327         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24328         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24329         Don't close the fd in multifdsink as we didn't open it in the
24330         first place. Some cleanups.
24331
24332 2004-09-15  Wim Taymans  <wim@fluendo.com>
24333
24334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24335         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24336         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24337         Fix the case where the muxer would mark pages as delta
24338         frames when they are not (vorbis only ogg).
24339
24340 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24341
24342         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24343         (gst_play_base_bin_change_state):
24344           Handle the case where we failed to setup a clear pipeline. This
24345           will throw an error (or EOS, another nice case) and if you don't
24346           catch that, the app will wait for the signal forever (and thus
24347           hang).
24348
24349 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24350
24351         * ext/gnomevfs/gstgnomevfssink.c:
24352         (gst_gnomevfssink_uri_get_protocols):
24353         * ext/gnomevfs/gstgnomevfssrc.c:
24354         (gst_gnomevfssrc_uri_get_protocols):
24355         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24356         * ext/gnomevfs/gstgnomevfsuri.h:
24357           Use _uri_new() instead of _open(), so it doesn't take as long and
24358           Christophe's computer won't hang.
24359         * gst/playback/gstplaybasebin.c: (unknown_type):
24360           Throw error on unknown media type, so apps actually display it.
24361
24362 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24363
24364         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24365           this script to work on Solaris since bash shell handles echo
24366           differenly than bash.
24367
24368 2004-09-17  Wim Taymans  <wim@fluendo.com>
24369
24370         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24371         (setup_source), (gst_play_base_bin_set_property),
24372         (gst_play_base_bin_add_element):
24373         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24374         Some more work on making sure seeking pauses the pipeline and
24375         that changing the uri actually does something.
24376
24377 2004-09-17  Wim Taymans  <wim@fluendo.com>
24378
24379         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24380         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24381         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24382         (gst_tcpserversink_close):
24383         Be a bit more paranoid when freeing memory.
24384
24385 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24386
24387         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24388         (qtdemux_parse_trak):
24389           Don't crash by dividing by zero (see sample movie in #126922).
24390
24391 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24392
24393         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24394           Don't touch non-existing data (fixes crash on file in #140147).
24395
24396 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24397
24398         * gst/playback/gstplaybasebin.c:
24399         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24400           Handle double disposals, and proper change of URIs.
24401
24402 2004-09-13  Martin Eikermann <meiker@upb.de>
24403
24404         * gst/mpegstream/gstmpegparse.c:
24405           fix synchronistation for streams recorded from digital PCR
24406           fixes bug #119376
24407
24408 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24409
24410         * ext/gnomevfs/Makefile.am:
24411         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24412         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24413         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24414         (gst_gnomevfssink_uri_get_type),
24415         (gst_gnomevfssink_uri_get_protocols),
24416         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24417         (gst_gnomevfssink_uri_handler_init),
24418         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24419         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24420         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24421         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24422         (gst_gnomevfssrc_uri_get_type),
24423         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24424         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24425         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24426         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24427         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24428         * ext/gnomevfs/gstgnomevfsuri.h:
24429           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24430           of fake URIs to see which this version of Gnome-VFS likes, and
24431           uses that for the Gst-URI interface. Makes playbin support http://
24432           streams. Also fix up some stupid behaviour in gnomevfssrc.
24433
24434 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24435
24436         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24437         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24438         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24439         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24440           Update mixer (to sync with other sessions) if we try to obtain
24441           a new value. This makes alsamixer work accross applications.
24442         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24443           Only call sync functions if we're running, else alsalib asserts.
24444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24445           Sometimes fails to compile. Possibly a gcc bug.
24446         * gst/playback/gstplaybin.c: (gen_video_element),
24447         (gen_audio_element):
24448           Add a reference to an application-provided object, because we lose
24449           this same reference if we add it to the bin. If we don't do this,
24450           we can only use this object once and thus crash if we go from
24451           ready to playing, back to ready and back to playing again.
24452           Also add an audioscale element because several cheap soundcards -
24453           like mine - don't support all samplerates.
24454         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24455         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24456           Fix wrong order or PAR calls. Makes automatically obtained PAR
24457           from the X server atually being used.
24458
24459 2004-09-12  David Schleef  <ds@schleef.org>
24460
24461         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24462         #151887, #152102, #152247.
24463         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24464         * examples/seeking/cdparanoia.c: same
24465         * examples/seeking/cdplayer.c: same
24466         * examples/seeking/seek.c: same
24467         * examples/seeking/spider_seek.c: same
24468         * examples/seeking/vorbisfile.c: same
24469         * examples/stats/mp2ogg.c: same
24470         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24471         (gst_esdsink_dispose): Dispose of element properly.
24472         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24473         fixes.
24474         * ext/nas/nassink.c: (gst_nassink_class_init),
24475         (gst_nassink_dispose): Dispose of element correctly.
24476         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24477         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24478         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24479         Fix 64-bit warning.
24480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24481         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24482         Fix 64-bit warning.
24483
24484 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24485
24486         * configure.ac : change speex detection as 1.1.6 now uses
24487           .pc/pkg-config and they changed their headers location.
24488
24489 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24490
24491         * gst/matroska/matroska-mux.h:
24492         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24493         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24494         (gst_matroska_mux_write_data):
24495           Write multiple blocks/frames per cluster.
24496                 Write meta-seek information (seek heads).
24497
24498 2004-09-09  Scott Wheeler <wheeler@kde.org>
24499
24500         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24501         (gst_play_bin_set_property), (gst_play_bin_get_property),
24502         (gen_audio_element), (gen_audio_element):
24503           Add a volume element / property to the pipeline.
24504
24505 2004-09-07  Wim Taymans  <wim@fluendo.com>
24506
24507         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24508         Copy timestamps from the master pad to the output buffers.
24509
24510 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24511
24512         * ext/raw1394/gstdv1394src.c:
24513           throw errors when applicable
24514
24515 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24516
24517         * gst/matroska/ebml-ids.h:
24518         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24519         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24520         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24521           automatically convert unix time <-> ebml time when reading/writing
24522           a date, use gst_ebml_write_uint to write CUETIME,
24523           not gst_ebml_write_date.
24524         * gst/matroska/matroska-ids.h:
24525         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24526         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24527         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24528         (gst_matroska_mux_write_data):
24529           Write track and segment UIDs, write muxing date, write
24530           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24531           Create cues for audio only files.
24532
24533 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24534
24535         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24536         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24537           Re-commit ALSA switches.
24538         * gst/adder/gstadder.c: (gst_adder_loop):
24539           64-bit fix (#151416).
24540         * gst/debug/progressreport.c: (gst_progressreport_report):
24541           64-bit fix (#151419).
24542         * gst/matroska/matroska-demux.c:
24543         (gst_matroska_demux_parse_contents):
24544           64-bit fix (#151420).
24545         * gst/playback/test3.c: (update_scale):
24546           64-bit fix (#151421).
24547
24548 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24549
24550         * configure.ac:
24551           bump nano to cvs
24552
24553 === release 0.8.4 ===
24554
24555 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24556
24557         * configure.ac: releasing 0.8.4, "Alias"
24558
24559 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24560
24561         * ext/theora/Makefile.am:
24562           fix makefile.  Fixes #151462.
24563
24564 2004-08-30  Wim Taymans  <wim@fluendo.com>
24565
24566         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24567         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24568         (gst_multifdsink_remove_client_link),
24569         (gst_multifdsink_client_queue_buffer),
24570         (gst_multifdsink_handle_client_write):
24571         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24572         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24573         Fix some memory leaks.
24574
24575 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24576
24577         Patch by: David Schleef
24578
24579         * configure.ac:
24580         * sys/Makefile.am:
24581           rename our detection macro for V4L2.  Fixes #151236.
24582
24583 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24584
24585         Patch by: David Schleef
24586
24587         * configure.ac:
24588           check to define LAMEPRESET.  Fixes #151232.
24589
24590 2004-08-27  David Schleef  <ds@schleef.org>
24591
24592         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24593         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24594         (gst_glimagesink_fixate):  Move local variable declarations to
24595         make gcc-2.95 happy.
24596
24597 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24598
24599         * configure.ac:
24600           bump nano for prerelease
24601
24602 2004-08-27  David Schleef  <ds@schleef.org>
24603
24604         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24605         * sys/sunaudio/gstsunaudiosrc.c:
24606         * sys/sunaudio/gstsunaudiosrc.h:
24607
24608 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24609
24610         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24611         handle EOS correctly
24612         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24613         * gst/matroska/matroska-mux.h:
24614         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24615         VFW compatibility mode
24616
24617 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24618
24619         patch by: Zaheer Abbas Merali
24620
24621         * ext/ogg/gstoggmux.c:
24622         * ext/vorbis/vorbisenc.c:
24623         * ext/vorbis/vorbisenc.h:
24624           handle NEWMEDIA
24625
24626 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24627
24628         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24629         fix byte order reversion on little endian machines.
24630         * gst/matroska/matroska-mux.c: (audiosink_templ),
24631         (gst_matroska_mux_audio_pad_link):
24632         add TTA codec to the list of supported codecs.
24633         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24634         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24635         (gst_matroska_mux_write_data):
24636         * gst/matroska/matroska-mux.h:
24637         write segment duration correctly, write muxing app string, fixes bugs
24638         #140897 and #140898.
24639         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24640         wait for all pads to be negotiated before starting to mux.
24641
24642 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24643
24644         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24645         * ext/lame/gstlame.h:
24646         Added new media support to lame
24647
24648 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24649
24650         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24651         send vorbis headers at the beginning of a stream, fixes bug #141554.
24652         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24653         bug #148950.
24654         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24655         (gst_matroska_demux_plugin_init):
24656         * gst/matroska/matroska-ids.h:
24657         enable demuxing of TTA audio streams, fixes bug #148951.
24658         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24659         enable typefinding for TTA audio files, fixes bug #148711.
24660         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24661         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24662         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24663
24664 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24665
24666         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24667         (gst_riff_read_element_data), (gst_riff_read_seek),
24668         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24669         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24670         <teuf@gnome.org>
24671
24672 2004-08-23 Iain <iaingnome@gmail.com>
24673
24674         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24675         tags. They appear to be handled differently to normal.
24676         (tag_list_to_id3_tag_foreach): Ditto.
24677
24678 2004-08-22  Wim Taymans  <wim@fluendo.com>
24679
24680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24681         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24682         Make sure we never send -1 granulepos.
24683
24684 2004-08-20  Wim Taymans  <wim@fluendo.com>
24685
24686         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24687         (gst_ogg_mux_loop):
24688         I will accept bitchslappings with non sharp objects.
24689
24690 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24691
24692         * configure.ac:
24693         Clean up the test for lame presets
24694
24695 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24696
24697         * configure.ac:
24698         * ext/lame/Makefile.am:
24699         * ext/lame/gstlame.c: (gst_lame_class_init),
24700         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24701         Only enable lame presets if version of lame has presets in API
24702
24703 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24704         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24705         * gst/udp/gstudpsrc.h:
24706           Don't call gst_pad_push in a get function. Fixes #150449
24707
24708 2004-08-18  Wim Taymans  <wim@fluendo.com>
24709
24710         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24711         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24712         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24713         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24714         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24715         (gst_fdset_wait):
24716         * gst/tcp/gstfdset.h:
24717         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24718         (gst_multifdsink_client_queue_buffer),
24719         (gst_multifdsink_handle_client_write):
24720         * gst/tcp/gstmultifdsink.h:
24721         Some extra checks in gstfdset.
24722         Only use send() when the fd is a socket. Don't try to
24723         read from write only fds.
24724
24725 2004-08-18  Wim Taymans  <wim@fluendo.com>
24726
24727         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24728         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24729         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24730         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24731         (gst_fdset_wait):
24732         Add more locking and bounds checking.
24733
24734 2004-08-18  Wim Taymans  <wim@fluendo.com>
24735
24736         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24737         Realloc test fdset in the lock and right before starting
24738         the poll call. Bump the limit to 4096.
24739
24740 2004-08-17  David Schleef  <ds@schleef.org>
24741
24742         * sys/sunaudio/Makefile.am:
24743         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24744         of rates and channels.  Make debugging less obnoxious.
24745
24746         Patch from Balamurali Viswanathan implementing a mixer for
24747         Sun audio.  (bug #144091):
24748         * sys/sunaudio/gstsunelement.c:
24749         * sys/sunaudio/gstsunelement.h:
24750         * sys/sunaudio/gstsunmixer.c:
24751         * sys/sunaudio/gstsunmixer.h:
24752
24753 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24754
24755         * gst/audioscale/gstaudioscale.c:
24756         * gst/audioscale/gstaudioscale.h:
24757         made audioscale resample from any sample rate to any sample rate
24758
24759 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24760
24761         * ext/libpng/gstpngdec.c:
24762           error out on unsupported types
24763
24764 2004-08-17  Iain <iaingnome@gmail.com>
24765
24766         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24767         mid_side and loose_mid_side properties if its a stereo stream.
24768
24769 2004-08-17  Wim Taymans  <wim@fluendo.com>
24770
24771         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24772         (theora_get_formats), (theora_dec_src_convert),
24773         (theora_dec_sink_convert), (theora_dec_src_query),
24774         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24775         Add a debug line.
24776
24777 2004-08-17  Wim Taymans  <wim@fluendo.com>
24778
24779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24780         (gst_ogg_pad_push):
24781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24782         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24783         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24784         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24785         Mark delta units in the muxer.
24786         Try to decode the packet after an out-of-sync error from
24787         libogg.
24788
24789 2004-08-17  Wim Taymans  <wim@fluendo.com>
24790
24791         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24792         (gst_multifdsink_init), (gst_multifdsink_add),
24793         (gst_multifdsink_client_queue_buffer),
24794         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24795         * gst/tcp/gstmultifdsink.h:
24796         Added option to send a keyframe to clients as the first buffer.
24797         Make timeout property writable.
24798
24799 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24800
24801         patch by: Wim Taymans
24802
24803         * gst/tcp/gstfdset.c:
24804         * gst/tcp/gstmultifdsink.c:
24805           fix index comparison, should include 0
24806
24807 2004-08-16  Wim Taymans  <wim@fluendo.com>
24808
24809         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24810         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24811         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24812         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24813         (gst_fdset_wait):
24814           copy when reallocing for poll so the select arguments don't get
24815           changed during the call
24816
24817 2004-08-16  Wim Taymans  <wim@fluendo.com>
24818
24819         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24820         (gst_theora_enc_class_init), (theora_enc_sink_link),
24821         (theora_buffer_from_packet), (theora_enc_chain):
24822         Fix bug where buffers were not marked as keyframes
24823         correctly.
24824
24825 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24826
24827         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24828         (gst_lame_preset_get_type), (gst_lame_class_init):
24829         describe the enum values for vbr mode and presets more verbosely
24830
24831 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24832
24833         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24834         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24835         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24836         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24837         * ext/lame/gstlame.h:
24838         add preset property to lame so it can use lame presets
24839
24840 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24841
24842         * ext/lame/gstlame.c: (gst_lame_get_property):
24843         whoops forgot break, thanks teuf
24844
24845 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24846
24847         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24848         (gst_lame_class_init), (gst_lame_src_getcaps),
24849         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24850         (gst_lame_get_property), (gst_lame_setup):
24851         * ext/lame/gstlame.h:
24852         fix lame's broken vbr stuff, allow it to resample if need be, and also
24853         make xing header optional
24854
24855 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24856
24857         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24858         added getcaps function so samplerate doesnt get fixated to silly values
24859
24860 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24861
24862         * ext/lame/gstlame.c: (gst_lame_src_link):
24863         revert previous fix
24864
24865 2004-08-12  Johan Dahlin  <johan@gnome.org>
24866
24867         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24868         checks. Doesn't matter what state we are in. Interfaces are a
24869         compile time thing, not runtime. It also broke the python bindings.
24870
24871 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24872
24873         * ext/lame/gstlame.c: (gst_lame_src_link):
24874         made source pad link function check if sinkpad is ok..fixes the problem
24875         where core fixates the output rate of lame stupidly
24876
24877 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24878
24879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24880         * sys/v4l/v4l_calls.c:
24881         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24882           fix fixate function to handle nonsimple caps.
24883           remove bogus check in _link
24884           cleanups
24885
24886 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24887
24888         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24889         set default compression ratio parameter to 0.0 so bitrate parameter
24890         works :)
24891
24892 2004-08-11  David Schleef  <ds@schleef.org>
24893
24894         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24895
24896 2004-08-11  David Schleef  <ds@schleef.org>
24897
24898         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24899         before.
24900
24901 2004-08-11  David Schleef  <ds@schleef.org>
24902
24903         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24904
24905 2004-08-11  David Schleef  <ds@schleef.org>
24906
24907         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24908           license field
24909         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24910         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24911           LGPL.
24912         * gst/auparse/gstauparse.c: Fix plugin license field.
24913         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24914         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24915         * gst/rtp/gstrtp.c: Fix plugin license field.
24916
24917 2004-08-11  Wim Taymans  <wim@fluendo.com>
24918
24919         * gst/tcp/Makefile.am:
24920         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24921         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24922         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24923         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24924         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24925         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24926         (gst_fdset_fd_can_write), (gst_fdset_wait):
24927         * gst/tcp/gstfdset.h:
24928         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24929         (gst_multifdsink_class_init), (gst_multifdsink_init),
24930         (gst_multifdsink_add), (gst_multifdsink_remove),
24931         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24932         (gst_multifdsink_remove_client_link),
24933         (gst_multifdsink_handle_client_read),
24934         (gst_multifdsink_client_queue_data),
24935         (gst_multifdsink_client_queue_caps),
24936         (gst_multifdsink_client_queue_buffer),
24937         (gst_multifdsink_handle_client_write),
24938         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24939         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24940         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24941         (gst_multifdsink_close):
24942         * gst/tcp/gstmultifdsink.h:
24943         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24944         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24945         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24946         (gst_tcpserversink_close):
24947         * gst/tcp/gsttcpserversink.h:
24948         Abstracted away the select call, implemented poll (yes we ran into
24949         the 1024 limit in production).
24950
24951 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24952
24953         * gst/tcp/gsttcp.c:
24954         * gst/tcp/gsttcpplugin.c:
24955           improve debuggging, remove assert
24956
24957 2004-08-10  Wim Taymans  <wim@fluendo.com>
24958
24959         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24960         (gst_client_status_get_type), (gst_multifdsink_class_init),
24961         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24962         (gst_multifdsink_handle_client_read),
24963         (gst_multifdsink_handle_client_write),
24964         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24965         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24966         (gst_multifdsink_get_property):
24967         * gst/tcp/gstmultifdsink.h:
24968         * gst/tcp/gsttcp-marshal.list:
24969         Starting to prepare for specifying buffer time in other units
24970         than buffers. Expose remove reason in signal.
24971
24972 2004-08-10  Wim Taymans  <wim@fluendo.com>
24973
24974         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24975         (gst_multifdsink_remove), (gst_multifdsink_clear),
24976         (gst_multifdsink_remove_client_link),
24977         (gst_multifdsink_handle_client_read),
24978         (gst_multifdsink_client_queue_data),
24979         (gst_multifdsink_client_queue_buffer),
24980         (gst_multifdsink_handle_client_write),
24981         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24982         (gst_multifdsink_chain), (gst_multifdsink_close):
24983         * gst/tcp/gstmultifdsink.h:
24984         Added more debugging info. Changed the way clients are
24985         removed from the lists. Fixed a bug where a bad file descriptor
24986         could cause many clients to be removed.
24987
24988 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24989
24990         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24991           allow all pixel-aspect-ratios, not just 1:1
24992
24993 2004-08-09  David Schleef  <ds@schleef.org>
24994
24995         * sys/glsink/ARB_multitexture.h:  Remove old files.
24996         * sys/glsink/EXT_paletted_texture.h:
24997         * sys/glsink/NV_register_combiners.h:
24998         * sys/glsink/gstgl_nvimage.c:
24999         * sys/glsink/gstgl_pdrimage.c:
25000         * sys/glsink/gstgl_rgbimage.c:
25001         * sys/glsink/gstglsink.c:
25002         * sys/glsink/gstglsink.h:
25003         * sys/glsink/gstglxwindow.c:
25004         * sys/glsink/regcomb_yuvrgb.c:
25005
25006 2004-08-09  David Schleef  <ds@schleef.org>
25007
25008         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
25009         GL sink plugin.  (Bug #147302)
25010
25011         * configure.ac: Test for OpenGL
25012         * sys/Makefile.am: Use test for OpenGL
25013         * sys/glsink/Makefile.am:
25014         * sys/glsink/glimagesink.c: rewrite
25015         * sys/glsink/glimagesink.h: rewrite
25016
25017 2004-08-09  David Schleef  <ds@schleef.org>
25018
25019         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
25020         sane framerates.
25021         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
25022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
25023         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
25024
25025 2004-08-09  Wim Taymans  <wim@fluendo.com>
25026
25027         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25028         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25029         (gst_multifdsink_client_remove),
25030         (gst_multifdsink_handle_client_read),
25031         (gst_multifdsink_handle_client_write),
25032         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25033         Do a bit more logging, make the client_read code more robust.
25034
25035 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25036
25037         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
25038         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
25039         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
25040         (gst_jpegdec_init), (gst_jpegdec_chain):
25041         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
25042         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
25043           cleanups, debugging fixes and memleak plugging
25044
25045 2004-08-09  Wim Taymans  <wim@fluendo.com>
25046
25047         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25048         (theora_get_formats), (theora_dec_src_convert),
25049         (theora_dec_sink_convert), (theora_dec_src_query),
25050         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
25051         (theora_dec_change_state):
25052         Don't crash on missing header packets.
25053
25054 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25055
25056         * po/LINGUAS:
25057         * po/sq.po:
25058           Added Albanian translation (Laurent Dhima)
25059         * po/cs.po:
25060           updated
25061
25062 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25063
25064         * ext/lame/gstlame.c:
25065           fix/add debugging
25066
25067 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25068
25069         * sys/ximage/ximagesink.c:
25070         * sys/xvimage/xvimagesink.c:
25071           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
25072
25073 2004-08-06  Wim Taymans  <wim@fluendo.com>
25074
25075         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25076         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25077         (gst_multifdsink_client_remove),
25078         (gst_multifdsink_handle_client_read),
25079         (gst_multifdsink_handle_client_write),
25080         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25081         Make sure we don't try to read more from a client that what
25082         ioctl says us or we deadlock.
25083
25084 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25085
25086         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
25087         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
25088         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
25089           decouple running_time and n_frames so it can handle changing
25090           framerate while running
25091
25092 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25093
25094         * po/nl.po:
25095         * po/sv.po:
25096           updated translations
25097
25098 2004-08-04  Benjamin Otte  <otte@gnome.org>
25099
25100         * gst/videotestsrc/gstvideotestsrc.c:
25101         (gst_videotestsrc_get_capslist), (generate_capslist),
25102         (plugin_init):
25103           generate the list of supported caps at startup and reuse it instead
25104           of always generating it
25105
25106 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25107
25108         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
25109           whoops, last checkin broke normal build
25110
25111 2004-08-03  Benjamin Otte  <otte@gnome.org>
25112
25113         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
25114         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25115         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25116         (gst_alsa_mixer_get_option):
25117         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
25118         (dvdnavsrc_print_event):
25119         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
25120         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
25121         (gst_ogg_mux_pad_unlink):
25122         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
25123         (gst_multipart_mux_pad_unlink):
25124         * gst/videofilter/gstvideobalance.c:
25125         (gst_videobalance_colorbalance_set_value):
25126         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
25127         (gst_videomixer_pad_unlink):
25128         * po/uk.po:
25129         * sys/oss/gstossmixer.c:
25130         * sys/v4l/gstv4lcolorbalance.c:
25131         * sys/v4l/gstv4ltuner.c:
25132         * sys/v4l/v4lsrc_calls.c:
25133         * sys/v4l2/gstv4l2colorbalance.c:
25134         * sys/v4l2/gstv4l2tuner.c:
25135           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
25136
25137 2004-08-03  Benjamin Otte  <otte@gnome.org>
25138
25139         * examples/dynparams/filter.c: (ui_control_create):
25140         * examples/gstplay/player.c: (print_tag):
25141         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
25142         * ext/gdk_pixbuf/gstgdkanimation.c:
25143         (gst_gdk_animation_iter_may_advance):
25144         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
25145         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
25146         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
25147         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
25148         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
25149         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
25150         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
25151         * gst/sine/demo-dparams.c: (main):
25152         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
25153         * testsuite/alsa/formats.c: (create_pipeline):
25154         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
25155           fixes for G_DISABLE_ASSERT and friends
25156         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25157         (mp3_type_frame_length_from_header), (mp3_type_find),
25158         (plugin_init):
25159           require mp3 typefinding to have at least MIN_HEADERS valid headers
25160           add typefinding for AAC adts files
25161
25162 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
25163
25164         * sys/ximage/ximagesink.c:
25165         (gst_ximagesink_calculate_pixel_aspect_ratio):
25166         * sys/xvimage/xvimagesink.c:
25167         (gst_xvimagesink_calculate_pixel_aspect_ratio):
25168         Make sure we calculate pixel-aspect-ratio using floating point maths
25169
25170 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25171
25172         * po/uk.po:
25173           updated translation
25174
25175 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25176
25177         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
25179           add debugging for display PAR calculation
25180
25181 2004-08-02  David Schleef  <ds@schleef.org>
25182
25183         * configure.ac: Fix mikmod CFLAGS.
25184
25185 2004-07-27  Benjamin Otte  <otte@gnome.org>
25186
25187         * gst/audioscale/gstaudioscale.c:
25188         - fix templates to only support S16, it's the only format that works
25189         - make caps nego code use try_set_caps_nonfixed and fixation instead
25190         of try_set_caps twice, which is not nice for autopluggers
25191         - change rank to secondary, so autopluggers can pick it up after
25192         audioconvert
25193
25194 2004-08-02  Iain <iain@prettypeople.org>
25195
25196         * gst/interleave/interleave.c (interleave_init),
25197         (interleave_request_new_pad),
25198         (interleave_pad_removed),
25199         (interleave_buffered_loop): Use the real pad count, not the artificial
25200         one.
25201
25202 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25203
25204         * configure.ac: bump nano back to development
25205
25206 === release 0.8.3 ===
25207
25208 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25209
25210         * configure.ac: releasing 0.8.3, "Water"
25211
25212 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25213
25214         * sys/xvimage/xvimagesink.c:
25215         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25216         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
25217         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
25218         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25219         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25220         * sys/xvimage/xvimagesink.h:
25221           apply similar PAR fixes as to ximagesink
25222
25223 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25224
25225         patch from: Benjamin Otte
25226
25227         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
25228           add link function to lame.  Fixes #148986.
25229
25230 2004-08-02  Johan Dahlin  <johan@gnome.org>
25231
25232         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25233         fix debugging log
25234
25235 2004-07-30  David Schleef  <ds@schleef.org>
25236
25237         * gst/videomixer/Makefile.am: Fix things that should have been
25238         fixed in the last checkin.
25239
25240 2004-07-30  David Schleef  <ds@schleef.org>
25241
25242         * gst/multipart/Makefile.am: Fix things that should have been
25243         fixed in the last checkin.
25244
25245 2004-07-30  David Schleef  <ds@schleef.org>
25246
25247         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25248
25249 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25250
25251         * configure.ac:
25252           bump nano for prerelease
25253         * po/af.po:
25254         * po/az.po:
25255         * po/cs.po:
25256         * po/en_GB.po:
25257         * po/hu.po:
25258         * po/nl.po:
25259         * po/sr.po:
25260         * po/sv.po:
25261         * po/uk.po:
25262           updates
25263
25264 2004-07-30  Wim Taymans  <wim@fluendo.com>
25265
25266         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25267         (gst_multifdsink_add), (gst_multifdsink_remove),
25268         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25269         (gst_multifdsink_client_remove),
25270         (gst_multifdsink_handle_client_write),
25271         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25272         * gst/tcp/gstmultifdsink.h:
25273         Recover from a select with a bad file descriptor by removing
25274         the client.
25275
25276 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25277
25278         * configure.ac:
25279           fix requirement of core
25280         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25281         (gst_play_pipeline_setup):
25282           don't use colorspace element.  do use hermescolorspace element.
25283           make macro to get a colorspace element.
25284           mark strings for translation.
25285         * po/POTFILES.in:
25286           add play.c
25287         * po/af.po:
25288         * po/az.po:
25289         * po/cs.po:
25290         * po/en_GB.po:
25291         * po/hu.po:
25292         * po/nl.po:
25293         * po/sr.po:
25294         * po/sv.po:
25295         * po/uk.po:
25296           update translations
25297
25298 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25299
25300         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25301         fix default for newmedia flag
25302
25303 2004-07-30  Wim Taymans  <wim@fluendo.com>
25304
25305         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25306         (gst_theora_dec_init), (theora_get_formats),
25307         (theora_dec_src_convert), (theora_dec_sink_convert),
25308         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25309         (theora_dec_chain), (theora_dec_set_property),
25310         (theora_dec_get_property):
25311         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25312         (gst_theora_enc_class_init), (gst_theora_enc_init),
25313         (theora_enc_sink_link), (theora_enc_chain),
25314         (theora_enc_set_property), (theora_enc_get_property):
25315         Added cropping option to theora decoder.
25316         Added border option to theora encoder.
25317
25318 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25319
25320         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25321         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25322         (gst_pngenc_set_property):
25323         * ext/libpng/gstpngenc.h:
25324         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
25325
25326 2004-07-30  Wim Taymans  <wim@fluendo.com>
25327
25328         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25329         (theora_enc_sink_link), (theora_enc_chain),
25330         (theora_enc_set_property), (theora_enc_get_property):
25331         Fix encoding of non-multiple-of-16 video.
25332
25333 2004-07-29  David Schleef  <ds@schleef.org>
25334
25335         * configure.ac: make test for audiofile more strict
25336
25337 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25338
25339         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25340           give different names to typefind functions
25341
25342 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25343
25344         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25345         (gst_ximagesink_calculate_pixel_aspect_ratio),
25346         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25347         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25348         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25349         (gst_ximagesink_get_property), (gst_ximagesink_init):
25350         * sys/ximage/ximagesink.h:
25351           allocate PAR's dynamically.
25352           use autodetected PAR if no object-set PAR is given.
25353           add workaround for directfb's X not setting physical size.
25354           fix to xvimagesink will follow tomorrow.
25355
25356 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25357
25358         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25359         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25360         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25361         (gst_shout2send_class_init), (gst_shout2send_init),
25362         (set_shout_metadata), (gst_shout2send_set_metadata),
25363         (gst_shout2send_chain), (gst_shout2send_set_property),
25364         (gst_shout2send_get_property), (gst_shout2send_connect),
25365         (gst_shout2send_change_state):
25366         * ext/shout2/gstshout2.h:
25367         - fix for sending mp3 audio to icecast2 server, if pad link function not
25368         called before PAUSED state
25369         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25370         - added tagging support for mp3 audio broadcasted
25371         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25372         debug info
25373
25374 2004-07-28  Wim Taymans  <wim@fluendo.com>
25375
25376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25377         (gst_ogg_demux_push):
25378         Return query failure when we don't know the length of
25379         an ogg stream insteda of returning TRUE with a bogus value.
25380
25381 2004-07-28  Wim Taymans  <wim@fluendo.com>
25382
25383         * ext/theora/theoradec.c: (theora_get_formats),
25384         (theora_dec_src_convert), (theora_dec_sink_convert),
25385         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25386         (theora_dec_chain):
25387         Don't screw up the 1 Chroma for 1 luma sample situation when we
25388         have an odd offset/width by adding a black border in those cases.
25389
25390 2004-07-28  Wim Taymans  <wim@fluendo.com>
25391
25392         * ext/theora/theoradec.c: (theora_get_formats),
25393         (theora_dec_src_convert), (theora_dec_sink_convert),
25394         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25395         (theora_dec_chain):
25396         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25397         Added first attempt at cropping of the image as required by the
25398         theora spec. We need more properties in the caps (offset_x,
25399         offset_y,stride) to implement this correctly.
25400
25401 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25402
25403         * ext/dvdnav/README:
25404           Update the README to use dvddemux
25405         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25406           Ensure getcaps returns a subset of the template caps
25407         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25408         (gst_mpeg2subt_init):
25409           Ensure getcaps returns a subset of the template caps
25410         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25411         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25412         (gst_dvd_demux_get_subpicture_stream),
25413         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25414         * gst/mpegstream/gstdvddemux.h:
25415           Set the explicit caps on the current_video pad before pushing
25416           anything
25417         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25418         (gst_mpeg_demux_get_audio_stream):
25419           Free caps used to gst_pad_set_explicit_caps, which takes a const
25420           GstCaps *
25421
25422 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25423
25424         * configure.ac: update GStreamer requirement to 0.8.4 because of
25425           GstFraction.
25426
25427 2004-07-28  Wim Taymans  <wim@fluendo.com>
25428
25429         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25430         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25431         Add the pad to the element after setting up the caps. This
25432         makes it a lot easier to autoplug.
25433
25434 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25435
25436         * gst/median/gstmedian.c:
25437         * gst/mpeg2subt/gstmpeg2subt.c:
25438         * gst/mpegaudioparse/gstmpegaudioparse.c:
25439         * gst/mpegstream/gstdvddemux.c:
25440         * gst/mpegstream/gstmpegdemux.c:
25441         * gst/mpegstream/gstmpegpacketize.c:
25442         * gst/rtjpeg/gstrtjpeg.c:
25443         * gst/rtjpeg/gstrtjpegdec.c:
25444         * gst/rtjpeg/gstrtjpegenc.c:
25445         * gst/sine/gstsinesrc.c:
25446         * gst/smooth/gstsmooth.c:
25447         * gst/smpte/gstsmpte.c:
25448         * gst/smpte/gstsmpte.h:
25449         * gst/stereo/gststereo.c:
25450         * gst/videofilter/gstgamma.c:
25451         * gst/videofilter/gstvideobalance.c:
25452         * gst/videofilter/gstvideofilter.c:
25453         * gst/videofilter/gstvideoflip.c:
25454         * gst/videoscale/gstvideoscale.c:
25455         * gst/videoscale/videoscale.c:
25456         * gst/videotestsrc/gstvideotestsrc.c:
25457         * gst/videotestsrc/videotestsrc.c:
25458         * gst/wavenc/gstwavenc.c:
25459         * gst/wavparse/gstwavparse.c:
25460           fix local includes and 64 bits constants
25461
25462 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25463
25464         * win32/gst.sln:
25465         * gst-libs/gst/*/*.vcproj:
25466         * gst/*/*.vcproj:
25467           more working plugins
25468
25469 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25470
25471         * testsuite/alsa/Makefile.am:
25472         * testsuite/alsa/srcstate.c:
25473         add test for alsasrc changing state
25474
25475 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25476
25477         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25478         (gst_silence_get):
25479         * gst/silence/gstsilence.h:
25480         fix silence generation for 16bit raw audio
25481
25482 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25483
25484         * gst/matroska/matroska-demux.c:
25485         (gst_matroska_demux_parse_metadata),
25486         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25487         * gst/mpegaudio/common.c:
25488         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25489         (gst_videoscale_getcaps), (gst_videoscale_link),
25490         (gst_videoscale_src_fixate), (gst_videoscale_init),
25491         (gst_videoscale_finalize):
25492         * gst/videoscale/gstvideoscale.h:
25493         * gst/videotestsrc/gstvideotestsrc.c:
25494         (gst_videotestsrc_get_capslist):
25495         * gst/wavenc/gstwavenc.c:
25496         * sys/oss/gstossmixer.c: (fill_labels):
25497         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25498         (gst_ximagesink_handle_xevents),
25499         (gst_ximagesink_calculate_pixel_aspect_ratio),
25500         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25501         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25502         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25503         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25504         (gst_ximagesink_init), (gst_ximagesink_class_init):
25505         * sys/ximage/ximagesink.h:
25506         * sys/xvimage/xvimagesink.c:
25507         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25508         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25509         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25510         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25511         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25512         * sys/xvimage/xvimagesink.h:
25513           first batch of pixel aspect ratio commits.
25514
25515 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25516
25517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25518         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25519         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25520           handle stride, needs work if we want to move stride handling
25521           upstream, but works correctly for our purposes.
25522
25523 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25524
25525         * gst/videoscale/README:
25526           add testing examples
25527         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25528         (gst_videoscale_chain):
25529         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25530         (gst_videoscale_get_size):
25531           add get_size function that handles stride like videotestsrc.
25532           fixes conversion for YUV formats for as much as I can test them.
25533
25534 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25535
25536         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25537         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25539         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25540         (gst_xvimagesink_xvimage_put):
25541           further cleanups, logging, error handling and synchronizing
25542
25543 2004-07-27  Wim Taymans  <wim@fluendo.com>
25544
25545         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25546         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25547         (gst_videomixer_pad_set_property),
25548         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25549         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25550         (gst_videomixer_class_init), (gst_videomixer_init),
25551         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25552         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25553         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25554         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25555         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25556         (gst_videomixer_loop), (plugin_init):
25557         Be a nicer negotiation citizen and provide a getcaps function on
25558         the srcpad. This also fixes a crash when resizing.
25559
25560 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25561
25562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25563         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25564
25565 2004-07-27  Wim Taymans  <wim@fluendo.com>
25566
25567         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25568         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25569         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25570         (gst_pngenc_set_property):
25571         * ext/libpng/gstpngenc.h:
25572         Added snapshot property to pngenc.
25573         removed g_print from pngdec
25574
25575 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25576
25577         * gst/ac3parse/ac3parse.vcproj
25578         * gst/adder/adder.vcproj
25579         * gst/alpha/alpha.vcproj
25580         * gst/alpha/alphacolor.vcproj
25581         * gst/asfdemux/asf.vcproj
25582         * gst/audioconvert/audioconvert.vcproj
25583         * gst/audiorate/audiorate.vcproj
25584         * gst/audioscale/audioscale.vcproj
25585         * gst/auparse/auparse.vcproj
25586         * gst/avi/avi.vcproj
25587         * gst/cdxaparse/cdxaparse.vcproj
25588         * gst/chart/chart.vcproj
25589         * gst/colorspace/colorspace.vcproj
25590         * gst/cutter/cutter.vcproj
25591         * gst/debug/debug.vcproj
25592         * gst/debug/efence.vcproj
25593         * gst/debug/navigationtest.vcproj
25594         * gst/deinterlace/deinterlace.vcproj
25595         * gst/effectv/effectv.vcproj
25596         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25597         * gst/filter/filter.vcproj
25598         * gst/flx/flxdec.vcproj
25599         * gst/goom/goom.vcproj
25600         * gst/interleave/interleave.vcproj
25601         * gst/law/alaw.vcproj
25602         * gst/law/mulaw.vcproj
25603         * gst/matroska/matroska.vcproj
25604         * gst/median/median.vcproj
25605         * gst/mixmatrix/mixmatrix.vcproj
25606         * gst/mpeg1sys/mpeg1systemencode.vcproj
25607         * gst/mpeg1videoparse/mp1videoparse.vcproj
25608         * gst/mpeg2sub/mpeg2subt.vcproj
25609         * gst/mpegaudio/mpegaudio.vcproj
25610         * gst/mpegaudioparse/mpegaudioparse.vcproj
25611         * gst/mpegstream/mpegstream.vcproj
25612         * gst/multifilesink/multifilesink.vcproj
25613         * gst/multipart/multipart.vcproj
25614         * gst/oneton/oneton.vcproj
25615         * gst/overlay/overlay.vcproj
25616         * gst/passthrough/passthrough.vcproj
25617         * gst/qtdemux/qtdemux.vcproj
25618         * gst/realmedia/rmdemux.vcproj
25619         * gst/rtjpeg/rtjpeg.vcproj
25620         * gst/rtp/rtp.vcproj
25621         * gst/silence/silence.vcproj
25622         * gst/sine/sinesrc.vcproj
25623         * gst/smooth/smooth.vcproj
25624         * gst/smpte/smpte.vcproj
25625         * gst/spectrum/spectrum.vcproj
25626         * gst/speed/speed.vcproj
25627         * gst/stereo/stereo.vcproj
25628         * gst/switch/switch.vcproj
25629         * gst/tags/tagedit.vcproj
25630         * gst/tcp/tcp.vcproj
25631         * gst/typefind/typefindfunctions.vcproj
25632         * gst/udp/udp.vcproj
25633         * gst/videobox/videobox.vcproj
25634         * gst/videocrop/videocrop.vcproj
25635         * gst/videodrop/videodrop.vcproj
25636         * gst/videofilter/gamma.vcproj
25637         * gst/videofilter/videobalance.vcproj
25638         * gst/videofilter/videofilter.vcproj
25639         * gst/videofilter/videoflip.vcproj
25640         * gst/videoflip/videoflip.vcproj
25641         * gst/videomixer/videomixer.vcproj
25642         * gst/videorate/videorate.vcproj
25643         * gst/videoscale/videoscale.vcproj
25644         * gst/videotestsrc/videotestsrc.vcproj
25645         * gst/virtualdub/virtualdub.vcproj
25646         * gst/volenv/volenv.vcproj
25647         * gst/volume/volume.vcproj
25648         * gst/wavenc/wavenc.vcproj
25649         * gst/wavparse/wavparse.vcproj
25650         * gst/y4m/y4menc.vcproj
25651         * gst-libs/gst/audio/audio.vcproj
25652         * gst-libs/gst/audio/audiofilter.vcproj
25653         * gst-libs/gst/colorbalance/colorbalance.vcproj
25654         * gst-libs/gst/idct/idtc.vcproj
25655         * gst-libs/gst/media-info/media-info.vcproj
25656         * gst-libs/gst/mixer/mixer.vcproj
25657         * gst-libs/gst/navigation/navigation.vcproj
25658         * gst-libs/gst/play/play.vcproj
25659         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25660         * gst-libs/gst/resample/resample.vcproj
25661         * gst-libs/gst/riff/riff.vcproj
25662         * gst-libs/gst/tuner/tuner.vcproj
25663         * gst-libs/gst/video/video.vcproj
25664         * gst-libs/gst/xoverlay/xoverlay.vcproj
25665           avoid problems with math.h, fix release dependancy
25666           rename GStreamer-0.8.lib to libgstreamer.lib
25667
25668 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25669
25670         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25672         the atom is not available we have to unlock the mutex. Fixes #148023
25673
25674 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25675
25676         * gst-libs/gst/media-info/media-info.h:
25677           issue for a vararg macro with MSVC
25678
25679 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25680
25681         * gst/effectv/effectv.vcproj
25682         * gst-libs/gst/idct/idct.vcproj:
25683         * gst-libs/gst/media-info/media-info.vcproj:
25684         * gst-libs/gst/navigation/navigation.vcproj:
25685         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25686         * gst-libs/gst/video/video.vcproj:
25687         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25688           fixes for build problems
25689
25690 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25691
25692         * gst-libs/gst/audio/audio.def:
25693         * gst-libs/gst/audio/riff.def:
25694           add some definitions needed by plugins
25695
25696 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25697
25698         * gst/asfdemux/gstasfmux.c
25699           Fix some 64 bits constants to be glib friendly
25700
25701 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25702
25703         * gst/ac3parse/gstac3parse.c
25704         * gst/audioscale/gstaudioscale.c
25705         * gst/auparse/gstauparse.c
25706         * gst/colorspace/gstcolorspace.c
25707         * gst/colorspace/yuv2rgb.h
25708           local include fixes
25709
25710 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25711
25712         * win32/gst.sln
25713           add more plugins to the build
25714
25715 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25716
25717         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25718         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25719
25720 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25721
25722         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25723         (gst_level_set_property), (gst_level_get_property),
25724         (gst_level_base_init), (gst_level_class_init):
25725           add debugging categories.  cleanups.
25726
25727 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25728
25729         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25730         (gst_videoscale_planar411), (gst_videoscale_planar400),
25731         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25732         (gst_videoscale_scale_nearest_str1),
25733         (gst_videoscale_scale_nearest_str2),
25734         (gst_videoscale_scale_nearest_str4),
25735         (gst_videoscale_scale_nearest_16bit),
25736         (gst_videoscale_scale_nearest_24bit):
25737           fixed stride issues
25738           tested with 320x240 -> 321, 322, 324 x240
25739           tested with YV12, I420, YUY2, UYVY
25740           fixed packed422rev (don't think it could have worked before)
25741           by testing with UYVY
25742
25743 2004-07-26  Benjamin Otte  <otte@gnome.org>
25744
25745         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25746         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25747         (plugin_init):
25748           add debugging category, add error checks like checking return values
25749           of setup calls, make sure it still works after
25750           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25751
25752 2004-07-26  Wim Taymans  <wim@fluendo.com>
25753
25754         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25755         (gst_mpeg_demux_get_audio_stream),
25756         (gst_mpeg_demux_process_private):
25757         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25758         Check for error codes from the negotiation functions. Make sure
25759         we really set the pad caps when a new pad is created.
25760
25761 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25762
25763         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25764         (gst_ffmpeg_caps_to_pix_fmt):
25765         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25767         (gst_ffmpegcolorspace_pad_link):
25768           don't make function do two things at the same time without reason.
25769
25770 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25771
25772         * gst/ac3parse/ac3parse.vcproj
25773         * gst/adder/adder.vcproj
25774         * gst/alpha/alpha.vcproj
25775         * gst/alpha/alphacolor.vcproj
25776         * gst/asfdemux/asf.vcproj
25777         * gst/audioconvert/audioconvert.vcproj
25778         * gst/audiorate/audiorate.vcproj
25779         * gst/audioscale/audioscale.vcproj
25780         * gst/auparse/auparse.vcproj
25781         * gst/avi/avi.vcproj
25782         * gst/cdxaparse/cdxaparse.vcproj
25783         * gst/chart/chart.vcproj
25784         * gst/colorspace/colorspace.vcproj
25785         * gst/cutter/cutter.vcproj
25786         * gst/debug/debug.vcproj
25787         * gst/debug/efence.vcproj
25788         * gst/debug/navigationtest.vcproj
25789         * gst/deinterlace/deinterlace.vcproj
25790         * gst/effectv/effectv.vcproj
25791         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25792         * gst/filter/filter.vcproj
25793         * gst/flx/flxdec.vcproj
25794         * gst/goom/goom.vcproj
25795         * gst/interleave/interleave.vcproj
25796         * gst/law/alaw.vcproj
25797         * gst/law/mulaw.vcproj
25798         * gst/matroska/matroska.vcproj
25799         * gst/median/median.vcproj
25800         * gst/mixmatrix/mixmatrix.vcproj
25801         * gst/mpeg1sys/mpeg1systemencode.vcproj
25802         * gst/mpeg1videoparse/mp1videoparse.vcproj
25803         * gst/mpeg2sub/mpeg2subt.vcproj
25804         * gst/mpegaudio/mpegaudio.vcproj
25805         * gst/mpegaudioparse/mpegaudioparse.vcproj
25806         * gst/mpegstream/mpegstream.vcproj
25807         * gst/multifilesink/multifilesink.vcproj
25808         * gst/multipart/multipart.vcproj
25809         * gst/oneton/oneton.vcproj
25810         * gst/overlay/overlay.vcproj
25811         * gst/passthrough/passthrough.vcproj
25812         * gst/qtdemux/qtdemux.vcproj
25813         * gst/realmedia/rmdemux.vcproj
25814         * gst/rtjpeg/rtjpeg.vcproj
25815         * gst/rtp/rtp.vcproj
25816         * gst/silence/silence.vcproj
25817         * gst/sine/sinesrc.vcproj
25818         * gst/smooth/smooth.vcproj
25819         * gst/smpte/smpte.vcproj
25820         * gst/spectrum/spectrum.vcproj
25821         * gst/speed/speed.vcproj
25822         * gst/stereo/stereo.vcproj
25823         * gst/switch/switch.vcproj
25824         * gst/tags/tagedit.vcproj
25825         * gst/tcp/tcp.vcproj
25826         * gst/typefind/typefindfunctions.vcproj
25827         * gst/udp/udp.vcproj
25828         * gst/videobox/videobox.vcproj
25829         * gst/videocrop/videocrop.vcproj
25830         * gst/videodrop/videodrop.vcproj
25831         * gst/videofilter/gamma.vcproj
25832         * gst/videofilter/videobalance.vcproj
25833         * gst/videofilter/videofilter.vcproj
25834         * gst/videofilter/videoflip.vcproj
25835         * gst/videoflip/videoflip.vcproj
25836         * gst/videomixer/videomixer.vcproj
25837         * gst/videorate/videorate.vcproj
25838         * gst/videoscale/videoscale.vcproj
25839         * gst/videotestsrc/videotestsrc.vcproj
25840         * gst/virtualdub/virtualdub.vcproj
25841         * gst/volenv/volenv.vcproj
25842         * gst/volume/volume.vcproj
25843         * gst/wavenc/wavenc.vcproj
25844         * gst/wavparse/wavparse.vcproj
25845         * gst/y4m/y4menc.vcproj
25846           more plugins supported under windows
25847
25848 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25849
25850         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25851         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25852         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25854         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25855           Add debugging statements.  Use the sizes as returned by the
25856           *CreateImage calls.
25857
25858 2004-07-26  Johan Dahlin  <johan@gnome.org>
25859
25860         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25861         the pad is negotiated.
25862
25863         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25864
25865 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25866
25867         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25868         * gst-libs/gst/idct/idct.vcproj:
25869         * gst-libs/gst/media-info/media-info.vcproj:
25870         * gst-libs/gst/mixer/mixer.vcproj:
25871         * gst-libs/gst/navigation/navigation.vcproj:
25872         * gst-libs/gst/play/play.vcproj:
25873         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25874         * gst-libs/gst/resample/resample.vcproj:
25875         * gst-libs/gst/tuner/tuner.vcproj:
25876         * gst-libs/gst/video/video.vcproj:
25877         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25878           more plugins supported under windows
25879
25880 2004-07-25 Iain <iain@prettypeople.org>
25881
25882         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25883         pad now rather than when the pad is created because state changes wipe
25884         explicit caps (fixes #148043).
25885
25886 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25887
25888         reviewed by Benjamin Otte  <otte@gnome.org>
25889
25890         * ext/mad/gstmad.c:
25891           fix mad plugin crashing on Sun (fixes #148289)
25892
25893 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25894
25895         * gst/avi/avi.def:
25896         * gst/avi/avi.vcproj:
25897         * gst/matroska/matroska.def:
25898         * gst/matroska/matroska.vcproj:
25899           remove unused .def files
25900
25901 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25902
25903         * gst-libs/gst/audio/gstaudiofilter.c:
25904           Clean the local include
25905
25906 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25907
25908         * win32/gst.sln:
25909         * gst-libs/gst/audio/audio.def:
25910         * gst-libs/gst/audio/audio.vcproj:
25911         * gst-libs/gst/audio/audiofilter.vcproj:
25912         * gst-libs/gst/audio/riff.def:
25913         * gst-libs/gst/audio/riff.vcproj:
25914         * gst-libs/gst/gst-libs.def:
25915         * gst-libs/gst/gst-libs.vcproj:
25916         * gst/avi/avi.vcproj:
25917         * gst/avi/avi.vcproj:
25918           Copy the files where needed after building, cleaner projects
25919
25920 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25921
25922         * gst/matroska/ebml-write.c:
25923           Fix some 64 bits constants to be glib friendly
25924
25925 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25926
25927         * win32/gst.sln:
25928         * gst-libs/gst/gst-libs.def:
25929         * gst-libs/gst/gst-libs.vcproj:
25930         * gst/matroska/matroska.def:
25931         * gst/matroska/matroska.vcproj:
25932           Add the preliminary canvas to build plugins on Win32
25933
25934 2004-07-23  Benjamin Otte  <otte@gnome.org>
25935
25936         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25937           don't enfore negotiation from source side, it breaks
25938           sinesrc ! audioconvert ! osssink
25939
25940 2004-07-22  David Schleef  <ds@schleef.org>
25941
25942         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25943         for ELF files, since they can easily be recognized as audio/mpeg.
25944         (bug #147441)
25945
25946 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25947
25948         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25949         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25950         (gst_videoscale_scale_nearest_24bit),
25951         (gst_videoscale_scale_nearest_16bit):
25952           fix 16bit and 24bit for stride (24bit might need testing)
25953           don't pretend we do more than one algorithm
25954
25955 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25956
25957         * configure.ac:
25958         * gst/Makefile.am:
25959         * gst/multifilesink/Makefile.am:
25960         * gst/multifilesink/gstmultifilesink.c:
25961         (gst_multifilesink_get_formats),
25962         (gst_multifilesink_get_query_types), (_do_init),
25963         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25964         (gst_multifilesink_init), (gst_multifilesink_dispose),
25965         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25966         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25967         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25968         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25969         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25970         (gst_multifilesink_uri_get_type),
25971         (gst_multifilesink_uri_get_protocols),
25972         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25973         (gst_multifilesink_uri_handler_init), (plugin_init):
25974         * gst/multifilesink/gstmultifilesink.h:
25975         * testsuite/Makefile.am:
25976         * testsuite/multifilesink/Makefile.am:
25977         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25978         (gst_newmedia_class_init), (gst_newmedia_init),
25979         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25980         (newfile_signal), (test_signal), (main):
25981         multifilesink plugin for creating new files every time a new media
25982         discontinuity event occurs
25983
25984 2004-07-22  Wim Taymans  <wim@fluendo.com>
25985
25986         * gst/alpha/Makefile.am:
25987         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25988         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25989         (gst_alpha_color_init), (gst_alpha_color_set_property),
25990         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25991         (transform), (gst_alpha_color_chain),
25992         (gst_alpha_color_change_state), (plugin_init):
25993         Stupid plugin to to RGBA to AYUV conversion because none of
25994         the colorspace plugins can handle that yet.
25995
25996 2004-07-22  Wim Taymans  <wim@fluendo.com>
25997
25998         * examples/seeking/seek.c: (update_scale), (main):
25999         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26000         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26001         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26002         (gst_decode_bin_init), (gst_decode_bin_dispose),
26003         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26004         (no_more_pads), (close_link), (type_found),
26005         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26006         (plugin_init):
26007         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26008         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26009         (gst_play_base_bin_dispose), (queue_overrun),
26010         (gen_preroll_element), (remove_prerolls), (unknown_type),
26011         (no_more_pads), (new_stream), (setup_source),
26012         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26013         (play_base_eos), (gst_play_base_bin_change_state),
26014         (gst_play_base_bin_add_element),
26015         (gst_play_base_bin_remove_element),
26016         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26017         (gst_play_base_bin_unlink_stream),
26018         (gst_play_base_bin_get_streaminfo):
26019         * gst/playback/gstplaybin.c: (gen_video_element),
26020         (gen_audio_element):
26021         * gst/playback/gststreaminfo.h:
26022         More playback updates, attempt to fix things after the state change
26023         breakage.
26024
26025 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26026
26027         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
26028         (gst_videoscale_scale_nearest_16bit):
26029           comment algorithm
26030
26031 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26032
26033         * gst/videotestsrc/gstvideotestsrc.c:
26034         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
26035         (gst_videotestsrc_init), (gst_videotestsrc_get),
26036         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
26037         (gst_videotestsrc_get_property):
26038         * gst/videotestsrc/gstvideotestsrc.h:
26039         * gst/videotestsrc/videotestsrc.c:
26040         * gst/videotestsrc/videotestsrc.h:
26041           cleanup and commenting
26042
26043 2004-07-21  Wim Taymans  <wim@fluendo.com>
26044
26045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
26046         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
26047         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
26048         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
26049         (_find_chain_get_unknown_part), (_find_streams_check),
26050         (gst_ogg_demux_push), (gst_ogg_pad_push):
26051         * ext/theora/theoradec.c: (theora_get_formats),
26052         (theora_dec_src_convert), (theora_dec_sink_convert),
26053         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26054         (theora_dec_chain):
26055         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26056         (vorbis_dec_convert), (vorbis_dec_src_query),
26057         (vorbis_dec_src_event), (vorbis_dec_event):
26058         More seeking fixes, oggdemux now supports seeking to time and
26059         uses the downstream element to convert granulepos to time.
26060         Seeking in theora-only ogg files now works.
26061
26062 2004-07-21  Wim Taymans  <wim@fluendo.com>
26063
26064         * ext/theora/theoradec.c: (gst_theora_dec_init),
26065         (theora_get_formats), (theora_get_event_masks),
26066         (theora_get_query_types), (theora_dec_src_convert),
26067         (theora_dec_sink_convert), (theora_dec_src_query),
26068         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26069         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26070         (vorbis_get_event_masks), (vorbis_get_query_types),
26071         (gst_vorbis_dec_init), (vorbis_dec_convert),
26072         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
26073         Added query/convert/formats functions to vorbis and theora decoders
26074         so that the outside world can use them too. Fixed seeking on an
26075         ogg/theora/vorbis file by disabling the seeking seeking on the
26076         theora srcpad.
26077
26078 2004-07-21  Julien MOUTTE  <julien@moutte.net>
26079
26080         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
26081         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
26082         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
26083         images creation for both elements. We don't create the image on caps
26084         nego or renego, we just destroy the internal one if present if it does
26085         not match the needs. The chain function takes care of creating a new
26086         image when needed.
26087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26088         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
26089         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26090         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
26091         the image format information. The buffer pool checks for the context
26092         image format and discard images with different formats.
26093         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
26094
26095 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26096
26097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26098         (gst_ffmpegcolorspace_chain):
26099           no point in doing any chaining if the pad we want to push from
26100           isn't usable.
26101
26102 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26103
26104         * gst-libs/gst/riff/riff-media.c:
26105         (gst_riff_create_audio_caps_with_data):
26106           Fix double end-to-native symbol conversion (#148021).
26107
26108 2004-07-20  David Schleef  <ds@schleef.org>
26109
26110         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26111         Don't use an Atom that doesn't exist.
26112
26113 2004-07-20  Wim Taymans  <wim@fluendo.com>
26114
26115         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26116         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26117         (gst_multifdsink_client_remove),
26118         (gst_multifdsink_handle_client_write),
26119         (gst_multifdsink_queue_buffer):
26120         * gst/tcp/gstmultifdsink.h:
26121         More multifdsink stats. Avoid deadlock by releasing locks
26122         before sending out a signal.
26123
26124 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26125
26126         * po/LINGUAS:
26127         * po/hu.po:
26128           added Hungarian translation (Laszlo Dvornik)
26129
26130 2004-07-20  Wim Taymans  <wim@fluendo.com>
26131
26132         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26133         (gst_multifdsink_add), (gst_multifdsink_client_remove),
26134         (gst_multifdsink_handle_client_write),
26135         (gst_multifdsink_queue_buffer):
26136         * gst/tcp/gsttcp-marshal.list:
26137         Fixed the stupid marshal definition.
26138
26139 2004-07-20  Wim Taymans  <wim@fluendo.com>
26140
26141         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26142         (gst_multifdsink_init), (gst_multifdsink_add),
26143         (gst_multifdsink_client_remove),
26144         (gst_multifdsink_handle_client_write),
26145         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
26146         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
26147         (gst_multifdsink_init_send):
26148         * gst/tcp/gstmultifdsink.h:
26149         Added more stats, added timeout for a client, fixed some typos
26150         and added some comments.
26151
26152 2004-07-20  Wim Taymans  <wim@fluendo.com>
26153
26154         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26155         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26156         (gst_multifdsink_client_remove),
26157         (gst_multifdsink_handle_client_write):
26158         * gst/tcp/gstmultifdsink.h:
26159         * gst/tcp/gsttcp-marshal.list:
26160         Added get_stats method that returns a GValueArray of
26161         stats values.
26162
26163 2004-07-19  Benjamin Otte  <otte@gnome.org>
26164
26165         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
26166           make sure longname, description and author are valid UTF-8
26167
26168 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26169
26170         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
26171         (gst_ximagesink_set_property):
26172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
26173         (gst_xvimagesink_set_property):
26174           make sure SYNCHRONOUS is respected after getting the X context
26175
26176 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26177
26178         * gst/matroska/matroska-demux.c:
26179         (gst_matroska_demux_handle_src_event),
26180         (gst_matroska_demux_parse_blockgroup):
26181         * gst/matroska/matroska-ids.h:
26182           add BlockReference tag and ignore it to clear out log.
26183           ignore NAVIGATION events to clear out log.
26184
26185 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26186
26187         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26188         (gst_matroska_demux_add_stream):
26189         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
26190           add debug categories
26191
26192 2004-07-16  Wim Taymans  <wim@fluendo.com>
26193
26194         * ext/libpng/Makefile.am:
26195         * ext/libpng/gstpng.c: (plugin_init):
26196         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
26197         (gst_pngdec_get_type), (gst_pngdec_base_init),
26198         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
26199         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
26200         * ext/libpng/gstpngdec.h:
26201         Added png decoder.
26202
26203 2004-07-16  Julien MOUTTE  <julien@moutte.net>
26204
26205         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26206         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
26207         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
26208         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
26209         (gst_ximagesink_buffer_alloc):
26210         * sys/ximage/ximagesink.h:
26211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26212         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26213         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26214         (gst_xvimagesink_buffer_alloc):
26215         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
26216         again. Using internal data pointer of the x(v)image to store image's
26217         data to be coherent with the buffer alloc mechanism. Investigated the
26218         image destruction code to be sure that everything gets freed correctly.
26219
26220 2004-07-16  Wim Taymans  <wim@fluendo.com>
26221
26222         * gst-libs/gst/riff/riff-read.c:
26223         (gst_riff_read_strf_vids_with_data),
26224         (gst_riff_read_strf_auds_with_data):
26225         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26226         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26227         Make sure we don't create 0 sized subbuffers in riff-read.
26228         Signal the no more pads signal after reading the avi header.
26229
26230 2004-07-16  Wim Taymans  <wim@fluendo.com>
26231
26232         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26233         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26234         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26235         (gst_decode_bin_init), (gst_decode_bin_dispose),
26236         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26237         (no_more_pads), (close_link), (type_found),
26238         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26239         (gst_decode_bin_change_state), (plugin_init):
26240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26241         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26242         (gst_play_base_bin_dispose), (queue_overrun),
26243         (gen_preroll_element), (remove_prerolls), (unknown_type),
26244         (no_more_pads), (new_stream), (setup_source),
26245         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26246         (play_base_eos), (gst_play_base_bin_change_state),
26247         (gst_play_base_bin_add_element),
26248         (gst_play_base_bin_remove_element),
26249         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26250         (gst_play_base_bin_unlink_stream),
26251         (gst_play_base_bin_get_streaminfo):
26252         * gst/playback/gstplaybasebin.h:
26253         Better error recovery. Added configurable preroll queue size. Faster
26254         detection of no-more-pads.
26255
26256 2004-07-16  Wim Taymans  <wim@fluendo.com>
26257
26258         * gst-libs/gst/video/video.h:
26259         Added 32 bits RGBA. Not sure if we should use another mime-type
26260         for alpha rgb. Currently the presence of the alpha_mask property
26261         signals an alpha channel.
26262
26263 2004-07-16  Wim Taymans  <wim@fluendo.com>
26264
26265         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26267         FPS seems to be 0.0 to MAX everywhere else.
26268
26269 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * gst-libs/gst/riff/riff-media.c:
26272         (gst_riff_create_video_caps_with_data):
26273           mp42/mp43 (no caps) exist too.
26274         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26275           Set pixel_width/height; we've got them in-caps.
26276         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26277         * gst/wavparse/gstwavparse.c: (plugin_init):
26278           Both are valid primary.
26279         * sys/oss/gstossmixer.c:
26280           Remove i18n hack and enable translations.
26281
26282 2004-07-15  Benjamin Otte  <otte@gnome.org>
26283
26284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26285         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26286           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26287
26288 2004-07-15  Benjamin Otte  <otte@gnome.org>
26289
26290         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26291         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26292         (gst_alsa_close_audio):
26293           disable some of the debugging code for now. Writing debugging to a
26294           buffer is broken in current alsalib releases.
26295
26296 2004-07-12  Benjamin Otte  <otte@gnome.org>
26297
26298         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26299           use bufferpools
26300
26301 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26302
26303         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26304         (theora_dec_src_query), (theora_dec_event):
26305         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26306           add debugging categories.  Remove \n's.
26307
26308 2004-07-13  Johan Dahlin  <johan@gnome.org>
26309
26310         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26311         (gst_play_bin_get_property): Impl.
26312
26313 2004-07-13  Wim Taymans  <wim@fluendo.com>
26314
26315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26316         When trying to find the stream length, seek back N pages
26317         instead of just one, where N is the number of streams in
26318         the current chain.
26319
26320 2004-07-13  Wim Taymans  <wim@fluendo.com>
26321
26322         * gst-libs/gst/riff/riff-media.c:
26323         (gst_riff_create_audio_caps_with_data),
26324         (gst_riff_create_audio_caps),
26325         (gst_riff_create_audio_template_caps):
26326         * gst-libs/gst/riff/riff-media.h:
26327         * gst-libs/gst/riff/riff-read.c:
26328         (gst_riff_read_strf_vids_with_data),
26329         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26330         * gst-libs/gst/riff/riff-read.h:
26331         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26332         (gst_avi_demux_add_stream):
26333         Set codec_data on caps for avidemuxer.
26334
26335 2004-07-12  David Schleef  <ds@schleef.org>
26336
26337         * configure.ac: Fix test for Objective C
26338
26339 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26340         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26341         (gst_gdk_pixbuf_chain):
26342           Add svg and pcx to template caps, and ensure that getcaps returns a
26343           subset of the template caps.
26344           Copy each row manually for output, as gdkpixbuf may pad the
26345           rowstride to a 32-bit word boundary.
26346
26347 2004-07-12  Wim Taymans  <wim@fluendo.com>
26348
26349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26350         (gst_riff_create_video_template_caps):
26351         Fix the template caps to include some more media types.
26352
26353 2004-07-12  Wim Taymans  <wim@fluendo.com>
26354
26355         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26356         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26357         (compare_ranks), (print_feature), (gst_decode_bin_init),
26358         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26359         (try_to_link_1), (new_pad), (close_link), (type_found),
26360         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26361         (gst_decode_bin_change_state), (plugin_init):
26362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26363         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26364         (gst_play_base_bin_dispose), (queue_overrun),
26365         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26366         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26367         (gst_play_base_bin_get_property), (play_base_eos),
26368         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26369         (gst_play_base_bin_remove_element),
26370         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26371         (gst_play_base_bin_unlink_stream),
26372         (gst_play_base_bin_get_streaminfo):
26373         * gst/playback/gstplaybasebin.h:
26374         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26375         (gst_play_bin_class_init), (gst_play_bin_init),
26376         (gst_play_bin_dispose), (gst_play_bin_set_property),
26377         (gst_play_bin_get_property), (gen_video_element),
26378         (gen_audio_element), (remove_sinks), (setup_sinks),
26379         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26380         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26381         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26382         (gst_play_bin_query), (plugin_init):
26383         * gst/playback/test4.c: (main):
26384         More fixes on reusing of the element.
26385
26386 2004-07-11  Benjamin Otte  <otte@gnome.org>
26387
26388         * ext/mad/gstmad.c: (normal_seek):
26389           allow seeking for other methods than just SET
26390
26391 2004-07-11  Andy Wingo  <wingo@pobox.com>
26392
26393         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26394         float, "any" caps -> buffer_frames=[0,MAX].
26395
26396         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26397         doesn't intersect our caps with the template any more. Do it
26398         ourselves.
26399         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26400
26401 2004-07-09  Wim Taymans  <wim@fluendo.com>
26402
26403         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26404         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26405         (compare_ranks), (print_feature), (gst_decode_bin_init),
26406         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26407         (try_to_link_1), (new_pad), (close_link), (type_found),
26408         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26409         (gst_decode_bin_change_state), (plugin_init):
26410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26411         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26412         (gst_play_base_bin_dispose), (queue_overrun),
26413         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26414         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26415         (gst_play_base_bin_get_property), (play_base_eos),
26416         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26417         (gst_play_base_bin_remove_element),
26418         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26419         (gst_play_base_bin_unlink_stream),
26420         (gst_play_base_bin_get_streaminfo):
26421         * gst/playback/gstplaybasebin.h:
26422         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26423         (gst_play_bin_class_init), (gst_play_bin_init),
26424         (gst_play_bin_dispose), (gst_play_bin_set_property),
26425         (gst_play_bin_get_property), (gen_video_element),
26426         (gen_audio_element), (remove_sinks), (setup_sinks),
26427         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26428         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26429         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26430         (gst_play_bin_query), (plugin_init):
26431         * gst/playback/test4.c: (main):
26432         Work on object reuse and seeking.
26433
26434 2004-07-09  Wim Taymans  <wim@fluendo.com>
26435
26436         * examples/seeking/seek.c: (iterate):
26437         Don't consume all CPU in the idle loop.
26438
26439 2004-07-09  Wim Taymans  <wim@fluendo.com>
26440
26441         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26442         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26443         Add pad to element *after* setting the pad functions so that
26444         the scheduler can use the correct ones.
26445
26446 2004-07-09  Wim Taymans  <wim@fluendo.com>
26447
26448         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26449         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26450         Sync to keyframe after seek
26451
26452 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26453
26454         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26456         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26457         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26458         * ext/libvisual/visual.c: (gst_visual_change_state):
26459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26460         * ext/theora/theoradec.c: (theora_dec_change_state):
26461         * ext/theora/theoraenc.c: (theora_enc_change_state):
26462         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26463         * gst-libs/gst/navigation/navigation.c:
26464         * gst/adder/gstadder.c: (gst_adder_change_state):
26465         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26466         (gst_audio_convert_get_buffer):
26467         * gst/multipart/multipartdemux.c:
26468         (gst_multipart_demux_change_state):
26469         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26471         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26472         * gst/videoscale/gstvideoscale.c:
26473         (gst_videoscale_handle_src_event):
26474         * gst/volume/gstvolume.c: (volume_chain_int16):
26475           don't assert in state change, this should be done by the base
26476           GstElement class.
26477           various debugging fixes.
26478
26479 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26480
26481         * configure.ac:
26482         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26483         (gst_play_dispose), (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_sink_element),
26487         (gst_play_get_all_by_interface):
26488         * gst-libs/gst/play/play.h:
26489           add new method to get elements implementing an interface.
26490           add various error logging
26491
26492 2004-07-08  Wim Taymans  <wim@fluendo.com>
26493
26494         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26495         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26496         (make_playerbin_pipeline), (query_durations_elems),
26497         (query_durations_pads), (query_positions_elems),
26498         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26499         (main):
26500         Added playbin seeking example.
26501
26502 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26503
26504         * gst-libs/gst/play/play.c: (gst_play_set_location),
26505         (gst_play_set_data_src), (gst_play_set_video_sink),
26506         (gst_play_set_audio_sink), (gst_play_set_visualization),
26507         (gst_play_connect_visualization), (gst_play_get_framerate):
26508           use a macro to look up elements from hash table
26509
26510 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26511
26512         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26513         (gst_play_get_length_callback), (gst_play_set_location),
26514         (gst_play_seek_to_time), (gst_play_set_data_src),
26515         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26516         (gst_play_set_visualization), (gst_play_connect_visualization),
26517         (gst_play_get_sink_element):
26518         - add debugging info
26519         - fix looking up sink elements by iterating over complete caps
26520         - put everything except for source and autoplugger in a complete bin
26521
26522 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26523
26524         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26525         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26526         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26527         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26528         * ext/alsa/gstalsasink.h:
26529         - add debugging info
26530         - clean up schizophrenia of data/buffer/event
26531         - fix double event unref error
26532
26533 2004-07-08  Wim Taymans  <wim@fluendo.com>
26534
26535         * gst/playback/Makefile.am:
26536         Add headers to noinst
26537
26538 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26539
26540         * tools/gst-launch-ext-m.m:
26541         * tools/gst-launch-ext.1.in:
26542           convert to the third millenium
26543
26544 2004-07-07  David Schleef  <ds@schleef.org>
26545
26546         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26547
26548 2004-07-07  Wim Taymans  <wim@fluendo.com>
26549
26550         * gst/playback/Makefile.am:
26551         * gst/playback/README:
26552         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26553         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26554         (compare_ranks), (print_feature), (gst_decode_bin_init),
26555         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26556         (try_to_link_1), (new_pad), (close_link), (type_found),
26557         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26558         (plugin_init):
26559         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26560         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26561         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26562         (gen_preroll_element), (no_more_pads), (new_stream),
26563         (setup_source), (gst_play_base_bin_set_property),
26564         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26565         (gst_play_base_bin_add_element),
26566         (gst_play_base_bin_remove_element),
26567         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26568         (gst_play_base_bin_unlink_stream),
26569         (gst_play_base_bin_get_streaminfo):
26570         * gst/playback/gstplaybasebin.h:
26571         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26572         (gst_play_bin_class_init), (gst_play_bin_init),
26573         (gst_play_bin_dispose), (gst_play_bin_set_property),
26574         (gst_play_bin_get_property), (gen_video_element),
26575         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26576         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26577         (gst_play_bin_get_formats), (gst_play_bin_convert),
26578         (gst_play_bin_get_query_types), (gst_play_bin_query),
26579         (plugin_init):
26580         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26581         (gst_stream_info_get_type), (gst_stream_info_class_init),
26582         (gst_stream_info_init), (gst_stream_info_new),
26583         (gst_stream_info_dispose), (gst_stream_info_set_property),
26584         (gst_stream_info_get_property):
26585         * gst/playback/gststreaminfo.h:
26586         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26587         (main):
26588         * gst/playback/test2.c: (main):
26589         * gst/playback/test3.c: (update_scale), (main):
26590         More playbin fixes. Added README. Do better element filtering.
26591         Added base class to preroll media. Added test apps.
26592
26593 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26594
26595         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26596         * ext/mpeg2dec/gstmpeg2dec.h:
26597           various debugging improvements.  Reset stream to next picture
26598           instead of sequence header, otherwise seeks cannot work.
26599
26600 2004-07-07  Wim Taymans  <wim@fluendo.com>
26601
26602         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26603         (gst_video_box_class_init), (gst_video_box_set_property),
26604         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26605         Use pad_alloc where possible.
26606
26607 2004-07-07  Wim Taymans  <wim@fluendo.com>
26608
26609         * sys/oss/gstosselement.c: (gst_osselement_reset),
26610         (gst_osselement_parse_caps):
26611         * sys/oss/gstosselement.h:
26612         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26613         Fix offset on osssrc.
26614
26615 2004-07-07  Wim Taymans  <wim@fluendo.com>
26616
26617         * ext/theora/theora.c: (plugin_init):
26618         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26619         (theora_dec_src_query), (theora_dec_chain):
26620         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26621         (theora_enc_sink_link), (theora_buffer_from_packet),
26622         (theora_push_packet), (theora_enc_chain):
26623         Fix theora granulepos calculation.
26624         Fix overflow in duration/position calculation.
26625         Bump rank to PRIMARY for theoradec.
26626         Use granulepos of last packet to calculate position.
26627         Set keyframe flag on buffers when needed.
26628
26629 2004-07-06  David Schleef  <ds@schleef.org>
26630
26631         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26632         serious?  (Fixed, obviously.)
26633
26634 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26635
26636         * po/LINGUAS:
26637         * po/cs.po:
26638           added Czech translation (Miloslav Trmac)
26639
26640 2004-07-05  Wim Taymans  <wim@fluendo.com>
26641
26642         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26643         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26644         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26645         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26646         (close_link), (type_found), (gst_decode_bin_set_property),
26647         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26648         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26649         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26650         (gst_decode_bin_query), (plugin_init):
26651         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26652         (gst_play_bin_class_init), (gst_play_bin_init),
26653         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26654         (get_video_element), (new_pad), (setup_source),
26655         (gst_play_bin_set_property), (gst_play_bin_get_property),
26656         (gst_play_bin_change_state), (gst_play_bin_add_element),
26657         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26658         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26659         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26660         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26661         * gst/playback/test.c: (main):
26662         More fixes, cleaned up playbin, make it use decodebin. Added
26663         threaded property to playbin.
26664
26665 2004-07-05  Wim Taymans  <wim@fluendo.com>
26666
26667         * configure.ac:
26668         * gst/playback/Makefile.am:
26669         * gst/playback/decodetest.c: (main):
26670         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26671         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26672         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26673         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26674         (close_link), (type_found), (gst_decode_bin_set_property),
26675         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26676         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26677         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26678         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26679         (plugin_init):
26680         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26681         (gst_play_bin_class_init), (gst_play_bin_init),
26682         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26683         (collect_sink_pads), (find_compatibles), (close_pad_link),
26684         (try_to_link_1), (new_pad), (close_link), (type_found),
26685         (setup_source), (gst_play_bin_set_property),
26686         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26687         (compare_ranks), (gst_play_bin_collect_factories),
26688         (gst_play_bin_change_state), (gst_play_bin_add_element),
26689         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26690         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26691         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26692         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26693         * gst/playback/test.c: (main):
26694         Added some playback helper elements and some test apps, very alpha
26695         still.
26696
26697 2004-07-04  Benjamin Otte  <otte@gnome.org>
26698
26699         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26700           only restart audio when we indeed have an xrun to fix repeated
26701           xruns. Fix suggested by Giuliano Pochini.
26702
26703 2004-07-03  David Schleef  <ds@schleef.org>
26704
26705         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26706         call to gst_debug_log() if debugging is disabled (bug #145118)
26707
26708 2004-07-03  Benjamin Otte  <otte@gnome.org>
26709
26710         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26711           use our own functions for restarting the alsa device.
26712         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26713           I should apply patches myself - use MIN for the third argument, not
26714           the second, this fixes seeking
26715
26716 2004-07-02  David Schleef  <ds@schleef.org>
26717
26718         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26719         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26720         do with the logic.
26721
26722 2004-07-02  David Schleef  <ds@schleef.org>
26723
26724         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26725         output buffers.  Fix logic mistake.  (bug #144866)
26726
26727 2004-07-02  David Schleef  <ds@schleef.org>
26728
26729         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26730         on X.  (bug #144753)
26731
26732 2004-07-02  David Schleef  <ds@schleef.org>
26733
26734         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26735         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26736         (bug #144624)
26737         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26738         (gst_osselement_rate_probe_check): Add another workaround for
26739         buggy drivers (bug #145336)
26740
26741 2004-07-02  David Schleef  <ds@schleef.org>
26742
26743         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26744         Most systems don't have MSG_NOSIGNAL.
26745
26746 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26747
26748         * Makefile.am:
26749         * gst-libs/gst/colorbalance/Makefile.am:
26750         * gst-libs/gst/mixer/Makefile.am:
26751         * gst-libs/gst/play/Makefile.am:
26752         * gst-libs/gst/tuner/Makefile.am:
26753           (hopefully) fix both install and dist and make error message useful.
26754           needs testing across automakes.
26755
26756 2004-07-02  Benjamin Otte  <otte@gnome.org>
26757
26758         * ext/ogg/gstogg.c: (plugin_init):
26759           we require bytestream now
26760         * ext/ogg/gstoggdemux.c:
26761           huge diff to implement chain setup in a fast and generic way. This
26762           improves tag reading and startup of huge files (read: Theora videos)
26763           quite a bit. It probably contains bugs, too, so please test.
26764           Seeking is not improved to the fast method.
26765
26766 2004-06-29  Wim Taymans  <wim@fluendo.com>
26767
26768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26769         * ext/ogg/gstoggmux.c:
26770         Fix memleak in oggdemux when running unconnected pads.
26771         doc update in mux, start working on keyframe mode.
26772
26773 2004-06-29  Benjamin Otte  <otte@gnome.org>
26774
26775         * sys/oss/gstosssink.c:
26776         * sys/oss/gstosssrc.c:
26777           advertise correct template caps - we indeed do non-native endianness
26778           and 8bit audio has no endianness
26779         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26781           avoid (wrong) duplications in getcaps function and return
26782           template caps
26783
26784 2004-06-29  Wim Taymans  <wim@fluendo.com>
26785
26786         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26787         (gst_multifdsink_class_init), (gst_multifdsink_add),
26788         (gst_multifdsink_remove), (gst_multifdsink_clear),
26789         (gst_multifdsink_client_remove),
26790         (gst_multifdsink_handle_client_read),
26791         (gst_multifdsink_client_queue_data),
26792         (gst_multifdsink_client_queue_caps),
26793         (gst_multifdsink_client_queue_buffer),
26794         (gst_multifdsink_handle_client_write),
26795         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26796         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26797         (gst_multifdsink_init_send), (gst_multifdsink_close):
26798         Fix wrong GList iteration that could crash the server when
26799         more then 2 clients disconnect at the same time. Read all the
26800         pending commands in one batch to recover from command storms under
26801         very heavy load.
26802
26803 2004-06-28  Wim Taymans  <wim@fluendo.com>
26804
26805         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26806         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26807         (gst_videomixer_pad_set_property),
26808         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26809         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26810         (gst_videomixer_class_init), (gst_videomixer_init),
26811         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26812         (pad_zorder_compare), (gst_videomixer_sort_pads),
26813         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26814         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26815         (gst_videomixer_update_queues), (gst_videomixer_loop),
26816         (plugin_init):
26817         Avoid divide by zero, choose masterpad as the pad with the highest
26818         framerate.
26819
26820 2004-06-27  Julien Moutte  <julien@moutte.net>
26821
26822         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26823         (gst_ximagesink_xwindow_new):
26824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26825         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26826         function directly. We might want to call it from somewhere else one day.
26827
26828 2004-06-27  Julien Moutte  <julien@moutte.net>
26829
26830         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26831         (gst_ximagesink_xwindow_new):
26832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26833         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26834         window decorations.
26835
26836 2004-06-27  Wim Taymans  <wim@fluendo.com>
26837
26838         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26839         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26840         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26841         (gst_dvdec_set_property), (gst_dvdec_get_property):
26842         * ext/dv/gstdvdec.h:
26843         Implement drop_factor property to lower the framerate with
26844         a factor.
26845
26846 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26847
26848         * gst-libs/gst/colorbalance/Makefile.am:
26849         * gst-libs/gst/mixer/Makefile.am:
26850         * gst-libs/gst/play/Makefile.am:
26851         * gst-libs/gst/tuner/Makefile.am:
26852           unbreak Company's fix that didn't install the -enum.h files
26853
26854 2004-06-27  Wim Taymans  <wim@fluendo.com>
26855
26856         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26857         (gst_dvdec_change_state):
26858         * ext/dv/gstdvdec.h:
26859         Fix timestamp, duration and offset of the buffers.
26860
26861 2004-06-27  Wim Taymans  <wim@fluendo.com>
26862
26863         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26864         (gst_multifdsink_class_init), (gst_multifdsink_add),
26865         (gst_multifdsink_remove), (gst_multifdsink_clear),
26866         (gst_multifdsink_client_remove),
26867         (gst_multifdsink_handle_client_read),
26868         (gst_multifdsink_client_queue_data),
26869         (gst_multifdsink_client_queue_caps),
26870         (gst_multifdsink_client_queue_buffer),
26871         (gst_multifdsink_handle_client_write),
26872         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26873         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26874         (gst_multifdsink_init_send), (gst_multifdsink_close):
26875         * gst/tcp/gstmultifdsink.h:
26876         * gst/tcp/gsttcpserversink.c:
26877         (gst_tcpserversink_handle_server_read),
26878         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26879         More multifdsink fixes, more recovery policy fixes.
26880         Removed stupid g_print
26881
26882 2004-06-26  Wim Taymans  <wim@fluendo.com>
26883
26884         * gst/tcp/Makefile.am:
26885         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26886         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26887         (gst_multifdsink_class_init), (gst_multifdsink_init),
26888         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26889         (gst_multifdsink_handle_client_read),
26890         (gst_multifdsink_client_queue_data),
26891         (gst_multifdsink_client_queue_caps),
26892         (gst_multifdsink_client_queue_buffer),
26893         (gst_multifdsink_handle_client_write),
26894         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26895         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26896         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26897         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26898         (gst_multifdsink_close), (gst_multifdsink_change_state):
26899         * gst/tcp/gstmultifdsink.h:
26900         * gst/tcp/gsttcpplugin.c: (plugin_init):
26901         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26902         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26903         (gst_tcpserversink_handle_server_read),
26904         (gst_tcpserversink_handle_select),
26905         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26906         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26907         * gst/tcp/gsttcpserversink.h:
26908         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26909         one of the locks, added recovery policy to multifdsink.
26910
26911 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26912
26913         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26914           fix decision for when getting frames with same timestamp
26915         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26916         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26917         (gst_v4lsrc_get_property):
26918         * sys/v4l/gstv4lsrc.h:
26919           add latency offset property
26920
26921 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26922
26923         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26924         (plugin_init):
26925           fix debugging. add category.
26926
26927 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26928
26929         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26930           fix wrong offsets
26931
26932 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26933
26934         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26935         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26936         (gst_alsa_src_change_state):
26937           return a time that is in sync with the element's processing
26938
26939 2004-06-25  Wim Taymans  <wim@fluendo.com>
26940
26941         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26942         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26943         (gst_tcpserversink_client_remove),
26944         (gst_tcpserversink_handle_client_read),
26945         (gst_tcpserversink_client_queue_data),
26946         (gst_tcpserversink_client_queue_caps),
26947         (gst_tcpserversink_client_queue_buffer),
26948         (gst_tcpserversink_handle_client_write),
26949         (gst_tcpserversink_queue_buffer),
26950         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26951         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26952         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26953         (gst_tcpserversink_close):
26954         * gst/tcp/gsttcpserversink.h:
26955         Serversink rewrite. Really do non blocking writes to clients and
26956         maintain an internal queue to handle slower clients while not
26957         disturbing fast clients.
26958
26959 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26960
26961         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26962           better debug, don't override OFFSET and OFFSET_END
26963
26964 2004-06-25  Iain <iain@prettypeople.org>
26965
26966         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26967         name=source for the wavparse pipeline.
26968
26969 2004-06-24  Johan Dahlin  <johan@gnome.org>
26970
26971         * ext/theora/theoraenc.c (theora_enc_chain): Call
26972         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26973         streamheader caps are set correctly.
26974
26975 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26976
26977         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26978         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26979           respect minimum bitrate; same could be done for max bitrate
26980
26981 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26982
26983         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26984         (gst_vorbisenc_setup):
26985           fix sample rate range
26986
26987 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26988
26989         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26990         (gst_oggvorbisenc_setup):
26991         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26992         (gst_vorbisenc_setup):
26993           resolve ambiguities in code and description
26994
26995 2004-06-24  Wim Taymans  <wim@fluendo.com>
26996
26997         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26998         * ext/alsa/gstalsa.h:
26999         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
27000         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
27001         Use alsa trigger_tstamp to get the timestamp of the first
27002         sample in the buffer for more precise sync. Some cleanups.
27003
27004 2004-06-24  Wim Taymans  <wim@fluendo.com>
27005
27006         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
27007         (gst_audiorate_init), (gst_audiorate_chain),
27008         (gst_audiorate_set_property), (gst_audiorate_get_property):
27009         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27010         (gst_videorate_chain):
27011         Added some logging, fixed an overflow bug in videorate.
27012
27013 2004-06-24  Benjamin Otte  <otte@gnome.org>
27014
27015         * ext/kio/Makefile.am:
27016           fix for builddir != srcdir and distcheck
27017
27018 2004-06-24  Benjamin Otte  <otte@gnome.org>
27019
27020         * gst-libs/gst/colorbalance/Makefile.am:
27021         * gst-libs/gst/mixer/Makefile.am:
27022         * gst-libs/gst/play/Makefile.am:
27023         * gst-libs/gst/tuner/Makefile.am:
27024         * gst/tcp/Makefile.am:
27025         * sys/dxr3/Makefile.am:
27026           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
27027           tarball.
27028           Also add all *.list files that were missing.
27029         * Makefile.am:
27030           add a distcheck hook to ensure the above doesn't happen again.
27031
27032 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
27033
27034         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
27035
27036 2004-06-23  Colin Walters  <walters@redhat.com>
27037
27038         * m4/Makefile.am: Distribute gst-fionread.m4.
27039
27040 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27041
27042         * configure.ac: back to dev
27043
27044 2004-06-23  Wim Taymans  <wim@fluendo.com>
27045
27046         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
27047         (gst_alsa_xrun_recovery):
27048         * ext/alsa/gstalsa.h:
27049         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27050         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
27051         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
27052         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
27053         (gst_alsa_src_loop):
27054         Add clock to alsasrc. Take new capture timestamp when
27055         restarting after an overrun. Split up some functions between
27056         alsasrc and alsasink.
27057
27058 === release 0.8.2 ===
27059
27060 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27061
27062         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27063         (gst_alsa_change_state), (gst_alsa_update_avail),
27064         (gst_alsa_xrun_recovery):
27065         * ext/alsa/gstalsa.h:
27066         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27067           merge back changes from release
27068
27069 2004-06-23  Wim Taymans  <wim@fluendo.com>
27070
27071         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
27072         (gst_audiorate_init), (gst_audiorate_chain),
27073         (gst_audiorate_set_property), (gst_audiorate_get_property):
27074         Implement sample dropping and notify
27075
27076 2004-06-22  Wim Taymans  <wim@fluendo.com>
27077
27078         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27079         (theora_enc_sink_link), (theora_buffer_from_packet),
27080         (theora_push_packet), (theora_enc_chain):
27081         Some cleanups, make sure the timestamps are correct.
27082
27083 2004-06-22  Wim Taymans  <wim@fluendo.com>
27084
27085         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
27086         (gst_alsa_change_state), (gst_alsa_update_avail),
27087         (gst_alsa_xrun_recovery):
27088         * ext/alsa/gstalsa.h:
27089         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27090         Cleanups, take queued samples into account when reporting
27091         the time.
27092
27093 2004-06-22  Wim Taymans  <wim@fluendo.com>
27094
27095         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27096         (gst_videorate_init):
27097         Initialize the property as well.
27098
27099 2004-06-22  Wim Taymans  <wim@fluendo.com>
27100
27101         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27102         (gst_videorate_init), (gst_videorate_chain),
27103         (gst_videorate_set_property), (gst_videorate_get_property):
27104         Add property to make videorate silent.
27105         Add property to prefer new frames over old ones.
27106
27107 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27108
27109         * sys/osxvideo/Makefile.am:
27110         Workaround so that the osxvideo .so file gets linked with the
27111         Cocoa, OpenGL and QuickTime frameworks
27112
27113 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27114
27115         * sys/osxaudio/Makefile.am:
27116         Workaround so that the osxaudio .so file gets linked with the
27117         CoreAudio framework
27118
27119 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27120
27121         * configure.ac:
27122         Whoops, my fault...fixed build issues
27123
27124 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27125
27126         * configure.ac:
27127         Add objective-c support if running in Darwin/Mac OS X
27128         * sys/Makefile.am:
27129         * sys/osxvideo:
27130         * sys/osxvideo/Makefile.am:
27131         * sys/osxvideo/osxvideosink.h:
27132         * sys/osxvideo/osxvideosink.m:
27133         * sys/osxvideo/cocoawindow.h:
27134         * sys/osxvideo/cocoawindow.m:
27135         Add osxvideosink, a cocoa-based osx video sink
27136
27137
27138 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
27139         * ext/dvdnav/gst-dvd:
27140         Grab the gconf key from the right spot
27141         * gst/debug/gstnavseek.c: (gst_navseek_init),
27142         (gst_navseek_segseek), (gst_navseek_handle_src_event),
27143         (gst_navseek_chain):
27144         * gst/debug/gstnavseek.h:
27145           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
27146           and loop parameters of a segment seek.
27147         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
27148         (gst_videotestsrc_get_event_masks),
27149         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27150         * gst/videotestsrc/gstvideotestsrc.h:
27151           Add seeking support to videotestsrc
27152           Initialise the timestamp_offset variable.
27153
27154 2004-06-18  Wim Taymans  <wim@fluendo.com>
27155
27156         * ext/sidplay/gstsiddec.cc:
27157         Fix negotiation and set correct end offset.
27158
27159 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27160
27161         * configure.ac: branch and prerelease
27162
27163 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27164
27165         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
27166         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
27167         (gst_tcpclientsrc_init_receive):
27168         * gst/tcp/gsttcpclientsrc.h:
27169           read caps when connecting to server for GDP so we set them correctly
27170
27171 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27172
27173         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
27174           notify drops and duplicates
27175         * gst/videoscale/videoscale.c: (videoscale_get_structure):
27176           no good reason to limit ourselves to 100x100
27177
27178 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27179
27180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
27181         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27182         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27183         (gst_v4lsrc_get_property):
27184         * sys/v4l/gstv4lsrc.h:
27185         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27186         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27187         (gst_v4l_set_audio):
27188         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
27189         (gst_v4lsrc_try_capture):
27190         * sys/v4l/v4lsrc_calls.h:
27191           change try_palette to more general try_capture
27192           add autoprobe option so we can turn off autoprobing
27193           various fixes
27194
27195 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27196
27197         * configure.ac:
27198           add videorate
27199         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
27200         (gst_ximagesink_class_init):
27201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
27202         (gst_xvimagesink_class_init):
27203           run them as finalize, not dispose, since dispose can be invoked
27204           multiple times
27205
27206 2004-06-17  Wim Taymans  <wim@fluendo.com>
27207
27208         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27209         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
27210         * ext/alsa/gstalsa.h:
27211         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27212         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
27213         (gst_alsa_src_change_state):
27214         * ext/alsa/gstalsasrc.h:
27215         Make the xrun code timestamp and offset the buffers correctly.
27216         moved the clock to the base class, use alsa methods to get time.
27217         Do correct timestamping on outgoing buffers.
27218
27219 2004-06-17  Wim Taymans  <wim@fluendo.com>
27220
27221         * gst/audiorate/Makefile.am:
27222         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
27223         (gst_audiorate_base_init), (gst_audiorate_class_init),
27224         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
27225         (gst_audiorate_set_property), (gst_audiorate_get_property),
27226         (gst_audiorate_change_state), (plugin_init):
27227         Added an audiorate converter that fills in gaps.
27228
27229 2004-06-17  Johan Dahlin  <johan@gnome.org>
27230
27231         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27232
27233 2004-06-16  Wim Taymans  <wim@fluendo.com>
27234
27235         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27236         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27237         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27238         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27239         (gst_v4lsrc_get_property):
27240         * sys/v4l/gstv4lsrc.h:
27241         Added a copy mode to v4lsrc where it will output a copied version
27242         of its internal hardware buffer.
27243         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27244         can't | them.
27245
27246 2004-06-16  Wim Taymans  <wim@fluendo.com>
27247
27248         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27249         Timestamp fixes.
27250
27251 2004-06-16  Wim Taymans  <wim@fluendo.com>
27252
27253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27254         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27255         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27256         (gst_v4lsrc_get_property):
27257         * sys/v4l/gstv4lsrc.h:
27258         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27259         Added a sync mode enum property to control v4lsrc timestamp method
27260         Removed the use-fixed-fps property and moved functionality in
27261         the enum.
27262         Don't error on an error value from v4l-conf, it might not always
27263         be a real error.
27264
27265 2004-06-16  Wim Taymans  <wim@fluendo.com>
27266
27267         * gst/videorate/Makefile.am:
27268         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27269         (gst_videorate_base_init), (gst_videorate_class_init),
27270         (gst_videorate_getcaps), (gst_videorate_link),
27271         (gst_videorate_init), (gst_videorate_chain),
27272         (gst_videorate_set_property), (gst_videorate_get_property),
27273         (gst_videorate_change_state), (plugin_init):
27274         Added a video timestamp corrector.
27275
27276 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27277
27278         fixed a potential leak with previous commit
27279
27280         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27281
27282 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27283
27284         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27285         Added missing refcount, fixes bug #144425
27286         Cheers Tim for finding the bug
27287
27288 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27289
27290         * sys/v4l/gstv4l.c: (plugin_init):
27291         * sys/v4l/gstv4lcolorbalance.c:
27292         * sys/v4l/gstv4lcolorbalance.h:
27293         * sys/v4l/gstv4lelement.c:
27294         * sys/v4l/gstv4lelement.h:
27295         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27296         * sys/v4l/gstv4lmjpegsink.h:
27297         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27298         * sys/v4l/gstv4lmjpegsrc.h:
27299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27300         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27301         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27302         * sys/v4l/gstv4lsrc.h:
27303         * sys/v4l/gstv4ltuner.c:
27304         * sys/v4l/gstv4ltuner.h:
27305         * sys/v4l/gstv4lxoverlay.c:
27306         * sys/v4l/gstv4lxoverlay.h:
27307         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27308         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27309         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27310         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27311         (gst_v4l_set_audio):
27312         * sys/v4l/v4l_calls.h:
27313         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27314         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27315         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27316         (gst_v4lmjpegsink_playback_init),
27317         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27318         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27319         (gst_v4lmjpegsink_playback_stop),
27320         (gst_v4lmjpegsink_playback_deinit):
27321         * sys/v4l/v4lmjpegsink_calls.h:
27322         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27323         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27324         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27325         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27326         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27327         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27328         * sys/v4l/v4lmjpegsrc_calls.h:
27329         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27330         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27331         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27332         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27333         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27334         (gst_v4lsrc_try_palette):
27335         * sys/v4l/v4lsrc_calls.h:
27336           bunch of paranoia cleanups
27337
27338 2004-06-14  David Schleef  <ds@schleef.org>
27339
27340         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27341         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27342         Send discont events and change timestamps appropriately when
27343         we get a seek event.  (bug #144240)
27344         * ext/cdparanoia/gstcdparanoia.h:
27345
27346 2004-06-14  Benjamin Otte  <otte@gnome.org>
27347
27348         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27349           snd_pcm_hw_params_set_rate  since the latter fails for no good
27350           reason on some setups.
27351
27352 2004-06-14  David Schleef  <ds@schleef.org>
27353
27354         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27355         standard.  Thank you for playing.
27356
27357 2004-06-14  Wim Taymans  <wim@fluendo.com>
27358
27359         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27360         Patch 1.3 broke the ordering of the colorspace info and
27361         made the plugin basically work by coincidence, reordered
27362         the info.
27363
27364 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27365
27366         * ext/lame/gstlame.c:
27367         * ext/mad/gstmad.c:
27368           sync caps.  Make sure mad can only output a list of rates, not
27369           a full range.  In the future, have three caps lists for each of the
27370           mpeg versions.  Change mpegversion to a double as well.
27371
27372 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27373
27374         * gst/volume/.cvsignore:
27375         * gst/volume/Makefile.am:
27376         * gst/volume/demo.c: (value_changed_callback), (idler),
27377         (setup_gui), (main):
27378           added small demo app
27379
27380 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27381         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27382         * ext/esd/esdsink.h:
27383         Close the esd connection on pause, because esd will just wait -
27384         blocking all other esd clients indefinitely.
27385
27386 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27387
27388         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27389           previous commit with GST_DEBUG
27390
27391 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27392
27393         * configure.ac:
27394           add a header check for a dvdread header in dvdnav.  Fixes #133002
27395
27396 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27397
27398         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27399         * gst/tcp/gsttcpclientsink.h:
27400         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27401         * gst/tcp/gsttcpclientsrc.h:
27402         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27403         (gst_tcpserversink_handle_server_read),
27404         (gst_tcpserversink_init_send):
27405         * gst/tcp/gsttcpserversink.h:
27406         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27407         * gst/tcp/gsttcpserversrc.h:
27408         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27409         version of IP)
27410
27411 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27412
27413         * configure.ac:
27414         Added ogg library so that OSX detects libtheora properly
27415
27416 2004-06-11  Wim Taymans  <wim@fluendo.com>
27417
27418         * ext/theora/theoradec.c: (theora_dec_chain),
27419         (theora_dec_change_state):
27420         Don't try to decode frames before we received a keyframe.
27421
27422 2004-06-11  Wim Taymans  <wim@fluendo.com>
27423
27424         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27425         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27426         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27427         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27428         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27429         Added property to set the maximum delay of a page.
27430
27431 2004-06-10  Wim Taymans  <wim@fluendo.com>
27432
27433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27434         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27435         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27436         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27437         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27438         Added max-delay property to control the maximum amount
27439         of data to put in one page.
27440
27441 2004-06-10  Wim Taymans  <wim@fluendo.com>
27442
27443         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27444         (gst_theora_enc_init), (theora_enc_sink_link),
27445         (theora_buffer_from_packet), (theora_enc_set_property),
27446         (theora_enc_get_property):
27447         Set duration on encoded buffer, added some more properties
27448
27449 2004-06-10  Wim Taymans  <wim@fluendo.com>
27450
27451         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27452         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27453         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27454         * ext/theora/theoraenc.c: (theora_enc_chain):
27455         Fix refcounting bugs
27456
27457 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27458
27459         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27460         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27461         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27462         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27463         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27464         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27465         (gst_asf_demux_change_state):
27466         * gst/asfdemux/gstasfdemux.h:
27467           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27468           feels like. I think we should set a new requirement for demuxers
27469           from now on to implement sane loop functions, data loops, query
27470           and seek functions before first commit into CVS. And this commit
27471           fixes all of the above.
27472
27473 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27474
27475         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27476           vorbis comments are properly encoded in UTF-8 before adding them
27477           to a GstTagList
27478
27479 2004-06-09  Benjamin Otte  <otte@gnome.org>
27480
27481         * ext/alsa/gstalsa.c: (add_channels):
27482           handle min <= max correctly
27483         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27484         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27485           add fixation functions so we fixate correctly. No preferring of alaw
27486           anymore because it's the first structure.
27487         * ext/alsa/gstalsa.h:
27488         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27489         (gst_alsa_hw_params_dump):
27490           add functions to ease debugging in alsalib
27491         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27492         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27493         (gst_alsa_start_audio):
27494           only specify hw params if we really setup a format (fixes #134007 -
27495           or at least works around it)
27496
27497 2004-06-09  Wim Taymans  <wim@fluendo.com>
27498
27499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27500         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27501         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27502         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27503         (gst_ogg_mux_loop):
27504         Use stream caps to setup the initial pages in the ogg stream.
27505         Correctly set the streamheader caps on the srcpad.
27506
27507 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27508
27509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27510         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27511         (gst_v4lsrc_getcaps):
27512         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27513         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27514           add querying of fps lists for webcams.  Negotiating to a framerate
27515           now works.
27516
27517 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27518
27519         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27520         (theora_push_buffer), (theora_push_packet),
27521         (theora_set_header_on_caps), (theora_enc_chain):
27522           mark buffers and put on streamheader, raw theora streaming
27523           now works too, whee
27524
27525 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27526
27527         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27528         (gst_tcp_gdp_read_caps):
27529           do a looping read for caps and GDP headers too
27530
27531 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27532
27533         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27534         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27535           return EOS instead of NULL in _get
27536
27537 2004-06-08  Wim Taymans  <wim@fluendo.com>
27538
27539         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27540         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27541         (gst_tcp_gdp_write_caps):
27542         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27543         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27544         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27545         Memory leak fixes
27546
27547 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27548
27549         * ext/vorbis/Makefile.am:
27550         * ext/vorbis/vorbis.c: (plugin_init):
27551         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27552         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27553         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27554         (vorbis_parse_change_state):
27555         * ext/vorbis/vorbisparse.h:
27556           adding a vorbisparse element that marks the buffers, streaming
27557           raw vorbis using GDP now works, whee
27558
27559 2004-06-08  Wim Taymans  <wim@fluendo.com>
27560
27561         * ext/jpeg/Makefile.am:
27562         * ext/jpeg/README:
27563         * ext/jpeg/gstjpeg.c: (plugin_init):
27564         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27565         (gst_smokedec_base_init), (gst_smokedec_class_init),
27566         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27567         * ext/jpeg/gstsmokedec.h:
27568         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27569         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27570         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27571         (gst_smokeenc_resync), (gst_smokeenc_chain),
27572         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27573         * ext/jpeg/gstsmokeenc.h:
27574         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27575         (smokecodec_flush_destination), (smokecodec_term_destination),
27576         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27577         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27578         (smokecodec_term_source), (smokecodec_encode_new),
27579         (smokecodec_decode_new), (smokecodec_info_free),
27580         (smokecodec_set_quality), (smokecodec_get_quality),
27581         (smokecodec_set_threshold), (smokecodec_get_threshold),
27582         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27583         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27584         (smokecodec_parse_header), (smokecodec_decode):
27585         * ext/jpeg/smokecodec.h:
27586         Added a new simple jpeg based codec
27587
27588 2004-06-08  Wim Taymans  <wim@fluendo.com>
27589
27590         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27591         (gst_multipart_mux_loop):
27592         Fix memory leak
27593
27594 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27595
27596         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27597         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27598         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27599         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27600         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27601         * gst/tcp/gsttcpserversink.h:
27602           take streamheader into account
27603
27604 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27605
27606         * gst/level/Makefile.am:
27607         * gst/level/gstlevel.c: (gst_level_class_init):
27608           clean up marshal generation
27609
27610 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27611
27612         * gst/tcp/Makefile.am:
27613         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27614         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27615         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27616         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27617         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27618         (gst_tcpclientsrc_get_property):
27619         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27620         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27621         (gst_tcpserversink_handle_client_read),
27622         (gst_tcpserversink_handle_client_write),
27623         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27624         * gst/tcp/gsttcpserversink.h:
27625           add signals client-added and client-removed
27626         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27627         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27628         (gst_tcpserversrc_get_property):
27629         uniformized, change default protocol to NONE
27630         * gst/tcp/gsttcp-marshal.list: added
27631 2004-06-07  Benjamin Otte  <otte@gnome.org>
27632
27633         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27634           handle discont events if they happen before caps nego
27635
27636 2004-06-07  Wim Taymans  <wim@fluendo.com>
27637
27638         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27639         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27640         (gst_multipart_demux_plugin_init):
27641         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27642         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27643         (gst_multipart_mux_change_state):
27644         Small updates, fix a memleak
27645
27646 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27647
27648         * configure.ac: OSS portability
27649         * ext/arts/gst_arts.c: idem
27650         * sys/oss/gstosselement.c: idem
27651         * sys/oss/gstossmixer.c: idem
27652         * sys/oss/gstosssink.c: idem
27653         * sys/oss/gstosssrc.c: idem
27654         * sys/oss/oss_probe.c: idem
27655           - check for soundcard.h in different places for some BSD
27656
27657 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27658
27659         * AUTHORS:
27660         Add me to the authors file
27661         * configure.ac:
27662         Increase the libdv requirement to >= version 0.100
27663         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27664         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27665         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27666         * ext/dv/gstdvdec.h:
27667         Add support for the new_media flag when sending DISCONT events
27668         Make the querying work when video pad is not linked
27669
27670 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27671
27672         reviewed by Benjamin Otte  <otte@gnome.org>
27673
27674         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27675           create a NULL-initialized array of pads, so we don't think they
27676           exist already. (fixes #143130)
27677
27678 2004-06-07  Benjamin Otte  <otte@gnome.org>
27679
27680         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27681         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27682         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27683           don't use // coments
27684
27685 2004-06-07  Benjamin Otte  <otte@gnome.org>
27686
27687         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27688           cast to GstClockTime to get higher granularity
27689         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27690           use gst_element_set_time_delay to get the exact time
27691         * ext/mad/gstmad.c: (gst_mad_chain):
27692           use the negotiated rate instead of the current frame's rate which
27693           might be wrong because of bit errors. This avoids emitting totally
27694           bogus timestamps and screwing sync.
27695         (fixes #143454)
27696
27697 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27698
27699         reviewed by Benjamin Otte  <otte@gnome.org>
27700
27701         * gst/adder/gstadder.c: (gst_adder_loop):
27702           properly error out when no negotiation has happened yet. (fixes
27703           #143032)
27704
27705 2004-06-06  Benjamin Otte  <otte@gnome.org>
27706
27707         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27708           forward correctly transformed offset in discont events. Based on
27709           patch by Arwed v. Merkatz. (fixes #142851)
27710
27711 2004-06-06  David Schleef  <ds@schleef.org>
27712
27713         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27714         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27715         problems on several systems.
27716
27717 2004-06-06  Benjamin Otte  <otte@gnome.org>
27718
27719         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27720           use explicit caps on the srcpad
27721         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27722           properly error out if caps couldn't be set (fixes #142764)
27723
27724 2004-06-06  Benjamin Otte  <otte@gnome.org>
27725
27726         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27727         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27728         (gst_alsa_start_audio):
27729           - don't call set_periods_integer anymore, it breaks the
27730           configuration randomly
27731           - call snd_pcm_hw_params_set_access directly instead of using masks
27732           - don't fail if the sw_params can't be set, just use the default
27733           params and hope it works. Alsalib has weird issues when you touch
27734           sw_params and does no proper error reporting about what failed.
27735         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27736         (gst_alsa_close_audio):
27737           make our alsa debugging go via gst debugging and not conditionally
27738           defined
27739         * ext/alsa/gstalsa.h:
27740           add ALSA_DEBUG_FLUSH macro
27741         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27742         (plugin_init):
27743           wrap alsa errors to be printed via the gst debugging system and not
27744           spammed to stderr
27745
27746 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27747
27748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27749         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27750         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27751         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27752         (qtdemux_parse_trak):
27753         * gst/qtdemux/qtdemux.h:
27754           Bitch. Also known as seeking, querying & co.
27755         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27756         (gst_osssink_change_state):
27757         * sys/oss/gstosssink.h:
27758           Resyncing is for weenies, this hack is no longer needed and was
27759           broken anyway (since it - unintendedly - always leaves resync to
27760           TRUE).
27761
27762 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27763
27764         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27765         * gst/tcp/gsttcpclientsrc.h: idem
27766           - define MSG_NOSIGNAL if not done
27767           - include unistd.h for off_t
27768           (fixes #143749)
27769
27770 2004-06-05  Benjamin Otte  <otte@gnome.org>
27771
27772         * configure.ac:
27773         * ext/kio/Makefile.am:
27774           check for qt's moc preprocessor explicitly and use it
27775
27776 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27777
27778         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27779           don't get a signal for EPIPE on socket writes
27780           (somebody check if this works on other platforms)
27781
27782 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27783
27784         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27785         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27786           check error condition on available samples correctly
27787
27788 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27789
27790         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27791           avoid a segfault
27792         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27793         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27794         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27795         (gst_tcpserversrc_gdp_read_header):
27796          use ssize_t over size_t since the former is signed and thus the
27797          check for error codes can work
27798
27799 2004-06-02  Wim Taymans  <wim@fluendo.com>
27800
27801         reviewed by: Johan
27802
27803         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27804         (gst_multipart_mux_loop):
27805         Oops
27806
27807 2004-06-02  Wim Taymans  <wim@fluendo.com>
27808
27809         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27810         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27811         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27812         (gst_multipart_mux_change_state):
27813         Added configurable boundary specifier, added the value as a
27814         caps field as well.
27815
27816 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27817
27818         * gst/tcp/gsttcp.c:
27819         * gst/tcp/gsttcpclientsrc.c:
27820         * gst/tcp/gsttcpclientsrc.h:
27821         * gst/tcp/gsttcpserversrc.c:
27822           - portability fix, to compile on OSX
27823             (fixes #143146)
27824
27825         * sys/osxaudio/gstosxaudioelement.c:
27826         * sys/osxaudio/gstosxaudiosink.c:
27827         * sys/osxaudio/gstosxaudiosrc.c:
27828           - compilation warnings on OSX
27829             (fixes #143153)
27830
27831 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27832
27833         * ext/vorbis/vorbisdec.c : sign warning fixes
27834
27835         * gst-libs/gst/mixer/mixertrack.c :
27836           do no use defines which are glib 2.4 specific
27837
27838 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27839
27840         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27841           buffer since libflac doesn't expect it (reports a sync error when
27842           it encounters that)
27843
27844
27845 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27846
27847         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27848         * gst-libs/gst/mixer/mixertrack.c:
27849         (gst_mixer_track_get_property), (get_mixer_track_init),
27850         (get_mixer_track_get_property): Added property accessors
27851         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27852         * gst-libs/gst/mixer/mixeroptions.c:
27853         (gst_mixer_options_get_values): Added
27854         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27855         * gst-libs/gst/mixer/mixer.c: Fixed comment
27856
27857
27858 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27859
27860         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27861           improve error messages on open
27862
27863
27864 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27865
27866         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27867           check if v4l-conf is in path
27868
27869 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27870
27871         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27872           change assert to a more readable error message
27873
27874 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27875
27876         * gst-libs/gst/tuner/tunerchannel.h:
27877           - add a freq_multiplicator field to make the conversion
27878             between internal frequency unit and Hz
27879         * sys/v4l/gstv4lelement.c:
27880         * sys/v4l2/gstv4l2element.c:
27881           - change default video device to /dev/video0
27882         * sys/v4l/v4l_calls.c:
27883         * sys/v4l2/v4l2_calls.c:
27884           - we only expose frequency to the user in Hz instead of
27885             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27886
27887 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27888         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27889           Initialise b_o_s and e_o_s variables
27890         * gst-libs/gst/riff/riff-media.c:
27891         (gst_riff_create_video_caps_with_data):
27892           Add some unusual fourcc's from mplayer avi's
27893         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27894           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27895           autoplugging.
27896
27897 2004-05-28  Wim Taymans  <wim@fluendo.com>
27898
27899         * configure.ac:
27900         * gst/alpha/Makefile.am:
27901         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27902         (gst_alpha_get_type), (gst_alpha_base_init),
27903         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27904         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27905         (gst_alpha_chroma_key), (gst_alpha_chain),
27906         (gst_alpha_change_state), (plugin_init):
27907         A plugin to add an alpha channel to I420 video. Can optionally do
27908         chroma keying.
27909         * gst/multipart/Makefile.am:
27910         * gst/multipart/multipart.c: (plugin_init):
27911         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27912         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27913         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27914         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27915         (gst_multipart_demux_change_state),
27916         (gst_multipart_demux_plugin_init):
27917         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27918         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27919         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27920         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27921         (gst_multipart_mux_pad_unlink),
27922         (gst_multipart_mux_request_new_pad),
27923         (gst_multipart_mux_handle_src_event),
27924         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27925         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27926         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27927         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27928         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27929         send multipart jpeg images to a browser.
27930         * gst/videobox/Makefile.am:
27931         * gst/videobox/README:
27932         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27933         (gst_video_box_get_type), (gst_video_box_base_init),
27934         (gst_video_box_class_init), (gst_video_box_init),
27935         (gst_video_box_set_property), (gst_video_box_get_property),
27936         (gst_video_box_sink_link), (gst_video_box_i420),
27937         (gst_video_box_ayuv), (gst_video_box_chain),
27938         (gst_video_box_change_state), (plugin_init):
27939         Crops or adds borders around an image. can do alpha channel
27940         borders as well.
27941         * gst/videomixer/Makefile.am:
27942         * gst/videomixer/README:
27943         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27944         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27945         (gst_videomixer_pad_get_sink_event_masks),
27946         (gst_videomixer_pad_get_property),
27947         (gst_videomixer_pad_set_property),
27948         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27949         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27950         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27951         (gst_videomixer_base_init), (gst_videomixer_class_init),
27952         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27953         (gst_videomixer_handle_src_event),
27954         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27955         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27956         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27957         (gst_videomixer_loop), (gst_videomixer_get_property),
27958         (gst_videomixer_set_property), (gst_videomixer_change_state),
27959         (plugin_init):
27960         Generic video mixer plugin, can handle multiple inputs all with
27961         different framerates and video sizes. Is fully alpha channel
27962         aware.
27963
27964 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27965
27966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27967           Select first track as master track. Not sure how else to handle
27968           that...
27969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27970           Discard discont events. Should fix #142962.
27971
27972 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27973
27974         * ext/alsa/Makefile.am:
27975         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27976         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27977         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27978         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27979         (gst_alsa_mixer_get_option):
27980         * ext/alsa/gstalsamixer.h:
27981         * ext/alsa/gstalsamixeroptions.c:
27982         (gst_alsa_mixer_options_get_type),
27983         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27984         (gst_alsa_mixer_options_new):
27985         * ext/alsa/gstalsamixeroptions.h:
27986         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27987         * ext/alsa/gstalsamixertrack.h:
27988           Add enumerations (as GstMixerOptions). Make correct distinction
27989           between input/output tracks. Add capture/playback private flag.
27990           Use flag to decide on whether to set capture or playback volumes
27991           or switches. Use playback and record switches.
27992         * gst-libs/gst/mixer/Makefile.am:
27993         * gst-libs/gst/mixer/mixer-marshal.list:
27994         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27995         (gst_mixer_set_option), (gst_mixer_get_option),
27996         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27997         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27998         * gst-libs/gst/mixer/mixer.h:
27999         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
28000         (gst_mixer_options_class_init), (gst_mixer_options_init),
28001         (gst_mixer_options_dispose):
28002         * gst-libs/gst/mixer/mixeroptions.h:
28003           Add GstMixerOptions.
28004         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
28005           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
28006           broken device detection on computers with multiple OSS sound
28007           cards.
28008
28009 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28010
28011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28012           fixate nicely even when the peer is not negotiating
28013
28014 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28015
28016         * gst/audioconvert/gstaudioconvert.c:
28017         (gst_audio_convert_parse_caps):
28018           make sure we don't allow depth > width
28019         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28020           fixate endianness to G_BYTE_ORDER as default
28021         * gst/audioscale/gstaudioscale.c:
28022           we don't handle another endianness as host-endianness
28023
28024 2004-05-25  David Schleef  <ds@schleef.org>
28025
28026         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
28027
28028 2004-05-24  Benjamin Otte  <otte@gnome.org>
28029
28030         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
28031         (gst_oggvorbisenc_setup):
28032           properly fail when we can't setup the vorbis encoder due to
28033           unsupported settings
28034         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
28035         (gst_vorbisenc_setup):
28036           same
28037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28038           fix case where warnings occured when one pad was unlinked while the
28039           other's link function was called
28040
28041 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28042
28043         * gst/tcp/Makefile.am:
28044           use GST_ENABLE_NEW
28045
28046 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28047
28048         * gst-libs/gst/resample/private.h:
28049           don't use optimizations that are #if 0'ed
28050
28051 2004-05-24  Wim Taymans  <wim@fluendo.com>
28052
28053         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
28054         Fix potential division by zero error and hopefully get
28055         the position query right to get correct timestamps on avi
28056         audio.
28057
28058 2004-05-24  Wim Taymans  <wim@fluendo.com>
28059
28060         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
28061         (gst_videoscale_scale_nearest_str2),
28062         (gst_videoscale_scale_nearest_str4),
28063         (gst_videoscale_scale_nearest_32bit),
28064         (gst_videoscale_scale_nearest_24bit),
28065         (gst_videoscale_scale_nearest_16bit):
28066         Fix the scaling algorithm and avoid a buffer overflow.
28067         removed the while loop in the scaling function as it
28068         was used for point sampling only.
28069
28070 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28071
28072         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28073         (gst_id3_tag_class_init), (gst_id3_tag_init),
28074         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
28075         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
28076         (gst_id3_tag_send_tag_event):
28077           lots of fixes to make id3mux work and id3demux work correctly
28078
28079 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28080
28081         * ext/Makefile.am:
28082           add rules to build shout2send (was removed by accident
28083           when this module was no more marked experimental/broken)
28084
28085 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28086
28087         * ext/shout2/gstshout2.c:
28088         * ext/shout2/gstshout2.h:
28089           adding a "connection problem" signal to shout2send
28090           (fixes #142954)
28091
28092 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28093
28094         * ext/kio/kioreceiver.cpp:
28095         * ext/kio/kioreceiver.h:
28096           fix sign comparison issues
28097
28098 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28099
28100         * gst/cdxaparse/gstcdxaparse.c:
28101         * gst/cdxaparse/gstcdxaparse.h:
28102           some renaming
28103           add some checks/sanity
28104           prepare for seek addition
28105
28106         * sys/sunaudio/gstsunaudio.c:
28107           remove exported dupe init function
28108
28109 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
28110
28111         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
28112         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
28113           Fix format conversion and position querying.
28114         * gst/debug/progressreport.c: (gst_progressreport_report):
28115           Don't output a bogus total value that we didn't query.
28116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28117           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
28118           only a blank window after xine has been used.
28119
28120 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28121
28122         * m4/as-arts.m4:
28123           sync with upstream version to fix test on FC2
28124           readd with -ko to preserve Id header
28125
28126 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28127
28128         * configure.ac:
28129           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
28130         * gst/tcp/gsttcpclientsrc.c: idem
28131         * gst/tcp/gsttcpserversink.c: idem
28132         * gst/tcp/gsttcpserversrc.c: idem
28133         * m4/gst-fionread.m4: idem
28134
28135         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
28136
28137         * configure.ac: enable speex plugin for speex 1.1.5+
28138         * ext/speex/gstspeexenc.c: fix cast warning
28139
28140         * ext/esd/README: fix typo
28141
28142 2004-05-20  David Schleef  <ds@schleef.org>
28143
28144         * configure.ac: Minor cosmetic change to convince the buildbot to
28145         reautogen.
28146         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
28147         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
28148         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
28149         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
28150         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
28151         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
28152         More hacking.  Plays audio now.
28153
28154 2004-05-20  David Schleef  <ds@schleef.org>
28155
28156         * configure.ac:
28157         * sys/Makefile.am:
28158
28159 2004-05-20  David Schleef  <ds@schleef.org>
28160
28161         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
28162         * sys/osxaudio/gstosxaudio.c:
28163         * sys/osxaudio/gstosxaudioelement.c:
28164         * sys/osxaudio/gstosxaudioelement.h:
28165         * sys/osxaudio/gstosxaudiosink.c:
28166         * sys/osxaudio/gstosxaudiosink.h:
28167         * sys/osxaudio/gstosxaudiosrc.c:
28168         * sys/osxaudio/gstosxaudiosrc.h:
28169
28170 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28171
28172         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
28173         (gst_vorbisenc_chain):
28174           put the codec headers on the caps as streamheader as well as
28175           pushing them out
28176
28177 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28178
28179         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28180         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
28181         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
28182         split up push_packet into two functions
28183
28184 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28185
28186         * gst/tcp/.cvsignore:
28187           ignore enums
28188         * gst/tcp/Makefile.am:
28189         * gst/tcp/README:
28190         * gst/tcp/gsttcp.c:
28191         * gst/tcp/gsttcp.h:
28192         * gst/tcp/gsttcpclientsink.c:
28193         * gst/tcp/gsttcpclientsink.h:
28194         * gst/tcp/gsttcpclientsrc.c:
28195         * gst/tcp/gsttcpclientsrc.h:
28196         * gst/tcp/gsttcpplugin.c:
28197         * gst/tcp/gsttcpserversink.c:
28198         * gst/tcp/gsttcpserversink.h:
28199         * gst/tcp/gsttcpserversrc.c:
28200         * gst/tcp/gsttcpserversrc.h:
28201           add new tcp elements
28202
28203 2004-05-19  Wim Taymans  <wim@fluendo.com>
28204
28205         * gst/law/mulaw-conversion.c: (mulaw_encode):
28206         Fix overflow bug in ulaw encoding.
28207
28208 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28209
28210         * ext/mad/gstmad.c: (gst_mad_handle_event):
28211           don't unref the event twice
28212
28213 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28214
28215         * configure.ac:
28216           remove -Wno-sign-compare
28217
28218 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28219
28220         * configure.ac:
28221           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
28222           if you want to work against glib 2.2 and 2.4
28223
28224 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28225
28226         * gst/tcp/Makefile.am:
28227         * gst/tcp/gsttcp.c:
28228         * gst/tcp/gsttcp.h:
28229         * gst/tcp/gsttcpsink.h:
28230         * gst/tcp/gsttcpsrc.h:
28231           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28232
28233 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28234
28235         * gst/debug/tests.c: (md5_get_value):
28236           fix segfault on gst-inspect
28237
28238 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28239
28240         * gst/debug/testplugin.c:
28241         * gst/debug/tests.c:
28242         * gst/debug/tests.h:
28243           add new extensible and configurable testing element. Current tests
28244           include buffer count, stream length, timestamp/duration matching and
28245           md5.
28246         * gst/debug/Makefile.am:
28247         * gst/debug/gstdebug.c: (plugin_init):
28248           add infrastructure for new element
28249
28250 2004-05-19  Johan Dahlin  <johan@gnome.org>
28251
28252         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28253         ending of the array. Fixes gst-inspect segfault on ppc.
28254
28255 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28256
28257         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28258
28259         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28260
28261 2004-05-18  David Schleef  <ds@schleef.org>
28262
28263         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28264         warnings (bugs, actually) noticed by gcc but not forte.
28265
28266 2004-05-18  David Schleef  <ds@schleef.org>
28267
28268         * sys/sunaudio/Makefile.am:
28269         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28270
28271 2004-05-18  David Schleef  <ds@schleef.org>
28272
28273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28274         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28275         to allow qtdemux to use non-seekable streams. (bug #142272)
28276
28277 2004-05-18  David Schleef  <ds@schleef.org>
28278
28279         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28280         (gst_resample_sinc_ft_float): Remove use of static temporary
28281         buffer.  This code was obviously not supposed to last long, but
28282         it's stuck in our ABI, so it required a little hack to make it
28283         ABI-compatible.  Fixes #142585.
28284         * gst-libs/gst/resample/resample.h: same.
28285
28286 2004-05-18  David Schleef  <ds@schleef.org>
28287
28288         * configure.ac: Add sunaudio
28289         * examples/Makefile.am: make gstplay depend on gconf
28290         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28291         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28292         (convert_table_lookup), (img_convert): remove c99-isms
28293         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28294           unsigned, to fix a warning on Solaris
28295         * gst/mpeg1sys/systems.c: bcopy->memcpy
28296         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28297         * sys/Makefile.am: Add sunaudio
28298
28299 2004-05-18  Wim Taymans  <wim@fluendo.com>
28300
28301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28302         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28303         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28304         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28305         (gst_ogg_mux_loop):
28306         Fix an ugly memleak where the muxer didn't flush enough ogg
28307         pages. This also resulted in badly muxed ogg files.
28308
28309 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28310
28311         * gst/asfdemux/asfheaders.c :
28312         * gst/asfdemux/asfheaders.h :
28313         * gst/asfdemux/gstasfdemux.c :
28314           - fix ASF_OBJ_PADDING guid
28315           - add 3 new object guids (language list, metadata,
28316             extended stream properties)
28317           - add a function to parse extended header objects
28318
28319 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28320
28321         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28322           remove leftover debugging g_print
28323
28324 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28325
28326         * ext/mad/gstmad.c: (gst_mad_handle_event):
28327           Fix for when the first format in a discont event is not a
28328           byte-based one. Should fix #137710.
28329
28330 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28331
28332         * m4/a52.m4 : fix compilation with -Wall -Werror
28333         * m4/libfame.m4 : idem
28334         * m4/libmikmod.m4 : idem
28335
28336 2004-05-17  Benjamin Otte  <otte@gnome.org>
28337
28338         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28339           signal the new tags before giving up the reference
28340
28341 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28342
28343         * ext/shout2/gstshout2.c:
28344           use application/ogg instead of application/x-ogg (patch by Patrick
28345           Guimond, fixes #142432)
28346         * sys/oss/gstosselement.c: (gst_osselement_reset),
28347         (gst_osselement_sync_parms):
28348           don't set fragment size unless specified (fixes #142493)
28349
28350 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28351
28352         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28353           fixes #142664
28354
28355 2004-05-17  Benjamin Otte  <otte@gnome.org>
28356
28357         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28358           compute offsets correctly for internal buffers so timestamps are set
28359           correctly when we can't seek. Also handle cases where there are no
28360           offsets. (based on a patch by David Moore, fixes #142507)
28361
28362 2004-05-17  Benjamin Otte  <otte@gnome.org>
28363
28364         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28365           use correct variable when determining amount of data to skip so we
28366           don't skip into the void and segfault
28367
28368 2004-05-16  Benjamin Otte  <otte@gnome.org>
28369
28370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28371           Hi, I'm a memleak
28372
28373 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28374
28375         * gst/asfdemux/gstasfdemux.c:
28376           - fix a mem leak and always propagate tags
28377           - add WMV3 to known video codecs (but no decoder yet)
28378           - replace "surplus data" at end of audio header for what
28379             it is : codec specific data
28380           - fix a typo
28381
28382 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28383
28384         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28385
28386         * gst-libs/gst/audio/audioclock.c:
28387           Fix wrong return type (#142205).
28388
28389 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28390
28391         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28392           Ignore CRCs by default (fixes #142566).
28393
28394 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28395
28396         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28397         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28398         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28399         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28400         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28401         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28402           Fix for cases where we fail to attach to a mixer.
28403
28404 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28405
28406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28407           Don't touch events after not owning them anymore.
28408         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28409         (gst_wavparse_fmt), (gst_wavparse_other),
28410         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28411         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28412         (gst_wavparse_srcpad_event):
28413         * gst/wavparse/gstwavparse.h:
28414           Add seeking, fix querying.
28415
28416 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28417
28418         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28419           - process comments even if they don't end with \0\0
28420             g_convert would ignore them if present and works well without them
28421
28422 2004-05-16  Benjamin Otte  <otte@gnome.org>
28423
28424         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28425           simplify caps
28426
28427 2004-05-16  Benjamin Otte  <otte@gnome.org>
28428
28429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28430           don't write to memory we might not write to - g_convert does that
28431           for us anyway (fixes #142613)
28432         (gst_asf_demux_audio_caps):
28433           comment out gst_util_dump_mem
28434
28435 2004-05-16  Benjamin Otte  <otte@gnome.org>
28436
28437         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28438           compute correct expected timestamps after seek (broken since
28439           last commit)
28440         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28441           rename element and debugging category to gdkpixbufscale
28442
28443 2004-05-16  Benjamin Otte  <otte@gnome.org>
28444
28445         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28446           add error checking to snd_pcm_delay and remove duplicate call to
28447           snd_pcm_delay that caused issues (see inline code comments)
28448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28449           make more readable and fix return value when snd_pcm_delay fails
28450         (fixes #142586)
28451
28452 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28453         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28454         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28455         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28456         (gst_pixbufscale_link), (gst_pixbufscale_init),
28457         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28458         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28459         (gst_pixbufscale_get_property), (pixbufscale_init):
28460         * ext/gdk_pixbuf/pixbufscale.h:
28461         Add these files I forgot earlier
28462
28463 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28464         * ext/gdk_pixbuf/Makefile.am:
28465         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28466         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28467         Add new pixbufscale element to scale RGB video
28468         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28469         and HYPER interpolation correctly.
28470         * ext/theora/theoraenc.c: (theora_enc_chain),
28471         Discard buffer and return if explicit caps could not be set
28472         (theora_enc_get_property):
28473         Make _get return kbps for the bitrate consistent with
28474         the _set function.
28475
28476
28477 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28478
28479         * ext/libvisual/visual.c: (gst_visual_chain):
28480           add missing visual_audio_analyze
28481
28482 2004-05-14  David Schleef  <ds@schleef.org>
28483
28484         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28485         is killed while we're playing.
28486         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28487         gst_element_no_more_pads().
28488
28489 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28490
28491         * gst-libs/gst/riff/riff-read.c :
28492           - fix INFO tag extraction in RIFF/AVI files
28493             because gst_event_unref (event) also freed taglist
28494           - avoid a mem leak
28495
28496 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28497
28498         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28499         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28500
28501         * gst/auparse/gstauparse.c :
28502           - add code (commented for now) to support audio/x-adpcm on src pad
28503             (we have no decoder for those layout yet)
28504
28505         * gst/cdxaparse/gstcdxaparse.c :
28506         * gst/cdxaparse/gstcdxaparse.h :
28507           - partial rewrite using RiffRead (ripped iain's wavparse code)
28508
28509         * gst/rtp/gstrtpL16enc.c : typo
28510         * gst/rtp/gstrtpgsmenc.c : typo
28511
28512 2004-05-13  Benjamin Otte  <otte@gnome.org>
28513
28514         * configure.ac:
28515           check for exact version of libvisual, it's not supposed to be
28516           API/ABI stable yet
28517
28518 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28519
28520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28521           signal no-more-pads
28522
28523 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28524
28525         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28526         Report which format was used for GST_FORMAT_DEFAULT
28527         * gst/debug/Makefile.am:
28528         * gst/debug/gstdebug.c: (plugin_init):
28529         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28530         (gst_progressreport_class_init), (gst_progressreport_init),
28531         (gst_progressreport_report), (gst_progressreport_set_property),
28532         (gst_progressreport_get_property), (gst_progressreport_chain),
28533         (gst_progressreport_plugin_init):
28534         Add progressreport element for testing.
28535
28536 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28537
28538         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28539         * sys/v4l/gstv4lsrc.h:
28540         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28541         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28542         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28543         (gst_v4lsrc_grab_frame):
28544           add more debugging
28545           send a discont at start
28546
28547 2004-05-12  Colin Walters  <walters@redhat.com>
28548
28549         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28550         inflooping if we can't find a chunk.  Or in other words, don't blow
28551         chunks if we don't have a chunk to blow.
28552
28553 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28554         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28555         Remove old debug output
28556         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28557         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28558         (gst_dvdec_set_property), (gst_dvdec_get_property):
28559         Change the quality setting to an enum, so it works from gst-launch
28560         Don't renegotiate a non-linked pad. Allows audio only decoding.
28561         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28562         (gst_deinterlace_link), (gst_deinterlace_init):
28563         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28564         (gst_videodrop_link):
28565         Some caps negotiation fixes
28566
28567 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28568
28569         * ext/tarkin/gsttarkin.c :
28570           - Change RANK from NONE to PRIMARY
28571         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28572           - Change RANK from NONE to MARGINAL
28573         * ext/divx/gstdivxenc.c :
28574           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28575
28576 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28577
28578         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28579         (gst_vorbisenc_push_packet):
28580           copy a function that was added between 1.0 and 1.0.1 until we
28581           depend on worthwhile features of post-1.0
28582
28583 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28584
28585         * configure.ac:
28586           enable shout2 by default
28587         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28588         (gst_shout2send_base_init), (gst_shout2send_init),
28589         (gst_shout2send_connect), (gst_shout2send_change_state):
28590         * ext/shout2/gstshout2.h:
28591           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28592           #142262)
28593         * ext/theora/theora.c: (plugin_init):
28594           don't set rank on encoders
28595
28596 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28597
28598         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28599           Use codec_data property instead of flag1 and flag2 for wma
28600
28601 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28602
28603         * gst/cdxaparse/gstcdxaparse.c :
28604           - Add mpegversion to CAPS to make it link
28605           - Rank is as GST_RANK_SECONDARY instead of NONE
28606         * gst/auparse/gstauparse.c :
28607           - Document all audio encoding we can encounter from Solaris 9
28608             headers and libsndfile information.
28609           - Increase max. rate from 48000 to 192000 (to match other elements)
28610           - Don't try to play junk data between header and samples
28611
28612 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28613
28614         * ext/libvisual/visual.c: (gst_visual_getcaps):
28615           use the right caps depending on endianness (I hope)
28616         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28617           use GST_RANK_NONE for all non-decoding elements or spider gets
28618           mighty confused
28619
28620 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28621
28622         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28623           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28624
28625 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28626
28627         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28628         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28629         (gst_switch_loop), (gst_switch_get_type):
28630           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28631           HEADERS. Had to be said.
28632
28633 2004-05-10  David Schleef  <ds@schleef.org>
28634
28635         * configure.ac: Add prototype Dirac support.
28636         * ext/Makefile.am:
28637         * ext/dirac/Makefile.am:
28638         * ext/dirac/gstdirac.cc:
28639         * ext/dirac/gstdiracdec.cc:
28640
28641 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28642
28643         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28644         (gst_auparse_init), (gst_auparse_chain),
28645         (gst_auparse_change_state):
28646           Hack around spider. Remove me some day please.
28647
28648 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28649
28650         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28651           Fix for some uninitialized variables in previous patch, also
28652           makes it work. Fixes #142286 while we're at it.
28653
28654 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28655
28656         * gst/auparse/gstauparse.c:
28657                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28658                 only unsupported formats are ADPCM/CCITT G.72x
28659                 reviewed by Ronald
28660         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28661
28662 2004-05-10  Wim Taymans  <wim@fluendo.com>
28663
28664         * ext/vorbis/Makefile.am:
28665         * ext/vorbis/README:
28666         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28667         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28668         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28669         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28670         (gst_oggvorbisenc_convert_sink),
28671         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28672         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28673         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28674         (get_constraints_string), (update_start_message),
28675         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28676         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28677         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28678         * ext/vorbis/oggvorbisenc.h:
28679         * ext/vorbis/vorbis.c: (plugin_init):
28680         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28681         (raw_caps_factory), (gst_vorbisenc_class_init),
28682         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28683         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28684         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28685         * ext/vorbis/vorbisenc.h:
28686         Added a raw vorbis encoder to be used with the oggmuxer.
28687         We still need the old encoder for some gnome applications,
28688         read the README to find out how that works.
28689         The raw encoder is called "rawvorbisenc" until 0.9.
28690
28691 2004-05-10  Wim Taymans  <wim@fluendo.com>
28692
28693         * ext/ogg/gstogg.c: (plugin_init):
28694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28695         (gst_ogg_print):
28696         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28697         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28698         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28699         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28700         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28701         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28702         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28703         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28704         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28705         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28706         Added an ogg muxer.
28707         Small typo fixes in the demuxer.
28708
28709 2004-05-10  Wim Taymans  <wim@fluendo.com>
28710
28711         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28712         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28713         (theora_enc_change_state), (theora_enc_set_property),
28714         (theora_enc_get_property):
28715         Mark the last packet with an EOS flag which is not really needed
28716         in gstreamer.
28717         Do some better video framerate initialisation.
28718         Update the buffer timestamp.
28719
28720 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28721
28722         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28723         Return the result of the parent state change call
28724
28725 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28726
28727         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28728         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28729         * gst/law/alaw-encode.c : (idem)
28730         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28731         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28732         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28733
28734 2004-05-09  Benjamin Otte  <otte@gnome.org>
28735
28736         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28737           don't use a fixed buffer size when writing variable length data to
28738           it. Fixes memory corruption and makes alsasrc work
28739
28740 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28741
28742         * ext/gnomevfs/gstgnomevfssink.c:
28743         (_gst_boolean_allow_overwrite_accumulator),
28744         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28745           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28746           RUN_LAST, and don't use that to set the accumulator value because
28747           then it's always FALSE.
28748
28749 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28750
28751         * gst-libs/gst/riff/riff-media.c:
28752         (gst_riff_create_video_caps_with_data),
28753         (gst_riff_create_audio_caps),
28754         (gst_riff_create_audio_template_caps):
28755         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28756           Fix for unaligned RIFF files (i.e. where all the chunks together
28757           in a LIST chunk are not of the same size as the size given in
28758           the LIST chunk header). Fixes several odd WAVE files. Also fix
28759           ADPCM (block_align property) in audio, so that wavparse based
28760           on this works now as it used to stand-alone.
28761
28762 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28763
28764         reviewed by Benjamin Otte  <otte@gnome.org>
28765
28766         * ext/a52dec/gsta52dec.c:
28767         * ext/divx/gstdivxdec.c:
28768         * ext/divx/gstdivxenc.c:
28769         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28770         * ext/faac/gstfaac.c: (gst_faac_base_init):
28771         * ext/faad/gstfaad.c: (gst_faad_base_init):
28772         * ext/ivorbis/vorbisfile.c:
28773         * ext/lame/gstlame.c:
28774         * ext/libfame/gstlibfame.c:
28775         * ext/mpeg2enc/gstmpeg2enc.cc:
28776         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28777         * ext/sidplay/gstsiddec.cc:
28778         * ext/speex/gstspeexdec.c:
28779         * ext/speex/gstspeexenc.c:
28780         * ext/xvid/gstxviddec.c:
28781         * ext/xvid/gstxvidenc.c:
28782           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28783           (fixes #142193)
28784
28785 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28786
28787         * ext/alsa/gstalsa.c: (device_list),
28788         (gst_alsa_class_probe_devices):
28789         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28790           Fix alsa oddness in mixer after the combination of using mixer
28791           in source/sink elements and using hw:x,y instead of just hw:x.
28792
28793 2004-05-09  Benjamin Otte  <otte@gnome.org>
28794
28795         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28796         (gst_wavparse_create_sourcepad):
28797           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28798           sourcepads
28799
28800 2004-05-09  Benjamin Otte  <otte@gnome.org>
28801
28802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28803           allow discont events before caps nego
28804
28805 2004-05-08  Benjamin Otte  <otte@gnome.org>
28806
28807         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28808           don't leak events
28809
28810 2004-05-08  Benjamin Otte  <otte@gnome.org>
28811
28812         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28813         (gst_level_change_state), (gst_level_init):
28814         * gst/level/gstlevel.h:
28815           figure out if we're initialized directly instead of keeping a
28816           variable that's wrong in 90% of cases
28817           don't initialize pads and then leak them and use a new unitialized
28818           pad. (fixes #142084)
28819           these were bugs so n00bish I didn't find them for an hour :/
28820
28821 2004-05-08 Iain <iain@prettypeople.org>
28822
28823         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28824         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28825         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28826         return the length that was read.
28827         (gst_riff_read_strf_auds): Allow fmt tags as well.
28828
28829 2004-05-07  David Schleef  <ds@schleef.org>
28830
28831         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28832         signed char assumption in faad.h.
28833
28834 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28835
28836         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28837           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28838
28839 2004-05-07  Colin Walters  <walters@redhat.com>
28840
28841         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28842         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28843         function.
28844         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28845         Add dispose function.
28846
28847 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28848         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28849           Fix caps nego and pad templates. RGB mode caps should
28850           work now.
28851         * ext/dvdnav/gst-dvd:
28852           Move mpeg2dec inside the thread because otherwise the
28853           queue rejects cap changes mid-stream
28854         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28855         (gst_mpeg2dec_flush_decoder):
28856           For mpeg2dec > 0.4.0, call the flush function instead of
28857           manually extracting all in-flight frames.
28858         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28859         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28860           Change mime type video/dv go video/x-dv to match the
28861           rest of gst-plugins
28862
28863 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28864
28865         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28866         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28867         (gst_alsa_sink_class_init):
28868         * ext/alsa/gstalsasink.h:
28869         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28870         (gst_alsa_src_class_init):
28871         * ext/alsa/gstalsasrc.h:
28872           Make alsasink/src a subclass of alsamixer so that mixer stuff
28873           shows up in gst-rec. Needs some finetuning.
28874
28875 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28876
28877         * ext/lame/gstlame.c: (gst_lame_chain):
28878           simplify
28879         * ext/mad/gstmad.c: (gst_mad_handle_event):
28880           fix event leak
28881         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28882           be able to detect mp3 files < 4096 bytes
28883
28884 2004-05-06  Wim Taymans  <wim@fluendo.com>
28885
28886         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28887         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28888         (theora_enc_set_property), (theora_enc_get_property):
28889         Also encode the first frame, cleanup some code.
28890
28891 2004-05-06  Wim Taymans  <wim@fluendo.com>
28892
28893         * ext/mpeg2enc/gstmpeg2enc.cc:
28894         Forward events first before deciding that negotiation was
28895         not performed.
28896
28897 2004-05-06  Wim Taymans  <wim@fluendo.com>
28898
28899         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28900         First process the events before deciding that negotiation
28901         was not performed.
28902
28903 2004-05-06  Wim Taymans  <wim@fluendo.com>
28904
28905         * ext/theora/Makefile.am:
28906         * ext/theora/theora.c: (plugin_init):
28907         * ext/theora/theoradec.c: (theora_dec_change_state):
28908         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28909         (gst_theora_enc_class_init), (gst_theora_enc_init),
28910         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28911         (theora_enc_chain), (theora_enc_change_state),
28912         (theora_enc_set_property), (theora_enc_get_property):
28913         Added a theora encoder, grouped the encoder and decoder into the
28914         same plugin.
28915
28916 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28917
28918         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28919         (gst_jpegenc_chain):
28920         fix DURATION on outgoing buffers
28921         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28922         debug using time formats
28923         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28925         (gst_xvimagesink_sink_link):
28926         windows with width/height 0 generate X errors, so don't allow them
28927
28928 2004-05-05  Wim Taymans  <wim@fluendo.com>
28929
28930         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28931         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28932         (gst_mpeg2dec_negotiate_format):
28933         * ext/mpeg2dec/gstmpeg2dec.h:
28934           removed the static pad template so that we can add the
28935           more accurate framerate value to the caps.
28936
28937
28938 2004-05-04  Benjamin Otte  <otte@gnome.org>
28939
28940         * configure.ac:
28941           check for kdemacros.h, too (should fix #141821)
28942         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28943           don't crash if no header was sent, but nicely error out (fixes part
28944           of #141554)
28945
28946 2004-05-04  Wim Taymans  <wim@fluendo.com>
28947
28948         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28949         parent dispose function to avoid segfault on destroy.
28950
28951 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28952
28953         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28954         (plugin_init):
28955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28956         (gst_xvimagesink_sink_link):
28957         clean up debugging caps
28958         also recreate xvimage when format has changed
28959
28960 2004-05-04  Benjamin Otte  <otte@gnome.org>
28961
28962         * ext/libvisual/Makefile.am:
28963         * ext/libvisual/visual.c: (gst_visual_class_init),
28964         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28965         (gst_visual_srclink), (gst_visual_chain),
28966         (gst_visual_change_state), (plugin_init):
28967           use a GstAdapter to correctly adapt buffer sizes - allows using a
28968           framerate
28969
28970 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28971
28972         * sys/v4l/gstv4lelement.h:
28973         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28974         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28975         (gst_v4lsrc_buffer_free):
28976         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28977         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28978         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28979         (gst_v4lsrc_requeue_frame):
28980         move some debugging categories around
28981         query for fps index and set accordingly if found
28982
28983 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28984
28985         * ext/lame/gstlame.c:
28986         correct defaults that lame_init puts out of range
28987
28988 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28989
28990         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28991         (gst_divxenc_class_init):
28992         fix range since -1 is the default
28993         * gst/mpeg1sys/gstmpeg1systemencode.c:
28994         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28995         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28996         (gst_rtjpegdec_chain):
28997         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28998         (gst_rtjpegenc_chain):
28999         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
29000         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
29001         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
29002         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
29003         * sys/v4l/gstv4lsrc.c:
29004         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29005         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
29006         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
29007         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
29008         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
29009           remove gst_info calls
29010
29011 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29012
29013         * Makefile.am:
29014         * po/af.po:
29015         * po/az.po:
29016         * po/en_GB.po:
29017         * po/nl.po:
29018         * po/sr.po:
29019         * po/sv.po:
29020           Updated translations
29021
29022 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29023
29024         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29025           refactor/comment code
29026
29027 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29028
29029         * gst/asfdemux/Makefile.am:
29030         * gst/asfdemux/asfheaders.c:
29031         * gst/asfdemux/asfheaders.h:
29032         * gst/asfdemux/gstasf.c: (plugin_init):
29033         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
29034         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
29035         (gst_asf_demux_setup_pad):
29036         * gst/asfdemux/gstasfdemux.h:
29037         * gst/asfdemux/gstasfmux.c:
29038         * gst/asfdemux/gstasfmux.h:
29039           Add tagging support to demuxer, split out registration in its own
29040           file instead of in demux (hacky), and prevent having some tables
29041           in our memory multiple times (in asfheaders.h).
29042
29043 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29044
29045         * gst/matroska/matroska-demux.c:
29046         (gst_matroska_demux_parse_metadata):
29047         * gst/matroska/matroska-ids.h:
29048           Basic tag reading support.
29049
29050 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29051
29052         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29053           Really detect ac-3 audio.
29054         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
29055           really detect matroska files (off-by-1).
29056
29057 2004-04-30  David Schleef  <ds@schleef.org>
29058
29059         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29060         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
29061         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
29062         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
29063         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
29064         hackage -- parse a lot more atoms, extract a few tags.  One might even
29065         mistake this for tag support.  Maybe it is.
29066         * gst/qtdemux/qtdemux.h:
29067
29068 2004-04-30  Colin Walters  <walters@verbum.org>
29069
29070         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
29071
29072 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29073
29074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29075         (gst_ffmpegcolorspace_getcaps):
29076           remove broken nego fix
29077
29078 2004-04-30  Benjamin Otte  <otte@gnome.org>
29079
29080         * configure.ac:
29081         * ext/Makefile.am:
29082         * ext/libvisual/Makefile.am:
29083         * ext/libvisual/visual.c:
29084           add initial support for libvisual (http://libvisual.sourceforge.net)
29085           libvisual is still quite alpha, so expect crashes in there :)
29086
29087 2004-04-29  David Schleef  <ds@schleef.org>
29088
29089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
29090         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
29091         up qtdemux to make it spit out codec_data.  Do _not_ look at this
29092         code; you will no longer respect me.
29093
29094 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29095
29096         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
29097         * ext/alsa/gstalsa.h :
29098         change alsa pcm device discovery to find more than 1 device
29099         per card. code review by Ronald.
29100
29101 2004-04-29  David Schleef  <ds@schleef.org>
29102
29103         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
29104         Add a check for a driver bug on FreeBSD.  (bug #140565)
29105
29106 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29107
29108         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
29109         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29110         (gst_jpegenc_getcaps):
29111           move format setting to inner loop
29112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29113         (gst_ffmpegcolorspace_getcaps):
29114           use GST_PAD_CAPS if available so that we use already negotiated
29115           caps
29116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29117         (qtdemux_parse_moov), (qtdemux_parse):
29118           extra debugging
29119         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
29120         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
29121           move hardcoded path to DEFINE
29122
29123 2004-04-28  David Schleef  <ds@schleef.org>
29124
29125         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
29126         (bug #140064)
29127
29128 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29129
29130         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29131           Don't probe for playback device if we're a source element. Fixes
29132           #139658.
29133
29134 2004-04-29  Benjamin Otte  <otte@gnome.org>
29135
29136         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29137         (gst_id3_tag_chain):
29138           rewrite buffer offset
29139
29140 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29141
29142         * configure.ac:
29143         * ext/Makefile.am:
29144         * ext/dts/Makefile.am:
29145         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
29146         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
29147         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
29148         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
29149         (gst_dtsdec_loop), (gst_dtsdec_change_state),
29150         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
29151         (plugin_init):
29152         * ext/dts/gstdtsdec.h:
29153           New DTS decoder.
29154         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
29155         (gst_faad_srcconnect):
29156           Add ESDS atom handling (.m4a).
29157
29158 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29159
29160         * ext/divx/gstdivxdec.c: (plugin_init):
29161           Remove comment that makes no sense.
29162         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
29163           Fix for obvious typo that resulted in warnings during gst-register.
29164         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
29165         (gst_xviddec_sink_link):
29166           Fix caps negotiation a bit better.
29167         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29168           We call this 'codec_data', not 'esds'.
29169
29170 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29171
29172         * gst/monoscope/gstmonoscope.c:
29173           make sure we only provide 256x128
29174         * gst/monoscope/monoscope.c: (monoscope_init):
29175           assert size of 256x128
29176
29177 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29178
29179         * Makefile.am:
29180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
29181         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
29182           fixate to max width and height of device
29183
29184 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29185
29186         * Makefile.am:
29187         * sys/v4l/gstv4l.c:
29188         * sys/v4l/gstv4lsrc.c:
29189         * sys/v4l/v4l_calls.c:
29190         * sys/v4l/v4lsrc_calls.c:
29191           fix for qc-usb driver which fakes having more than one buffer
29192           by handing the same buffer twice, which confused GStreamer's/v4lsrc
29193           buffer_free override
29194           add debugging
29195
29196 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29197
29198         * Makefile.am:
29199         * gst/videotestsrc/gstvideotestsrc.c:
29200         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
29201         (gst_videotestsrc_init), (gst_videotestsrc_get),
29202         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
29203         * gst/videotestsrc/gstvideotestsrc.h:
29204           add num-buffers property
29205
29206         2004-04-26  Benjamin Otte  <otte@gnome.org>
29207
29208         * ext/mad/gstid3tag.c: (plugin_init):
29209           set id3mux rank to NONE so it doesn't confuse spider
29210           require audio/mpeg,mpegversion=1 in id3mux
29211
29212 2004-04-26  Benjamin Otte  <otte@gnome.org>
29213
29214         * configure.ac:
29215           detect faad correctly as non-working if it's indeed non-working
29216
29217 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29218
29219         * Makefile.am:
29220         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29221         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
29222         fix _getcaps so it only negotiates to its supported format
29223
29224 2004-04-25  Benjamin Otte  <otte@gnome.org>
29225
29226         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29227           fix memleak
29228
29229 2004-04-23  Benjamin Otte  <otte@gnome.org>
29230
29231         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29232           audio/x-raw-int with height rules! not. Now it's depth.
29233
29234 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29235
29236         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29237         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29238         (gst_wavparse_loop):
29239           Missing variable initialization. Add handling of DVI ADPCM. Fix
29240           mis-parsing of LIST chunks. This works around a bug where we mis-
29241           parse non-aligning LIST chunks (so LIST chunks where the contents
29242           don't align with the actual LIST size). The correct fix is to use
29243           rifflib, I'm not going to fix wavparse - too much work. All this
29244           fixes #104878.
29245
29246 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29247
29248         reviewed by Benjamin Otte  <otte@gnome.org>
29249
29250         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29251           fix shoutcast not working (fixes #140844)
29252
29253 2004-04-22  Benjamin Otte  <otte@gnome.org>
29254
29255         * ext/hermes/gsthermescolorspace.c:
29256         (gst_hermes_colorspace_caps_remove_format_info):
29257         * gst/colorspace/gstcolorspace.c:
29258         (gst_colorspace_caps_remove_format_info):
29259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29260         (gst_ffmpegcolorspace_caps_remove_format_info):
29261           s/gst_caps_simplify/gst_caps_do_simplify/
29262
29263 2004-04-22  Benjamin Otte  <otte@gnome.org>
29264
29265         * gst-libs/gst/riff/riff-media.c:
29266         (gst_riff_create_video_caps_with_data):
29267           mpegversion is an int
29268         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29269           don't try to create pad templates with NULL caps, use any caps
29270           instead.
29271
29272 2004-04-20  David Schleef  <ds@schleef.org>
29273
29274         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29275         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29276         (bug #140384)
29277
29278 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29279
29280         reviewed by David Schleef
29281
29282         * ext/mad/gstid3tag.c: Add stdlib.h
29283         * gst/rtp/gstrtpgsmenc.c: same
29284         * gst/tags/gstid3tag.c: same
29285         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29286         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29287         GST_DISABLE_LOADSAVE use.
29288         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29289         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29290         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29291         atol(3)).
29292         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29293         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29294         strtoul(3)).
29295         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29296         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29297         $(ID3_CFLAGS).
29298         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29299         $(LIBFAME_CFLAGS).
29300
29301 2004-04-20  David Schleef  <ds@schleef.org>
29302
29303         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29304         last checkin.  Same idea.
29305
29306 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29307
29308         reviewed by David Schleef
29309
29310         * configure.ac: bump required gstreamer version to 0.8.1.1
29311         because of following changes [--ds]
29312
29313         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29314         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29315         (gst_riff_read_header):  Use GST_READ_UINT*
29316         macros to access possibly unaligned memory.
29317
29318         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29319         (mp3_type_find):  Use GST_READ_UINT*
29320         macros to access possibly unaligned memory.
29321         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29322         (speex_type_find): Likewise
29323
29324         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29325
29326         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29327         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29328         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29329         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29330         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29331         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29332         macros to access possibly unaligned memory.
29333
29334         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29335         Likewise.
29336
29337         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29338         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29339
29340         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29341         Likewise.
29342
29343         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29344         (gst_mpeg2subt_chain_subtitle): Likewise.
29345
29346         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29347         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29348         Likewise.
29349
29350         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29351         Likewise.
29352
29353         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29354         Likewise.
29355
29356         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29357         Likewise.
29358
29359 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29360
29361         * configure.ac:
29362           update required version of GStreamer because of GST_TIME_FORMAT
29363
29364 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29365
29366         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29367           remove leftover g_print
29368         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29369           don't try setting only a subset of the caps. We don't want to kill
29370           autoplugging on purpose
29371
29372 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29373
29374         * sys/ximage/ximagesink.c: (plugin_init):
29375         * sys/xvimage/xvimagesink.c: (plugin_init):
29376           add debugging categories
29377
29378 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29379
29380         * po/en_GB.po:
29381         * po/LINGUAS:
29382           Adding en_GB translation (Gareth Owen)
29383
29384 2004-04-20  David Schleef  <ds@schleef.org>
29385
29386         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29387         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29388         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29389         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29390         A number of new features and hacks to extract the esds atom and
29391         put it into the caps.  (bug #137724)
29392
29393 2004-04-19  David Schleef  <ds@schleef.org>
29394
29395         * gconf/Makefile.am: Fix for non-GNU make
29396         * gst-libs/gst/Makefile.am: Change directory order to handle
29397         GstPlay linking with gstinterfaces
29398         * gst-libs/gst/audio/make_filter: make use of tr portable
29399         * gst-libs/gst/play/Makefile.am: Add intended \
29400         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29401         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29402         function prototype instead of void *.
29403         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29404         macro.
29405         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29406         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29407         * gst/videofilter/make_filter: make use of tr portable
29408         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29409
29410 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29411
29412         * po/LINGUAS:
29413         * po/uk.po:
29414           Added Ukrainian translation (Maxim V. Dziumanenko)
29415
29416 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29417
29418         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29419         (gst_gsmdec_link), (gst_gsmdec_chain):
29420           Fix capsnego, simplify chain function slightly.
29421         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29422           Add GSM.
29423
29424 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29425
29426         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29427         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29428         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29429           Hack to make wavparse work with spider (always -> sometimes pad).
29430           Fixes #135862 && #140411.
29431
29432 2004-04-18  Benjamin Otte  <otte@gnome.org>
29433
29434         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29435         (gst_osselement_rate_probe_check),
29436         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29437           get rid of \n in debug output
29438
29439 2004-04-17  Iain <iain@prettypeople.org>
29440
29441         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29442         not just EOS.
29443
29444 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29445
29446         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29447         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29448         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29449         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29450         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29451         (gst_id3_tag_change_state), (plugin_init):
29452           deprecate id3tag element and replace with id3demux/id3mux.
29453           great side effect: this ugly file is now even uglier, yay!
29454         * ext/mad/gstmad.h:
29455           remove non-available function
29456           update for new get_type
29457
29458 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29459
29460         * configure.ac:
29461           require mpeg2dec >= 0.4.0
29462
29463 2004-04-17  Benjamin Otte  <otte@gnome.org>
29464
29465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29466         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29467         (gst_xvimagesink_set_xwindow_id):
29468           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29469           assorted cleanup fixes.
29470
29471 2004-04-16  David Schleef  <ds@schleef.org>
29472
29473         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29474         * sys/xvimage/xvimagesink.h: same
29475
29476 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29477
29478         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29479           Fix GST_ELEMENT_ERROR with (NULL)
29480
29481 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29482
29483         * gst-libs/gst/riff/riff-media.c:
29484         (gst_riff_create_video_caps_with_data):
29485           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29486
29487 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29488
29489         * gst-libs/gst/riff/riff-media.c:
29490         (gst_riff_create_video_caps_with_data),
29491         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29492         (gst_riff_create_video_template_caps),
29493         (gst_riff_create_audio_template_caps):
29494         * gst-libs/gst/riff/riff-media.h:
29495         * gst-libs/gst/riff/riff-read.c:
29496         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29497         * gst-libs/gst/riff/riff-read.h:
29498         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29499           Add MS RLE support. I added some functions to read out strf chunks
29500           into strf chunks and the data behind it. This is usually color
29501           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29502           caps creation. Lastly, add ADPCM (similar to wavparse - which
29503           should eventually be rifflib based).
29504         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29505         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29506         * gst/matroska/matroska-demux.h:
29507           Remove placeholders for some prehistoric tagging system. Didn't add
29508           support for any tag system really anyway.
29509         * gst/qtdemux/qtdemux.c:
29510           Add support for audio/x-m4a (MPEG-4) through spider.
29511         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29512         (gst_wavparse_loop):
29513           ADPCM support (#135862). Increase max. buffer size because we
29514           cannot split buffers for ADPCM (screws references) and I've seen
29515           files with 2048 byte chunks. 4096 seems safe for now.
29516
29517 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29518
29519         * configure.ac: bump nano to 1
29520
29521 === release 0.8.1 ===
29522
29523 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29524
29525         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29526
29527 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29528
29529         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29530           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29531           Fixes #140058
29532
29533 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29534
29535         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29536           lower rank of dvddemux so that it's not used for mpeg playback.
29537
29538 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29539
29540         * configure.ac:
29541           save libs correctly when checking mad
29542
29543 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29544
29545         * ext/mad/gstid3tag.c: (plugin_init):
29546           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29547
29548 2004-04-13  David Schleef  <ds@schleef.org>
29549
29550         * common/m4/gst-feature.m4: Call -config scripts with
29551         --plugin-libs if it is supported.
29552         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29553         JPEG images are image/jpeg.
29554         * gst/debug/Makefile.am:
29555         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29556         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29557         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29558         (gst_negotiation_plugin_init): Add a property that acts like
29559         filter caps.
29560         * testsuite/gst-lint:  Move license checking to be a standard
29561         test.
29562
29563 2004-04-13  David Schleef  <ds@schleef.org>
29564
29565         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29566         patch from Sebastien Cote (bug #139958)
29567
29568 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29569
29570         * examples/gstplay/Makefile.am:
29571         * examples/gstplay/player.c: (main):
29572           make the commandline player example use gconf settings
29573
29574 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29575
29576         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29577         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29578         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29579           init/end library during state transition, not object
29580           creation/disposal.  get rid of custom dispose handler.
29581
29582
29583 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29584
29585         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29586         be a symlink
29587
29588 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29589
29590         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29591           Handle JUNK chunks inside data section. Prevents warnings.
29592
29593 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29594
29595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29596         (gst_riff_create_video_template_caps):
29597           Add MS video v1.
29598         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29599         (gst_avi_demux_stream_data):
29600           Add support for "rec-list" chunks.
29601
29602 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29603
29604         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29605           Fix another codecname mismatch.
29606
29607 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29608
29609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29610           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29611           so that MJPEG plays back.
29612
29613 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29614
29615         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29616         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29617         * gst/mpeg1videoparse/gstmp1videoparse.h:
29618           Fix for some slight mis-cuts in buffer parsing, and for some
29619           potential overflows or faults-causers. Adds disconts. Also fixes
29620           #139105 while we're at it.
29621
29622 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29623
29624         * configure.ac:
29625         * sys/v4l2/gstv4l2element.h:
29626           Workaround for missing struct v4l2_buffer declaration in Suse 9
29627           and Mandrake 10 linux/videodev2.h header file (#135919).
29628
29629 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29630
29631         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29632           Bail out if no filename was given.
29633
29634 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29635
29636         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29637         (gst_v4l2_fourcc_from_structure):
29638           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29639           Y41B somewhere).
29640
29641 2004-04-09  Benjamin Otte  <otte@gnome.org>
29642
29643         * ext/gnomevfs/gstgnomevfssink.c:
29644         (_gst_boolean_allow_overwrite_accumulator),
29645         (gst_gnomevfssink_class_init):
29646           fix erase signal - if any handler returns false the file will not be
29647           overwritten. If no handler is connected, the file will not be
29648           overwritten either.
29649           renamed signal to "allow-overwrite"
29650         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29651           free string when adding it to ID3 failed
29652         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29653           unref event when done
29654         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29655           free caps
29656         * gst/typefind/gsttypefindfunctions.c:
29657         (mpeg_video_stream_type_find):
29658           fix invalid read
29659
29660 2004-04-08  David Schleef  <ds@schleef.org>
29661
29662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29663         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29664
29665 2004-04-08  David Schleef  <ds@schleef.org>
29666
29667         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29668         we don't support (bug #139532)
29669
29670 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29671
29672         * ext/mad/gstmad.c: (gst_mad_handle_event),
29673         (gst_mad_check_caps_reset), (gst_mad_chain),
29674         (gst_mad_change_state):
29675           only set explicit caps if they haven't been set before for
29676           this stream.  MPEG-audio sample rate/channels aren't allowed
29677           to change in-stream.
29678           Fixes #139382
29679
29680 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29681
29682         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29683         (_gst_boolean_did_something_accumulator),
29684         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29685         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29686         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29687         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29688         (gst_gnomevfssink_change_state):
29689           Fix erase signal. Don't erase by default. Remove handoff signal.
29690           Remove erase property. Don't segfault. General cleanup.
29691
29692 2004-04-07  Benjamin Otte  <otte@gnome.org>
29693
29694         * gst-libs/gst/gconf/test-gconf.c: (main):
29695           add missing gst_init
29696
29697 2004-04-07  Benjamin Otte  <otte@gnome.org>
29698
29699         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29700           free the mutexes, too
29701
29702 2004-04-07  Benjamin Otte  <otte@gnome.org>
29703
29704         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29705           actually free the URI string
29706         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29707           compute offset correctly when passing discont events
29708         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29709           don't leak discont events
29710         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29711           add some missing breaks so caps aren't copied randomly
29712         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29713           if we realloc memory, we better use it
29714
29715 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29716
29717         * ext/mad/gstmad.c: (normal_seek):
29718           fix GST_FORMAT_TIME usage
29719
29720 2004-04-05  David Schleef  <ds@schleef.org>
29721
29722         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29723         a deprecated function (hack!)
29724
29725 2004-04-05  Benjamin Otte  <otte@gnome.org>
29726
29727         * ext/esd/esdmon.c: (gst_esdmon_get):
29728           fix nonterminated vararg and memleak
29729
29730 2004-04-05  Benjamin Otte  <otte@gnome.org>
29731
29732         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29733         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29734         (gst_ladspa_set_property), (gst_ladspa_get_property),
29735         (gst_ladspa_instantiate), (gst_ladspa_activate),
29736         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29737           clean up debugging
29738
29739 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29740
29741         reviewed by Benjamin Otte  <otte@gnome.org>
29742
29743         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29744           check for broken LADSPA parameters (fixes #138635)
29745
29746 2004-04-05  Benjamin Otte  <otte@gnome.org>
29747
29748         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29749           advertise buffer-frames correctly on sinkpads
29750
29751 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29752
29753         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29754         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29755         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29756         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29757         (gst_mad_check_caps_reset), (gst_mad_chain):
29758         add more debugging, only reset caps when we're not in error state
29759
29760 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29761
29762         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29763
29764 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29765
29766         reviewed by Benjamin Otte  <otte@gnome.org>
29767
29768         * configure.ac:
29769           fix == in test(1) operator
29770
29771 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29772
29773         reviewed by Benjamin Otte  <otte@gnome.org>
29774
29775         * configure.ac:
29776           fix --export-symblos-regex to a working regex.
29777
29778 2004-04-04  Benjamin Otte  <otte@gnome.org>
29779
29780         * sys/oss/.cvsignore:
29781           add for oss_probe
29782
29783 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29784
29785         reviewed by Benjamin Otte  <otte@gnome.org>
29786
29787         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29788           add missing 'new_media' argument (fixes #138168)
29789         * gst/matroska/matroska-demux.c:
29790         (gst_matroska_demux_handle_seek_event):
29791           add vararg terminator (fixes #138169)
29792
29793 2004-04-02  David Schleef  <ds@schleef.org>
29794
29795         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29796         disted (bug #138914)
29797
29798 2004-04-01  Benjamin Otte  <otte@gnome.org>
29799
29800         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29801         (gst_alsa_close_audio):
29802           handle case better where a soundcard can't pause
29803         * ext/ogg/gstoggdemux.c:
29804           don't crash when we get events but don't have pads yet
29805
29806 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29807
29808         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29809           throw an error if we couldn't probe any caps.
29810
29811 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29812
29813         * ext/dvdnav/gst-dvd:
29814         Add a really simple sample DVD player
29815
29816 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29817
29818         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29819         (gst_a52dec_push), (gst_a52dec_handle_event),
29820         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29821         (gst_a52dec_change_state):
29822         * ext/a52dec/gsta52dec.h:
29823           Use a debug category, Output timestamps correctly
29824           Emit tag info, Handle events, tell liba52dec about cpu
29825           capabilities so it can use MMX etc.
29826         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29827           Fix a crasher accessing invalid memory
29828         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29829         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29830         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29831         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29832         (dvdnavsrc_query):
29833           Some support for byte-format seeking.
29834           Small fixes for still frames and menu button overlays
29835         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29836         (gst_mpeg2dec_alloc_buffer):
29837           Use a debug category. Adjust the report level of several items to
29838           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29839           so it doesn't lose the GstBuffer pointer
29840         * gst/debug/Makefile.am:
29841         * gst/debug/gstdebug.c: (plugin_init):
29842         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29843         (gst_navseek_base_init), (gst_navseek_class_init),
29844         (gst_navseek_init), (gst_navseek_seek),
29845         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29846         (gst_navseek_get_property), (gst_navseek_chain),
29847         (gst_navseek_plugin_init):
29848         * gst/debug/gstnavseek.h:
29849           Add the navseek debug element for seeking back and forth in a
29850           video stream using arrow keys.
29851         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29852         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29853         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29854         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29855         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29856         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29857         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29858         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29859         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29860         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29861         * gst/mpeg2sub/gstmpeg2subt.h:
29862           Pretty much a complete rewrite. Now a loopbased element. May still
29863           require work to properly synchronise subtitle buffers.
29864         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29865         (gst_dvd_demux_send_subbuffer):
29866         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29867           Don't attempt to create subbuffers of size 0
29868           Reduce a couple of error outputs to warnings.
29869         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29870         (gst_y4mencode_chain):
29871         Output the y4m frame header correctly.
29872
29873 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29874
29875         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29876           throw errors instead of allowing SIGFPE
29877
29878 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29879
29880         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29881         (gst_gconf_render_bin_from_key):
29882           leak plugging and style fixing
29883
29884 2004-03-31  David Schleef  <ds@schleef.org>
29885
29886         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29887         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29888         (bug #138225)
29889         * gst/debug/Makefile.am:
29890         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29891         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29892         plugin.
29893         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29894         (gst_negotiation_base_init), (gst_negotiation_class_init),
29895         (gst_negotiation_init), (gst_negotiation_getcaps),
29896         (gst_negotiation_pad_link), (gst_negotiation_chain),
29897         (gst_negotiation_set_property), (gst_negotiation_get_property),
29898         (gst_negotiation_plugin_init):  New element to talk about random
29899         negotiation things happening in a pipeline.
29900
29901 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29902
29903         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29904           fix integer addition with help of Stefan Kost
29905
29906 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29907
29908         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29909
29910 2004-03-30  David Schleef  <ds@schleef.org>
29911
29912         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29913         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29914         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29915         (bug #137504)
29916         * ext/mpeg2dec/gstmpeg2dec.h:
29917
29918 2004-03-30  David Schleef  <ds@schleef.org>
29919
29920         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29921
29922 2004-03-30  David Schleef  <ds@schleef.org>
29923
29924         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29925         Michael Petullo) to handle .mov
29926
29927 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29928
29929         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29930         (gst_osselement_rate_check_rate):
29931           probe caps correctly for sound cards that only support one format
29932
29933 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29934
29935         * ext/kio/kiosrc.cpp: (process_events):
29936           update handling event processing if inside KDE - untested
29937
29938 2004-03-29  David Schleef  <ds@schleef.org>
29939
29940         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29941         by 2 to not interfere with other colorspaces.
29942         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29943         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29944         one to not interfere with ffmpeg_colorspace.
29945
29946 2004-03-29  David Schleef  <ds@schleef.org>
29947
29948         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29949         aren't in the caps.
29950         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29951         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29952
29953 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29954
29955         * gst-libs/gst/riff/riff-media.c:
29956           fail on error, don't try to set stuff on NULL caps
29957
29958 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29959
29960         * configure.ac:
29961         * ext/Makefile.am:
29962         * ext/kio/Makefile.am:
29963         * ext/kio/kioreceiver.cpp:
29964         * ext/kio/kioreceiver.h:
29965         * ext/kio/kiosrc.cpp:
29966         * ext/kio/kiosrc.h:
29967           add experimental kiosrc plugin
29968         * ext/alsa/gstalsaplugin.c: (plugin_init):
29969           initialize debugging category only when we're sure registering the
29970           plugins worked.
29971
29972 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29973
29974         * examples/gstplay/player.c: (main):
29975         * gst-libs/gst/play/play.c: (gst_play_class_init),
29976         (gst_play_set_location), (gst_play_set_data_src),
29977         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29978         (gst_play_set_visualization), (gst_play_connect_visualization):
29979           check return values of element_set_state and return FALSE where
29980           failed
29981
29982 2004-03-29  Benjamin Otte  <otte@gnome.org>
29983
29984         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29985           try harder to check if an event is really a discont
29986
29987 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29988
29989         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29990         * po/az.po:
29991
29992 2004-03-28  Benjamin Otte  <otte@gnome.org>
29993
29994         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29995         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29996         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29997           get rid of non-standard "..." ranges in case statements.
29998
29999 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
30000
30001         * gst/mpegstream/gstmpegdemux.c:
30002         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
30003         specific functionality split to the new dvddemux element.
30004         * gst/mpegstream/gstdvddemux.c:
30005         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
30006         streams, derived from mpegdemux.
30007         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
30008         up. SCR based timestamp rewriting can be turned off (will probably
30009         completely disappear soon).
30010         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
30011         hacking. General cleanup. All printf statements replaced by
30012         debugging messages. Almost complete libdvdnav support.
30013         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
30014         by events. New properties for audio and subpicture languages.
30015         (dvdnavsrc_update_highlight): Now uses events.
30016         (dvdnavsrc_user_op): Cleaned up.
30017         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
30018         based). Lots of cleanup, and propper support for most libdvdnav
30019         events.
30020         (dvdnavsrc_make_dvd_event): New function.
30021         (dvdnavsrc_make_dvd_nav_packet_event): New function.
30022         (dvdnavsrc_make_clut_change_event): New function.
30023
30024 2004-03-26  Benjamin Otte  <otte@gnome.org>
30025
30026         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
30027           fix bug where typefinding would claim it's theora whenever less then
30028           7 bytes of data were available
30029
30030 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30031
30032         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
30033         (gst_alawdec_base_init), (gst_alawdec_class_init),
30034         (gst_alawdec_init), (gst_alawdec_chain):
30035         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
30036         (gst_alawenc_base_init), (gst_alawenc_class_init),
30037         (gst_alawenc_init), (gst_alawenc_chain):
30038         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
30039         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
30040         (gst_mulawdec_init), (gst_mulawdec_chain):
30041         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
30042         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
30043         (gst_mulawenc_init), (gst_mulawenc_chain):
30044           Fix capsnego in all four, remove the unused property functions and
30045           simplify the chain functions slightly. I guess we could use macros
30046           or something similar for those, since the code is so similar, but
30047           I'm currently too lazy...
30048
30049 2004-03-24  David Schleef  <ds@schleef.org>
30050
30051         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30052         (gst_osselement_close_audio), (gst_osselement_probe_caps),
30053         (gst_osselement_get_format_structure),
30054         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
30055         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
30056         (gst_osselement_rate_int_compare): Add code to handle rate probing
30057         (bug #120883)
30058         * sys/oss/gstosselement.h: same
30059         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
30060         Use rate probing provided by osselement.
30061         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
30062
30063 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30064
30065         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
30066         (gst_xvidenc_get_property):
30067           ulong/int mess-up.
30068
30069 2004-03-24  David Schleef  <ds@schleef.org>
30070
30071         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
30072         (gst_speexdec_init):
30073         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
30074         (gst_speexenc_init):  Create the pad template correctly (from
30075         the static pad template, not a NULL pointer.)
30076
30077 2004-03-25  Benjamin Otte  <otte@gnome.org>
30078
30079         * gst/debug/Makefile.am:
30080         * gst/debug/breakmydata.c:
30081           add element that quasi-randomly changes bytes in the stream.
30082           Intended use is robustness checking of demuxers and decoders in
30083           media tests.
30084
30085 2004-03-24  Benjamin Otte  <otte@gnome.org>
30086
30087         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30088         (gst_alsa_probe_hw_params):
30089         * ext/alsa/gstalsa.h:
30090           debugging output fixes
30091
30092 2004-03-24  Benjamin Otte  <otte@gnome.org>
30093
30094         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
30095           don't g_return_if_fail if element is PLAYING, fail silently as every
30096           other element.
30097         * gst/effectv/gstquark.c: (gst_quarktv_chain):
30098           only fix needed for cast lvalue issues in gst-plugins
30099         * gst/volenv/gstvolenv.c: (gst_volenv_init):
30100           add proxy_getcaps
30101
30102 2004-03-24  Benjamin Otte  <otte@gnome.org>
30103
30104         * gst/level/gstlevel.c: (gst_level_init):
30105           add proxying getcaps function, so level doesn't advertise impossible
30106           caps
30107
30108 2004-03-24  David Schleef  <ds@schleef.org>
30109
30110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30111         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
30112         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
30113         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
30114         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
30115         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
30116         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
30117         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
30118         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
30119         messages.  Divide the chunk size by the compression ratio
30120         (needed for MACE audio)
30121
30122 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30123
30124         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30125           Fix buffer overflow read error.
30126
30127 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30128
30129         * ext/alsa/gstalsa.h:
30130           Remove unused entry.
30131         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30132           Add cinepak.
30133         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30134         (gst_videodrop_link), (gst_videodrop_chain):
30135           Fix, sort of. Was horribly broken with new capsnego. Bah...
30136
30137 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
30138
30139         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
30140         (plugin_init):
30141         Add a monkeysaudio typefind function
30142
30143 2004-03-23  Johan Dahlin  <johan@gnome.org>
30144
30145         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
30146         (gst_play_video_fixate): Check so the structure has the field
30147         before trying to fixate them, this makes it possible to have
30148         fakesinks for video and audio output without printing errors on
30149         the output console.
30150
30151 2004-03-22  David Schleef  <ds@schleef.org>
30152
30153         * sys/oss/Makefile.am:
30154         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
30155         (check_rate), (add_rate):  Rate probing test app.
30156
30157 2004-03-21  Benjamin Otte  <otte@gnome.org>
30158
30159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30160         (_fixate_caps_to_int), (gst_audio_convert_fixate):
30161           add a fixation function that pretty much does the right thing (fixes
30162           #137556)
30163
30164 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
30165
30166         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
30167
30168 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
30169
30170         reviewed by: Benjamin Otte  <otte@gnome.org>
30171
30172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30173           terminate gst_event_new_discontinuous correctly (fixes parts of
30174           #137711)
30175
30176 2004-03-19  David Schleef  <ds@schleef.org>
30177
30178         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
30179         since it doesn't depend on X, and it's part of our ABI.
30180
30181 2004-03-19  Iain <iain@prettypeople.org>
30182
30183         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
30184         is_int in the structure, not the local variable.
30185
30186 2004-03-19  David Schleef  <ds@schleef.org>
30187
30188         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
30189         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
30190         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
30191         Improvements in caps negotiation.
30192
30193 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30194
30195         * po/LINGUAS:
30196         * po/af.po:
30197           adding Afrikaans (Petri Jooste)
30198
30199 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30200
30201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30202         (gst_ffmpegcolorspace_chain):
30203         throw error instead of g_critical (#137588)
30204
30205 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30206
30207         * Makefile.am:
30208         * configure.ac:
30209           dist common and m4 correctly
30210         * po/sv.po:
30211
30212 2004-03-17  David Schleef  <ds@schleef.org>
30213
30214         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
30215         (bug #137348)
30216
30217 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30218
30219         * po/LINGUAS:
30220         * po/sv.po:
30221           adding Swedish translation (Christian Rose)
30222
30223 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30224
30225         * Makefile.am: use release.mak
30226
30227 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30228
30229         * common/ChangeLog:
30230         * common/gst-autogen.sh:
30231           add some explanation about the version detection
30232         * configure.ac:
30233           fix X check
30234
30235 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30236
30237         * configure.ac: bump nano to 1
30238
30239 === release 0.8.0 ===
30240
30241 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30242
30243         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30244
30245 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30246
30247         * configure.ac:
30248           update libtool version
30249         * gst-libs/gst/media-info/Makefile.am:
30250           actually use libtool version
30251
30252 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30253
30254         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30255
30256 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30257
30258         * configure.ac:
30259         * gst-plugins.spec.in:
30260         * pkgconfig/Makefile.am:
30261         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30262         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30263         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30264         * pkgconfig/gstreamer-libs.pc.in:
30265         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30266         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30267         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30268         * pkgconfig/gstreamer-plugins.pc.in:
30269           remove @VERSION@ from some of the pc files since core and plugins
30270           are decoupled.
30271           created gstreamer-plugins.pc as it's a better name, but keeping
30272           -libs around for now to get fixes upstream done first.
30273
30274 2004-03-15  Julien MOUTTE <julien@moutte.net>
30275
30276         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30277         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30278         * gst-libs/gst/play/play.h:
30279
30280 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30281
30282         * *.c, *.cc: don't mix tabs and spaces
30283
30284 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30285
30286         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30287           use the new ffmpegcolorspace
30288         * gst-plugins.spec.in:
30289           package new colorspace and media-info
30290         * configure.ac:
30291         * pkgconfig/Makefile.am:
30292           fix some more disting issues
30293         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30294         * pkgconfig/gstreamer-media-info.pc.in:
30295           generate media-info pc files
30296
30297 2004-03-15  Johan Dahlin  <johan@gnome.org>
30298
30299         * *.h: Revert indenting
30300
30301 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30302
30303         * configure.ac:
30304           adding ffmpegcolorspace element
30305         * gst/ffmpegcolorspace/Makefile.am:
30306         * gst/ffmpegcolorspace/avcodec.h:
30307         * gst/ffmpegcolorspace/common.h:
30308         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30309         * gst/ffmpegcolorspace/dsputil.h:
30310         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30311         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30312         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30313         (gst_ffmpeg_caps_to_pix_fmt):
30314         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30315         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30316         (gst_ffmpegcolorspace_caps_remove_format_info),
30317         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30318         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30319         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30320         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30321         (gst_ffmpegcolorspace_set_property),
30322         (gst_ffmpegcolorspace_get_property),
30323         (gst_ffmpegcolorspace_register):
30324         * gst/ffmpegcolorspace/imgconvert.c:
30325         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30326         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30327         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30328         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30329         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30330         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30331         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30332         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30333         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30334         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30335         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30336         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30337         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30338         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30339         (img_get_alpha_info), (deinterlace_line),
30340         (deinterlace_line_inplace), (deinterlace_bottom_field),
30341         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30342         * gst/ffmpegcolorspace/imgconvert_template.h:
30343         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30344         * gst/ffmpegcolorspace/mmx.h:
30345         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30346           adding ffmpegcolorspace element supplied by Ronald after cleaning
30347           up and pulling in the right bits of upstream source.
30348           I'm sure a better C/compiler wizard could do some cleaning up (for
30349           example use GLIB's malloc stuff), but as a first pass this
30350           works very well
30351
30352 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30353
30354         * ext/alsa/gstalsa.h:
30355           I assume Ronald forgot to commit the change to have cardname
30356           as a struct member.  Expect some public spanking at the next
30357           opportunity.
30358
30359 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30360
30361         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30362         (gst_alsa_open_audio), (gst_alsa_close_audio):
30363         * ext/alsa/gstalsa.c:
30364           Don't open the device if we're a mixer (= padless).
30365         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30366         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30367         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30368           Open mixer during state change rather than during object
30369           initialization. Also, get a device name. Currently in a somewhat
30370           hackish fashion, but I didn't really find something better.
30371
30372 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30373
30374         * *.c, *.h: run gst-indent
30375
30376 2004-03-14  Benjamin Otte  <otte@gnome.org>
30377
30378         * gst/modplug/gstmodplug.cc:
30379         * gst/modplug/gstmodplug.h:
30380           set correct timestamps on outgoing buffers
30381
30382 2004-03-14  Benjamin Otte  <otte@gnome.org>
30383
30384         * gst/modplug/gstmodplug.cc:
30385           handle events - don't do crap when a discont arrives that's not
30386           necessary
30387           This allows correct loading and playback of mods in Rhythmbox
30388
30389 2004-03-14  Benjamin Otte  <otte@gnome.org>
30390
30391         * configure.ac:
30392         * gst-libs/gst/gconf/Makefile.am:
30393         * pkgconfig/Makefile.am:
30394           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30395           they get rebuilt properly
30396         * configure.ac:
30397           when checking for vorbis, try pkgconfig first.
30398         * gst/modplug/gstmodplug.cc:
30399           add fixate function
30400
30401 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30402
30403         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30404           Fix for obvious mistake, where we first shift the offset and then
30405           read a samplesize element assuming the old offset. Note that this
30406           part still has something weird, i.e. my movies containing those
30407           don't actually play well, but at least there's something that looks
30408           like sound now.
30409
30410 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30411         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30412         (plugin_init):
30413         Add a typefind function for speex format
30414
30415 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30416
30417         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30418         (gst_asf_demux_setup_pad):
30419           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30420           instead of 0. Reason is simple: some elements have a fps range
30421           of 1-max instead of 0-max. So now ASF video actually works.
30422
30423 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30424
30425         * po/LINGUAS:
30426         * po/sr.po:
30427           adding serbian as a language
30428
30429 2004-03-13  Benjamin Otte  <otte@gnome.org>
30430
30431         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30432           return taglist correctly from _get function, don't gst_pad_push it.
30433           (fixes #137042)
30434
30435 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30436         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30437
30438 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30439
30440         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30441         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30442         (gst_alsa_mixer_track_new):
30443         * ext/alsa/gstalsamixertrack.h:
30444           Fix ancient leftovers... MixerTrack is a GObject.
30445
30446 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30447
30448         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30449         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30450           Don't block during probing...
30451
30452 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30453
30454         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30455         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30456         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30457         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30458         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30459         (gst_alsa_open_audio), (gst_alsa_close_audio):
30460         * ext/alsa/gstalsa.h:
30461           Add propertyprobe interface implementation, add some device-name
30462           property, all this so that it looks good in gnome-volume-control.
30463
30464 2004-03-12  David Schleef  <ds@schleef.org>
30465
30466         * configure.ac: the Hermes library controls hermescolorspace, not
30467         colorspace.
30468         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30469         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30470         not /* */
30471         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30472         * ext/sdl/sdlvideosink.h: ditto.
30473         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30474
30475 2004-03-12  Benjamin Otte  <otte@gnome.org>
30476
30477         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30478         (gst_x_overlay_got_xwindow_id):
30479         * gst-libs/gst/xoverlay/xoverlay.h:
30480           replace XID with unsigned long to get rid of the xlibs dependency in
30481           XOverlay (fixes #137004)
30482
30483 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30484         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30485         (gst_agingtv_setup):
30486         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30487         (gst_dicetv_base_init), (gst_dicetv_class_init),
30488         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30489         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30490         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30491         (gst_edgetv_setup), (gst_edgetv_rgb32):
30492         * gst/effectv/gsteffectv.c:
30493         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30494         (gst_quarktv_set_property):
30495         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30496         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30497         (gst_revtv_setup), (gst_revtv_rgb32):
30498         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30499         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30500         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30501         (gst_shagadelictv_rgb32):
30502         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30503         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30504         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30505         * gst/effectv/gstwarp.c:
30506         Port everything that can be ported to videofilter and fix up the caps.
30507         Can someone with a big-endian machine please check these?
30508
30509 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30510
30511         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30512         (gst_osssink_chain), (gst_osssink_change_state):
30513           Latest fixes for A/V sync, audio playback and such. This is about
30514           all... MPEG playback issues are mostly related to the async build-
30515           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30516
30517 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30518
30519         patch from: Stephane Loeuillet
30520
30521         * configure.ac:
30522           use pkg-config for some libraries, falling back to the old .m4 way
30523           (fixes #131270)
30524         * m4/libdv.m4:
30525           removed
30526
30527 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30528
30529         * configure.ac:
30530         * tools/Makefile.am:
30531         * tools/Makefile.in:
30532         * tools/gst-launch-ext-m.m:
30533         * tools/gst-launch-ext.1.in:
30534         * tools/gst-visualise-m.m:
30535         * tools/gst-visualise.1:
30536         * tools/gst-visualise.1.in:
30537           reorganizing generation of script tools
30538
30539 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30540
30541         * ext/divx/gstdivxdec.c:
30542           Downgrade priority. We prefer ffdec_mpeg4.
30543         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30544         (gst_faad_chain), (gst_faad_change_state):
30545           Fix capsnego. Doesn't work for some sounds because we don't have
30546           a 5:1 to stereo element.
30547         * ext/xvid/gstxvid.c: (plugin_init):
30548           Add priority.
30549         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30550         (gst_osssink_change_state):
30551           Add discont handling.
30552
30553 2004-03-09  Colin Walters  <walters@verbum.org>
30554
30555         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30556         conversion.
30557
30558 2004-03-09  Benjamin Otte  <otte@gnome.org>
30559
30560         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30561           the signals take 2 arguments
30562
30563 2004-03-09  David Schleef  <ds@schleef.org>
30564
30565         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30566         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30567         * ext/alsa/gstalsa.h:
30568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30569
30570 2004-03-09  Benjamin Otte  <otte@gnome.org>
30571
30572         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30573         (gst_mikmod_change_state):
30574         * ext/mikmod/gstmikmod.h:
30575           make mikmod's loop function not loop infinitely and call
30576           gst_element_yield anymore
30577         * gst/modplug/gstmodplug.cc:
30578           fix pad negotiation (fixes #136590)
30579
30580 2004-03-09  David Schleef  <ds@schleef.org>
30581
30582         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30583         doesn't conflict with the internal colorspace plugin.
30584         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30585         satisfy the crappy-ass shell shipped by a certain vendor.
30586         * gst/videofilter/make_filter: same (bug #135299)
30587
30588 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30589
30590         * configure.ac: bump nano to 1
30591
30592 === release 0.7.6 ===
30593
30594 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30595
30596         * configure.in: releasing 0.7.6, "There"
30597
30598 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30599
30600         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30601         * pkgconfig/gstreamer-play.pc.in:
30602           synchronize the two
30603
30604 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30605
30606         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30607         (cdparanoia_open), (cdparanoia_event):
30608           fix/add error handling
30609         * po/POTFILES.in:
30610           add cdparanoia source
30611         * tools/Makefile.am:
30612           make scripts executable
30613
30614 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30615
30616         * configure.ac:
30617         * ext/vorbis/Makefile.am:
30618         * sys/Makefile.am:
30619           remove id3types, vorbisfile and xvideosink from the build (#133783)
30620
30621 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30622
30623         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30624           Fix metadata read crash (#136537).
30625
30626 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30627
30628         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30629         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30630           adding mime types, fixing the one-stop function
30631
30632 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30633
30634         * ext/nas/nassink.c and /ext/nas/nassink.h:
30635         More NAS love from Arwed von Merkatz
30636         So lets all sing 'Can you feel the NAS tonight'
30637
30638 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30639
30640         * tools/gst-launch-ext.in:
30641         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30642
30643 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30644
30645         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30646         (gst_mpeg2dec_init):
30647         remove the user_data pad for now, because it is being used in
30648         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30649         If someone knows how to fix this properly, please do.
30650
30651 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30652
30653         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30654         (gst_osssink_get_time):
30655         add a warning, IMO this won't get triggered anymore, remove later
30656
30657 2004-03-07  David Schleef  <ds@schleef.org>
30658
30659         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30660         format (bug #136470)
30661
30662 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30663
30664         * gst-libs/Makefile.am:
30665         * gst-libs/gst/media-info/Makefile.am:
30666         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30667         (error_callback), (gst_media_info_error_create),
30668         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30669         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30670         * gst-libs/gst/media-info/media-info-priv.h:
30671         * gst-libs/gst/media-info/media-info-test.c: (main):
30672         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30673         (gst_media_info_class_init), (gst_media_info_instance_init),
30674         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30675         (gst_media_info_read_idler), (gst_media_info_read):
30676         * gst-libs/gst/media-info/media-info.h:
30677         fixed, should work now
30678
30679 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30680
30681         * ext/nas/nassink.c:
30682         A bunch of NAS fixes from Arwed von Merkatz
30683
30684 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30685
30686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30687         (qtdemux_parse_trak):
30688           Fix crash (j might be greater than n_samples, in which case we're
30689           writing outside the allocated space for the array) and memleak.
30690
30691 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30692
30693         * sys/oss/gstosssink.c: (gst_osssink_chain):
30694           And another caller that couldn't handle delay < 0 (unsigned
30695           integer overflow). Video now continues playing on an audio
30696           buffer underrun, and the clock continues working. Audio still
30697           stalls.
30698
30699 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30700
30701         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30702         (gst_osssink_get_time):
30703           get_delay() may return values lower than 0. In those cases, we
30704           should not actually cast to *unsigned* int64, that will break
30705           stuff horribly. In my case, it screwed up A/V sync in movies
30706           in totem rather badly.
30707
30708 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30709
30710         * ext/faac/gstfaac.c: (gst_faac_chain):
30711         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30712         * ext/libpng/gstpngenc.c: (user_write_data):
30713         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30714         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30715         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30716         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30717         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30718         of any buffer), should fix some leaks. I hope I didn't unref buffers
30719         that shouldn't be...
30720
30721 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30722
30723         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30724         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30725         (error_callback), (gmi_reset), (gmi_seek_to_track),
30726         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30727         (gmip_find_type_post), (gmip_find_stream_post),
30728         (gmip_find_track_streaminfo_post):
30729         * gst-libs/gst/media-info/media-info-priv.h:
30730         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30731         (info_print), (main):
30732         * gst-libs/gst/media-info/media-info.c:
30733         (gst_media_info_error_create), (gst_media_info_error_element),
30734         (gst_media_info_instance_init), (gst_media_info_get_property),
30735         (gst_media_info_new), (gst_media_info_set_source),
30736         (gst_media_info_read_idler), (gst_media_info_read):
30737         * gst-libs/gst/media-info/media-info.h:
30738           first pass at making this work again.  This seems to work on
30739           tagged ogg/vorbis and mp3 files.
30740
30741 2004-03-06  Benjamin Otte  <otte@gnome.org>
30742
30743         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30744           fix huge leak: gst_buffer_merge doesn't unref the first argument
30745           itself.
30746
30747 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30748
30749         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30750           report layer/mode/emphasis
30751
30752 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30753
30754         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30755
30756 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30757
30758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30759           signal serial
30760
30761 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30762
30763         * ext/vorbis/vorbis.c: (plugin_init):
30764         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30765         (gst_vorbis_dec_init), (vorbis_dec_event):
30766         add debug category
30767         make vorbisdec handle _BYTE and _TIME queries
30768
30769 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30770
30771         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30772           from the xing header
30773
30774 2004-03-06  Benjamin Otte  <otte@gnome.org>
30775
30776         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30777         (gst_audio_convert_link), (gst_audio_convert_change_state),
30778         (gst_audio_convert_buffer_from_default_format):
30779           do conversions from/to float correctly, fix some caps nego errors,
30780           export correct supported caps in template and getcaps, use correct
30781           caps in try_set_caps functions
30782
30783 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30784
30785         For some reason, I only committed a ChangeLog entry yesterday and
30786         not the corresponding code...
30787         * ext/mad/gstmad.c: Fix detection of Xing headers
30788         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30789
30790 2004-03-06  Benjamin Otte  <otte@gnome.org>
30791
30792         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30793         (gst_ogg_demux_src_query):
30794           make sure to handle the case where there's no current chain
30795           gracefully.
30796
30797 2004-03-05  David Schleef  <ds@schleef.org>
30798
30799         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30800         Add fixate function. (bug #131128)
30801         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30802         (gst_sdlvideosink_fixate):  Add fixate function.
30803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30804         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30805         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30806         Fix missing break that was causing ulaw to be interpreted as
30807         raw int.
30808
30809 2004-03-05  David Schleef  <ds@schleef.org>
30810
30811         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30812         Fix code that ignores return value of gst_buffer_merge().
30813         (bug #114560)
30814         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30815         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30816         * testsuite/gst-lint:  Check for above.
30817
30818 2004-03-05  David Schleef  <ds@schleef.org>
30819
30820         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30821         caps and throw an element error.  (bug #136334)
30822
30823 2004-03-05  David Schleef  <ds@schleef.org>
30824
30825         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30826         (gst_faad_chain): Fix negotiation.
30827         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30828         key and button events.
30829         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30830         dung heap of code.
30831         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30832         depends on gconf
30833         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30834         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30835         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30836         function to encourage better negotiation, particularly between
30837         audioconvert and osssink.
30838         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30839         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30840         more important.
30841         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30842         typefinding.
30843         * gst/vbidec/vbiscreen.c:  Add glib header
30844         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30845
30846 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30847
30848         * ext/mad/gstmad.c: Fix detection of Xing headers
30849         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30850
30851 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30852
30853         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30854         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30855           debug updates
30856
30857 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30858
30859         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30860         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30861         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30862         files, and report the parsed length as a GST_TAG_DURATION tag.
30863         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30864
30865 2004-03-05  Benjamin Otte  <otte@gnome.org>
30866
30867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30868           convert channels correctly. convert correctly to unsigned.
30869
30870 2004-03-05  Julien MOUTTE <julien@moutte.net>
30871
30872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30873         we have a window before clearing it.
30874
30875 2004-03-05  Julien MOUTTE <julien@moutte.net>
30876
30877         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30878         have a window before clearing it.
30879
30880 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30881
30882         * gconf/gstreamer.schemas.in:
30883         * gst-libs/gst/gconf/Makefile.am:
30884           version installation path the same way as for 0.6
30885         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30886         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30887         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30888           remove comment that was fixed
30889
30890 2004-03-05  David Schleef  <ds@schleef.org>
30891
30892         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30893         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30894         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30895         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30896         Add prototype code for handling seeking and querying.
30897
30898 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30899
30900         * examples/gstplay/player.c: (main):
30901           Initialize variables to NULL. Prevents a segfault because the
30902           (uninitialized) variable is not NULL, resulting in a crash on
30903           trying to reach error->message.
30904
30905 2004-03-05  Benjamin Otte  <otte@gnome.org>
30906
30907         * gst/audioconvert/gstaudioconvert.c:
30908         (gst_audio_convert_buffer_to_default_format):
30909         make float=>int conversion work correctly even in cornercases.
30910
30911 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30912
30913         * debian/README.Debian:
30914         * debian/build-deps:
30915         * debian/changelog:
30916         * debian/control:
30917         * debian/control.in:
30918         * debian/copyright:
30919         * debian/gstreamer-a52dec.files:
30920         * debian/gstreamer-aa.files:
30921         * debian/gstreamer-alsa.files:
30922         * debian/gstreamer-alsa.manpages:
30923         * debian/gstreamer-arts.files:
30924         * debian/gstreamer-artsd.files:
30925         * debian/gstreamer-audiofile.files:
30926         * debian/gstreamer-avifile.files:
30927         * debian/gstreamer-cdparanoia.files:
30928         * debian/gstreamer-colorspace.files:
30929         * debian/gstreamer-doc.files:
30930         * debian/gstreamer-dv.files:
30931         * debian/gstreamer-dvd.files:
30932         * debian/gstreamer-esd.files:
30933         * debian/gstreamer-festival.files:
30934         * debian/gstreamer-flac.files:
30935         * debian/gstreamer-gconf.conffiles:
30936         * debian/gstreamer-gconf.files:
30937         * debian/gstreamer-gconf.postinst:
30938         * debian/gstreamer-gnomevfs.files:
30939         * debian/gstreamer-gsm.files:
30940         * debian/gstreamer-http.files:
30941         * debian/gstreamer-jack.files:
30942         * debian/gstreamer-jpeg.files:
30943         * debian/gstreamer-mad.files:
30944         * debian/gstreamer-mikmod.files:
30945         * debian/gstreamer-misc.files:
30946         * debian/gstreamer-mpeg2dec.files:
30947         * debian/gstreamer-oss.files:
30948         * debian/gstreamer-plugin-apps.files:
30949         * debian/gstreamer-plugin-apps.manpages:
30950         * debian/gstreamer-plugin-libs-dev.files:
30951         * debian/gstreamer-plugin-libs.files:
30952         * debian/gstreamer-plugin-template.postinst:
30953         * debian/gstreamer-plugin-template.postrm:
30954         * debian/gstreamer-sdl.files:
30955         * debian/gstreamer-sid.files:
30956         * debian/gstreamer-vorbis.files:
30957         * debian/gstreamer-x.files:
30958         * debian/mk.control:
30959         * debian/rules:
30960         Debian package info not maintained here.
30961
30962 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30963
30964         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30965         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30966         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30967         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30968         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30969         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30970         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30971         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30972         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30973         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30974         * gst-libs/gst/colorbalance/colorbalance.c:
30975         (gst_color_balance_class_init):
30976         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30977         (gst_color_balance_channel_class_init):
30978         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30979         * gst-libs/gst/play/play.c: (gst_play_class_init):
30980         * gst-libs/gst/propertyprobe/propertyprobe.c:
30981         (gst_property_probe_iface_init):
30982         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30983         * gst-libs/gst/tuner/tunerchannel.c:
30984         (gst_tuner_channel_class_init):
30985         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30986         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30987         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30988         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30989         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30990         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30991         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30992         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30993         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30994           fix signals to use - instead of _
30995         * ext/libcaca/gstcacasink.h:
30996         * ext/sdl/sdlvideosink.h:
30997           fix header rename
30998
30999 2004-03-04  David Schleef  <ds@schleef.org>
31000
31001         * testsuite/gst-lint:  Add a check for bad signal names.
31002
31003 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
31004
31005         reviewed by David Schleef
31006
31007         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
31008         modified the alpha channel and caused a warning. (bug #136192)
31009
31010 2004-04-03  Christian Schaller <Uraeus@gnome.org>
31011
31012         * gst-plugins.spec.in:
31013         Change names of plugins to actually be correct. Try to keep things
31014         alphabetical to avoid getting beat up by Thomas
31015
31016 2004-03-03  Julien MOUTTE <julien@moutte.net>
31017
31018         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
31019         Using ximagesink as a default if no gconf key found. We should
31020         probably consider using alsasink instead of osssink for the audio
31021         part.
31022
31023 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31024
31025         * configure.ac:
31026           fix --with-plugins, don't think it ever worked before
31027         * gst-plugins.spec.in:
31028           even more updates
31029
31030 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31031
31032         * ext/sdl/sdlvideosink.h:
31033         * sys/ximage/ximagesink.h:
31034         * sys/xvideo/xvideosink.h:
31035         * sys/xvimage/xvimagesink.h:
31036           Fix for move of gstvideosink.h -> videosink.h.
31037
31038 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31039
31040         * gst-libs/gst/xwindowlistener/Makefile.am:
31041           this is a plugin library, not a library
31042
31043 2004-03-01  David Schleef  <ds@schleef.org>
31044
31045         * AUTHORS:  Added some names.  Add yourself if you're still
31046         missing.
31047
31048 2004-03-01  David Schleef  <ds@schleef.org>
31049
31050         * MAINTAINERS: Add
31051
31052 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31053
31054         * gst-plugins.spec.in: clean up spec file
31055
31056 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31057
31058         * gst-libs/gst/video/Makefile.am:
31059         * gst-libs/gst/video/gstvideosink.c:
31060         * gst-libs/gst/video/gstvideosink.h:
31061           rename gstvideosink.h to videosink.h to match other headers
31062         * gst/mixmatrix/Makefile.am:
31063           fix plugin filename
31064         * gst/tags/Makefile.am: fix plugin filename
31065
31066 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31067
31068         * gst/tags/Makefile.am: fix plugin filename
31069
31070 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31071
31072         * examples/gstplay/player.c: (got_time_tick), (main):
31073           add error handler
31074           display time_tick more readably
31075         * gst/mixmatrix/Makefile.am:
31076           fix plugin file name
31077
31078 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
31079
31080         * sys/oss/gstosselement.c: (gst_osselement_probe),
31081         (device_combination_append), (gst_osselement_class_probe_devices):
31082         * sys/oss/gstosselement.h:
31083           Reworked enumeration of oss dsps and mixers so that gst-mixer works
31084           on my system using alsa oss emulation, fixes bug #135597
31085
31086 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31087
31088         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
31089         (gst_videodrop_chain), (gst_videodrop_change_state):
31090         * gst/videodrop/gstvideodrop.h:
31091           Work based on timestamp of input data, not based on the expected
31092           framerate from the input. The consequence is that this element now
31093           not only scales framerates, but also functions as a framerate
31094           corrector or framerate stabilizer/constantizer.
31095
31096 2004-02-27  David Schleef  <ds@schleef.org>
31097
31098         patches from jmmv@menta.net (Julio M. Merino Vidal)
31099
31100         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
31101         GST_ELEMENT_ERROR call (bug #135634)
31102         * gst/interleave/interleave.c: (interleave_buffered_loop),
31103         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
31104         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
31105         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31106         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
31107         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
31108         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
31109         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
31110         Fix GST_ELEMENT_ERROR call.
31111         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
31112         GST_ELEMENT_ERROR call.
31113
31114 2004-02-27  Benjamin Otte  <otte@gnome.org>
31115
31116         * gst-libs/gst/audio/audio.h:
31117           add macro to make sure header isn't included twice
31118         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
31119           don't use gst_buffer_free
31120         * gst/playondemand/filter.func:
31121           don't use gst_data_free. Free data only once.
31122
31123 2004-02-26  David Schleef  <ds@schleef.org>
31124
31125         * gst-libs/gst/colorbalance/Makefile.am:
31126         * gst-libs/gst/mixer/Makefile.am:
31127         * gst-libs/gst/tuner/Makefile.am:
31128         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
31129         should not be disted, -marshal.h files should not be installed,
31130         and -enum.h files _should_ be installed.  Fix to make this the
31131         case.
31132
31133 === release 0.7.5 ===
31134
31135 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31136
31137         * configure.ac: release 0.7.5, "Under The Sea"
31138
31139 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31140
31141         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31142         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
31143         * gst/videoscale/gstvideoscale.c:
31144         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
31145           assorted debug/warning fixes
31146
31147 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31148
31149         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31150         (gst_videoscale_init), (gst_videoscale_chain),
31151         (gst_videoscale_set_property), (plugin_init):
31152         * gst/videoscale/gstvideoscale.h:
31153         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31154         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
31155         (gst_videoscale_planar400), (gst_videoscale_packed422),
31156         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
31157         (gst_videoscale_24bit), (gst_videoscale_16bit),
31158         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
31159         (gst_videoscale_scale_plane_slow),
31160         (gst_videoscale_scale_point_sample),
31161         (gst_videoscale_scale_nearest),
31162         (gst_videoscale_scale_nearest_str2),
31163         (gst_videoscale_scale_nearest_str4),
31164         (gst_videoscale_scale_nearest_32bit),
31165         (gst_videoscale_scale_nearest_24bit),
31166         (gst_videoscale_scale_nearest_16bit):
31167         add debugging category and use it properly
31168         fix use of GST_PTR_FORMAT
31169
31170 2004-02-25  Andy Wingo  <wingo@pobox.com>
31171
31172         * gst/interleave/interleave.c (interleave_buffered_loop): Always
31173         push only when channel->buffer is NULL. Prevents segfaults doing
31174         the state change after a nonlocal exit, like a scheme exception.
31175
31176         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
31177         Handle the case where the intersected caps is empty.
31178
31179 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31180
31181         * gst/law/mulaw-decode.c: (mulawdec_link):
31182         * gst/law/mulaw.c: (plugin_init):
31183           fix mulawdec so it actually works again
31184
31185 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
31186
31187         reviewed by: David Schleef  <ds@schleef.org>
31188
31189         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
31190         (gst_gamma_init), (gst_gamma_set_property),
31191         (gst_gamma_get_property), (gst_gamma_calculate_tables),
31192         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
31193         for RGB, with separate r g and b correction factors. (#131167)
31194
31195 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31196
31197         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31198           only signal tags for bitrate if they're > 0 (#134894)
31199
31200 2004-02-24  David Schleef  <ds@schleef.org>
31201
31202         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
31203         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
31204         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
31205         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
31206         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
31207         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
31208         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
31209         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
31210         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
31211         category.  Attempt to fix timestamp calculation.
31212
31213 2004-02-24  Johan Dahlin  <johan@gnome.org>
31214
31215         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
31216
31217 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31218
31219         * configure.ac:
31220         * gconf/Makefile.am:
31221         * gconf/gstreamer.schemas:
31222         * gst-libs/gst/gconf/Makefile.am:
31223         * gst-libs/gst/gconf/gconf.c:
31224           version gconf schemas and install locations
31225
31226 2004-02-23  Benjamin Otte  <otte@gnome.org>
31227
31228         * ext/xine/xineinput.c: (gst_xine_input_dispose):
31229         (gst_xine_input_subclass_init):
31230           call parent dispose.
31231           change pad template for CD reader correctly
31232         * ext/xine/Makefile.am:
31233         * ext/xine/gstxine.h:
31234         * ext/xine/xine.c: (plugin_init):
31235         * ext/xine/xineaudiosink.c:
31236           wrap audio sinks, too
31237         * gst-libs/gst/resample/private.h:
31238         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31239         (gst_resample_reinit), (gst_resample_scale),
31240         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31241         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31242         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31243         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31244         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31245         * gst-libs/gst/resample/resample.h:
31246         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31247         (gst_audioscale_class_init), (gst_audioscale_link),
31248         (gst_audioscale_get_buffer), (gst_audioscale_init),
31249         (gst_audioscale_chain), (gst_audioscale_set_property),
31250         (gst_audioscale_get_property):
31251         * gst/audioscale/gstaudioscale.h:
31252           s/resample_*/gst_resample_*/i to not clobber namespaces
31253
31254 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31255
31256         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31257         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31258         (gst_riff_create_video_template_caps),
31259         (gst_riff_create_audio_template_caps),
31260         (gst_riff_create_iavs_template_caps):
31261         * gst-libs/gst/riff/riff-media.h:
31262         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31263         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31264         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31265         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31267         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31268         (gst_matroska_demux_plugin_init): First batch implementing audio and
31269         video codec tags in demuxers.
31270
31271 2004-02-22  Benjamin Otte  <otte@gnome.org>
31272
31273         * ext/xine/Makefile.am:
31274         * ext/xine/gstxine.h:
31275         * ext/xine/xine.c: (plugin_init):
31276         * ext/xine/xineinput.c:
31277           add input plugin wrapper. Playback from files, http, mms and cdda
31278           works.
31279         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31280           remove leftover G_GNUC_UNUSED
31281         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31282         (gst_asf_demux_identify_guid):
31283           improve debugging output
31284
31285 2004-02-22  Benjamin Otte  <otte@gnome.org>
31286
31287         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31288
31289         * autogen.sh:
31290           replace test -e with test -x for mkinstalldirs to be more portable.
31291           (fixes #134816)
31292
31293 2004-02-22  Benjamin Otte  <otte@gnome.org>
31294
31295         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31296
31297         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31298           set rank to PRIMARY
31299         * gst/volume/gstvolume.c: (plugin_init):
31300           set rank to NONE
31301         fixes #134960
31302
31303 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31304
31305         reviewed by Benjamin Otte  <otte@gnome.org>
31306
31307         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31308           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31309
31310 2004-02-22  Benjamin Otte  <otte@gnome.org>
31311
31312         * configure.ac:
31313           export [_]*{gst,Gst,GST}.* symbols from plugins
31314
31315 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31316
31317         reviewed by: Benjamin Otte  <otte@gnome.org>
31318
31319         * ext/lame/gstlame.c: (add_one_tag):
31320         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31321         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31322         (gst_vorbisenc_metadata_set1):
31323         * gst/tags/gstid3tag.c:
31324         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31325           apply fixes from bugs #135042 (lame can't write tags) and #133817
31326           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31327
31328 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31329
31330         * configure.ac: Export only gst_plugin_desc from plugins.
31331          Note that this change only makes any effect with Linux using libtool
31332          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31333          fine. And don't try to have several versions of libtool in different
31334          directories.
31335
31336 2004-02-20  Andy Wingo  <wingo@pobox.com>
31337
31338         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31339         interleave respectively.
31340
31341         * gst/interleave/deinterleave.c: New plugin: deinterleave
31342         (replaces on oneton).
31343         * gst/interleave/interleave.c: New plugin: interleave.
31344         * gst/interleave/plugin.h: Support file.
31345         * gst/interleave/plugin.c: Support file.
31346
31347         * configure.ac: Remove intfloat and oneton, add interleave.
31348
31349         * ext/sndfile/gstsf.c: Handle events better.
31350
31351         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31352         and float2int operation. int2float has scheduling problems as
31353         noted in in2float_chain.
31354
31355 2004-02-20  Benjamin Otte  <otte@gnome.org>
31356
31357         * ext/xine/Makefile.am:
31358         * ext/xine/gstxine.h:
31359         * ext/xine/xine.c:
31360         * ext/xine/xineaudiodec.c:
31361         * ext/xine/xinecaps.c:
31362           add first version of xine plugin wrapper. Currently only wraps the
31363           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31364         * configure.ac:
31365         * ext/Makefile.am:
31366           add xine plugin wrapper, disabled by default. Use --enable-xine to
31367           build. Note that it'll segfault on gst-register if you don't remove
31368           the goom and tvtime post plugins from xine.
31369         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31370         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31371           add extradata parsing for QDM2.
31372           change around debugging prints.
31373
31374 2004-02-19  Benjamin Otte  <otte@gnome.org>
31375
31376         * ext/lame/gstlame.c: (gst_lame_chain):
31377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31378           use gst_tag_list_insert when you want to insert tags
31379
31380 2004-02-18  David Schleef  <ds@schleef.org>
31381
31382         * configure.ac:  Move massink to gst-rotten
31383         * ext/Makefile.am:
31384         * ext/mas/Makefile.am:
31385         * ext/mas/massink.c:
31386         * ext/mas/massink.h:
31387
31388 2004-02-18  David Schleef  <ds@schleef.org>
31389
31390         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31391         typefinding, since it seems to be worse than nothing.
31392         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31393         atom to recognize .mp4 and .m4a files as video/quicktime.
31394
31395 2004-02-18  David Schleef  <ds@schleef.org>
31396
31397         * gst/sine/demo-dparams.c: (quit_live),
31398         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31399         Use double dparams, not float.
31400         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31401         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31402         sync'd elements don't really work correctly.
31403         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31404         (volume_update_volume), (volume_get_property):  Change dparam
31405         to double.
31406
31407 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31408
31409         * sys/ximage/ximagesink.c:
31410         (gst_ximagesink_xwindow_update_geometry),
31411         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31412         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31413         (gst_ximagesink_init): Rework the way software video scaling works. So
31414         now we check on each chain call if the video frames are feeling the
31415         window. If not we try to renegotiate caps. On failure we memorize that
31416         and we won't try again for that PLAYING sessions.
31417         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31418         failure.
31419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31420         synchronous flag.
31421
31422 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31423
31424         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31425           break up _link so we can give a better debug message for errors
31426
31427 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31428
31429         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31430           set up debug category
31431
31432 2004-02-18  Julien MOUTTE <julien@moutte.net>
31433
31434         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31435         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31436         the way renegotiation work. The event handling function is not taking
31437         care of external windows and renegotiate method check for pad flags
31438         NEGOTIATING. Should fix : #133209
31439
31440 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31441
31442         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31443         pad is negotiating before trying renegotiation.
31444
31445 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31446
31447         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31448           pass on all possible mime types as typefind hints
31449
31450 2004-02-17  Julien MOUTTE <julien@moutte.net>
31451
31452         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31454         possible SHM leak if we crash. All other apps using XShm are doing
31455         that.
31456
31457 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31458
31459         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31460         (gst_ximagesink_expose): Renegotiate size on expose.
31461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31462         size on expose.
31463
31464 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31465
31466         * testsuite/alsa/sinesrc.c:
31467           cosmetic fix to fix compile issue with gcc 2.95.4
31468
31469 2004-02-16  Julien MOUTTE <julien@moutte.net>
31470
31471         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31472         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31473         failed opening the audio device.
31474         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31475         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31476         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31477         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31478         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31479         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31480         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31481         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31482         Removing some useless g_return_if_fail like wingo suggested.
31483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31484         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31485         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31486         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31487         (gst_xvimagesink_update_colorbalance),
31488         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31489         (gst_xvimagesink_xcontext_clear),
31490         (gst_xvimagesink_get_fourcc_from_caps),
31491         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31492         (gst_xvimagesink_set_xwindow_id),
31493         (gst_xvimagesink_colorbalance_list_channels),
31494         (gst_xvimagesink_colorbalance_set_value),
31495         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31496         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31497
31498 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31499
31500         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31501           throw error when not negotiated instead of asserting
31502
31503 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31504
31505         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31506         correct data refcounting.
31507
31508 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31509
31510         * gst/switch/gstswitch.c: (gst_switch_change_state),
31511         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31512         change, mostly the EOS flag.
31513
31514 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31515
31516         * examples/gstplay/player.c: (got_eos), (main): Adding some
31517         output for debugging.
31518         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31519         timeouts if we go to any state different from PLAYING.
31520         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31521         more EOS bugs in riff lib.
31522
31523 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31524
31525         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31526         visualization until i find a way to fix switch correctly.
31527         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31528         EOS arrives.
31529         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31530         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31531         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31532         Reworked switch to get a more correct behaviour with events and refing
31533         of data stored in sinkpads.
31534         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31535         we don't pull from a pad in EOS.
31536
31537 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31538
31539         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31540           remove v1 tag even if we can't read it (makes sure we don't detect
31541           it again)
31542
31543 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31544
31545         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31546         (gst_alsa_xrun_recovery):
31547         * ext/alsa/gstalsa.h:
31548           try xrun recovery when wait failed. Make xrun recovery function
31549           return TRUE/FALSE to indicate success. (might fix #134354)
31550
31551 2004-02-13  David Schleef  <ds@schleef.org>
31552
31553         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31554         (dynparm_value_changed), (main): Convert from float to double.
31555         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31556
31557 2004-02-13  David Schleef  <ds@schleef.org>
31558
31559         * gst/silence/gstsilence.c: (gst_silence_class_init),
31560         (gst_silence_set_clock), (gst_silence_get),
31561         (gst_silence_set_property), (gst_silence_get_property):
31562         * gst/silence/gstsilence.h: Add sync property.
31563         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31564         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31565         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31566         * gst/sine/gstsinesrc.h: Add sync property.
31567
31568 2004-02-13  David Schleef  <ds@schleef.org>
31569
31570         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31571         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31572
31573 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31574
31575         * configure.ac:
31576         * ext/Makefile.am:
31577         * gst-libs/ext/Makefile.am:
31578           move ffmpeg plugin to gst-ffmpeg module
31579
31580 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31581
31582         * configure.ac: use GST_ARCH to detect architecture
31583
31584 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31585
31586         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31587
31588 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31589
31590         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31591           classify LADSPA plugins based on number of src/sink pads
31592           (#133663, Stefan Kost)
31593         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31594           fix dparams registration
31595           (#133528, Stefan Kost)
31596         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31597           fix use of isprint and use g_ascii_isprint instead
31598           (#133316, Stefan Kost)
31599
31600 2004-02-11  David Schleef  <ds@schleef.org>
31601
31602         Convert a few inner loops to use liboil.  This is currently
31603         optional, and is only enabled if liboil is present (duh!).
31604         * configure.ac: Check for liboil-0.1
31605         * gst/intfloat/Makefile.am:
31606         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31607         (gst_int2float_chain_gint16):
31608         * gst/videofilter/Makefile.am:
31609         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31610         (tablelookup_u8), (gst_videobalance_planar411):
31611         * gst/videotestsrc/Makefile.am:
31612         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31613         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31614         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31615         (paint_hline_RGB565), (paint_hline_xRGB1555):
31616
31617 2004-02-11  David Schleef  <ds@schleef.org>
31618
31619         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31620         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31621         (gst_colorspace_getcaps), (gst_colorspace_link),
31622         (gst_colorspace_base_init), (gst_colorspace_init),
31623         (gst_colorspace_chain), (gst_colorspace_change_state),
31624         (plugin_init): Merge Ronald's patch (bug #117897) and update
31625         for new caps and negotiation.  Seems to work, although it
31626         shows off bugs in lcs.
31627
31628 2004-02-11  David Schleef  <ds@schleef.org>
31629
31630         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31631         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31632
31633 2004-02-11  David Schleef  <ds@schleef.org>
31634
31635         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31636         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31637         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31638         Add server and port properties
31639
31640 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31641
31642         * m4/a52.m4:
31643         * m4/aalib.m4:
31644         * m4/as-ffmpeg.m4:
31645         * m4/as-liblame.m4:
31646         * m4/as-slurp-ffmpeg.m4:
31647         * m4/check-libheader.m4:
31648         * m4/esd.m4:
31649         * m4/freetype2.m4:
31650         * m4/gconf-2.m4:
31651         * m4/glib.m4:
31652         * m4/gst-alsa.m4:
31653         * m4/gst-artsc.m4:
31654         * m4/gst-ivorbis.m4:
31655         * m4/gst-matroska.m4:
31656         * m4/gst-sdl.m4:
31657         * m4/gst-shout2.m4:
31658         * m4/gst-sid.m4:
31659         * m4/gtk.m4:
31660         * m4/libdv.m4:
31661         * m4/libfame.m4:
31662         * m4/libmikmod.m4:
31663         * m4/ogg.m4:
31664         * m4/vorbis.m4:
31665           fix underquotedness of macros (#133800)
31666         * m4/as-avifile.m4:
31667         * m4/xmms.m4:
31668           removed because no longer used
31669
31670 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31671
31672         * configure.ac:
31673           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31674           by autopoint (fixes #132996)
31675
31676 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31677
31678         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31679         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31680         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31681         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31682           fix memleaks
31683
31684 2004-02-11  David Schleef  <ds@schleef.org>
31685
31686         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31687         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31688         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31689         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31690         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31691         (gst_jpegenc_class_init), (gst_jpegenc_init),
31692         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31693         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31694         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31695         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31696
31697 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31698
31699         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31700         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31701         * ext/mikmod/gstmikmod.h:
31702           fix caps negotiation in mikmod
31703         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31704           output debug information
31705
31706 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31707
31708         * gst-libs/gst/colorbalance/Makefile.am:
31709         * gst-libs/gst/navigation/Makefile.am:
31710         * gst-libs/gst/xoverlay/Makefile.am:
31711           remove unused GST_OPT_CFLAGS from Makefiles
31712           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31713
31714 2004-02-07  David Schleef  <ds@schleef.org>
31715
31716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31717         push events to pads that haven't been created (#133508)
31718
31719 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31720
31721         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31722         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31723         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31724         (gst_dvdec_loop), (gst_dvdec_change_state):
31725         Second attempt at committing a working dvdec element.
31726
31727 2004-02-06  David Schleef  <ds@schleef.org>
31728
31729         Build fixes for OS X: (see #129600)
31730         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31731         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31732         (gst_riff_read_strf_iavs):
31733         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31734         (gst_avi_demux_stream_odml):
31735         * gst/playondemand/Makefile.am:
31736         * gst/rtp/rtp-packet.c:
31737
31738 2004-02-05  David Schleef  <ds@schleef.org>
31739
31740         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31741         last change, because it Just Doesn't Compile.
31742
31743 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31744
31745         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31746           skip undecodable id3v2 tag instead of keeping it
31747
31748 2004-02-05  David Schleef  <ds@schleef.org>
31749
31750         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31751         Unref leaked buffer.  (Noticed by Ronald)
31752
31753 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31754
31755         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31756         Sync requires with other checks.  >= vs =.
31757
31758 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31759
31760         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31761         (gst_dvdec_video_link), (gst_dvdec_loop):
31762         * ext/dv/gstdvdec.h:
31763           rework the caps negotiation so that dvdec works again instead
31764           of just segfaulting.
31765
31766 === release 0.7.4 ===
31767
31768 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31769
31770         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31771         * configure.ac: changed for release
31772
31773 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31774
31775         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31776         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31777         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31778         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31779           reworked patch by David Lehn to fix libdir and includedir for
31780           uninstalled libraries
31781           removed play and gconf from gstreamer-libs since they have their
31782           own pkgconfig files
31783
31784 2004-02-04  David Schleef  <ds@schleef.org>
31785
31786         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31787         memleak.
31788
31789 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31790
31791         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31792           use correct GST_TAG_ENCODER tag
31793
31794 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31795
31796         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31797           be sure to stop the clock when going to paused
31798         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31799           reset number of transmitted when going to ready.
31800         fixes #132935
31801
31802 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31803
31804         reviewed by Benjamin Otte
31805
31806         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31807           extract track count (fixes #133410)
31808
31809 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31810
31811         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31812           that should be !=, not == (fixes #132519)
31813
31814 2004-02-04  David Schleef  <ds@schleef.org>
31815
31816         Make sure set_explicit_caps() is called before adding pad.
31817         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31818         * gst/id3/gstid3types.c: (gst_id3types_loop):
31819         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31820         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31821
31822 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31823
31824         * configure.ac:
31825           bump nano to 2, first prerelease
31826           put back AM_PROG_LIBTOOL
31827
31828 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31829
31830         * testsuite/alsa/Makefile.am:
31831           these are user test apps, not automatic testsuite tests
31832
31833 2004-02-04  David Schleef  <ds@schleef.org>
31834
31835         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31836         * gst/mpeg1videoparse/gstmp1videoparse.c:
31837         (mp1videoparse_parse_seq):
31838         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31839         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31840         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31841         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31842         (gst_xvideosink_getcaps):
31843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31844         * testsuite/gst-lint: more tests
31845
31846 2004-02-04  David Schleef  <ds@schleef.org>
31847
31848         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31849         with the code that they would expand to.
31850         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31851         (gst_flacdec_get_src_query_types),
31852         (gst_flacdec_get_src_event_masks):
31853         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31854         (gst_gnomevfssrc_get_query_types),
31855         (gst_gnomevfssrc_get_event_mask):
31856
31857 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31858
31859         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31860         (gst_sinesrc_dispose):
31861           fix memleak by properly disposing sinesrc
31862
31863 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31864
31865         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31866         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31867         an overlay to redraw the image because it has been exposed.
31868         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31869         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31870         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31871         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31872         interface
31873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31874         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31875         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31876         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31877         interface
31878
31879 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31880
31881         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31882           more memleak fixage
31883
31884 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31885
31886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31887         * gst/typefind/gsttypefindfunctions.c:
31888           fix memleaks shown by gst-typefind
31889
31890 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31891
31892         * common/glib-gen.mak:
31893           add hack rule to touch .Plo files
31894         * gst-libs/gst/colorbalance/Makefile.am:
31895         * gst-libs/gst/mixer/Makefile.am:
31896         * gst-libs/gst/play/Makefile.am:
31897         * gst-libs/gst/tuner/Makefile.am:
31898           remove glib_root variable
31899
31900 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31901
31902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31903           set explicit caps before adding the element, so the autopluggers can
31904           plug correctly.
31905         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31906         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31907         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31908         (dv_type_find):
31909           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31910           argument.
31911
31912 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31913
31914         * gst-libs/gst/colorbalance/Makefile.am:
31915         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31916         * gst-libs/gst/colorbalance/colorbalance.c:
31917         * gst-libs/gst/colorbalance/colorbalance.h:
31918         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31919         * gst-libs/gst/mixer/Makefile.am:
31920         * gst-libs/gst/mixer/mixer-marshal.list:
31921         * gst-libs/gst/mixer/mixer.c:
31922         * gst-libs/gst/mixer/mixer.h:
31923         * gst-libs/gst/mixer/mixermarshal.list:
31924         * gst-libs/gst/play/Makefile.am:
31925         * gst-libs/gst/play/play.h:
31926         * gst-libs/gst/tuner/Makefile.am:
31927         * gst-libs/gst/tuner/tuner-marshal.list:
31928         * gst-libs/gst/tuner/tuner.c:
31929         * gst-libs/gst/tuner/tuner.h:
31930         * gst-libs/gst/tuner/tunermarshal.list:
31931           use new glib-gen.mak snippet to clean up Makefile.am
31932           fix various bugs in Makefile.am's
31933
31934 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31935
31936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31937           handle chain parsing correctly in the multichain case
31938         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31939         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31940         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31941         (theora_dec_chain):
31942           handle events and queries correctly
31943
31944 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31945
31946         * .cvsignore:
31947         Ignore generated file _stdint.h.
31948
31949 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31950
31951         * gst-libs/gst/colorbalance/Makefile.am:
31952         * gst-libs/gst/colorbalance/colorbalance.h:
31953         * gst-libs/gst/mixer/Makefile.am:
31954         * gst-libs/gst/mixer/mixer.h:
31955         * gst-libs/gst/play/Makefile.am:
31956         * gst-libs/gst/play/play.h:
31957         * gst-libs/gst/tuner/Makefile.am:
31958         * gst-libs/gst/tuner/tuner.h:
31959         Generate enum type code with glib-mkenums.
31960         * gst-libs/gst/colorbalance/.cvsignore:
31961         * gst-libs/gst/mixer/.cvsignore:
31962         * gst-libs/gst/play/.cvsignore:
31963         * gst-libs/gst/tuner/.cvsignore:
31964         Ignore generated files.
31965
31966 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31967
31968         * gst-libs/gst/audio/.cvsignore:
31969         Ignore generated file.
31970         * gst-libs/gst/audio/Makefile.am:
31971         Do not install example filter.
31972
31973 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31974
31975         * examples/switch/.cvsignore:
31976         Ignore generated file.
31977
31978 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31979
31980         * common/m4/ax_create_stdint_h.m4:
31981         * configure.ac:
31982           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31983           _stdint.h.
31984         * Makefile.am:
31985           remove generated _stdint.h in DISTCLEANFILES
31986         * ext/a52dec/gsta52dec.c:
31987           include _stdint.h for a52dec. (should fix #133064)
31988
31989 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31990
31991         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31992         (gst_tag_to_vorbis_comments):
31993         Add replaygain support to vorbistag
31994
31995 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31996         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31997         (gst_ffmpeg_caps_to_extradata):
31998           Fix SVQ3 caps flag properties
31999           Use glib macro for bytes swap
32000
32001 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32002
32003         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32004         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32005         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32006         * ext/sndfile/gstsf.c: (plugin_init):
32007         * gst/avi/gstavi.c: (plugin_init):
32008         * sys/dxr3/dxr3init.c: (plugin_init):
32009         * sys/oss/gstossaudio.c: (plugin_init):
32010         * sys/v4l/gstv4l.c: (plugin_init):
32011         * sys/v4l2/gstv4l2.c: (plugin_init):
32012           remove textdomain calls
32013         * po/nl.po:
32014           update Dutch translation
32015
32016 2004-02-02  Julien MOUTTE  <julien@moutte.net>
32017
32018         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32019         (gst_play_set_audio_sink): Moving volume in the audio thread for
32020         instantaneous volume change. Maybe i will add another volume in front
32021         of visualization later, not sure yet though.
32022
32023 2004-02-02  Julien MOUTTE  <julien@moutte.net>
32024
32025         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32026         (gst_ximagesink_handle_xevents): Better X events handling, only take
32027         the latest events for configure and motion.
32028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
32029
32030 2004-02-02  Jon Trowbridge  <trow@gnu.org>
32031
32032         reviewed by: David Schleef  <ds@schleef.org>
32033
32034         Fix memory leaks:
32035         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
32036         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
32037
32038 2004-02-02  David Schleef  <ds@schleef.org>
32039
32040         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
32041         of lines.
32042         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
32043         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32044         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
32045         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
32046         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32047         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
32048         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
32049         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
32050         (gst_float2_2_int_link):
32051         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32052         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
32053         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
32054         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
32055         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
32056         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
32057         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
32058         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
32059         * testsuite/gst-lint: Add tests for bzero and ;;
32060
32061 2004-02-02  David Schleef  <ds@schleef.org>
32062
32063         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
32064
32065 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32066
32067         * ext/aalib/gstaasink.c: (gst_aasink_open):
32068         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32069         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32070         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32071         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32072         (gst_afsink_close_file):
32073         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32074         (gst_afsrc_close_file):
32075         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32076         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32077         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32078         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32079         * ext/esd/esdmon.c: (gst_esdmon_get):
32080         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
32081         * ext/faac/gstfaac.c: (gst_faac_chain):
32082         * ext/faad/gstfaad.c: (gst_faad_chain):
32083         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32084         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32085         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32086         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32087         (gst_flacdec_loop):
32088         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32089         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32090         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32091         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32092         (gst_gnomevfssink_close_file):
32093         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32094         (gst_gnomevfssrc_open_file):
32095         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32096         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32097         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32098         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32099         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32100         * ext/mad/gstmad.c: (gst_mad_chain):
32101         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32102         * ext/mpeg2dec/gstmpeg2dec.c:
32103         * ext/mpeg2enc/gstmpeg2enc.cc:
32104         * ext/mplex/gstmplex.cc:
32105         * ext/mplex/gstmplexibitstream.cc:
32106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32107         (gst_ogg_demux_push):
32108         * ext/raw1394/gstdv1394src.c:
32109         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32110         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32111         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32112         (gst_sf_loop):
32113         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32114         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
32115         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32116         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32117         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32118         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32119         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32120         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32121         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32122         (gst_riff_read_element_data), (gst_riff_read_seek),
32123         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32124         * gst/adder/gstadder.c: (gst_adder_loop):
32125         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32126         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32127         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32128         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32129         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32130         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32131         * gst/goom/gstgoom.c: (gst_goom_chain):
32132         * gst/id3/gstid3types.c: (gst_id3types_loop):
32133         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32134         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32135         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32136         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32137         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32138         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32139         (gst_ebml_read_float), (gst_ebml_read_header):
32140         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32141         (gst_matroska_demux_parse_blockgroup):
32142         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32143         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32144         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32145         * gst/silence/gstsilence.c: (gst_silence_get):
32146         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32147         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32148         * gst/speed/gstspeed.c: (speed_loop):
32149         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32150         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32151         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32152         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32153         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32154         (gst_wavparse_loop):
32155         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32156         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32157         (dxr3audiosink_close):
32158         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32159         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32160         (dxr3videosink_close), (dxr3videosink_write_data):
32161         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32162         * sys/oss/gstosssink.c: (gst_osssink_chain):
32163         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32164         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32165         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32166         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32167         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32168         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32169         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32170         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32171         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32172         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32173         (gst_v4l_set_audio):
32174         * sys/v4l/v4l_calls.h:
32175         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32176         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32177         (gst_v4lmjpegsink_playback_init),
32178         (gst_v4lmjpegsink_playback_start):
32179         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
32180         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32181         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32182         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32183         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32184         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32185         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32186         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32187         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32188         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32189         (gst_v4l2_get_output), (gst_v4l2_set_output),
32190         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32191         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32192         (gst_v4l2_set_attribute):
32193         * sys/v4l2/v4l2_calls.h:
32194         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32195         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32196         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32197         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32198         (gst_v4l2src_capture_stop):
32199         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32200         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32201         (gst_ximagesink_chain):
32202         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32203         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32204         (gst_xvideosink_xwindow_new):
32205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32206         (gst_xvimagesink_chain):
32207
32208 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32209
32210         * gst/volume/gstvolume.c: (gst_volume_set_volume),
32211         (gst_volume_get_volume), (volume_class_init), (volume_init),
32212         (volume_chain_int16), (volume_update_volume):
32213         * gst/volume/gstvolume.h:
32214           make code more readable by removing magic numbers
32215           make mixer interface export 0-100 range
32216           make it internally map to 0.0-1.0 range so users don't distort
32217           output by putting the sliders at full volume
32218
32219 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32220
32221         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
32222         (gst_play_state_change), (gst_play_seek_to_time):
32223         block the tick callback for 0.5 secs after doing a seek
32224
32225 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32226
32227         * gst-libs/gst/play/play.c: (gst_play_new):
32228           check for GError
32229
32230 2004-02-01  Julien MOUTTE  <julien@moutte.net>
32231
32232         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32233         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32234         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32235         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32237         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32238
32239 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32240
32241         * configure.ac:
32242         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32243           check for a function added in vorbis 1.1
32244
32245 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32246
32247         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32248         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32249           really start/stop clock only on PLAYING <=> PAUSED
32250         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32251           remove \n from debugging lines
32252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32253           make it work when seeking does not
32254         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32255           reset on DISCONT
32256
32257 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32258
32259         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32260           start clock on PAUSED=>PLAYING, not later
32261         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32262           extract correct time for different discont formats
32263         (gst_alsa_sink_get_time):
32264           don't segfault when no format is negotiated yet, just return 0
32265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32266         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32267         (gst_ogg_pad_push):
32268           handle flush and discont events correctly
32269         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32270           handle discont events correctly
32271
32272 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32273
32274         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32275         (gst_play_error_create), (gst_play_error_plugin),
32276         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32277         * gst-libs/gst/play/play.h:
32278           add error handling during creation
32279         * examples/gstplay/player.c: (main):
32280           use new gst_play_new
32281
32282
32283 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32284
32285         * ext/theora/theoradec.c: (theora_dec_chain):
32286           make comments work
32287         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32288         (vorbis_dec_src_event), (vorbis_dec_chain):
32289           add encoder tag, fix tag reading to be more error tolerant, change
32290           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32291           gst_pad_event_default.
32292         * gst/tags/gstvorbistag.c:
32293         (gst_tag_list_from_vorbiscomment_buffer):
32294           undefine function specific define at end of function
32295
32296 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32297
32298         * ext/flac/gstflac.c: (plugin_init):
32299         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32300         * ext/flac/gstflacdec.h:
32301         * ext/flac/gstflacenc.h:
32302           Fix typos
32303
32304 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32305
32306         * examples/gstplay/player.c: s/gstplay.h/play.h/
32307
32308 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32309
32310         * gst-libs/gst/play/Makefile.am:
32311         * gst-libs/gst/play/gstplay.c:
32312         * gst-libs/gst/play/gstplay.h:
32313         * gst-libs/gst/play/play.c:
32314           more surgery, operation complete
32315
32316 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32317
32318         * gst-libs/gst/play/play.old.c:
32319         * gst-libs/gst/play/play.old.h:
32320           after CVS surgery by moving, remove
32321         * gst-libs/gst/play/playpipelines.c:
32322           remove
32323
32324         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32325           add negotiation error
32326
32327 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32328
32329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32330         (gst_ogg_demux_push):
32331           add some seeking debug info
32332           send a flush when seeking
32333
32334 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32335
32336         * configure.ac:
32337           use AC_C_INLINE
32338         * configure.ac:
32339         * ext/Makefile.am:
32340         * ext/theora/Makefile.am:
32341         * ext/theora/theoradec.c:
32342           add theora video decoder. Does just do simple decoding for now and
32343           has been tested against Theora cvs only. It only works when theora
32344           is compiled with --enable-static.
32345         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32346           always reset packetno on DISCONT
32347
32348 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32349
32350         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32351           Fix audio.
32352
32353 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32354
32355         * gst/mpegaudioparse/gstmpegaudioparse.c:
32356         (mp3_type_frame_length_from_header):
32357           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32358
32359 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32360
32361         * ext/esd/esdsink.c: (gst_esdsink_init):
32362           Since we have static pad template caps, we don't need to negotiate;
32363           either the core errors out or we know the format.
32364
32365 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32366
32367         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32368         (gst_riff_read_seek):
32369         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32370         (gst_ebml_read_seek):
32371           Fix event handling.
32372
32373 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32374
32375         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32376           removee video/x-theora from vp3 decoder, it doesn't handle raw
32377           theora streams
32378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32379           fix bug with finalizing element that never went to PAUSED
32380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32381           length and position queries were swapped
32382         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32383         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32384         (vorbis_dec_src_event):
32385           implement querying time and bytes
32386
32387 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32388
32389         * just about every source file:
32390           gst_element_error -> GST_ELEMENT_ERROR
32391
32392 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32393
32394         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32395         emiting FLUSH and even before DISCONT.
32396         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32397         get the best instant seeking as possible yay!
32398
32399 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32400
32401         * gst/mpeg1videoparse/gstmp1videoparse.c:
32402         (gst_mp1videoparse_real_chain):
32403           Committed wrong version last week... Grr... Didn't notice until now.
32404
32405 2004-01-29  Julien MOUTTE <julien@moutte.net>
32406
32407         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32409         have_xwindow_id signal in xwindow_create.
32410
32411 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32412
32413         * ext/ogg/gstoggdemux.c:
32414           lots of changes - mainly support for chained bitstreams, seeking,
32415           querying and bugfixes of course
32416         * ext/vorbis/Makefile.am:
32417         * ext/vorbis/vorbisdec.c:
32418         * ext/vorbis/vorbisdec.h:
32419           add vorbisdec raw vorbis decoder
32420         * ext/vorbis/vorbis.c: (plugin_init):
32421           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32422         * gst/intfloat/Makefile.am:
32423         * gst/intfloat/float22int.c:
32424         * gst/intfloat/float22int.h:
32425         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32426           add float2intnew plugin. It converts multichannel interleaved float to
32427           multichannel interleaved int. The name should probably be changed.
32428         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32429         (plugin_init):
32430           add typefinding for raw theora video so oggdemux can detect it.
32431
32432 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32433
32434         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32435         sink element first.
32436         * gst/videoscale/gstvideoscale.c:
32437         (gst_videoscale_handle_src_event): Fixing src event handler.
32438
32439 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32440
32441         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32442         (gst_v4lsrc_open), (gst_v4lsrc_close),
32443         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32444         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32445         * sys/v4l/gstv4lsrc.h:
32446         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32447         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32448           Implement resizing... Hack. But that's why v4l is b0rked...
32449
32450 2004-01-28  Julien MOUTTE <julien@moutte.net>
32451
32452         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32453         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32454         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32455         (gst_ximagesink_xwindow_destroy):
32456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32457         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32458         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32459         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32460         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32461         correctly cleaning the image created to check xshm calls on succes,
32462         added a lot of XSync calls in X11 functions, and fixed a segfault when
32463         no image format was defined before negotiation happened.
32464
32465 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32466
32467         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32468           use gst_element_get_time to get correct time
32469
32470 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32471
32472         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32473         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32474         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32476         (gst_xvimagesink_check_xshm_calls),
32477         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32478         X plugins are now able to detect that XShm calls will fail even if the
32479         server claims that it has XShm support (remote displays most of the
32480         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32481         so that we use non XShm functions. This feature is almost useless for
32482         xvimagesink as Xv is not supported on remote displays anyway, but
32483         it might happen than even on the local display XShm calls fail.
32484
32485 2004-01-27  David Schleef  <ds@schleef.org>
32486
32487         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32488         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32489         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32490         changed esdsink to only use 44100,16,2, since esd sucks at rate
32491         conversion and esdsink has had difficulty negotiating.
32492
32493 2004-01-27  Julien MOUTTE <julien@moutte.net>
32494
32495         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32496         (gst_play_seek_to_time): Fixing the way to get current position.
32497
32498 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32499
32500         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32501           use gst_element_get_time to get correct time
32502
32503 2004-01-27  Julien MOUTTE <julien@moutte.net>
32504
32505         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32506         fix ever... Inverting 2 lines of code make spider autoplug correctly
32507         tagged mp3 !
32508
32509 2004-01-27  David Schleef  <ds@schleef.org>
32510
32511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32512         Use gst_pad_try_set_caps_nonfixed().
32513
32514 2004-01-27  David Schleef  <ds@schleef.org>
32515
32516         * gst/ac3parse/gstac3parse.c: update to checklist 5
32517         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32518         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32519         * gst/audioscale/gstaudioscale.c: same
32520         * gst/auparse/gstauparse.c: same
32521         * gst/avi/gstavidemux.c: same
32522
32523 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32524
32525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32526           stop processing after EOS
32527
32528 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32529
32530         * gst/asfdemux/asfheaders.h:
32531         * gst/asfdemux/gstasfdemux.c:
32532         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32533         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32534         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32535           lot's of fixes to make data extraction simpler and get the code
32536           architecture and compiler independant. Add debugging category
32537         * gst/goom/gstgoom.c: (gst_goom_change_state):
32538           reset channel count on PAUSED=>READY, not READY=>PAUSED
32539
32540 2004-01-26  Colin Walters  <walters@verbum.org>
32541
32542         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32543         code to pull a bigger buffer in iradio mode.  This as a side effect
32544         makes typefinding work.
32545
32546 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32547
32548         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32549         Fix SVQ3 decoding on PPC
32550
32551 2004-01-26  Julien MOUTTE <julien@moutte.net>
32552
32553         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32554         that one managed to stay there... Fixed.
32555
32556 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32557
32558         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32559         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32560         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32561         (qtdemux_video_caps):
32562         * gst/qtdemux/qtdemux.h:
32563         Add SVQ3 specific flags to qtdemux and ffmpeg
32564
32565 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32566
32567         * gst-libs/gst/audio/audio.h:
32568           remove buffer-frames from audio caps
32569         * gst/audioconvert/gstaudioconvert.c:
32570           fix plugin to really work.
32571
32572 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32573
32574         * gst-libs/gst/mixer/mixer.c:
32575         * gst-libs/gst/propertyprobe/propertyprobe.c:
32576         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32577         (gst_tuner_find_channel_by_name):
32578         * gst-libs/gst/tuner/tuner.h:
32579           Add gtk-doc style comments. Also fix a function name.
32580
32581 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32582
32583         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32584         (gst_divxdec_negotiate):
32585           Fix for new capsnego - also fixes gst-player with divxdec.
32586
32587 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32588
32589         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32590         (gst_play_identity_handoff), (gst_play_set_location),
32591         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32592         try in visualization implementation. Still have an issue with switch
32593         blocking when pulling from video_queue and only audio comes out of
32594         spider.
32595         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32596         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32597         release method. And check if the pad is usable before pulling.
32598
32599 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32600
32601         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32602         (gst_videobalance_init),
32603         (gst_videobalance_colorbalance_list_channels),
32604         (gst_videobalance_colorbalance_set_value),
32605         (gst_videobalance_colorbalance_get_value),
32606         (gst_videobalance_update_properties),
32607         (gst_videobalance_update_tables_planar411),
32608         (gst_videobalance_planar411):
32609         * gst/videofilter/gstvideobalance.h:
32610           Implement lookup-tables. +/- 10x faster.
32611
32612 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32613
32614         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32615         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32616           The index reading was broken. The rest worked fine, but the whole
32617           goal of my rewrite was to make avidemux readable, and this was
32618           not at all readable. Please use typed variables.
32619
32620 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32621
32622         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32623           Additional pad usability check.
32624         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32625         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32626         (gst_mp1videoparse_real_chain):
32627           Fix MPEG video stream parsing. The original plugin had several
32628           issues, including not timestamping streams where the source was
32629           not timestamped (this happens with PTS values in mpeg system
32630           streams, but MPEG video is also a valid stream on its own so
32631           that needs timestamps too). We use the display time code for that
32632           for now. Also, if one incoming buffer contains multiple valid
32633           frames, we push them all on correctly now, including proper EOS
32634           handling. Lastly, several potential segfaults were fixed, and we
32635           properly sync on new sequence/gop headers to include them in next,
32636           not previous frames (since they're header for the next frame, not
32637           the previous). Also see #119206.
32638         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32639         (bpf_from_header):
32640           Move caps setting so we only do it after finding several valid
32641           MPEG-1 fraes sequentially, not right after the first one (which
32642           might be coincidental).
32643         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32644         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32645         (plugin_init):
32646           Add unsynced MPEG video stream typefinding, and change some
32647           probability values so we detect streams rightly. The idea is as
32648           follows: I can have an unsynced system stream which contains
32649           video. In the current code, I would randomly get a type for either
32650           system or video stream type found, because the probabilities are
32651           being calculated rather randomly. I now use fixed values, so we
32652           always prefer system stream if that was found (and that is how it
32653           should be). If no system stream was found, we can still identity                the stream as video-only.
32654
32655 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32656
32657         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32658         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32659           don't write to buffer. Extract data without the need of
32660           __attribute__ ((packed))
32661
32662 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32663
32664         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32665         (mpeg1_sys_type_find):
32666           Fix MPEG-1 stream typefinding.
32667
32668 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32669
32670         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32671           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32672
32673 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32674
32675         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32676         * ext/esd/gstesd.c: (plugin_init):
32677           private debugging, better error reporting
32678
32679 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32680
32681         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32682         (gst_riff_read_init), (gst_riff_read_change_state):
32683         * gst-libs/gst/riff/riff-read.h:
32684           Remove stuff fromold metadata system.
32685
32686 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32687
32688         * ext/ogg/gstoggdemux.c:
32689           Fix wrong file comment.
32690         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32691         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32692           Add metadata reading properly.
32693
32694 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32695
32696         * ext/Makefile.am:
32697           Fix nas DIST_SUBDIRS
32698           Uraeus:
32699           Fix bug where make distcheck doesn't get run on adding stuff to
32700           the build.
32701
32702 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32703
32704         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32705         * ext/divx/gstdivxdec.h:
32706           Fix divx3 ("msmpeg4") playback using divxdec.
32707
32708 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32709
32710         * gst/typefind/gsttypefindfunctions.c:
32711         (mp3_type_frame_length_from_header): fix bug in length computation
32712         (mp3_type_find): improve debugging output
32713
32714 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32715
32716         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32717         (gst_play_set_location), (gst_play_seek_to_time),
32718         (gst_play_set_audio_sink), (gst_play_set_visualization),
32719         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32720         the pipeline from scratch. Visualization is back and switch went out as
32721         i realized it was not possible to use the way i wanted.
32722         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32723         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32724         clearing in state change from READY to NULL. So that one can clean the
32725         X ressources keeping the element.
32726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32727         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32728         (gst_xvimagesink_colorbalance_set_value),
32729         (gst_xvimagesink_colorbalance_get_value),
32730         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32731         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32732         change from READY to NULL and fixed some stupid bugs in colorbalance
32733         get/set values. Also added the following feature : when nobody tries to
32734         set some values to the colorbalance levels before the xcontext is
32735         grabbed, then when creating channels list from Xv attributes we set the
32736         internal values to the Xv defaults. This way we handle buggy Xv drivers
32737         that set default hue values far from the middle of the range (Thanks
32738         to Jon Trowbridge for pointing that issue).
32739         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32740         colorbalance levels have been set before xcontext is grabbed.
32741
32742 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32743
32744         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32745           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32746           it might block operations (which is bad for a mixer).
32747
32748 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32749
32750         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32751         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32752         (gmip_find_type_pre):
32753         * gst-libs/gst/media-info/media-info-priv.h:
32754         * gst-libs/gst/media-info/media-info.c:
32755         (gst_media_info_instance_init), (gst_media_info_read_idler):
32756         add fakesink to get caps on decoder src pad again
32757         fix callback prototype to match new have_type signal signature
32758
32759 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32760
32761         * gst/adder/gstadder.c: (gst_adder_link):
32762           fix non-compile and cut-n-paste code
32763
32764 2004-01-21  David Schleef  <ds@schleef.org>
32765
32766         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32767         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32768         (gst_swfdec_init), (gst_swfdec_change_state):
32769         * ext/swfdec/gstswfdec.h:
32770         Fix negotiation.
32771         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32772         (gst_adder_request_new_pad): Fix negotiation.
32773         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32774         Add a fixate function.
32775         * gst/intfloat/gstfloat2int.c:
32776         * gst/intfloat/gstfloat2int.h:
32777         * gst/intfloat/gstint2float.c:
32778         * gst/intfloat/gstint2float.h:
32779         Completely rewrite the negotiation.  Doesn't quite work yet,
32780         due to some buffer-frames problem.
32781
32782 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32783
32784         * ext/gnomevfs/gstgnomevfssrc.c:
32785         * sys/v4l2/v4l2_calls.h:
32786           fix includes for distcheck
32787
32788 2004-01-21  Christian Schaller <uraeus@gnome.org>
32789
32790         * ext/nas/
32791         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32792         based on earlier patch from Laurent Vivier
32793
32794 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32795
32796         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32797         Fix wma caps property
32798         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32799         Fix typo (flags1 and flags2)
32800
32801 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32802
32803         * gst-libs/gst/media-info/media-info-priv.c:
32804         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32805         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32806         (gmip_find_stream), (gmip_find_track_metadata),
32807         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32808         (gmip_find_track_format):
32809         * gst-libs/gst/media-info/media-info-priv.h:
32810         * gst-libs/gst/media-info/media-info-test.c: (main):
32811         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32812         (gst_media_info_read_idler), (gst_media_info_read):
32813         * gst-libs/gst/media-info/media-info.h:
32814           register debugging category and use it for debugging
32815
32816 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32817
32818         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32819         (gst_vorbisfile_new_link):
32820           signal streaminfo through tags
32821
32822 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32823
32824         * ext/mplex/gstmplex.cc:
32825         * ext/mplex/gstmplexibitstream.cc:
32826           g++ doesn't like NULL in our i18n/error macros, should be
32827           either (NULL) or ("").
32828
32829 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32830
32831         * sys/dxr3/dxr3audiosink.c:
32832         * sys/dxr3/dxr3init.c:
32833         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32834         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32835           Fix more error error error errors (missing includes here).
32836
32837 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32838
32839         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32840           fix thomas' error errors.
32841
32842 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32843
32844         * ext/mpeg2enc/gstmpeg2enc.cc:
32845           fix error errors.
32846
32847 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32848
32849         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32850         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32851           Fix for new error system.
32852
32853 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32854
32855         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32856           fix for new error reporting
32857
32858 2004-01-20  David Schleef  <ds@schleef.org>
32859
32860         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32861         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32862         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32863         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32864         and neither is 100+, most likely.
32865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32866         (gst_xvimagesink_getcaps): same
32867
32868 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32869
32870         * configure.ac:
32871           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32872           clashes with ffmpeg.
32873
32874 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32875
32876         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32877         (gst_switch_init): Fixed switch element : proxying link and setting
32878         caps from src to sink on request.
32879
32880 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32881
32882         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32883         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32884         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32885         fix element_error
32886
32887 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32888
32889         * sys/v4l/v4l_calls.h:
32890         * sys/v4l2/v4l2_calls.h:
32891           element_error fixes
32892
32893 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32894
32895         * gst-libs/gst/gst-i18n-plugin.h:
32896           add locale.h
32897           remove config.h inclusion
32898
32899 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32900
32901         * autogen.sh:
32902           adding autopoint invocation
32903         * Makefile.am:
32904         * configure.ac:
32905         * gst-libs/gst/gettext.h:
32906           adding gettext bits
32907         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32908         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32909         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32910         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32911         (gst_gnomevfssink_close_file):
32912         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32913         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32914         * gst-libs/gst/gst-i18n-plugin.h:
32915         * gst/avi/gstavi.c: (plugin_init):
32916         * sys/dxr3/dxr3init.c: (plugin_init):
32917         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32918         * sys/oss/gstossaudio.c: (plugin_init):
32919         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32920         * sys/v4l/gstv4l.c: (plugin_init):
32921         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32922         * sys/v4l2/gstv4l2.c: (plugin_init):
32923         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32924         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32925         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32926         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32927         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32928         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32929           make sure locale and translation domain are set
32930           fix translated strings
32931         * po/.cvsignore:
32932         * po/LINGUAS:
32933         * po/Makevars:
32934         * po/POTFILES.in:
32935         * po/nl.po:
32936           put translation files into place
32937         * sys/xvideo/imagetest.c: (main):
32938         * ext/dv/demo-play.c: (main):
32939           fix unnecessary translations
32940
32941 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32942
32943         * ext/sndfile/gstsf.c:
32944         * gst/avi/gstavimux.c:
32945         * ext/audiofile/gstafsink.c:
32946         * ext/audiofile/gstafsrc.c:
32947         * ext/gnomevfs/gstgnomevfssink.c:
32948         * ext/gnomevfs/gstgnomevfssrc.c:
32949         * sys/oss/gstosselement.c:
32950         * sys/v4l/v4l_calls.h:
32951           fix i18n include
32952
32953 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32954
32955         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32956         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32957         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32958         (gst_v4l2_get_output), (gst_v4l2_set_output),
32959         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32960         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32961         (gst_v4l2_set_attribute):
32962         update to new error handling
32963
32964 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32965
32966         * ext/sidplay/gstsiddec.cc:
32967         * gst/modplug/gstmodplug.cc:
32968           parenthese NULL because C++ seems angry about it
32969
32970 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32971
32972         * gst-libs/gst/gst-i18n-plugin.h:
32973           add skeleton i18n stuff, but needs to be further implemented
32974
32975 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32976
32977         * examples/gstplay/player.c: (main):
32978         * ext/aalib/gstaasink.c: (gst_aasink_open):
32979         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32980         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32981         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32982         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32983         (gst_afsink_close_file):
32984         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32985         (gst_afsrc_close_file):
32986         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32987         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32988         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32989         * ext/esd/esdmon.c: (gst_esdmon_get):
32990         * ext/esd/esdsink.c: (gst_esdsink_chain):
32991         * ext/faac/gstfaac.c: (gst_faac_chain):
32992         * ext/faad/gstfaad.c: (gst_faad_chain):
32993         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32994         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32995         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32996         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32997         (gst_flacdec_loop):
32998         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32999         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33000         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33001         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33002         (gst_gnomevfssink_close_file):
33003         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33004         (gst_gnomevfssrc_open_file):
33005         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33006         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33007         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33008         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33009         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33010         * ext/mad/gstmad.c: (gst_mad_chain):
33011         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33012         * ext/mpeg2dec/gstmpeg2dec.c:
33013         * ext/mpeg2enc/gstmpeg2enc.cc:
33014         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33015         * ext/mplex/gstmplex.cc:
33016         * ext/mplex/gstmplexibitstream.cc:
33017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33018         (gst_ogg_demux_push), (gst_ogg_pad_push):
33019         * ext/raw1394/gstdv1394src.c:
33020         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33021         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33022         * ext/sidplay/gstsiddec.cc:
33023         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33024         (gst_sf_loop):
33025         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33026         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33027         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33028         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33029         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33030         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33031         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33032         * gst-libs/gst/Makefile.am:
33033         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33034         (gst_riff_read_element_data), (gst_riff_read_seek),
33035         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33036         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
33037         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33038         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33039         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33040         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33041         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33042         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33043         * gst/goom/gstgoom.c: (gst_goom_chain):
33044         * gst/id3/gstid3types.c: (gst_id3types_loop):
33045         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33046         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33047         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33048         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33049         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33050         (gst_ebml_read_float), (gst_ebml_read_header):
33051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33052         (gst_matroska_demux_parse_blockgroup):
33053         * gst/modplug/gstmodplug.cc:
33054         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33055         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33056         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33057         * gst/silence/gstsilence.c: (gst_silence_get):
33058         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33059         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33060         * gst/speed/gstspeed.c: (speed_loop):
33061         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33062         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33063         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33064         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33065         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33066         (gst_wavparse_loop):
33067         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33068         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33069         (dxr3audiosink_close):
33070         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33071         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33072         (dxr3videosink_close), (dxr3videosink_write_data):
33073         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33074         * sys/oss/gstosselement.h:
33075         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
33076         (gst_osssink_chain):
33077         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33078         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33079         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33080         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33081         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
33082         (gst_v4l_enable_overlay):
33083         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33084         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33085         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33086         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33087         (gst_v4l_set_audio):
33088         * sys/v4l/v4l_calls.h:
33089         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33090         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33091         (gst_v4lmjpegsink_playback_init),
33092         (gst_v4lmjpegsink_playback_start):
33093         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33094         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
33095         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
33096         (gst_v4lmjpegsrc_requeue_frame):
33097         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33098         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33099         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33100         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33101         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33102         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33103         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33104         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33105         (gst_v4l2src_capture_stop):
33106         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33107         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33108         (gst_ximagesink_chain):
33109         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33110         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33111         (gst_xvideosink_xwindow_new):
33112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33113         (gst_xvimagesink_chain):
33114         use new error signal, function and categories
33115
33116 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
33117
33118         * configure.ac:
33119         * ext/Makefile.am:
33120         * ext/musicbrainz/gsttrm.c:
33121         * ext/musicbrainz/gsttrm.h:
33122         * ext/musicbrainz/Makefile.am:
33123         Add a trm plugin
33124
33125 2004-01-18  Julien MOUTTE  <julien@moutte.net>
33126
33127         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
33128         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
33129         synchronous property for debugging.
33130         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
33131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33132         (gst_xvimagesink_set_property): Moving a pointer declaration to a
33133         smaller block, fixing indent.
33134
33135 2004-01-16  David Schleef  <ds@schleef.org>
33136
33137         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
33138         property affects the video stream.
33139         * sys/xvimage/xvimagesink.c:
33140         * sys/xvimage/xvimagesink.h:
33141         Add synchronous property for debugging.  Should probably be
33142         disabled in non-CVS builds.  Make sure that the Xv attribute
33143         exists before we set it (crash!).  Fix a silly float bug that
33144         caused colorbalance to just not work.
33145
33146 2004-01-17  Christian Schaller <Uraeus@gnome.org>
33147
33148         * tools/gst-launch-ext.in - update for new plugins
33149
33150 2004-01-16  David Schleef  <ds@schleef.org>
33151
33152         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
33153         already-freed caps.
33154
33155 2994-01-16  Christian Schaller <Uraeus@gnome.org>
33156
33157         * Update spec for new colorspace plugin and libcaca plugin
33158         * Fix compilation of libcaca plugin (clock -> id)
33159
33160 2004-01-16  Julien MOUTTE <julien@moutte.net>
33161
33162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
33163         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
33164         (gst_xvimagesink_set_xwindow_id),
33165         (gst_xvimagesink_colorbalance_set_value),
33166         (gst_xvimagesink_colorbalance_get_value),
33167         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33168         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
33169         correct colorbalance properties. They can now be set when the element
33170         is still in NULL state. The values will be committed to the Xv Port
33171         when xcontext is initialized.
33172         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
33173         brightness int values in the GstXvImagesink structure.
33174
33175 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33176
33177         * gst-libs/gst/Makefile.am:
33178           restructure so having local patches works easier.
33179
33180 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33181
33182         * ext/mpeg2enc/Makefile.am:
33183         * ext/mpeg2enc/gstmpeg2enc.cc:
33184         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33185           Bugfix with respect to EOS handling.
33186
33187 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33188
33189         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33190           Link with right caps (else, it segfaults).
33191         * ext/mplex/gstmplexjob.cc:
33192           Fix for slight API change in 1.6.1.93 release of mjpegtools.
33193
33194 2004-01-15  David Schleef  <ds@schleef.org>
33195
33196         * gst-libs/gst/audio/Makefile.am:
33197         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
33198         from the template.
33199         * gst-libs/gst/audio/gstaudiofilter.c:
33200         * gst-libs/gst/audio/gstaudiofilter.h:
33201         Add bytes_per_sample and size and n_samples calculation.
33202         * gst-libs/gst/audio/gstaudiofilterexample.c:
33203         Remove, now autogenerated.
33204         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
33205         Moved from gstaudiofilterexample, object name changed, code added
33206         so that it actually works.
33207         * gst-libs/gst/audio/make_filter:
33208         Script to build an audiofilter subclass from the template.
33209         * gst/colorspace/Makefile.am:
33210         * gst/colorspace/yuv2yuv.c:
33211         Remove file, since it's GPL, and we don't use it.
33212
33213 2004-01-15  Julien MOUTTE  <julien@moutte.net>
33214
33215         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
33217         them use the buffer free function to test how the buffer was allocated.
33218
33219 2004-01-15  David Schleef  <ds@schleef.org>
33220
33221         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
33222         that handles osssink fallback.
33223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
33224         (gst_audio_convert_getcaps):
33225         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33226         Add audio/x-qdm2 for QDM2 audio.
33227         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33228         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
33229         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33230         Decrease minimum size to 16x16.
33231         * gst/wavparse/gstwavparse.c:
33232         Convert disabled pad template caps to new caps.
33233         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33235         (gst_xvimagesink_chain): Throw element error when display cannot
33236         be opened.  Increase minimum framerate to 1.0.  Check the data
33237         free function on a buffer to make sure it is the type we expect
33238         before manipulating it.
33239
33240 2004-01-15  Julien MOUTTE <julien@moutte.net>
33241
33242         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33243         (gst_videobalance_colorbalance_set_value): Implement passthru if
33244         settings are in the middle.
33245         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33246
33247 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33248
33249         * gst/videofilter/Makefile.am:
33250         * gst/volume/Makefile.am:
33251           Since we use videofilter symbols, link to it.
33252
33253 2004-01-15  Julien MOUTTE <julien@moutte.net>
33254
33255         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33256         mixer interface type to HARDWARE.
33257         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33258         type to SOFTWARE.
33259         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33260         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33261         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33262         (gst_volume_interface_init), (gst_volume_list_tracks),
33263         (gst_volume_set_volume), (gst_volume_get_volume),
33264         (gst_volume_set_mute), (gst_volume_mixer_init),
33265         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33266         (volume_init): Implementing mixer interface.
33267         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33268         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33269         (gst_osselement_change_state): Removing some trailing commas in
33270         structures.
33271         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33272         interface type to HARDWARE.
33273         * sys/v4l/gstv4lcolorbalance.c:
33274         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33275         type to HARDWARE.
33276         * sys/v4l2/gstv4l2colorbalance.c:
33277         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33278         interface type to HARDWARE.
33279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33280         same code than ximagesink for event handling.
33281
33282 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33283
33284         * ext/snapshot/Makefile.am:
33285         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33286         (gst_snapshot_chain):
33287         * ext/snapshot/gstsnapshot.h:
33288           This has to be a joke... Snapshot should be connected to a tee,
33289           colorspace element before it and EOS after that, where the other
33290           src of the tee receives normal data.
33291           The current way is *wrong*.
33292
33293 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33294
33295         * ext/hermes/gsthermescolorspace.c:
33296           Fix another compile error. Same as below.
33297
33298 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33299
33300         * gst/colorspace/gstcolorspace.c:
33301         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33302         (gst_colorspace_i420_to_yv12):
33303           Fix compiling... Didn't test if it actually works.
33304
33305 2004-01-15  David Schleef  <ds@schleef.org>
33306
33307         * configure.ac:
33308         * gst/colorspace/Makefile.am:
33309         * gst/colorspace/gstcolorspace.c:
33310         * gst/colorspace/gstcolorspace.h:
33311         * gst/colorspace/yuv2rgb.c:
33312         * gst/colorspace/yuv2rgb.h:
33313         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33314         code and GPL code.  Fix for new caps negotiation.  Rewrite
33315         much of the format handling code, and some of the conversion
33316         code.  Basically, rewrote almost everything.  This element
33317         handles I420, YV12 to RGB conversions.
33318         * ext/hermes/Makefile.am:
33319         * ext/hermes/gsthermescolorspace.c:
33320         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33321         Remove non-Hermes related code.  This element handles lots of
33322         RGB to RGB conversions, but no YUV.
33323         * ext/hermes/gstcolorspace.c:
33324         * ext/hermes/gstcolorspace.h:
33325         * ext/hermes/rgb2yuv.c:
33326         * ext/hermes/yuv2rgb.c:
33327         * ext/hermes/yuv2rgb.h:
33328         * ext/hermes/yuv2rgb_mmx16.s:
33329         * ext/hermes/yuv2yuv.c:
33330         * ext/hermes/yuv2yuv.h:
33331         Remove old code.
33332
33333 2004-01-14  Colin Walters  <walters@verbum.org>
33334
33335         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33336         they've already been.
33337
33338 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33339
33340         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33341           assume tag mode when pad is not connected
33342
33343 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33344
33345         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33346           Don't update the time of the clock
33347         (gst_alsa_sink_loop):
33348           sync to the clock given to alsasink, not the own clock
33349         * sys/oss/gstosssink.c: (gst_osssink_chain):
33350           sync to the clock
33351         (gst_osssink_change_state):
33352           activate the clock
33353         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33355           remove bogus code that made DISCONT events unhandled
33356         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33357           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33358           #131502)
33359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33360         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33361         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33362           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33363           2nd warning in bug #131502)
33364
33365 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33366
33367         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33368         (gst_videobalance_colorbalance_set_value),
33369         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33370         for colorbalance interface implementation.
33371         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33372         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33373         (gst_ximagesink_dispose), (gst_ximagesink_init),
33374         (gst_ximagesink_class_init): Adding DISPLAY property.
33375         * sys/ximage/ximagesink.h: Adding display_name to store display.
33376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33377         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33378         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33379         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33380         properties (they still need polishing though for gst-launch use : no
33381         xcontext yet, i ll do that tomorrow).
33382         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33383
33384 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33385
33386         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33387         (gst_play_set_location), (gst_play_set_visualization): Preparing
33388         switch integration, adding videobalance in the pipeline.
33389
33390 2004-01-14  Julien MOUTTE <julien@moutte.net>
33391
33392         * gst-libs/gst/colorbalance/colorbalance.c:
33393         (gst_color_balance_class_init): Adding a default type.
33394         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33395         the type.
33396         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33397         (gst_videobalance_dispose), (gst_videobalance_class_init),
33398         (gst_videobalance_init), (gst_videobalance_interface_supported),
33399         (gst_videobalance_interface_init),
33400         (gst_videobalance_colorbalance_list_channels),
33401         (gst_videobalance_colorbalance_set_value),
33402         (gst_videobalance_colorbalance_get_value),
33403         (gst_videobalance_colorbalance_init): Implementing colorbalance
33404         interface.
33405         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33406         list.
33407         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33408         bug which was triggering a BadAccess X error when setting an overlay
33409         before pad was really negotiated.
33410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33411         Using the colorbalance type macro.
33412
33413 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33414
33415         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33416         (gst_flacenc_chain):
33417           handle tags correctly
33418         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33419           extract ID3v1 tags correctly
33420
33421 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33422
33423         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33424         (plugin_init):
33425           Improve matroska typefinding for odd-typed headers...
33426
33427 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33428
33429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33430           Fix for using incremental number on padnames.
33431
33432 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33433
33434         * ext/divx/gstdivxdec.c:
33435         * ext/divx/gstdivxenc.c:
33436           Set category to divx4linux instead of divx (too generic).
33437         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33438         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33439         (gst_wavparse_loop), (gst_wavparse_change_state):
33440         * gst/wavparse/gstwavparse.h:
33441           fix parsing of WAV files with non-standard fmt-tag size and fix
33442           skipping of unrecognized chunks... Someone please fix this thing
33443           to use rifflib so all this is automated.
33444         * sys/v4l/Makefile.am:
33445         * sys/v4l2/Makefile.am:
33446           Add X_CFLAGS because we depend on X (for overlay).
33447
33448 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33449
33450         * ext/mpeg2dec/gstmpeg2dec.c:
33451           Don't issue a timestamp unless we tagged the frame
33452           with a PTS.
33453
33454 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33455
33456         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33457           Query the audio element to get the time, not the clock. We're
33458           interested in the element's time here.
33459
33460 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33461
33462         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33464         * ext/esd/esdsink.c: (gst_esdsink_chain):
33465         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33466         * ext/mas/massink.c: (gst_massink_chain):
33467         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33469         (gst_matroska_demux_parse_metadata):
33470         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33471         (gst_mpeg_parse_release_locks):
33472         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33473         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33474         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33475         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33476         (gst_osssink_change_state):
33477         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33478         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33479         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33480         (gst_xvideosink_release_locks):
33481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33482           use element time.
33483         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33484         (gst_alsa_clock_stop):
33485         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33486         (gst_audio_clock_get_internal_time):
33487           simplify for use with new clocking code.
33488         * testsuite/alsa/Makefile.am:
33489         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33490           fix testsuite for new caps system
33491
33492 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33493
33494         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33495         * ext/flac/gstflacenc.c: (add_one_tag):
33496           length is already host endian, no need to convert. Fixes playback of
33497           tagged files on PPC. (bug #128384)
33498
33499 2004-01-13  Julien MOUTTE <julien@moutte.net>
33500
33501         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33502         colorbalance interface stating if it is hardware based or software
33503         based.
33504         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33505         Removing a trailing comma.
33506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33507         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33508         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33509         the documentation seems to be wrong on the -1000 to 1000 interval.
33510
33511 2004-01-12  David Schleef  <ds@schleef.org>
33512
33513         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33514         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33515         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33516         Fix negotiation.  Add a bufferalloc function for the sink pad,
33517         and generally clean up some of the code.
33518
33519 2004-01-12  Julien MOUTTE <julien@moutte.net>
33520
33521         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33522         (gst_color_balance_channel_dispose): Adding safety check in dispose
33523         method.
33524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33525         (gst_xvimagesink_xcontext_clear),
33526         (gst_xvimagesink_interface_supported),
33527         (gst_xvimagesink_colorbalance_list_channels),
33528         (gst_xvimagesink_colorbalance_set_value),
33529         (gst_xvimagesink_colorbalance_get_value),
33530         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33531         Adding colorbalance interface support to set XV parameters such as
33532         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33533         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33534         interface.
33535
33536 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33537
33538         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33539         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33540         (gst_audio_convert_init), (gst_audio_convert_set_property),
33541         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33542         (gst_audio_convert_link),
33543         (gst_audio_convert_buffer_to_default_format),
33544         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33545           - implement _getcaps and use it
33546           - improve linking
33547           - remove float caps since no float conversion is actually done
33548           - remove properties and arguments that were to be used for rate
33549             conversion
33550
33551 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33552
33553         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33554         (gst_audio_structure_set_int):
33555         * gst-libs/gst/audio/audio.h:
33556           add helper functions for _getcaps matching the standard audio
33557           templates
33558
33559 2004-01-12  David Schleef  <ds@schleef.org>
33560
33561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33562         Test that pad is negotiated before getting its caps.
33563
33564 2004-01-12  Julien MOUTTE <julien@moutte.net>
33565
33566         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33567         analyzing the pads of an element the bin is mostly in READY state so
33568         no caps were negotiated. This helper function needs to work with
33569         _get_caps directly then. I was not freeing them though, added that to
33570         fix the mem leak.
33571
33572 2004-01-12  Julien MOUTTE <julien@moutte.net>
33573
33574         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33576         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33577         than the free_func.
33578
33579 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33580
33581         * sys/oss/gstossaudio.c: (plugin_init):
33582         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33583         * sys/oss/gstosselement.h:
33584           make an oss debugging category
33585           make failure more descriptive
33586
33587 2004-01-11  David Schleef  <ds@schleef.org>
33588
33589         * ext/ffmpeg/gstffmpeg.c:
33590         * ext/ffmpeg/gstffmpegcodecmap.c:
33591         * ext/ffmpeg/gstffmpegdec.c:
33592         * ext/ffmpeg/gstffmpegenc.c:
33593         * ext/ffmpeg/gstffmpegprotocol.c:
33594         * ext/gdk_pixbuf/gstgdkanimation.c:
33595         * ext/jpeg/gstjpeg.c:
33596         * ext/libpng/gstpng.c:
33597         * ext/mpeg2dec/perftest.c:
33598         * ext/speex/gstspeex.c:
33599         * gst-libs/gst/resample/dtos.c:
33600         * gst/intfloat/gstintfloatconvert.c:
33601         * gst/oneton/gstoneton.c:
33602         * gst/rtjpeg/RTjpeg.c:
33603         * gst/rtp/gstrtp.c:
33604         * sys/dxr3/dxr3init.c:
33605         * sys/glsink/gstgl_nvimage.c:
33606         * sys/glsink/gstgl_pdrimage.c:
33607         * sys/glsink/gstglsink.c:
33608         * testsuite/gst-lint:
33609         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33610
33611 2004-01-11  David Schleef  <ds@schleef.org>
33612
33613         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33614         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33615         * ext/gdk_pixbuf/gstgdkanimation.c:
33616         (gst_gdk_animation_iter_create_pixbuf):
33617         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33618         (gst_gdk_pixbuf_chain):
33619         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33620         * ext/jack/gstjack.c: (gst_jack_change_state):
33621         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33622         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33623         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33624         * gst/videofilter/gstvideofilter.c:
33625         (gst_videofilter_set_output_size):
33626         Remove all usage of gst_pad_get_caps(), and replace it with
33627         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33628
33629 2004-01-11  David Schleef  <ds@schleef.org>
33630
33631         * configure.ac:
33632         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33633         * ext/divx/gstdivxdec.c:
33634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33635         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33636         handle images that span multiple buffers.  Now work with both
33637         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33638         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33639         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33640         video/video.h changes
33641         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33642         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33643         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33644         of GstData free function.
33645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33646         same.
33647
33648 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33649
33650         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33651         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33652         (gst_v4l2element_get_property):
33653         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33654           add norm, channel and frequency properties.
33655         * sys/v4l2/gstv4l2tuner.c:
33656           fixes for tuner interface changes
33657         * sys/v4l2/gstv4l2element.h:
33658         * sys/v4l2/gstv4l2src.c:
33659         * sys/v4l2/gstv4l2src.h:
33660         * sys/v4l2/v4l2src_calls.c:
33661         * sys/v4l2/v4l2src_calls.h:
33662           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33663
33664 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33665
33666         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33667         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33668         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33669         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33670         * gst-libs/gst/tuner/tuner.h:
33671           GObjects aren't const.
33672           Add find_by_name functions.
33673           Add checks to _changed functions.
33674         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33675         (gst_v4l_tuner_get_norm):
33676           Fixes for above.
33677
33678 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33679
33680         * gst-libs/gst/video/video.h:
33681           Fix caps template names to be understandable.
33682           Prefix everything with GST_VIDEO.
33683         * ext/aalib/gstaasink.c:
33684         * ext/divx/gstdivxdec.c:
33685         * ext/divx/gstdivxenc.c:
33686         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33687         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33688         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33689         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33690         * ext/libcaca/gstcacasink.c:
33691         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33692         * ext/snapshot/gstsnapshot.c:
33693         * ext/swfdec/gstswfdec.c:
33694         * ext/xvid/gstxviddec.c:
33695         * ext/xvid/gstxvidenc.c:
33696         * gst/chart/gstchart.c:
33697         * gst/deinterlace/gstdeinterlace.c:
33698         * gst/effectv/gsteffectv.c:
33699         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33700         * gst/goom/gstgoom.c:
33701         * gst/median/gstmedian.c:
33702         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33703         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33704         * gst/overlay/gstoverlay.c:
33705         * gst/smooth/gstsmooth.c:
33706         * gst/smpte/gstsmpte.c:
33707         * gst/synaesthesia/gstsynaesthesia.c:
33708         * gst/videocrop/gstvideocrop.c:
33709         * gst/videodrop/gstvideodrop.c:
33710         * gst/y4m/gsty4mencode.c:
33711         * sys/qcam/gstqcamsrc.c:
33712         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33713           Make them work with new video.h file.
33714         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33715         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33717         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33718           Make it work with new buffer allocation system.
33719
33720 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33721
33722         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33723         pad_alloc_buffer implementation to use ->srcpad
33724         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33725         pad_alloc_buffer implementation to use ->srcpad
33726         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33727         pad_alloc_buffer implementation to use ->srcpad
33728         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33729         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33730         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33731         a reference to everything we need.
33732         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33734         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33735         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33736         a reference to everything we need.
33737         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33738
33739 2004-01-11  David Schleef  <ds@schleef.org>
33740
33741         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33742         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33743         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33744         structure members.
33745         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33746         value during a resize/renegotiation.
33747         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33748         gst_pad_alloc_buffer();
33749         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33750         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33751         structure members.
33752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33753         Fix for rename of buffer private structure members.
33754         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33755         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33756         Fix for rename of buffer private structure members.
33757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33758         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33759         Fix for rename of buffer private structure members.
33760
33761 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33762
33763         reviewed by: David Schleef <ds@schleef.org>
33764
33765         * gst/videofilter/Makefile.am:
33766         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33767         from the patch by ds to fit in with recent make_filter changes.
33768
33769 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33770
33771         * configure.ac: Adding examples/switch/Makefile
33772         * examples/Makefile.am: Adding examples/switch
33773         * examples/switch/Makefile.am: Adding switcher example.
33774         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33775         (switch_timer), (main): Adding an example demonstrating switch usage
33776         with 2 videotestsrc showing different patterns.
33777         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33778         (gst_switch_init): Fixing switch with the new caps system.
33779
33780 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33781
33782         * gst-libs/gst/video/video.h:
33783           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33784           They should probably be like
33785           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33786
33787 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33788
33789         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33790         (qtdemux_parse_trak):
33791           fix audio chunk size/timestamp calculation
33792
33793 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33794
33795         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33796           fix SVQ3 caps
33797
33798 2004-01-11  Steve Baker  <steve@stevebaker.org>
33799
33800         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33801         (gst_agingtv_base_init), (gst_agingtv_class_init),
33802         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33803         (gst_agingtv_set_property), (gst_agingtv_get_property):
33804         Port agingTV to videofilter
33805
33806 2004-01-09  Julien MOUTTE <julien@moutte.net>
33807
33808         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33809         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33810
33811 2004-01-09  Julien MOUTTE <julien@moutte.net>
33812
33813         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33814         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33815         * gst-libs/gst/xoverlay/xoverlay.c:
33816         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33817         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33818         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33819         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33820         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33821         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33822         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33823         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33824         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33825         interface implementation to handle xid being 0 and fix some bugs
33826         triggered by Benjamin's testcase.
33827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33828         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33829         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33830         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33831         interface implementation to handle xid being 0 and fix some bugs
33832         triggered by Benjamin's testcase.
33833
33834 2004-01-09  David Schleef  <ds@schleef.org>
33835
33836         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33837         mouse pointer events.  It works.
33838
33839 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33840
33841         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33842           Use explicit caps - fix capsnego.
33843         * ext/xvid/gstxviddec.c:
33844         * ext/xvid/gstxvidenc.c:
33845           Remove macro-inside-macro which caused compile errors.
33846         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33847           Error out if it's not a RIFF file. Else we error out without
33848           gst_element_error() which is not good...
33849
33850 2004-01-08  David Schleef  <ds@schleef.org>
33851
33852         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33853         Fix pad_link function to handle formats that ffmpeg returns
33854         as multiple caps structures.
33855         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33856         Only complain if source buffer is _smaller_ than expected.
33857         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33858         (gst_videoscale_handle_src_event): Resize navigation events
33859         when passing them upstream.
33860         * gst/videotestsrc/gstvideotestsrc.c:
33861         * gst/videotestsrc/gstvideotestsrc.h:
33862         * gst/videotestsrc/videotestsrc.c:
33863         * gst/videotestsrc/videotestsrc.h:
33864         Rewrite many of the buffer painting functions to handle odd
33865         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33866         been verified to work with my video card.
33867         * testsuite/gst-lint:  Add check for elements calling
33868         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33869
33870 2004-01-08  David Schleef  <ds@schleef.org>
33871
33872         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33873         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33874
33875 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33876
33877         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33878         configure event is not emiting the desired size signal. That fixes
33879         aspect ratio issues with gst-player.
33880
33881 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33882
33883         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33884           Fix capsnego.
33885
33886 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33887
33888         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33889         public method to fire size signal.
33890
33891 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33892
33893         * examples/gstplay/Makefile.am: Adding the interface library.
33894         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33895         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33896         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33897         GST_IS_X_OVERLAY before signal connect.
33898         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33899         Removing the have_video_size signal.
33900         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33901         and associated public method.
33902         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33903         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33904         signal.
33905         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33906         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33907         signal.
33908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33909         Using XOverlay public method to fire size signal.
33910
33911 2004-01-07  David Schleef  <ds@schleef.org>
33912
33913         * gst/videofilter/Makefile.am:
33914         * gst/videofilter/gstvideotemplate.c:
33915         * gst/videofilter/make_filter:
33916         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33917         Convert make_filter to /bin/sh script.
33918
33919 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33920
33921         * gst/modplug/gstmodplug.cc: fix element description
33922
33923 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33924
33925         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33926         (got_video_size): Adding some new lines in g_print calls.
33927         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33928         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33929         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33930         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33931         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33932         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33933         Complete code review, reverting some stuff i disagree with, adding
33934         some fixes : time synchronization on invalid timestamps, renegotiation
33935         of private window.
33936         * sys/ximage/ximagesink.h:
33937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33938         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33939         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33940         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33941         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33942         (gst_xvimagesink_buffer_new),
33943         (gst_xvimagesink_navigation_send_event),
33944         (gst_xvimagesink_set_xwindow_id),
33945         (gst_xvimagesink_get_desired_size),
33946         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33947         stuff i disagree with, adding some fixes : Renegotiation of private
33948         window, implementing get_desired_size.
33949
33950 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33951
33952         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33953         (gst_afsink_handle_event):
33954         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33955         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33956         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33957         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33958         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33959           Fix for instantiate-test (see core). Also remove dead code from
33960           jpegenc (which still needs fixing, but that's lower on my TODO
33961           list...).
33962         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33963           Never return NULL as caps.
33964
33965 2004-01-07  David Schleef  <ds@schleef.org>
33966
33967         * configure.ac:
33968         * ext/Makefile.am:
33969         * ext/librfb/Makefile.am:
33970         * ext/librfb/gstrfbsrc.c:
33971         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33972         is the protocol used by VNC.
33973
33974 2004-01-07  David Schleef  <ds@schleef.org>
33975
33976         * gst/videofilter/gstvideotemplate.c:
33977         * gst/videofilter/gstvideotemplate.h:
33978         * gst/videofilter/make_filter:
33979         Merge videotemplate header into source file.
33980         * gst/effectv/Makefile.am:
33981         * gst/effectv/gsteffectv.c: (plugin_init):
33982         * gst/effectv/gstwarp.c:
33983         Make warpTV a subclass of videofilter.
33984
33985 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33986
33987         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33988           Add guard against invalid utf-8 conversions in mad. Just in case.
33989
33990 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33991
33992         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33993           Fix for bug shown by poisoning
33994
33995 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33996
33997         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33998         (gst_v4lmjpegsrc_buffer_free):
33999         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
34000         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
34001         (gst_v4lsrc_buffer_free):
34002           Fix for removed bufferpools.
34003
34004 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
34005
34006         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34007         Fix caps negotiation.
34008
34009         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
34010         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
34011         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
34012         (dvdnavsrc_event):
34013         * ext/mpeg2dec/gstmpeg2dec.c:
34014         * gst-libs/gst/navigation/navigation.c:
34015         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
34016         * gst-libs/gst/navigation/navigation.h:
34017         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
34018         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
34019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
34020         Super-simple first version of mouse and keyboard events. Clicking
34021         on a DVD menu now works, although it may not take you where you
34022         expected.
34023
34024         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34025         * gst/videotestsrc/gstvideotestsrc.c:
34026         (gst_videotestsrc_src_fixate):
34027         These fixate functions were broken - they never actually
34028         fixated :)
34029
34030 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34031
34032         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
34033         (gst_icecastsend_init):
34034           fix for new caps system.
34035         * gst-libs/gst/mixer/mixertrack.h:
34036         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
34037           Add 'master track' flag (for tools like ACME that only want to
34038           change the main volume).
34039
34040 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
34041
34042         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
34043         (gst_xvid_csp_to_caps):
34044         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
34045         * ext/xvid/gstxvidenc.c:
34046         ifdef out ARGB type when it isn't available
34047         in xvidcore 1.0.0beta2
34048
34049 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34050
34051         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34052           When we have received a new SCR right in the first buffer after
34053           a seek (so in the same cycle that handles the discont), we should
34054           handle the buffer instead of unreffing it, else we lose data.
34055
34056 2004-01-06  Iain <iain@prettypeople.org>
34057
34058         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
34059           buffer-frames caps too.
34060
34061         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
34062           caps that we need, don't destroy them all and rebuild them. And when
34063           creating src pads, use the src pad template rather than the sink...
34064
34065 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34066
34067         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34068           Add pad to element *after* setting functions such as event handler.
34069           Without this, the scheduler (opt) will link pads, set the event
34070           handler from the default event function (dispatcher in gstpad.c)
34071           and *after* that, we will set our own event function, which will
34072           thus never be used (and thus mpegdemux doesn't handle events).
34073
34074 2004-01-04  David Schleef  <ds@schleef.org>
34075
34076         Fix the fixate functions to handle new prototype:
34077         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34078         * gst/videotestsrc/gstvideotestsrc.c:
34079         (gst_videotestsrc_src_fixate):
34080         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
34081         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
34082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
34083
34084 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34085
34086         * sys/ximage/ximagesink.h:
34087         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
34088         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
34089         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
34090         (gst_ximagesink_xoverlay_init):
34091           assorted fixes to make (re)embedding work
34092         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
34093         (gst_ximagesink_get_desired_size):
34094           implement desired size additions to XOverlay
34095
34096 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34097
34098         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
34099         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
34100         (gst_x_overlay_got_desired_size):
34101         * gst-libs/gst/xoverlay/xoverlay.h:
34102           Add optional "desired size" signal and querying.
34103
34104 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34105
34106         * gst/matroska/matroska-demux.c:
34107         (gst_matroska_demux_parse_blockgroup):
34108           Fix EBML-laced block parsing. Diffs are relative to previous
34109           lace, not the first lace. Thanks to Mosu from the Matroska
34110           team for detecting this.
34111         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34112         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
34113         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
34114         (gst_wavparse_change_state):
34115         * gst/wavparse/gstwavparse.h:
34116           Quickfix for capsnego.
34117
34118 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34119
34120         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
34121           Fix indenting, fix pad creation.
34122
34123 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34124
34125         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
34126         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
34127         (gst_xviddec_sink_link):
34128           Implement src_getcaps() so proper size caps is negotiated.
34129
34130 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34131
34132         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
34133           Finish flac decoder on EOS. See #116178.
34134
34135 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34136
34137         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
34138         (gst_matroska_demux_add_stream):
34139         * gst/matroska/matroska-ids.h:
34140           Add getcaps() function to fix capsnego...
34141
34142 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34143
34144         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34145         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
34146         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
34147           Fix more integer overflows. Again, see #126967.
34148
34149 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34150
34151         * ext/mpeg2dec/gstmpeg2dec.c:
34152           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
34153           #130416.
34154
34155 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34156
34157         * configure.ac:
34158         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
34159         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
34160         * ext/xvid/gstxvid.h:
34161         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
34162         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
34163         (gst_xviddec_src_link), (gst_xviddec_sink_link),
34164         (gst_xviddec_change_state):
34165         * ext/xvid/gstxviddec.h:
34166         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
34167         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
34168         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
34169         (gst_xvidenc_link), (gst_xvidenc_set_property),
34170         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
34171         * ext/xvid/gstxvidenc.h:
34172           Update xvid plugin to latest xvid (1.0.0-beta3) API.
34173
34174 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34175
34176         * gst/rtp/rtp-packet.c:
34177           Add sys/types.h include, since OS X doesn't define in_addr_t
34178           in netinet/in.h, like it does on Linux (see #129600).
34179
34180 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
34181
34182         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34183
34184         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
34185           Correct logic of dispose function (see #129306).
34186
34187 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34188
34189         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
34190         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
34191         (gst_mpeg_parse_init):
34192         * gst/mpegstream/gstmpegparse.h:
34193           Remove clock (which was never provided, i.e. dead code), and
34194           also fix integer overflows at high PTS values (see #126967).
34195
34196 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34197
34198         * ext/flac/gstflacdec.c:
34199         * ext/libpng/gstpngenc.h:
34200         * ext/mikmod/gstmikmod.h:
34201           OS X fixes (see #126628).
34202
34203 2004-01-02  David Schleef  <ds@schleef.org>
34204
34205         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
34206         (gst_alsa_src_base_init): Remove bogus "src" request pad.
34207         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
34208         (gst_mpeg_parse_class_init): Move pad template registration
34209         to class_init, since the derived class (mpegdemux) doesn't
34210         want them.
34211
34212 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34213
34214         * sys/ximage/Makefile.am:
34215         * sys/xvideo/Makefile.am:
34216         * sys/xvimage/Makefile.am:
34217           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
34218           after installation (see #127664).
34219
34220 2004-01-02  David Schleef  <ds@schleef.org>
34221
34222         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
34223         (gst_ffmpegenc_connect):  Negotiation fixes.
34224         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
34225         Remove inappropriate gst_caps_free().
34226         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34227         Reenable Ronald's internal resize code, since the core handles
34228         it correctly now.
34229
34230 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34231
34232         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34233         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34234         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34235           Fix pad template stuff.
34236
34237 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34238
34239         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34240         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34241           fix signed integer reading/writing.
34242
34243 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34244
34245         * ext/alsa/README:
34246           Remove outdated document
34247
34248 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34249
34250         * gst/cutter/gstcutter.c: (gst_cutter_init):
34251           src pad was being created twice - oops.
34252
34253 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34254
34255         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34256           Comment out internal resize. It doesn't handle the resulting
34257           XEvent internally, does another try_set_caps() which leads to
34258           a really nice loop.
34259           Real fix will come when Julien and Dave are awake. ;).
34260
34261 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34262
34263         * ext/mpeg2enc/gstmpeg2enc.cc:
34264           fix const/nonconst compile issue.
34265
34266 2004-01-02  David Schleef  <ds@schleef.org>
34267
34268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34269         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34270         Add fixate function and a check for bad formats.
34271
34272 2004-01-01  David Schleef  <ds@schleef.org>
34273
34274         Negotiation fixes:
34275         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34276         (gst_audiofilter_init):
34277         * gst/debug/efence.c: (gst_efence_init):
34278         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34279         (gst_deinterlace_init):
34280         * gst/volume/gstvolume.c: (volume_connect):
34281
34282 2004-01-01  David Schleef  <ds@schleef.org>
34283
34284         Convert elements to use gst_pad_use_explicit_caps() where
34285         appropriate:
34286         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34287         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34288         (gst_afparse_open_file):
34289         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34290         (gst_afsrc_open_file):
34291         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34292         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34293         (gst_ffmpegdec_chain):
34294         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34295         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34296         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34297         (gst_gdk_pixbuf_chain):
34298         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34299         (gst_jpegdec_chain):
34300         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34301         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34302         (gst_mikmod_negotiate):
34303         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34304         (gst_mpeg2dec_negotiate_format):
34305         * ext/mpeg2enc/gstmpeg2enc.cc:
34306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34307         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34308         (gst_speexdec_sinkconnect):
34309         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34310         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34311         (gst_vorbisfile_new_link):
34312         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34313         (gst_ac3parse_chain):
34314         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34315         (gst_asf_demux_setup_pad):
34316         * gst/auparse/gstauparse.c: (gst_auparse_init),
34317         (gst_auparse_chain):
34318         * gst/id3/gstid3types.c: (gst_id3types_loop):
34319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34320         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34321         (mp1videoparse_parse_seq):
34322         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34323         (bpf_from_header):
34324         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34325         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34326         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34327         (gst_mpeg_parse_send_data):
34328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34329         (gst_qtdemux_add_stream):
34330         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34331         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34332         (gst_wavparse_parse_fmt):
34333
34334 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34335
34336         * configure.ac:
34337           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34338           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34339           it therefore uses the wrong include paths. Too bad... Note
34340           that 1.6.1.93 is not release yet. ;).
34341           Also add a check for mplex, which is now using the lib'ified
34342           mplex from mjpegtools, too.
34343         * ext/ffmpeg/gstffmpegcodecmap.c:
34344           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34345           issues. I don't think ffmpeg handles 3ivx correctly, so this
34346           probably won't work. But it won't hurt either.
34347         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34348         (gst_ffmpegdec_chain):
34349         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34350         (gst_ffmpegenc_chain_audio):
34351           Fix memleak in audio encoding. Close codec if open fails, this
34352           calls the cleanup routines so we can re-use the context.
34353         * ext/mpeg2enc/gstmpeg2enc.cc:
34354           Fix pad template names/types, fix memory issue with getcaps().
34355         * ext/mpeg2enc/gstmpeg2encoder.cc:
34356         * ext/mpeg2enc/gstmpeg2encoder.hh:
34357           Fix compile issue with new caps system (const thingy).
34358         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34359         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34360           We read a first frame right on initing, so that we have a caps
34361           when we init the output. This caps is cached in padprivate and
34362           read as first frame.
34363         * ext/mplex/Makefile.am:
34364         * ext/mplex/gstmplex.cc:
34365         * ext/mplex/gstmplex.h:
34366         * ext/mplex/gstmplex.hh:
34367         * ext/mplex/gstmplexibitstream.cc:
34368         * ext/mplex/gstmplexibitstream.hh:
34369         * ext/mplex/gstmplexjob.cc:
34370         * ext/mplex/gstmplexjob.hh:
34371         * ext/mplex/gstmplexoutputstream.cc:
34372         * ext/mplex/gstmplexoutputstream.hh:
34373           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34374           had issues, didn't do capsnego, supported only a subset of the
34375           mplex features and required a mplex fork in our local CVS. Plus
34376           that it worked agaist a very old mplex version. Rewriting was
34377           faster than updating it.
34378         * gst-libs/ext/Makefile.am:
34379         * gst-libs/ext/mplex/INSTRUCT:
34380         * gst-libs/ext/mplex/Makefile.am:
34381         * gst-libs/ext/mplex/README:
34382         * gst-libs/ext/mplex/TODO:
34383         * gst-libs/ext/mplex/ac3strm_in.cc:
34384         * gst-libs/ext/mplex/audiostrm.hh:
34385         * gst-libs/ext/mplex/audiostrm_out.cc:
34386         * gst-libs/ext/mplex/aunit.hh:
34387         * gst-libs/ext/mplex/bits.cc:
34388         * gst-libs/ext/mplex/bits.hh:
34389         * gst-libs/ext/mplex/buffer.cc:
34390         * gst-libs/ext/mplex/buffer.hh:
34391         * gst-libs/ext/mplex/fastintfns.h:
34392         * gst-libs/ext/mplex/format_codes.h:
34393         * gst-libs/ext/mplex/inputstrm.cc:
34394         * gst-libs/ext/mplex/inputstrm.hh:
34395         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34396         * gst-libs/ext/mplex/mjpeg_logging.cc:
34397         * gst-libs/ext/mplex/mjpeg_logging.h:
34398         * gst-libs/ext/mplex/mjpeg_types.h:
34399         * gst-libs/ext/mplex/mpastrm_in.cc:
34400         * gst-libs/ext/mplex/mpegconsts.cc:
34401         * gst-libs/ext/mplex/mpegconsts.h:
34402         * gst-libs/ext/mplex/mplexconsts.hh:
34403         * gst-libs/ext/mplex/multplex.cc:
34404         * gst-libs/ext/mplex/outputstream.hh:
34405         * gst-libs/ext/mplex/padstrm.cc:
34406         * gst-libs/ext/mplex/padstrm.hh:
34407         * gst-libs/ext/mplex/stillsstream.cc:
34408         * gst-libs/ext/mplex/stillsstream.hh:
34409         * gst-libs/ext/mplex/systems.cc:
34410         * gst-libs/ext/mplex/systems.hh:
34411         * gst-libs/ext/mplex/vector.cc:
34412         * gst-libs/ext/mplex/vector.hh:
34413         * gst-libs/ext/mplex/videostrm.hh:
34414         * gst-libs/ext/mplex/videostrm_in.cc:
34415         * gst-libs/ext/mplex/videostrm_out.cc:
34416         * gst-libs/ext/mplex/yuv4mpeg.cc:
34417         * gst-libs/ext/mplex/yuv4mpeg.h:
34418         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34419         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34420           We don't fork mjpegtools' mplex in our CVS anymore.
34421         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34422         (gst_avi_demux_add_stream):
34423         * gst/avi/gstavidemux.h:
34424           Add getcaps() function for proper caps nego. This makes some
34425           parts of AVI playback/reading work.
34426         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34427           Resize window on new capsnego. This is probably wrong, but
34428           I'm still committing it because with current capsnego, the
34429           first successfull capsnego is auto-fixated, therefore rounded
34430           down to the lowest values in the caps. this results in a 16x16
34431           XWindow that is not reized when real capsnego finishes.
34432           Dave, I see more cases of this, do you know a proper solution?
34433         * tools/gst-launch-ext.in:
34434           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34435
34436 2003-12-31  David Schleef  <ds@schleef.org>
34437
34438         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34439         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34440           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34441
34442 2003-12-30  David Schleef  <ds@schleef.org>
34443
34444         * ext/ffmpeg/gstffmpegcolorspace.c:
34445         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34446         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34447         (gst_ffmpegcsp_chain): Negotiation fixes
34448         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34449         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34450         (gst_audio_convert_link), (gst_audio_convert_channels):
34451         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34452         (gst_audioscale_link), (gst_audioscale_get_buffer),
34453         (gst_audioscale_chain): Negotiation fixes
34454         * gst/audioscale/gstaudioscale.h:
34455         * gst/videofilter/gstvideofilter.c:
34456         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34457         (gst_videofilter_link), (gst_videofilter_init),
34458         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34459         (gst_videofilter_find_format_by_structure):
34460         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34461         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34462         (gst_videoscale_link):
34463         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34464         (videoscale_find_by_structure), (gst_videoscale_setup):
34465         * gst/videoscale/videoscale.h: Negotiation fixes
34466         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34467         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34468         function, restrict resizing to a multiple of 4 (hack until
34469         everyone supports odd sizes correctly).
34470
34471 2003-12-29  Colin Walters  <walters@verbum.org>
34472
34473         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34474         signed.
34475
34476 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34477
34478         * ext/sndfile/gstsf.c: (gst_sf_loop):
34479           Fix warning about discarding const qualifier
34480
34481 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34482
34483         * gst/cutter/gstcutter.c:
34484         * gst/videoscale/gstvideoscale.c:
34485         * gst/volenv/gstvolenv.c:
34486         * gst-libs/gst/audio/audio.c:
34487         * gst-libs/gst/video/video.c:
34488           Fix warnings
34489
34490 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34491
34492         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34493           Don't send ALSA debugging to stderr.
34494         * ext/alsa/gstalsa.h:
34495           Use GST_WARNING instead of g_warning when ALSA functions fail.
34496
34497 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34498
34499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34500           Free XVAdapterInfo correctly.
34501
34502 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34503
34504         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34505         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34506           Make id3tag use correct caps nego.
34507
34508 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34509
34510         * ext/ivorbis/vorbis.c:
34511         * ext/ivorbis/vorbisenc.h:
34512         * ext/ivorbis/vorbisfile.c:
34513           Modify so that it uses the new caps things
34514
34515 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34516
34517         * testsuite/spider/spider1.c: (main):
34518         * testsuite/spider/spider2.c: (main):
34519         * testsuite/spider/spider3.c: (main):
34520           Make tests compile again. They probably don't work.
34521
34522 2003-12-24  Colin Walters  <walters@verbum.org>
34523
34524         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34525         we can't fixate the caps anymore.
34526
34527 2003-12-23  David Schleef  <ds@schleef.org>
34528
34529         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34530         * sys/oss/gstosssink.c: (gst_osssink_init),
34531         (gst_osssink_sink_fixate): Add fixate function.
34532
34533 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34534
34535         * ext/ffmpeg/gstffmpegcodecmap.c:
34536         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34537         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34538         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34539         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34540         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34541         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34542         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34543           fix typo in RGB masks, and move back to "old" colorspace
34544           capsnego code until whoever wrote this new crap has actually
34545           tested it so that it works.
34546           And yes, this works, keep it that way please.
34547
34548 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34549
34550         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34551         (gst_divxdec_init), (gst_divxdec_negotiate):
34552         * ext/divx/gstdivxdec.h:
34553         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34554         (gst_divxenc_init):
34555         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34556         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34557         * ext/mpeg2enc/gstmpeg2enc.cc:
34558         * ext/mpeg2enc/gstmpeg2encoder.cc:
34559         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34560         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34561         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34562         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34563         (dxr3spusink_init):
34564         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34565         (dxr3videosink_init):
34566           Fix caps breakage after Dave's caps branch merge.
34567
34568 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34569
34570         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34571           Fix for 24bpp display.
34572
34573 2003-12-23  Colin Walters  <walters@verbum.org>
34574
34575         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34576         a GnomeVFSHandle directly.
34577
34578 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34579
34580         * gst/volume/Makefile.am:
34581         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34582         (volume_base_init), (volume_init):
34583           Reenable volume element and fix to work with new caps stuff.
34584           Rhythmbox needs this.
34585
34586 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34587
34588         * gst/qtdemux/qtdemux.c: (plugin_init):
34589           qtdemux requires bytestream
34590
34591 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34592
34593         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34594           Fix remaining caps handling errors due to CAPS merge.
34595
34596 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34597
34598         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34599         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34600         (gst_faad_srcconnect):
34601           Port to new caps system.
34602
34603 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34604
34605         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34606         (got_video_size), (main): using g_print instead of g_message.
34607         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34608         signal which was not emitted because of "switch" element added to the
34609         bin but not connected. (Removing from the bin temporarily)
34610
34611 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34612
34613         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34614         find X development files. I don't understand the previous tests and
34615         they fail on my debian/ppc unstable. This one works.
34616         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34617         exiting.
34618         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34619         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34620         (gst_play_set_visualization): Add some safety checks in set_ methods
34621         and state_change. This was throwing some ugly CRITICAL messages when
34622         pipeline was getting disposed and casts were failing.
34623
34624 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34625
34626         * configure.ac:
34627           Improve mpeg2enc detection. This is for distributions that do
34628           ship mjpegtools, but without mpeg2enc. Also does object check
34629           for might there ever be ABI incompatibility.
34630         * ext/mpeg2enc/gstmpeg2enc.cc:
34631           Add Andrew as second maintainer (he's helping me), and also add
34632           an error if no caps was set. This happens if I pull before capsnego
34633           and that's something I should solve sometime else.
34634         * gst/matroska/matroska-demux.c:
34635         (gst_matroska_demux_parse_blockgroup):
34636           Fix time parsing.
34637         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34638         (gst_matroska_mux_track_header):
34639           Add caps to templates.
34640         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34641           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34642         * gst/mpegstream/gstmpegdemux.c:
34643           Remove layer since it causes warnings about unfixed caps.
34644         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34645           Fix obvious typo (we error out if caps were set, we should of
34646           course error out if *no* caps were set).
34647         * sys/oss/gstosselement.c: (gst_osselement_convert):
34648           Fix format conversion, we confused bits/bytes.
34649         * sys/oss/gstosselement.h:
34650           Improve documentation for 'bps'.
34651         * sys/v4l/TODO:
34652           Remove stuff about plugins that need removing - this was done
34653           ages ago.
34654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34655         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34656         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34657         (gst_v4lsrc_src_query):
34658         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34659         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34660           Add get_query_types(), get_formats() and query() functions.
34661
34662 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34663
34664         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34665           * moved CVS to freedesktop.org