po/fi.po: Added Finnish translation.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         translated by: Ilkka Tuohela <hile@iki.fi>
4
5         * po/fi.po:
6           Added Finnish translation.
7
8 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9
10         translated by: Jorge González González <aloriel@gmail.com>
11
12         * po/es.po:
13           Added Spanish translation.
14
15 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         translated by: Mogens Jaeger <mogens@jaeger.tf>
18
19         * po/da.po:
20           Added Danish translation.
21
22 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23
24         translated by: Funda Wang <fundawang@linux.net.cn>
25
26         * po/zh_CN.po:
27           Added Chinese (simplified) translation.
28
29 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30
31         translated by: Alexander Shopov <ash@contact.bg>
32
33         * po/bg.po:
34           Added Bulgarian translation.
35
36 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
37
38         * gst/playback/gstqueue2.c: (gst_queue_push_one):
39         Fix compilation wrt printf arguments.
40
41 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
42
43         * configure.ac:
44         * tests/examples/Makefile.am:
45         * tests/examples/snapshot/.cvsignore:
46         * tests/examples/snapshot/Makefile.am:
47         * tests/examples/snapshot/snapshot.c: (main):
48         Add simple snapshot example program using appsink.
49
50 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
51
52         * tests/check/generic/states.c:
53           Improved state change unit test.
54
55 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
56
57         * docs/plugins/.cvsignore:
58         * tests/check/.cvsignore:
59           Ignore registries in any format.
60
61 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
62
63         * gst-libs/gst/rtp/gstbasertpdepayload.c:
64         (gst_base_rtp_depayload_chain),
65         (gst_base_rtp_depayload_set_gst_timestamp):
66         Only copy timestamp on outgoing packets if the depayloader did not set
67         one.
68         Also copy duration on outgoing packets.
69
70 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
71
72         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
73         (gst_basertppayload_set_outcaps):
74         Fix compilation because of missing %d in printf.
75         When fixating caps, fixate what we can and throw away all remaining
76         unfixed caps, subclasses should do something smart if they need to.
77
78 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
79
80         * ext/gnomevfs/gstgnomevfssrc.c:
81           Improve debug logs a bit and be more verbose if things go wrong.
82
83 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
84
85         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
86         (gst_text_overlay_set_property):
87         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
88         * gst-libs/gst/audio/gstbaseaudiosink.c:
89         (gst_base_audio_sink_render):
90         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
91         (gst_rtcp_unix_to_ntp):
92         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
93         * gst/playback/gstqueue2.c:
94         * tests/examples/seek/seek.c: (set_scale):
95         Fix a bunch of compile warnings shown with Forte.
96
97         * gst/audiorate/gstaudiorate.c:
98         Always pull in config.h before including any system headers.
99
100 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
101
102         * gst/playback/gstqueue2.c: (update_buffering),
103         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
104         (gst_queue_handle_sink_event), (gst_queue_chain),
105         (gst_queue_push_one), (gst_queue_sink_activate_push),
106         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
107         Also fix #476514 for queue2.
108
109 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
110
111         * gst-libs/gst/rtp/gstbasertpdepayload.c:
112         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
113         (gst_base_rtp_depayload_chain),
114         (gst_base_rtp_depayload_handle_sink_event),
115         (gst_base_rtp_depayload_push_full),
116         (gst_base_rtp_depayload_set_gst_timestamp),
117         (gst_base_rtp_depayload_change_state):
118         Remove code to deal with RTP to GST time conversion, we now just copy
119         the GST timestamp we receive to the outgoing buffers.
120         Handle segment and flushes correctly.
121
122         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
123         When we have no valid input timestamp, use the previous rtp timestamp on
124         the outgoing RTP packet instead of the RTP base time.
125
126 2007-09-15  David Schleef  <ds@schleef.org>
127
128         * ext/alsa/gstalsa.c:
129         * ext/alsa/gstalsadeviceprobe.c:
130         * ext/alsa/gstalsamixer.c:
131         * ext/alsa/gstalsasink.c:
132         * ext/alsa/gstalsasrc.c:
133           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
134
135 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
136
137         * gst-libs/gst/rtp/gstbasertppayload.c:
138         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
139         Add some debug info when negotiating caps.
140
141 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
142
143         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
144         A buffer with an empty payload is also a valid buffer.
145
146 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
147
148         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
149         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
150         (gst_basertppayload_change_state):
151         Make sure we start our RTP timestamp from the random base RTP
152         timestamp even if the buffer timestamp starts from some random value.
153
154 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
155
156         * configure.ac:
157         * tests/examples/Makefile.am:
158         * tests/examples/dynamic/.cvsignore:
159         * tests/examples/dynamic/Makefile.am:
160         * tests/examples/dynamic/addstream.c: (create_stream),
161         (pause_play_stream), (message_received), (eos_message_received),
162         (perform_step), (main):
163         Add simple exmple app to demonstrate starting and pausing live and
164         non-live bins in a PLAYING pipeline.
165
166 2007-09-14  Julien MOUTTE  <julien@moutte.net>
167
168         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
169         typefind for QCP files (RFC #3625)
170
171 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
172
173         * gst-libs/gst/audio/gstbaseaudiosink.c:
174         (gst_base_audio_sink_init):
175         Disable pull mode scheduling, we're not ready for it yet and it subtly
176         breaks a lot of things.
177
178 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
179
180         * tests/check/elements/libvisual.c:
181           Test all libvisual plugins, not just the first one; this reproduces
182           bug #450336 quite easily.  Looks like a problem with the 'jess'
183           visualisation.
184
185 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
186
187         * tests/check/Makefile.am:
188         * tests/check/elements/.cvsignore:
189         * tests/check/elements/libvisual.c:
190           Add basic libvisual test case in an attempt to reproduce bug #450336.
191           Doesn't reproduce that bug, but some other crasher instead (invalid
192           free), at least with make elements/libvisual.forever and the bumscope
193           plugin on x86-64/gutsy. Leaving test disabled for now.
194
195 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
196
197         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
198
199         * gst-libs/gst/rtsp/gstrtspconnection.c:
200         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
201         (read_body), (gst_rtsp_connection_receive):
202         Make sure we can not cancel in the middle of receiving a message.
203         Fixes #475731.
204
205 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
206
207         Patch by: Josep Torra Valles <josep@fluendo.com>
208
209         * gst/playback/gstplaybasebin.c:
210           Increase upper limit for audio queue a bit; fixes preroll problem
211           with playbin and decodebin2 when playing a quicktime trailer with
212           multichannel audio via http (#464666).
213
214 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
215
216         * gst-libs/gst/audio/gstbaseaudiosrc.c:
217         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
218         (gst_base_audio_src_provide_clock),
219         (gst_base_audio_src_set_property),
220         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
221         * gst-libs/gst/audio/gstbaseaudiosrc.h:
222         Allow othe clocks than the internal clock to be used for the pipeline.
223         Add property to disable clock provide.
224         API: GstBaseAudioSrc::provide-clock
225
226 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
227
228         * gst/playback/gstdecodebin2.c:
229           Don't leak request pads. Fixes #475395.
230
231 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
232
233         Patch by: René Stadler <mail at renestadler dot de>
234
235         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
236         (gst_ximage_buffer_class_init):
237         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
238         (gst_xvimage_buffer_class_init):
239         Correctly chain up finalize with the parent class to prevent
240         memory leaks. Fixes #474880.
241
242 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
243
244         * gst/volume/gstvolume.c: (volume_choose_func):
245         * tests/check/elements/volume.c: (GST_START_TEST):
246         Revert the latest change: floating point samples are allowed to
247         have any value, not only values in the range [-1,1]. Thanks to Andy
248         Wingo for noticing.
249         Also fix processing of int32 samples with volumes > 4 by making the
250         unity value smaller which prevents overflows.
251
252 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
253
254         * gst-libs/gst/rtp/gstrtpbuffer.c:
255         * tests/check/libs/rtp.c:
256           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
257
258 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
259
260         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
261
262         * gst-libs/gst/rtp/gstrtpbuffer.c:
263           Fix up GstRTPHeader helper struct so that compilers will not under
264           any circumstances add padding in between our fields, as currently
265           happens with MSVC on win32, because that would lead to us sending
266           out RTP payloads with broken RTP headers (#471194).
267           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
268           
269         * tests/check/Makefile.am:
270         * tests/check/libs/.cvsignore:
271         * tests/check/libs/rtp.c:
272           Add some simple unit tests for GstRTPBuffer. Some are disabled
273           because the code tested still needs fixing (set_csrc() does not work).
274
275 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
276
277         * win32/MANIFEST:
278         * win32/common/gstrtsp-enumtypes.c:
279         * win32/common/gstrtsp-enumtypes.h:
280         * win32/common/interfaces-enumtypes.c:
281         * win32/common/interfaces-enumtypes.h:
282         * win32/common/multichannel-enumtypes.c:
283           Add rtsp enumtypes (#474384) and update others.
284
285 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
286
287         * configure.ac:
288           Fix configure check for HAVE_LIBXML_HTML.
289
290 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
291
292         * tests/check/libs/.cvsignore:
293           Ignore more, in case the build bots work again one day.
294
295 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
296
297         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
298
299         * configure.ac:
300         * gst-libs/gst/Makefile.am:
301         * gst-libs/gst/fft/Makefile.am:
302         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
303         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
304         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
305         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
306         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
307         * gst-libs/gst/fft/gstfft.h:
308         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
309         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
310         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
311         * gst-libs/gst/fft/gstfftf32.h:
312         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
313         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
314         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
315         * gst-libs/gst/fft/gstfftf64.h:
316         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
317         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
318         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
319         * gst-libs/gst/fft/gstffts16.h:
320         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
321         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
322         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
323         * gst-libs/gst/fft/gstffts32.h:
324         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
325         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
326         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
327         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
328         * gst-libs/gst/fft/kiss_fft_f32.h:
329         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
330         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
331         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
332         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
333         * gst-libs/gst/fft/kiss_fft_f64.h:
334         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
335         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
336         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
337         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
338         * gst-libs/gst/fft/kiss_fft_s16.h:
339         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
340         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
341         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
342         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
343         * gst-libs/gst/fft/kiss_fft_s32.h:
344         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
345         (kiss_fftr_f32), (kiss_fftri_f32):
346         * gst-libs/gst/fft/kiss_fftr_f32.h:
347         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
348         (kiss_fftr_f64), (kiss_fftri_f64):
349         * gst-libs/gst/fft/kiss_fftr_f64.h:
350         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
351         (kiss_fftr_s16), (kiss_fftri_s16):
352         * gst-libs/gst/fft/kiss_fftr_s16.h:
353         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
354         (kiss_fftr_s32), (kiss_fftri_s32):
355         * gst-libs/gst/fft/kiss_fftr_s32.h:
356         * gst-libs/gst/fft/kiss_version:
357         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
358         * pkgconfig/gstreamer-plugins-base.pc.in:
359         Add libgstfft, a FFT library based on Kiss FFT which is
360         BSD licensed. Supported sample formats are int16, int32,
361         float and double. For those formats a real FFT and IFFT
362         can be done, different windowing functions can be applied
363         and functions for extracting the magnitude and phase exist.
364         Fixes #468619.
365
366         * docs/libs/Makefile.am:
367         * docs/libs/gst-plugins-base-libs-docs.sgml:
368         * docs/libs/gst-plugins-base-libs-sections.txt:
369         Integrate libgstfft into the docs.
370
371         * tests/check/Makefile.am:
372         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
373         Add unit tests for libgstfft, currently only testing the FFT.
374         Unit tests for IFFT will follow soon.
375
376 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
377
378         Patch by: Peter Kjellerstedt  <pkj at axis com>
379
380         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
381         (gst_sdp_message_init), (gst_sdp_message_uninit),
382         (is_multicast_address), (gst_sdp_message_as_text),
383         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
384         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
385         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
386         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
387         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
388         (gst_sdp_media_init), (gst_sdp_media_uninit),
389         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
390         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
391         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
392         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
393         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
394         * gst-libs/gst/sdp/gstsdpmessage.h:
395         Separate INIT_ARRAY() and related macros into two versions, one for
396         structures and one for pointers (e.g., INIT_ARRAY() and
397         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
398         lists of emails and phone numbers.
399         Add missing const as appropriate.
400         Change all gint to guint since they all actually represent unsigned
401         values.
402         Do not use time as a variable name as it shadows the global time().
403         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
404         Actually implement gst_sdp_message_add_time().
405         Make gst_sdp_message_add_time() take repeat times as an argument.
406         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
407         Corrected the definition of gst_sdp_media_get_bandwidth() (was
408         misspelled as badwidth).
409         gst-indented and a little clean up. Fixes #471067.
410
411 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
412
413         * gst/volume/gstvolume.c: (volume_choose_func),
414         (volume_process_double), (volume_process_double_clamp),
415         (volume_process_float_clamp):
416         Correctly clamp float/double samples in the [-1.0,1.0] range to
417         prevent weird effects.
418         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
419         Add unit tests for all samples types that had none before.
420
421 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
422
423         * gst-libs/gst/rtp/gstrtpbuffer.c:
424           Need to include stdlib.h for abs() here too.
425
426 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
427
428         * gst/playback/gststreaminfo.c:
429           Fix build.
430
431 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
432
433         * gst/playback/gststreaminfo.c:
434           Clean up some half-disabled code and comment.
435
436 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
437
438         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
439
440         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
441         (gst_base_rtp_payload_audio_handle_event):
442         Return FALSE from the event handler to let the parent class handle the
443         event. Fixes #446766.
444
445         * gst-libs/gst/rtp/gstbasertpdepayload.c:
446         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
447         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
448
449         * gst-libs/gst/rtp/gstbasertppayload.c:
450         Bump the MTU to 1400.
451
452 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
453
454         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
455         Add an audio/x-nsf typefind function for the nsfdec element.
456
457 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
458         * gst/playback/gstplaybasebin.c:
459         Included "myth://" on stream_uris list for enable buffering to mythtv files
460
461 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
462
463         * docs/libs/gst-plugins-base-libs-sections.txt:
464         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
465         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
466         (gst_rtcp_unix_to_ntp):
467         * gst-libs/gst/rtp/gstrtcpbuffer.h:
468         Fix parsing of RB blocks.
469         Fix docs.
470         Added helper functions to convert to/from UNIX and NTP time.
471         API: gst_rtcp_ntp_to_unix()
472         API: gst_rtcp_unix_to_ntp()
473
474         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
475         (gst_rtp_buffer_get_header_len),
476         (gst_rtp_buffer_get_extension_data),
477         (gst_rtp_buffer_get_payload_subbuffer),
478         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
479         (gst_rtp_buffer_ext_timestamp):
480         * gst-libs/gst/rtp/gstrtpbuffer.h:
481         Fix some more docs.
482         Implement handling of packets with extensions.
483         Fix padding check in _validate().
484         Added function to get extension data.
485         API: gst_rtp_buffer_get_header_len()
486         API: gst_rtp_buffer_get_extension_data()
487
488 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
489
490         * gst-libs/gst/rtp/gstbasertpdepayload.c:
491         (gst_base_rtp_depayload_class_init),
492         (gst_base_rtp_depayload_set_gst_timestamp):
493         Add some more docs for the queue-delay property and fix a typo in a
494         comment.
495
496         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
497         Fix typo.
498
499 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
500
501         * gst-libs/gst/audio/gstbaseaudiosink.c:
502         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
503         (gst_base_audio_sink_change_state):
504         When skew slaving, try to hover around the middle of a segment so that
505         we at most drift by half a segment.
506         If we are aligning in the oposite direction of the clock skew, we don't
507         have to resync.
508
509 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
510
511         * gst-libs/gst/rtp/gstbasertpdepayload.c:
512         (gst_base_rtp_depayload_setcaps),
513         (gst_base_rtp_depayload_set_gst_timestamp):
514         Be less silly with the segment start, just apply the clock-base to the
515         timestamp.
516
517 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
518
519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
520         (gst_base_rtp_depayload_class_init),
521         (gst_base_rtp_depayload_finalize),
522         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
523         (gst_base_rtp_depayload_handle_sink_event),
524         (gst_base_rtp_depayload_set_gst_timestamp),
525         (gst_base_rtp_depayload_change_state):
526         * gst-libs/gst/rtp/gstbasertpdepayload.h:
527         Deprecate the queue handling thread thing and remove the code.
528         Use new method to calculate the extended timestamp.
529
530 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
531
532         * gst-libs/gst/rtp/gstrtcpbuffer.c:
533         (gst_rtcp_packet_sdes_copy_entry):
534         Use g_strndup which does exactly what we want.
535
536         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
537         (gst_rtp_buffer_ext_timestamp):
538         * gst-libs/gst/rtp/gstrtpbuffer.h:
539         Add helper function to compare seqnums.
540         Add helper function to calculate extended timestamps.
541         API: gst_rtp_buffer_compare_seqnum()
542         API: gst_rtp_buffer_ext_timestamp()
543
544 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
545
546         * gst-libs/gst/rtp/gstrtcpbuffer.c:
547         (gst_rtcp_packet_sdes_get_entry),
548         (gst_rtcp_packet_sdes_copy_entry):
549         * gst-libs/gst/rtp/gstrtcpbuffer.h:
550         Fix and document SDES item data function.
551         Add new function that makes a proper copy of SDES item data.
552         API: gst_rtcp_packet_sdes_copy_entry()
553
554 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
555
556         * configure.ac:
557         * gst/Makefile.am:
558           The tcp and subparse plugins are under gst, but not totaly free of
559           dependencies. Handle selection inconfigure.ac, so that they show up
560           on the final list of what is build and what is not. Maybe they should
561           better be moved to ext.
562
563 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
564
565         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
566
567         * configure.ac:
568         * gst/Makefile.am:
569           Check if libxml provides HTML parser which subparse needs.
570           Fixes #451970.
571
572 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
573
574         * ext/alsa/gstalsa.c:
575           Fix typo and compilation on big endian systems.
576
577 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * gst/subparse/gstssaparse.c:
580           Convert SSA newline codes into actual newline characters (#470766).
581
582 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * docs/libs/gst-plugins-base-libs-sections.txt:
585         * gst-libs/gst/pbutils/install-plugins.c:
586         * gst-libs/gst/pbutils/install-plugins.h:
587         * tests/check/libs/pbutils.c:
588           API: also add gst_install_plugins_supported() while we're at it
589           (see #470456).
590
591 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
592
593         * docs/libs/gst-plugins-base-libs-sections.txt:
594         * gst-libs/gst/pbutils/missing-plugins.c:
595         * gst-libs/gst/pbutils/missing-plugins.h:
596         * tests/check/libs/pbutils.c:
597           API: add gst_missing_*_installer_detail_new() convenience API so
598           that applications that know exactly what they're missing can request
599           installer detail strings for those items directly instead of having
600           to first create a dummy missing-plugin message and then get the
601           installer detail string from that.  Fixes #470456.
602
603 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
604
605         * gst/playback/gstdecodebin.c: (close_pad_link):
606         We need to set up delayed-linking whenever the caps are non-fixed,
607         not just when there are multiple types - use gst_pad_is_fixed()
608         to test.
609
610 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
611
612         * gst-libs/gst/pbutils/missing-plugins.c:
613           (gst_missing_plugin_message_get_installer_detail):
614           Add missing separator in PID fallback case.
615
616 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
617
618         * ext/alsa/Makefile.am:
619         There is no GST_PLUGINS_BASE_LIBS defined.
620         
621         * ext/alsa/gstalsa.c:
622         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
623         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
624         Add support for ALSA 24-bit formats.
625         snd_pcm_delay can return an error code, especially
626         during XRUNS. In that case, the best we can do is assume
627         delay = 0.
628
629         * gst/audioconvert/Makefile.am:
630         Add flags from -base before any more-remote dependencies.
631
632 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
633
634         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
635
636         * gst/volume/gstvolume.c: (volume_choose_func),
637         (volume_update_real_volume), (gst_volume_set_volume),
638         (gst_volume_init), (volume_process_int32),
639         (volume_process_int32_clamp), (volume_process_int24),
640         (volume_process_int24_clamp), (volume_process_int16),
641         (volume_process_int16_clamp), (volume_process_int8),
642         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
643         * gst/volume/gstvolume.h:
644         Add support for int32, int24 and int8 to the volume element.
645         Fixes #445529.
646
647 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
648
649         * tests/examples/Makefile.am:
650           Fix even more.
651
652 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
653
654         * configure.ac:
655         * docs/libs/Makefile.am:
656         * docs/libs/gst-plugins-base-libs-docs.sgml:
657         * docs/libs/gst-plugins-base-libs-sections.txt:
658         * ext/gnomevfs/gstgnomevfssrc.c:
659         * ext/gnomevfs/gstgnomevfssrc.h:
660         * gst-libs/gst/Makefile.am:
661         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
662         * pkgconfig/gstreamer-plugins-base.pc.in:
663         * sys/v4l/v4lsrc_calls.c:
664         * tests/examples/Makefile.am:
665         * win32/common/config.h:
666           Revert unwanted commit. many thanks to moap. I want a fix for 
667           https://thomas.apestaart.org/moap/trac/ticket/239
668
669 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
670
671         * gst/volume/gstvolume.c:
672           Move passthrough below gst_object_sync_values(). Fixes #442654.
673
674 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
675
676         * gst-libs/gst/audio/audio.c:
677         Clarify the docs a little.
678
679 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
680
681         * gst/volume/gstvolume.c:
682           Enable liboil for float and add more details about problems with
683           int16.
684
685 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
686
687         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
688         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
689
690 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
691
692         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
693         When calculating the first timestamp of the buffers, don't go below 0
694         and clip the samples because the offset was on the eos page.
695         Fixes #466717.
696
697 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
698
699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
700         (gst_ogg_demux_collect_chain_info):
701         Also submit the eos page when trying to find the first timestamp.
702         See #466717.
703
704 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
705
706         * gst-libs/gst/audio/audio.h:
707         Use gst_util_uint64_scale() instead of doing the math
708         with double for GST_FRAMES_TO_CLOCK_TIME() and
709         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
710         prevents rounding errors. Fixes #467667.
711
712 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
713
714         * gst-libs/gst/rtsp/gstrtspconnection.c:
715         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
716         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
717         * gst-libs/gst/rtsp/gstrtspconnection.h:
718         Small cleanups.
719         On shutdown, don't read the control socket yet.
720         Set timeout value correctly in all cases.
721         Add function to check if the server accepts reads or writes.
722         API: gst_rtsp_connection_poll()
723
724         * gst-libs/gst/rtsp/gstrtspdefs.h:
725         Fix compilation with -pedantic.
726         Add enum for _poll.
727
728 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
729
730         Patch by: Olivier Crete  <tester at tester ca>
731
732         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
733         (gst_basertppayload_getcaps):
734         * gst-libs/gst/rtp/gstbasertppayload.h:
735         Add getcaps vfunc to basertppayload. See #465146.
736
737 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
738
739         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
740         Only post buffering messages when we are a stream.
741
742 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
743
744         * gst-libs/gst/pbutils/install-plugins.c:
745         * gst-libs/gst/pbutils/missing-plugins.c:
746           Small docs fix and addition.
747
748 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
749
750         * tests/icles/.cvsignore:
751         * tests/icles/Makefile.am:
752         * tests/icles/test-textoverlay.c:
753           Add a dumb little test for textoverlay alignments.
754
755 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
756
757         Patch by: Dan Williams  <dcbw redhat com>
758
759         * ext/pango/gsttextoverlay.c:
760         * ext/pango/gsttextoverlay.h:
761           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
762           "silent" property so there's a Since tag in the API reference.
763
764 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
765
766         * gst-libs/gst/rtp/gstbasertppayload.c:
767         (gst_basertppayload_set_outcaps):
768         * gst-libs/gst/rtp/gstbasertppayload.h:
769         Improve caps negotiation so that downstream elements can confiure
770         certain RTP properties by fixing them on the caps. See #465146.
771         Add docs.
772
773 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
774
775         * docs/libs/gst-plugins-base-libs-sections.txt:
776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
777         * gst-libs/gst/rtp/gstbasertpdepayload.h:
778           Mark as deprecated some macros which were presumably meant to be
779           private API and accidentally exposed in the public header file.
780           Also actually _init() lock (only works at the moment because the
781           struct is zeroed out when created and the initial values in the
782           mutex struct are zeroes too). (#459585)
783
784 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
785
786         * docs/libs/Makefile.am:
787           Remove cruft and do some cleanups.
788
789         * docs/libs/gst-plugins-base-libs-docs.sgml:
790           Prepare for comming gtkdoc features (rebase against online docs).
791
792 2007-08-10  Michael Smith <msmith@fluendo.com>
793
794         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
795           Debug output fixes.
796         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
797         (GST_START_TEST):
798           Change the number of buffers used; 500 is too many and leads to
799           timeouts.
800
801 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
802
803         * gst/playback/gstqueue2.c:
804         * gst/videorate/gstvideorate.c:
805           Printf format fixes (#465028).
806
807 2007-08-09  Michael Smith <msmith@fluendo.com>
808
809         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
810           If we have a large (> 1 second) discontinuity, push a series of
811           smaller buffers rather than a single very large buffer. Avoids
812           unreasonably large single buffer allocations when encountering a
813           large gap.
814         * tests/check/elements/audiorate.c: (GST_START_TEST),
815         (audiorate_suite):
816           Add a test for this.
817
818 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
819
820         * gst/playback/gstplaybasebin.c: (group_commit),
821         (queue_remove_probe), (queue_threshold_reached):
822
823         Patch by: Josep Torra Valles <josep@fluendo.com>
824         Fixes: #465015
825         Make sure we remove the check_queues buffer probe from the 
826         correct queue to avoid racily going back to "buffering 99%" when
827         buffering is actually complete.
828
829         Also, fix the spelling of Josep's surname in the ChangeLog.
830
831 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
832
833         * ext/ogg/gstoggmux.c:
834           Do not leak oggmux instance.
835         
836         * ext/vorbis/vorbisenc.c:
837           Also log values.
838
839 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
840
841         * po/hu.po:
842         * po/it.po:
843         * po/nl.po:
844         * po/uk.po:
845         * po/vi.po:
846           Updated translations.
847
848 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
849
850         patch by: Yang Hong <hongyang@redflag-linux.com>
851
852         * ext/pango/gsttextoverlay.c:
853         * ext/pango/gsttextoverlay.h:
854           Add 'silent' property to GstTimeOverlay. Fixes #462979
855
856 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
857
858         Patch by: Josep Torra Valles <josep@fluendo.com>
859
860         * docs/plugins/gst-plugins-base-plugins.args:
861         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
862         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
863         (gst_uri_decode_bin_get_property), (gen_source_element):
864         Add connection-speed property. Fixes #464690.
865
866 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
867
868         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
869
870         * configure.ac:
871         * gst-libs/gst/rtsp/Makefile.am:
872         * gst-libs/gst/rtsp/gstrtspconnection.c:
873         (gst_rtsp_connection_connect):
874         Fix compilation on windows. Fixes #464320.
875
876 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
877
878         Patch by: Josep Torra Valles <josep@fluendo.com>
879
880         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
881         (gst_play_base_bin_init), (queue_threshold_reached),
882         (gen_source_element), (setup_substreams),
883         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
884         (gst_play_base_bin_get_streaminfo_value_array):
885         * gst/playback/gstplaybasebin.h:
886         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
887         (gst_play_bin_set_property), (gst_play_bin_get_property),
888         (gst_play_bin_handle_redirect_message):
889         Move connection-speed property from playbin to playbasebin so that we
890         can also configure it in source elements that have the connection-speed
891         property. Fixes #464028.
892         Add some debug info here and there.
893
894 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
895
896         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
897         Properly respond to conversion queries. Fixes #464079.
898
899 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
900
901         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
902         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
903         (gst_audio_test_src_init_sine_table),
904         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
905         * gst/audiotestsrc/gstaudiotestsrc.h:
906         Add float/double and int32 support to audiotestsrc. Fixes #460422.
907         Also set the default volume to the default value specified in the
908         GParamSpec.
909
910 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
911
912         Patch by: Jens Granseuer <jensgr at gmx dot net>
913
914         * gst/audioconvert/gstaudioquantize.c:
915         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
916
917 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
918
919         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
920         Add rdt manager for rdt transport.
921         Fix parsing of RDT transport.
922
923 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
924
925         * configure.ac:
926         Back to CVS
927
928 === release 0.10.14 ===
929
930 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
931
932         * configure.ac:
933           releasing 0.10.14, "Light Years Ahead"
934
935 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
936
937         * tests/check/libs/audio.c: (GST_START_TEST):
938         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
939
940 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
941
942         * gst-libs/gst/audio/audio.c:
943         When clipping a buffer with no timestamp, assume it is
944         within the segment without warnings.
945
946         Fixes: #460978
947
948 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
949
950         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
951         Fire the signal on the object, not the interface.
952
953 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
954
955         * gst-libs/gst/rtsp/.cvsignore:
956         Ber. Don't include the full path, idiot.
957
958 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
959
960         * gst-libs/gst/rtsp/.cvsignore:
961         Ignore generated files.
962
963 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
964
965         * gst-libs/gst/interfaces/Makefile.am:
966         * gst-libs/gst/interfaces/interfaces-marshal.list:
967         * gst-libs/gst/interfaces/rtspextension.c:
968         * gst-libs/gst/interfaces/rtspextension.h:
969         * gst-libs/gst/rtsp/Makefile.am:
970         * gst-libs/gst/rtsp/gstrtsp.h:
971         * gst-libs/gst/rtsp/gstrtspextension.c:
972         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
973         (gst_rtsp_extension_detect_server),
974         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
975         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
976         (gst_rtsp_extension_configure_stream),
977         (gst_rtsp_extension_get_transports),
978         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
979         * gst-libs/gst/rtsp/gstrtspextension.h:
980         * gst-libs/gst/rtsp/rtsp-marshal.list:
981         Move the rtspextension.h interface into gstrtspextension.h
982         as part of libgstrtsp instead of libgstinterfaces, because it's
983         only for use within plugins, not applications. 
984         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
985         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
986         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
987         is abstract.
988
989 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
990
991         * gst-libs/gst/interfaces/Makefile.am:
992         * gst-libs/gst/interfaces/interfaces-marshal.list:
993         * gst-libs/gst/interfaces/rtspextension.c:
994         (gst_rtsp_extension_iface_init),
995         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
996         * gst-libs/gst/interfaces/rtspextension.h:
997         Fix marshaller for the send signal.
998         Add URL to stream selection interface method.
999
1000 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1001
1002         * gst-libs/gst/riff/Makefile.am:
1003         Pull in our dependencies from -base before those from outside.
1004
1005 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1006
1007         * docs/libs/gst-plugins-base-libs-sections.txt:
1008         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
1009         * gst-libs/gst/rtsp/gstrtspbase64.h:
1010         API: gst_rtsp_base64_decode_ip()
1011         Added function to decode Base64 in-place.
1012
1013 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1014
1015         * tests/check/libs/.cvsignore:
1016         Ignore the mixer test binary.
1017
1018 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1019
1020         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
1021         Gratuitous comment change to trigger a rebuild on the buildbots.
1022
1023 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1024
1025         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
1026         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1027         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
1028         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
1029         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1030         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
1031         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
1032         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
1033         (gst_sdp_media_get_attribute_val):
1034         * gst-libs/gst/sdp/gstsdpmessage.h:
1035         Constify args where we can.
1036
1037 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1038
1039         * gst-libs/gst/interfaces/Makefile.am:
1040         * gst-libs/gst/interfaces/rtspextension.c:
1041         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
1042         (gst_rtsp_extension_detect_server),
1043         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
1044         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
1045         (gst_rtsp_extension_configure_stream),
1046         (gst_rtsp_extension_get_transports),
1047         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
1048         * gst-libs/gst/interfaces/rtspextension.h:
1049         Move interface for RTSP extensions from -good to here.
1050         Added helper methods to invoke interface methods.
1051
1052 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1053
1054         * docs/libs/gst-plugins-base-libs-sections.txt:
1055         * gst-libs/gst/rtsp/gstrtspdefs.h:
1056         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1057         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
1058         (gst_rtsp_message_init_response),
1059         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
1060         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
1061         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1062         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1063         (gst_rtsp_message_get_body), (dump_key_value):
1064         * gst-libs/gst/rtsp/gstrtspmessage.h:
1065         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1066         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1067         (gst_rtsp_range_parse):
1068         * gst-libs/gst/rtsp/gstrtsprange.h:
1069         * gst-libs/gst/rtsp/gstrtsptransport.c:
1070         * gst-libs/gst/rtsp/gstrtspurl.c:
1071         Fix some more RTSP docs.
1072         Add some missing methods for dealing with messages.
1073
1074 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1075
1076         * docs/libs/gst-plugins-base-libs-docs.sgml:
1077         * docs/libs/gst-plugins-base-libs-sections.txt:
1078         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1079         * gst-libs/gst/rtsp/gstrtspbase64.h:
1080         * gst-libs/gst/rtsp/gstrtspconnection.c:
1081         (gst_rtsp_connection_connect), (add_auth_header),
1082         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
1083         (read_body), (gst_rtsp_connection_receive),
1084         (gst_rtsp_connection_next_timeout),
1085         (gst_rtsp_connection_reset_timeout),
1086         (gst_rtsp_connection_set_auth):
1087         * gst-libs/gst/rtsp/gstrtspconnection.h:
1088         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
1089         * gst-libs/gst/rtsp/gstrtspdefs.h:
1090         * gst-libs/gst/rtsp/gstrtspmessage.h:
1091         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1092         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1093         (gst_rtsp_range_parse):
1094         * gst-libs/gst/rtsp/gstrtspurl.h:
1095         Added beginnings of RTSP documentation.
1096
1097 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1098
1099         * docs/libs/Makefile.am:
1100         * docs/libs/gst-plugins-base-libs-docs.sgml:
1101         * docs/libs/gst-plugins-base-libs-sections.txt:
1102         * gst-libs/gst/sdp/gstsdp.h:
1103         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
1104         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
1105         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1106         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
1107         (gst_sdp_message_get_attribute_val),
1108         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
1109         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
1110         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
1111         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1112         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
1113         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
1114         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
1115         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
1116         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1117         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
1118         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
1119         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
1120         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
1121         (gst_sdp_media_get_attribute_val_n),
1122         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
1123         (print_media), (gst_sdp_message_dump):
1124         * gst-libs/gst/sdp/gstsdpmessage.h:
1125         Document the SDP library.
1126         Add some of the missing SDPMedia methods.
1127
1128 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1129
1130         * configure.ac:
1131         * gst-libs/gst/Makefile.am:
1132         * gst-libs/gst/rtsp/Makefile.am:
1133         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1134         * gst-libs/gst/rtsp/gstrtspbase64.h:
1135         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
1136         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
1137         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
1138         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
1139         (parse_response_status), (parse_request_line), (parse_line),
1140         (gst_rtsp_connection_read), (read_body),
1141         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
1142         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
1143         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
1144         (gst_rtsp_connection_set_auth):
1145         * gst-libs/gst/rtsp/gstrtspconnection.h:
1146         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
1147         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
1148         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
1149         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
1150         (gst_rtsp_find_method):
1151         * gst-libs/gst/rtsp/gstrtspdefs.h:
1152         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1153         (gst_rtsp_message_new), (gst_rtsp_message_init),
1154         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
1155         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
1156         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
1157         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
1158         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1159         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1160         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
1161         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
1162         (gst_rtsp_message_dump):
1163         * gst-libs/gst/rtsp/gstrtspmessage.h:
1164         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1165         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1166         (gst_rtsp_range_parse), (gst_rtsp_range_free):
1167         * gst-libs/gst/rtsp/gstrtsprange.h:
1168         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
1169         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
1170         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
1171         (range_as_text), (rtsp_transport_mode_as_text),
1172         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
1173         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
1174         (gst_rtsp_transport_free):
1175         * gst-libs/gst/rtsp/gstrtsptransport.h:
1176         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
1177         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
1178         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
1179         * gst-libs/gst/rtsp/gstrtspurl.h:
1180         * gst-libs/gst/sdp/Makefile.am:
1181         * gst-libs/gst/sdp/gstsdp.h:
1182         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
1183         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
1184         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
1185         (gst_sdp_attribute_init), (gst_sdp_message_new),
1186         (gst_sdp_message_init), (gst_sdp_message_uninit),
1187         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
1188         (gst_sdp_media_uninit), (gst_sdp_media_free),
1189         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
1190         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
1191         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
1192         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
1193         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1194         (gst_sdp_message_get_attribute_val),
1195         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
1196         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
1197         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
1198         (gst_sdp_media_get_attribute_val_n),
1199         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
1200         (read_string), (read_string_del), (gst_sdp_parse_line),
1201         (gst_sdp_message_parse_buffer), (print_media),
1202         (gst_sdp_message_dump):
1203         * gst-libs/gst/sdp/gstsdpmessage.h:
1204         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1205         Move SDP and RTSP from helper objects in -good to a reusable library.
1206         Use a proper gst_ namespace.
1207
1208 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1209
1210         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1211         (vorbis_dec_flush_decode):
1212         Use the new buffer clipping function from gstaudio here.
1213
1214 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1215
1216         * docs/libs/gst-plugins-base-libs-sections.txt:
1217         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
1218         * gst-libs/gst/audio/audio.h:
1219         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
1220         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
1221         Also add deprecation guards for gst_audio_structure_set_int() to the
1222         header.
1223
1224 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1225
1226         * docs/libs/gst-plugins-base-libs-sections.txt:
1227           Cleanup the docs.
1228
1229 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1230
1231         Patch by: Dan Williams <dcbw at redhat dot com>
1232
1233         * gst/playback/gstplaybasebin.c:
1234         (gst_play_base_bin_get_streaminfo_value_array):
1235         Don't return NULL when querying the stream info value array but instead
1236         return an empty array. Fixes #459204.
1237
1238 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
1239
1240         * gst/playback/gsturidecodebin.c:
1241           Init debug category before using it.
1242
1243 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1244
1245         * gst-libs/gst/interfaces/mixer.h:
1246         Add padding vars in place of the signal pointers
1247         when building with DISABLE_DEPRECATED so that the
1248         interface structure doesn't change size.
1249
1250 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1251
1252         * docs/libs/gst-plugins-base-libs-sections.txt:
1253         * ext/alsa/gstalsamixer.c:
1254         * ext/alsa/gstalsamixer.h:
1255         * ext/alsa/gstalsamixerelement.c:
1256         * ext/alsa/gstalsamixertrack.c:
1257         * gst-libs/gst/interfaces/mixer.c:
1258         * gst-libs/gst/interfaces/mixer.h:
1259         * gst-libs/gst/interfaces/mixeroptions.c:
1260         * gst-libs/gst/interfaces/mixeroptions.h:
1261         * gst-libs/gst/interfaces/mixertrack.c:
1262         * gst-libs/gst/interfaces/mixertrack.h:
1263         * tests/check/Makefile.am:
1264         * tests/check/libs/mixer.c:
1265
1266         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1267         Fixes: #152864 
1268
1269         Add support for notifying mixer changes on the message bus, and
1270         implement it in alsamixer.
1271
1272         API: gst_mixer_get_mixer_flags
1273         API: gst_mixer_message_parse_mute_toggled
1274         API: gst_mixer_message_parse_record_toggled
1275         API: gst_mixer_message_parse_volume_changed
1276         API: gst_mixer_message_parse_option_changed
1277         API: GstMixerMessageType
1278         API: GstMixerFlags
1279
1280 2007-07-20  Michael Smith <msmith@fluendo.com>
1281
1282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1283         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1284           xcontext->im_format is only for testing XShm support (as the header
1285           file comments document). Use xvimage->im_format for everything else.
1286           Avoids spurious warnings on buffer allocation before setcaps.
1287
1288 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1289
1290         * tests/examples/volume/Makefile.am:
1291         * tests/icles/Makefile.am:
1292           We should use $(LIBM).
1293
1294 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1295
1296         * tests/icles/Makefile.am:
1297           This needs -lm.
1298
1299 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1300
1301         * gst-libs/gst/rtp/gstbasertppayload.c:
1302         (gst_basertppayload_class_init), (gst_basertppayload_init),
1303         (gst_basertppayload_set_property),
1304         (gst_basertppayload_get_property):
1305         Don't break ABI, restore previous ranges. Keep the default random
1306         selection of timestamp and seqnum offset but as soon as the app sets a
1307         specific value, use that one.
1308
1309 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1310
1311         Patch by: Bastien Nocera <hadess at hadess dot net>
1312
1313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1314         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1315         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1316         * sys/xvimage/xvimagesink.h:
1317         Add option to turn off double-buffering for debugging purposes.
1318         Fixes #437169.
1319
1320 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1321
1322         Patch by: Jorn Baayen <jorn at openedhand dot com>
1323
1324         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1325         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1326         (gst_ximagesink_init), (gst_ximagesink_class_init):
1327         * sys/ximage/ximagesink.h:
1328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1329         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1330         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1331         * sys/xvimage/xvimagesink.h:
1332         add 'handle-expose' property. Useful for video widgets which may want to
1333         be in control of Expose behaviour. Fixes #380625
1334
1335 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1336
1337         * gst-libs/gst/rtp/gstbasertppayload.c:
1338         (gst_basertppayload_class_init), (gst_basertppayload_init),
1339         (gst_basertppayload_event), (gst_basertppayload_push),
1340         (gst_basertppayload_set_property),
1341         (gst_basertppayload_get_property),
1342         (gst_basertppayload_change_state):
1343         * gst-libs/gst/rtp/gstbasertppayload.h:
1344         Fix ranges of rtp payloader properties so that the full range can be
1345         used in addition to -1 (random).
1346         Fix wrong seqnum reporting in caps.
1347         Fixes #420326.
1348
1349 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1350
1351         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1352         (gst_video_rate_query):
1353         Use boilerplate.
1354         Add latency query, might not be perfect yet but already works a lot
1355         better. Fixes #442557.
1356
1357 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1358
1359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1360         (gst_xvimagesink_setcaps):
1361         * sys/xvimage/xvimagesink.h:
1362         After a caps change, redraw our borders to avoid garbage left there
1363         when the image format changes to a smaller size, like 16:9 -> 4:3
1364         Also, hold the flow_lock a bit longer in the set_caps while we're
1365         fiddling with the xcontext.
1366
1367 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1368
1369         * Makefile.am:
1370         * configure.ac:
1371         * tests/Makefile.am:
1372         Remove bogus check for libcheck, since we check for
1373         gstreamer-check and it pulls in the required info from there, and we
1374         weren't actually _using_ the information for libcheck ourselves
1375         anyway.
1376
1377 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1378
1379         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1380         (gst_ffmpeg_caps_to_pixfmt):
1381         Fix the r_mask test for RGBA32 on little-endian.
1382         Fix a stupid typo that would have obviously broken 
1383         compilation on big-endian, if anyone was testing.
1384
1385 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1386
1387         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1388         (paint_hline_str4):
1389         * gst/videotestsrc/videotestsrc.h:
1390         Add alpha to the color struct.
1391         Use a default alpha value of 255 instead of 128.
1392
1393 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1394
1395         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1396         (setup_source):
1397         Clear the dynamic pads counter when starting a new uri. This makes
1398         reusing playbin work again.
1399         Fixes #454264.
1400
1401 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1402
1403         * configure.ac:
1404           Use pkg-config to locate check.
1405
1406 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1407
1408         * configure.ac:
1409         * tests/check/elements/volume.c: (GST_START_TEST):
1410           Fix 'make check' build against core CVS.
1411
1412 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1413
1414         * gst-libs/gst/interfaces/propertyprobe.c:
1415         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1416         * gst-libs/gst/tag/gstvorbistag.c:
1417           Make gtk-doc happy.
1418
1419 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1420
1421         * gst-libs/gst/audio/gstbaseaudiosink.c:
1422         (gst_base_audio_sink_callback):
1423           Quick hack to make audiosinks stop at EOS when operating in
1424           pull-mode; needs to be fixed properly some day.
1425
1426 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1427
1428         * docs/libs/gst-plugins-base-libs-sections.txt:
1429           Fix location of includes in the docs.
1430
1431 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1432
1433         * gst/ffmpegcolorspace/avcodec.h:
1434         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1435         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1436         (gst_ffmpegcsp_avpicture_fill):
1437         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1438         (img_get_alpha_info):
1439         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1440         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1441         end of the word. Partially fixes #451908
1442
1443 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1444
1445         * docs/libs/Makefile.am:
1446         * docs/plugins/Makefile.am:
1447           Simplify --extra-dir as gtkdoc scans recursively.
1448
1449 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1450
1451         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1452         (gst_adder_request_new_pad):
1453         Make getcaps more robust by not using the proxycaps function. This makes
1454         sure that we don't end up recursively calling getcaps upstream.
1455         See #316248.
1456
1457 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1458
1459         * gst/audioconvert/audioconvert.c:
1460         Include math.h to fix compilation.
1461
1462 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1463
1464         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1465         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1466         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1467         format, as produced by some dc1394 cameras like the iSight.
1468         See http://www.fourcc.org/yuv.php#IYU1
1469
1470 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1471
1472         * gst/audioconvert/Makefile.am:
1473         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1474         (check_default), (audio_convert_prepare_context),
1475         (audio_convert_clean_context), (audio_convert_convert):
1476         * gst/audioconvert/audioconvert.h:
1477         * gst/audioconvert/gstaudioconvert.c:
1478         (gst_audio_convert_dithering_get_type),
1479         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1480         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1481         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1482         * gst/audioconvert/gstaudioconvert.h:
1483         * gst/audioconvert/gstaudioquantize.c:
1484         (gst_audio_quantize_setup_noise_shaping),
1485         (gst_audio_quantize_free_noise_shaping),
1486         (gst_audio_quantize_setup_dither),
1487         (gst_audio_quantize_free_dither),
1488         (gst_audio_quantize_setup_quantize_func),
1489         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1490         * gst/audioconvert/gstaudioquantize.h:
1491         Implement dithering and noise shaping in audioconvert. By default now
1492         TPDF dithering (and no noise shaping) will be used when converting
1493         from a higher bit depth to 20 bit depth or smaller, otherwise
1494         everything will be as it is now.
1495         For the last audioconvert in a pipeline it would make sense to
1496         use some kind of noise shaping, enabling it by default for all
1497         conversions would give undesired results though. Fixes #360246.
1498         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1499         (GST_START_TEST):
1500         Adjust unit test for the new audioconvert.
1501
1502 2007-06-28  Wim Taymans  <wim@fluendo.com>
1503
1504         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1505         Use other metrics as well when estimating the buffer level.
1506
1507 2007-06-28  Wim Taymans  <wim@fluendo.com>
1508
1509         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1510         Small debug improvement.
1511
1512         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1513         (plugin_init):
1514         Tweak the rate estimation period.
1515         When calculating the buffer filledness in rate estimation mode, don't
1516         mix it with other metrics.
1517
1518 2007-06-28  Wim Taymans  <wim@fluendo.com>
1519
1520         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1521         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1522         When creating the groups, allow for a 5 second, unlimited buffers
1523         preroll phase after which we expose the group.
1524         When the group is exposed, use a small number of buffers up to a 2
1525         second limit. Also disconnect the overrun signal from multiqueue when we
1526         exposed the group because it is not needed anymore.
1527
1528 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1529
1530         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1531           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1532           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1533           (#451707); also, output some debugging info when dealing with
1534           freeform strings.
1535
1536         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1537           Add unit test for the above.
1538
1539 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1540
1541         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1542           Add description for Windows Media RTP caps.
1543
1544         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1545           Remove RTP fields that don't define the format from caps.
1546
1547 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1550           Skip empty buffers, but not empty header buffers. That way the original
1551           vorbisdec unit test still passes (#451145); also, take into account
1552           that those empty packets might carry a granulepos.
1553
1554         * tests/check/Makefile.am:
1555         * tests/check/elements/vorbisdec.c:
1556         (_create_codebook_header_buffer), (_create_audio_buffer),
1557         (GST_START_TEST), (vorbisdec_suite):
1558           Add unit test that sends an empty packet.
1559
1560 2007-06-27  Wim Taymans  <wim@fluendo.com>
1561
1562         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1563         Don't error out on 0-sized packets, just emit a warning because this is
1564         not a fatal error. Fixes #451145.
1565
1566 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1567
1568         * docs/plugins/gst-plugins-base-plugins.args:
1569         * docs/plugins/gst-plugins-base-plugins.signals:
1570         * docs/plugins/inspect/plugin-adder.xml:
1571         * docs/plugins/inspect/plugin-alsa.xml:
1572         * docs/plugins/inspect/plugin-audioconvert.xml:
1573         * docs/plugins/inspect/plugin-audiorate.xml:
1574         * docs/plugins/inspect/plugin-audioresample.xml:
1575         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1576         * docs/plugins/inspect/plugin-cdparanoia.xml:
1577         * docs/plugins/inspect/plugin-decodebin.xml:
1578         * docs/plugins/inspect/plugin-decodebin2.xml:
1579         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1580         * docs/plugins/inspect/plugin-gdp.xml:
1581         * docs/plugins/inspect/plugin-gnomevfs.xml:
1582         * docs/plugins/inspect/plugin-libvisual.xml:
1583         * docs/plugins/inspect/plugin-ogg.xml:
1584         * docs/plugins/inspect/plugin-pango.xml:
1585         * docs/plugins/inspect/plugin-playbin.xml:
1586         * docs/plugins/inspect/plugin-subparse.xml:
1587         * docs/plugins/inspect/plugin-tcp.xml:
1588         * docs/plugins/inspect/plugin-theora.xml:
1589         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1590         * docs/plugins/inspect/plugin-video4linux.xml:
1591         * docs/plugins/inspect/plugin-videorate.xml:
1592         * docs/plugins/inspect/plugin-videoscale.xml:
1593         * docs/plugins/inspect/plugin-videotestsrc.xml:
1594         * docs/plugins/inspect/plugin-volume.xml:
1595         * docs/plugins/inspect/plugin-vorbis.xml:
1596         * docs/plugins/inspect/plugin-ximagesink.xml:
1597         * docs/plugins/inspect/plugin-xvimagesink.xml:
1598           Update docs with caps info.
1599
1600 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1601
1602         * po/POTFILES.in:
1603           Add more files with translatable strings (#450875).
1604
1605 2007-06-23  Edward Hervey  <edward@fluendo.com>
1606
1607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1608         The chain should be freed if we error out here, else it will leak.
1609         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1610         (cleanup_decodebin):
1611         Don't forget to *properly* remove the signals, else it will leak.
1612
1613 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1614
1615         * MAINTAINERS:
1616         Updating all the maintainers files
1617
1618 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1619
1620         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1621         (main):
1622           Destroy and recreate parse-launch based pipeline after stop to be able
1623           to play again. Reorder some code and add more comments.
1624
1625 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1626
1627         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1628         When handling a delayed-caps notification case, mark
1629         the group as dynamic so that the nbdynamic count is
1630         incremented and decremented correctly. Fixes: #449156
1631         Patch by: Wim Taymans <wim@fluendo.com>
1632
1633 2007-06-19  Andy Wingo  <wingo@pobox.com>
1634
1635         * gst-libs/gst/audio/gstbaseaudiosink.c
1636         (gst_base_audio_sink_init): Enable pull-mode operation.
1637
1638 2007-06-19  Michael Smith <msmith@fluendo.com>
1639
1640         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1641           Change minimum rate back to 1000 to allow low-sample-rate wav files
1642           to play back.
1643
1644 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1645
1646         * po/vi.po:
1647           Update translations.
1648
1649 2007-06-15  David Schleef  <ds@schleef.org>
1650
1651         * gst/playback/gstqueue2.c:
1652           Fix compile error from ignored return value.
1653
1654 2007-06-15  Michael Smith <msmith@fluendo.com>
1655
1656         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1657           Update tmpbuf for all neccesary rows, not just one, as is required
1658           when downscaling.
1659           Fixes #402076.
1660
1661 2007-06-15  Michael Smith <msmith@fluendo.com>
1662
1663         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1664         (eos_buffer_probe):
1665           Add a test that ensures we set DELTA_UNIT on all non-header,
1666           non-video buffers, if we have a video stream.
1667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1668         (gst_ogg_mux_process_best_pad):
1669           Move setting delta_pad to earlier, where we inspect all pads, so
1670           that leading audio pages don't get DELTA_UNIT unset if they come
1671           before the first DELTA_UNIT from video pages. Fixes the newly-added
1672           test. Fixes #385527.
1673
1674 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1675
1676         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1677           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1678           fails on the p5-ppc64 build bot and the failure looks like it is due
1679           to the same issue as #348114, ie. a compiler bug.
1680
1681 2007-06-13  Edward Hervey  <edward@fluendo.com>
1682
1683         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1684         Fix build on MacOSX.
1685
1686 2007-06-13  Wim Taymans  <wim@fluendo.com>
1687
1688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1689         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1690         Fix compilation on mingw. Fixes #446972.
1691
1692 2007-06-12  Wim Taymans  <wim@fluendo.com>
1693
1694         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1695
1696         * gst/playback/gstqueue2.c: (update_buffering),
1697         (gst_queue_locked_enqueue):
1698         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1699         also update the buffering status when receiving events. Fixes #446551.
1700
1701 2007-06-11  Wim Taymans  <wim@fluendo.com>
1702
1703         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1704
1705         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1706         (gst_queue_handle_src_query):
1707         Wait for preroll before attempting to forward a duration query upstream.
1708         Fixes #445505.
1709
1710 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1711
1712         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1713         (gst_base_rtp_depayload_set_gst_timestamp):
1714         Use G_GINT64_CONSTANT macro for int64 constant.
1715         * win32/common/libgstinterfaces.def:
1716         * win32/common/libgsttag.def:
1717         Add new exported functions.
1718
1719 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1720
1721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1722           The BOS page of the first Dirac video stream needs to come before
1723           the BOS page of any Vorbis streams or other audio streams, just like
1724           it is with Theora.
1725
1726 2007-06-07  Wim Taymans  <wim@fluendo.com>
1727
1728         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1729         Fix compilation.
1730
1731 2007-06-06  Wim Taymans  <wim@fluendo.com>
1732
1733         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1734
1735         * gst/playback/gstqueue2.c: (gst_queue_init),
1736         (gst_queue_handle_sink_event), (gst_queue_chain),
1737         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1738         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1739         (gst_queue_src_activate_pull):
1740         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1741         Does not yet completely work because duration queries upstream won't
1742         block yet.
1743
1744 2007-06-06  Wim Taymans  <wim@fluendo.com>
1745
1746         * configure.ac:
1747         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1748         Some more fseeko checks.
1749
1750 2007-06-06  Wim Taymans  <wim@fluendo.com>
1751
1752         * configure.ac:
1753         check for large file support.
1754
1755 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1756
1757         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1758
1759         * gst/subparse/gstsubparse.c: (parse_subrip),
1760         (subviewer_unescape_newlines), (parse_subviewer),
1761         (gst_sub_parse_data_format_autodetect),
1762         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1763         * gst/subparse/gstsubparse.h:
1764         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1765         * tests/check/elements/subparse.c: (GST_START_TEST),
1766         (subparse_suite):
1767         Add a unit test for both SubViewer formats.
1768
1769 2007-06-01  Michael Smith <msmith@fluendo.com>
1770
1771         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1772           Don't overflow intermediate values when seeking to large time values
1773           in audiotestsrc.
1774
1775 2007-06-05  Wim Taymans  <wim@fluendo.com>
1776
1777         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1778         (gst_queue_create_read), (gst_queue_read_item_from_file),
1779         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1780         Include stdio to define fseeko.
1781
1782 2007-06-05  Wim Taymans  <wim@fluendo.com>
1783
1784         Patch by: Edward Hervey  <edward@fluendo.com>
1785
1786         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1787         (gst_v4lsrc_query):
1788         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1789
1790 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1791
1792         * gst-libs/gst/riff/Makefile.am:
1793         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1794           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1795           our own implementation.
1796
1797 2007-06-05  Wim Taymans  <wim@fluendo.com>
1798
1799         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1800         (gst_base_rtp_depayload_setcaps),
1801         (gst_base_rtp_depayload_set_gst_timestamp),
1802         (gst_base_rtp_depayload_change_state):
1803         Handle timestamp wraparound.
1804
1805 2007-06-05  Wim Taymans  <wim@fluendo.com>
1806
1807         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1808         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1809         (gst_uri_decode_bin_change_state):
1810         Make sure we name srcpads uniquely even when using different internal
1811         decodebins.
1812         Signal no-more-pads when no more dynamic elements exist.
1813         Remove pads on cleanup.
1814
1815 2007-06-05  Wim Taymans  <wim@fluendo.com>
1816
1817         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1818
1819         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1820         (gst_queue_init), (gst_queue_finalize),
1821         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1822         (gst_queue_create_read), (gst_queue_read_item_from_file),
1823         (gst_queue_open_temp_location_file),
1824         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1825         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1826         (gst_queue_is_empty), (gst_queue_is_filled),
1827         (gst_queue_change_state), (gst_queue_set_temp_location),
1828         (gst_queue_set_property):
1829         Add support for filebased buffering. Fixes #441264.
1830
1831 2007-06-05  Wim Taymans  <wim@fluendo.com>
1832
1833         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1834         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1835         (caps_notify_group_cb), (gst_decode_group_new),
1836         (gst_decode_group_free):
1837         Add support for delayed caps fixation when autoplugging.
1838         Optimize cases where a multiqueue is not needed/wanted, like right after
1839         anything that is not a demuxer.
1840
1841 2007-06-05  Wim Taymans  <wim@fluendo.com>
1842
1843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1844         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1845         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1846         consideratly speedup ogg chain detection by not trying to find a base
1847         timestamp for skeleton streams. 
1848
1849 2007-06-05  Wim Taymans  <wim@fluendo.com>
1850
1851         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1852         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1853         (gst_multi_fd_sink_remove_flush),
1854         (gst_multi_fd_sink_remove_client_link),
1855         (gst_multi_fd_sink_handle_client_write),
1856         (gst_multi_fd_sink_handle_clients):
1857         * gst/tcp/gstmultifdsink.h:
1858         Add support for remove_flush.
1859
1860 2007-06-05  Wim Taymans  <wim@fluendo.com>
1861
1862         * docs/design/draft-keyframe-force.txt:
1863         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1864         (theora_enc_chain):
1865         Add draft design for forcing keyframes in encoders and implement in
1866         theoraenc.
1867
1868 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1869
1870         * configure.ac:
1871           Back to CVS
1872
1873 === release 0.10.13 ===
1874
1875 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1876
1877         * configure.ac:
1878           releasing 0.10.13, "What's Going on?"
1879
1880 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1881
1882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1883         In riff, the depth is stored in the size field but it just means that
1884         the least significant bits are cleared. We can therefore just play
1885         the sample as if it had a depth == width. Fixes: #440997
1886
1887         Patch by: Wim Taymans <wim@fluendo.com> 
1888         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1889
1890 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1891
1892         * gst-libs/gst/floatcast/floatcast.h:
1893         Define inline when needed on win32 builds. Fixes: #441295
1894         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1895
1896 2007-05-29  Wim Taymans  <wim@fluendo.com>
1897
1898         * gst/playback/gstplaybasebin.c: (queue_overrun),
1899         (no_more_pads_full):
1900         Stop buffering when the group is commited because the queues filled up.
1901         Fixes #442024.
1902
1903 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1904
1905         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1906         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1907         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1908         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1909         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1910         * ext/alsa/gstalsamixer.h:
1911         * ext/alsa/gstalsamixerelement.c:
1912         (gst_alsa_mixer_element_interface_supported),
1913         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1914         (gst_alsa_mixer_element_set_property),
1915         (gst_alsa_mixer_element_get_property),
1916         (gst_alsa_mixer_element_change_state):
1917         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1918         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1919         (gst_mixer_option_changed):
1920         * gst-libs/gst/interfaces/mixer.h:
1921         Revert commits towards #152864 made so far. We'll pick it up again
1922         after the 0.10.13 release.
1923
1924 2007-05-24  Wim Taymans  <wim@fluendo.com>
1925
1926         * gst-libs/gst/audio/gstbaseaudiosink.c:
1927         (gst_base_audio_sink_render):
1928         After an interrupt (PAUSED/flush) assume that the next sample should not
1929         be aligned to the previous sample. Fixes #417992.
1930
1931 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1932
1933         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1934           Don't add channels and rate fields to the template caps for
1935           audio/x-dts, as wavparse might not always be able to set them,
1936           which would then lead to 'caps are not a real subset of the
1937           template caps' warnings.
1938
1939 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1940
1941         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1942         Handle unknown or invalid pads without crashing, as might occur if
1943         a media file like an mp3 is specified as a subtitle file.
1944         Fixes: #410039
1945
1946 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1947
1948         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1949         (setup_sinks):
1950         Block the subtitle bin output queue before ghosting it and linking,
1951         then unblock after. This avoids spurious not-linked errors caused 
1952         by the queue starting up (because it gets linked when it is ghosted). 
1953         Fixes: #350299
1954
1955 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1956
1957         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1958         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1959         file. Avoids flukes where the input gets typefound to some valid but
1960         useless type.
1961
1962 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1963
1964         * tests/check/Makefile.am:
1965         * tests/check/elements/.cvsignore:
1966         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1967         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1968           Add unit test for gnomevfssink seeking and position reporting for
1969           file:// URIs.
1970
1971 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1972
1973         Patch by: Mark Nauwelaerts <manauw at skynet be>
1974
1975         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1976         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1977         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1978         * ext/gnomevfs/gstgnomevfssink.h:
1979           Fix position reporting, especially after a seek (from upstream),
1980           see #412648.
1981
1982 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1983
1984         * ext/cdparanoia/gstcdparanoiasrc.c:
1985           Repair umlaut.
1986
1987 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1988
1989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1990         Specify the full valid range for MP3 samplerates. Fixes a regression
1991         caused by extra header checks since the last release.
1992
1993 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1994
1995         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1997         Fix a locking-order bug I introduced with my changes the other day.
1998         Patch by Mike Smith.
1999
2000 2007-05-21  Michael Smith <msmith@fluendo.com>
2001
2002         * ext/theora/theoradec.c: (theora_handle_data_packet):
2003           Don't look inside 0-length packets (which indicate duplicated
2004           frames)
2005
2006 2007-05-21  Wim Taymans  <wim@fluendo.com>
2007
2008         * ext/cdparanoia/gstcdparanoiasrc.c:
2009         (gst_cd_paranoia_src_read_sector):
2010         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2011         (gst_base_audio_src_create):
2012         Small cleanups.
2013
2014         * ext/theora/theoradec.c: (theora_dec_sink_event):
2015         Fix typo.
2016
2017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2018         (gst_base_rtp_depayload_set_gst_timestamp):
2019         Add some FIXME
2020
2021         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
2022         And some debug info when a FIXME path is hit.
2023
2024 2007-05-21  Wim Taymans  <wim@fluendo.com>
2025
2026         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2027         (gst_base_rtp_audio_payload_class_init),
2028         (gst_base_rtp_audio_payload_init),
2029         (gst_base_rtp_audio_payload_finalize),
2030         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2031         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2032         (gst_base_rtp_payload_audio_handle_event):
2033         Some cleanups, remove minptime property as it is now in the parent
2034         class.
2035         Override parent class event function.
2036
2037         * gst-libs/gst/rtp/gstbasertppayload.c:
2038         (gst_basertppayload_class_init), (gst_basertppayload_init),
2039         (gst_basertppayload_event), (gst_basertppayload_set_property),
2040         (gst_basertppayload_get_property):
2041         * gst-libs/gst/rtp/gstbasertppayload.h:
2042         Add min-ptime property.
2043         Add handle-event vmethod. Fixes #415001.
2044
2045 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2046
2047         * gst-libs/gst/audio/gstbaseaudiosink.c
2048           (gst_base_audio_sink_change_state):
2049           Fix typo in comment.
2050
2051         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
2052           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
2053           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
2054           close_link):
2055         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
2056           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
2057           Remove trailing whitespaces in comments.
2058
2059         * gst/volume/Makefile.am:
2060           Fix tabs.
2061
2062 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2063
2064         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2065
2066         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
2067           set_option, get_option, _gst_reserved):
2068           Revert reordering functions (keep ABI).
2069
2070 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
2071
2072         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2073         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
2074         (gst_ximagesink_show_frame):
2075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2076         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
2077         (gst_xvimagesink_show_frame):
2078         When we create our own window, indicate that we handle the 
2079         WM_DELETE client message from the window manager, so that it won't 
2080         kill our window (and our app) along with it. Handle ClientMessage,
2081         post an error on the bus, and close the window. Further buffers
2082         arriving will result in a FlowError because the window has been
2083         destroyed.
2084
2085         Fixes: #393975
2086
2087         Clean up the X event handling loop and make them the same for
2088         both xvimagesink and ximagesink while I'm at it.
2089
2090 2007-05-17  Wim Taymans  <wim@fluendo.com>
2091
2092         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
2093         Make decodebin2 autoplug depayloaders too.
2094
2095         * gst/playback/gsturidecodebin.c: (source_new_pad):
2096         Set the newly created decoder in a usable state when autoplugging a
2097         dynamic source such as RTSP.
2098
2099 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2100
2101         * gst/playback/gststreaminfo.c: (cb_probe):
2102           Ignore video-codec tag for audio streams and ignore audio-codec tags
2103           for video streams. Should make codec name collection a bit more
2104           robust against sloppy demuxers that send tag events containing both
2105           tags down each pad.
2106
2107 2007-05-17  Wim Taymans  <wim@fluendo.com>
2108
2109         * gst/playback/gstqueue2.c: (update_rates):
2110         Tweak the buffering thresholds a little.
2111         Update the buffer size with the previously calculate rate instead of
2112         only when we calculate a new rate so that we get smoother buffering
2113         updates.
2114
2115         * gst/playback/Makefile.am:
2116         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
2117         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2118         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
2119         (gst_uri_decode_bin_get_property), (unknown_type),
2120         (add_element_stream), (no_more_pads_full), (no_more_pads),
2121         (source_no_more_pads), (new_decoded_pad), (array_has_value),
2122         (gen_source_element), (has_all_raw_caps), (analyse_source),
2123         (remove_decoders), (make_decoder), (remove_source),
2124         (source_new_pad), (setup_source), (decoder_query_init),
2125         (decoder_query_duration_fold), (decoder_query_duration_done),
2126         (decoder_query_position_fold), (decoder_query_position_done),
2127         (decoder_query_latency_fold), (decoder_query_latency_done),
2128         (decoder_query_seeking_fold), (decoder_query_seeking_done),
2129         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
2130         (gst_uri_decode_bin_change_state), (plugin_init):
2131         New element that intergrates a source, optional buffering element and
2132         decodebin.
2133
2134 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2135
2136         * configure.ac:
2137           Bump libtheora requirement to 1.0alpha5 for the pixformat check
2138           (also has a .pc file, so we don't need the fallback check any
2139           longer). Fixes #438840.
2140
2141 2007-05-17  Wim Taymans  <wim@fluendo.com>
2142
2143         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2144         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
2145         (apply_segment), (apply_buffer), (update_buffering),
2146         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
2147         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2148         (gst_queue_handle_sink_event), (gst_queue_is_filled),
2149         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
2150         (plugin_init):
2151         fix build.
2152
2153 2007-05-17  Wim Taymans  <wim@fluendo.com>
2154
2155         * gst/playback/Makefile.am:
2156         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2157         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
2158         (gst_queue_getcaps), (gst_queue_bufferalloc),
2159         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
2160         (apply_buffer), (update_buffering), (reset_rate_timer),
2161         (update_rates), (gst_queue_locked_flush),
2162         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2163         (gst_queue_handle_sink_event), (gst_queue_is_empty),
2164         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
2165         (gst_queue_loop), (gst_queue_handle_src_event),
2166         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
2167         (gst_queue_src_activate_push), (gst_queue_change_state),
2168         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
2169         On our way to playbin2 this is the new network queue that does buffering
2170         all by itself using high and low watermarks. It can also measure up and
2171         downstream bandwidth to optimally size the queue.
2172
2173 2007-05-17  Michael Smith <msmith@fluendo.com>
2174
2175         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
2176         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
2177           Use the segment->last_stop value to calculate the next timestamp to
2178           generate after a seek; not the segment->start value.
2179
2180 2007-05-15  David Schleef  <ds@schleef.org>
2181
2182         * docs/Makefile.am: Install docs even when --disable-gtk-doc
2183           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
2184
2185 2007-05-15  Wim Taymans  <wim@fluendo.com>
2186
2187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2188         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
2189         Some more chained streaming ogg timestamp fixes.
2190
2191 2007-05-15  Wim Taymans  <wim@fluendo.com>
2192
2193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2194         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2195         (gst_ogg_demux_handle_page):
2196         Add some FIXMEs.
2197         Fix chain start/stop segment handling based on patch by
2198         <ahalda at cs dot mcgill dot ca> see #320984.
2199
2200 2007-05-15  Michael Smith <msmith@fluendo.com>
2201
2202         * configure.ac:
2203           We don't require a C++ compiler. So don't require one.
2204
2205 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2206
2207         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
2208           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2209           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
2210           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2211           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
2212           gst_alsa_mixer_update_track):
2213           Apply some of the cleanup Tim suggested in #152864 afterwards.
2214
2215 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2216
2217         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2218
2219         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
2220           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
2221           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
2222           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2223           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
2224           gst_alsa_mixer_handle_source_callback,
2225           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2226           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
2227           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
2228           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
2229           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
2230           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
2231         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
2232         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
2233           gst_alsa_mixer_element_interface_supported,
2234           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
2235           gst_alsa_mixer_element_set_property,
2236           gst_alsa_mixer_element_get_property,
2237           gst_alsa_mixer_element_change_state):
2238         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
2239         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
2240           gst_mixer_option_changed):
2241         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2242           volume_changed, option_changed, _gst_reserved):
2243           Implement notification for alsamixer. Fixes #152864
2244
2245 2007-05-14  David Schleef  <ds@schleef.org>
2246
2247         * gst/videotestsrc/videotestsrc.c:
2248         * gst/videotestsrc/videotestsrc.h:
2249           Add support for video/x-raw-bayer.
2250
2251 2007-05-12  David Schleef  <ds@schleef.org>
2252
2253         * sys/xvimage/xvimagesink.c:
2254           Add some sanity checking for the XVImage size returned by X.
2255           Related to #377400.
2256
2257 2007-05-12  Wim Taymans  <wim@fluendo.com>
2258
2259         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2260         (gst_base_rtp_depayload_setcaps),
2261         (gst_base_rtp_depayload_set_gst_timestamp):
2262         Parse and use additional caps fields as described in updated
2263         application/x-rtp caps spec.
2264
2265 2007-05-12  Wim Taymans  <wim@fluendo.com>
2266
2267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2268         (gst_ogg_demux_collect_chain_info):
2269         If there is a stream in a chain without any data packets, ignore the
2270         stream in the total length calculations. Might be related to #436820.
2271
2272 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2273
2274         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2275         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2276         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2277         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2278         (plugin_init):
2279
2280         Consolidate and re-work our mpeg system stream detection to probe
2281         more packets and produce a higher confidence result. Fixes a
2282         regression caused by lowering the typefind probability last year
2283         - related to bug #397810. Remove the redundant MPEG-1 specific 
2284         typefind function, as the new one detects both MPEG-1 & MPEG-2
2285         happily.
2286
2287         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2288         little. 
2289
2290         Tested against my media test directory, with some improvements and
2291         no regressions.
2292
2293 2007-05-10  Wim Taymans  <wim@fluendo.com>
2294
2295         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2296         (queue_out_of_data):
2297         Connect to the new queue "pushing" signal instead of the broken
2298         "running" one.
2299
2300 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2301
2302         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2303         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2304         Move variable declaration before the first instruction.
2305         * gst/videotestsrc/videotestsrc.c:
2306         Define M_PI if it's not defined yet.
2307         * win32/common/libgstrtp.def:
2308         Add new exported functions.
2309
2310 2007-05-09  Michael Smith <msmith@fluendo.com>
2311
2312         * ext/theora/theoradec.c: (theora_handle_type_packet):
2313           gst_pad_push_event() does not return a GstFlowReturn!
2314
2315 2007-05-09  Wim Taymans  <wim@fluendo.com>
2316
2317         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2318         * tests/examples/seek/seek.c: (do_seek):
2319         Some small cosmetic changes.
2320
2321 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2322
2323         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2324           gst_adder_change_state):
2325         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2326           segment_pending, segment_position, segment_rate):
2327           Handle playback-rate on adder.
2328
2329 2007-05-07  Michael Smith <msmith@fluendo.com>
2330
2331         * ext/theora/gsttheoradec.h:
2332         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2333         (theora_dec_sink_event), (theora_handle_comment_packet),
2334         (theora_handle_type_packet), (theora_dec_change_state):
2335           Don't push events (newsegment, tags) before initialising the
2336           decoder.
2337           This is neccesary for seeking to work correctly in gnonlin.
2338
2339 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2340
2341         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2342         * gst/adder/gstadder.c:
2343         * gst/audiotestsrc/gstaudiotestsrc.c
2344           (gst_audio_test_src_create_white_noise):
2345         * gst/videotestsrc/gstvideotestsrc.c:
2346         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2347           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2348           volume_sink_template, volume_src_template, gst_volume_init,
2349           volume_process_double, volume_process_int16,
2350           volume_process_int16_clamp):
2351           Doc fixes and formatting.
2352
2353 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2354
2355         * tests/check/Makefile.am:
2356         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2357           Minimal check for volume's GstController usability; also another
2358           test for #422295.
2359
2360 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2361
2362         * gst-libs/gst/cdda/gstcddabasesrc.c:
2363         (gst_cdda_base_src_add_track):
2364           Fix it so that it (a) makes sense and (b) doesn't break
2365           everything cdda-related including the unit test.
2366
2367 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2368
2369         * gst-libs/gst/cdda/gstcddabasesrc.c:
2370         (gst_cdda_base_src_add_track):
2371           Fix build when disabling asserts.
2372
2373 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2374
2375         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2376           When XShm is not available, we might get row strides that are not
2377           rounded up to multiples of four; this is bad, because virtually
2378           every RGB-processing element in GStreamer assumes rowstrides are
2379           rounded up to multiples of four, so let's allocate at least enough
2380           memory to avoid crashes in this case. The image will still be
2381           displayed distorted though if this happens, so that still needs
2382           fixing (maybe by allocating a bigger image with an 'even' width
2383           and then clipping it appropriately when rendering - something for
2384           Xlib aficionados in any case).
2385
2386 2007-05-03  Michael Smith <msmith@fluendo.com>
2387
2388         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2389           If a buffer doesn't have a timestamp, assume it's contiguous with
2390           the previous buffer, and synthesise timestamps appropriately.
2391
2392 2007-05-03  Edward Hervey  <edward@fluendo.com>
2393
2394         * tests/check/elements/videorate.c: (GST_START_TEST):
2395         Set buffer timestamp to a valid value in order to test the buffer
2396         really does stay in videorate.
2397
2398 2007-05-03  Edward Hervey  <edward@fluendo.com>
2399
2400         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2401         There is no sensible way to handle incoming buffers which don't have a
2402         valid timestamp. We therefore discard them and wait for the next one.
2403
2404 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2405
2406         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2407         * gst/playback/gstdecodebin2.c: (plugin_init):
2408           Better error message for text files.
2409
2410 2007-04-29  Wim Taymans  <wim@fluendo.com>
2411
2412         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2413         Fix offset bug in generation RR packets.
2414
2415 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2416
2417         * ext/theora/theoradec.c: (_theora_granule_time),
2418         (theora_dec_push_forward), (theora_handle_data_packet),
2419         (theora_dec_decode_buffer): Calculate buffer duration correctly
2420         to generate a perfect stream (#433888).
2421         * gst/audioresample/gstaudioresample.c:
2422         (audioresample_check_discont): Glib provides ABS.
2423
2424 2007-04-27  Wim Taymans  <wim@fluendo.com>
2425
2426         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2427         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2428         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2429         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2430         (gst_rtcp_packet_bye_set_reason):
2431         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2432         Fix RB block parsing and writing.
2433         Add support for constructing BYE packets.
2434
2435 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2436
2437         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2438         (gst_base_audio_src_create):
2439         * po/POTFILES.in:
2440           When posting a warning message because samples were dropped, post
2441           something more intelligible than he default error message for clock
2442           errors which is just confusing in this context (#432984).
2443
2444 2007-04-25  Wim Taymans  <wim@fluendo.com>
2445
2446         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2447         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2448         (read_packet_header), (gst_rtcp_packet_move_to_next),
2449         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2450         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2451         (gst_rtcp_packet_sdes_get_item_count),
2452         (gst_rtcp_packet_sdes_first_item),
2453         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2454         (gst_rtcp_packet_sdes_first_entry),
2455         (gst_rtcp_packet_sdes_next_entry),
2456         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2457         (gst_rtcp_packet_sdes_add_entry):
2458         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2459         Implement code to write SR, RR and SDES packets.
2460
2461 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2462
2463         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2464
2465         * sys/ximage/ximagesink.c:
2466           Fix build if XShm is not available (#432362).
2467
2468 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2469
2470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2471         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2472         pointers to random memory which are passed to g_free() when
2473         audio_convert_prepare_context() is called the first time.
2474
2475 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2476
2477         Patch by: Dan Williams <dcbw redhat com>
2478
2479         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2480           Don't leak incoming buffer if gst_pad_push() returns a
2481           non-OK flow. Fixes #432755.
2482          
2483         * tests/check/elements/videorate.c: (GST_START_TEST),
2484         (videorate_suite):
2485           Unit test for the above by Yours Truly.
2486
2487 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2488
2489         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2490         (gst_adder_sink_event), (gst_adder_collected):
2491           Fix non-flushing segmented seeks, Fixes #340060 for me
2492
2493 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         Patch by: Olivier Crete  <tester at tester ca>
2496
2497         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2498         (gst_base_rtp_audio_payload_class_init),
2499         (gst_base_rtp_audio_payload_init),
2500         (gst_base_rtp_audio_payload_dispose):
2501           Chain up to parent class in dispose function; get rid of
2502           unnecessary 'diposed' flag in private structure (#415001).
2503
2504 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2505
2506         * docs/libs/gst-plugins-base-libs.types:
2507         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2508         (gst_base_rtp_audio_payload_class_init):
2509         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2510         * gst-libs/gst/rtp/gstbasertppayload.c:
2511           Some minor docs fixes and additions; also add missing 'Since' bits.
2512
2513 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2514
2515         Patch by: Zeeshan Ali  <zeenix gmail com>
2516
2517         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2518         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2519         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2520         (gst_base_rtp_audio_payload_push):
2521         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2522           The recently-added gst_base_rtp_audio_payload_push() should take an
2523           object of type GstBaseRTPAudioPayload as first argument (#431672).
2524
2525 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2526
2527         * gst/audioresample/gstaudioresample.c:
2528           Make more functions static, just because we can.
2529
2530 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2531
2532         * tests/check/elements/audioresample.c:
2533           Add unit test for audioresample shutdown crasher (#420106).
2534
2535 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2536
2537         * gst/subparse/gstsubparse.c:
2538         * gst/subparse/samiparse.c:
2539           Use GST_DISABLE_XML here
2540
2541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2542         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2543         (gst_xvimagesink_buffer_alloc),
2544         (gst_xvimagesink_navigation_send_event):
2545         * sys/xvimage/xvimagesink.h:
2546           Include stdlib.h when using atoi.
2547           
2548         * tests/check/elements/playbin.c: (playbin_suite):
2549           Use GST_DISABLE_REGISTRY here
2550
2551 2007-04-19  Michael Smith  <msmith@fluendo.com>
2552
2553         * ext/theora/gsttheoraenc.h:
2554         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2555         (theora_enc_sink_event), (theora_enc_change_state):
2556           Track initialisation state; don't try to use encoder state if we're
2557           not initialised (it'll segfault).
2558
2559 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2560
2561         * tests/check/pipelines/.cvsignore:
2562         Fix build.
2563
2564 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2565
2566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2567         Allow random depths between 1 and 32 instead of only multiplies of 8.
2568
2569 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2570
2571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2572         Set the maximum number of channels for PCM and float in the correct
2573         place to have it also used when creating the template caps.
2574
2575 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2576
2577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2578         Correctly support 4, 6 and 8 channels with normal PCM and float
2579         wav files.
2580
2581         Fix the depth and signedness calculation in extensible wav files and
2582         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2583         mask is found.
2584
2585         Add support for float, alaw and mulaw in extensible wav files.
2586
2587         This allows correct playback of all but 5 files from
2588         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2589         
2590         (gst_riff_create_audio_template_caps):
2591         Add voxware and float formats to the template caps.     
2592
2593 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2594
2595         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2596
2597         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2598         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2599
2600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2601         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2602         Use the correct format strings for integer formats.
2603
2604 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2605
2606         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2607           Don't use pad_alloc_buffer_and_set_caps to create a small header
2608           packet, or, worse, to create a big temporary video buffer using the
2609           src pad.
2610
2611 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2612
2613         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2614         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2615           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2616           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2617
2618 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2619
2620         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2621           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2622           streamheader_suite):
2623           Add another test set up for failure
2624
2625 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2626
2627         * tests/check/Makefile.am:
2628         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2629           GST_START_TEST, streamheader_suite, main):
2630           Add a test for the streamheader bug Wim fixed.
2631
2632 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2633
2634         * ext/theora/theoradec.c: (theora_dec_sink_event):
2635         Fix misleading comment.
2636
2637 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2638
2639         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2640           More sanity checks for the header fields.
2641
2642 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2643
2644         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2645           Try encodings from all environment variables, not just those in the
2646           first environment variable that is set.
2647
2648 2007-04-12  Wim Taymans  <wim@fluendo.com>
2649
2650         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2651         (gst_video_rate_chain):
2652         Add some debug.
2653
2654         * tests/check/elements/videorate.c: (GST_START_TEST),
2655         (videorate_suite):
2656         Added check for videorate changing caps handling. Closes #421834.
2657
2658 2007-04-12  Michael Smith  <msmith@fluendo.com>
2659
2660         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2661           Use scale functions to avoid overflow when calculating duration of 
2662           vorbis buffers.
2663
2664 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2665
2666         * docs/libs/gst-plugins-base-libs-sections.txt:
2667         * gst-libs/gst/tag/tag.h:
2668         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2669           API: add gst_tag_freeform_string_to_utf8() (#405072).
2670
2671         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2672           Use gst_tag_freeform_string_to_utf8() here.
2673
2674 2007-04-12  Wim Taymans  <wim@fluendo.com>
2675
2676         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2677         (gst_gdp_pay_sink_event):
2678         Make sure we set the IN_CAPS flag correctly.
2679
2680         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2681         Get the IN_CAPS flag before we call functions that mess with the flags.
2682
2683 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2684
2685         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2686           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2687           Only stamp buffers with offset/offset_end right before they get
2688           pushed.  This ensures offset continuity, which was not the case
2689           before as shown by
2690           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2691
2692 2007-04-06  Wim Taymans  <wim@fluendo.com>
2693
2694         * gst/playback/gstplaybin.c: (add_sink),
2695         (gst_play_bin_change_state):
2696         Activate sync in playbin, we are ready to handle it for live streams.
2697
2698 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2699
2700         * tests/check/elements/playbin.c:
2701         (test_sink_usage_video_only_stream), (playbin_suite):
2702           Add small test for stream-info-value-array code paths.
2703
2704 2007-04-05  Wim Taymans  <wim@fluendo.com>
2705
2706         * gst-libs/gst/audio/gstbaseaudiosink.c:
2707         (gst_base_audio_sink_skew_slaving):
2708         Don't try to create invalid calibration parameters by making the
2709         internal time go backwards, instead make external time go forward.
2710
2711 2007-04-05  Wim Taymans  <wim@fluendo.com>
2712
2713         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2714
2715         * gst/playback/gstplaybasebin.c: (add_stream):
2716         Fix leak in add_stream(), when g_value_set_object() increases the
2717         refcount of streaminfo object. Fixes #426250.
2718
2719 2007-04-03  David Schleef  <ds@schleef.org>
2720
2721         * gst/videotestsrc/gstvideotestsrc.c:
2722         * gst/videotestsrc/gstvideotestsrc.h:
2723         * gst/videotestsrc/videotestsrc.c:
2724         * gst/videotestsrc/videotestsrc.h:
2725           Add a test pattern called "circular", which has concentric
2726           rings with varying radial frequency.  The main purpose of this
2727           pattern is to test fidelity loss in a filter or scaler element.
2728           Notably, this pattern is scale invariant, and is optimally viewed
2729           with a width (and height) of 400.
2730
2731 2007-04-03  Wim Taymans  <wim@fluendo.com>
2732
2733         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2734
2735         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2736         (deactivate_free_recursive):
2737         Decodebin2 doesn't unref pads it obtains in some occasions:
2738         - multiqueue src pads, when either connecting further or exposing
2739         - sink pads of new autoplugged elements
2740         - peer pads when recursively freeing elements
2741         Fixes #425455.
2742
2743 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2744
2745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2746         Add audio/x-raw-float support, now that audioconvert support
2747         non-native endianness floats.
2748
2749 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2750
2751         * docs/libs/gst-plugins-base-libs-docs.sgml:
2752           gstreamer-plugins-base.pc doesn't exist, it's
2753           gstreamer-plugins-base-0.10.pc.
2754
2755 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2756
2757         Patch by: René Stadler <mail at renestadler dot de>
2758         with some minor changes
2759
2760         * gst-libs/gst/floatcast/floatcast.h:
2761         Use more efficient float endianness conversion functions that don't
2762         involve 2 function calls per value.
2763         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2764         (check_default), (audio_convert_prepare_context):
2765         * gst/audioconvert/gstaudioconvert.c:
2766         (gst_audio_convert_parse_caps), (make_lossless_changes):
2767         Support non-native endianness floats as input and output.
2768         Fixes #339838.
2769         * tests/check/elements/audioconvert.c: (verify_convert),
2770         (GST_START_TEST):
2771         Add unit tests for the non-native endianness float conversions.
2772
2773 2007-03-29  Wim Taymans  <wim@fluendo.com>
2774
2775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2776         (gst_base_rtp_depayload_base_init),
2777         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2778         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2779         (gst_base_rtp_depayload_set_gst_timestamp),
2780         (gst_base_rtp_depayload_change_state),
2781         (gst_base_rtp_depayload_set_property),
2782         (gst_base_rtp_depayload_get_property):
2783         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2784         Add Private structure.
2785         Bring element code to 2007.
2786         Parse clock-base caps param and use it when generating the
2787         newsegment.
2788         Reset variables before going to PAUSED.
2789         Fix some docs.
2790
2791 2007-03-29  Wim Taymans  <wim@fluendo.com>
2792
2793         * docs/libs/gst-plugins-base-libs-docs.sgml:
2794         * docs/libs/gst-plugins-base-libs-sections.txt:
2795         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2796         (gst_base_rtp_audio_payload_get_adapter):
2797         Add RTCP docs.
2798         Fix some more docs.
2799
2800         * gst-libs/gst/rtp/Makefile.am:
2801         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2802         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2803         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2804         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2805         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2806         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2807         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2808         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2809         (gst_rtcp_packet_sr_get_sender_info),
2810         (gst_rtcp_packet_sr_set_sender_info),
2811         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2812         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2813         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2814         (gst_rtcp_packet_sdes_get_chunk_count),
2815         (gst_rtcp_packet_sdes_first_chunk),
2816         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2817         (gst_rtcp_packet_sdes_first_item),
2818         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2819         (gst_rtcp_packet_bye_get_ssrc_count),
2820         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2821         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2822         (gst_rtcp_packet_bye_get_reason_len),
2823         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2824         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2825         Add new helper object for parsing and creating RTCP messages.
2826
2827 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2828
2829         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2830         PCM samples with width=8 must be always unsigned, no matter what
2831         depth they have.
2832
2833 2007-03-29  Andy Wingo  <wingo@pobox.com>
2834
2835         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2836         perfect offsets also, not just timestamps.
2837
2838         * tests/check/elements/videorate.c (test_more): Test that given
2839         any incoming offsets, that videorate produces perfect offsets.
2840
2841 2007-03-29  Wim Taymans  <wim@fluendo.com>
2842
2843         * gst-libs/gst/riff/riff-ids.h:
2844         Add some more RIFF formats.
2845
2846 2007-03-29  Wim Taymans  <wim@fluendo.com>
2847
2848         * gst-libs/gst/rtp/gstrtpbuffer.c:
2849         (gst_rtp_buffer_default_clock_rate):
2850         * gst-libs/gst/rtp/gstrtpbuffer.h:
2851         Fix fixed payload names and docs.
2852         Added method to get the default clock rates of fixed payload types.
2853         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2854
2855 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2856
2857         * tests/check/pipelines/.cvsignore:
2858         Add new vorbisdec test to cvsignore.
2859
2860 2007-03-28  Wim Taymans  <wim@fluendo.com>
2861
2862         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2863         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2864         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2865         (gst_base_audio_sink_set_property),
2866         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2867         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2868         (gst_base_audio_sink_skew_slaving),
2869         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2870         (gst_base_audio_sink_async_play):
2871         * gst-libs/gst/audio/gstbaseaudiosink.h:
2872         Store private stuff in GstBaseAudioSinkPrivate.
2873         Add configurable clock slaving modes property.
2874         API:: GstBaseAudioSink::slave-method property
2875         Some more latency reporting tweaks.
2876         Added skew based clock slaving correction and make it the default until
2877         the resampling method is more robust.
2878
2879 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2880
2881         * gst/audioconvert/audioconvert.c:
2882         Add docs to the integer pack functions and implement proper
2883         rounding. Before we had rounding towards negative infinity, i.e.
2884         always the smaller number was taken. Now we use natural rounding,
2885         i.e. rounding to the nearest integer and to the one with the largest
2886         absolute value for X.5. The old rounding introduced some minor
2887         distortions. Fixes #420079
2888         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2889         Fix one unit test that assumed the old rounding and added unit tests
2890         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2891         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2892         rounding from signed int32 to signed/unsigned int16.
2893
2894 2007-03-27  Michael Smith  <msmith@fluendo.com>
2895
2896         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2897         (gst_audio_convert_transform_caps):
2898           Fix typo in debug line introduced recently, as pointed out on irc.
2899
2900 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2901
2902         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2903         * tests/check/libs/tag.c: (GST_START_TEST):
2904           Make sure we parse floating-point numbers in vorbis comments
2905           correctly with either '.' or ',' as separator, no matter what
2906           the current locale is. Add unit test for this too.
2907
2908 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2909
2910         Patch by: René Stadler  <mail at renestadler de>
2911
2912         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2913           When writing out floating-point numbers to vorbis comment tags, always
2914           use the same character as separator no matter what the current locale is
2915           (fixes #423051).
2916
2917         * tests/check/libs/tag.c: (GST_START_TEST):
2918           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2919
2920 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2921
2922         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2923           vorbis_handle_data_packet):
2924           Correctly set DURATION to generate a timestamp-continuous stream.
2925           One bug left at the end; see
2926           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2927         * tests/check/Makefile.am:
2928         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2929           Add a test to check this.  Without the above patch this test fails.
2930
2931 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2932
2933         * gst-libs/gst/rtp/Makefile.am:
2934         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2935
2936 2007-03-23  Michael Smith  <msmith@fluendo.com>
2937
2938         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2939         (gst_video_rate_reset), (gst_video_rate_chain):
2940           If videorate changes caps, we can no longer use the old buffer
2941           (which may have a different size, incompatible with our caps).
2942           So don't do that; just duplicate the new frame more times.
2943
2944 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2945
2946         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2947         Remove playbin's override of the set_clock vmethod. It's irrelevant
2948         after Wim's commit on the 19th.
2949
2950 2007-03-22  Wim Taymans  <wim@fluendo.com>
2951
2952         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2953         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2954         * ext/gnomevfs/gstgnomevfssrc.h:
2955         Don't cache file sizes. Fixes #341078.
2956
2957 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2958
2959         * gst/playback/gstplaybin.c: (add_sink):
2960           Use GST_PTR_FORMAT to log caps. 
2961
2962 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2963
2964         Patch by: Young-Ho Cha <ganadist at chollian net>
2965
2966         * gst/subparse/samiparse.c: (handle_start_font):
2967           Special-case some more colour names that pango doesn't handle by
2968           default. Fixes #420578.
2969
2970 2007-03-20  Michael Smith  <msmith@fluendo.com>
2971
2972         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2973           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2974           that marks EOS internally. After that, libvorbis will buffer all
2975           input data, and encode none of it, eventually leading to memory
2976           exhaustion.
2977
2978 2007-03-19  Wim Taymans  <wim@fluendo.com>
2979
2980         * gst/playback/gstdecodebin.c: (remove_fakesink):
2981         Don't post STATE_DIRTY anymore.
2982
2983         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2984         (gst_play_bin_change_state):
2985         Remove stream_time reset in seek handling, core does that now.
2986         Disable clocking for live pipelines by forcing a NULL clock to the
2987         complete pipeline, core is too smart now for our previous hack.
2988         We can always autoplug in PAUSED now.
2989
2990 2007-03-17  David Schleef  <ds@schleef.org>
2991
2992         * REQUIREMENTS:  Update this file, change the formatting to make
2993         it more consistent, plus more machine readable.
2994
2995 2007-03-16  Michael Smith  <msmith@fluendo.com>
2996
2997         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2998         (strip_width_64), (append_with_other_format):
2999           Previous fix was too simplistic, and broke the tests. Use a better
3000           approach; only strip 64 from widths for integer audio.
3001
3002 2007-03-16  Michael Smith  <msmith@fluendo.com>
3003
3004         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3005         (gst_audio_convert_transform_caps):
3006           We don't support 64 bit integer audio, so don't try to claim we can.
3007           Stops us producing caps don't match our template caps.
3008           Update comments.
3009
3010 2007-03-15  Michael Smith  <msmith@fluendo.com>
3011
3012         * gst/audioresample/gstaudioresample.c:
3013         (audioresample_check_discont), (audioresample_transform):
3014           Don't trigger discontinuities for very small imperfections; a filter
3015           flush will sound bad, and many plugins have rounding errors leading
3016           to these.
3017
3018 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3019
3020         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
3021
3022         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3023         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3024         API: add "min-ptime" property to RTP base audio payloader.
3025         API: add gst_base_rtp_audio_payload_push().
3026         API: add gst_base_rtp_audio_payload_get_adapter().
3027         Fixes #415001
3028         Indentation/whitespace/documentation fixes.
3029
3030 2007-03-14  Julien MOUTTE  <julien@moutte.net>
3031
3032         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
3033         (audioresample_transform_size), (audioresample_do_output),
3034         (audioresample_transform), (audioresample_pushthrough): Handle
3035         discontinuous streams.
3036         * gst/audioresample/gstaudioresample.h:
3037         * tests/check/elements/audioresample.c:
3038         (test_discont_stream_instance), (GST_START_TEST),
3039         (audioresample_suite): Add a test for discontinuous streams.
3040         * win32/common/config.h: Updated.
3041
3042 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3043
3044         * po/af.po:
3045         * po/az.po:
3046         * po/cs.po:
3047         * po/en_GB.po:
3048         * po/it.po:
3049         * po/nb.po:
3050         * po/nl.po:
3051         * po/or.po:
3052         * po/sq.po:
3053         * po/sr.po:
3054         * po/sv.po:
3055         * po/uk.po:
3056         * po/vi.po:
3057           Update translations from translation project.
3058
3059 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3060
3061         * gst/audioresample/debug.h:
3062         * gst/audioresample/resample.c: (resample_init):
3063           Since I really am not interested in a debug line for each sample
3064           being processed, move the library's debugging to its own category,
3065           libaudioresample
3066
3067 2007-03-13  Michael Smith  <msmith@fluendo.com>
3068
3069         * ext/theora/theoradec.c: (theora_handle_type_packet):
3070           Since the plugin doesn't support anything other than 4:2:0 right
3071           now, post an error and fail if we get something else. Won't matter
3072           until libtheora supports the other pixel formats, but hopefully
3073           that'll be soon...
3074
3075 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3076
3077         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
3078         Use gst_guint64_to_gdouble for conversion.
3079         * win32/MANIFEST:
3080         Add new files to the win32 MANIFEST.
3081         * win32/common/libgstaudio.def:
3082         * win32/common/libgstpbutils.def:
3083         Add new exported functions.
3084         * win32/vs6/gst_plugins_base.dsw:
3085         * win32/vs6/libgstdecodebin.dsp:
3086         * win32/vs6/libgstplaybin.dsp:
3087         Change the link to libgstpbutils.lib.
3088         * win32/vs6/libgstdecodebin2.dsp:
3089         Add a new project for decodebin2.
3090         * win32/vs6/libgstpbutils.dsp:
3091         Add a new project for pbutils.
3092
3093 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3094
3095         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3096           Also accept partial dates with only year and month,
3097           like 1999-12-00 (fixes #410396 even more).
3098
3099         * tests/check/libs/tag.c: (GST_START_TEST):
3100           Add unit test for the above.
3101
3102 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3103
3104         * tests/check/elements/subparse.c: (GST_START_TEST),
3105         (subparse_suite):
3106           Add unit test for MPL2 subtitle format (#413799).
3107
3108 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         Patch by: Kamil Pawlowski  <kamilpe gmail com>
3111
3112         * gst/subparse/Makefile.am:
3113         * gst/subparse/gstsubparse.c:
3114         (gst_sub_parse_data_format_autodetect),
3115         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
3116         (gst_subparse_type_find):
3117         * gst/subparse/gstsubparse.h:
3118         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
3119         * gst/subparse/mpl2parse.h:
3120           Add support for MPL2 subtitle format (#413799).
3121
3122 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3123
3124         * configure.ac:
3125           We require core CVS for the new buffer metadata copy functions.
3126
3127 2007-03-09  Wim Taymans  <wim@fluendo.com>
3128
3129         * gst-libs/gst/tag/gstid3tag.c:
3130         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
3131         Fixes #414496.
3132
3133         Patch by: Alex Lancaster <alexl at users sourceforge net>
3134
3135 2007-03-09  Wim Taymans  <wim@fluendo.com>
3136
3137         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
3138         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
3139         Improve adapter usage and comments.
3140
3141 2007-03-09  Wim Taymans  <wim@fluendo.com>
3142
3143         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3144         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
3145         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
3146         Use new metadata copy function.
3147
3148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3149         (gst_ffmpegcsp_transform):
3150         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
3151         Basetransform copied the metadata for us.
3152
3153 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3154
3155         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
3156         (gst_text_overlay_video_event):
3157           Some more logging. Only accept newsegment events in TIME format and
3158           send a WARNING message if they are not in TIME format.
3159
3160         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3161         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
3162         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
3163         * gst/subparse/gstsubparse.h:
3164           No need to allocate GstSegment structure dynamically, just put it
3165           into the instance structure; ignore newsegment events in BYTE
3166           format and in particular don't let it overwrite our saved TIME
3167           segment from the last seek.
3168
3169 2007-03-09  Michael Smith  <msmith@fluendo.com>
3170
3171         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
3172           Replace AC3 typefinder with one that isn't terrible, and actually
3173           works usefully.
3174
3175 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3176
3177         * gst/audioconvert/gstaudioconvert.c:
3178         (gst_audio_convert_transform):
3179           fix error category and translatable string
3180           
3181
3182 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3183
3184         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3185         * pkgconfig/gstreamer-plugins-base.pc.in:
3186           Fix up utils => pbutils here too.
3187
3188 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3189
3190         * gst/subparse/gstsubparse.c: (handle_buffer):
3191           Break out of loop in chain function as soon as possible if we get
3192           a non-OK flow return.
3193
3194 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3195
3196         * tests/check/elements/alsa.c: (GST_START_TEST):
3197         Unref the mixer if the state change fails too (if the
3198         alsa devices are inaccessible, for example)
3199
3200 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3201
3202         * tests/check/Makefile.am:
3203         Don't test libvisual elements in the states check, because libvisual
3204         seems to leak internally.
3205
3206         Re-enable the alsa and states tests now that there's new suppressions
3207         in gst.supp.
3208
3209         * tests/check/elements/alsa.c: (GST_START_TEST):
3210         Don't leak the alsamixer we instantiated.
3211
3212 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3213
3214         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3215         (gst_ximagesink_change_state), (gst_ximagesink_reset),
3216         (gst_ximagesink_finalize):
3217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3218         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
3219         Move some cleanup stuff from the state change handler into a _reset()
3220         function that can be called from _finalize(). This ensures that things
3221         get freed even if (for some reason) the NULL->READY state transition
3222         fails in the parent class.
3223         Even if a parent state change fails, process our downward state change
3224         logic instead of bailing out early.
3225         Free the correct xcontext pointer in ximagesink's xcontext_clear.
3226
3227 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3228
3229         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3230         Extra log line.
3231
3232         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
3233         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
3234         Use pango_font_description_set_family_static instead of 
3235         pango_font_description_set_family to save a string copy (it was
3236         leaking due to the strdup anyway)
3237
3238         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
3239         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
3240         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3241         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3242         Chain up in finalize.
3243
3244 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3245
3246         * gst-libs/gst/interfaces/mixertrack.c:
3247         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3248         (gst_mixer_track_set_property):
3249           API: add "untranslated-label" property which should be set by
3250           implementations at construct time (#414645).
3251
3252         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3253         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3254           Set "untranslated-label" when constructing mixer track objects.
3255
3256         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3257           Unit test to check the above.
3258
3259 2007-03-07  Wim Taymans  <wim@fluendo.com>
3260
3261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3262         Fix confusing debug message.
3263
3264 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3265
3266         * gst-plugins-base.doap:
3267         update doap file with new version
3268
3269 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3270
3271         * configure.ac:
3272         Back to CVS
3273
3274 === release 0.10.12 ===
3275
3276 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3277
3278         * configure.ac:
3279           releasing 0.10.12, "Zombie Horde"
3280
3281 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3282
3283         * configure.ac:
3284         Bump version to 0.10.11.4 pre-release
3285
3286 2007-03-06  Wim Taymans  <wim@fluendo.com>
3287
3288         * gst-libs/gst/audio/gstbaseaudiosink.c:
3289         (gst_base_audio_sink_async_play):
3290         Fix regression that made GStreamer skip the first samples of audio.
3291         Fixes #414684.
3292
3293 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3294
3295         * configure.ac:
3296         Bump version to 0.10.11.3 pre-release
3297
3298 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3299
3300         * po/POTFILES.in:
3301           Update paths for the rename from utils to pbutils to fix the build.
3302
3303 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3304
3305         * gst-libs/gst/pbutils/Makefile.am:
3306           Change directory to install headers in from gst/utils to gst/pbutils
3307           as well.
3308
3309 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3310
3311         * configure.ac:
3312         * docs/libs/gst-plugins-base-libs-docs.sgml:
3313         * docs/libs/gst-plugins-base-libs-sections.txt:
3314         * gst-libs/gst/Makefile.am:
3315         * gst-libs/gst/interfaces/mixer.c:
3316         * gst-libs/gst/pbutils/Makefile.am:
3317         * gst-libs/gst/pbutils/descriptions.c:
3318         (gst_pb_utils_get_source_description),
3319         (gst_pb_utils_get_sink_description),
3320         (gst_pb_utils_get_decoder_description),
3321         (gst_pb_utils_get_encoder_description),
3322         (gst_pb_utils_get_element_description),
3323         (gst_pb_utils_add_codec_description_to_tag_list),
3324         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3325         * gst-libs/gst/pbutils/descriptions.h:
3326         * gst-libs/gst/pbutils/install-plugins.c:
3327         * gst-libs/gst/pbutils/install-plugins.h:
3328         * gst-libs/gst/pbutils/missing-plugins.c:
3329         (gst_missing_uri_source_message_new),
3330         (gst_missing_uri_sink_message_new),
3331         (gst_missing_element_message_new),
3332         (gst_missing_decoder_message_new),
3333         (gst_missing_encoder_message_new),
3334         (gst_missing_plugin_message_get_description):
3335         * gst-libs/gst/pbutils/missing-plugins.h:
3336         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3337         * gst-libs/gst/pbutils/pbutils.h:
3338         * gst-libs/gst/utils/Makefile.am:
3339         * gst-libs/gst/utils/base-utils.c:
3340         * gst-libs/gst/utils/base-utils.h:
3341         * gst-libs/gst/utils/descriptions.c:
3342         * gst-libs/gst/utils/descriptions.h:
3343         * gst-libs/gst/utils/install-plugins.c:
3344         * gst-libs/gst/utils/install-plugins.h:
3345         * gst-libs/gst/utils/missing-plugins.c:
3346         * gst-libs/gst/utils/missing-plugins.h:
3347         * gst-plugins-base.spec.in:
3348         * gst/playback/Makefile.am:
3349         * gst/playback/gstdecodebin.c:
3350         * gst/playback/gstdecodebin2.c:
3351         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3352         (gen_source_element):
3353         * gst/playback/gstplaybin.c: (plugin_init):
3354         * tests/check/Makefile.am:
3355         * tests/check/libs/pbutils.c: (GST_START_TEST),
3356         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3357         * tests/check/libs/utils.c:
3358           rename utils to pbutils
3359
3360 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3361
3362         * docs/plugins/Makefile.am:
3363         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3364         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3365         * docs/plugins/inspect/plugin-decodebin2.xml:
3366         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3367         Add documentation for decodebin2 that indicates that the API
3368         is still unstable.
3369
3370 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3371
3372         * configure.ac:
3373         Update to 0.10.11.2 (0.10.12 pre-release)
3374
3375 2007-03-01  Wim Taymans  <wim@fluendo.com>
3376
3377         * gst-libs/gst/audio/gstbaseaudiosink.c:
3378         (gst_base_audio_sink_async_play):
3379         base time is irrelevant here.
3380
3381 2007-03-01  Wim Taymans  <wim@fluendo.com>
3382
3383         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3384         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3385         Improve debugging.
3386
3387         * gst-libs/gst/audio/gstbaseaudiosink.c:
3388         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3389         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3390         Improve latency and clock slaving calculations.
3391         Improve slave clock calibration.
3392
3393         * gst-libs/gst/audio/gstringbuffer.c:
3394         (gst_ring_buffer_commit_full):
3395         When we are asked to render N sample to 0 bytes, return N.
3396
3397 2007-03-01  Wim Taymans  <wim@fluendo.com>
3398
3399         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3400         (gst_alsasink_write), (gst_alsasink_reset):
3401         * ext/alsa/gstalsasink.h:
3402         Remove unused dispose function.
3403         Rename lock to not interfere with alsasrc lock.
3404
3405         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3406         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3407         (gst_alsasrc_read), (gst_alsasrc_reset):
3408         * ext/alsa/gstalsasrc.h:
3409         Implement finalize function.
3410         Use lock to protect alsa access.
3411         Implement _reset.
3412         Fine tune sw params.
3413
3414 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3415
3416         * configure.ac:
3417           Convert to new AG_GST style.
3418
3419 2007-02-28  Wim Taymans  <wim@fluendo.com>
3420
3421         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3422
3423         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3424         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3425         Fix race condition when rapidly switching visualisations in playbin.
3426         Fixes #401029.
3427
3428 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3429
3430         * tests/check/Makefile.am:
3431         Include local stuff before system installed things in LDFLAGS and
3432         CFLAGS.
3433
3434 2007-02-28  Wim Taymans  <wim@fluendo.com>
3435
3436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3437         Improve debugging.
3438
3439 2007-02-28  Wim Taymans  <wim@fluendo.com>
3440
3441         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3442         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3443         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3444         Fix duration and timestamping, taking latency into account.
3445         Implement latency query.
3446
3447 2007-02-28  Wim Taymans  <wim@fluendo.com>
3448
3449         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3450         (gst_audio_clock_new):
3451         Fix clock name.
3452
3453         * gst-libs/gst/audio/gstbaseaudiosink.c:
3454         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3455         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3456         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3457         (gst_base_audio_src_create):
3458         Improve latency query code.
3459         Use proper clock names.
3460
3461 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3462
3463         * tests/check/generic/states.c: (GST_START_TEST):
3464           Copy the states.c test from core again
3465         * tests/check/Makefile.am:
3466           ignore cdio and cdparanoiasrc
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), (check_default),
3472         (audio_convert_prepare_context), (audio_convert_convert):
3473           Also make valgrind happy and avoid copying data in some cases.
3474
3475 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3476
3477         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3478         (double_hq), (audio_convert_get_func_index),
3479         (audio_convert_prepare_context), (audio_convert_convert):
3480         * gst/audioconvert/gstaudioconvert.c:
3481         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3482         (gst_audio_convert_transform_caps):
3483         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3484         (audioconvert_suite):
3485           Don't run inplace if that overwrites source data as we go. Add more
3486           tests. Fixes #339837 even more.
3487
3488 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3489
3490         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3491         (msg_segment_done): Fix various seeking bugs (Slider was not
3492         updating when doing a non flushing seek, Reverse playback 
3493         on segment seek was wrong).
3494
3495 2007-02-26  Wim Taymans  <wim@fluendo.com>
3496
3497         * tests/examples/seek/seek.c: (stop_seek):
3498         When we stop scrubbing, don't leave the pipeline PLAYING when we
3499         requested a PAUSED state.
3500
3501 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3502
3503         Patch by: René Stadler <mail at renestadler de>
3504
3505         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3506           Parse date strings in vorbis comments that have an invalid (zero)
3507           month or day (#410396).
3508
3509         * tests/check/libs/tag.c: (GST_START_TEST):
3510           Test case for the above.
3511
3512 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3513
3514         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3515
3516         * configure.ac:
3517         * ext/alsa/Makefile.am:
3518         * gst/audiotestsrc/Makefile.am:
3519           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3520
3521 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3522
3523         * gst/playback/gstplaybin.c:
3524           Improve docs: point out that the application needs to assist playbin
3525           with buffering.
3526
3527 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3528
3529         * gst-libs/gst/utils/install-plugins.c:
3530         * gst-libs/gst/utils/missing-plugins.c:
3531         * tests/check/libs/utils.c: (missing_msg_check_getters):
3532           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3533           to just 'gstreamer'. Document the caps string component of the
3534           decoder/encoder detail a bit better, since not everyone will be
3535           familiar with the GStreamer media type/caps system (but they better
3536           enjoy nested itemized lists).
3537
3538 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3539
3540         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3541         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3542           Fix copying of GstNetBuffer (would crash before, or at least lead to
3543           invalid memory access, #410772), for now by copying the GstBuffer copy
3544           code from the core over here so we can copy the GstBuffer fields on a
3545           provided buffer instance (of type GstNetBuffer in this case). Would be
3546           better to fix this with some support by the core though (and in the long
3547           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3548
3549         * tests/check/Makefile.am:
3550           Enable unit test for GstNetBuffer.
3551
3552 2007-02-22  Andy Wingo  <wingo@pobox.com>
3553
3554         * gst-libs/gst/audio/gstbaseaudiosink.c
3555         (gst_base_audio_sink_init): Disable pull-mode activation until we
3556         figure out how to make audio sinks go to PLAYING.
3557
3558 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3559
3560         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3561         (double_hq), (audio_convert_get_func_index),
3562         (audio_convert_prepare_context), (audio_convert_convert):
3563         * gst/audioconvert/audioconvert.h:
3564         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3565         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3566         * gst/audioconvert/gstchannelmix.h:
3567         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3568           Add float as an intermediate format, as well as float mixing. Enable
3569           test that was failing before. Fixes #339837
3570
3571 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3572
3573         * tests/examples/seek/seek.c: (do_seek):
3574         Undo the previous commit: -1 as a stop time implies that the stop
3575         time is the end of file, clearing any previously configured segment.
3576
3577 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3578
3579         * tests/examples/seek/seek.c: (do_seek):
3580         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3581
3582 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3583
3584         * gst/volume/gstvolume.c: (volume_process_int16),
3585         (volume_process_int16_clamp), (volume_set_caps):
3586           Unbreak volume, value remains gint.
3587
3588 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3589
3590         * gst/volume/gstvolume.c: (volume_choose_func),
3591         (volume_update_real_volume), (gst_volume_set_volume),
3592         (gst_volume_init), (volume_process_double), (volume_process_float),
3593         (volume_process_int16), (volume_process_int16_clamp),
3594         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3595         * gst/volume/gstvolume.h:
3596           Extend float audio support (double) and some int->uint cleanups.
3597
3598 2007-02-20  Edward Hervey  <edward@fluendo.com>
3599
3600         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3601         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3602         (sort_end_pads), (gst_decode_group_expose),
3603         (gst_decode_group_hide):
3604         Don't free groups from the streaming threads. Just put them aside and
3605         free them in dispose.
3606
3607 2007-02-20  Edward Hervey  <edward@fluendo.com>
3608
3609         * gst/playback/gstdecodebin2.c: (connect_element),
3610         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3611         (sort_end_pads), (gst_decode_group_expose):
3612         Handle dynamic pads within groups.
3613         Sort pads before exposing them in order to make playbin happy.
3614         There still is a race with the multiqueue filling up. This should be
3615         solved separately.
3616         Fixes #398721
3617
3618 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3619
3620         * gst-libs/gst/utils/base-utils.c:
3621         * gst-libs/gst/utils/descriptions.c:
3622         * gst-libs/gst/utils/install-plugins.c:
3623         * gst-libs/gst/utils/missing-plugins.c:
3624           Some more docs (and descriptions for two subtitle formats).
3625
3626 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3627
3628         * gst-libs/gst/audio/audio.c:
3629           Fix documentation.
3630
3631 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3632
3633         Patch by: Yves Lefebvre  <ivanohe abacom com>
3634
3635         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3636           Don't leak caps. Fixes #408278.
3637
3638 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3639
3640         * ext/cdparanoia/gstcdparanoiasrc.h:
3641         * ext/ogg/gstoggdemux.h:
3642         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3643         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3644         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3645         * gst-libs/gst/audio/audio.h:
3646         * gst-libs/gst/audio/gstaudiofilter.h:
3647         * gst-libs/gst/interfaces/videoorientation.h:
3648         * gst/adder/gstadder.h:
3649           More docs coverage and some ChangeLog surgery (add missing names)
3650
3651 2007-02-15  Wim Taymans  <wim@fluendo.com>
3652
3653         * sys/ximage/ximagesink.c:
3654         (gst_ximagesink_calculate_pixel_aspect_ratio):
3655         * sys/xvimage/xvimagesink.c:
3656         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3657         Small constifications.
3658
3659 2007-02-15  Wim Taymans  <wim@fluendo.com>
3660
3661         * gst-libs/gst/audio/gstbaseaudiosink.c:
3662         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3663         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3664         (gst_base_audio_sink_async_play),
3665         (gst_base_audio_sink_change_state):
3666         Answer latency query.
3667         Use configured latency when syncing.
3668         Fix clock slaving.
3669
3670         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3671         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3672         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3673         Fix possible memleak.
3674         Implement latency query.
3675         Small cleanups.
3676
3677 2007-02-15  Wim Taymans  <wim@fluendo.com>
3678
3679         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3680         Ignore errors in reset, these are not fatal. They also grab the element
3681         lock which is already taking when this function is called. Fixes
3682         #405451.
3683
3684 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3685
3686         * configure.ac:
3687           Remove 'tests/examples/xerror/Makefile' from output files again.
3688
3689 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3690
3691         * configure.ac:
3692         * docs/plugins/Makefile.am:
3693           Also crossref against gst-plugins-base-libs.
3694
3695 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3696
3697         * configure.ac:
3698         * docs/libs/Makefile.am:
3699         * docs/plugins/Makefile.am:
3700           Add crossreferences to glib/gobject/gstream docs.
3701
3702         * gst-libs/gst/audio/audio.h:
3703           Source formatting.
3704
3705         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3706           Add own debug category.
3707
3708 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         Patch by: René Stadler <mail at renestadler de>
3711
3712         * gst-libs/gst/tag/gstvorbistag.c:
3713           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3714           (#403597).
3715
3716 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3717
3718         * gst/playback/gstplaybasebin.c: (setup_source):
3719           When we have external subtitles and wait for the subtitle decodebin
3720           to get up and running, we set up a (sync) bus handler for the
3721           subtitle decodebin, so we can stop waiting when it posts an error
3722           message. However, we should do that before we set the subtitle
3723           decodebin's state to playing, otherwise things are racy and we might
3724           miss error messages posted before we had a chance to set up the bus.
3725           This should finally fix totem hanging on .txt pseudo-subtitle files.
3726           
3727 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3728
3729         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3730           Use gst_gdouble_to_guint64 for conversions.
3731         * win32/common/config.h.in:
3732           Add a define for GST_INSTALL_PLUGINS_HELPER
3733         * win32/common/libgstaudio.def:
3734         * win32/common/libgstcdda.def:
3735         * win32/common/libgstnetbuffer.def:
3736         * win32/common/libgstrtp.def:
3737         * win32/common/libgutils.def:
3738           Add new exported functions.
3739         * win32/vs6/gst_plugins_base.dsw:
3740         * win32/vs6/libgstdecodebin.dsp:
3741         * win32/vs6/libgstnetbuffer.dsp:
3742         * win32/vs6/libgstplaybin.dsp:
3743         * win32/vs6/libgstrtp.dsp:
3744         * win32/vs6/libgstvorbis.dsp:
3745         * win32/vs6/libgstcdda.dsp:
3746         * win32/vs6/libgstgdp.dsp:
3747         * win32/vs6/libgstutils.dsp:
3748           Update and add new project files.
3749
3750 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3751
3752         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3753         (subrip_remove_unhandled_tags), (parse_subrip):
3754           For SubRip (.srt) subtitles, ignore all markup tags we don't
3755           handle (like font tags, for example).
3756
3757         * tests/check/elements/subparse.c:
3758           Add test for this.
3759
3760 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3761
3762         * gst/playback/gstdecodebin.c: (add_fakesink),
3763         (gst_decode_bin_change_state):
3764         * gst/playback/gstdecodebin2.c: (add_fakesink),
3765         (gst_decode_bin_change_state):
3766           Don't error out if there is no fakesink in the NULL to READY state
3767           change, since when decodebin is re-used, we're only adding the
3768           fakesink element in READY to PAUSED.
3769
3770         * tests/check/elements/decodebin.c:
3771         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3772         (decodebin_suite):
3773           Minimal unit test to make sure we can use the same decodebin
3774           instance twice (at least with audiotestsrc input).
3775
3776 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3777
3778         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3779           Try to get devic-name from device string first, and from handle only
3780           as fallback (seems to yield better results and is more robust
3781           against buggy probing code on the application side).
3782
3783 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3784
3785         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3786
3787         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3788         (gst_alsa_find_device_name):
3789         * ext/alsa/gstalsa.h:
3790         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3791         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3792           Improve device-name detection a bit, especially in the case where
3793           the device is not actually open (#405020, #405024). Move common code
3794           into gstalsa.c instead of duplicating it.
3795
3796 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3797
3798         * gst/audioconvert/gstaudioconvert.c:
3799           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3800
3801 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3802
3803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3804         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3805         (gst_xvimagesink_interface_supported),
3806         (gst_xvimagesink_probe_get_properties),
3807         (gst_xvimagesink_probe_probe_property),
3808         (gst_xvimagesink_probe_needs_probe),
3809         (gst_xvimagesink_probe_get_values),
3810         (gst_xvimagesink_property_probe_interface_init),
3811         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3812         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3813         (gst_xvimagesink_get_type):
3814         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3815         for XVAdaptors so that one can choose the adaptor to use with 
3816         gstreamer-properties.
3817
3818 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3819
3820         * gst/audioconvert/gstaudioconvert.c:
3821           Also mention that a conversion from double to float is suboptimal still.
3822
3823 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3824
3825         * gst-libs/gst/audio/gstaudiofilter.c:
3826         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3827           Clear our formats structure and free the caps contained in it when
3828           shutting down.
3829
3830 2007-02-05  Andy Wingo  <wingo@pobox.com>
3831
3832         * gst-libs/gst/audio/gstbaseaudiosink.c
3833         (gst_base_audio_sink_callback): Update basesink->offset so that we
3834         pull monotonically increasing offsets instead of, um, seeking back
3835         to 0 each time. Fixes alsasrc ! alsasink!
3836
3837 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * gst/videoscale/gstvideoscale.c:
3840           A width and height of 1 makes us crash, so increase minimum size to
3841           2x2 pixels until someone feels like fixing this (#404512).
3842
3843 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3846           Add small test to make sure request pads are cleaned up properly
3847           even if oggmux never changes state out of NULL.
3848
3849 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3850
3851         * tests/check/libs/utils.c: (GST_START_TEST):
3852           Fix unit test. Turns out things work much better when you
3853           NULL-terminate string arrays. Should make p5 build bot happy again.
3854
3855 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         * gst-libs/gst/audio/Makefile.am:
3858         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3859         (gst_audio_filter_template_base_init),
3860         (gst_audio_filter_template_class_init),
3861         (gst_audio_filter_template_init),
3862         (gst_audio_filter_template_set_property),
3863         (gst_audio_filter_template_get_property),
3864         (gst_audio_filter_template_setup),
3865         (gst_audio_filter_template_filter),
3866         (gst_audio_filter_template_filter_inplace), (plugin_init):
3867           Oops, forgot to commit fixed-up example.
3868
3869 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3870
3871         * docs/libs/gst-plugins-base-libs-sections.txt:
3872         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3873         (gst_audio_filter_class_init), (gst_audio_filter_init),
3874         (gst_audio_filter_set_caps),
3875         (gst_audio_filter_class_add_pad_templates):
3876         * gst-libs/gst/audio/gstaudiofilter.h:
3877           Port GstAudioFilter to 0.10. This change technically breaks
3878           API and ABI (and thus also every library developer's heart),
3879           but seems justifiable on the grounds that the base class was
3880           completely unusable before (ie. would crash immediately when
3881           actually used). Fixes #403963 (and eventually also #403572).
3882           Also document all of this a bit.
3883
3884 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3885
3886         * gst-libs/gst/utils/install-plugins.c:
3887         (gst_install_plugins_spawn_child):
3888         * tests/check/libs/utils.c:
3889         (test_base_utils_install_plugins_do_callout):
3890           Lowering log level to see why things fail on the p5 build bot;
3891           fix some typos in unit test messages.
3892
3893 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3894
3895         * tests/check/libs/utils.c:
3896         (test_base_utils_install_plugins_do_callout):
3897           Don't hard-code temp directory for test helper; use GLib functions
3898           to write out file and do error checking etc.
3899
3900 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3901
3902         * gst-libs/gst/utils/Makefile.am:
3903         * gst-libs/gst/utils/base-utils.h:
3904         * gst-libs/gst/utils/install-plugins.c:
3905         (gst_install_plugins_context_set_xid),
3906         (gst_install_plugins_context_new),
3907         (gst_install_plugins_context_free),
3908         (gst_install_plugins_get_helper),
3909         (gst_install_plugins_spawn_child),
3910         (gst_install_plugins_return_from_status),
3911         (gst_install_plugins_installer_exited),
3912         (gst_install_plugins_async), (gst_install_plugins_sync),
3913         (gst_install_plugins_return_get_name),
3914         (gst_install_plugins_installation_in_progress):
3915         * gst-libs/gst/utils/install-plugins.h:
3916           API: add API for applications to initiate installation of missing
3917           plugins, ie. gst_install_plugins_async() primarily.
3918           Based on libgimme-codec by Ryan Lortie.
3919
3920         * configure.ac:
3921           Add --with-install-plugins-helper configure option so distros can specify
3922           the path of the helper script or program to call when plugin installation
3923           is requested (distros: please do any argument munging in this helper
3924           script instead of patching GStreamer to pass arguments differently
3925           to another program directly).
3926
3927         * docs/libs/gst-plugins-base-libs-docs.sgml:
3928         * docs/libs/gst-plugins-base-libs-sections.txt:
3929           Build and document new API.
3930
3931         * tests/check/libs/utils.c: (result_cb),
3932         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3933         (libgstbaseutils_suite):
3934           Some simple checks for the new API.
3935
3936 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * tests/check/elements/audioconvert.c: (test_float_conversion):
3939           Add small test for 32bit float <=> 64bit float conversion (works
3940           only one way so far, 32=>64 produces structured noise).
3941
3942 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * gst/audioconvert/gstaudioconvert.c:
3945         (set_structure_widths_32_and_64), (make_lossless_changes):
3946           We don't support floats with a width of 40, 48 or 56 bits.
3947
3948 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3949
3950         * gst/audioconvert/audioconvert.c: (float), (double),
3951         (audio_convert_get_func_index):
3952         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3953         (make_lossless_changes):
3954           Support for 64-bit float audio in audioconvert (#339837)
3955
3956 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         Patch by: Holger Wansing  <linux wansing-online de>
3959
3960         * po/LINGUAS:
3961         * po/de.po:
3962           Add German translation (#352069).
3963
3964 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3965
3966         reviewed by: Wim Taymans <wim@fluendo.com>
3967
3968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3969         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3970         Use newly added GstCollectPads API to free the allocated resources in
3971         the GstOggPad structures (#402393).
3972
3973 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3974
3975         * gst/playback/gstplaybin.c: (gen_vis_element):
3976           Add audioresample+audioconvert in front of the visualisation
3977           element, so that elements like libvisual 0.4 that don't support all
3978           samplerates can work.
3979
3980           Fixes: #402505
3981
3982 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3983
3984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3985         (gst_play_base_bin_get_streaminfo_value_array):
3986           Take some locks and make a copy of the streaminfo value array we
3987           maintain while holding the lock, so that the application can
3988           retrieve the stream-info as a value array in a thread-safe way.
3989
3990 2007-01-30  Wim Taymans  <wim@fluendo.com>
3991
3992         * gst/audioconvert/gstaudioconvert.c:
3993         Don't fail on 0 sized buffers. Fixes #396835.
3994
3995 2007-01-29  David Schleef  <ds@schleef.org>
3996
3997         * gst/typefind/gsttypefindfunctions.c:
3998           Detect BBCD as video/x-dirac, so we can play raw dirac
3999           streams.
4000
4001 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
4002
4003         * ext/theora/theoraenc.c: (theora_enc_chain):
4004           Check return value of theora_encode_header(), or we might try to
4005           allocate a random number of bytes. theora_encode_header() can fail
4006           if libtheora has been compiled with encoding support disabled.
4007           Fixes #398110.
4008
4009 2007-01-29  Wim Taymans  <wim@fluendo.com>
4010
4011         * tests/check/gst/.cvsignore:
4012         Do as buildbot says.
4013
4014 2007-01-29  Wim Taymans  <wim@fluendo.com>
4015
4016         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
4017         Fix strides in libvisual. Gst uses X strides.
4018         Inspired by: <ed at catmur dot co dot uk> and 
4019         <tim at centricular dot net>
4020         Fixes #401118.
4021
4022 2007-01-27  Wim Taymans  <wim@fluendo.com>
4023
4024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4025         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
4026         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
4027         (gst_ogg_demux_perform_seek),
4028         (gst_ogg_demux_bisect_forward_serialno),
4029         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4030         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
4031         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
4032         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
4033         * ext/ogg/gstoggdemux.h:
4034         Properly propagate streaming errors when we are scanning the file for
4035         chains so that we don't crash when shut down. Might fix some crashers
4036         when quickly switching oggs in RB such as #332503 and #378436.
4037
4038 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
4039
4040         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
4041           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
4042           error code as well.
4043
4044 2007-01-25  Wim Taymans  <wim@fluendo.com>
4045
4046         * gst/playback/gstplaybasebin.c: (remove_source):
4047         Don't try to disconnect a signal from a finalized object.
4048
4049 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4050
4051         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
4052           Cast lock macro parameters to make sure we're actually accessing the
4053           lock member at the right class level. Free list itself in _dispose()
4054           as well and NULL it in case dispose gets called multiple times.
4055
4056 2007-01-25  Edward Hervey  <edward@fluendo.com>
4057
4058         * gst/playback/gstdecodebin2.c:
4059         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
4060         Free GstDecodeGroups no longer used.
4061         (gst_decode_group_expose):
4062         Don't unlock too many times !
4063         (deactivate_free_recursive):
4064         Free iterator once we're done with it.
4065         Fix for recursively deactivating elements (stop at ghostpads).
4066
4067 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4068
4069         * gst/playback/gstplaybin.c: (handoff):
4070           Fix up caps on the frame buffer before we save it and potentially
4071           make it accessible to other threads via g_object_get; also use
4072           gst_buffer_replace() instead of gst_mini_object_replace().
4073
4074 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4075
4076         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4077           Make getting the current frame thread-safe.
4078
4079 2007-01-25  Edward Hervey  <edward@fluendo.com>
4080
4081         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
4082         (gst_decode_group_new), (gst_decode_group_free):
4083         Set queues to bigger sizes to cope with HD contents.
4084         Fix some mutex freeing and add comment about MT safe methods.
4085
4086 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
4087
4088         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4089         (gst_text_overlay_text_event):
4090           Don't unnecessarily ref (and then leak) upstream events if the text
4091           pad is not linked. Fixes #399948.
4092
4093         * tests/check/gst-plugins-base.supp:
4094           Add suppression for pango on edgy/x86 for textoverlay test.
4095
4096 2007-01-24  Wim Taymans  <wim@fluendo.com>
4097
4098         * gst-libs/gst/rtp/gstrtpbuffer.h:
4099         Add some more fixed payloads.
4100
4101 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4102
4103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4104           Error out properly if we get an error from libogg while reading the
4105           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
4106
4107 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4108
4109         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
4110           Don't leak mutex.
4111
4112         * tests/check/elements/playbin.c:
4113         (test_sink_usage_video_only_stream),
4114         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4115         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
4116         (test_missing_suburisource_handler),
4117         (test_missing_primary_decoder), (playbin_suite):
4118           Run all tests once with decodebin and once with decodebin2.
4119           One test does not pass yet with decodebin2.
4120
4121 2007-01-23  Edward Hervey  <edward@fluendo.com>
4122
4123         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
4124         Fix the cases where oggmux doesn't properly figure out that all
4125         sinkpads have gone EOS, and therefore doesn't push out the remaining
4126         buffers and the final EOS event.
4127         Fixes #363379
4128
4129 2007-01-23  Julien MOUTTE  <julien@moutte.net>
4130
4131         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4133         Don't lock on navigation event push, just on keysym to string.
4134         Fixes #397673 again.
4135
4136 2007-01-22  Edward Hervey  <edward@fluendo.com>
4137
4138         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
4139         (get_current_group), (group_demuxer_event_probe),
4140         (gst_decode_group_expose), (deactivate_free_recursive),
4141         (gst_decode_group_free):
4142         Cleanups.
4143         Don't forget to emit 'no-more-pads' once a group is exposed.
4144         Cleanup elements from a DecodeGroup once we remove it.
4145         Protect call to gst_decode_group_expose() with the decodebin lock.
4146
4147 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4148
4149         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4151         Looking at Xorg code i can't figure out if that XKeysymToString
4152         function is thread sensible or not. Lock it just in case as
4153         recommended by Radek Doulik <rodo at ximian dot com>.
4154
4155 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4156
4157         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4159         Lock that X Call as well. Fixes #397673.
4160
4161 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4162
4163         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4164           Don't go into an endless loop if the file starts with 00 00 01 2X,
4165           like quicktime redirect files might. Fixes #396042.
4166
4167         * tests/check/Makefile.am:
4168         * tests/check/gst/.cvsignore:
4169         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
4170         (typefindfunctions_suite):
4171           Add unit test for the above.
4172
4173 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4174
4175         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4176           On second thought, use "depth" field rather than "bpp" field.
4177
4178 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4179
4180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4181           Camtasia caps apparently need a bpp field (#398875).
4182
4183 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4184
4185         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4186         (gen_source_element), (gst_play_base_bin_change_state):
4187           Attempt at a better error message in case we don't have the required
4188           URI handler installed; post missing-plugin message also when we're
4189           missing an URI handler for the subtitle URI; clean up properly also
4190           when an error occurs and we never made it to PAUSED state.
4191
4192         * tests/check/elements/playbin.c: (GST_START_TEST),
4193         (playbin_suite):
4194           Check that we're also getting a missing-plugin messsage for a
4195           missing subtitle URI handler (and clean up properly).
4196
4197 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4198
4199         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
4200           Plug a few reference leaks.
4201
4202 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4203
4204         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4205           Lower probability a bit if the marker isn't right at the start,
4206           to decrease the chance of false positives.
4207
4208 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4209
4210         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4211           Small mpeg2 system stream typefinding improvement: make typefinder
4212           probe a bit into the stream instead of just looking for a marker
4213           at the beginning. Fixes #397810.
4214
4215 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4216
4217         * gst/audioconvert/gstchannelmix.c:
4218           Remove compatibility cruft for prehistoric GLib versions.
4219
4220 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         * gst/playback/Makefile.am:
4223         * gst/playback/gstdecodebin.c: (close_pad_link):
4224         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4226         (gst_play_base_bin_handle_message_func), (unknown_type):
4227           Let decodebin be the element to post missing-plugin messages for
4228           missing decoders (rather than playbin); make playbin implement
4229           GstBin::handle_message so we can suppress missing-plugin messages
4230           for types we're not handling on purpose (don't want to bring up an
4231           installer in those cases).
4232
4233 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
4234
4235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4236         * gst-libs/gst/tag/gstvorbistag.c:
4237         (gst_tag_list_to_vorbiscomment_buffer):
4238         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
4239           Fix potentially unaligned access (#397207).
4240
4241 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4242
4243         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4244         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4245         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4246         (main):
4247           Allow to toggle looping while it plays. Fix callback prototype. Clean
4248           up code a bit more. Add copyright header.
4249
4250 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4251
4252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4253           Red and blue mask was swapped (spotted by Dan Williams).
4254
4255 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4256
4257         * gst-libs/gst/tag/gstid3tag.c:
4258         * gst-libs/gst/tag/gstvorbistag.c:
4259           Use new beats-per-minute tag from core.
4260
4261 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         * po/POTFILES.in:
4264           Add new files with translatable strings, so they actually make it
4265           into the template file one day.
4266
4267 2007-01-12  Andy Wingo  <wingo@pobox.com>
4268
4269         * gst-libs/gst/audio/gstbaseaudiosink.c
4270         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4271         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4272         stuff, as the base class handles this now. Actually tell the ring
4273         buffer to start.
4274         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4275         How did this work before? Maybe I'm not as awesome a programmer as
4276         I think.
4277
4278         * gst-libs/gst/audio/gstbaseaudiosrc.c
4279         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4280         of a pad function.
4281
4282 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4283
4284         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4285           Remove more fields so that the application can better blacklist
4286           formats that have been tried before.
4287
4288 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4289
4290         * gst-libs/gst/audio/mixerutils.h:
4291           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4292           used when compiling with c++ compilers as well.
4293
4294 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4295
4296         * gst/typefind/gsttypefindfunctions.c:
4297           Fix comment.
4298
4299 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4300
4301         * gst/playback/gstplaybin.c: (post_missing_element_message),
4302         (gen_video_element), (gen_text_element), (gen_audio_element),
4303         (gen_vis_element):
4304           Post missing-plugin messages also when we error out because
4305           converters, textoverlay or auto*sinks are missing (#161922).
4306
4307 2007-01-10  Wim Taymans  <wim@fluendo.com>
4308
4309         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4310         (is_demuxer_element), (new_caps):
4311         * gst/playback/gstplaybasebin.c: (source_new_pad):
4312         Fix the case where we try to ref a NULL element when we delay a link
4313         because of unfixed caps.
4314         Set the state of autoplugged decodebins to PAUSED.
4315         RTSP now works in playbin, we can remove it from the blacklist.
4316
4317 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * gst/playback/Makefile.am:
4320         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4321         (unknown_type), (setup_subtitle), (gen_source_element):
4322         * gst/playback/gstplaybin.c: (plugin_init):
4323           Post missing-plugin messages on the bus for missing sources and
4324           missing decoders/demuxers/depayloaders; fix error code used when
4325           we're missing an URI handler source; for media types that we are not
4326           handling on purpose at the moment, don't print "don't know how to
4327           handle xyz" messages to the terminal or post missing-plugin
4328           messages on the bus.
4329
4330         * tests/check/elements/playbin.c: (create_playbin),
4331         (GST_START_TEST), (gst_codec_src_uri_get_type),
4332         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4333         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4334         (gst_codec_src_init_type), (gst_codec_src_base_init),
4335         (gst_codec_src_create), (gst_codec_src_class_init),
4336         (gst_codec_src_init), (plugin_init), (playbin_suite):
4337           Add some tests for the missing-plugin stuff.
4338
4339 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4340
4341         * configure.ac:
4342         * gst-libs/gst/Makefile.am:
4343         * gst-libs/gst/utils/Makefile.am:
4344         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4345         * gst-libs/gst/utils/base-utils.h:
4346         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4347         (find_format_info), (caps_are_rtp_caps),
4348         (gst_base_utils_get_source_description),
4349         (gst_base_utils_get_sink_description),
4350         (gst_base_utils_get_decoder_description),
4351         (gst_base_utils_get_encoder_description),
4352         (gst_base_utils_get_element_description),
4353         (gst_base_utils_add_codec_description_to_tag_list),
4354         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4355         * gst-libs/gst/utils/descriptions.h:
4356         * gst-libs/gst/utils/missing-plugins.c:
4357         (missing_structure_get_type), (copy_and_clean_caps),
4358         (gst_missing_uri_source_message_new),
4359         (gst_missing_uri_sink_message_new),
4360         (gst_missing_element_message_new),
4361         (gst_missing_decoder_message_new),
4362         (gst_missing_encoder_message_new),
4363         (missing_structure_get_string_detail),
4364         (missing_structure_get_caps_detail),
4365         (gst_missing_plugin_message_get_installer_detail),
4366         (gst_missing_plugin_message_get_description),
4367         (gst_is_missing_plugin_message):
4368         * gst-libs/gst/utils/missing-plugins.h:
4369           API: add new libgstbaseutils library with functions
4370           - to create and parse missing-plugins messages
4371           - that provide (translated) descriptions for caps/decoders/sources/etc.
4372           Closes #392393.
4373
4374         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4375         * pkgconfig/gstreamer-plugins-base.pc.in:
4376           Add new lib.
4377
4378         * docs/libs/gst-plugins-base-libs-docs.sgml:
4379         * docs/libs/gst-plugins-base-libs-sections.txt:
4380           Generate docs for new lib and API.
4381
4382         * tests/check/Makefile.am:
4383         * tests/check/libs/.cvsignore:
4384         * tests/check/libs/utils.c: (missing_msg_check_getters),
4385         (GST_START_TEST), (libgstbaseutils_suite):
4386           Add some basic unit tests.
4387
4388 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         * ext/ogg/Makefile.am:
4391           Dist gstoggdemux.h to fix 'make distcheck'.
4392
4393         * sys/v4l/Makefile.am:
4394           Fix 'make distcheck' even more.
4395
4396 2007-01-09  Wim Taymans  <wim@fluendo.com>
4397
4398         * docs/plugins/Makefile.am:
4399         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4400         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4401         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4402         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4403         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4404         (gst_ogg_demux_perform_seek):
4405         * ext/ogg/gstoggdemux.h:
4406         Added docs.
4407         Add some more comments.
4408         Small cleanups.
4409
4410 2007-01-09  Wim Taymans  <wim@fluendo.com>
4411
4412         * ext/theora/theoradec.c:
4413         * ext/vorbis/vorbisdec.c:
4414         * gst-libs/gst/audio/gstringbuffer.c:
4415         (gst_ring_buffer_commit_full):
4416         * gst-libs/gst/audio/gstringbuffer.h:
4417         * gst-libs/gst/rtp/gstrtpbuffer.c:
4418         * gst-libs/gst/tag/gstvorbistag.c:
4419         Small documentation updates/fixes
4420
4421 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * configure.ac:
4424           Require core CVS HEAD for Andy's basesrc/sink API additions.
4425
4426 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4427
4428         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4429
4430         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4431         (plugin_init):
4432           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4433           on flac.sf.net (there appear to be other versions of the first
4434           ogg page in the wild) (#391365).
4435
4436 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4437
4438         * configure.ac:
4439           Check if localtime_r() is available.
4440
4441         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4442           If localtime_r() is not available, fall back to localtime(). Should
4443           fix build on MingW (#393310).
4444
4445 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4446
4447         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4448         * gst/subparse/gstsubparse.h:
4449           Remove spurious 1000 subtrahend when calculating the timestamp from
4450           the frame number and the frame rate . Also, use the frames/second
4451           value specified in the first line of the file, if one is specified
4452           there. Should fix #357503.
4453
4454         * tests/check/elements/subparse.c: (do_test),
4455         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4456         (subparse_suite):
4457           Add some basic unit tests for the microdvd subtitle format.
4458
4459 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4460
4461         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4462
4463         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4464         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4465         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4466         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4467         (gst_xvimagesink_set_xwindow_id),
4468         (gst_xvimagesink_set_event_handling),
4469         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4470         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4471         Fixes: #390076.
4472         Add an adaptor property to select a specific XV adaptor.
4473         * sys/xvimage/xvimagesink.h:
4474
4475 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4476
4477         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4478         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4479         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4480         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4481         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4482         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4483         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4484         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4485         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4486         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4487         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4488         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4489         Use flow_lock much more to protect every access to xwindow.
4490         Try to catch erros while creating images in case some drivers are
4491         just generating an XError when the requested image is too big.
4492         Should fix : #354698, #384008, #384060.
4493         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4494         Implement some stress testing of setting window xid.
4495
4496 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4497
4498         * win32/common/libgsaudio.def:
4499           Add new exported function.
4500         * win32/common/libgstogg.dsp:
4501           Add gstoggaviparse.c to the build.
4502         * win32/common/libgstvideoscale.dsp:
4503           Add vs_4tap.c to the build.
4504         * win32/common/libgstvorbis.dsp:
4505           Add vorbistag.c to the build.
4506         
4507 2007-01-06  Andy Wingo  <wingo@pobox.com>
4508
4509         * gst-libs/gst/audio/gstbaseaudiosink.c
4510         (gst_base_audio_sink_class_init)
4511         (gst_base_audio_sink_init): 
4512         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4513         to baseaudiosink, and tell basesink that we can work in pull mode.
4514         This way the ring buffer thread drives the pipeline directly, if
4515         pull mode is possible. There is some lingering nastiness regarding
4516         capsnego, however.
4517         (gst_base_audio_sink_callback): Implement the callback to pull
4518         data. This interface is a bit light, though -- it should get a
4519         GstFlowReturn return value at least.
4520
4521 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4524         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4525         * gst/playback/gstdecodebin2.c:
4526         (gst_decode_group_check_if_blocked):
4527           Printf format and missing argument fixes.
4528
4529 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4530
4531         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4532         (gst_ogm_parse_change_state):
4533         Activate pads before adding them to the element.
4534
4535 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4536
4537         * tests/examples/seek/scrubby.c: (main):
4538         * tests/examples/seek/seek.c: (main):
4539           Call g_thread_init() first thing in main() (see #391278).
4540
4541 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4542
4543         * tests/check/Makefile.am:
4544         * tests/check/libs/.cvsignore:
4545         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4546         (netbuffer_suite):
4547           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4548           for the time being, since it's broken, see #393099.
4549
4550 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         * tests/check/Makefile.am:
4553           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4554
4555 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4556
4557         * configure.ac:
4558           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4559           so that GST_BASE_CFLAGS can go inbetween them, making sure
4560           we use uninstalled gst-libs headers
4561         * docs/libs/Makefile.am:
4562         * ext/alsa/Makefile.am:
4563         * ext/cdparanoia/Makefile.am:
4564         * ext/gnomevfs/Makefile.am:
4565         * ext/libvisual/Makefile.am:
4566         * ext/ogg/Makefile.am:
4567         * ext/theora/Makefile.am:
4568         * ext/vorbis/Makefile.am:
4569         * gst-libs/gst/audio/Makefile.am:
4570         * gst-libs/gst/cdda/Makefile.am:
4571         * gst-libs/gst/interfaces/Makefile.am:
4572         * gst-libs/gst/riff/Makefile.am:
4573         * gst-libs/gst/rtp/Makefile.am:
4574         * gst-libs/gst/tag/Makefile.am:
4575         * gst/adder/Makefile.am:
4576         * gst/audioconvert/Makefile.am:
4577         * gst/audiorate/Makefile.am:
4578         * gst/audioresample/Makefile.am:
4579         * gst/playback/Makefile.am:
4580         * gst/tcp/Makefile.am:
4581         * gst/videoscale/Makefile.am:
4582         * gst/volume/Makefile.am:
4583         * sys/ximage/Makefile.am:
4584         * sys/xvimage/Makefile.am:
4585         * tests/icles/Makefile.am:
4586           adapt
4587
4588 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4589
4590         * gst-libs/gst/interfaces/xoverlay.c:
4591         (gst_x_overlay_handle_events):
4592         * gst-libs/gst/interfaces/xoverlay.h:
4593         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4594         (gst_ximagesink_set_xwindow_id),
4595         (gst_ximagesink_set_event_handling),
4596         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4597         (gst_ximagesink_get_property), (gst_ximagesink_init),
4598         (gst_ximagesink_class_init):
4599         * sys/ximage/ximagesink.h:
4600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4601         (gst_xvimagesink_set_xwindow_id),
4602         (gst_xvimagesink_set_event_handling),
4603         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4604         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4605         (gst_xvimagesink_class_init):
4606         * sys/xvimage/xvimagesink.h:
4607         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4608         Add a method to the XOverlay interface to allow disabling of 
4609         event handling in x[v]imagesink elements. This will let X events
4610         propagate to parent windows which can be usefull in some cases.
4611         Be carefull that the application is then responsible of pushing
4612         navigation events and expose events to the video sink.
4613         Fixes: #387138.
4614
4615 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4616
4617         * gst-libs/gst/tag/gstvorbistag.c:
4618         * tests/check/libs/tag.c: (GST_START_TEST):
4619           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4620           (fixes #392070).
4621
4622 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4623
4624         * configure.ac:
4625         * docs/Makefile.am:
4626         * docs/design/Makefile.am:
4627           Dist design docs.
4628
4629 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4630
4631         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4632         typo. Fixes: #390063.
4633
4634 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4635
4636         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4638         caps leak.
4639         * win32/common/config.h: Updated.
4640
4641 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4642
4643         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4644         (setup_gdpdepay_streamheader):
4645         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4646         (setup_gdppay_streamheader):
4647           Fix the dp tests, but activating the pads for the streamheader tests
4648           too and cleaning up conditionaly
4649
4650 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4651
4652         * gst/ffmpegcolorspace/avcodec.h:
4653         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4654         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4655         (gst_ffmpegcsp_avpicture_fill):
4656         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4657         (img_get_alpha_info):
4658         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4659         other end of the word. Fixes: #387073.
4660
4661         Add some inconsequential branch hints in a couple of places.
4662
4663 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4664
4665         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4666         (gst_ffmpeg_caps_to_smpfmt):
4667           The "signed" field in raw audio caps is of boolean type, trying to
4668           extract the value with _get_int() will fail (fix to keep in sync with
4669           the copy in gst-ffmpeg)
4670
4671 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4672
4673         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4674         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4675         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4676         (cleanup_gdpdepay):
4677         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4678         * tests/check/elements/subparse.c: (teardown_subparse):
4679         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4680         * tests/check/elements/videorate.c: (cleanup_videorate):
4681         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4682         * tests/check/elements/volume.c: (cleanup_volume):
4683         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4684         (cleanup_vorbisdec):
4685         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4686         (cleanup_vorbistag):
4687           consistent pad (de)activation
4688
4689 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4690
4691         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4692           Forgot to register the extensions.
4693
4694 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4695
4696         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4697         (plugin_init):
4698           Add typefinder for VIVO files (my christmas present to the 90s).
4699
4700 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4701
4702         * gst/playback/gstdecodebin.c: (type_found):
4703           Special-case the text/plain media type: we only want to recognise it
4704           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4705           parser, but not if the entire stream is of text/plain type. If the
4706           entire stream is text/plain, we should just error out.
4707
4708           This fixes playback of audio files with lyrics in totem. Totem can't
4709           distinguish between text files and subtitle files and passes any
4710           .txt file with the same basename as the main file to playbin as
4711           suburi, and playbin will then throw a 'subtitle found, but no video
4712           stream' error, which isn't entirely helpful. See #380342.
4713
4714           Also, with this change we'll show a slightly more correct error
4715           message in case totem passes a playlist file to us (although a
4716           custom error message wording instead of the default text would
4717           probably not be a bad idea either).
4718
4719           Same problem also needs to be fixed for playbin+decodebin2.
4720
4721         * tests/check/Makefile.am:
4722         * tests/check/elements/decodebin.c: (src_handoff_cb),
4723         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4724         (decodebin_suite):
4725           Add simple unit test for decodebin for the above.
4726
4727 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4728
4729         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4730         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4731           Refuse to change state to READY when we failed to create any of the
4732           required elements in our instance init function.
4733
4734 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         * docs/libs/gst-plugins-base-libs-sections.txt:
4737           Small docs fixes/updates.
4738
4739         * gst-libs/gst/video/gstvideosink.h:
4740           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4741           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4742           removed from the base sink API between 0.9.6 and 0.9.7).
4743           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4744           accessor macros, so we don't do a runtime GObject type check every
4745           time we use them.
4746
4747 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4748
4749         * Makefile.am:
4750         * gst-plugins-base.doap:
4751         * gst-plugins-base.spec.in:
4752           add doap file
4753
4754 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         Patch by: Jens Granseuer <jensgr at gmx net>
4757
4758         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4759         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4760         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4761         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4763           Declare variables at the beginning of a block. Fixes #383195.
4764
4765 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4766
4767         * configure.ac:
4768         Bump version nano - back to CVS.
4769
4770
4771 === release 0.10.11 ===
4772
4773 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4774
4775         * configure.ac:
4776           releasing 0.10.11, "Dumb things"
4777
4778 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4779
4780         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4781         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4782         Handle the case where an element has multiple pads with 
4783         unfixed caps as well as still possibly producing more dynamic 
4784         pads by storing each case as a distinct entry in the dynamic list.
4785         Fixes #38223 again.
4786
4787 2006-12-04  Wim Taymans  <wim@fluendo.com>
4788
4789         * gst/playback/gstdecodebin.c: (close_pad_link):
4790         Fix #382223, add more dynamic caps handling.
4791
4792 2006-12-04  Wim Taymans  <wim@fluendo.com>
4793
4794         * gst-libs/gst/audio/gstringbuffer.h:
4795         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4796         (gst_netaddress_set_ip4_interface),
4797         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4798         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4799         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4800         (gst_netaddress_get_ttl):
4801         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4802         * gst/playback/gstdecodebin.c: (close_pad_link):
4803         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4804         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4805         * win32/common/config.h:
4806
4807 2006-12-01  Michael Smith  <msmith@fluendo.com>
4808
4809         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4810           Delete bad debug code.
4811           Fixes #381219
4812
4813 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4814
4815         * gst/videoscale/vs_4tap.c:
4816         * win32/MANIFEST:
4817         * win32/common/config.h:
4818         * win32/vs8/libgstvideoscale.vcproj:
4819         Fix compilation on win32 under VS8
4820         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4821         Partially fixes #381175
4822
4823 2006-11-30  Michael Smith  <msmith@fluendo.com>
4824
4825         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4826         (GST_START_TEST):
4827           It would be very bad if, after a discont buffer, we thought every
4828           single following buffer was also discont. So, add to the test to
4829           ensure that this isn't the case.
4830           
4831         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4832           ... it was the case. So fix it.
4833
4834 2006-11-28  Wim Taymans  <wim@fluendo.com>
4835
4836         * gst/playback/gstplaybasebin.c: (check_queue_event):
4837         Improve debug.
4838
4839         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4840         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4841         padtemplate caps. Refixes #357577.
4842
4843 2006-11-28  Wim Taymans  <wim@fluendo.com>
4844
4845         * gst/playback/gstplaybasebin.c: (check_queue_event),
4846         (queue_threshold_reached), (queue_out_of_data),
4847         (gen_preroll_element):
4848         Add event probe to see when EOS is in a queue and we can disable the
4849         underrun signals. Fixes #357577.
4850
4851 2006-11-28  Edward Hervey  <edward@fluendo.com>
4852
4853         * gst/playback/Makefile.am:
4854         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4855         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4856         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4857         (gst_decode_bin_init), (gst_decode_bin_dispose),
4858         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4859         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4860         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4861         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4862         (connect_element), (expose_pad), (type_found),
4863         (pad_added_group_cb), (pad_removed_group_cb),
4864         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4865         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4866         (are_raw_caps), (multi_queue_overrun_cb),
4867         (multi_queue_underrun_cb), (gst_decode_group_new),
4868         (get_current_group), (group_demuxer_event_probe),
4869         (gst_decode_group_control_demuxer_pad),
4870         (gst_decode_group_control_source_pad),
4871         (gst_decode_group_check_if_blocked),
4872         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4873         (gst_decode_group_hide), (gst_decode_group_free),
4874         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4875         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4876         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4877         (plugin_init):
4878         New decodebin2 element.
4879         Closes #370092
4880         * gst/playback/gstplay-marshal.list:
4881         Added marshallers for new signals in decodebin2
4882         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4883         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4884         is set.
4885
4886 2006-11-28  Wim Taymans  <wim@fluendo.com>
4887
4888         * gst/playback/gstplaybasebin.c: (setup_source),
4889         (gst_play_base_bin_change_state):
4890         Disable rtsp:// uris for the release, it's not good enough yet.
4891         Remove unused var.
4892
4893 2006-11-26  Wim Taymans  <wim@fluendo.com>
4894
4895         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4896         (theora_dec_push_forward), (theora_dec_push_reverse),
4897         (theora_handle_data_packet), (theora_dec_decode_buffer),
4898         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4899         (theora_dec_chain_forward), (theora_dec_chain):
4900         Implement reverse playback.
4901
4902         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4903         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4904         (vorbis_dec_chain_forward):
4905         Clear buffers used for reverse playback in _reset.
4906         No need to set the eos flag, we clip samples using the segment.
4907
4908 2006-11-24  Wim Taymans  <wim@fluendo.com>
4909
4910         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4911         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4912         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4913         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4914         Some cleanups.
4915         Handle continued pages in reverse mode.
4916
4917 2006-11-24  Wim Taymans  <wim@fluendo.com>
4918
4919         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4920         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4921         (vorbis_dec_flush_decode):
4922         Small cleanups.
4923         Don't try to add invalid timestamps.
4924         Clipping will unref the buffer.
4925
4926 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4927
4928         * gst/adder/gstadder.h:
4929         * gst/audiotestsrc/gstaudiotestsrc.h:
4930           remove obsolete _factory_init protos
4931
4932 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4933
4934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4935           Fix spacing in debug message.
4936
4937 2006-11-23  Wim Taymans  <wim@fluendo.com>
4938
4939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4940         (gst_ogg_demux_chain):
4941         Don't just ignore return values from _pad_push().
4942         Small debug improvements.
4943
4944 2006-11-23  Michael Smith  <msmith@fluendo.com>
4945
4946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4947           If our incoming buffer is marked as DISCONT, then increment the page
4948           number (so that the discontinuity is marked in the final ogg
4949           bitstream) and flush the previous page.
4950
4951 2006-11-22  Michael Smith  <msmith@fluendo.com>
4952
4953         * ext/theora/gsttheoraenc.h:
4954         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4955         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4956         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4957         (theora_enc_chain), (theora_enc_change_state):
4958           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4959
4960         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4961         (GST_START_TEST), (theoraenc_suite):
4962           Enable discontinuity test, fix it.
4963
4964 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4965
4966         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4967         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4968         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4969         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4970         (gst_text_overlay_change_state):
4971         * ext/pango/gsttextoverlay.h:
4972           Some textoverlay fixes: for one, in the video chain function,
4973           actually wait for a text buffer to come in if there is none at the
4974           moment and there should be one; also, deal more gracefully with
4975           incoming buffers that do not have a timestamp or duration; discard
4976           text buffer when not needed any longer. Fixes #341681.
4977
4978         * tests/check/Makefile.am:
4979         * tests/check/elements/.cvsignore:
4980         * tests/check/elements/textoverlay.c:
4981         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4982         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4983         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4984         (test_video_waits_for_text_send_text_newsegment_thread),
4985         (test_video_waits_for_text_shutdown_element),
4986         (test_render_continuity_push_video_buffers_thread),
4987         (textoverlay_suite):
4988           Add some unit tests for textoverlay.
4989
4990 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4991
4992         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4993           Avoid integer underflow when the found probability for mp3 is
4994           smaller than the 'penalty' we subtract if there's not a clean
4995           mp3 header sync at offset 0.
4996
4997 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4998
4999         * docs/libs/gst-plugins-base-libs-sections.txt:
5000           Add some new symbols to the docs
5001
5002 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         * tests/check/Makefile.am:
5005         * tests/check/elements/ffmpegcolorspace.c:
5006         (ffmpegcolorspace_suite):
5007           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
5008           (for now not for valgrinding though, since it takes too long).
5009
5010 2006-11-20  Wim Taymans  <wim@fluendo.com>
5011
5012         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5013         (gst_ffmpeg_pixfmt_to_caps):
5014         Fix RGBA32 caps. Fixes #357038.
5015
5016 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
5017
5018         * gst-libs/gst/interfaces/mixertrack.h:
5019           Add FIXME so we can add some padding here in 0.11
5020
5021 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5022
5023         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5024           Fix GstBaseRTPAudioPayload structure so the whole GObject
5025           inheritance business actually works (parent class instance structure
5026           must always come first in the derived class instance structure).
5027
5028 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5029
5030         * gst/videotestsrc/Makefile.am:
5031         * tests/check/Makefile.am:
5032           Make sure our checks and the videotestsrc plugin link against the
5033           local uninstalled gst libs and not any installed gst libs that
5034           might happen to exist as well.
5035
5036         * tests/check/elements/adder.c: (message_received),
5037         (test_event_message_received), (test_play_twice_message_received):
5038         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
5039           Fix compiler warnings when compiling against core with disabled
5040           debugging system.
5041
5042 2006-11-16  Michael Smith  <msmith@fluendo.com>
5043
5044         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5045         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
5046           Fix audiorate, so that it accurately sets offsets and timestamps.
5047           Doesn't change the fundamental algorithmic decisions; so should be
5048           safe.
5049
5050         * tests/check/Makefile.am:
5051           Enable audiorate test now that it passes.
5052
5053 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
5054
5055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5056           clear xv when going to NULL, remove // commented non-existant proto
5057
5058         * tests/examples/seek/seek.c: (main):
5059           add missing tooltip description for scrub and play_scrub
5060
5061 2006-11-14  David Schleef  <ds@schleef.org>
5062
5063         * configure.ac:
5064           Bump liboil requirement to 0.3.8.
5065         * gst-libs/gst/riff/riff-media.c:
5066           Add Dirac fourcc.
5067         * gst/videoscale/vs_image.h:
5068         * gst/videoscale/vs_scanline.h:
5069           Use liboil's stdint.h.
5070         * gst/videotestsrc/videotestsrc.c:
5071           Remove liboil related ifdef's, since they aren't needed now, and
5072           won't work with future versions.
5073
5074 2006-11-14  David Schleef  <ds@schleef.org>
5075
5076         * gst/videoscale/Makefile.am:
5077         * gst/videoscale/gstvideoscale.c:
5078         * gst/videoscale/gstvideoscale.h:
5079         * gst/videoscale/vs_4tap.c:
5080         * gst/videoscale/vs_4tap.h:
5081         * gst/videoscale/vs_image.c:
5082         * gst/videoscale/vs_image.h:
5083         * gst/videoscale/vs_scanline.c:
5084         * gst/videoscale/vs_scanline.h:
5085           Add a 4-tap image scaler.  Theoretically looks much prettier.
5086           The tap calculation could use some improvement.
5087
5088 2006-11-14  Wim Taymans  <wim@fluendo.com>
5089
5090         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
5091
5092         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
5093         (gst_riff_parse_strf_iavs):
5094         * gst/subparse/gstsubparse.c: (convert_encoding):
5095         * gst/tcp/gstmultifdsink.c:
5096         (gst_multi_fd_sink_handle_client_write):
5097         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5098         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
5099         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
5100         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
5101         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5102         (gst_ximagesink_ximage_new):
5103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5104         Various gsize and gssize printf fixes. Fixes #372507.
5105
5106 2006-11-13  Wim Taymans  <wim@fluendo.com>
5107
5108         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5109         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
5110         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
5111         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
5112         (vorbis_dec_chain_forward), (vorbis_dec_chain):
5113         * ext/vorbis/vorbisdec.h:
5114         First stab at vorbis reverse playback.
5115
5116 2006-11-13  Wim Taymans  <wim@fluendo.com>
5117
5118         * gst-libs/gst/audio/gstbaseaudiosink.c:
5119         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5120         * gst-libs/gst/audio/gstbaseaudiosink.h:
5121         Make the clock sync code more accurate wrt resampling and playback
5122         at different rates.
5123         
5124         * gst-libs/gst/audio/gstringbuffer.c:
5125         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
5126         * gst-libs/gst/audio/gstringbuffer.h:
5127         Use better algorithm to interpolate sample rates. 
5128
5129 2006-11-13  Michael Smith  <msmith@fluendo.com>
5130
5131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
5132           Improve a debug line slightly.
5133
5134         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
5135           Call gst_riff_init() in plugin_init, to avoid getting errors from
5136           the debug system (unrelated changes to another plugin made this turn
5137           up; not sure why).
5138
5139 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
5140
5141         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
5142
5143         * win32/common/libgsttag.def:
5144           Add missing symbol (#366492).
5145
5146 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
5147
5148         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
5149           Don't unref a NULL pad.
5150
5151 2006-11-09  Wim Taymans  <wim@fluendo.com>
5152
5153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
5154         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
5155         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
5156         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
5157         (gst_ogg_demux_loop):
5158         Implement first stab at reverse playback.
5159
5160 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
5161
5162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5163         (gst_riff_create_video_template_caps):
5164           add h263/h264 variants to the caps, Fixes #363118
5165
5166 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5169         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5170           Use g_strerror instead of strerror so we get UTF-8.
5171
5172 2006-11-03  David Schleef  <ds@schleef.org>
5173
5174         * ext/ogg/gstoggdemux.c:
5175         * ext/ogg/gstoggmux.c:
5176           Add/remove KW-DIRAC header here, since it is ogg-specific.
5177
5178 2006-11-03  Michael Smith  <msmith@fluendo.com>
5179
5180         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5181           Recognise more mpeg4 elementary video streams.
5182
5183 2006-11-02  Edward Hervey  <edward@fluendo.com>
5184
5185         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
5186         Lower the probability of mp3 typefinding functions if we don't find a
5187         valid mp3 header at the start of the file.
5188         Closes #369482
5189
5190 2006-11-02  Wim Taymans  <wim@fluendo.com>
5191
5192         * ext/theora/gsttheoradec.h:
5193         * ext/theora/theoradec.c: (gst_theora_dec_init),
5194         (theora_dec_sink_event), (theora_dec_chain_forward),
5195         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5196         (theora_dec_chain):
5197         Document and partially implement an algorithm for doing reverse playback
5198         of theora video.
5199
5200 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5201
5202         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5203
5204         * win32/common/config.h:
5205         * win32/common/interfaces-enumtypes.c:
5206         * win32/common/libgsttag.def:
5207         * win32/vs8/gst-plugins-base.sln:
5208         * win32/vs8/libgstaudioresample.vcproj:
5209         * win32/vs8/libgstinterfaces.vcproj:
5210         * win32/vs8/libgstogg.vcproj:
5211         * win32/vs8/libgstriff.vcproj:
5212         * win32/vs8/libgsttag.vcproj:
5213         * win32/vs8/libgsttheora.vcproj:
5214         * win32/vs8/libgstvideoscale.vcproj:
5215         * win32/vs8/libgstvorbis.vcproj:
5216           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
5217           to libgsttag.def; add missing dependencies for some vs8 projects;
5218           re-arrange placement of .def files in vs8 projects (#366334).
5219
5220 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         * ext/ogg/gstogg.c:
5223           Remove unused variable.
5224
5225         * ext/ogg/gstoggdemux.c:
5226           Fix Wim's surname in plugin description.
5227
5228 2006-10-31  Wim Taymans  <wim@fluendo.com>
5229
5230         * gst-plugins-base.spec.in:
5231         spec new .h file. Fixes #368310.
5232
5233 2006-10-31  Michael Smith  <msmith@fluendo.com>
5234
5235         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
5236         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
5237         (gst_multi_fd_sink_get_stats),
5238         (gst_multi_fd_sink_remove_client_link),
5239         (gst_multi_fd_sink_queue_buffer),
5240         (gst_multi_fd_sink_handle_clients):
5241         * gst/tcp/gstmultifdsink.h:
5242           Make using the remove or clear signals threadsafe.
5243           Make calling get-stats with an invalid fd not segfault.
5244           Fixes 368273.
5245
5246 2006-10-31  Wim Taymans  <wim@fluendo.com>
5247
5248         * gst-libs/gst/rtp/Makefile.am:
5249         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5250         (gst_base_rtp_audio_payload_init):
5251         Fix and activate base audio payloader.
5252
5253 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5254
5255         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5256         (plugin_init):
5257           Add typefinder for QuickTime Image Files (see #366156).
5258
5259 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5262           Another typo fix (#366212).
5263
5264 2006-10-27  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst/volume/gstvolume.c: (volume_transform_ip):
5267         Use stream time to synchronize volume property instead of rather random
5268         timestamps. This is needed when gnonlin does its time shifting.
5269
5270 2006-10-27  Wim Taymans  <wim@fluendo.com>
5271
5272         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5273
5274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5275         Remove the pad from the element in release_pad. Fixes #364812.
5276
5277 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5278
5279         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5281           Explicitly create our custom buffer classes at a thread-safe
5282           location as well, since g_type_class_ref() doesn't seem to be
5283           entirely thread-safe either (#365501; also see #349410).
5284
5285 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5286
5287         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5288         (gst_riff_parse_info):
5289           If strings in INFO chunk are not UTF-8, do something similar to
5290           what we do for ID3v1 tags: check a number of environment variables
5291           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5292           character sets to try, otherwise try the current locale and/or fall
5293           back on ISO-8859-1. Fixes #360552.
5294
5295 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5296
5297         * gst/videotestsrc/gstvideotestsrc.c:
5298         (gst_video_test_src_pattern_get_type),
5299         (gst_video_test_src_set_pattern):
5300         * gst/videotestsrc/gstvideotestsrc.h:
5301         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5302         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5303         (gst_video_test_src_checkers8):
5304         * gst/videotestsrc/videotestsrc.h:
5305           Add a bunch of exciting new checkers patterns.
5306
5307 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * gst/subparse/Makefile.am:
5310         * gst/subparse/gstsubparse.c:
5311         (gst_sub_parse_data_format_autodetect),
5312         (gst_sub_parse_format_autodetect), (handle_buffer),
5313         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5314         * gst/subparse/gstsubparse.h:
5315         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5316         (parse_tmplayer):
5317         * gst/subparse/tmplayerparse.h:
5318           Add support for TMPlayer-type subtitles (#362845).
5319
5320         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5321         (GST_START_TEST), (subparse_suite):
5322           Add some basic unit tests for the above.
5323
5324 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5325
5326         * tests/check/elements/audiorate.c: (test_injector_base_init),
5327         (test_injector_class_init), (test_injector_chain),
5328         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5329         (GST_START_TEST), (audiorate_suite):
5330           More tests for audiorate: inject buffers to check behaviour when
5331           buffers overlap.
5332
5333 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5334
5335         * tests/check/Makefile.am:
5336         * tests/check/elements/.cvsignore:
5337         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5338         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5339           Add some basic unit tests for audiorate. Disabled at the moment
5340           since it doesn't pass yet (see bug #363119).
5341
5342 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5343
5344         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5345         (parse_subrip), (handle_buffer):
5346           Add missing closing tags for markup and fix broken markup,
5347           otherwise pango won't render anything (fixes #357531). Also,
5348           make sure the text we send out is always NUL-terminated
5349           (better safe than sorry etc.).
5350
5351         * tests/check/elements/subparse.c: (test_srt_do_test),
5352         (test_srt):
5353           Some more tests for .srt incl. tests for the above stuff.
5354
5355 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5356
5357         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5359         Patch by: Stefan Kost  <ensonic@users.sf.net>
5360         Try to redraw borders only when needed. Apparently this consumes
5361         resources on small devices... :-O (#363607)
5362
5363 2006-10-20  Michael Smith  <msmith@fluendo.com>
5364
5365         * gst/tcp/gstmultifdsink.c:
5366         (gst_multi_fd_sink_client_queue_buffer):
5367           If caps change, then update the client's idea of the caps so that we
5368           don't end up re-sending streamheaders for every single buffer after
5369           the caps change.
5370
5371 2006-10-20  Michael Smith  <msmith@fluendo.com>
5372
5373         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5374         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5375           Set caps on pushed buffers; fix up refcounting of caps objects.
5376
5377 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5378
5379         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5380         (plugin_init):
5381           Typefind mmsh header data packet to application/x-mmsh (#362625).
5382
5383 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * tests/check/Makefile.am:
5386         * tests/check/elements/.cvsignore:
5387         * tests/check/elements/subparse.c: (buffer_from_static_string),
5388         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5389         (GST_START_TEST), (subparse_suite):
5390           Add very simple unit test for subparse.
5391
5392 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5393
5394         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5395         (parse_subrip):
5396           Strip trailing newlines from subtitle text output.
5397
5398 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5399
5400         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5401         (gst_sub_parse_change_state):
5402           Fix memleak; clear subparse->textbuf n state change function.
5403
5404 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         * gst/subparse/gstsubparse.c:
5407         (gst_sub_parse_data_format_autodetect):
5408           Don't require subrip (.srt) files to start with a chunk number of 1.
5409
5410 2006-10-18  Wim Taymans  <wim@fluendo.com>
5411
5412         * gst-libs/gst/audio/gstbaseaudiosink.c:
5413         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5414         * gst-libs/gst/audio/gstbaseaudiosink.h:
5415         Extract rate from the NEWSEGMENT event.
5416         Use commit_full to also take rate adjustment into account when writing
5417         samples to the ringbuffer.
5418         
5419         * gst-libs/gst/audio/gstringbuffer.c:
5420         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5421         (gst_ring_buffer_read):
5422         * gst-libs/gst/audio/gstringbuffer.h:
5423         Added _commit_full() to also take rate into account.
5424         Use simple interpolation algorithm to resample audio.
5425         API: gst_ring_buffer_commit_full()
5426
5427         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5428         * tests/examples/seek/seek.c: (segment_done):
5429         Don't try to seek with 0.0 rate, just pause instead.
5430         Remove bogus debug line.
5431
5432 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5433
5434         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5435         (setup_source):
5436           Catch async errors when starting up the subtitle bin, so we can
5437           stop waiting and continue with the main film instead of hanging
5438           forever. Fixes #339366.
5439
5440         * tests/check/elements/playbin.c: (playbin_suite):
5441           Enable unit test for the above.
5442
5443 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5444
5445         * tests/check/Makefile.am:
5446         * tests/check/elements/.cvsignore:
5447         * tests/check/elements/playbin.c: (GST_START_TEST),
5448         (gst_red_video_src_uri_get_type),
5449         (gst_red_video_src_uri_get_protocols),
5450         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5451         (gst_red_video_src_uri_handler_init),
5452         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5453         (gst_red_video_src_create), (gst_red_video_src_class_init),
5454         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5455           Some small and basic unit tests for playbin; not very useful yet,
5456           but at least a start.
5457
5458 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5459
5460         * gst/playback/gstplaybin.c: (setup_sinks):
5461           The old pad activation spiel.
5462
5463 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5464
5465         * gst/playback/gstplaybasebin.c: (setup_source):
5466           Don't hang forever if the subbin already fails to start up in 
5467           the state change to PAUSED (#339366).
5468
5469 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5470
5471         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5472         (gst_tuner_set_channel), (gst_tuner_get_channel),
5473         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5474         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5475         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5476         (gst_tuner_find_channel_by_name):
5477           Fix some function guards, add some more function guards.
5478
5479 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5480
5481         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5482         (remove_element_chain):
5483         Don't return a pad from get_our_ghost_pad unless it is actually the
5484         one we want.
5485         Change a cast in remove_element_chain slightly.
5486
5487 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5488
5489         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5490         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5491         Segment seeking needs to use the rate and set stop to -1.
5492
5493 2006-10-13  Wim Taymans  <wim@fluendo.com>
5494
5495         * gst-libs/gst/audio/gstbaseaudiosink.c:
5496         (gst_base_audio_sink_setcaps):
5497         Don't crash when ringbuffer is not yet created.
5498         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5499         Fixes #361634.
5500
5501         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5502         * gst/playback/gststreamselector.c:
5503         (gst_stream_selector_request_new_pad):
5504         Activate pads befre adding them to running elements.
5505
5506 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5507
5508         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5509         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5510         updater when we start grabing the slider. Don't wait for the
5511         pipeline to be PAUSED.
5512
5513 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5514
5515         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5516         (gst_mixer_set_volume), (gst_mixer_get_volume),
5517         (gst_mixer_set_mute), (gst_mixer_set_option),
5518         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5519         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5520         (gst_mixer_option_changed):
5521           Guard mixer interface functions against bogus arguments.
5522
5523 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5524
5525         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5526         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5527         (msg_state_changed), (main): Use state-changed messages to trigger
5528         start/stop of scale update timer. Indeed the scale slider was
5529         jumping here and there because the update timer was activated 
5530         before seek completed. This fixes instant applying of rate changes
5531         by pressing the spinbutton like a crazy man !
5532
5533 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5534
5535         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5536
5537         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5538         (gst_basertppayload_finalize):
5539           Fix two small memory leaks (#361456).
5540
5541 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5542
5543         * tests/examples/seek/seek.c: (do_seek),
5544         (rate_spinbutton_changed_cb): When changing spinbutton we try
5545         to change the rate on the fly.
5546
5547 2006-10-10  Wim Taymans  <wim@fluendo.com>
5548
5549         * gst-libs/gst/riff/riff-ids.h:
5550         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5551         (gst_riff_create_audio_template_caps):
5552         Add WMS caps.
5553
5554 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5555
5556         Patch by: Josep Torra Valles <josep@fluendo.com>
5557
5558         * ext/gnomevfs/gstgnomevfssink.c:
5559         * ext/gnomevfs/gstgnomevfssrc.c:
5560         Fix URI interface implementation return type.
5561         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5562         Fix what looks like a copy/paste issue when assigning values.
5563         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5564         (gst_audio_filter_template_get_type):
5565         Cast to prevent Forte warnings.
5566         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5567         Fix URI interface implementation return type.
5568         gst_pad_query_position requires a signed integer pointer as
5569         3rd parameter, GstClockTime is unsigned.
5570         * gst/audioconvert/audioconvert.c:
5571         Fix integer overflow when treated as signed.
5572         * gst/audioresample/resample.c: (resample_add_input_data):
5573         Cast to prevent warnings on Forte.
5574         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5575         Fix integer overflow when treated as signed.
5576         * gst/ffmpegcolorspace/imgconvert_template.h:
5577         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5578         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5579         (cleanup_decodebin):
5580         Who initialises a guint to -1!
5581         Cast function pointers to prevent warnings on Forte.
5582         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5583         (queue_threshold_reached):
5584         Cast function pointers correctly to prevent warnings on Forte.
5585         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5586         Cast function pointers correctly to prevent warnings on Forte.
5587         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5588         Obvious change to unsigned, 0xEF > max signed char.
5589         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5590         GstClockTime is unsigned, initialise correctly.
5591         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5592         Cast so pointer arithemetic doesn't cause warnings on Forte.
5593         * gst/videorate/gstvideorate.c:
5594         Use correct return value.
5595         * tests/examples/seek/scrubby.c:
5596         GstClockTime is unsigned, initialise correctly.
5597
5598 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5599
5600         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5601
5602         * gst/typefind/gsttypefindfunctions.c:
5603           Recognise XML files and XML-like files shorter than 256 bytes as
5604           well (fixes #359237).
5605
5606 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5607
5608         Patch by: Renato Filho <renato.filho@indt.org.br>
5609         
5610         * gst/typefind/gsttypefindfunctions.c:
5611         Added typefind functions to video/x-nuv media.
5612         
5613 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * gst-libs/gst/interfaces/xoverlay.c:
5616         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5617           Some more guards against invalid input.
5618
5619 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5620
5621         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5622         Useless goto.
5623         * tests/examples/seek/seek.c: (do_seek),
5624         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5625         seek example to experiment with rates != 1.0 (reverse playback !)
5626
5627 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5628
5629         * gst-libs/gst/interfaces/xoverlay.c:
5630           Unref message in doc-example (spotted by Robert McQueen)
5631
5632 2006-10-06  Wim Taymans  <wim@fluendo.com>
5633
5634         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5635         (mpeg1_parse_header), (mpeg1_sys_type_find):
5636         printf fix.
5637
5638 2006-10-06  Wim Taymans  <wim@fluendo.com>
5639
5640         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5641         (close_pad_link):
5642         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5643         Activate dynamic pads before adding them to the element.
5644
5645 2006-10-06  Michael Smith  <msmith@fluendo.com>
5646
5647         * gst-libs/gst/floatcast/floatcast.h:
5648           Fix obviously-bogus macros; use the correct types.
5649
5650 2006-10-06  Wim Taymans  <wim@fluendo.com>
5651
5652         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5653         (gst_base_rtp_depayload_change_state):
5654         Also call parent state change function to activate pads.
5655
5656         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5657         (mpeg1_parse_header), (mpeg1_sys_type_find):
5658         Add some more debug info in mpeg typefinding.
5659
5660 2006-10-06  Michael Smith  <msmith@fluendo.com>
5661
5662         * ext/theora/theoradec.c: (theora_dec_chain):
5663           Zero byte theora packets are valid and well-defined; don't warn on
5664           them.
5665
5666 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5667
5668         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5669         (gst_multi_fd_sink_get_stats), (find_limits),
5670         (gst_multi_fd_sink_queue_buffer):
5671           API: add dropped_buffers to the get-stats GValueArray
5672
5673 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5674
5675         * ext/alsa/gstalsadeviceprobe.c:
5676         (gst_alsa_device_property_probe_get_values):
5677         * ext/alsa/gstalsasink.c: (set_hwparams):
5678         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5679         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5681         (gst_ogg_mux_process_best_pad):
5682         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5683         (gst_ogg_parse_chain):
5684         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5685         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5686         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5687         (gst_vorbis_enc_buffer_check_discontinuous):
5688         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5689         * gst-libs/gst/audio/gstbaseaudiosink.c:
5690         (gst_base_audio_sink_render):
5691         * gst-libs/gst/cdda/gstcddabasesrc.c:
5692         (gst_cdda_base_src_handle_track_seek):
5693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5694         (gst_base_rtp_depayload_push_full):
5695         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5696         * gst/audioresample/resample.c: (resample_input_pushthrough):
5697         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5698         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5699         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5700         (wavpack_type_find):
5701         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5702         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5703         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5704         * tests/check/elements/volume.c: (GST_START_TEST):
5705           Printf format fixes.
5706
5707 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5708
5709         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5710           Fix a simple mistake (see the docs)
5711           Fixes #359580
5712
5713 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5714
5715         * docs/plugins/Makefile.am:
5716         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5717         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5718         * docs/plugins/gst-plugins-base-plugins.args:
5719         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5720         * docs/plugins/inspect/plugin-adder.xml:
5721         * docs/plugins/inspect/plugin-alsa.xml:
5722         * docs/plugins/inspect/plugin-audioconvert.xml:
5723         * docs/plugins/inspect/plugin-audiorate.xml:
5724         * docs/plugins/inspect/plugin-audioresample.xml:
5725         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5726         * docs/plugins/inspect/plugin-cdparanoia.xml:
5727         * docs/plugins/inspect/plugin-decodebin.xml:
5728         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5729         * docs/plugins/inspect/plugin-gdp.xml:
5730         * docs/plugins/inspect/plugin-gnomevfs.xml:
5731         * docs/plugins/inspect/plugin-libvisual.xml:
5732         * docs/plugins/inspect/plugin-ogg.xml:
5733         * docs/plugins/inspect/plugin-pango.xml:
5734         * docs/plugins/inspect/plugin-playbin.xml:
5735         * docs/plugins/inspect/plugin-subparse.xml:
5736         * docs/plugins/inspect/plugin-tcp.xml:
5737         * docs/plugins/inspect/plugin-theora.xml:
5738         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5739         * docs/plugins/inspect/plugin-video4linux.xml:
5740         * docs/plugins/inspect/plugin-videorate.xml:
5741         * docs/plugins/inspect/plugin-videoscale.xml:
5742         * docs/plugins/inspect/plugin-videotestsrc.xml:
5743         * docs/plugins/inspect/plugin-volume.xml:
5744         * docs/plugins/inspect/plugin-vorbis.xml:
5745         * docs/plugins/inspect/plugin-ximagesink.xml:
5746         * docs/plugins/inspect/plugin-xvimagesink.xml:
5747           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5748
5749 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5752
5753         * ext/vorbis/Makefile.am:
5754         * ext/vorbis/vorbis.c: (plugin_init):
5755         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5756         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5757         * ext/vorbis/vorbisparse.h:
5758         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5759         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5760         (gst_vorbis_tag_parse_packet):
5761         * ext/vorbis/vorbistag.h:
5762           Add new vorbistag element which derives from vorbisparse
5763           and is essentially the same as well, only that it implements
5764           the GstTagSetter interface and can modify the stream's
5765           vorbiscomment on the fly (#335635).
5766
5767         * tests/check/Makefile.am:
5768         * tests/check/elements/.cvsignore:
5769         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5770         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5771         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5772         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5773           Add unit test for new vorbistag element.
5774
5775 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5776
5777         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5778         (vorbis_parse_push_headers), (vorbis_parse_chain):
5779           Set BOS flag in packet structure to fix 'jump depends
5780           on unitialized value' errors in valgrind; various minor
5781           clean-ups.
5782
5783 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5784
5785         * gst/playback/gstdecodebin.c: (close_pad_link):
5786         Fix typo in a debug statement.
5787
5788         * gst/playback/gstplaybasebin.c: (probe_triggered),
5789         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5790         (gen_source_element), (source_new_pad), (analyse_source),
5791         (setup_source):
5792         When handling no_more_pads in new_decoded_pad, make sure to treat
5793         subtitle pads correctly. Fixes playback with subtitle files.
5794
5795         Move a recurring message to LOG level.
5796
5797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5798         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5799         which ends up as -1 when cast to an int. Make the logic handle the
5800         max value as an unsigned mask and only change the colorkey when it's
5801         a value we recognise.
5802
5803 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5804
5805         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5806         Removed empty * between paragraphs
5807
5808 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5809
5810         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5811         * gst-libs/gst/rtp/README:
5812         Moved some documentation into .c file
5813
5814 2006-09-29  Wim Taymans  <wim@fluendo.com>
5815
5816         * gst/playback/gstdecodebin.c: (no_more_pads):
5817         Fix compilation.
5818
5819 2006-09-29  Wim Taymans  <wim@fluendo.com>
5820
5821         * gst/playback/gstdecodebin.c: (new_caps):
5822         Remove g_print
5823
5824         * gst/playback/gstplaybin.c:
5825         Add some docs.
5826
5827 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         * tests/check/Makefile.am:
5830           Re-enable cddabasesrc test to see if it works again
5831           now.
5832
5833 2006-09-29  Wim Taymans  <wim@fluendo.com>
5834
5835         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5836         (gen_source_element):
5837         Handle invalid URIs a bit more gracefully.
5838
5839 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5840
5841         * tests/check/pipelines/oggmux.c:
5842           Remove obsolete comment.
5843
5844 2006-09-29  Michael Smith  <msmith@fluendo.com>
5845
5846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5847         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5848         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5849         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5850         (gst_ogg_mux_collected):
5851           Commit patch from James "Doc" Livingston, adds proper EOS handling
5852           in oggmux. GStreamer can, for the first time ever, create a valid
5853           Ogg file! Yay!
5854
5855         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5856         (oggmux_suite):
5857           Reenable tests now that they pass.
5858
5859 2006-09-29  Wim Taymans  <wim@fluendo.com>
5860
5861         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5862         Stop reading commands when EOF (we read 0) as well.
5863
5864 2006-09-28  Wim Taymans  <wim@fluendo.com>
5865
5866         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5867         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5868         (find_dynamic), (unlinked), (close_link):
5869         Implement delayed caps linking needed for element with a lot of
5870         different caps on the src pads that get fixed at runtime.
5871         Improve management of dynamic elements.
5872
5873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5874         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5875         (gen_preroll_element), (remove_groups), (unknown_type),
5876         (add_element_stream), (no_more_pads_full), (no_more_pads),
5877         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5878         (new_decoded_pad), (setup_subtitle), (array_has_value),
5879         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5880         (analyse_source), (remove_decoders), (make_decoder),
5881         (remove_source), (setup_source), (finish_source), (prepare_output),
5882         (gst_play_base_bin_change_state):
5883         * gst/playback/gstplaybasebin.h:
5884         Use more _CAST instead of full type checking casts.
5885         Small cleanups, plug some leaks.
5886         Handle dynamic sources.
5887         Add some helper functions to create lists of strings used for
5888         blacklisting and other stuff.
5889         Refactor some code dealing with analysing the source.
5890         Re-enable sources without pads (like cd:// or other selfcontained
5891         elements).
5892
5893 2006-09-28  Wim Taymans  <wim@fluendo.com>
5894
5895         * gst-libs/gst/audio/gstbaseaudiosink.c:
5896         (gst_base_audio_sink_render):
5897         When we have a timestamp, we can still perform clipping.
5898         When we have no clock, we must play the sample ASAP.
5899
5900 2006-09-28  Wim Taymans  <wim@fluendo.com>
5901
5902         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5903         Set caps on outgoing buffers.
5904
5905         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5906         (gst_video_rate_event), (gst_video_rate_chain):
5907         * gst/videorate/gstvideorate.h:
5908         Fix videorate some more. Fixes #357977
5909
5910 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5911
5912         * tests/check/elements/adder.c: (adder_suite):
5913           Don't set timeout to 6 seconds when we're running
5914           in valgrind ... (and how is 6 seconds longer than
5915           the default anyway?)
5916
5917 2006-09-28  Wim Taymans  <wim@fluendo.com>
5918
5919         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5920         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5921         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5922         Keep sink and src segment to keep track of time and support more
5923         input formats.
5924         Fix bogus next_offset and run_time calculation, don't understand how
5925         this could have worked before. Fixes #357976.
5926         Remove some unneeded vars.
5927
5928 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5929
5930         * gst/playback/gstplaybin.c: (remove_sinks):
5931           Only remove visualisation from visbin if there is a visbin (or:
5932           don't throw warnings when closing totem without playing a file).
5933
5934 2006-09-27  Wim Taymans  <wim@fluendo.com>
5935
5936         * gst-libs/gst/audio/gstbaseaudiosink.c:
5937         (gst_base_audio_sink_render):
5938         Add some more info in a WARNING.
5939
5940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5941         (gst_base_audio_src_create):
5942         Handle PAUSE in create function, use new -core addition to
5943         wait for playing. Fixes pausing and resuming capture from an
5944         audiosrc.
5945
5946         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5947         (gst_ring_buffer_read):
5948         Constify some more.
5949         Caller supports interrupted reads now.
5950
5951 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5952
5953         * tests/check/Makefile.am:
5954           Another attempt to make the gen64 buildbot happy.
5955
5956 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5957
5958         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5959
5960         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5961         (gst_visual_chain), (gst_visual_change_state):
5962           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5963           correctly. Fixes #357800
5964
5965 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5966
5967         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5968           Add timeout to _get_state() so we see which pipeline it is
5969           that causes trouble on the gen64 build bot.
5970
5971 2006-09-27  Wim Taymans  <wim@fluendo.com>
5972
5973         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5974         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5975         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5976         (gst_base_rtp_depayload_set_gst_timestamp):
5977         the source pad always uses fixed caps.
5978
5979 2006-09-27  Wim Taymans  <wim@fluendo.com>
5980
5981         * docs/libs/gst-plugins-base-libs-docs.sgml:
5982         * docs/libs/gst-plugins-base-libs-sections.txt:
5983         * gst-libs/gst/audio/gstaudioclock.c:
5984         * gst-libs/gst/audio/gstaudioclock.h:
5985         * gst-libs/gst/audio/gstaudiosink.c:
5986         * gst-libs/gst/audio/gstaudiosink.h:
5987         * gst-libs/gst/audio/gstaudiosrc.c:
5988         * gst-libs/gst/audio/gstbaseaudiosink.c:
5989         (gst_base_audio_sink_render):
5990         * gst-libs/gst/audio/gstbaseaudiosink.h:
5991         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5992         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5993         * gst-libs/gst/audio/gstringbuffer.h:
5994         Added docs for the audio libs.
5995
5996 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5997
5998         * tests/check/Makefile.am:
5999           Temporarily disable test that fails on the bots for unknown reasons.
6000
6001 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6002
6003         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6004         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6005         Moved AudioCodecType into priv
6006         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
6007
6008 2006-09-25  Wim Taymans  <wim@fluendo.com>
6009
6010         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
6011         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
6012         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
6013         (new_pad):
6014         Cleanups and small leak fixes.
6015         Added Depayloaders to valid list of autopluggable elements.
6016
6017 2006-09-25  Wim Taymans  <wim@fluendo.com>
6018
6019         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6020         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
6021         (gen_video_element), (gen_text_element), (gen_audio_element),
6022         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
6023         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
6024         Detect NO_PREROLL state change returns and disable clock distribution to
6025         the sinks so that sync is disabled.
6026         Avoid some type checking and do simple casts instead.
6027         Small cleanups, fix some FIXMEs.
6028         Be more robust when linking user specified elements, catch an report
6029         errors. Fixes #357404.
6030         Fix some leaks in the error paths.
6031
6032 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
6033
6034         * ChangeLog:
6035           ChangeLog surgery for missing bug-number
6036
6037 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6038
6039         Patch by: Peter Kjellerstedt  <pkj at axis com>
6040
6041         * gst/playback/test.c:
6042           Fix compilation with uClibc and -Werror (#357591).
6043
6044 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6045
6046         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
6047           Parse dates that are followed by a time as well (#357532).
6048
6049         * tests/check/libs/tag.c: (test_vorbis_tags):
6050           Add unit test for this.
6051
6052 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6053
6054         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
6055         (gst_audio_convert_transform_caps):
6056         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
6057         * gst/videotestsrc/videotestsrc.h:
6058           A few array const-ifications.
6059
6060 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6061
6062         * tests/check/Makefile.am:
6063           See if this makes the build bots happy.
6064
6065         * tests/check/libs/cddabasesrc.c:
6066           UTF8-ise my name.
6067
6068 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6069
6070         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6071
6072         * gst/subparse/samiparse.c: (handle_start_font),
6073         (fix_invalid_entities):
6074           More case-insensitivity for certain tags; recognise entities with
6075           decimal codes as special entities as well (#357330).
6076
6077 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6078
6079         * gst-libs/gst/Makefile.am:
6080           Need to build tag directory before cdda.
6081
6082 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6083
6084         * docs/libs/gst-plugins-base-libs-sections.txt:
6085         * gst-libs/gst/cdda/Makefile.am:
6086         * gst-libs/gst/cdda/gstcddabasesrc.c:
6087         (gst_cdda_base_src_base_init):
6088         * gst-libs/gst/cdda/gstcddabasesrc.h:
6089         * gst-libs/gst/tag/tag.h:
6090         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
6091         (gst_tag_register_musicbrainz_tags):
6092           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
6093           depend on libgsttag. This is required so we can extract/read tags like
6094           DISCID without depending on libgstcddabasesrc (which used to register
6095           them).
6096
6097         * gst-libs/gst/tag/gstvorbistag.c:
6098           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
6099           tags (also see #347848).
6100
6101         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
6102           Log vorbis comments we are actually writing. Const-ify array.
6103
6104 2006-09-23  Wim Taymans  <wim@fluendo.com>
6105
6106         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6107         Improve buffering a bit by avoiding a deadlock because we cannot assume
6108         the underrun is always called.
6109
6110 2006-09-23  Wim Taymans  <wim@fluendo.com>
6111
6112         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6113
6114         * gst-libs/gst/riff/riff-ids.h:
6115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6116         (gst_riff_create_audio_template_caps):
6117         Added MPEG-4 AAC and id and caps. Fixes #357289
6118         Added WMA9 Lossless id.
6119
6120 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6121
6122         * ext/gnomevfs/gstgnomevfssrc.c:
6123           Fix misleading docs addition.
6124
6125         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6126           Get rid of compiler warning the right way.
6127
6128 2006-09-22  Wim Taymans  <wim@fluendo.com>
6129
6130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6131         (gst_base_rtp_depayload_finalize),
6132         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6133         (gst_base_rtp_depayload_push_full),
6134         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
6135         (gst_base_rtp_depayload_process),
6136         (gst_base_rtp_depayload_set_gst_timestamp),
6137         (gst_base_rtp_depayload_queue_release):
6138         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6139         Small cleanups.
6140         Fix some leaks.
6141         Refactored the process method and added methods to push from the process
6142         vmethod.
6143         Use _scale functions.
6144         API: gst_base_rtp_depayload_push_ts
6145         API: gst_base_rtp_depayload_push
6146
6147         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6148         timestamps are uint.
6149
6150 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
6151
6152         * gst-libs/gst/interfaces/xoverlay.c:
6153           Remove unused statement from doc example.
6154
6155 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
6156
6157         * gst-libs/gst/interfaces/videoorientation.c:
6158         (gst_video_orientation_iface_init),
6159         (gst_video_orientation_get_hflip),
6160         (gst_video_orientation_get_vflip),
6161         (gst_video_orientation_get_hcenter),
6162         (gst_video_orientation_get_vcenter),
6163         (gst_video_orientation_set_hflip),
6164         (gst_video_orientation_set_vflip),
6165         (gst_video_orientation_set_hcenter),
6166         (gst_video_orientation_set_vcenter):
6167           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
6168           in ChangeLog)
6169
6170 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
6171
6172         * tests/check/Makefile.am:
6173         * tests/check/elements/.cvsignore:
6174         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
6175         (create_rgb_conversions), (rgb_conversion_free),
6176         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
6177         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
6178           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
6179           but disable for now since it doesn't pass (something wrong with
6180           RGBA somewhere).
6181
6182 2006-09-21  Wim Taymans  <wim@fluendo.com>
6183
6184         * gst/playback/gstplaybasebin.c: (group_commit),
6185         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
6186         (queue_out_of_data), (gen_preroll_element),
6187         (preroll_remove_overrun), (probe_triggered):
6188         Refactor handling of overrun detection.
6189         Separate handling of group completion and deadlock detection when doing
6190         network buffering. This should fix some deadlocks that were not detected
6191         because the group was completed.
6192         Add more comments, improve debugging.
6193
6194 2006-09-21  Wim Taymans  <wim@fluendo.com>
6195
6196         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6197         * tests/check/libs/audio.c:
6198         Some more compilation fixes.
6199
6200 2006-09-21  Wim Taymans  <wim@fluendo.com>
6201
6202         * gst-libs/gst/audio/gstringbuffer.c:
6203         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6204         (gst_ring_buffer_read):
6205         Early morning compilation fix.
6206
6207 2006-09-20  Wim Taymans  <wim@fluendo.com>
6208
6209         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6210         * tests/check/elements/multifdsink.c: (GST_START_TEST):
6211         * tests/check/elements/videorate.c: (GST_START_TEST):
6212         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6213         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
6214         Fix some warnings.
6215
6216 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6217
6218         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6219         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6220         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6221           Handcrafted merge to help CVS understanding what I changed and what
6222           not.
6223
6224 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6225
6226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6227         (gst_xvimagesink_get_times):
6228           change colorkey behaviour back according to #354773 comment 6/7
6229
6230 2006-09-19  Michael Smith  <msmith@fluendo.com>
6231
6232         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6233         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
6234         (gst_multi_fd_sink_recover_client),
6235         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
6236         (gst_multi_fd_sink_get_property):
6237         * gst/tcp/gstmultifdsink.h:
6238           Implement stubbed out properties unit-type, units-soft-max,
6239           units-max, to allow specifying maximum sizes in units other than
6240           buffers.
6241           Fixes #355935
6242
6243 2006-09-19  Wim Taymans  <wim@fluendo.com>
6244
6245         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6246         (gst_riff_create_audio_template_caps):
6247         Reorder the audio formats a bit for clarity.
6248         Detect and create caps for MSGSM and MSN (WAV49).
6249         Fixes #356596.
6250
6251         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6252         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6253         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6254         Small cleanups, move error handling out of normal flow for clarity.
6255
6256 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6257
6258         * docs/libs/gst-plugins-base-libs-docs.sgml:
6259         * docs/libs/gst-plugins-base-libs.types:
6260         * gst-libs/gst/interfaces/Makefile.am:
6261         * gst-libs/gst/interfaces/videoorientation.c:
6262         (gst_video_orientation_get_type),
6263         (gst_video_orientation_iface_init),
6264         (gst_video_orientation_get_hflip),
6265         (gst_video_orientation_get_vflip),
6266         (gst_video_orientation_get_hcenter),
6267         (gst_video_orientation_get_vcenter),
6268         (gst_video_orientation_set_hflip),
6269         (gst_video_orientation_set_vflip),
6270         (gst_video_orientation_set_hcenter),
6271         (gst_video_orientation_set_vcenter):
6272         * gst-libs/gst/interfaces/videoorientation.h:
6273           API: Add new interface to control video orientation (fixes #354908)
6274
6275 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6276
6277         * gst/videotestsrc/gstvideotestsrc.c:
6278           Use G_UNLIKELY in _create and log one more detail.
6279           
6280         (gst_video_test_src_get_times), (gst_video_test_src_create):
6281         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6282           Use gst_util_uint64_scale_int in _get_times().
6283
6284 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6285
6286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6287           Give better warning message (add object and detail).
6288
6289 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6290
6291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6292         (gst_xvimagesink_get_times):
6293           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6294           #354773), use gst_util_uint64_scale_int in _get_times()
6295
6296 2006-09-18  Michael Smith  <msmith@fluendo.com>
6297
6298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6299           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6300           always true, leading to dropping all timestamps.
6301
6302 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6303
6304         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6305         (gst_visual_chain), (gst_visual_change_state):
6306           update to work also with libvisual 0.4 API, fix double unref (#355914)
6307           
6308         * tools/gst-launch-ext.1.in:
6309         * tools/gst-visualise.1.in:
6310           remove references to old man-pages
6311
6312         * tests/examples/seek/seek.c: (main):
6313           add real meadi-buttons, add tool-tips for the seek-options, arrange
6314           seek options in a table
6315
6316 2006-09-18  Michael Smith  <msmith@fluendo.com>
6317
6318         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6319         (gst_ogg_mux_push_buffer):
6320           Don't generate out-of-order timestamps from oggmux, instead clamp
6321           output timestamps to be >= the previously output ts.
6322           Fixes #355595
6323
6324 2006-09-18  Michael Smith  <msmith@fluendo.com>
6325
6326         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6327         (gst_multi_fd_sink_class_init):
6328           Updates, fixes, and typo corrections for multifdsink. No functional
6329           changes.
6330
6331 2006-09-17  Michael Smith  <msmith@fluendo.com>
6332
6333         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6334           Don't crash on truncated files - check that we got an 8 byte buffer
6335           before trying to memcmp it.
6336
6337 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6338
6339         * gst/playback/gstplaybasebin.c: (get_active_source):
6340           Make stream-switching appear instant to the application
6341           (ie. make sure that a g_object_get on 'current-foo' returns
6342           the stream previously set with g_object_set(). Totem needs
6343           this to update stream-related meta-info (like audio-codec)
6344           correctly when switching streams.
6345
6346 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6347
6348         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6349         (gst_alsa_mixer_ensure_track_list):
6350           Try harder to guess which mixer track is the master mixer
6351           track (instead of just taking the first one that has a pvolume).
6352           Fixes #342228.
6353
6354 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6355
6356         reviewed by: <delete if not using a buddy>
6357
6358         * gst-libs/gst/audio/audio.h:
6359         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6360
6361 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6362
6363         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6364         (gst_audio_convert_transform_caps):
6365           Get structure-name just once.
6366
6367 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6368
6369         * tests/check/elements/audioresample.c: (GST_START_TEST):
6370         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6371         * tests/check/elements/volume.c: (GST_START_TEST):
6372         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6373         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6374         (test_pipeline), (GST_START_TEST):
6375         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6376         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6377           Fix big batch of compiler warnings.
6378
6379 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6380
6381         * ext/gnomevfs/gstgnomevfssrc.c:
6382           Add docs about icydemux usage in connection with gnomevfssrc
6383
6384         * ext/libvisual/visual.c:
6385         * ext/ogg/gstoggaviparse.c:
6386         * ext/ogg/gstoggdemux.c:
6387         * ext/ogg/gstoggmux.c:
6388         * ext/ogg/gstoggparse.c:
6389         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6390         * gst-libs/gst/audio/gstaudiosink.c:
6391         * gst-libs/gst/audio/gstaudiosrc.c:
6392         * gst/audiorate/gstaudiorate.c:
6393           More G_OBJECT macro fixing.
6394
6395         * gst/audiotestsrc/gstaudiotestsrc.h:
6396           Fix wrong info in header due to copy & paste
6397
6398 2006-09-15  Wim Taymans  <wim@fluendo.com>
6399
6400         * gst-libs/gst/audio/gstbaseaudiosink.c:
6401         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6402         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6403         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6404         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6405         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6406         Do the delay calculation in the source/sink base classes as this is
6407         specific for the capture/playback mode.
6408         Try to fixate a bit better, like round depth up to a multiple of 8
6409         bigger than width.
6410         Handle underruns correctly by marking DISCONT on buffers and adjusting
6411         timestamps to handle the gap.
6412         Set offset/offset_end correctly on buffers.
6413
6414         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6415         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6416         (gst_ring_buffer_read):
6417         Remove resync and underrun recovery from the ringbuffer.
6418         Fix ringbuffer read code on under/overrun.
6419
6420 2006-09-15  Wim Taymans  <wim@fluendo.com>
6421
6422         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6423         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6424         (queue_threshold_reached), (gst_play_base_bin_set_property),
6425         (gst_play_base_bin_get_property):
6426         * gst/playback/gstplaybasebin.h:
6427         Don't use a 0 low watermark when buffering, it is catching starvation
6428         way too late. Instead, use a 3 second queue with 30 and 95
6429         percent low/high watermarks. 
6430         Added queue-min-threshold property to configure low watermark.
6431         Use new _buffering message API.
6432         Make queue_threshold variable big enough to store a uint64 time value.
6433         API: playbin::queue-min-threshold property.
6434
6435 2006-09-15  Wim Taymans  <wim@fluendo.com>
6436
6437         * configure.ac:
6438         We require 0.10.10.1 now because of _wait_preroll().
6439
6440         * gst-libs/gst/audio/gstbaseaudiosink.c:
6441         (gst_base_audio_sink_render):
6442         Use gst_base_sink_wait_preroll().
6443
6444 2006-09-15  Wim Taymans  <wim@fluendo.com>
6445
6446         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6447         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6448         Use DEBUG_OBJECT more.
6449
6450 === release 0.10.10 ===
6451
6452 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6453
6454         patch by: Michael Smith <msmith at fluendo dot com>
6455
6456         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6457         (gst_multi_fd_sink_client_queue_buffer),
6458         (gst_multi_fd_sink_new_client):
6459         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6460         (multifdsink_suite):
6461           Fix implementation of sync-method 'next-keyframe'
6462           Closes #354594
6463
6464 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6465
6466         patch by: Wim Taymans <wim at fluendo dot com>
6467
6468         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6469         This patch removes the RANDOM flag that was incorrectly introduced with
6470         revision 1.91.  Fixes #354590
6471
6472 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6473
6474         * tests/check/Makefile.am:
6475           Random variation in Makefile line to see if it makes the
6476           gen64-base-full bot any happier.
6477
6478 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6479
6480         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6481           Disable test that fails at the moment (killed after timeout).
6482
6483 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         Patch by: James Livingston  <doclivingston at gmail.com>
6486
6487         * tests/check/Makefile.am:
6488         * tests/check/pipelines/.cvsignore:
6489         * tests/check/pipelines/oggmux.c: (get_page_codec),
6490         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6491         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6492         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6493         (test_theora_vorbis), (oggmux_suite):
6494           Add simple unit test for oggmux from #337026 with checking for the
6495           EOS flags disabled for the time being.
6496
6497 2006-09-04  Wim Taymans  <wim@fluendo.com>
6498
6499         patch by: Alessandro Dessina <alessandro nnva org>
6500
6501         * ext/ogg/gstoggmux.c:
6502         Add cmml caps to oggmux. Fixes #353912
6503
6504 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6505
6506         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6507           Returning a return value often helps. In this case, we
6508           don't need the return value anyway, so just get rid of it.
6509           Should make build bots much happier.
6510
6511 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6514         (paint_get_structure), (gst_video_test_src_get_size),
6515         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6516         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6517         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6518         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6519         * gst/videotestsrc/videotestsrc.h:
6520           Add support for AYUV and the various RGBA formats. Initialise
6521           fields of paintinfo structs allocated on the stack.
6522
6523         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6524         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6525         (check_rgb_buf), (videotestsrc_suite):
6526           Add unit tests for videotestsrc's RGB output.
6527
6528 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         * gst/videotestsrc/gstvideotestsrc.c:
6531         (gst_video_test_src_pattern_get_type),
6532         (gst_video_test_src_set_pattern):
6533         * gst/videotestsrc/gstvideotestsrc.h:
6534         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6535         (gst_video_test_src_black), (gst_video_test_src_white),
6536         (gst_video_test_src_red), (gst_video_test_src_green),
6537         (gst_video_test_src_blue):
6538         * gst/videotestsrc/videotestsrc.h:
6539           Add more uni-colour patterns ("white", "red", "green", and "blue").
6540
6541 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6542
6543         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6544           Fix stride for YVYU, should be word-aligned (#353658).
6545
6546 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * gst/adder/gstadder.c: (gst_adder_src_event):
6549           Fix build.
6550
6551 2006-08-31  Edward Hervey  <edward@fluendo.com>
6552
6553         * gst/adder/gstadder.c: (forward_event_func),
6554         (gst_adder_src_event), (gst_adder_collected),
6555         (gst_adder_change_state):
6556         * gst/adder/gstadder.h:
6557         Remember the start position asked in the incoming seeks, so we can
6558         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6559         of assuming it will always be 0).
6560
6561 2006-08-31  Edward Hervey  <edward@fluendo.com>
6562
6563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6564         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6565         (gst_ogg_demux_loop):
6566         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6567
6568 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6571         (gst_ffmpegcsp_get_unit_size):
6572           Return FALSE instead of returning a random false unit
6573           size when the format isn't known/supported (even if
6574           this shouldn't happen under normal circumstances).
6575
6576 2006-08-29  Wim Taymans  <wim@fluendo.com>
6577
6578         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6581         (gst_gnome_vfs_src_start):
6582         Try harder to get the size from a uri by using _info_uri() when
6583         _info_from_handle() does not give us enough info. 
6584         Also follow symlinks when getting the size.
6585         Partially Fixes #332864.
6586
6587 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6588
6589         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6590
6591         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6592         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6593         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6594         (gst_alsa_mixer_set_record):
6595         * ext/alsa/gstalsamixertrack.c:
6596         (gst_alsa_mixer_track_update_alsa_capabilities),
6597         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6598         (gst_alsa_mixer_track_update):
6599         * ext/alsa/gstalsamixertrack.h:
6600           Improve and fix mixer track handling, in particular better handling
6601           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6602           separate track objects for tracks that have both capture and playback
6603           volume (and label them differently as well so they're not mistakenly
6604           assumed to be duplicates); classify mixer tracks that only affect
6605           the audible volume of something (rather than the capture volume)
6606           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6607           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6608           (following the meaning documented in the mixer interface header
6609           file); add support for alsa's exclusive cswitch groups; update/sync
6610           state/flags better if mixer settings are changed by another
6611           application. Fixes #336075.
6612
6613 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         * gst/playback/gstplaybin.c:
6616           Improve docs: add section about BUFFERING messages sent by playbin.
6617
6618 2006-08-29  Michael Smith  <msmith@fluendo.com>
6619
6620         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6621         (gst_vorbis_enc_buffer_check_discontinuous),
6622         (gst_vorbis_enc_chain):
6623           Ignore explicit DISCONT marked on buffers (which is often spurious,
6624           particularly when using multiple segments), in favour of solely
6625           using the timestamps/durations.
6626
6627 2006-08-29  Edward Hervey  <edward@fluendo.com>
6628
6629         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6630         Don't rely on incoming buffers offset anymore, since it is completely
6631         broken when using multiple segments.
6632         Instead convert the incoming buffers timestamp to running time, and
6633         then convert that value to the offsets.
6634         Also inform GstSegment of the last outputted stop position, which is
6635         needed if we received several segments with an unknown stop value.
6636
6637 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6638
6639         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6640           fix buffer unreffing on a header push failure
6641
6642 2006-08-28  Wim Taymans  <wim@fluendo.com>
6643
6644         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6645         (gst_audio_rate_chain):
6646         Make the metadata of the buffer writable before changing its
6647         flags.
6648
6649 2006-08-28  Wim Taymans  <wim@fluendo.com>
6650
6651         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6652         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6653         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6654         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6655         Fix audiorate some more.
6656         Reset and resync counters on flush and READY.
6657         Handle the DISCONT flag correctly.
6658         Use GstSegment to track position.
6659         Fail when not negotiated.
6660         Fixes #353234.
6661
6662 2006-08-25  Michael Smith  <msmith@fluendo.com>
6663
6664         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6665           Fix spelling.
6666           Remove accidently included debug line.
6667
6668 2006-08-25  Wim Taymans  <wim@fluendo.com>
6669
6670         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6671         Small cleanups.
6672         If a buffer is received with no caps, make the buffer metadata
6673         writable and set the caps, making sure that we don't screw up the
6674         refcounts.
6675
6676 2006-08-25  Michael Smith  <msmith@fluendo.com>
6677
6678         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6679         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6680           Fix memory leaks and misleading debug messages, add a couple of
6681           comments.
6682
6683         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6684         (gst_multi_fd_sink_render):
6685           Do not use gst_buffer_make_writable() in a basesink render method,
6686           as it may incorrectly unref the buffer. Instead, use convoluted
6687           dance to avoid copying the buffer except when we need to.
6688
6689 2006-08-25  Michael Smith  <msmith@fluendo.com>
6690
6691         * ext/vorbis/vorbisenc.c:
6692         (gst_vorbis_enc_buffer_check_discontinuous):
6693           Allow very small discontinuities in the timestamps. These we can't
6694           do anything useful with anyway (because vorbis's timestamps have
6695           only sample granularity), and are commonly produced by elements with
6696           minor bugs. Allow up to 1/2 a sample out.
6697           Fixes #351742.
6698
6699 2006-08-24  Wim Taymans  <wim@fluendo.com>
6700
6701         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6702         (play_scrub_toggle_cb), (main):
6703         Add a checkbox to enable play scrubbing. Makes it possible to disable
6704         normal scrubbing.
6705
6706 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6707
6708         * tests/check/elements/.cvsignore:
6709           make buildbot happy
6710
6711 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6712
6713         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6714         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6715         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6716         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6717         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6718         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6719         (gst_ogm_text_parse_strip_trailing_zeroes),
6720         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6721         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6722           Refactor ogm parse, do better input checking, misc. clean-ups.
6723           Cache incoming events and push them once the source pad has
6724           been created. Don't pass unterminated strings to sscanf().
6725           Strip trailing zeroes from subtitle text output, since they
6726           are not valid UTF-8. Don't push vorbiscomment packets on
6727           the subtitle text pad. Output perfect streams if possible.
6728
6729 2006-08-23  Wim Taymans  <wim@fluendo.com>
6730
6731         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6732         Waits for tasks to settle down so that we clean up correctly for 
6733         valgrind.
6734
6735 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6738           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6739           actually return return value in taglists_are_equal.
6740
6741 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6744           Fix crash due to broken bitstream parsing on x86-64: can't make
6745           any assumptions about sizeof(struct) due to alignment/packing
6746           differences on different architectures. Fixes #351790.
6747
6748 2006-08-22  Wim Taymans  <wim@fluendo.com>
6749
6750         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6751         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6752         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6753         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6754         (gst_riff_parse_info):
6755         Protect public functions against bad input.
6756         Do some cleanups.
6757         Fix documentation.
6758
6759 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * gst-libs/gst/riff/riff-ids.h:
6762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6763           Add voxware audio IDs (even if we can't play it) (#351795).
6764
6765 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * gst-libs/gst/riff/riff-media.c:
6768         (gst_riff_create_video_template_caps),
6769         (gst_riff_create_audio_template_caps),
6770         (gst_riff_create_iavs_template_caps):
6771           Const-ify some arrays and use G_N_ELEMENTS instead
6772           of wasting oodles of RAM on terminator bits.
6773
6774 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         * gst-libs/gst/tag/gstvorbistag.c:
6777         (gst_tag_list_to_vorbiscomment_buffer):
6778         * tests/check/libs/tag.c: (GST_START_TEST):
6779           And the same for _to_vorbiscomment_buffer(): allow
6780           id_data_len == 0 for speex.
6781
6782 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6783
6784         * configure.ac:
6785         * docs/plugins/Makefile.am:
6786         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6787         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6788         * docs/plugins/inspect/plugin-gdp.xml:
6789         * gst/gdp/Makefile.am:
6790         * tests/check/Makefile.am:
6791           Move GDP plugin to -base from -bad.  Closes #347783.
6792
6793 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * gst-libs/gst/tag/gstvorbistag.c:
6796         (gst_tag_list_from_vorbiscomment_buffer):
6797           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6798           Also add some checks to make sure we don't memcmp() beyond the end of
6799           vorbiscomment buffer if the ID to check for is larger than the buffer.
6800
6801         * tests/check/libs/tag.c: (GST_START_TEST):
6802           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6803
6804 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6805
6806         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6807         (gst_vorbis_enc_set_metadata):
6808           Use vorbis comment utility functions from libgsttag
6809           instead of re-inventing the wheel (partially fixes #347091).
6810
6811 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6812
6813         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6814         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6815         as some that won't.
6816
6817 2006-08-21  Wim Taymans  <wim@fluendo.com>
6818
6819         * docs/libs/Makefile.am:
6820         * docs/libs/gst-plugins-base-libs-sections.txt:
6821         * docs/libs/gst-plugins-base-libs.types:
6822         Don't try to GObject scan the netbuffer as it's not a GObject.
6823         Fixes #351308.
6824
6825         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6826         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6827         Document GstNetBuffer.
6828
6829 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6830
6831         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6832         (audioconvert_suite):
6833           Add testcase for caps-size-explosion
6834
6835 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6836
6837         * gst/audioconvert/gstaudioconvert.c:
6838         (gst_audio_convert_get_unit_size), (set_structure_widths):
6839           Lower debug, use g_assert in _get_unit_size
6840
6841         * gst/audioresample/gstaudioresample.c:
6842         (audioresample_get_unit_size):
6843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6844         (gst_ffmpegcsp_get_unit_size):
6845         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6846           use g_assert in _get_unit_size
6847
6848 2006-08-18  Wim Taymans  <wim@fluendo.com>
6849
6850         * docs/libs/gst-plugins-base-libs-sections.txt:
6851         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6852         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6853         (gst_rtp_buffer_get_payload_buffer):
6854         * gst-libs/gst/rtp/gstrtpbuffer.h:
6855         Document GstRTPBuffer.
6856         Added function to efficiently strip payload headers.
6857         API: gst_rtp_buffer_get_payload_subbuffer()
6858
6859 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6862         (gst_tag_to_vorbis_comments):
6863           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6864           tags and deserialise them properly as well (#347091).
6865           Add some more gtk-doc blurbs and also some g_return_if_fail().
6866
6867         * tests/check/libs/tag.c: (GST_START_TEST),
6868         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6869           More tests.
6870
6871 2006-08-17  Wim Taymans  <wim@fluendo.com>
6872
6873         * ext/ogg/Makefile.am:
6874         * ext/ogg/gstogg.c: (plugin_init):
6875         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6876         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6877         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6878         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6879         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6880         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6881         Added ogg-in-avi parser element. Fixes #140139.
6882
6883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6884         Fixed a bug in oggdemux debug code.
6885
6886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6887         (gst_riff_create_audio_template_caps):
6888         Recognise Ogg in the AVI extensible wave format.
6889
6890 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6893           Make buffer durations add up (duration should be next_ts-ts for
6894           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6895           from CVS.
6896
6897         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6898         (test_buffer_timestamps), (cddabasesrc_suite):
6899           Add unit test for the above.
6900
6901         * tests/check/Makefile.am:
6902           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6903           to see what happens.
6904
6905 2006-08-16  Wim Taymans  <wim@fluendo.com>
6906
6907         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6908         (gst_alsasink_open):
6909         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6910         (gst_alsasrc_open):
6911         Avoid setting and using a NULL device name.
6912         Print more info when we fail to open a device.
6913
6914 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6915
6916         * docs/libs/gst-plugins-base-libs-sections.txt:
6917         * gst-libs/gst/tag/tag.h:
6918         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6919           API: add gst_tag_parse_extended_comment() (#351426).
6920
6921         * tests/check/Makefile.am:
6922         * tests/check/libs/.cvsignore:
6923         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6924           Add unit test for gst_tag_parse_extended_comment().
6925
6926 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6927
6928         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6930           Fix leak (#351502).
6931
6932 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6935         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6936         * docs/plugins/gst-plugins-base-plugins.args:
6937         * gst/playback/gstplaybin.c:
6938           Document playbin.
6939           
6940         * docs/plugins/inspect/plugin-adder.xml:
6941         * docs/plugins/inspect/plugin-alsa.xml:
6942         * docs/plugins/inspect/plugin-audioconvert.xml:
6943         * docs/plugins/inspect/plugin-audiorate.xml:
6944         * docs/plugins/inspect/plugin-audioresample.xml:
6945         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6946         * docs/plugins/inspect/plugin-cdparanoia.xml:
6947         * docs/plugins/inspect/plugin-decodebin.xml:
6948         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6949         * docs/plugins/inspect/plugin-gnomevfs.xml:
6950         * docs/plugins/inspect/plugin-ogg.xml:
6951         * docs/plugins/inspect/plugin-pango.xml:
6952         * docs/plugins/inspect/plugin-playbin.xml:
6953         * docs/plugins/inspect/plugin-subparse.xml:
6954         * docs/plugins/inspect/plugin-tcp.xml:
6955         * docs/plugins/inspect/plugin-theora.xml:
6956         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6957         * docs/plugins/inspect/plugin-video4linux.xml:
6958         * docs/plugins/inspect/plugin-videorate.xml:
6959         * docs/plugins/inspect/plugin-videoscale.xml:
6960         * docs/plugins/inspect/plugin-videotestsrc.xml:
6961         * docs/plugins/inspect/plugin-volume.xml:
6962         * docs/plugins/inspect/plugin-vorbis.xml:
6963         * docs/plugins/inspect/plugin-ximagesink.xml:
6964         * docs/plugins/inspect/plugin-xvimagesink.xml:
6965           Update to CVS version.
6966
6967 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6968
6969         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6970         (gst_play_bin_set_property), (gst_play_bin_get_property),
6971         (value_list_append_structure_list),
6972         (gst_play_bin_handle_redirect_message),
6973         (gst_play_bin_handle_message):
6974           API: GstPlayBin::connection-speed
6975           Add "connection-speed" property; re-order redirect messages with
6976           multiple redirect locations depending on the minimum bitrate if
6977           that information is available and a connection speed is set
6978           (#350399).
6979
6980 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         * gst/playback/gstplaybin.c:
6983           Update max volume to the same value that the volume element uses.
6984
6985 2006-08-14  Wim Taymans  <wim@fluendo.com>
6986
6987         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6988         Less uglyness..
6989
6990 2006-08-14  Wim Taymans  <wim@fluendo.com>
6991
6992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6993         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6994         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6995         Add some more debug info.
6996         Don't crash when a seek failed.
6997         Actually return the result of the seek instead of TRUE.
6998         Ignore multiple BOS pages with the same serial so that we don't create
6999         the same stream multiple times.
7000         Post an error when we fail to do the initial seek.
7001
7002 2006-08-13  Wim Taymans  <wim@fluendo.com>
7003
7004         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
7005         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
7006         Small code cleanup.
7007
7008         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
7009         (gst_alsa_mixer_new):
7010         Remove hack that always set the device to hw:0*.
7011         Properly find the card name for whatever device was configured.
7012         Do some better debugging.
7013         Fixes #350784.
7014
7015         * ext/alsa/gstalsamixerelement.c:
7016         (gst_alsa_mixer_element_set_property),
7017         (gst_alsa_mixer_element_change_state):
7018         Cleanups.
7019         Handle setting of a NULL device name better.
7020
7021 2006-08-11  Wim Taymans  <wim@fluendo.com>
7022
7023         * gst/adder/gstadder.c:
7024         Don't clip float values. Fixes #350900.
7025
7026 2006-08-11  Andy Wingo  <wingo@pobox.com>
7027
7028         * gst/tcp/gsttcp.c: Really fix the build?
7029
7030         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
7031         fixes the build.
7032
7033 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
7036           Float caps shouldn't have a "signed" field.
7037
7038 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
7041           Implement SEEKING query in its most basic form, so that we can
7042           at least check if we're seekable or not (#350655).
7043
7044 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
7045
7046         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7047           The checks here are not even close to anything that would
7048           justify MAXIMUM probability, lowering to POSSIBLE until someone
7049           fixes the checks (case at hand: quicktime redirection files
7050           might start with 00 00 01 XX and pass the checks here just
7051           fine, see #350399).
7052
7053 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         Patch by: Sjoerd Simons  <sjoerd at luon net>
7056
7057         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
7058           Better detection for multipart/x-mixed-replace: accept leading
7059           whitespaces before the boundary marker as well (as our very own
7060           multipartmux used to produce) (#349068).
7061
7062 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
7063
7064         Patch by: Young-Ho Cha  <ganadist at chollian net>
7065
7066         * gst-libs/gst/riff/riff-ids.h:
7067         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7068         (gst_riff_create_audio_template_caps):
7069           Detect DTS audio streams (#350157).
7070
7071 2006-08-05  Andy Wingo  <wingo@pobox.com>
7072
7073         * ext/theora/gsttheoraparse.h:
7074         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
7075         (theora_parse_dispose, theora_parse_set_property)
7076         (theora_parse_get_property, theora_parse_munge_granulepos)
7077         (theora_parse_push_buffer, theora_parse_change_state):
7078         API: GstTheoraParse::synchronization-points
7079         Add a property 'synchronization-points' to fix badly synchronized oggs.
7080
7081 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         * tests/check/Makefile.am:
7084         * tests/check/libs/.cvsignore:
7085         * tests/check/libs/audio.c: (structure_contains_channel_positions),
7086         (fixed_caps_have_channel_positions), (GST_START_TEST),
7087         (audio_suite), (main):
7088           Add a few tests for the channel position stuff in libgstaudio.
7089
7090 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7091
7092         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
7093         (gst_alsa_detect_channels):
7094         * ext/alsa/gstalsasink.c:
7095           Add support for cards that (only) do more than 8 channels,
7096           like the Delta 44 (#345188).
7097
7098         * gst-libs/gst/audio/multichannel.c:
7099         (gst_audio_check_channel_positions):
7100         * gst-libs/gst/audio/multichannel.h:
7101           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
7102           unspecified channel position and cannot be combined with any
7103           of the other audio channel positions; adjust position layout
7104           checks accordingly (#345188).
7105
7106 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7109           Recognise ancient RealAudio files (see #349779).
7110
7111 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         Patch by: Jens Granseuer  <jensgr at gmx net>
7114
7115         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7116           Add typefinder for Interplay's MVE format (#348973).
7117
7118 2006-08-02  Wim Taymans  <wim@fluendo.com>
7119
7120         Patch by: Marcel Moreaux <marcelm at luon dot net>
7121
7122         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7123         (gst_base_rtp_depayload_add_to_queue):
7124         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7125         Handle RTP sequence number rollover.
7126         Disable jitterbuffer by default.
7127
7128 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
7129
7130         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
7131         (audioresample_set_caps):
7132         Don't leak references to the incoming caps. Clean them up when
7133         stopping.
7134
7135         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7136         (gst_video_scale_finalize):
7137         Don't leak our temporary pixel buffer.
7138
7139         * tests/check/Makefile.am:
7140         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
7141         (GST_START_TEST), (simple_launch_lines_suite):
7142
7143         Fix leaks and re-enable the test for valgrind checking.
7144
7145 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7146
7147         Patch by: Sjoerd Simons  <sjoerd at luon net>
7148
7149         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
7150         (plugin_init):
7151           Add typefind function for multipart/x-mixed-replace (#348916).
7152
7153 2006-07-28  Wim Taymans  <wim@fluendo.com>
7154
7155         * gst/adder/gstadder.c: (gst_adder_setcaps),
7156         (gst_adder_query_duration):
7157         Fix leak in duration query.
7158         Reflow some docs and notes.
7159
7160 2006-07-28  Michael Smith  <msmith@fluendo.com>
7161
7162         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
7163         (vorbisenc_suite):
7164           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
7165           aspect of it.
7166
7167 2006-07-28  Michael Smith  <msmith@fluendo.com>
7168
7169         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
7170         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
7171         (gst_vorbis_enc_push_buffer),
7172         (gst_vorbis_enc_buffer_check_discontinuous),
7173         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7174         * ext/vorbis/vorbisenc.h:
7175           Handle discontinuities in the input vorbis stream correctly,
7176           so that the output is properly timestamped (and has good granulepos
7177           values). Needs some oggmux fixes too.
7178
7179 2006-07-27  Wim Taymans  <wim@fluendo.com>
7180
7181         patch by: Kai Vehmanen <kv2004 eca cx>
7182
7183         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7184         (gst_base_rtp_depayload_chain),
7185         (gst_base_rtp_depayload_handle_sink_event),
7186         (gst_base_rtp_depayload_change_state):
7187         Don't send multiple newsegments with different formats.
7188         Fixes #348677.
7189
7190 2006-07-26  Wim Taymans  <wim@fluendo.com>
7191
7192         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7193         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
7194         Make seeking in ogg more accurate again by doing the more correct
7195         granuletime to stream time conversion.
7196
7197 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7198
7199         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7200         (gst_multi_fd_sink_new_client):
7201           debug a little more understandably
7202           do not use goto as a substitute for break, especially if
7203           break is also being used
7204
7205 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7206
7207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
7208         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7209           Remove GLib-2.6 compatibility cruft.
7210
7211 2006-07-24  Wim Taymans  <wim@fluendo.com>
7212
7213         * gst-libs/gst/audio/gstbaseaudiosink.c:
7214         (gst_base_audio_sink_render):
7215         Don't try to align a sample to an unknown value.
7216
7217 2006-07-24  Wim Taymans  <wim@fluendo.com>
7218
7219         * gst-libs/gst/audio/gstbaseaudiosink.c:
7220         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7221         When the audio clock is slaved to another clock, never try to align
7222         samples but trust the rate interpolation algorithm.
7223
7224 2006-07-24  Wim Taymans  <wim@fluendo.com>
7225
7226         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7227         Don't try to calculate silence samples, base class does this much
7228         better now.
7229
7230         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7231         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
7232         (gst_ring_buffer_acquire):
7233         Calculate silence samples correctly.
7234
7235         * gst-libs/gst/audio/gstringbuffer.h:
7236         Add _CAST macro.
7237
7238 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7239
7240         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7241           Limit search for the first markup tag to the first few kB of
7242           the file. If we don't find one there, it's highly unlikely that
7243           this is an XML(-ish) file.
7244
7245 2006-07-21  Andy Wingo  <wingo@pobox.com>
7246
7247         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7248         test to the one in vorbisenc. Also commented out.
7249
7250         * tests/check/pipelines/vorbisenc.c: 
7251         (test_discontinuity): New test, commented out until Mike lands
7252         some elite vorbisenc patches.
7253
7254         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7255         Bufferstraw was actually factored out of these tests. Now we share
7256         code yay.
7257
7258         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7259         for bufferstraw addition to gstcheck.
7260
7261 2006-07-21  Wim Taymans  <wim@fluendo.com>
7262
7263         * ext/theora/theoradec.c: (clip_buffer):
7264         Better clipping.
7265
7266 2006-07-21  Wim Taymans  <wim@fluendo.com>
7267
7268         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7269         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7270         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7271         Fix leak.
7272         Avoid type casting when we can.
7273
7274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7275         Fix mem leak.
7276
7277 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7278
7279         * ext/alsa/gstalsamixerelement.c:
7280         (gst_alsa_mixer_element_change_state):
7281           Make state change fail if the specified device can't be opened
7282           for some reason.
7283
7284 2006-07-20  Wim Taymans  <wim@fluendo.com>
7285
7286         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7287         (cb_newpad), (main):
7288         Example of a small audio/video player using decodebin.
7289
7290 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7291
7292         * gst-libs/gst/riff/riff-ids.h:
7293           Add 'fact' chunk id
7294
7295 2006-07-19  Wim Taymans  <wim@fluendo.com>
7296
7297         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7298         (gst_base_rtp_depayload_chain),
7299         (gst_base_rtp_depayload_change_state):
7300         Don't assert when not negotiated but post a meaningfull 
7301         error message. Fixes #347918.
7302
7303         * gst-libs/gst/rtp/gstbasertppayload.c:
7304         Add comment about better default MTU size.
7305
7306         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7307         Small cleanups, start docs.
7308
7309 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7310
7311         Patch by: Martin Szulecki
7312
7313         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7314           If "device-name" is requested and the device is not
7315           open, try to temporarily open it to obtain this
7316           information (#342494).
7317
7318 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7319
7320         * gst-libs/gst/tag/gstid3tag.c:
7321           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7322
7323         * gst-libs/gst/tag/gsttageditingprivate.h:
7324         * gst-libs/gst/tag/gstvorbistag.c:
7325           Some more random const-ifications.
7326
7327 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7328
7329         * gst-libs/gst/riff/riff-ids.h:
7330         * gst-libs/gst/riff/riff-media.c:
7331         (gst_riff_create_video_template_caps):
7332           Add more FOURCCs (sort list to make stuff easier to find),
7333           add comment what those 16 bytes in struct _gst_riff_strh according to
7334           one avi-dumper are
7335
7336 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * gst-libs/gst/audio/multichannel.c:
7339         (gst_audio_check_channel_positions),
7340         (gst_audio_fixate_channel_positions):
7341           Const-ify two arrays.
7342
7343 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7346           Fix typo, so that alsasink also advertises 8 channels
7347           if that's supported (tags: can, worms, open, alsa, ph34r).
7348
7349 2006-07-17  Wim Taymans  <wim@fluendo.com>
7350
7351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7352         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7353         *sigh*, when is the compiler going to warn when the comments
7354         are out-of-sync with the code.. Refix case of busted theora
7355         headers with 0 granule pos.
7356
7357 2006-07-14  Wim Taymans  <wim@fluendo.com>
7358
7359         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7360         (gst_base_rtp_depayload_wait),
7361         (gst_base_rtp_depayload_change_state),
7362         (gst_base_rtp_depayload_set_property),
7363         (gst_base_rtp_depayload_get_property):
7364         Fix 99% cpu load by waiting for absolute times on the
7365         clock. Fixes #347300.
7366
7367 2006-07-14  Andy Wingo  <wingo@pobox.com>
7368
7369         * ext/theora/gsttheoraparse.h: 
7370         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7371         (theora_parse_push_headers, theora_parse_clear_queue)
7372         (theora_parse_drain_queue_prematurely, )
7373         (theora_parse_sink_event, theora_parse_change_state): Queue events
7374         until we initialized our state, like in vorbisparse.
7375
7376         * ext/vorbis/vorbisparse.h: 
7377         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7378         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7379         (vorbis_parse_drain_queue_prematurely, )
7380         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7381         until we have initialized our state. Fixes seeking after an
7382         initial pad block.
7383
7384 2006-07-14  Andy Wingo  <wingo@pobox.com>
7385
7386         Patch by: Iain Holmes <iaingnome@gmail.com>
7387         
7388         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7389
7390 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7391
7392         * configure.ac:
7393         Bump nano back to CVS
7394
7395 === release 0.10.9 ===
7396
7397 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7398
7399         * configure.ac:
7400           releasing 0.10.9, "I walk the line"
7401
7402 2006-07-14  Michael Smith  <msmith@fluendo.com>
7403
7404         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7405           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7406           (commonly happens when running this test under valgrind) when trying
7407           to remove the buffer probe.
7408
7409 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7410
7411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7412         Fix missing g_unlock from the previous commit
7413
7414 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7415
7416         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7417         (gst_ximagesink_change_state):
7418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7419         (gst_xvimagesink_change_state):
7420         Implement a locking order to ensure we always take the object lock
7421         before the x_lock and never vice-versa.
7422
7423 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7424
7425         * gst/playback/gstdecodebin.c: (find_compatibles):
7426         Fix a caps leak when linking (#347304)
7427
7428         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7429         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7430         (gst_ximagesink_change_state):
7431         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7432         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7433         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7434         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7435         Don't leak shared memory resources. Use the object lock to protect
7436         against the xcontext disappearing while returning a buffer from the
7437         pipeline. (#347304)
7438
7439 2006-07-12  Edward Hervey  <edward@fluendo.com>
7440
7441         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7442         (vorbis_handle_comment_packet):
7443         gst_tag_list_merge() returns a new object. Take that into account when
7444         using it. This avoids memleak.
7445         Revert previous commit which is not needed.
7446
7447 2006-07-12  Edward Hervey  <edward@fluendo.com>
7448
7449         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7450         Reset the decoder in finalize so that all fields get cleared.
7451
7452 2006-07-12  Wim Taymans  <wim@fluendo.com>
7453
7454         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7455         (gst_base_audio_src_set_clock),
7456         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7457         Don't try to post an error message when setting the clock fails
7458         as this can happen when adding an element to a bin which will then
7459         deadlock. Fixes #347296.
7460
7461 2006-07-12  Edward Hervey  <edward@fluendo.com>
7462
7463         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7464         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7465         (vorbis_handle_type_packet):
7466         Post tag messages on the bus even if we're not initialized.
7467         If we're not initialized, we still postpone the event pushing of tags.
7468
7469 2006-07-12  Wim Taymans  <wim@fluendo.com>
7470
7471         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7472         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7473         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7474         Revert last two changes that broke the freeze.
7475
7476 2006-07-12  Wim Taymans  <wim@fluendo.com>
7477
7478         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7479         basesink calculates silence sample correctly for us.
7480
7481 2006-07-12  Wim Taymans  <wim@fluendo.com>
7482
7483         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7484         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7485         Calculate correct silence samples so we don't fill our ringbuffer
7486         with noise.
7487
7488 2006-07-12  Edward Hervey  <edward@fluendo.com>
7489
7490         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7491         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7492         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7493         * ext/vorbis/vorbisdec.h:
7494         Delay sending events (newsegment, tags) until the decoder is properly
7495         initialized.
7496         Fixes #347295
7497
7498 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7499
7500         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7501         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7502           Patch from #347221 adding a test for audioconvert
7503           channel remappings.
7504
7505 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7506
7507         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7508         (gst_ssa_parse_parse_line):
7509           Don't include the terminating NUL in the buffer size,
7510           it's only there for extra paranoia (would add random
7511           '*' characters at the end of each subtitle since the
7512           terminator itself is not valid UTF-8 technically).
7513           Also fix indenting after boilerplate macro.
7514
7515 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7516
7517         * gst/playback/gstdecodebin.c: (close_pad_link):
7518           Also emit 'unknown-type' signal (which should really be
7519           called unhandled-type) if we found potential decoders/demuxers
7520           in the registry but none of them worked in the end (as in the
7521           case where the plugins don't exist any longer but are still
7522           listed in the registry). Fixes #329798.
7523
7524 2006-07-08  Andy Wingo  <wingo@pobox.com>
7525
7526         * theoraparse.c (theora_parse_push_buffer)
7527         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7528         Add some more debugging. Fix granulepos reconstruction in the face
7529         of discontinuities.
7530
7531 2006-07-06  Wim Taymans  <wim@fluendo.com>
7532
7533         * gst-libs/gst/audio/gstbaseaudiosink.c:
7534         (gst_base_audio_sink_class_init),
7535         (gst_base_audio_sink_provide_clock):
7536         Use gobject_class instead of G_OBJECT_CLASS (klass)
7537
7538         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7539         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7540         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7541         (gst_base_audio_src_get_time),
7542         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7543         (gst_base_audio_src_create_ringbuffer):
7544         Fix latency and buffer-time constants and properties ala basesink.
7545         Implement pull based scheduling. Fixes #346527.
7546         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7547         one segment.
7548         Refuse slaving to another clock instead of silently not working.
7549         Only provide a clock when we are actually able to do so.
7550         Various small cleanups and compiler hints.
7551
7552 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7553
7554         Patch by: Lutz Mueller <lutz at topfrose de>
7555
7556         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7557         (plugin_init):
7558           Add typefinding for text/html (#346581).
7559
7560 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7563         (xml_check_first_element), (xml_type_find), (smil_type_find):
7564           Fix SMIL typefinding, make xml_check_first_element() more
7565           useful.
7566
7567 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7568
7569         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7570         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7571         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7572         * gst/playback/gstplaybasebin.h:
7573           Protect list of elements with a subtitle-encoding property and
7574           the subtitle encoding member itself with a lock of their own
7575           instead of using the object lock. This prevents a dead-lock in
7576           the element-remove callback in some circumstances when shutting
7577           down playbin.
7578
7579 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7580
7581         * win32/common/libgsttag.def:
7582         Export some new functions.
7583         * win32/vs6/libgstogg.dsp:
7584         Add a link to libgsttag-0.10.lib.
7585
7586 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7587
7588         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7589           Some const-ification.
7590
7591 2006-07-04  Wim Taymans  <wim@fluendo.com>
7592
7593         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7594         Improve checking if we are dealing with a stream. Added some
7595         more uris that need buffering.
7596
7597 2006-07-03  Edward Hervey  <edward@fluendo.com>
7598
7599         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7600         Remove unused variable.
7601
7602 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7603
7604         * Makefile.am:
7605           include lcov.mak
7606         * configure.ac:
7607           add GCOV_LIBS to GST_LIBS
7608
7609 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7610
7611         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7612
7613         * ext/alsa/gstalsasrc.c:
7614           Add 32 bps to template caps and increase channels range
7615           from [1,2] to [1,MAX]. See #346326.
7616
7617 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7618
7619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7620           Recognise 'WMVA' video codec fourcc (#345879).
7621           
7622 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7623          
7624         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7625           Fixed nasty memory leak
7626
7627 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7628
7629         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7630         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7631           fix logging
7632
7633 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7634
7635         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7636         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7637         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7638         Protect remove_fakesink using a mutex, so that we don't try and
7639         remove the fakesink simultaneously from multiple threads.
7640
7641         When going from READY to PAUSED, restore the fakesink, so that
7642         it is there when decodebin gets reused.
7643
7644 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7647         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7648         * gst-libs/gst/rtp/gstbasertppayload.c:
7649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7650         * gst/tcp/gstmultifdsink.c:
7651         * gst/tcp/gsttcpclientsink.c:
7652         * gst/tcp/gsttcpclientsrc.c:
7653         * gst/tcp/gsttcpserversink.c:
7654         * gst/tcp/gsttcpserversrc.c:
7655         * gst/videorate/gstvideorate.c:
7656         * gst/videotestsrc/gstvideotestsrc.c:
7657         * sys/v4l/gstv4ljpegsrc.c:
7658         * sys/v4l/gstv4lmjpegsink.c:
7659         * sys/v4l/gstv4lsrc.c:
7660         * tests/examples/seek/scrubby.c:
7661         * tests/examples/seek/seek.c:
7662           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7663
7664 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7665
7666         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7667           Second field in GEnumValue shouldn't be a description,
7668           but a stringified version of the enum value.
7669
7670 2006-06-22  Wim Taymans  <wim@fluendo.com>
7671
7672         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7673         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7674         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7675         Avoid type checking in buffer casts.
7676         Avoid caps copy in buffer_alloc when we can.
7677         Use pad_peer_accept.
7678
7679 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * gst-libs/gst/tag/tag.h:
7682           Oops, make that 'Since: 0.10.9'.
7683
7684 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7685
7686         * docs/libs/gst-plugins-base-libs-sections.txt:
7687         * gst-libs/gst/tag/tag.h:
7688         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7689         (gst_tag_image_type_get_type):
7690           API: add GstTagImageType enum to describe images contained
7691           in image tags (#345641).
7692
7693 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7694
7695         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7696           Fix warnings with gst-inspect: "buffers-min" property
7697           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7698           typo in property description.
7699
7700 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         Patch by: Cody Russell <bratsche at gnome org>
7703
7704         * gst/audioresample/gstaudioresample.c:
7705         (gst_audioresample_class_init):
7706         * gst/playback/gststreamselector.c:
7707         (gst_stream_selector_class_init):
7708         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7709         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7710         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7711         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7712         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7713         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7714         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7715         * gst/videotestsrc/gstvideotestsrc.c:
7716         (gst_video_test_src_class_init):
7717         * gst/volume/gstvolume.c: (gst_volume_class_init):
7718           Avoid unnecessary class cast check in class_init
7719           functions (#337747).
7720
7721 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7724         (gst_text_overlay_video_chain):
7725           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7726           and doesn't validate its input either (and neither did
7727           textoverlay it seems). Let's do that then and fix #345206.
7728
7729 2006-06-19  Wim Taymans  <wim@fluendo.com>
7730
7731         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7732         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7733         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7734         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7735         (find_syncframe), (find_limits), (assign_value),
7736         (count_burst_unit), (gst_multi_fd_sink_new_client),
7737         (gst_multi_fd_sink_handle_client_write),
7738         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7739         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7740         (gst_multi_fd_sink_change_state):
7741         * gst/tcp/gstmultifdsink.h:
7742         Added shiny new burst-on-connect methods.
7743         Add properties to control the minimal amount of data queued.
7744         Small cleanups.
7745         API: bytes-min property
7746         API: time-min property
7747         API: buffers-min property
7748         API: burst-unit property
7749         API: burst-value property
7750         API: add-full signal
7751
7752         * gst/tcp/gsttcp-marshal.list:
7753         Added new marshaller code for the new signal.
7754
7755         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7756         (multifdsink_suite):
7757         Added testcases for new burst methods.
7758
7759 2006-06-19  Edward Hervey  <edward@fluendo.com>
7760
7761         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7762         Implement clipping for accurate seeking.
7763         Closes #345225
7764
7765 2006-06-19  Wim Taymans  <wim@fluendo.com>
7766
7767         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7768
7769         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7770         (gst_video_scale_transform):
7771         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7772
7773 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7774
7775         * configure.ac:
7776           Fix --disable-external (can't set conditionals conditionally,
7777           #343602).
7778
7779 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7780
7781         * tests/check/elements/audioresample.c: (test_reuse),
7782         (audioresample_suite):
7783           Add test case for bug #342789 fixed below.
7784
7785 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         * gst/audioresample/gstaudioresample.c:
7788         (gst_audioresample_class_init), (gst_audioresample_init),
7789         (audioresample_start), (audioresample_stop),
7790         (gst_audioresample_set_property), (gst_audioresample_get_property):
7791           Implement GstBaseTransform::start and ::stop so that audioresample
7792           can clear its internal state properly and be reused instead of
7793           causing non-negotiated errors with playbin under some circumstances
7794           (#342789).
7795
7796         * tests/check/elements/audioresample.c: (setup_audioresample),
7797         (cleanup_audioresample):
7798           Need to set element state here so that ::start and ::stop are
7799           called.
7800
7801 2006-06-16  Wim Taymans  <wim@fluendo.com>
7802
7803         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7804
7805         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7806         Parse extra data better, apparently it's right behind
7807         the normal strf header size. Fixes #343500.
7808
7809 2006-06-16  Wim Taymans  <wim@fluendo.com>
7810
7811         * ext/alsa/gstalsasink.c: (set_hwparams):
7812         If we fail to set the buffer_time and period_time alsa
7813         parameters, post a warning and leave alsa select a 
7814         default instead of failing. Fixes #342085
7815
7816 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7817
7818         * docs/libs/gst-plugins-base-libs-sections.txt:
7819         * gst-libs/gst/cdda/gstcddabasesrc.h:
7820           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7821           out in the header file and shouldn't be listed in the docs.
7822
7823         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7824           Must dereference pointer to fourcc in the debug statement.
7825
7826 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7827
7828         * docs/libs/Makefile.am:
7829         * docs/libs/gst-plugins-base-libs-docs.sgml:
7830         * docs/libs/gst-plugins-base-libs-sections.txt:
7831         * docs/libs/gst-plugins-base-libs.types:
7832         add remaining symbols into correct setions
7833         
7834         * gst-libs/gst/audio/gstringbuffer.c:
7835         fix incomplete docs
7836         
7837         * gst-libs/gst/audio/gstringbuffer.h:
7838         comment out not yet implemented function
7839         
7840         
7841         * gst-libs/gst/floatcast/floatcast.h:
7842         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7843         add short descriptions
7844         
7845         
7846         * gst-libs/gst/interfaces/propertyprobe.c:
7847         fix return value docs   
7848         
7849         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7850         simplify debug logging
7851         
7852         * gst-libs/gst/riff/riff-read.h:
7853         sync function prototype and docs
7854         
7855         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7856         remove left over symbol
7857
7858 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7859
7860         * autogen.sh:
7861         * configure.ac:
7862         * docs/Makefile.am:
7863           Use GST_PLUGIN_DOCS macro in configure.ac, add
7864           --enable-plugin-docs default to autogen.sh and use
7865           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7866
7867 2006-06-15  Wim Taymans  <wim@fluendo.com>
7868
7869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7870         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7871         (gst_ogg_demux_loop):
7872         Combine GstFlowReturn from the source pads to give a
7873         meaningfull result to the upstream peer or to stop the
7874         processing task in case of errors.
7875
7876 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7877
7878         * gst/playback/gststreaminfo.c: (cb_probe):
7879           Try GST_TAG_CODEC as fallback when extracting the
7880           codec name; more debug info.
7881
7882 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7883
7884         * ext/ogg/Makefile.am:
7885         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7886           Extract language tags from ogm subtitle streams, so that
7887           the subtitle menu choices are labelled correctly in
7888           Totem (fixes #344708).
7889
7890 2006-06-14  Wim Taymans  <wim@fluendo.com>
7891
7892         Patch by: Alessandro Decina <alessandro at nnva dot org>
7893
7894         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7895         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7896         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7897         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7898         Fix various leaks. Fixes #343699.
7899         Add x-smoke mime type.
7900
7901 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7902
7903         * gst-libs/gst/riff/riff-ids.h:
7904           Add IDs for 'bext' chunks (see #343837).
7905
7906 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7907
7908         Patch by: Young-Ho Cha  <ganadist at chollian net>
7909
7910         * gst/subparse/samiparse.c: (sami_context_pop_state),
7911         (handle_start_font), (end_sami_element):
7912           Honour font face tags in SAMI subtitles (#344503).
7913
7914 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7915
7916         * po/POTFILES.in:
7917           add missing files containing translatable strings
7918
7919 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7920
7921         * docs/libs/tmpl/.cvsignore:
7922           we don't want those *.sgml files in CVS either
7923
7924 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7925
7926         * docs/libs/.cvsignore:
7927         * tests/check/elements/.cvsignore:
7928         * tests/check/libs/.cvsignore:
7929           ignore more
7930
7931 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7932
7933         * docs/libs/Makefile.am:
7934           also commiting the changed Makefile.am (added more libs to the
7935           doc-build)
7936
7937 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7938
7939         * docs/libs/gst-plugins-base-libs-docs.sgml:
7940         * docs/libs/gst-plugins-base-libs-sections.txt:
7941         * docs/libs/gst-plugins-base-libs.types:
7942           first batch of reordering things, add index & hierarchy
7943
7944 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7945
7946         * configure.ac:
7947           use GST_PKG_CHECK_MODULES, cleans up output
7948
7949 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7950
7951         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7952           Add support for burn:// URIs (#343385); const-ify things a bit,
7953           use G_N_ELEMENTS instead of hard-coded array size.
7954
7955 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         Patch by: Young-Ho Cha  <ganadist at chollian net>
7958
7959         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7960           Fix up broken entities before passing them to libxml *sigh*.
7961           (#343303).
7962           
7963 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7964
7965         * configure.ac:
7966           back to TRUNK
7967
7968 === release 0.10.8 ===
7969
7970 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7971
7972         * configure.ac:
7973           releasing 0.10.8, "Moar gij ziet mij nie"
7974
7975 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7976
7977         * configure.ac:
7978         * po/af.po:
7979         * po/az.po:
7980         * po/cs.po:
7981         * po/en_GB.po:
7982         * po/hu.po:
7983         * po/it.po:
7984         * po/nb.po:
7985         * po/nl.po:
7986         * po/or.po:
7987         * po/sq.po:
7988         * po/sr.po:
7989         * po/sv.po:
7990         * po/uk.po:
7991         * po/vi.po:
7992         * win32/common/config.h:
7993           0.10.7.2 prerelease
7994
7995 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7996
7997         * docs/libs/tmpl/gstaudio.sgml:
7998         * docs/libs/tmpl/gstcolorbalance.sgml:
7999         * docs/libs/tmpl/gstmixer.sgml:
8000         * docs/libs/tmpl/gstringbuffer.sgml:
8001         * docs/libs/tmpl/gsttuner.sgml:
8002         * docs/libs/tmpl/gstxoverlay.sgml:
8003         * gst-libs/gst/audio/audio.c:
8004         * gst-libs/gst/audio/gstringbuffer.c:
8005         * gst-libs/gst/interfaces/colorbalance.c:
8006         * gst-libs/gst/interfaces/mixer.c:
8007         * gst-libs/gst/interfaces/tuner.c:
8008         * gst-libs/gst/interfaces/xoverlay.c:
8009           move last template doc snippets to source code and delete them
8010
8011 2006-06-06  Michael Smith  <msmith@fluendo.com>
8012
8013         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
8014         (theora_parse_drain_queue):
8015           Mark DELTA_UNIT on non-keyframes.
8016
8017 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
8018
8019         * gst-libs/gst/audio/gstbaseaudiosink.c:
8020         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
8021         * gst-libs/gst/audio/gstbaseaudiosink.h:
8022         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
8023         (gst_ring_buffer_samples_done):
8024         * gst-libs/gst/audio/gstringbuffer.h:
8025         Document better the fact that latency_time and buffer_time are values
8026         stored in microseconds, and not the usual GStreamer nanoseconds.
8027         Change the variables (compatibly) that store them from GstClockTime 
8028         to guint64 to make it more clear that they're not storing clock times.
8029         Also, remove the bogus property description that says the user can
8030         specify -1 to get the default value, since that's never been the case.
8031
8032         When computing the default segment size for the ring buffer, make it
8033         an integer number of samples.
8034
8035         When the sub-class indicates a delay greater than the number of
8036         samples we've written return 0 from the audio sink get_time method.
8037
8038 2006-06-02  Michael Smith  <msmith@fluendo.com>
8039
8040         * tests/check/elements/audioconvert.c: (set_channel_positions),
8041         (get_float_mc_caps), (get_int_mc_caps):
8042         * tests/check/elements/audioresample.c:
8043         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
8044         * tests/check/elements/videorate.c:
8045         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
8046         * tests/check/elements/volume.c:
8047         * tests/check/elements/vorbisdec.c:
8048         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
8049           Don't busy-wait in tests; this was causing test timeouts very
8050           frequently when running under valgrind.
8051
8052 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8053
8054         * gst/tcp/README:
8055         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
8056         (gst_multi_fd_sink_remove_client_link),
8057         (gst_multi_fd_sink_client_queue_caps),
8058         (gst_multi_fd_sink_client_queue_buffer),
8059         (gst_multi_fd_sink_handle_client_write),
8060         (gst_multi_fd_sink_render):
8061         * gst/tcp/gstmultifdsink.h:
8062           make multifdsink properly deal with streamheader:
8063           - streamheader is taken from caps
8064           - buffers marked with IN_CAPS are not sent
8065           - streamheaders are sent, on connection, from the caps of the
8066             buffer where the client gets positioned to
8067           - further streamheader changes are done every time the client
8068             will receive a buffer with different caps
8069         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8070         (gst_multifdsink_create_streamheader):
8071           add tests for this
8072
8073 2006-06-02  Michael Smith  <msmith@fluendo.com>
8074
8075         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8076           Reinstate limit on channel count. Vorbis does not define the meaning
8077           of > 6 channels, so they're just independent channels. Gstreamer
8078           currently has no mechanism to represent N independent channels.
8079
8080 2006-06-02  Michael Smith  <msmith@fluendo.com>
8081
8082         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8083           Don't arbitrarily restrict channel counts and rate in vorbis.
8084           In terms of effects likely on real-world files, this fixes 96kHz
8085           playback of vorbis.
8086
8087 2006-06-02  Michael Smith  <msmith@fluendo.com>
8088
8089         * gst/audioconvert/audioconvert.c: (float):
8090           More correct float->int conversion.
8091
8092 2006-06-02  Michael Smith  <msmith@fluendo.com>
8093
8094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
8095           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
8096           value. Fixes g-critical on trying to play back ogg containing
8097           unknown codec.
8098
8099 2006-06-02  Wim Taymans  <wim@fluendo.com>
8100
8101         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
8102         (setup_source):
8103         * gst/playback/gstplaybasebin.h:
8104         Make the subtitle detection work from any thread so we don't
8105         deadlock. Fixes #343397.
8106
8107 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8108
8109         * gst/volume/Makefile.am:
8110           Seriously, it's not *that* hard to get compilation right.  Even
8111           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
8112
8113 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8114
8115         * gst/volume/gstvolume.c: (volume_choose_func),
8116         (volume_update_real_volume), (gst_volume_class_init),
8117         (gst_volume_init), (volume_process_float), (volume_process_int16),
8118         (volume_process_int16_clamp), (volume_set_caps),
8119         (volume_transform_ip), (plugin_init):
8120         * gst/volume/gstvolume.h:
8121         rewrite the passthrough check, split _int16 and _int16_clamp, fix
8122         another property desc., remove unused param from process function
8123         
8124         * tests/check/elements/volume.c: (volume_suite):
8125         reactivate the passthrough test
8126
8127 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8128
8129         * ext/alsa/gstalsamixerelement.h:
8130         * ext/alsa/gstalsamixeroptions.h:
8131         * ext/alsa/gstalsamixertrack.h:
8132         * ext/gnomevfs/gstgnomevfssink.h:
8133         * ext/gnomevfs/gstgnomevfssrc.h:
8134         * ext/theora/gsttheoradec.h:
8135         * ext/theora/gsttheoraenc.h:
8136         * ext/theora/gsttheoraparse.h:
8137         * ext/vorbis/vorbisparse.h:
8138         * gst-libs/gst/audio/gstaudioclock.h:
8139         * gst-libs/gst/audio/gstaudiofilter.h:
8140         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8141         * gst/audioconvert/gstaudioconvert.h:
8142         * gst/audioresample/gstaudioresample.h:
8143         * gst/audiotestsrc/gstaudiotestsrc.h:
8144         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
8145         * gst/playback/gststreamselector.h:
8146         * gst/tcp/gstmultifdsink.h:
8147         * gst/tcp/gsttcpclientsink.h:
8148         * gst/tcp/gsttcpclientsrc.h:
8149         * gst/tcp/gsttcpserversink.h:
8150         * gst/tcp/gsttcpserversrc.h:
8151         * gst/videorate/gstvideorate.h:
8152         * gst/videoscale/gstvideoscale.h:
8153         * gst/videotestsrc/gstvideotestsrc.h:
8154         * gst/volume/gstvolume.h:
8155         * sys/v4l/gstv4ljpegsrc.h:
8156         * sys/v4l/gstv4lmjpegsink.h:
8157         * sys/v4l/gstv4lmjpegsrc.h:
8158         * sys/v4l/gstv4lsrc.h:
8159         * sys/ximage/ximagesink.h:
8160         * sys/xvimage/xvimagesink.h:
8161         * tests/old/testsuite/alsa/sinesrc.h:
8162         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8163
8164 2006-05-31  Wim Taymans  <wim@fluendo.com>
8165
8166         * ext/libvisual/visual.c: (gst_visual_reset),
8167         (gst_visual_sink_setcaps), (gst_visual_sink_event),
8168         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
8169         Handle DISCONT.
8170         Use running time before doing QoS.
8171         Handle mono too.
8172
8173 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8174
8175         * docs/libs/Makefile.am:
8176           set a magic variable to indicate we know the docs are incomplete
8177
8178 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8179
8180         * win32/common/libgstvideo.def:
8181           export gst_video_calculate_display_ratio
8182         * win32/vs6/libgstvideoscale.dsp:
8183           add link to libgstvideo-0.10.lib
8184
8185 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8186
8187         * gst/playback/gstplaybasebin.c: (gen_source_element):
8188           Throw a more comprehensible error for rtsp:// URIs (rather
8189           than erroring out with a negotiation error later on) until
8190           we fix playbin to handle rtspsrc etc.
8191
8192 2006-05-30  Wim Taymans  <wim@fluendo.com>
8193
8194         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8195         (gst_text_overlay_text_event):
8196         Added some FIXMEs.
8197
8198 2006-05-30  Wim Taymans  <wim@fluendo.com>
8199
8200         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
8201         (gst_adder_request_new_pad), (gst_adder_release_pad):
8202         * gst/adder/gstadder.h:
8203         Implement release_request_pad.
8204         Make padcounter atomic.
8205
8206         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
8207         Added check for release_pad in adder.
8208
8209 2006-05-30  Wim Taymans  <wim@fluendo.com>
8210
8211         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
8212         Fix build again.
8213
8214 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8215
8216         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8217         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8218         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8219         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
8220         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
8221         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
8222         (gst_ogg_demux_bisect_forward_serialno),
8223         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
8224         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8225           add more debugging
8226           clean up printf formats for granulepos and serialno
8227
8228 2006-05-30  Michael Smith  <msmith@fluendo.com>
8229
8230         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8231         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
8232         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
8233         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
8234         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8235         * ext/vorbis/vorbisenc.h:
8236           Multi-channel caps negotiation, so we can do proper multichannel
8237           vorbis encoding, negotiated through audioconvert.
8238
8239 2006-05-30  Wim Taymans  <wim@fluendo.com>
8240
8241         * tests/check/elements/adder.c: (test_event_message_received),
8242         (test_play_twice_message_received), (GST_START_TEST),
8243         (adder_suite):
8244         Added check to show that #339935 is fixed with ongoing
8245         adder and collectpads fixes.
8246
8247 2006-05-29  Wim Taymans  <wim@fluendo.com>
8248
8249         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8250         Don't leak pad name.
8251
8252 2006-05-29  Wim Taymans  <wim@fluendo.com>
8253
8254         * gst/adder/gstadder.c: (gst_adder_query_duration),
8255         (forward_event_func), (forward_event), (gst_adder_src_event):
8256         Fix adder seeking.
8257         Make query/seeking code threadsafe.
8258
8259         * tests/check/Makefile.am:
8260         * tests/check/elements/adder.c: (test_event_message_received),
8261         (GST_START_TEST), (test_play_twice_message_received):
8262         Fix adder test case.
8263
8264 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8265
8266         Patch by: Young-Ho Cha  <ganadist at chollian net>
8267
8268         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8269         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8270         (set_encoding_element), (decodebin_element_added_cb),
8271         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8272         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8273         * gst/playback/gstplaybasebin.h:
8274           Add 'subtitle-encoding' property to playbin, so applications can
8275           force a subtitle encoding for non-UTF8 subtitles (#342268).
8276
8277         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8278         (gst_sub_parse_set_property):
8279           Rename recently-added 'encoding' property to 'subtitle-encoding'
8280           (so it can be proxied by playbin/decodebin in a generic way
8281           with less danger of false positives).
8282
8283 2006-05-29  Michael Smith  <msmith@fluendo.com>
8284
8285         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8286         (append_with_other_format), (set_structure_widths),
8287         (gst_audio_convert_transform_caps):
8288           Patch from #341562: give more specific audio caps in get_caps, so
8289           that basetransform  can make better decisions on what caps to
8290           negotiate.
8291
8292 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8293
8294         * tests/check/elements/volume.c:
8295         make it compile again
8296
8297 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8298
8299         * tests/check/elements/volume.c: (volume_suite):
8300         disable test until #343196 gets resolved
8301
8302 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8303
8304         * gst/adder/gstadder.c: (gst_adder_get_type):
8305         Make it easier to copy&paste
8306         
8307         * gst/volume/Makefile.am:
8308         * gst/volume/gstvolume.c: (volume_update_real_volume),
8309         (gst_volume_set_volume), (gst_volume_set_mute),
8310         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8311         (volume_transform_ip), (volume_update_mute),
8312         (volume_update_volume):
8313         * gst/volume/gstvolume.h:
8314         Add own debug category, move duplicate code to helper function, fix
8315         property texts, add more comments and prepare ffor liboil-goodness
8316         
8317         * tests/check/Makefile.am:
8318         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8319         add test for mute and passtrough case, be a bit more verbose to track
8320         failure
8321         
8322         * tests/check/generic/states.c: (GST_START_TEST):
8323         catch elements that fail to instantiate
8324
8325 2006-05-28  Edward Hervey  <edward@fluendo.com>
8326
8327         * tests/check/pipelines/simple-launch-lines.c:
8328         * tests/check/pipelines/theoraenc.c:
8329         * tests/check/pipelines/vorbisenc.c:
8330         Comment out tests using parse_launch() if core was built without
8331         parsing capabilities.
8332
8333 2006-05-27  Edward Hervey  <edward@fluendo.com>
8334
8335         * tests/check/Makefile.am:
8336         Extra bonus points for whoever explains to ensonic that you are meant
8337         to test unit tests thoroughly before commiting them, especially if
8338         you know it's going to break.
8339         De-activated element/adder tests.
8340
8341 2006-05-27  Edward Hervey  <edward@fluendo.com>
8342
8343         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8344         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8345         Marking caps conversion issues as GST_WARNING is way too verbose,
8346         Moving them to GST_LOG.
8347
8348 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8349
8350         * README:
8351           Replace current README (containing the release notes from
8352           some 0.9.x version) with a proper README taken from the core.
8353
8354 2006-05-26  Wim Taymans  <wim@fluendo.com>
8355
8356         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8357         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8358         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8359         (vorbis_dec_change_state):
8360         Small cleanups.
8361         Add some FIXMEs
8362         Clip output samples to segment boundaries.
8363
8364 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8365
8366         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8367         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8368         Improve the errors produced on bad output, including some human
8369         readable description strings.
8370         Handle the (theoretical for ximagesink) case where the XServer 
8371         has a different idea about the size required for a particular 
8372         frame and gives us too small a memory allocation.
8373
8374 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8375
8376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8377         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8378         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8379         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8380         Improve the errors produced on bad output, including some human 
8381         readable description strings.
8382         Handle RGB Xv formats properly by transforming them into our 
8383         big-endian caps description.
8384         Use gst_caps_truncate to ensure that we never try and choose a
8385         non-fixed caps in buffer_alloc.
8386         Handle the case where the XServer has a different idea about the size
8387         required for a particular frame and gives us too small a memory
8388         allocation.
8389         Use -1 to indicate 'no image format', because 0 is a valid XServer
8390         image format number.
8391         Put RGB Xv formats at the end of the caps, so that we always prefer
8392         YUV format frames.
8393         Iterate the available Xv Encodings to determine the maximum width and
8394         height, and then return that in our caps.
8395         (Closes #315312, #337544)
8396
8397 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8398
8399         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8400         When there is only one unfinished pad and it receives an event that
8401         doesn't match our requirements, we need to set alldone=FALSE so that
8402         the fakesink is not removed yet.
8403
8404 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8405
8406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8407           Use gst_type_find_helper_for_buffer() to find the type
8408           of stream from the first packet.
8409
8410         * configure.ac:
8411           Bump requirements to core CVS (needed for vorbis
8412           typefinding to work).
8413
8414 2006-05-24  Edward Hervey  <edward@fluendo.com>
8415
8416         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8417         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8418         contain.  Else they play perfectly fine with qtdemux.
8419
8420 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8421
8422         * ext/theora/theoradec.c:
8423         * ext/theora/theoraenc.c:
8424         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8425         * gst/audiorate/gstaudiorate.c:
8426           make more debug catagories static
8427         
8428         * tests/check/Makefile.am:
8429         * tests/check/elements/adder.c: (message_received),
8430         (test_event_message_received), (GST_START_TEST),
8431         (test_play_twice_message_received), (adder_suite):
8432           added test case for using element twice, extra bonus points for anyone
8433           who can make these test run reliably
8434
8435 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8436
8437         * ext/theora/theoradec.c: (theora_dec_chain):
8438           Make work with time-stamped input buffers that do not
8439           have a granulepos in BUFFER_OFFSET_END (like theora
8440           buffers coming from matroskademux). Fixes #342448.
8441
8442 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8443
8444         Patch by: Peter Kjellerstedt  <pkj at axis com>
8445
8446         * gst/tcp/Makefile.am:
8447           fdstresstest doesn't need Gtk+, fix compilation if 
8448           gtk is not available (#342566).
8449
8450 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8451          
8452         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8453           80 line columns
8454           Removed redundant floor()
8455
8456 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8457
8458         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8459           On second thought, just skip JUNK chunks automatically, so
8460           the caller doesn't have to handle this. Fixes #342345.
8461           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8462           not GST_FLOW_ERROR.
8463
8464 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8465
8466         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8467           Don't bail out on JUNK chunks with a size of 0 (would try to
8468           pull_range 0 bytes before, which sources don't like too much).
8469           See #342345.
8470
8471 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8472
8473         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8475         Use the gstutil scaling function to preserve 64 bits while calculating
8476         output width and height from the display-aspect-ratio. (A continuation
8477         of #341542)
8478
8479 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8480
8481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8482         (gst_xvimagesink_buffer_alloc):
8483         * sys/xvimage/xvimagesink.h:
8484         When performing buffer allocations, remember the caps and image format
8485         we return so that if the same caps are asked for next time we can
8486         return them immediately without doing any caps intersections.
8487
8488 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8489          
8490         * gst-libs/gst/rtp/README:
8491           Some new documentation
8492         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8493           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8494         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8495         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8496           New RTP audio base payloader class. Supports frame or sample based
8497           codecs.  Not enabled in Makefile.am until approved.
8498
8499 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8500
8501         * tests/check/elements/alsa.c: (test_device_property_probe):
8502           Fix test case: don't try to free NULL GValueArray when there
8503           are no devices.
8504
8505 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8506
8507         * tests/check/Makefile.am:
8508         * tests/check/elements/alsa.c: (test_device_property_probe),
8509         (alsa_suite), (main):
8510           Add simple test that runs a device property probe on alsasrc,
8511           alsasink and alsamixer. Disable valgrind check for now (too
8512           many leaks in libasound, and valgrind ignored my suppressions
8513           additions).
8514
8515 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8516
8517         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8518         (gst_alsa_device_property_probe_probe_property),
8519         (gst_alsa_device_property_probe_needs_probe),
8520         (gst_alsa_device_property_probe_get_values),
8521         (gst_alsa_type_add_device_property_probe_interface):
8522         * ext/alsa/gstalsadeviceprobe.h:
8523         * ext/alsa/gstalsamixerelement.c:
8524         (gst_alsa_mixer_element_init_interfaces):
8525         * ext/alsa/gstalsamixerelement.h:
8526           Clean up and simplify alsa device probing. Make it actually work
8527           for multiple classes. Don't cache results any longer.
8528
8529         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8530         (gst_alsasink_init):
8531         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8532         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8533         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8534           Make alsasink and alsasrc implement the GstPropertyProbe interface
8535           for device probing (#342181).
8536           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8537
8538 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8539
8540         * gst/subparse/samiparse.c: (handle_start_font):
8541           Don't ignore return value of strtol (++compiler_happiness).
8542
8543 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8544
8545         Patch by: Young-Ho Cha  <ganadist chollian net>
8546
8547         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8548         (gst_sub_parse_class_init), (gst_sub_parse_init),
8549         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8550         (convert_encoding):
8551         * gst/subparse/gstsubparse.h:
8552           Add 'encoding' property (#341681).
8553
8554         * gst/subparse/samiparse.c: (characters_sami):
8555           Output is pango markup, so we need to escape text
8556           between tags (#342143).
8557
8558 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8559
8560         * gst-libs/gst/audio/multichannel.c:
8561         (gst_audio_check_channel_positions):
8562           It's okay to have caps with channels=1 and a channel position
8563           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8564           (deinterleavers might want to keep the position in the caps,
8565           so that they can be re-interleaved again properly later).
8566           Leave check for unexpected 2-channel layouts intact for now.
8567
8568 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8569
8570         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8571         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8572         basesrc can do its job correctly.
8573
8574 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8575
8576         * ext/alsa/Makefile.am:
8577         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8578         (gst_alsa_detect_formats), (get_channel_free_structure),
8579         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8580         (gst_alsa_probe_supported_formats):
8581         * ext/alsa/gstalsa.h:
8582         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8583           Refactor and improve caps probing code: probe signedness
8584           when we probe the supported formats/widths; set endianness
8585           to the one we actually probed for (ie. cpu endianness).
8586           
8587         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8588         (gst_alsasrc_close):
8589         * ext/alsa/gstalsasrc.h:
8590           Implement caps probing for alsasrc.
8591
8592 2006-05-15  Wim Taymans  <wim@fluendo.com>
8593
8594         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8595         (theora_dec_src_query), (theora_dec_src_event),
8596         (theora_dec_sink_event), (theora_handle_comment_packet),
8597         (theora_handle_data_packet), (theora_dec_change_state):
8598         Cleanups, add some G_LIKELY.
8599         Use segment helpers instead of our own wrong code.
8600         Clear queued buffers on seek and READY.
8601
8602         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8603         (vorbis_dec_convert), (vorbis_dec_src_query),
8604         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8605         (vorbis_handle_comment_packet), (vorbis_dec_push),
8606         (vorbis_handle_data_packet), (vorbis_dec_chain),
8607         (vorbis_dec_change_state):
8608         * ext/vorbis/vorbisdec.h:
8609         Remove old useless packetno variable.
8610         Do position query properly.
8611         Add some G_LIKELY.
8612         Do cleanup of queued buffers in new helper function
8613         and use it.
8614
8615 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8616
8617         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8618           Query supported sample rates. Fixes #341732.
8619
8620 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8621
8622         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8623         (gst_decode_bin_change_state): Make decodebin reusable
8624         when going from PAUSE_TO_READY and then back to PAUSED.
8625         Fixes #331678.
8626
8627 2006-05-15  Wim Taymans  <wim@fluendo.com>
8628
8629         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8630         (vorbis_dec_convert), (vorbis_dec_src_query),
8631         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8632         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8633         (vorbis_dec_clean_queued), (vorbis_dec_push),
8634         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8635         Cleanups. Use refcounting and DEBUG_OBJECT.
8636         Reset segment on flush, use code methods instead of our
8637         own wrong version.
8638         Fix potential memleak.
8639
8640 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8641
8642         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8643         (gst_alsasink_init):
8644         * ext/alsa/gstalsasink.h:
8645           Don't leak allocated snd_output_t structure if there's
8646           more than one alsasink instance at a time (#341873).
8647           Also fix GObject macros in header file.
8648           
8649 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8650
8651         * gst/subparse/gstsubparse.c:
8652         (gst_sub_parse_data_format_autodetect):
8653           Don't use libxml functions in the typefinding code.
8654
8655 2006-05-15  Wim Taymans  <wim@fluendo.com>
8656
8657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8658         Fix seeking performance in the case where a non-header 
8659         packet has a 0 granulepos (busted theora case). 
8660         Fixes #341719
8661         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8662          the first place, you limelight stealer you)
8663
8664 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * gst/subparse/gstsubparse.c:
8667         (gst_sub_parse_data_format_autodetect):
8668           Improve SAMI typefinding: handle case where there are
8669           whitespaces or newlines in front of the first <SAMI>
8670           tag (#169936).
8671
8672 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8673
8674         * configure.ac:
8675           Build video4linux plugin even if there's no XVIDEO, just
8676           without implementing the GstXOverlay interface (#334002).
8677          
8678 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         * configure.ac:
8681         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8682         (plugin_init):
8683           Add tentative support for libvisual-0.4 (#336881).
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/samiparse.c: (handle_start_font):
8690           Need to map "silver" colour explicitly (#169936).
8691
8692 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8693
8694         Patch by: Young-Ho Cha  <ganadist at chollian net>
8695
8696         * gst/subparse/Makefile.am:
8697         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8698         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8699         (gst_sub_parse_format_autodetect), (feed_textbuf),
8700         (gst_subparse_type_find), (plugin_init):
8701         * gst/subparse/gstsubparse.h:
8702         * gst/subparse/samiparse.c:
8703         * gst/subparse/samiparse.h:
8704           Add support for SAMI subtitles (#169936).
8705
8706 2006-05-14  Michael Smith  <msmith@fluendo.com>
8707
8708         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8709           Fix #341696: crash when mixing L+R+C to mono or stereo.
8710         * tests/check/Makefile.am:
8711         * tests/check/elements/audioconvert.c: (set_channel_positions),
8712         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8713         (audioconvert_suite):
8714           Add test for the above, including some generic framework bits for
8715           testing multichannel things.
8716
8717 === release 0.10.7 ===
8718
8719 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8720
8721         * configure.ac:
8722           releasing 0.10.7, "Leave the gun"
8723
8724 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8725
8726         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8728         Fix the build.
8729
8730 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8731
8732         * docs/libs/gst-plugins-base-libs-docs.sgml:
8733         * docs/libs/gst-plugins-base-libs-sections.txt:
8734         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8735         * gst-libs/gst/video/video.h:
8736         * gst/videoscale/Makefile.am:
8737         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8739         * tests/check/Makefile.am:
8740         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8741         (main):
8742           Fix integer overflow problem with pixel-aspect-ratio calculations
8743           in videoscale and xvimagesink (#341542)
8744
8745 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * gst-libs/gst/tag/gstid3tag.c:
8748           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8749
8750 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8751
8752         * win32/MANIFEST:
8753           update win32 files listing
8754
8755 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8756
8757         patch by: Sjoerd Simons (sjoerd@luon.net)
8758
8759         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8760         (group_create), (group_destroy), (add_stream),
8761         (gst_play_base_bin_get_property),
8762         (gst_play_base_bin_get_streaminfo_value_array):
8763         * gst/playback/gstplaybasebin.h:
8764           API: GstPlayBaseBin::stream-info-value-array property
8765           use a more bindings-friendly way of exposing streaminfo
8766           using a GValueArray.  Tested in ipython.
8767           Closes #341114
8768
8769 2006-05-11  Wim Taymans  <wim@fluendo.com>
8770
8771         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8772         (queue_underrun_cb), (queue_filled_cb):
8773         Also catch queue underruns but don't do anything yet.
8774         Refactor and comment queue enlarging code a bit.
8775
8776         * gst/playback/gstplaybasebin.c: (queue_overrun),
8777         (queue_threshold_reached), (queue_out_of_data),
8778         (gen_preroll_element):
8779         If a queue over/underruns check that we don't create nasty
8780         deadlocks when the min-threshold is not reached but the
8781         max-bytes is. In those cases disable max-bytes when we
8782         know that the queue is fed timed data.
8783         Add more comments.
8784
8785 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * gst/playback/gstplaybin.c: (gen_audio_element):
8788           Make playbin automatically plug an 'audioresample'
8789           element before the audio sink as well. This solves
8790           problems with sinks that only accept a very specific
8791           sample rate, like esdsink (e.g. #340379).
8792
8793 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8794
8795         * gst/playback/gstplaybasebin.c: (gen_source_element):
8796           Make http sources send special headers so that we receive
8797           icecast metadata if the http stream is an icecast stream
8798           (otherwise the server will just ignore them). This also
8799           means that from now on users will need the 'icydemux'
8800           element from gst-plugins-good installed if they want to
8801           listen to icecast radio streams. (#341432, #333657).
8802
8803 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8804
8805         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8806         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8807           remove stupid example from docs - it should come with a simple
8808           C program instead.
8809           Clean up/fix docs
8810         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8811         (fail_if_can_read), (GST_START_TEST),
8812         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8813           add a test for changing streamheader which exposes a bug in
8814           multifdsink
8815
8816 2006-05-11  Michael Smith  <msmith@fluendo.com>
8817
8818         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8819         (gst_gnome_vfs_src_received_headers_callback):
8820         * ext/gnomevfs/gstgnomevfssrc.h:
8821           Don't set icy-caps unless we have a sane interval value. Move
8822           interval to a local variable; we never use it outside this function.
8823
8824 2006-05-11  Wim Taymans  <wim@fluendo.com>
8825
8826         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8828         Register special buffer types along with the objects so
8829         that they are not registered at runtime from N different
8830         streaming threads since they are not threadsafe.
8831
8832 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8833
8834         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8835         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8836           add two more tests, one doing streamheader
8837
8838 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8839
8840         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8841           clean up the bufqueue when shutting down
8842         * tests/check/Makefile.am:
8843         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8844         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8845         (main):
8846           add a test for the leak that was just fixed
8847
8848 2006-05-10  Wim Taymans  <wim@fluendo.com>
8849
8850         * gst/adder/gstadder.c: (gst_adder_setcaps),
8851         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8852         (gst_adder_src_event), (gst_adder_sink_event),
8853         (gst_adder_class_init), (gst_adder_finalize),
8854         (gst_adder_request_new_pad), (gst_adder_collected):
8855         * gst/adder/gstadder.h:
8856         Updated some docs. Added comments and FIXMEs all over the place.
8857         Improve debugging info.
8858         Fix leak on finalize by not calling the parent.
8859         Implement duration query.
8860         Make event forwarding threadsafe.
8861         Correctly send NEWSEGMENT at start and after flush.
8862         Handle EOS correctly.
8863         Post error when not negotiated.
8864
8865         * tests/check/elements/adder.c: (GST_START_TEST):
8866         Added FIXME in the test.
8867
8868 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8871         (gst_text_overlay_halign_get_type),
8872         (gst_text_overlay_wrap_mode_get_type):
8873         * ext/theora/theoradec.c: (theora_handle_type_packet),
8874         (theora_handle_data_packet):
8875         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8876         (theora_enc_sink_setcaps), (theora_enc_chain):
8877         * gst-libs/gst/cdda/gstcddabasesrc.c:
8878         (gst_cdda_base_src_mode_get_type):
8879         * gst/audiotestsrc/gstaudiotestsrc.c:
8880         (gst_audiostestsrc_wave_get_type):
8881         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8882         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8883         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8884         (gst_sync_method_get_type), (gst_unit_type_get_type),
8885         (gst_client_status_get_type):
8886         * gst/videoscale/gstvideoscale.c:
8887         (gst_video_scale_method_get_type):
8888         * gst/videotestsrc/gstvideotestsrc.c:
8889         (gst_video_test_src_pattern_get_type):
8890         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8891         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8892         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8893         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8894         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8895         (paint_setup_RGB565), (paint_setup_xRGB1555):
8896           Const-ify GEnumValue and GFlagsValue arrays. Use
8897           GST_ROUND_UP_* macros instead of home-made ones.
8898
8899 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8900
8901         * configure.ac:
8902           Require core CVS for the new newsegment stuff.
8903
8904 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8905
8906         Patch by: Sjoerd Simons  <sjoerd at luon net>
8907
8908         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8909           Register nick for enum value (#341160).
8910
8911 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8912
8913         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8914         (plugin_init):
8915          backout typefind patch #340375
8916          
8917         * tests/check/elements/adder.c: (message_received),
8918         (GST_START_TEST), (adder_suite):
8919           redo, signal-handling of test
8920
8921 2006-05-09  Wim Taymans  <wim@fluendo.com>
8922
8923         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8924         (gst_adder_collected):
8925         * gst/adder/gstadder.h:
8926         Remove bogus segment merging and forwarding, we don't
8927         care about timestamps anyway and we just produce a
8928         continuous stream. 
8929         Also create a nice NEWSEGMENT event when we start.
8930         Use _scale_int some more.
8931
8932 2006-05-09  Edward Hervey  <edward@fluendo.com>
8933
8934         * tests/icles/stress-xoverlay.c:
8935         Fix if core was built without parsing support.
8936
8937 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8938
8939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8940           Add SEDG (Samsung MPEG-4) fourcc.
8941
8942 2006-05-09  Edward Hervey  <edward@fluendo.com>
8943
8944         * tests/icles/stress-xoverlay.c:
8945         * tests/examples/volume/volume.c:
8946         Fix if core was built without parsing support.
8947
8948         * tests/examples/seek/seek.c:
8949         Disable the parse_launch example if core was built without parsing
8950         support.
8951
8952 2006-05-08  Edward Hervey  <edward@fluendo.com>
8953
8954         * autogen.sh: (CONFIGURE_DEF_OPT): 
8955         libtoolize on Darwin/MacOSX is called glibtoolize
8956
8957 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8958
8959         * tests/check/Makefile.am:
8960         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8961           Disable the adder test, until the build-slaves posses the kindness to 
8962           either like it or to give valid reason for not doing so 
8963
8964 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8965
8966         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8967         (adder_suite):
8968           Shuffle NULL state change around and raise timeout more
8969
8970 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8971
8972         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8973         (mp4_type_find), (plugin_init):
8974           Add typefind to distinguish between "audio/x-m4a" and new type
8975           "video/mp4". Fixes #340375
8976
8977         * tests/check/elements/adder.c: (adder_suite):
8978           Raise timeout to make buildbot happy
8979
8980 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8981
8982         * gst/adder/gstadder.c: (gst_adder_sink_event),
8983         (gst_adder_request_new_pad), (gst_adder_change_state):
8984         * gst/adder/gstadder.h:
8985         * tests/check/Makefile.am:
8986         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8987         (adder_suite), (main):
8988           Add sink-event handling to adder. It tries to merge incomming
8989           newsegment-events. Added test to check if segment_done is comming
8990           through. Fixes #340060
8991
8992 2006-05-05  Andy Wingo  <wingo@pobox.com>
8993
8994         * ext/theora/theoraparse.c (gst_theora_parse_init)
8995         (theora_parse_src_convert, theora_parse_src_query):
8996         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8997         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8998         query functions on the source pads of the theora and vorbis parse
8999         elements. Fixes position querying when doing a remux.
9000
9001 2006-05-05  Michael Smith  <msmith@fluendo.com>
9002
9003         * ext/theora/theoraparse.c: (parse_granulepos),
9004         (theora_parse_drain_queue_prematurely),
9005         (theora_parse_queue_buffer), (theora_parse_sink_event):
9006           Fix flushing.
9007           Fix invalid granulepos outputs when starting with a non-keyframe.
9008
9009 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
9010
9011         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
9012         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
9013         Rearrange MPEG system stream detection, fixing some memleaks in the
9014         process.
9015         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
9016         they clean up their data correctly.
9017         Remove unused ogganx caps and move the 'is_annodex' check to inside
9018         the 'is_ogg' if statement.
9019
9020 2006-05-05  Wim Taymans  <wim@fluendo.com>
9021
9022         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
9023         Properly remove ghostpads. Fixes #340392
9024
9025 2006-05-04  David Schleef  <ds@schleef.org>
9026
9027         * gst/typefind/gsttypefindfunctions.c:
9028
9029 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
9030
9031         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9032         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
9033
9034         When typefinding an MP3 in push-based mode, don't penalise the
9035         probability down to 74% when we found 5 valid frames just because we
9036         can't peek the end of the file.
9037
9038         Make the probability for detecting MPEG Transport Streams based on the
9039         number of sequential headers we successfully detected.
9040
9041 2006-05-03  Wim Taymans  <wim@fluendo.com>
9042
9043         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9044         (vorbis_dec_push), (vorbis_dec_chain):
9045         Still produce an error when we receive an empty packet.
9046
9047 2006-05-03  Wim Taymans  <wim@fluendo.com>
9048
9049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9050         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
9051         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
9052         Mark buffers with DISCONT after seek and after activating new
9053         chains.
9054
9055         * ext/theora/gsttheoradec.h:
9056         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9057         (theora_get_query_types), (theora_dec_sink_event),
9058         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
9059         (theora_dec_change_state):
9060         Fix frame counter.
9061         Detect and mark DISCONT buffers.
9062
9063         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9064         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
9065         (vorbis_dec_change_state):
9066         * ext/vorbis/vorbisdec.h:
9067         Use GstSegment.
9068         Detect and mark DISCONT buffers.
9069         Don't crash on 0 sized buffers.
9070
9071 2006-05-03  Wim Taymans  <wim@fluendo.com>
9072
9073         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
9074         (volume_transform_ip):
9075         Increase "volume" property to 10.0. Fixes #340369.
9076         Set the process function to NULL when capsnego fails so that
9077         we properly error out.
9078
9079 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9080
9081         * gst/playback/gstplaybin.c: (add_sink):
9082         * gst/playback/test.c: (main):
9083         * gst/playback/test5.c: (dump_element_stats):
9084         * gst/playback/test6.c: (main):
9085           free caps using gst_caps_unref, don't leak caps-strings
9086
9087 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
9090         (plugin_init):
9091           Refine musepack typefinding a bit. Return MAXIMUM
9092           probability when we detect stream version 7 to make
9093           sure the mpeg audio typefinder doesn't trump us.
9094
9095 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9098           Protect against unexpected NULL strf_data buffer.
9099
9100 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9101
9102         * tests/check/elements/audioconvert.c: (verify_convert),
9103         (GST_START_TEST):
9104           interpret the out[] buffer in the order the bytes are actually
9105           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
9106           Other tests should use BYTE_ORDER since the array is filled in
9107           with actual values
9108
9109 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9110
9111         * tests/check/elements/audioconvert.c: (verify_convert),
9112         (GST_START_TEST):
9113           when a test fails, give an indication of which it is
9114
9115 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9116
9117         * gst-libs/gst/cdda/gstcddabasesrc.c:
9118           compile fix; strtol() needs <stdlib.h>
9119
9120 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9121
9122         * ext/alsa/gstalsamixerelement.c:
9123         * ext/alsa/gstalsasrc.c:
9124         * ext/cdparanoia/gstcdparanoiasrc.c:
9125         * ext/gnomevfs/gstgnomevfssink.c:
9126         * ext/gnomevfs/gstgnomevfssrc.c:
9127         * ext/ogg/gstoggdemux.c:
9128         * ext/ogg/gstoggmux.c:
9129         * ext/ogg/gstoggparse.c:
9130         * ext/ogg/gstogmparse.c:
9131         * ext/pango/gstclockoverlay.c:
9132         * ext/pango/gsttextoverlay.c:
9133         * ext/pango/gsttextrender.c:
9134         * ext/pango/gsttimeoverlay.c:
9135         * ext/theora/theoradec.c:
9136         * ext/theora/theoraenc.c:
9137         * ext/vorbis/vorbisdec.c:
9138         * ext/vorbis/vorbisenc.c:
9139         * gst-libs/gst/audio/gstaudiofilter.c:
9140         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9141         * gst/audioconvert/gstaudioconvert.c:
9142         * gst/audiorate/gstaudiorate.c:
9143         * gst/audioresample/gstaudioresample.c:
9144         * gst/audiotestsrc/gstaudiotestsrc.c:
9145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9146         * gst/playback/gstdecodebin.c:
9147         * gst/playback/gstplaybin.c:
9148         * gst/playback/gststreamselector.c:
9149         * gst/subparse/gstsubparse.c:
9150         * gst/tcp/gstmultifdsink.c:
9151         * gst/tcp/gsttcpclientsink.c:
9152         * gst/tcp/gsttcpclientsrc.c:
9153         * gst/tcp/gsttcpserversink.c:
9154         * gst/tcp/gsttcpserversrc.c:
9155         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9156         * gst/videorate/gstvideorate.c:
9157         * gst/videoscale/gstvideoscale.c:
9158         * gst/videotestsrc/gstvideotestsrc.c:
9159         * gst/volume/gstvolume.c:
9160         * sys/v4l/gstv4ljpegsrc.c:
9161         * sys/v4l/gstv4lmjpegsink.c:
9162         * sys/v4l/gstv4lmjpegsrc.c:
9163         * sys/v4l/gstv4lsrc.c:
9164         * sys/ximage/ximagesink.c:
9165         * sys/xvimage/xvimagesink.c:
9166         * tests/check/libs/cddabasesrc.c:
9167           make GstElementDetails const
9168
9169 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9170
9171         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9172         (gst_adder_init):
9173           send events from src-pad to all sink-pads fixes #338657
9174
9175 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9176
9177         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
9178         (alsasink_parse_spec):
9179           query width capabilities from alsa, fixes #338919
9180
9181 2006-04-28  Wim Taymans  <wim@fluendo.com>
9182
9183         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
9184         (gst_multi_fd_sink_remove_client_link):
9185         * gst/tcp/gstmultifdsink.h:
9186         Fix race condition in multifdsink that can lead to spurious 
9187         duplicate clients. this patch adds a new signal that is fired when
9188         multifdsink has removed all references to the fd.
9189         Fixes #339574.
9190         Updated documentation.
9191         API: client-fd-removed signal added
9192
9193 2006-04-28  Michael Smith  <msmith@fluendo.com>
9194
9195         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
9196           When asking g_value_array_new to prealloc elements, we may as well
9197           ask for the right number of elements.
9198
9199 2006-04-28  Wim Taymans  <wim@fluendo.com>
9200
9201         * gst-libs/gst/audio/gstbaseaudiosink.c:
9202         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
9203         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9204         patch to make timestamp checking more tollerant to rounding 
9205         errors given that real discontinuities are to be marked on
9206         buffers. Fixes some asf files and #338778.
9207         Also avoid some crashers when we receive an event in the 
9208         NULL state.
9209
9210 2006-04-28  Michael Smith  <msmith@fluendo.com>
9211
9212         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9213         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9214         (gst_gnome_vfs_src_get_property),
9215         (gst_gnome_vfs_src_send_additional_headers_callback),
9216         (gst_gnome_vfs_src_received_headers_callback),
9217         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
9218         (gst_gnome_vfs_src_stop):
9219         * ext/gnomevfs/gstgnomevfssrc.h:
9220           Remove ICY handling (mostly) from gnomevfssrc, in favour of
9221           proper shared support within icydemux.
9222
9223 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9224
9225         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
9226         (gst_video_rate_swap_prev), (gst_video_rate_chain):
9227           fix up docs
9228           fix a leak when no caps negotiated
9229           fix counting of input frames
9230         * tests/check/elements/.cvsignore:
9231         * tests/check/elements/videorate.c: (assert_videorate_stats),
9232         (GST_START_TEST), (videorate_suite):
9233           add tests for these
9234
9235 2006-04-28  Wim Taymans  <wim@fluendo.com>
9236
9237         * gst-libs/gst/audio/gstringbuffer.c:
9238         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9239         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9240         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9241         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9242         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9243         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9244         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9245         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9246         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9247         Check arguments passed to public functions instead of
9248         crashing.
9249
9250 2006-04-28  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9253         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9254         GstBaseAudioSrc must be live or it does not work.
9255
9256         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9257         Don't set live to TRUE as this is the default in the parentclass.
9258
9259 2006-04-28  Wim Taymans  <wim@fluendo.com>
9260
9261         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9262         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9263         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9264         fixation cases better. Fixes #338991
9265
9266 2006-04-28  Wim Taymans  <wim@fluendo.com>
9267
9268         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9269         Handle 0/1 framerate correctly Fixes #331901.
9270
9271 2006-04-28  Wim Taymans  <wim@fluendo.com>
9272
9273         * tests/check/elements/audioconvert.c: (get_float_caps),
9274         (GST_START_TEST), (audioconvert_suite):
9275         Added check for correct clipping when doing float samples
9276         in audioconvert.
9277
9278 2006-04-28  Wim Taymans  <wim@fluendo.com>
9279
9280         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9281         (gst_video_rate_chain):
9282         Print more debugging info.
9283
9284 2006-04-28  Wim Taymans  <wim@fluendo.com>
9285
9286         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9287         (resample_set_state_from_caps):
9288         Add support for other formats audioresample can handle such as
9289         32 bits in and float and 64 bits float. Fixes #301759
9290
9291 2006-04-28  Wim Taymans  <wim@fluendo.com>
9292
9293         * gst/audioconvert/audioconvert.c: (float):
9294         correctly clip float samples > 1.0. Fixes #338718
9295
9296 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9297
9298         Patch by: Young-Ho Cha  <ganadist at chollian net>
9299
9300         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9301         (gst_text_overlay_render_text):
9302           Don't strip newlines from the text. Also, center lines
9303           within multi-line paragraphs (#339405).
9304
9305 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9306
9307         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9308           Fix wavpack typefinding to work in more cases (don't peek
9309           for chunks of multiple hundred kBs at once, but process
9310           things step-by-step in smaller units). Fixes #339786.
9311
9312 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9313
9314         * configure.ac:
9315           back to HEAD
9316
9317 === release 0.10.6 ===
9318
9319 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9320
9321         * configure.ac:
9322           releasing 0.10.6, "Chao"
9323
9324 2006-04-26  David Schleef  <ds@schleef.org>
9325
9326         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9327           Fixes #338897.
9328
9329 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9330
9331         * configure.ac:
9332         * win32/common/config.h:
9333           new prerelease
9334
9335 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9336
9337         patch by: Wim Taymans
9338
9339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9340         (gst_ogg_demux_perform_seek):
9341           make sure correct newsegments are sent, so that the decoder
9342           and the demuxer agree on timestamps.  Fixes playback of a lot
9343           of Ogg files that do not start from 0.  Fixes #339833.
9344
9345 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9346
9347         Patch by: Edward Hervey  <edward@fluendo.com>
9348
9349         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9350         * tests/check/Makefile.am:
9351         * tests/check/elements/videorate.c: (assert_videorate_stats),
9352         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9353         (videorate_suite), (main):
9354           Fix an infinite loop if frames are passed in with wrongly ordered
9355           timestamps.  Fixes #339013.
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/typefind/gsttypefindfunctions.c: (qt_type_find):
9362           fix typefinding on some ISO files.  Fixes #339212.
9363
9364 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9365
9366         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9367
9368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9369           add another H264 fourcc.  Fixes #339047.
9370
9371 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9372
9373         Patch by: Jan Schmidt
9374
9375         * gst/playback/gststreamselector.c:
9376         (gst_stream_selector_bufferalloc):
9377           Restore old StreamSelector behaviour.
9378           Fixes #338419.
9379
9380 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9381
9382         * configure.ac:
9383         * win32/common/config.h:
9384           prerelease
9385
9386 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9387
9388         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9389
9390         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9391         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9392           Fix some memory leaks: on finalize, free buffers left in the queue
9393           before destroying the queue; in _push(), unref rtp_buf even if
9394           the process vfunc returned a NULL buffer as output buffer (#337548);
9395           demote some recuring debug messages to LOG level.
9396
9397 2006-04-11  Wim Taymans  <wim@fluendo.com>
9398
9399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9400         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9401         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9402         (gst_ogg_demux_loop):
9403         More cleanups.
9404         Respect segment stop when emiting EOS or SEGMENT_DONE.
9405         Fixes (#337945).
9406
9407 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9408
9409         * gst/playback/gststreamselector.c:
9410         (gst_stream_selector_get_property):
9411           Don't leak pad name.
9412
9413 2006-04-10  Michael Smith  <msmith@fluendo.com>
9414
9415         * tests/check/Makefile.am:
9416         * tests/check/gst-plugins-base.supp:
9417           Suppress an old libtheora bug (fixed in more recent versions), so 
9418           that FC4 buildslaves can pass.
9419
9420 2006-04-10  Wim Taymans  <wim@fluendo.com>
9421
9422         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9423         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9424         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
9425         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9426         (gst_ogg_demux_loop):
9427         Don't leak events.
9428         Remember what error we got when finding chains, if we
9429         were shutdown, that would not be an error.
9430
9431 2006-04-10  Wim Taymans  <wim@fluendo.com>
9432
9433         * gst-libs/gst/audio/gstbaseaudiosink.c:
9434         (gst_base_audio_sink_event):
9435         Starting the ringbuffer when we did not acquire it can cause
9436         a deadlock, is pointless and causes nasty things for
9437         subclasses. 
9438         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9439
9440 2006-04-10  Wim Taymans  <wim@fluendo.com>
9441
9442         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9443         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9444         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9445         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9446         (gst_ogg_demux_deactivate_current_chain),
9447         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9448         (gst_ogg_demux_bisect_forward_serialno),
9449         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9450         Add some more debugging.
9451
9452 2006-04-10  Wim Taymans  <wim@fluendo.com>
9453
9454         * ext/theora/theoradec.c: (theora_dec_src_event),
9455         (theora_handle_data_packet):
9456         Some more debug info.
9457
9458         * tests/examples/seek/seek.c: (start_seek), (main):
9459         Print element messages too.
9460
9461 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9462
9463         * gst/audioresample/debug.h:
9464           replace debug macros with variable number of parameters
9465           by a simple alias to gstreamer standard debug macros 
9466          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9467           supported by MSVC 6.0 and 7.1)
9468         * gst/audioresample/resample.h:
9469           define M_PI and rint for WIN32
9470         * win32/common/libgstaudio.def:
9471         * win32/common/libgstriff.def:
9472         * win32/common/libgsttag.def:
9473         * win32/common/libgstvideo.def:
9474           add new exported functions
9475         * win32/vs6:
9476           update project files
9477
9478 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9479
9480         * ext/alsa/gstalsamixeroptions.c:
9481         (gst_alsa_mixer_options_class_init):
9482         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9485         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9486         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9487         * gst-libs/gst/audio/gstaudiofilter.c:
9488         (gst_audio_filter_class_init):
9489         * gst-libs/gst/audio/gstaudiosink.c:
9490         (gst_audioringbuffer_class_init):
9491         * gst-libs/gst/audio/gstaudiosrc.c:
9492         (gst_audioringbuffer_class_init):
9493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9494         * gst-libs/gst/interfaces/colorbalancechannel.c:
9495         (gst_color_balance_channel_class_init):
9496         * gst-libs/gst/interfaces/mixeroptions.c:
9497         (gst_mixer_options_class_init):
9498         * gst-libs/gst/interfaces/mixertrack.c:
9499         (gst_mixer_track_class_init):
9500         * gst-libs/gst/interfaces/tunerchannel.c:
9501         (gst_tuner_channel_class_init):
9502         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9503         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9504         (gst_netbuffer_class_init):
9505         * gst-libs/gst/rtp/gstbasertppayload.c:
9506         (gst_basertppayload_class_init):
9507         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9509         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9510         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9511         * gst/playback/gststreamselector.c:
9512         (gst_stream_selector_class_init):
9513         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9514         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9515         * sys/v4l/gstv4lcolorbalance.c:
9516         (gst_v4l_color_balance_channel_class_init):
9517         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9518         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9519         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9520         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9521         (gst_v4l_tuner_norm_class_init):
9522         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9524         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9525         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9526
9527 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9528
9529         * ext/pango/gsttextrender.h:
9530         * gst-libs/gst/audio/gstaudiosink.h:
9531         * gst-libs/gst/audio/gstaudiosrc.h:
9532         * gst-libs/gst/audio/gstbaseaudiosink.h:
9533         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9534         * gst-libs/gst/audio/gstringbuffer.h:
9535         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9536         * gst-libs/gst/rtp/gstbasertppayload.h:
9537         * gst-libs/gst/video/gstvideofilter.h:
9538         * gst-libs/gst/video/gstvideosink.h:
9539         * gst/playback/gstplaybasebin.h:
9540         * gst/tcp/gstmultifdsink.h:
9541         * sys/v4l/gstv4lelement.h:
9542         Fix broken GObject macros
9543
9544 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9545
9546         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9547         More debug to trace why my USB headset is not working with gst
9548
9549 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9550
9551         * gst/playback/gstplaybasebin.c: (group_destroy):
9552         Clean up our group elements properly in the case where it never 
9553         got committed - it still got added unconditionally to the bin.
9554
9555 2006-04-07  Wim Taymans  <wim@fluendo.com>
9556
9557         * ext/theora/theoradec.c: (theora_dec_sink_event),
9558         (theora_handle_data_packet), (theora_dec_chain):
9559         Unref unhandled events.
9560         Protect against empty buffers.
9561         Perform QoS on running time.
9562
9563 2006-04-07  Michael Smith  <msmith@fluendo.com>
9564
9565         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9566         (gst_vorbis_enc_chain):
9567           Remove leaks from vorbisenc.
9568           Mostly minor changes, the only significant one is that now the
9569           buffers we set as 'streamheader' on the caps are copies of the
9570           original buffers, to avoid circular refcounting problems.
9571
9572 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9573
9574         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9575           Don't remove our mute-probe if someone else already did so.
9576           Don't set a 2nd one if there is already one pending on the pad.
9577
9578         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9579         (do_playbin_seek):
9580           When a seek fails, ensure that playbin is still set back to playing.
9581           
9582         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9583         (mpeg_ts_type_find), (plugin_init):
9584           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9585
9586 2006-04-06  Andy Wingo  <wingo@pobox.com>
9587
9588         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9589         (gst_video_rate_init): Caps-related parameters should not be reset
9590         by a flush -- move their inits to the instance init function.
9591         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9592         is not OK, just return the result.
9593
9594         * gst/audiotestsrc/gstaudiotestsrc.c
9595         (gst_audio_test_src_class_init)
9596         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9597         broken by Stefan's commit on 24 March.
9598
9599         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9600         buffers being pushed out. Fixes oggmux ! multifdsink.
9601
9602 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9603
9604         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9605         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9606         * ext/vorbis/vorbisdec.h:
9607         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9608         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9609         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9610         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9611         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9612         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9613         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9614         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9615         (gst_vorbis_enc_buffer_from_packet),
9616         (gst_vorbis_enc_buffer_from_header_packet),
9617         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9618         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9619         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9620         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9621         (gst_vorbis_enc_change_state):
9622         * ext/vorbis/vorbisenc.h:
9623           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9624           vorbisenc adhere to the official nomenclature; use boilerplate
9625           macro.
9626
9627 2006-04-04  Andy Wingo  <wingo@pobox.com>
9628
9629         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9630         Whoops, fix bug introduced. Bad hacker!
9631         
9632         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9633         Properly handle the case where you get EOS before any buffers are
9634         received. Use gst_buffer_make_metadata_writable where appropriate.
9635
9636         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9637         is often negative -- make it signed so as not to wrap around.
9638         Fixes segfaults introduced on 9 March.
9639
9640 2006-04-03  Wim Taymans  <wim@fluendo.com>
9641
9642         * ext/theora/gsttheoradec.h:
9643         * ext/theora/theoradec.c: (theora_dec_src_event):
9644         Don't try to store a gdouble in a gboolean.
9645         Small cleanups.
9646
9647 2006-04-03  Michael Smith  <msmith@fluendo.com>
9648
9649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9650           Oggmux sucks.
9651           Make it suck slightly less by writing out the final page.
9652           Still can't encode a vorbis-in-ogg file correctly, though.
9653
9654 2006-04-03  Andy Wingo  <wingo@pobox.com>
9655
9656         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9657         a g_print.
9658
9659         * ext/theora/theora.c (plugin_init): Register theoraparse.
9660
9661         * ext/theora/gsttheoraparse.h: 
9662         * ext/theora/theoraparse.c: New files implementing a theora
9663         parser. Now we can properly remux ogg/theora+vorbis, yay.
9664
9665         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9666
9667 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9668
9669         * gst/audiotestsrc/gstaudiotestsrc.c:
9670           Fixed the sample pipeline (see #323798)
9671
9672 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9673
9674         * configure.ac:
9675         * win32/common/config.h:
9676         * win32/common/config.h.in:
9677           use AS_VERSION and AS_NANO
9678           more cleanups
9679
9680 2006-03-31  Andy Wingo  <wingo@pobox.com>
9681
9682         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9683         uninitialized variable return that would happen.
9684         
9685         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9686         uninitialized variable return that would never happen.
9687
9688         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9689         (vorbis_parse_sink_event): Add an event function to flush our
9690         state on a seek, and to drain buffers on a premature EOS.
9691         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9692         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9693         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9694         (vorbis_parse_drain_queue): Queue up buffers until we can set
9695         their timestamps and granulepos values.
9696
9697         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9698         and keep track of data needed for deriving granulepos and
9699         timestamps for buffers.
9700
9701 2006-03-29  Wim Taymans  <wim@fluendo.com>
9702
9703         Patch by: j^ <j at bootlab dot org>
9704
9705         * ext/alsa/gstalsamixerelement.c:
9706         (gst_alsa_mixer_element_class_init):
9707         * ext/alsa/gstalsasink.c:
9708         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9709         * ext/ogg/gstoggdemux.c:
9710         * ext/ogg/gstoggmux.c:
9711         * ext/ogg/gstoggparse.c:
9712         * ext/pango/gstclockoverlay.c:
9713         * ext/pango/gsttextoverlay.c:
9714         * ext/pango/gsttextrender.c:
9715         * ext/pango/gsttimeoverlay.c:
9716         * ext/theora/theoradec.c:
9717         * ext/theora/theoraenc.c:
9718         * ext/vorbis/vorbisdec.c:
9719         * ext/vorbis/vorbisenc.c:
9720         * gst/audioconvert/gstaudioconvert.c:
9721         * gst/subparse/gstsubparse.c:
9722         * gst/tcp/gstmultifdsink.c:
9723         * gst/tcp/gsttcpclientsink.c:
9724         * gst/tcp/gsttcpclientsrc.c:
9725         * gst/tcp/gsttcpserversink.c:
9726         * gst/tcp/gsttcpserversrc.c:
9727           better/unified long descriptions
9728           Fixes #336477
9729
9730 2006-03-29  Wim Taymans  <wim@fluendo.com>
9731
9732         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9733         (stop_seek):
9734         Don't let double and triple clicks mess up our state.
9735
9736 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9737
9738         * gst/playback/gstplaybin.c: (gen_video_element),
9739         (gen_text_element), (gen_audio_element), (gen_vis_element):
9740           Error out gracefully when we can't create any of the usual
9741           conversion elements for some reason. Also, don't try to
9742           create an audioscale (sic) element that's not used anyway.
9743
9744 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9745
9746         * gst/playback/gstplaybasebin.c: (setup_source):
9747           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9748           element for a particular protocol, that's confusing for users.
9749           Instead, post a RESOURCE_FAILED error, so that our own error
9750           message is actually shown in totem etc. (#336303).
9751
9752 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9753
9754         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9755
9756         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9757         (gst_gnome_vfs_src_get_icy_metadata):
9758           Fix some minor memory leaks (#336194).
9759
9760 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9761
9762         * ext/gnomevfs/gstgnomevfs.c:
9763         (gst_gnome_vfs_location_to_uri_string):
9764         * ext/gnomevfs/gstgnomevfs.h:
9765         * ext/gnomevfs/gstgnomevfssink.c:
9766         (gst_gnome_vfs_sink_set_property):
9767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9768           Make gnomevfssink accept filenames as well as URIs for the
9769           "location" property, just like gnomevfssrc does (and
9770           filesrc/filesink do) (#336190).
9771
9772 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9773
9774         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9775           set to NULL before unreffing, fixes a valgrind leak.
9776           Why was this not triggering the error that an object needs to
9777           be NULL before unreffing ?
9778         * win32/common/config.h:
9779           update
9780
9781 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9782
9783         * gst/subparse/gstsubparse.c: (convert_encoding),
9784         (gst_sub_parse_change_state):
9785         * gst/subparse/gstsubparse.h:
9786           Text subtitle files may or may not be UTF-8. If it's not, we
9787           don't really want to see '?' characters in place of non-ASCII
9788           characters like accented characters. So let's assume the input
9789           is UTF-8 until we come across text that is clearly not. If it's
9790           not UTF-8, we don't really know what it is, so try the following:
9791           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9792           is set; if not, check (b) if the current locale encoding is
9793           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9794           the current locale encoding is UTF-8 and the environment variable
9795           was not set to any particular encoding. Not perfect, but better
9796           than nothing (and better than before, I think) (fixes #172848).
9797
9798 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9799
9800         * configure.ac:
9801           update core requirement to 0.10.4.1 because of async_playback
9802           vmethod on GstBaseSink
9803
9804 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9805
9806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9807         * gst/adder/gstadder.c: (gst_adder_init):
9808         use DEBUG_FUNCPTR for collectpads
9809
9810 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9811
9812         * docs/plugins/Makefile.am:
9813         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9814         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9815         * ext/cdparanoia/gstcdparanoiasrc.c:
9816         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9817         (gst_gnome_vfs_sink_class_init):
9818         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9819         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9820         * ext/ogg/gstoggmux.c:
9821         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9822         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9823         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9824         * ext/pango/gsttextoverlay.c:
9825         * ext/pango/gsttextrender.c:
9826         * ext/theora/theoradec.c:
9827         * ext/theora/theoraenc.c:
9828         * ext/vorbis/vorbisdec.c:
9829         * ext/vorbis/vorbisenc.c:
9830         * gst-libs/gst/audio/gstaudiofilter.c:
9831         (gst_audio_filter_base_init):
9832         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9833         (gst_audio_filter_template_base_init):
9834         * gst/adder/gstadder.c: (gst_adder_get_type):
9835         * gst/adder/gstadder.h:
9836         * gst/audioconvert/gstaudioconvert.c:
9837         * gst/audiotestsrc/gstaudiotestsrc.c:
9838         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9839         (gst_audio_test_src_create):
9840         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9841         * gst/playback/gstdecodebin.c:
9842         * gst/playback/gstplaybin.c:
9843         * gst/playback/gststreamselector.c:
9844         (gst_stream_selector_base_init):
9845         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9846         * gst/volume/gstvolume.c:
9847         * sys/v4l/gstv4lmjpegsink.c:
9848         * sys/v4l/gstv4lmjpegsrc.c:
9849         * tests/check/libs/cddabasesrc.c:
9850         * tests/old/examples/gob/gst-identity2.gob:
9851           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9852           define GstElementDetails at the top
9853
9854 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9855
9856         * win32/common/libgstinterfaces.def:
9857         Add a lot of export functions for gst-python
9858         * win32/vs6/libgstinterfaces.dsp:
9859         Add a missing include folder in the project configuration
9860         
9861 2006-03-23  Wim Taymans  <wim@fluendo.com>
9862
9863         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9864         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9865         (gst_base_audio_src_change_state):
9866         Fix audio sources, forgot to make the ringbuffer
9867         startable...
9868
9869 2006-03-23  Wim Taymans  <wim@fluendo.com>
9870
9871         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9872         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9873         (gst_base_audio_src_change_state):
9874         unparent instead of unref the ringbuffer.
9875
9876 2006-03-23  Wim Taymans  <wim@fluendo.com>
9877
9878         * gst-libs/gst/audio/gstbaseaudiosink.c:
9879         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9880         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9881         Implement new async_play vmethod to start slaving and allow
9882         playback start in case of async PLAY state changes. 
9883
9884         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9885         Enable QoS with new method in base class.
9886
9887 2006-03-23  Wim Taymans  <wim@fluendo.com>
9888
9889         Patch by: Julien MOUTTE <julien at moutte dot net>
9890
9891         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9892         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9893         Partially handle 0 framerate, only EOS after the first frame
9894         is missing.
9895
9896 2006-03-23  Wim Taymans  <wim@fluendo.com>
9897
9898         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9899
9900         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9901         (gst_riff_create_video_template_caps):
9902         * gst/ffmpegcolorspace/avcodec.h:
9903         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9904         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9905         (gst_ffmpegcsp_avpicture_fill):
9906         * gst/ffmpegcolorspace/imgconvert.c:
9907         Patch for support of YVU9 AVI files (#334822)
9908
9909 2006-03-22  Edward Hervey  <edward@fluendo.com>
9910
9911         * docs/design/design-decodebin.txt:
9912         Added design document for new decodebin
9913         (Target Caps): text/x-pango-markup is also a default target caps.
9914
9915 2006-03-22  Wim Taymans  <wim@fluendo.com>
9916
9917         * gst-libs/gst/audio/gstbaseaudiosink.c:
9918         (gst_base_audio_sink_dispose):
9919         Since we _parent the ringbuffer, we also need to
9920         _unparent instead of a plain _unref.
9921
9922 2006-03-22  Wim Taymans  <wim@fluendo.com>
9923
9924         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9925         (stop_seek), (scrub_toggle_cb), (main):
9926         Add scrub checkbox.
9927
9928 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9929
9930         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9931         (gst_ogg_parse_chain):
9932           Fix very inefficient usage of linked lists (#335365).
9933
9934 2006-03-21  Edward Hervey  <edward@fluendo.com>
9935
9936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9937         * gst/playback/gstplaybin.c: (handoff):
9938         * gst/playback/gststreamselector.c:
9939         (gst_stream_selector_set_property):
9940         gcc 4.1 unreferenced pointer fixes.
9941         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9943         gst_buffer_ref() now takes a GstBuffer*.
9944
9945 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9946
9947         * sys/xvimage/xvimagesink.c:
9948         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9949         by Jan Schmidt.
9950
9951 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9952
9953         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9954         (id3v1_type_find), (apetag_type_find), (plugin_init):
9955           Can't do tag preferences via probability, as tags would then
9956           lose against types that are recognised with MAXIMUM probability
9957           (like .wav); so let all tag typefinders return MAXIMUM themselves
9958           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9959           that we can prefer APE to ID3v1 (fixes #335028).
9960           
9961 2006-03-17  Wim Taymans  <wim@fluendo.com>
9962
9963         * gst-libs/gst/audio/gstbaseaudiosink.c:
9964         (gst_base_audio_sink_change_state):
9965         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9966         (gst_ring_buffer_may_start):
9967         * gst-libs/gst/audio/gstringbuffer.h:
9968         Only start playback if we are playing.
9969         should fix #330748.
9970
9971 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9972
9973         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9974         * win32/common/config.h:
9975           Revert accidental commits to these files.
9976
9977 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9978
9979         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9980
9981         * tests/Makefile.am:
9982           Don't try to build tests in tests/icles if we
9983           don't have X (#323852)
9984
9985 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9986
9987         * gst-libs/gst/tag/gstid3tag.c:
9988           Add TXXX frame identifiers for replaygain stuff as used
9989           by some taggers (see #323721).
9990
9991 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9992
9993         * gst/playback/gststreamselector.c:
9994         (gst_stream_selector_set_property),
9995         (gst_stream_selector_bufferalloc):
9996           Preserve the existing buggy streamselector behaviour by performing
9997           a fallback buffer allocation when downstream isn't linked yet.
9998           This should really be fixed in playbin by blocking pads until it's
9999           linked them.
10000           Also, use gst_pad_alloc_buffer instead of
10001           gst_pad_alloc_buffer_and_set.
10002
10003 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10004
10005         * gst-libs/gst/tag/gstid3tag.c:
10006           Don't crash on unknown ID3v2 TXXX frames.
10007           
10008 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
10009
10010         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
10011           Chain up to the parent finalize method.
10012           Add 32-bit sample size to the template caps.
10013
10014         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10015         (gst_riff_create_video_template_caps):
10016           Add the fourcc that the VMWare codec uses.
10017           
10018         * gst/playback/gststreamselector.c:
10019         (gst_stream_selector_set_property),
10020         (gst_stream_selector_bufferalloc),
10021         (gst_stream_selector_request_new_pad):
10022           For the active pad, forward buffer-alloc requests, otherwise
10023           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
10024           having to memcpy every frame when used by playbin.
10025
10026         * gst/tcp/gstmultifdsink.c:
10027         (gst_multi_fd_sink_handle_client_write):
10028           Get negotiated caps from the sink pad, rather than the sink
10029           pad's peer.
10030
10031 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10032
10033         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10034         
10035         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
10036           Don't forget to set src->callbacks_pushed to FALSE again when
10037           popping them, otherwise re-activation in a different mode won't
10038           work (#334620).
10039
10040 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10041
10042         Patch by: Sebastien Moutte  <sebastien moutte net>
10043
10044         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
10045         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
10046         (gst_ffmpeg_smpfmt_to_caps):
10047           Replace __VA_ARGS__ caps creation macros with varargs functions.
10048           Makes things compile on MSVC (#320765), looks nicer, and we can
10049           tell the compiler to check for the NULL terminator.
10050
10051 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10054
10055         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10056           Make sure the buffer we copy into is really always big
10057           enough, this time for real (#333488).
10058           
10059 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10060
10061         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10062           Add support for 24bpp DIB (#305279).
10063
10064 2006-03-14  Wim Taymans  <wim@fluendo.com>
10065
10066         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
10067         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
10069         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10070         (gst_video_scale_init), (gst_video_scale_src_event):
10071         Re-enable QoS after the release.
10072         Rework videoscale to use the base class src_event handler.
10073
10074 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10075
10076         * configure.ac:
10077           back to CVS.
10078
10079 === release 0.10.5 ===
10080
10081 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
10082
10083         * configure.ac:
10084           releasing 0.10.5, "Net"
10085
10086 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * docs/plugins/Makefile.am:
10089           Part of previous cdparanoiasrc docs fixes, forgot to commit.
10090           
10091 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10092
10093         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10094         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10095         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10096           Add cdparanoiasrc to docs.
10097
10098         * gst-libs/gst/cdda/gstcddabasesrc.c:
10099           More GstCddaBaseSrc docs.
10100
10101 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10102
10103         * docs/libs/gst-plugins-base-libs-sections.txt:
10104         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
10105         * gst-libs/gst/tag/tag.h:
10106           API: libgsttag: new method gst_tag_from_id3_user_tag().
10107
10108 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10109
10110         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10111           NULL-terminate array of mpeg4 video file extensions.
10112           Fixes crash on PPC (#334226).
10113
10114 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10115
10116         * ext/gnomevfs/gstgnomevfssrc.c:
10117         (gst_gnome_vfs_src_check_get_range):
10118           gnome_vfs_uri_is_local() alone is not a good indicator
10119           whether we can operate in pull-mode with a specific URI,
10120           as it returns FALSE for file:// URIs that point to an
10121           NFS-mounted path. Be more conservative here: whitelist
10122           local files, blacklist http URIs and use the old
10123           mechanism for anything else (fixes #334216).
10124
10125 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10126
10127         * configure.ac:
10128           back to trunk
10129
10130 === release 0.10.4 ===
10131
10132 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
10133
10134         * configure.ac:
10135           releasing 0.10.4, "Power"
10136
10137 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
10138
10139         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10140         Disable max-lateness by setting it to -1 for now, so that 
10141         we can bed QoS stuff in thoroughly between now and the next
10142         release.
10143
10144 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10145
10146         Patch by: Fabrizio Gennari
10147
10148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10149           Make sure we don't read beyond the palette buffer in case of
10150           broken or manipulated files (#333488)
10151
10152 2006-03-10  Edward Hervey  <edward@fluendo.com>
10153
10154         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10155         Fix for variable not initialized.
10156
10157 2006-03-09  Wim Taymans  <wim@fluendo.com>
10158
10159         * ext/libvisual/visual.c: (gst_visual_get_type),
10160         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
10161         (gst_visual_chain):
10162         Small cleanups.
10163
10164         * ext/theora/gsttheoradec.h:
10165         * ext/theora/theoradec.c: (gst_theora_dec_init),
10166         (gst_theora_dec_reset), (_theora_granule_time),
10167         (theora_dec_src_convert), (theora_dec_sink_convert),
10168         (theora_dec_src_query), (theora_dec_src_event),
10169         (theora_dec_sink_event), (theora_handle_comment_packet),
10170         (theora_handle_header_packet), (theora_dec_push),
10171         (theora_handle_data_packet), (theora_dec_chain),
10172         (theora_dec_change_state):
10173         Add simple QoS.
10174
10175 2006-03-09  Wim Taymans  <wim@fluendo.com>
10176
10177         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10178         (audiocast_register_listener), (gst_gnome_vfs_src_start):
10179         Some cleanups.
10180
10181 2006-03-09  Wim Taymans  <wim@fluendo.com>
10182
10183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10184         Don't try to activate NULL chains.
10185
10186 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10189           Fix invalid memory access to region before peek'd data (#332964).
10190
10191 2006-03-09  Wim Taymans  <wim@fluendo.com>
10192
10193         Patch by: Christophe Fergeau
10194
10195         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
10196         * ext/pango/gsttextrender.c: (gst_text_render_init):
10197         * gst/adder/gstadder.c: (gst_adder_init):
10198         Don't leak padtemplates, closes #333510.
10199
10200 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10203           Fix invalid memory access: make sure string passed to
10204           regexec() is NUL-termianted.
10205
10206 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10209         (mp3_type_find):
10210           Refactor mpeg/audio typefinding to make it more maintainable
10211           and easier to fine-tune. Make probing into middle of the file
10212           work properly (fixes #333900, also see #152688).
10213
10214 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10215
10216         * gst/typefind/gsttypefindfunctions.c:
10217         (utf8_type_find_have_valid_utf8_at_offset):
10218           Remove part from previous commit that was bogus:
10219           g_utf8_validate() does in fact not accept embedded
10220           zeroes, so we don't need to check for those (thanks
10221           to Mike for the hint).
10222
10223 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10224
10225         * gst/typefind/gsttypefindfunctions.c:
10226         (utf8_type_find_count_embedded_zeroes),
10227         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
10228           Make plain/text typefinder more conservative: firstly, check
10229           for embedded zeroes, which are perfectly valid UTF-8 characters,
10230           but also a fairly good sign that something is not a plain text
10231           file; secondly, probe into the middle of the file if possible.
10232           If we can't probe into the middle, limit the probability value
10233           to be returned to TYPE_FIND_POSSIBLE (see #333900).
10234
10235 2006-03-08  Michael Smith  <msmith@fluendo.com>
10236
10237         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10238           Make typefind function name for mpeg4 video unique.
10239
10240 2006-03-08  Wim Taymans  <wim@fluendo.com>
10241
10242         * ext/libvisual/visual.c: (gst_visual_init),
10243         (gst_visual_clear_actors), (gst_visual_dispose),
10244         (gst_visual_reset), (gst_visual_src_setcaps),
10245         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10246         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10247         (gst_visual_chain), (gst_visual_change_state):
10248         Cleanups, post nice errors.
10249         Handle sink and src events.
10250         Implement simple QoS.
10251
10252         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10253         Use new basesink methods to configure max-lateness.
10254         Small doc update.
10255
10256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10257         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10258         Debug statement cleanups.
10259
10260         * gst/volume/gstvolume.c: (gst_volume_class_init):
10261         Simple cleanup.
10262
10263 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10266         (gst_text_overlay_init), (gst_text_overlay_set_property),
10267         (gst_text_overlay_get_property):
10268           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10269           as string type properties, but mark them deprecated. Add
10270           'halignment' and 'valignment' properties that use enums
10271           instead of strings.
10272
10273 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10274
10275         Patch by: Fabrizio Gennari
10276
10277         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10278           Allow palettes with less than 256 colours in AVI files
10279           (#333488)
10280
10281 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10282
10283         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10284         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10285         pad. We were releasing the queued text buffer when we should keep
10286         it until video pad gets EOS or discard the text buffer because it's
10287         too old. That was eating the last subtitle buffer. Add some more
10288         debug.
10289
10290 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10291
10292         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10293         (gst_text_overlay_video_chain):
10294           Fix invalid memory access (we can't access a buffer after it's been
10295           pushed downstream without taking a reference); fix memory leak (if
10296           there's no text to render, bail out before allocating stuff).
10297
10298 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10299
10300         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10301         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10302         * ext/pango/gsttextoverlay.h:
10303           If input is plain text, escape it before passing it to
10304           pango_layout_set_markup().
10305
10306 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10307
10308         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10309           Don't ignore flow return from gst_pad_push().
10310
10311 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10312
10313         Patch by: Fabrizio Gennari
10314
10315         * ext/libvisual/visual.c: (gst_visual_getcaps),
10316         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10318         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10319         (gst_vorbisenc_convert_sink):
10320         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10321         (gst_audio_duration_from_pad_buffer):
10322         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10323         (gst_audio_filter_chain):
10324         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10325         (gst_base_rtp_depayload_setcaps):
10326         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10327         (gst_video_get_size):
10328         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10329           Don't leak references returned by gst_pad_get_parent()
10330           (#333663)
10331
10332 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10333
10334         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10335           change location param details
10336         * gst/volume/gstvolume.c: (plugin_init):
10337           correct plugin description
10338
10339 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10342         (gst_gnome_vfs_src_check_get_range):
10343           Override GstBaseSrc::check_get_range() in order to avoid opening
10344           the resource just to check whether we can operate in pull-mode or
10345           not - we can predict that pretty well from the URI alone. Should
10346           fix problems with last.fm (#331690). (Requires latest core CVS).
10347
10348 2006-03-06  Wim Taymans  <wim@fluendo.com>
10349
10350         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10351         (gst_video_sink_class_init):
10352         Throw away frames that are later than 20 ms.
10353
10354 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10355
10356         Patch by: Fabrizio Gennari
10357
10358         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10359           Set depth on WMA caps (#333545)
10360
10361 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10362
10363         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10364         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10365           put Theora BOS pages before others.  This hardcodes
10366           the Ogg/Theora I profile, but hey.
10367
10368 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10369
10370         * ext/ogg/README:
10371           updated with some examples
10372         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10373         (granulepos_add), (theora_buffer_from_packet):
10374         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10375         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10376         (gst_vorbisenc_chain):
10377           implement strategy from ext/ogg/README
10378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10379         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10380         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10381         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10382           Fix muxer so that oggz-validate is happy with all streams;
10383           except for no eos mark, and the BOS page ordering
10384         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10385         (check_buffer_granulepos):
10386         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10387           update tests to check for OFFSET being set as requested
10388           fixed type of granulepos, it's not a ClockTime
10389
10390 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10391
10392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10393         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10394         Check that the xvimage we are creating has a correct size
10395         before returning it. (#314897)
10396
10397 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10398
10399         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10400           Give id3 and ape tag typefinders a rank slightly higher
10401           than PRIMARY to ensure they're always run before any of
10402           the other typefinders (in particular wav and mp3) (#324186).
10403
10404 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10405
10406         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10407           Add support for '3IVD' fourcc (#333403).
10408
10409 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10410
10411         * configure.ac:
10412           Bump requirements to GStreamer CVS for the new error enum.
10413
10414         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10415           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10416           space left on the device (fixes #333352).
10417
10418 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10419
10420         * win32/vs6:
10421           add a project file for libgstvolume
10422           update the workspace
10423
10424 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10425
10426         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10427         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10428         (GST_START_TEST):
10429           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10430           Set IN_CAPS on header buffers
10431
10432 2006-03-02  Wim Taymans  <wim@fluendo.com>
10433
10434         * docs/plugins/Makefile.am:
10435         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10436         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10437         Add audioresample to docs.
10438
10439         * gst/audioconvert/gstaudioconvert.c:
10440         Add revision date.
10441
10442         * gst/audioresample/gstaudioresample.c:
10443         (gst_audioresample_base_init), (gst_audioresample_class_init),
10444         (gst_audioresample_init), (gst_audioresample_dispose),
10445         (audioresample_get_unit_size), (audioresample_transform_caps),
10446         (resample_set_state_from_caps), (audioresample_transform_size),
10447         (audioresample_set_caps), (audioresample_event),
10448         (audioresample_do_output), (audioresample_transform),
10449         (audioresample_pushthrough), (gst_audioresample_set_property),
10450         (gst_audioresample_get_property), (plugin_init):
10451         * gst/audioresample/gstaudioresample.h:
10452         Added docs.
10453         Small code cleanups.
10454
10455 2006-03-02  Wim Taymans  <wim@fluendo.com>
10456
10457         * docs/plugins/Makefile.am:
10458         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10459         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10460         Added videoscale to docs.
10461
10462         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10463         (gst_video_rate_swap_prev), (gst_video_rate_event),
10464         (gst_video_rate_chain):
10465         Fix typo in docs.
10466
10467         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10468         (gst_video_scale_init), (gst_video_scale_prepare_size),
10469         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10470         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10471         * gst/videoscale/gstvideoscale.h:
10472         Added docs, examples.
10473         Some code cleanups.
10474         Post errors instead of g_warning.
10475
10476 2006-03-02  Wim Taymans  <wim@fluendo.com>
10477
10478         * docs/libs/gst-plugins-base-libs-docs.sgml:
10479         * docs/libs/gst-plugins-base-libs-sections.txt:
10480         * docs/libs/gst-plugins-base-libs.types:
10481         * docs/plugins/Makefile.am:
10482         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10483         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10484         Added some more docs to libs and plugins.
10485
10486         * gst-libs/gst/audio/gstringbuffer.c:
10487         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10488         * gst-libs/gst/audio/gstringbuffer.h:
10489         Document ringbuffer some more.
10490
10491         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10492         (gst_video_rate_setcaps), (gst_video_rate_reset),
10493         (gst_video_rate_init), (gst_video_rate_flush_prev),
10494         (gst_video_rate_swap_prev), (gst_video_rate_event),
10495         (gst_video_rate_chain), (gst_video_rate_change_state):
10496         * gst/videorate/gstvideorate.h:
10497         Fix videorate to use segments.
10498         Make it work with 0/1 framerates (closes #331903)
10499         Handle EOS correctly.
10500         Added docs.
10501
10502 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10503
10504         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10505         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10506         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10507           In state change function, first chain up to parent class,
10508           then handle downwards state change stuff. Remove some
10509           commented out cruft from 0.8 code.
10510
10511 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10512
10513         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10514         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10515         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10516         (gst_ogm_parse_chain):
10517           Don't remove/re-add source pad if the new caps are the same as
10518           the old caps anyway (#333042). When removing source pad, don't
10519           unref it afterwards - we didn't ref it when adding. Sprinkle some
10520           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10521           after using gst_pad_get_parent(). Return downstream flow return
10522           value in chain function.
10523
10524 2006-03-02  Wim Taymans  <wim@fluendo.com>
10525
10526         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10527         * docs/plugins/gst-plugins-base-plugins.args:
10528         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10529         * docs/plugins/gst-plugins-base-plugins.interfaces:
10530         * docs/plugins/gst-plugins-base-plugins.signals:
10531         Fix hierarchy, added some more elements to the docs.
10532
10533         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10534         (gst_ffmpegcsp_get_type):
10535         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10536         Fix docs for ffmpegcolorspace.
10537
10538 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10539
10540         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10541         (apetag_type_find), (ape_type_find), (plugin_init):
10542           Some typefinding fine-tuning:
10543           - rank ID3/APE tags in order of preference via probabilities, so that
10544             ID3v2 > APEv2 > APEv1 > ID3v1.
10545           - three or four bytes don't really justify MAXIMUM probability,
10546             change those to 'very likely' (musepack and monkeysaudio).
10547
10548 2006-03-01  Wim Taymans  <wim@fluendo.com>
10549
10550         * docs/plugins/Makefile.am:
10551         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10552         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10553         * ext/alsa/gstalsamixer.c:
10554         * ext/alsa/gstalsamixer.h:
10555         * ext/alsa/gstalsamixerelement.c:
10556         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10557         * ext/alsa/gstalsamixerelement.h:
10558         * ext/alsa/gstalsasink.c:
10559         * ext/alsa/gstalsasink.h:
10560         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10561         (gst_alsasrc_init):
10562         * ext/alsa/gstalsasrc.h:
10563         Added alsa docs.
10564         Small code cleanups.
10565
10566 2006-03-01  Wim Taymans  <wim@fluendo.com>
10567
10568         * ext/theora/Makefile.am:
10569         Dist new header too,
10570
10571 2006-03-01  Wim Taymans  <wim@fluendo.com>
10572
10573         * docs/plugins/Makefile.am:
10574         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10575         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10576         * ext/gnomevfs/gstgnomevfssink.h:
10577         * ext/gnomevfs/gstgnomevfssrc.h:
10578         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10579         * ext/vorbis/vorbisdec.h:
10580         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10581         * ext/vorbis/vorbisenc.h:
10582         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10583         (vorbis_parse_chain), (vorbis_parse_change_state):
10584         * ext/vorbis/vorbisparse.h:
10585         * gst/audioconvert/gstaudioconvert.h:
10586         * gst/tcp/gsttcpserversink.h:
10587         * gst/videotestsrc/gstvideotestsrc.c:
10588         * gst/videotestsrc/gstvideotestsrc.h:
10589         * gst/volume/gstvolume.c:
10590         * gst/volume/gstvolume.h:
10591         Fix some more docs.
10592         Added docs for vorbisdec and vorbisparse.
10593         Fix vorbisparse.
10594
10595 2006-03-01  Wim Taymans  <wim@fluendo.com>
10596
10597         * docs/plugins/Makefile.am:
10598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10599         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10600         * ext/pango/gstclockoverlay.h:
10601         * ext/pango/gsttextoverlay.h:
10602         * ext/pango/gsttextrender.h:
10603         * ext/pango/gsttimeoverlay.h:
10604         * ext/theora/gsttheoradec.h:
10605         * ext/theora/gsttheoraenc.h:
10606         * ext/theora/theoradec.c:
10607         * ext/theora/theoraenc.c:
10608         * gst/audioconvert/gstaudioconvert.h:
10609         * gst/audiotestsrc/gstaudiotestsrc.h:
10610         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10611         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10612         * gst/tcp/gstmultifdsink.h:
10613         Updated/added documentation.
10614
10615         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10616         (gst_text_overlay_halign_get_type),
10617         (gst_text_overlay_wrap_mode_get_type),
10618         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10619         (gst_text_overlay_init), (gst_text_overlay_set_property),
10620         (gst_text_overlay_get_property):
10621         Fix up properties to be enums instead of string to make bindings,
10622         introspection and automatic GUI creation possible.
10623         Add getters for the properties.
10624
10625 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10626
10627         * gst/audiotestsrc/gstaudiotestsrc.c:
10628           added defines of M_PI and M_PI_2
10629         * gst/ffmpegcolorspace/avcodec.h:
10630           removed #include "stdint.h" for win32 as _stdint.h is 
10631           autogenerated to win32/common
10632         * win32/common/libgstaudio.def:
10633         * win32/common/libgsttag.def:
10634           added some exports
10635         * win32/vs6:
10636           some project files bugs corrected
10637         * win32/vs7:
10638           project files are reset to the default vs7 configuration 
10639           (they link to msvcr71.dll using default optimizations)
10640           
10641 2006-02-28  Wim Taymans  <wim@fluendo.com>
10642
10643         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10644         Fix some docs.
10645
10646 2006-02-28  Edward Hervey  <edward@fluendo.com>
10647
10648         * ext/alsa/gstalsasrc.c:
10649         Set proper class on the ElementDetails:
10650         Source/Audio instead of Src/Audio/
10651
10652 2006-02-28  Edward Hervey  <edward@fluendo.com>
10653
10654         * gst/videoscale/vs_scanline.c:
10655         (vs_scanline_resample_nearest_RGBA):
10656         Revert optimization in videoscale. It should go in liboil and have
10657         an appropriate liboil function.
10658
10659 2006-02-28  Wim Taymans  <wim@fluendo.com>
10660
10661         * gst-libs/gst/audio/gstbaseaudiosink.c:
10662         (gst_base_audio_sink_provide_clock):
10663         Don't try to provide a clock in the NULL state.
10664
10665 2006-02-28  Wim Taymans  <wim@fluendo.com>
10666
10667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10668         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10669         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10670         (gst_ogg_demux_deactivate_current_chain),
10671         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10672         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10673         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10674         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10675         Use GstSegment infrastructure to remove duplicated code
10676         and handle more seek cases correctly.
10677
10678 2006-02-28  Wim Taymans  <wim@fluendo.com>
10679
10680         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10681         (gst_ffmpegcsp_transform):
10682         Don't ignore return code from ffmpeg convert function.
10683
10684         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10685         Split out some long statements to ease debugging.
10686
10687 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10688
10689         * ext/libvisual/visual.c: (gst_visual_init),
10690         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10691         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10692         being able to renegotiate the size. Instead, use the negotiation
10693         algorithm from the goom plugin to pick an initial output caps. 
10694
10695         Also, allow theoretical libvisual plugins that might support non-GL 
10696         output even if they also do GL.
10697
10698 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10699
10700         * ext/libvisual/visual.c: (gst_visual_init),
10701         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10702         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10703         possible negotiation issues.
10704
10705 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10706
10707         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10708
10709 2006-02-24  Michael Smith  <msmith@fluendo.com>
10710
10711         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10712         (cmml_type_find), (plugin_init):
10713           Fix CMML type find function to not require a specific minor version
10714           of the CMML header.
10715
10716           Add an MPEG4 video elementary stream typefind function.
10717
10718 2006-02-04  Michael Smith  <msmith@fluendo.com>
10719
10720         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10721         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10722         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10723         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10724         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10725         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10726           Annodex support in ogg demuxer. Doesn't do very much without the
10727           other annodex patches (to come).
10728
10729 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10730
10731         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10732
10733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10734           Pick up palette for MS video v1 (#327028)
10735
10736 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10739         (gst_ffmpegcsp_caps_remove_format_info),
10740         (gst_ffmpegcsp_get_unit_size):
10741           The 'palette_data' field from incoming RGB caps shouldn't be
10742           proxied on outgoing YUV caps; also, restrict unit size
10743           adjustment in case of paletted data only to the unit that
10744           actually has a palette. Fixes #330711.
10745
10746 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10749         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10750         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10751         (gst_ffmpegcsp_get_unit_size):
10752           Plug some memory leaks.
10753
10754 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10755
10756         * sys/ximage/Makefile.am:
10757         * sys/xvimage/Makefile.am:
10758           Add some _CFLAGS and _LIBS that seem to be missing
10759           and/or required for Cygwin (see #317048).
10760
10761 2006-02-22  Wim Taymans  <wim@fluendo.com>
10762
10763         * ext/alsa/gstalsasrc.c:
10764         Fix description as pointed out by caugier.
10765
10766 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10767
10768         Reviewed by : Edward Hervey  <edward@fluendo.com>
10769
10770         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10771         (qt_type_find):
10772         Better 3gp typefinding (#331526).
10773
10774 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10775
10776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10777           Don't send EOS event here, the base class will send one for us.
10778
10779         * gst/playback/gstplaybasebin.c: (prepare_output):
10780           Subpictures without video stream aren't allowed either.
10781         
10782         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10783           Fix debug statement copy'n'paste-o.
10784
10785 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10788           Fix issues with mixer keeping state when muting/unmuting
10789           and when changing the volume whilst muted (see #331763
10790           and #331765).
10791
10792 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10793
10794         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10795         (parse_subrip), (gst_sub_parse_format_autodetect):
10796           Set right caps given that we send escaped text. Also,
10797           honour <i></i>, <b></b> and <u></u> markers that can be found
10798           in .srt files (fixes #310202).
10799
10800 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         * gst-libs/gst/audio/mixerutils.c:
10803         (element_factory_rank_compare_func):
10804           Make order in which elements are tried more determinable.
10805
10806 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10807
10808         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10809         (remove_element_chain), (cleanup_decodebin),
10810         (gst_decode_bin_change_state): Make decodebin reusable by
10811         fixing remove_element_chain first and then introduce a
10812         cleaner in state change to ->NULL. (Closes #331678)
10813
10814 2006-02-19  Wim Taymans  <wim@fluendo.com>
10815
10816         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10817         use 0666 mask when creating files so umask gets applied
10818         correctly. Fixes #331295.
10819
10820 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * gst/subparse/Makefile.am:
10823         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10824         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10825         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10826         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10827         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10828         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10829         * gst/subparse/gstssaparse.h:
10830         * gst/subparse/gstsubparse.c: (plugin_init):
10831           Add very basic parser for SSA subtitle streams (as often
10832           found in matroska files).
10833
10834 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10837           That should be text/x-pango-markup, not text/x-pango-layout.
10838
10839 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10840
10841         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10842         Polishing.
10843
10844 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10845
10846         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10847         (gst_text_overlay_finalize), (gst_text_overlay_init),
10848         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10849         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10850         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10851         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10852         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10853         Fix state change deadlock.
10854
10855 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10856
10857         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10858         (gst_text_overlay_finalize), (gst_text_overlay_init),
10859         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10860         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10861         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10862         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10863         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10864         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10865         and subtitles files.
10866
10867 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10868
10869         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10870         should be considered as raw.
10871
10872 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10873
10874         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10875         (cb_probe):
10876         * gst/playback/gststreaminfo.h: Introduce language informations.
10877
10878 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10879
10880         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10881         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10882         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10883         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10884         Set shared memory segments to be deleted as soon as we have attached,
10885         that way they get cleaned up automatically if we crash.
10886
10887 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10888
10889         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10890         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10891         functions are called with lock held.
10892
10893 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10894
10895         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10896         (gst_text_overlay_finalize), (gst_text_overlay_init),
10897         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10898         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10899         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10900         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10901         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10902         (gst_text_overlay_change_state): Refactoring of textoverlay
10903         without collectpads. This now supports sparse subtitles coming
10904         from a demuxer instead of a sub file. Seeking is still broken 
10905         though. Need to discuss with wtay some more on how to handle
10906         seeking correctly.
10907         * ext/pango/gsttextoverlay.h:
10908         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10909         subtitles coming from the demuxer.
10910
10911 2006-02-17  Wim Taymans  <wim@fluendo.com>
10912
10913         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10914         (gst_vorbisenc_convert_sink):
10915         Use some more scaling functions.
10916
10917 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10918
10919         * ext/cdparanoia/gstcdparanoiasrc.c:
10920         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10921         (gst_cd_paranoia_paranoia_callback),
10922         (gst_cd_paranoia_src_signal_is_being_watched),
10923         (gst_cd_paranoia_src_read_sector):
10924         * ext/cdparanoia/gstcdparanoiasrc.h:
10925           Add back 'transport-error' and 'uncorrected-error' signals and
10926           make them actually be fired when bad stuff happens (#319340).
10927
10928 2006-02-17  Wim Taymans  <wim@fluendo.com>
10929
10930         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10931         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10932         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10933         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10934         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10935         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10936         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10937         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10938         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10939         (gst_ring_buffer_clear):
10940         Small cleanups.
10941         Added some G_LIKELY.
10942
10943 2006-02-17  Wim Taymans  <wim@fluendo.com>
10944
10945         * gst-libs/gst/audio/TODO:
10946         Update TODO
10947
10948         * gst-libs/gst/audio/gstbaseaudiosink.c:
10949         (gst_base_audio_sink_get_offset):
10950         When trying to play samples ASAP and we don't have a
10951         previous sample, try to play at position 0 instead of
10952         an invalid position.
10953
10954 2006-02-17  Wim Taymans  <wim@fluendo.com>
10955
10956         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10957         (gst_alsasink_reset):
10958         Also release lock when we get an error in _reset();
10959         fix an error message.
10960
10961 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10962
10963         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10964         (gst_alsasink_init), (get_channel_free_structure),
10965         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10966         (gst_alsasink_close):
10967         * ext/alsa/gstalsasink.h:
10968           Add support for more than 2 channels (#326720).
10969
10970 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10973           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10974           with 4 or 6 channels, assume a default channel layout to make things
10975           work (not sure there's anything else we can do in those cases).
10976
10977 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10978
10979         * gst-libs/gst/audio/multichannel.c:
10980           Minor docs fix.
10981
10982         * gst-libs/gst/riff/Makefile.am:
10983         * gst-libs/gst/riff/riff-ids.h:
10984         * gst-libs/gst/riff/riff-media.c:
10985         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10986           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10987           channels and a channel layout map.
10988           
10989 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10990
10991         Reviewed by Edward Hervey  <edward@fluendo.com>
10992
10993         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10994         C-level optimization of the RGBA nearest neighbour function.
10995         Eventually this might end up in liboil with vectorized versions.
10996
10997 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10998
10999         * gst-libs/gst/audio/multichannel.c:
11000         (gst_audio_get_channel_positions):
11001           When we have more than 2 channels, but no channel layout is
11002           specified in the caps, return some default channel layout
11003           to the caller and warn about about a possibly buggy element
11004           (could be buggy filtercaps as well of course) (#317038).
11005
11006 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11007
11008         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11009           Add gst-libs/gst/cdda to list of lib search paths.
11010
11011 2006-02-15  Andy Wingo  <wingo@pobox.com>
11012
11013         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
11014         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
11015         to the Lord Jesus that I do not have to touch the ogg muxer ever
11016         again.
11017
11018 2006-02-15  Edward Hervey  <edward@fluendo.com>
11019
11020         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11021         quicktime movie files can also contain 'uuid' atoms.
11022
11023 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
11024
11025         * gst/audioconvert/plugin.c: (plugin_init):
11026           Register the GstAudioChannelPosition enum type with the type
11027           system in the plugin_init function, so that it is known before
11028           any element actually makes use of multi-channel stuff. This is
11029           required for example if one wants to be able to deserialise/use
11030           a caps string with channel positions before any pipeline has
11031           been setup and started, like with gst-launch.
11032
11033 2006-02-14  Wim Taymans  <wim@fluendo.com>
11034
11035         * gst-libs/gst/audio/gstringbuffer.c:
11036         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
11037         (gst_ring_buffer_samples_done), (wait_segment),
11038         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
11039         Add some compiler G_(UN_)LIKELY help.
11040         SIGNAL the ringbuffer waiters when going to PAUSED as well to
11041         make sure they can exit their functions. Should fix #330748
11042
11043 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11044
11045         * Makefile.am:
11046         * configure.ac:
11047         * win32/MANIFEST:
11048         * win32/common/_stdint.h:
11049           Windows does not have long long; copy the generated _stdint.h
11050         * win32/common/interfaces-enumtypes.c:
11051         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11052         (gst_mixer_track_flags_get_type),
11053         (gst_tuner_channel_flags_get_type):
11054         * win32/common/multichannel-enumtypes.c:
11055         (gst_audio_channel_position_get_type):
11056           update
11057
11058 2006-02-13  Wim Taymans  <wim@fluendo.com>
11059
11060         * gst-libs/gst/audio/gstbaseaudiosink.c:
11061         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
11062         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11063         Always sync on first sample we receive when starting.
11064
11065 2006-02-13  Wim Taymans  <wim@fluendo.com>
11066
11067         * gst/playback/gstplaybin.c: (gen_vis_element):
11068         Update vis bin docs.
11069         Move queue after tee so we don't queue video buffers but
11070         audio samples instead. Fixes problems where the video queue
11071         is filled and the audio queue empty.
11072
11073 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
11074
11075         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11076           No need to push an EOS event here, GstBaseSrc will do that for us
11077           when we return FLOW_UNEXPECTED.
11078           
11079 2006-02-12  Wim Taymans  <wim@fluendo.com>
11080
11081         * gst-libs/gst/audio/gstbaseaudiosink.c:
11082         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
11083         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
11084         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11085         Use scale functions when possible.
11086         Fix error messages.
11087         Free clockid when after waiting for EOS.
11088         Use G_(UN_)LIKLY when it makes sense.
11089         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
11090
11091 2006-02-12  Edward Hervey  <edward@fluendo.com>
11092
11093         * gst/playback/gstplaybasebin.c: (prepare_output): 
11094         Remove stray semi-colon (fixes #330888).
11095
11096 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
11097
11098         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
11100         Fix up the XShm call testing so that we catch errors, and don't
11101         cause new ones by attempting to detach from a segment we failed
11102         to attach to. Fixes #312439.
11103
11104 2006-02-10  Edward Hervey  <edward@fluendo.com>
11105
11106         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11107         Added flv file typefind (video/x-flv).
11108
11109 2006-02-10  Edward Hervey  <edward@fluendo.com>
11110
11111         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11112         (gst_riff_create_video_template_caps):
11113         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
11114         Also added the caps to the default set of riff video caps.
11115
11116 2006-02-09  Andy Wingo  <wingo@pobox.com>
11117
11118         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
11119         time and the end time of the last packet in the page.
11120         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
11121         on the pages in our queue, set the duration as well. Reflow a
11122         debug statement.
11123         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
11124         Fixes bad muxing order.
11125
11126 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11127
11128         * gst-libs/gst/rtp/gstbasertppayload.c:
11129         (gst_basertppayload_setcaps), (gst_basertppayload_push):
11130           update seqnum before setting it on the packet; this makes sure
11131           that the timestamp and seqnum properties match after pushing
11132           a buffer
11133
11134 2006-02-09  Andy Wingo  <wingo@pobox.com>
11135
11136         * gst-libs/gst/audio/gstringbuffer.c
11137         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
11138         overflow after 13.5 hours of recording. Kapow!
11139
11140         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
11141         the buffer size -- we don't care about underrun/overrun reporting
11142         right now, just need to return a useful value.
11143
11144 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11145
11146         * configure.ac:
11147           Back to CVS
11148
11149 === release 0.10.3 ===
11150
11151 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11152
11153         * configure.ac:
11154           releasing 0.10.3, "Under Pressure"
11155
11156 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11157
11158         * configure.ac:
11159         Drat. Bump libtool version number for new API.
11160         Prelease 0.10.2.3 (of 0.10.3)
11161
11162 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11163
11164         * configure.ac:
11165         * win32/common/config.h:
11166         0.10.2.2 prerelease (of 0.10.3).
11167
11168 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11169
11170         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
11171           Revert Andy's newsegment change pending a more correct
11172           fix.
11173
11174 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11175
11176         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11177         (qt_type_find), (plugin_init):
11178           detect more files as 3gp
11179           group and reorder the iso file formats
11180
11181 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11182
11183         * ext/vorbis/vorbis.c: (plugin_init):
11184           Register musicbrainz tags, so apps don't have to.
11185
11186 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11187
11188         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
11189         (gst_tag_to_vorbis_tag):
11190           Make sure we called gst_tag_register_musicbrainz_tags()
11191           before possibly mapping a vorbiscomment string from/to a
11192           musicbrainz tag.
11193
11194 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11197           In case we can't find the required number of consecutive
11198           mpeg audio frames to positively identify an MPEG audio
11199           stream, check if there's at least a valid mpeg audio
11200           frame right at offset 0 and if so suggest mpeg/audio
11201           caps with a very low probability (#153004).
11202
11203 2006-02-07  Andy Wingo  <wingo@pobox.com>
11204
11205         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
11206         a TIME segment if we get timestamped buffers. Requires recent
11207         fixes in core to work properly.
11208
11209 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11210
11211         * gst/playback/gstplaybasebin.c: (prepare_output):
11212           Don't print the URI as part of the error message, it
11213           makes error dialogs look rather ugly, especially if
11214           the URI is very long or has characters in it that
11215           need escaping.
11216
11217 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11218
11219         * gst/playback/gstplaybasebin.c: (prepare_output):
11220           Error out if we have only text or subtitles, but nothing
11221           else. Also error out if we have subtitles but no video
11222           stream.
11223
11224 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11225
11226         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11227           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
11228           Post an error message on the bus when we encounter an
11229           error, which will hopefully be more meaningful than the
11230           'Internal Flow Error' message users get to see if we
11231           just return GST_FLOW_ERROR.
11232
11233 2006-02-07  Andy Wingo  <wingo@pobox.com>
11234
11235         * configure.ac (GST_MAJORMINOR): Update core version req to
11236         0.10.2.2, for the collectpads API addition (#330244).
11237
11238 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11239
11240         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11241           Return FALSE from plugin_init() when GnomeVFS can't
11242           be initialised for some reason (#328423).
11243
11244 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11245
11246         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11247         Stick to seeking theory until i find the bug.
11248         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11249
11250 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11251
11252         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11253         (theora_enc_finalize), (theora_enc_sink_setcaps),
11254         (theora_set_header_on_caps), (theora_enc_chain),
11255         (theora_enc_change_state):
11256         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11257           Make theoraenc and the tests leak free. Like, really.
11258
11259 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11260
11261         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11262         (theora_enc_finalize), (theora_enc_sink_setcaps):
11263           Add a finalize method to ensure we clean up state even if
11264           someone omitted the state change back to NULL.
11265
11266         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11267         (gst_vorbisenc_chain):
11268           Free some more leaked bits.
11269
11270         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11271         (stop_pipeline):
11272           Wait for state changes to happen if they're ASYNC.
11273
11274           This ought to teach those fancy pants buildbots a lesson.
11275
11276 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11277
11278         * gst-libs/gst/tag/gstid3tag.c:
11279           Add mapping for ID3 International Standard Recording Code
11280           tag "TSRC"
11281
11282 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11283
11284         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11285           Don't leak tag names.
11286
11287 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         * docs/libs/gst-plugins-base-libs-docs.sgml:
11290         * docs/libs/gst-plugins-base-libs-sections.txt:
11291         * gst-libs/gst/tag/gstid3tag.c:
11292         * gst-libs/gst/tag/gstvorbistag.c:
11293         * gst-libs/gst/tag/tags.c:
11294           Split libgsttag docs into multiple sections.
11295
11296 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11297
11298         * docs/libs/Makefile.am:
11299         * docs/libs/gst-plugins-base-libs-docs.sgml:
11300         * docs/libs/gst-plugins-base-libs-sections.txt:
11301         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11302         * gst-libs/gst/tag/gstvorbistag.c:
11303         * gst-libs/gst/tag/tag.h:
11304         * gst-libs/gst/tag/tags.c:
11305           Add libgsttag to the docs.
11306
11307 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11308
11309         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11310         (gst_text_overlay_init), (gst_text_overlay_src_event),
11311         (gst_text_overlay_collected): Fix clockoverlay.
11312
11313 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * docs/libs/compiling.sgml:
11316           Fix typo: it's pkg-config, not pkg-gconfig
11317
11318         * docs/libs/gst-plugins-base-libs-docs.sgml:
11319         * docs/libs/gst-plugins-base-libs-sections.txt:
11320         * docs/libs/tmpl/gstgconf.sgml:
11321           There is no libgstgconf in 0.10, remove it
11322           from the docs.
11323
11324 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11325
11326         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11327         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11328         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11329         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11330         (gst_sub_parse_class_init), (gst_sub_parse_init),
11331         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11332         (parse_mpsub), (parser_state_init), (handle_buffer),
11333         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11334         * gst/subparse/gstsubparse.h: Introduce seeking code.
11335
11336 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11337
11338         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11339           Add comment about LANGUAGE tag inconsistency (we want
11340           ISO-639-1, but extract three-letter identifiers?)
11341
11342         * po/POTFILES.in:
11343           Add two translatable files.
11344
11345 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11346
11347         * gst-libs/gst/tag/Makefile.am:
11348         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11349         * gst-libs/gst/tag/tag.h:
11350         * gst-libs/gst/tag/tags.c:
11351         (gst_tag_register_musicbrainz_tags_internal),
11352         (gst_tag_register_musicbrainz_tags):
11353           Forward-port some tags stuff from the 0.8 branch. This is
11354           mostly the addition of musicbrainz tags and their mapping
11355           to vorbistags, and a vorbistag mapping of the language tag.
11356
11357 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11358
11359         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11360         refactoring.
11361
11362 2006-02-04  David Schleef  <ds@schleef.org>
11363
11364         * ext/ogg/gstoggmux.c:
11365         * gst/typefind/gsttypefindfunctions.c:
11366           Add Dirac typefinding and add dirac format to oggmux.
11367
11368 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11369
11370         * gst/playback/gstdecodebin.c: (try_to_link_1):
11371           Don't put essential function call into
11372           g_return_*() macro, otherwise it'll all be
11373           replaced by NOOPs when compiling with
11374           G_DISABLE_CHECKS defined.
11375
11376 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11377
11378         * ext/ogg/gstoggdemux.c:
11379         * ext/ogg/gstoggparse.c:
11380         * gst/tcp/gsttcpserversink.c:
11381         * sys/v4l/v4lsrc_calls.c:
11382         * sys/v4l/v4lsrc_calls.h:
11383         Just make it compile with --disable-gst-debug.
11384
11385 2006-02-03  Wim Taymans  <wim@fluendo.com>
11386
11387         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11388         (gst_alsasink_class_init), (gst_alsasink_init),
11389         (gst_alsasink_write), (gst_alsasink_reset):
11390         * ext/alsa/gstalsasink.h:
11391         Add lock to protect alsa calls.
11392         Implement reset to flush samples ASAP, does not work
11393         with dmix though.
11394
11395 2006-02-02  Wim Taymans  <wim@fluendo.com>
11396
11397         * gst-libs/gst/audio/gstbaseaudiosink.c:
11398         (gst_base_audio_sink_provide_clock):
11399         Ugh.. getting late I guess...
11400
11401 2006-02-02  Wim Taymans  <wim@fluendo.com>
11402
11403         * gst-libs/gst/audio/gstbaseaudiosink.c:
11404         (gst_base_audio_sink_provide_clock),
11405         (gst_base_audio_sink_set_property),
11406         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11407         Don't try to provide a clock when we are not negotiated since
11408         we might not be able to make it run.
11409
11410 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11411
11412         * gst/playback/gstdecodebin.c: (try_to_link_1):
11413           Unlinking two source pads is ... hard.
11414
11415 2006-02-02  Wim Taymans  <wim@fluendo.com>
11416
11417         * gst-libs/gst/audio/TODO:
11418         Updated.
11419
11420         * gst-libs/gst/audio/gstbaseaudiosink.c:
11421         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11422         On EOS, wait till the last sample is played before posting EOS.
11423
11424 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11425
11426         Patch by: Kai Vehmanen
11427         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11428           Adds ability to enable newsegment bypass by setting queue_delay to
11429           zero. Also avoid thread being started if queue_delay is zero.
11430
11431 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11432
11433         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11434           Make test work again by connecting fakesinks to each decoded pad,
11435           which makes the pipeline wait until each fakesink has a buffer
11436           queued before going to PAUSED state. At that point we know the
11437           decodebin pads are negotiated.
11438
11439 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11440
11441         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11442         (gst_cdda_base_src_handle_event):
11443         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11444           Pass unhandled queries to the parent class's query function.
11445
11446 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11447
11448         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11449         (gst_ogg_pad_src_query):
11450         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11451         * ext/theora/theoradec.c: (theora_dec_src_query),
11452         (theora_dec_sink_query):
11453         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11454         (vorbis_dec_sink_query):
11455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11456         (gst_vorbisenc_sink_query):
11457         * gst/adder/gstadder.c: (gst_adder_query):
11458           Pass unhandled queries upstream instead of just
11459           dropping them (#326447). Also, fix supported
11460           query types list for some elements.
11461
11462 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11465         (paris_type_find), (ilbc_type_find), (plugin_init):
11466           Fix typefinding for audio/x-au, audio/x-paris and
11467           audio/iLBC-sh. We cannot use the START_WITH macros
11468           here, because there can only be one typefind factory
11469           with the same name (caps), so the second one would
11470           replace the first one and the first one would never
11471           be called when doing typefinding (see #161712).
11472           
11473
11474 2006-01-31  Wim Taymans  <wim@fluendo.com>
11475
11476         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11477         (vorbis_handle_header_packet), (vorbis_dec_push),
11478         (vorbis_handle_data_packet):
11479         Use scale_int when we can, add some more scaling.
11480         Check packettype before parsing it.
11481
11482 2006-01-31  Wim Taymans  <wim@fluendo.com>
11483
11484         * ext/theora/theoradec.c: (_theora_granule_time),
11485         (theora_dec_src_convert), (theora_dec_sink_convert):
11486         Call right _scale functions.
11487         Use parameter instead of some other random value.
11488
11489 2006-01-31  Wim Taymans  <wim@fluendo.com>
11490
11491         * ext/theora/theoradec.c: (_theora_granule_frame),
11492         (_theora_granule_time), (_inc_granulepos),
11493         (theora_dec_src_convert), (theora_dec_sink_convert),
11494         (theora_handle_type_packet), (theora_handle_data_packet),
11495         (theora_dec_chain):
11496         Use higher precision timestamps calculation.
11497         Convert some other conversions to _scale.
11498
11499 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11500
11501         * gst/audiotestsrc/gstaudiotestsrc.c:
11502         (gst_audio_test_src_create_sine_table), (plugin_init):
11503         * gst/volume/gstvolume.c: (plugin_init):
11504           initialize gst_controller before using
11505
11506 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11507
11508         * tests/check/pipelines/theoraenc.c:
11509         * tests/check/pipelines/vorbisenc.c:
11510         Define constant using G_GINT64_CONSTANT to avoid errors when
11511         passing it around - otherwise it gets truncated to 32 bits.
11512
11513         Fixes failing tests.
11514
11515 2006-01-31  Andy Wingo  <wingo@pobox.com>
11516
11517         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11518         caps being set doesn't have a framerate value. Basically a stopgap
11519         measure.
11520
11521         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11522         technically correct enough to put into core though.
11523         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11524         DURATION. Fixes theoraenc ! oggmux.
11525
11526         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11527         fraction, not double.
11528
11529 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11530
11531         * win32/vs7:
11532         add vs7 project files created by Sergey Scobich
11533
11534 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11535
11536         * win32/vs8:
11537         add vs8 project files created by Sergey Scobich
11538         
11539 2006-01-30  Andy Wingo  <wingo@pobox.com>
11540
11541         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11542         timestamp + duration, not just timestamp -- ogg pages should be
11543         ordered by stop time. Necessary fix given the change in vorbis
11544         timestamps.
11545
11546         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11547         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11548         (granulepos_add): New function, handles the messiness of adjusting
11549         granulepos values.
11550         (theora_buffer_from_packet):
11551         (theora_enc_chain):
11552         (theora_enc_sink_event): Use granulepos_add, not +.
11553
11554         * tests/check/pipelines/theoraenc.c
11555         (check_buffer_granulepos_from_starttime): Just check the frame
11556         count, not the actual granulepos -- we can't dictate to the
11557         encoder when it should be placing keyframes.
11558
11559 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11560
11561         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11562           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11563           play an http:// stream from a server that's not serving
11564
11565 2006-01-30  Andy Wingo  <wingo@pobox.com>
11566
11567         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11568         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11569         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11570         available.
11571
11572         * ext/theora/gsttheoraenc.h:
11573         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11574         although theoraenc was timestamping correctly. Added handling of
11575         streams that start with nonzero timestamps.
11576
11577         * tests/check/Makefile.am:
11578         * tests/check/pipelines/theoraenc.c: New file, basically does same
11579         tests as vorbisenc.
11580
11581         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11582
11583 2006-01-30  Wim Taymans  <wim@fluendo.com>
11584
11585         * gst-libs/gst/audio/gstaudiosink.c:
11586         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11587         (gst_audioringbuffer_pause):
11588         Implement pause that does not wait for completion.
11589
11590         * gst-libs/gst/audio/gstbaseaudiosink.c:
11591         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11592         Don't drop buffers when going to PAUSED but perform preroll on
11593         remaining samples now that core base class supports this.
11594
11595         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11596         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11597         (gst_ring_buffer_commit):
11598         Pause should not signal waiters.
11599         Implement return value of _commit correctly.
11600
11601 2006-01-30  Andy Wingo  <wingo@pobox.com>
11602
11603         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11604
11605         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11606         updated to timestamp from the first sample, not the last.
11607         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11608         special care of granulepos and timestamp for header packets.
11609         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11610         when the first buffer has a nonzero timestamp.
11611
11612         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11613         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11614         case when the first audio buffer we get has a nonzero timestamp.
11615         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11616         properly timestamp vorbis buffers with the time of the first
11617         sample, not the last.
11618         
11619         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11620         vorbis_granule_time_copy -- now it takes the granule/subgranule
11621         offset into account.
11622
11623         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11624         timestamps, durations, and granulepos on buffers produced by
11625         vorbisenc.
11626
11627 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11628
11629         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11630         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11631           Patch from Eric Jonas to support conversions to/from UYVY 
11632           (Fixes: #324626)
11633
11634 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11635
11636         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11637         (setup_subtitle), (setup_source), (set_active_source):
11638         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11639         (gen_text_element), (gen_audio_element), (gen_vis_element),
11640         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11641
11642 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11643
11644         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11645         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11646                 use gst_guint64_to_gdouble to be compliant with vs6
11647         * gst/playback/gstdecodebin.c: (try_to_link_1)
11648         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11649                 use G_GINT64_CONSTANT for int64 constants
11650         * win32/common/libgstinterfaces.def:
11651                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11652         * win32/vs6:
11653                 update and add new project files
11654                 
11655 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11656
11657         * Makefile.am:
11658         * win32/MANIFEST:
11659         * win32/common/interfaces-enumtypes.c:
11660         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11661         (gst_mixer_track_flags_get_type),
11662         (gst_tuner_channel_flags_get_type):
11663         * win32/common/interfaces-enumtypes.h:
11664         * win32/common/multichannel-enumtypes.c:
11665         (gst_audio_channel_position_get_type):
11666         * win32/common/multichannel-enumtypes.h:
11667           add a win32-update rule like in core, and copy over enumtypes files
11668
11669 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11670
11671         * win32/MANIFEST:
11672         * win32/common/config.h:
11673         * win32/common/config.h.in:
11674           add config files just like in core
11675
11676 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11677
11678         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11679           Make gcc-4.1 happy (part of #327357).
11680
11681 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11682
11683         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11684         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11685         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11686         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11687         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11688         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11689           Update all error messages.  All of them should either use
11690           the default translated message, or actually provide a
11691           translatable string.
11692           Make the string for channel count problems meaningful.
11693
11694 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11695
11696         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11697           check for and throw RESOURCE_BUSY
11698
11699 2006-01-27  David Schleef  <ds@schleef.org>
11700
11701         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11702           checked in this change -- it requires liboil features not
11703           in 0.3.6.  Revert parts.
11704
11705 2006-01-27  David Schleef  <ds@schleef.org>
11706
11707         * REQUIREMENTS:
11708         * configure.ac: update liboil requirement to 0.3.6
11709         * gst/videoscale/Makefile.am:
11710         * gst/videoscale/vs_scanline.c: liboilify
11711
11712 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11713
11714         * ext/libvisual/visual.c: (get_buffer):
11715           When pad_alloc returns a GstFlowReturn other
11716           than GST_FLOW_OK, make sure it is passed upstream.
11717
11718 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11719
11720         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11721         (gst_alsasink_class_init):
11722           Free the device name string.
11723
11724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11725         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11726         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11727           Don't remove a pad from the collectpads structure until it
11728           is released - it's a request pad, and may receive data again
11729           if the element gets moved back to PLAYING state.
11730
11731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11732           Ensure we turn on double buffering on the Xv port, and
11733           set the colour key to something dark and mysterious that
11734           isn't black.
11735
11736 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11737
11738         * ext/alsa/gstalsaplugin.c: (plugin_init):
11739         * ext/cdparanoia/gstcdparanoiasrc.c:
11740         (gst_cd_paranoia_src_base_init), (plugin_init):
11741         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11743           - a library should not call setlocale. see "Libraries" node in
11744             gettext manual
11745           - make sure all plugins that use translation do bindtextdomain
11746             to point to the localedir
11747         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11748         (setup_sinks), (plugin_init):
11749           all this, and check for NULL when creating sinks
11750
11751 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11752
11753         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11754         (plugin_init): Make typefinding of subtitles work again.
11755
11756 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11757
11758         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11759         (mp3_type_frame_length_from_header), (mp3_type_find),
11760         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11761         (plugin_init):
11762           Backport a bunch of typefinding fixes from the 0.8 branch.
11763           Also, improve wavpack typefinding: if we can't peek the
11764           entire wavpack block, try to parse the bits we can get and
11765           see if we find what we're looking for in those.
11766
11767 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11768
11769         * sys/ximage/ximagesink.c:
11770         (gst_ximagesink_calculate_pixel_aspect_ratio):
11771         * sys/xvimage/xvimagesink.c:
11772         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11773         more cases of pixel aspect ratio.
11774
11775 2006-01-26  Edward Hervey  <edward@fluendo.com>
11776
11777         * gst/playback/gstdecodebin.c: (pad_probe):
11778         Also consider the flush-start and tag events as unblockers
11779         for the pad probes.
11780
11781 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11782
11783         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11784         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11785         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11786         On the fly visualisation switch, works disabling, enabling as
11787         well but it won't be able to enable vis in a playbin that was
11788         created with no visualisation.
11789
11790 2006-01-25  Wim Taymans  <wim@fluendo.com>
11791
11792         * gst-libs/gst/audio/gstbaseaudiosink.c:
11793         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11794         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11795         resume after pause.
11796
11797 2006-01-25  Wim Taymans  <wim@fluendo.com>
11798
11799         * gst-libs/gst/audio/gstbaseaudiosink.c:
11800         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11801         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11802         Improve debugging.
11803         Post error when caps cannot be parsed.
11804         Resync on discontinuity in the stream.
11805         Clip samples to segment boundaries.
11806         return WRONG_STATE sooner when we are flushing.
11807
11808         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11809         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11810         Make audiosrc operate in TIME.
11811         Set TIMESTAMP and DURATION on buffers.
11812
11813 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11814
11815         * tests/examples/seek/seek.c: (main):
11816           Output tag messages as well.
11817
11818 2006-01-23  Edward Hervey  <edward@fluendo.com>
11819
11820         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11821         (free_pad_probes), (remove_fakesink), (pad_probe),
11822         (close_pad_link), (gst_decode_bin_change_state):
11823         Replace GstPadBlockCallback with pad probes that detect
11824         first buffer AND eos before removing fakesink.
11825         Fixes hang with demuxers doing EOS while pre-rolling.
11826         Solves #328279
11827
11828 2006-01-23  Andy Wingo  <wingo@pobox.com>
11829
11830         * ext/alsa/gstalsasink.c:
11831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11832         (gst_base_rtp_depayload_setcaps),
11833         (gst_base_rtp_depayload_add_to_queue),
11834         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11835         
11836         Patch by: Jens Granseuer <jensgr at gmx dot net>
11837
11838 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11839
11840         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11841         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11842         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11843         frames. We might get a frame destroyed after changing state to
11844         NULL, adding a safety check on xcontext.
11845
11846 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * gst-libs/gst/interfaces/xoverlay.c:
11849           Fix prepare-xwindow-id code example in the docs - we need to
11850           ignore all messages that aren't element messages as well.
11851           
11852 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11853
11854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11855           I think one day i'll completely undestand how caps negotiation
11856           is supposed to work. This refactoring handles buffer_alloc
11857           called with caps we can't handle. We definitely don't want a
11858           set_caps with those caps, so we define and allocate a buffer
11859           we would like to receive.
11860
11861 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         * gst/playback/gstplaybasebin.c: (setup_source):
11864           Free iterator when done.
11865
11866 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11867
11868         * gst-libs/gst/audio/gstbaseaudiosink.c:
11869         (gst_base_audio_sink_render):
11870           Fix playback of non-synchronised streams by assuming a rate
11871           of 1.0 instead of a random one.
11872
11873           Makes this work again:
11874
11875           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11876           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11877           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11878           audioresample ! alsasink
11879
11880 === release 0.10.2 ===
11881
11882 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11883
11884         * configure.ac:
11885           releasing 0.10.2, "Then the devil is six"
11886
11887 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11888
11889         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11890         * gst/playback/gststreamselector.c:
11891         (gst_stream_selector_set_property):
11892           Comment out broken code that connects to the state-changed signal.
11893           At this point, changing current stream selection is broken, but 
11894           stuff like gst-launch playbin current-audio=1 works and filters
11895           to the chosen stream.
11896
11897 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11898
11899         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11900           Fix #327216 (null dereference in vorbisdec)
11901
11902 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11903
11904         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11905           Post taglist actually on bus instead of just freeing it
11906           (fixes #327114 and totem bug #327080).
11907
11908         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11909           Use gst_element_found_tags_for_pad(), so that the tags
11910           are sent downstream as an event as well.
11911
11912 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11913
11914         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11915         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11916         (gst_ximagesink_buffer_alloc):
11917         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11918         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11919         (gst_xvimagesink_buffer_alloc):
11920           move all regularly occurring messages to GST_LOG level
11921           add some more object logs
11922
11923 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11924
11925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11926           fix a silly segfault
11927
11928 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11929
11930         * docs/libs/gst-plugins-base-libs-docs.sgml:
11931         * docs/libs/gst-plugins-base-libs-sections.txt:
11932         * gst-libs/gst/audio/mixerutils.c:
11933         * gst-libs/gst/audio/mixerutils.h:
11934           Add docs for mixerutils stuff.
11935
11936 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * gst/playback/gstplaybasebin.c: (setup_source):
11939           Fix playback for sources that emit raw audio or
11940           raw video streams (e.g.: cd audio sources) (#325984).
11941
11942 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11943
11944         * gst-libs/gst/audio/mixerutils.c:
11945         (gst_audio_mixer_filter_do_filter):
11946           actually save the element we create
11947
11948 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * gst-libs/gst/cdda/gstcddabasesrc.c:
11951         (gst_cdda_base_src_handle_track_seek):
11952           No need to post a tag message on the bus when seeking
11953           within the same track, only post it when the current
11954           track changes.
11955
11956 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11957
11958         * gst/playback/gstplaybasebin.c: (group_destroy),
11959         (probe_triggered), (new_decoded_pad), (mute_group_type),
11960         (set_active_source):
11961         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11962         * gst/playback/gststreamselector.c:
11963         (gst_stream_selector_base_init),
11964         (gst_stream_selector_set_property),
11965         (gst_stream_selector_request_new_pad):
11966           Reenable stream selection. These mechanisms need a complete overhaul
11967           in the face of 0.8->0.10 changes though.
11968
11969 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11970
11971         * ext/ogg/gstoggdemux.c:
11972           Change the pad template to src_%d to match the pads that 
11973           are created from it. decodebin needs this information in order
11974           to decide that oggdemux is capable of producing multiple pads
11975           (and hence needs queues inserted).
11976
11977         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11978         (gst_ogg_mux_collected):
11979           Make debug output more useful by using GST_PTR_FORMAT.
11980
11981 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11982
11983         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11984
11985         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11986           Set depth and width for alaw/mulaw (fixes #326601).
11987
11988 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11989
11990         * tests/icles/Makefile.am:
11991           don't build the tests if we don't have the libs
11992
11993 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11994
11995         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11996         (gst_cd_paranoia_paranoia_callback):
11997           Don't try to free NULL pointers.
11998
11999 2006-01-10  Edward Hervey  <edward@fluendo.com>
12000
12001         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
12002         (gst_audio_rate_change_state), (plugin_init):
12003         Add debugging category.
12004         Fix type issues.
12005         Add case for incoming buffers without valid offset/offset_end.
12006
12007 2006-01-10  Michael Smith  <msmith@fluendo.com>
12008
12009         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
12010           Don't leak GCond in audio sources.
12011
12012 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
12013
12014         * gst/playback/gstplaybin.c: (gen_audio_element):
12015           Don't leak an autoaudiosink/alsasink when we generate
12016           a new audio element. (old code, I guess)
12017
12018 2006-01-10  Michael Smith  <msmith@fluendo.com>
12019
12020         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
12021           Support float audio in audiorate.
12022           Use width rather than depth for selecting sample width.
12023
12024 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12025
12026         * gst/videotestsrc/videotestsrc.h:
12027           Use GLib types here (that way we don't have to include the
12028           generated _stdint.h header, which makes life easier for win32
12029           folks that don't use autotools for the build) (#325990, patch
12030           by: Sergey Scobich).
12031
12032 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12033
12034         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12035         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12036         (gst_ring_buffer_pause), (wait_segment):
12037         * gst-libs/gst/audio/gstringbuffer.h:
12038           Name (private) union, makes Forte compiler happy (this time
12039           for real) (#324900).
12040
12041 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         * gst-libs/gst/audio/Makefile.am:
12044           Link against libgstinterfaces, needed for mixer
12045           and property probe stuff.
12046
12047 2006-01-09  Edward Hervey  <edward@fluendo.com>
12048
12049         * gst-libs/gst/Makefile.am:
12050
12051 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12052
12053         * gst-libs/gst/audio/Makefile.am:
12054         * gst-libs/gst/audio/mixerutils.c:
12055         (gst_audio_mixer_filter_do_filter),
12056         (gst_audio_mixer_filter_check_element),
12057         (gst_audio_mixer_filter_probe_feature),
12058         (element_factory_rank_compare_func),
12059         (gst_audio_default_registry_mixer_filter):
12060         * gst-libs/gst/audio/mixerutils.h:
12061           Add gst_audio_default_registry_mixer_filter() utility
12062           function.
12063
12064 2006-01-03  Michael Smith  <msmith@fluendo.com>
12065
12066         * gst/audioresample/resample.h:
12067           As before, but for o_buf
12068
12069 2006-01-03  Michael Smith  <msmith@fluendo.com>
12070
12071         * gst/audioresample/resample.h:
12072           Declare struct _ResampleState.buffer as unsigned char *, not void *,
12073           since we do arithmetic on it.
12074
12075 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
12076
12077         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12078         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12079         (gst_ring_buffer_pause), (wait_segment):
12080         * gst-libs/gst/audio/gstringbuffer.h:
12081           Sun's Forte compiler doesn't seem to like anonymous structs,
12082           so use same setup as in GstBaseSrc (fixes #324900).
12083
12084 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12085
12086         * configure.ac:
12087         * gst/volume/Makefile.am:
12088         * gst/volume/demo.c:
12089           move old example to tests/examples/volume/volune.c
12090         * tests/examples/Makefile.am:
12091         * tests/examples/seek/seek.c: (main):
12092           change window-close event from "delete-event" to "destroy"
12093         * tests/examples/volume/Makefile.am:
12094         * tests/examples/volume/volume.c: (value_changed_callback),
12095         (setup_gui), (message_received), (eos_message_received), (main):
12096           fix event handling and bus usage
12097
12098 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
12099
12100         * gst/audiotestsrc/gstaudiotestsrc.c:
12101         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
12102         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
12103         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
12104         (gst_audio_test_src_create_square),
12105         (gst_audio_test_src_create_saw),
12106         (gst_audio_test_src_create_triangle),
12107         (gst_audio_test_src_create_silence),
12108         (gst_audio_test_src_create_white_noise),
12109         (gst_audio_test_src_create_pink_noise),
12110         (gst_audio_test_src_init_sine_table),
12111         (gst_audio_test_src_create_sine_table),
12112         (gst_audio_test_src_change_wave),
12113         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
12114         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
12115         * gst/audiotestsrc/gstaudiotestsrc.h:
12116           update to basesrc changes, implement segmented seeking and eos
12117           handling, add a 'sine-tab' waveform for performance critical playback
12118
12119 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         * po/POTFILES.in:
12122           ... and this time the other modified file that I missed last time.
12123
12124 2005-12-29  Michael Smith  <msmith@fluendo.com>
12125
12126         * gst/playback/gstdecodebin.c: (new_pad):
12127           Fix non-C89 variable declaration not at the start of a block. Should
12128           help some compilers.
12129
12130 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12131
12132         * tests/check/Makefile.am:
12133           And now fix 'make distcheck' (builddir != srcdir)
12134
12135 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12136
12137         * configure.ac:
12138         * ext/cdparanoia/Makefile.am:
12139         * ext/cdparanoia/gstcdparanoia.c:
12140         * ext/cdparanoia/gstcdparanoia.h:
12141         * ext/cdparanoia/gstcdparanoiasrc.c:
12142         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
12143         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
12144         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
12145         (gst_cd_paranoia_paranoia_callback),
12146         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
12147         (gst_cd_paranoia_src_set_property),
12148         (gst_cd_paranoia_src_get_property), (plugin_init):
12149         * ext/cdparanoia/gstcdparanoiasrc.h:
12150           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
12151           plugin again (there are still fixes required to playbin to make
12152           cdda:// uris work there).
12153
12154 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12155
12156         * tests/check/Makefile.am:
12157           Fix test case compilation.
12158
12159 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12160
12161         * gst-libs/gst/cdda/gstcddabasesrc.c:
12162         (gst_cdda_base_src_update_duration),
12163         (gst_cdda_base_src_calculate_cddb_id):
12164           An integer is not a string. Fix access to uninitialised variable.
12165
12166         * tests/check/Makefile.am:
12167           Add cddabasesrc unit test; also actually enable the vorbis test.
12168
12169         * tests/check/generic/states.c:
12170           Blacklist new cd audio elements as well.
12171
12172         * tests/check/libs/cddabasesrc.c:
12173           Unit test for GstCddaBaseSrc (discid calculation mostly).
12174
12175 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12176
12177         * docs/libs/Makefile.am:
12178         * docs/libs/gst-plugins-base-libs-docs.sgml:
12179         * docs/libs/gst-plugins-base-libs-sections.txt:
12180         * docs/libs/gst-plugins-base-libs.types:
12181           Add docs for libgstcdda/GstCddaBaseSrc.
12182
12183         * gst-libs/gst/interfaces/mixertrack.h:
12184           Do one struct member per line with a semicolon at the end, that way
12185           even gtk-doc might parse it without complaining.
12186
12187 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12188
12189         * configure.ac:
12190         * gst-libs/gst/Makefile.am:
12191         * gst-libs/gst/cdda/Makefile.am:
12192         * gst-libs/gst/cdda/base64.c:
12193         * gst-libs/gst/cdda/base64.h:
12194         * gst-libs/gst/cdda/gstcddabasesrc.c:
12195         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
12196         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
12197         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
12198         (gst_cdda_base_src_get_property),
12199         (gst_cdda_base_src_get_track_from_sector),
12200         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
12201         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
12202         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
12203         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
12204         (gst_cdda_base_src_uri_get_protocols),
12205         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
12206         (gst_cdda_base_src_uri_handler_init),
12207         (gst_cdda_base_src_setup_interfaces),
12208         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
12209         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
12210         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
12211         (gst_cdda_base_src_add_tags),
12212         (gst_cdda_base_src_add_index_associations),
12213         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
12214         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
12215         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
12216         (gst_cdda_base_src_create):
12217         * gst-libs/gst/cdda/gstcddabasesrc.h:
12218         * gst-libs/gst/cdda/sha1.c:
12219         * gst-libs/gst/cdda/sha1.h:
12220           Add new libgstcdda with GstCddaBaseSrc class.
12221
12222 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * ext/gnomevfs/gstgnomevfssink.h:
12225           Use GstBaseSinkClass as parent_class member for class struct, not
12226           GstBaseSink.
12227
12228 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         Patch by: Michael Benes
12231
12232         * gst/videotestsrc/gstvideotestsrc.c:
12233         (gst_video_test_src_class_init), (gst_video_test_src_start):
12234           Add start method to reset running time and number of frames sent
12235           when starting up (fixes #324696)
12236
12237 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239         * docs/plugins/Makefile.am:
12240         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12241         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12242         * docs/plugins/gst-plugins-base-plugins.args:
12243         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12244         * docs/plugins/gst-plugins-base-plugins.signals:
12245           Add docs stuff for gnomevfssrc and gnomevfssink.
12246
12247         * ext/gnomevfs/gstgnomevfssrc.c:
12248           Fix example pipeline in gtk-doc blurb.
12249
12250 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         * ext/gnomevfs/Makefile.am:
12253         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12254         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12255         (gst_gnome_vfs_handle_get_type), (plugin_init):
12256         * ext/gnomevfs/gstgnomevfs.h:
12257         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12258         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12259         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12260         (gst_gnome_vfs_sink_set_property),
12261         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12262         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12263         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12264         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12265         (gst_gnome_vfs_sink_uri_get_type),
12266         (gst_gnome_vfs_sink_uri_get_protocols),
12267         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12268         (gst_gnome_vfs_sink_uri_handler_init):
12269         * ext/gnomevfs/gstgnomevfssink.h:
12270           Port gnomevfssink; add gtk-doc blurb.
12271
12272         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12273         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12274         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12275         (gst_gnome_vfs_src_uri_get_type),
12276         (gst_gnome_vfs_src_uri_get_protocols),
12277         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12278         (gst_gnome_vfs_src_uri_handler_init),
12279         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12280         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12281         (gst_gnome_vfs_src_send_additional_headers_callback),
12282         (gst_gnome_vfs_src_received_headers_callback),
12283         (gst_gnome_vfs_src_push_callbacks),
12284         (gst_gnome_vfs_src_pop_callbacks),
12285         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12286         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12287         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12288         * ext/gnomevfs/gstgnomevfssrc.h:
12289           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12290           file; add gtk-doc blurb with example pipelines.
12291
12292 === release 0.10.1 ===
12293
12294 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12295
12296         * configure.ac:
12297           releasing 0.10.1, "Dobro Dedek"
12298
12299 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12300
12301         * gst/typefind/gsttypefindfunctions.c:
12302         iLBC30 and iLBC20 added to typefind.
12303
12304 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12305
12306         * gst-libs/gst/audio/gstbaseaudiosink.c:
12307         (gst_base_audio_sink_class_init):
12308         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12309         (gst_base_audio_src_class_init):
12310           update strings, values are in microseconds
12311           change the default sink buffer time to something that is smaller
12312           (to help software volume mixing have a slightly lower delay) but
12313           still be acceptable on Wim's laptop
12314
12315 2005-12-20  Edward Hervey  <edward@fluendo.com>
12316
12317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12318         Made a quack, forgot to add DUCK to the riff video template.
12319
12320 2005-12-19  Edward Hervey  <edward@fluendo.com>
12321
12322         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12323         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12324         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12325         (gst_ogm_parse_chain):
12326         Make sure pads are initialized correctly.
12327         * gst-libs/gst/riff/riff-ids.h:
12328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12329         (gst_riff_create_video_template_caps):
12330         Add a whole bunch of FOURCC <=> MimeType.
12331         Extend the riff video pad template to support the newly added fourcc.
12332
12333 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12334
12335         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12336         (gst_ogg_demux_activate_chain):
12337           Extra debug output when activating/deactivating chains.
12338
12339         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12340         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12341         (unlinked):
12342           Remove a queue from our list when it becomes unlinked.
12343           Don't add queues to elements in class 'Demux' if they
12344           can only produce one pad 
12345
12346 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12347
12348         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12349         (gst_video_sink_get_type): Add a debug category.
12350
12351 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12352
12353         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12354         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12355           Handle downstream newsegment by sending our own newsegment before the
12356           next buffer to be released. (#323900)
12357
12358 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12359
12360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12361         (gst_base_rtp_depayload_set_gst_timestamp):
12362           add queue delay to new segment as well (as opposed to just the first
12363           buffer). (bug #322347)
12364
12365 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12366
12367         * ext/libvisual/visual.c: (make_valid_name):
12368           change some char* into char[]
12369         * gst/audiotestsrc/gstaudiotestsrc.c:
12370         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12371         (gst_audio_test_src_create):
12372         * gst/audiotestsrc/gstaudiotestsrc.h:
12373           prepare to handle EOS and SEGMENT_DONE
12374
12375 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12376
12377         * tests/check/generic/states.c: (GST_START_TEST):
12378           Blacklist cdparanoia element in state test.
12379
12380 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12381
12382           Patch by: Benjamin Pineau
12383
12384         * gst/tcp/gsttcp.c:
12385         * gst/tcp/gsttcpclientsink.c:
12386         * gst/tcp/gsttcpserversink.c:
12387         * gst/tcp/gsttcpserversrc.c:
12388           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12389
12390 2005-12-15  Michael Smith  <msmith@fluendo.com>
12391
12392         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12393         (gst_video_rate_chain):
12394           Fix timestamping for videorate when the first buffer it sees has a
12395           non-zero timestamp. Fix some misleading debug output.
12396
12397 2005-12-15  Michael Smith  <msmith@fluendo.com>
12398
12399         * gst/audioresample/gstaudioresample.c:
12400           Don't leak all input buffers to audioresample.
12401
12402 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12405           Don't operate on empty text buffers. Strip newlines and
12406           tabs only from the end of the text, but leave them intact
12407           in the middle. Fix typo in gtk-doc description.
12408
12409 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12410
12411         * gst/playback/gstplaybasebin.c:
12412         * gst/playback/gstplaybin.c: (handoff):
12413           Make sure the video frame buffer we return to apps via the
12414           "frame" property always has caps set on it. Modify
12415           _gst_gvalue_set_object() macro to handle NULL objects
12416           gracefully too.
12417
12418 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12419
12420         * gst/audiotestsrc/gstaudiotestsrc.c:
12421         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12422         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12423         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12424         (gst_audio_test_src_create):
12425         * gst/audiotestsrc/gstaudiotestsrc.h:
12426         Adjust to some recent api changes and add wtays new cool seeking
12427         capabillities
12428
12429 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12430
12431         * ext/alsa/Makefile.am:
12432         * ext/alsa/gstalsadeviceprobe.c:
12433         * ext/alsa/gstalsadeviceprobe.h:
12434           Helper functions to add device probing via the GstPropertyProbe
12435           interface to a class.
12436
12437         * ext/alsa/gstalsamixer.h:
12438           Comment out GST_ALSA_MIXER, it returns a struct that's not
12439           used.
12440
12441         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12442           Add some debug info. 
12443
12444         * ext/alsa/gstalsamixerelement.c:
12445         (gst_alsa_mixer_element_interface_supported),
12446         (gst_implements_interface_init),
12447         (gst_alsa_mixer_element_init_interfaces),
12448         (gst_alsa_mixer_element_class_init),
12449         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12450         (gst_alsa_mixer_element_set_property),
12451         (gst_alsa_mixer_element_get_property),
12452         (gst_alsa_mixer_element_change_state):
12453         * ext/alsa/gstalsamixerelement.h:
12454           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12455           for device handling (gnome-volume-control will need that).
12456
12457 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12458
12459         * ext/Makefile.am: fix cdparanoia entry
12460         * gst-plugins-base.spec.in: add cdparanoia
12461
12462 2005-12-12  Michael Smith  <msmith@fluendo.com>
12463
12464         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12465           Use the correct function to free list of typefind factories.
12466
12467 2005-12-12  Wim Taymans  <wim@fluendo.com>
12468
12469         * gst/videotestsrc/gstvideotestsrc.c:
12470         (gst_video_test_src_class_init), (gst_video_test_src_init),
12471         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12472         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12473         (gst_video_test_src_create):
12474         * gst/videotestsrc/gstvideotestsrc.h:
12475         Implement seeking in videotestsrc.
12476         Small cleanups.
12477
12478 2005-12-12  Wim Taymans  <wim@fluendo.com>
12479
12480         * ext/cdparanoia/Makefile.am:
12481         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12482         (gst_paranoia_endian_get_type), (_do_init),
12483         (cdparanoia_class_init), (cdparanoia_init),
12484         (cdparanoia_set_property), (cdparanoia_get_property),
12485         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12486         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12487         (cdparanoia_convert), (cdparanoia_get_query_types),
12488         (cdparanoia_query), (cdparanoia_set_index),
12489         (cdparanoia_uri_set_uri):
12490         * ext/cdparanoia/gstcdparanoia.h:
12491         Partially ported cdparanoia now that basesrc can support a
12492         plugin like this..
12493
12494 2005-12-12  Wim Taymans  <wim@fluendo.com>
12495
12496         * tests/examples/seek/scrubby.c: (main):
12497         Set higher priority for bus events so they don't get reordered with
12498         gtk gui events.
12499
12500         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12501         (flush_toggle_cb), (main):
12502         Added checkbox to disable flushing seeks. 
12503         Disable scrubbing when doing non flushing seeks.
12504
12505 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12506
12507         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12508         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12509         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12510         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12511           Implement some sort of event handling that doesn't rely on
12512           g_return_if_fail; make sure we always push the last chunk of an 
12513           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12514           state change function; remove some old cruft. Seeking is still
12515           rather unlikely to work though.
12516
12517         * tools/.cvsignore:
12518           Ignore more.
12519
12520 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12521
12522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12523         Fixed a leak of the current image reference when cleaning up.
12524         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12525
12526 2005-12-09  Michael Smith  <msmith@fluendo.com>
12527
12528         * tools/Makefile.am:
12529         * tools/gst-launch-ext-m.m:
12530           Remove gst-launch-ext. It doesn't work, and is no longer
12531           particularly useful.
12532
12533 2005-12-08  Luca Ognibene  <luogni@tin.it>
12534
12535         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12536           don't pass random values to ogmparse convert function.
12537           Make seeking possible in the exile1.ogm file.
12538
12539 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12540
12541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12542         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12543           Work around refcount problem with g_value_set_object() that occur
12544           if the core has been compiled against GLib-2.6 (g_value_set_object()
12545           will only g_object_ref() the element, but the caller will
12546           gst_object_unref() it and bad things will happen due to the way
12547           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12548           totem for people on FC4 using Thomas's 0.10 RPMs.
12549           
12550 2005-12-07  Edward Hervey  <edward@fluendo.com>
12551
12552         Time to welcome ogm to 0.10 :)
12553         
12554         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12555         (gst_ogg_pad_typefind):
12556         Oggdemux can now properly typefind elements with dynamic pads.
12557         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12558         Properly set caps on src pad, and set caps on outgoing buffers.
12559
12560 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12561
12562         * ext/alsa/gstalsamixer.h:
12563         * ext/alsa/gstalsamixerelement.h:
12564         * ext/alsa/gstalsamixeroptions.h:
12565         * ext/alsa/gstalsamixertrack.h:
12566         * ext/alsa/gstalsasink.c:
12567         * ext/alsa/gstalsasink.h:
12568         * ext/alsa/gstalsasrc.c:
12569         * ext/alsa/gstalsasrc.h:
12570         * ext/cdparanoia/gstcdparanoia.h:
12571         * ext/gnomevfs/gstgnomevfsuri.h:
12572         * ext/ogg/gstoggdemux.c:
12573         * ext/ogg/gstoggmux.c:
12574         * ext/pango/gsttextoverlay.h:
12575         * ext/theora/theoradec.c:
12576         * ext/theora/theoraenc.c:
12577         * ext/vorbis/vorbisdec.h:
12578         * ext/vorbis/vorbisenc.c:
12579         * ext/vorbis/vorbisenc.h:
12580         * ext/vorbis/vorbisparse.h:
12581         * gst-libs/gst/audio/gstaudioclock.h:
12582         * gst-libs/gst/audio/gstaudiosink.c:
12583         * gst-libs/gst/audio/gstaudiosink.h:
12584         * gst-libs/gst/audio/gstaudiosrc.c:
12585         * gst-libs/gst/audio/gstaudiosrc.h:
12586         * gst-libs/gst/audio/gstbaseaudiosink.c:
12587         * gst-libs/gst/audio/gstbaseaudiosink.h:
12588         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12589         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12590         * gst-libs/gst/audio/gstringbuffer.h:
12591         * gst-libs/gst/audio/multichannel.h:
12592         * gst-libs/gst/floatcast/floatcast.h:
12593         * gst-libs/gst/interfaces/colorbalance.c:
12594         * gst-libs/gst/interfaces/colorbalance.h:
12595         * gst-libs/gst/interfaces/colorbalancechannel.h:
12596         * gst-libs/gst/interfaces/mixer.h:
12597         * gst-libs/gst/interfaces/mixeroptions.h:
12598         * gst-libs/gst/interfaces/mixertrack.h:
12599         * gst-libs/gst/interfaces/navigation.h:
12600         * gst-libs/gst/interfaces/propertyprobe.h:
12601         * gst-libs/gst/interfaces/tuner.h:
12602         * gst-libs/gst/interfaces/tunerchannel.h:
12603         * gst-libs/gst/interfaces/tunernorm.h:
12604         * gst-libs/gst/interfaces/xoverlay.h:
12605         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12606         * gst-libs/gst/riff/riff-ids.h:
12607         * gst-libs/gst/riff/riff-media.h:
12608         * gst-libs/gst/riff/riff-read.h:
12609         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12610         * gst-libs/gst/rtp/gstbasertppayload.c:
12611         * gst-libs/gst/rtp/gstbasertppayload.h:
12612         * gst-libs/gst/rtp/gstrtpbuffer.c:
12613         * gst-libs/gst/rtp/gstrtpbuffer.h:
12614         * gst-libs/gst/tag/gsttageditingprivate.h:
12615         * gst-libs/gst/tag/gstvorbistag.c:
12616         (gst_tag_list_from_vorbiscomment_buffer):
12617         * gst-libs/gst/tag/tag.h:
12618         * gst-libs/gst/video/video.h:
12619         * gst/adder/gstadder.c:
12620         * gst/adder/gstadder.h:
12621         * gst/audioconvert/audioconvert.c:
12622         * gst/audioconvert/audioconvert.h:
12623         * gst/audioconvert/gstaudioconvert.c:
12624         * gst/audioconvert/gstchannelmix.c:
12625         * gst/audioconvert/gstchannelmix.h:
12626         * gst/audiorate/gstaudiorate.c:
12627         * gst/audioresample/buffer.h:
12628         * gst/audioresample/functable.h:
12629         * gst/audioresample/gstaudioresample.c:
12630         * gst/audioresample/resample.h:
12631         * gst/ffmpegcolorspace/avcodec.h:
12632         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12633         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12634         * gst/ffmpegcolorspace/imgconvert.c:
12635         * gst/ffmpegcolorspace/imgconvert_template.h:
12636         * gst/playback/gstdecodebin.c:
12637         * gst/playback/gstplaybasebin.h:
12638         * gst/playback/gstplaybin.c:
12639         * gst/playback/gststreaminfo.h:
12640         * gst/tcp/gstfdset.c:
12641         * gst/tcp/gstfdset.h:
12642         * gst/tcp/gstmultifdsink.c:
12643         * gst/tcp/gstmultifdsink.h:
12644         * gst/tcp/gsttcp.h:
12645         * gst/tcp/gsttcpclientsrc.c:
12646         * gst/tcp/gsttcpclientsrc.h:
12647         * gst/tcp/gsttcpplugin.h:
12648         * gst/tcp/gsttcpserversink.c:
12649         * gst/tcp/gsttcpserversrc.c:
12650         * gst/typefind/gsttypefindfunctions.c:
12651         * gst/videorate/gstvideorate.c:
12652         * gst/videotestsrc/gstvideotestsrc.h:
12653         * gst/videotestsrc/videotestsrc.h:
12654         * sys/v4l/gstv4lcolorbalance.h:
12655         * sys/v4l/gstv4ltuner.h:
12656         * sys/v4l/gstv4lxoverlay.h:
12657         * sys/v4l/v4l_calls.h:
12658         * sys/v4l/videodev_mjpeg.h:
12659         * tests/check/elements/audioconvert.c:
12660         * tests/check/elements/audioresample.c:
12661         * tests/check/elements/audiotestsrc.c:
12662         * tests/check/elements/videotestsrc.c:
12663         * tests/check/elements/volume.c:
12664         * tests/examples/seek/scrubby.c:
12665         * tests/examples/seek/seek.c:
12666           expand tabs
12667
12668 === release 0.10.0 ===
12669
12670 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12671
12672         * configure.ac:
12673           releasing 0.10.0, "Mont-d'or"
12674
12675 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12676
12677         * tests/examples/seek/Makefile.am:
12678         Build fix for when gtk is not available.
12679
12680 2005-12-05  Andy Wingo  <wingo@pobox.com>
12681
12682         * ext/libvisual/visual.c: (get_buffer):
12683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12684         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12685         * ext/theora/theoradec.c: (theora_handle_data_packet):
12686         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12687         (theora_enc_chain):
12688         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12689         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12690         Update for alloc_buffer changes.
12691
12692 2005-12-05  Andy Wingo  <wingo@pobox.com>
12693
12694         patch by: Kai Vehmanen <kv2004 eca cx>
12695         
12696         * gst-libs/gst/rtp/gstbasertpdepayload.c
12697         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12698
12699 2005-12-04  Andy Wingo  <wingo@pobox.com>
12700
12701         patch by: Sebastien Cote <sebas642 yahoo ca>
12702         
12703         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12704         Fixes #319172.
12705
12706 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12707
12708         * docs/plugins/Makefile.am:
12709         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12710         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12711         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12712         * ext/pango/gstclockoverlay.c:
12713         * ext/pango/gsttextoverlay.c: 
12714         * ext/pango/gsttextrender.c:
12715         * ext/pango/gsttimeoverlay.c:
12716           Add gtk-doc blurbs to pango elements.
12717
12718 2005-12-02  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12721         * gst/audioresample/buffer.h:
12722         * gst/audioresample/gstaudioresample.c:
12723         * gst/audioresample/gstaudioresample.h:
12724         * gst/audioresample/resample.c: (resample_input_flush),
12725         (resample_input_pushthrough), (resample_input_eos),
12726         (resample_get_output_size_for_input),
12727         (resample_get_input_size_for_output), (resample_get_output_size),
12728         (resample_get_output_data):
12729         * gst/audioresample/resample.h:
12730         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12731         Fix audioresample, seek torture, new segments, reverse negotiation
12732         etc.. work fine.
12733
12734 2005-12-02  Wim Taymans  <wim@fluendo.com>
12735
12736         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12737         Small cleanups.
12738
12739 2005-12-02  Wim Taymans  <wim@fluendo.com>
12740
12741         * gst/audioconvert/gstaudioconvert.c:
12742         (gst_audio_convert_transform):
12743         Post errors.
12744
12745 === release 0.9.7 ===
12746
12747 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12748
12749         * configure.ac:
12750           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12751
12752 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12753
12754         * Makefile.am:
12755         * po/hu.po:
12756         * win32/MANIFEST:
12757         * win32/gst.sln:
12758           add win32 MANIFEST file
12759           do something to the hungarian translation
12760
12761 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12762
12763         * ext/Makefile.am:
12764           Add $(PANGO_DIR) to SUBDIRS
12765
12766         * ext/pango/gstclockoverlay.c:
12767         * ext/pango/gsttimeoverlay.c:
12768           Fix and improve element descriptions.
12769
12770 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12771
12772         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12773         * docs/plugins/inspect/plugin-libvisual.xml:
12774         * docs/plugins/inspect/plugin-pango.xml:
12775           add pango plugin to docs
12776
12777 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12778
12779         * configure.ac:
12780         * ext/Makefile.am:
12781           moved pango to base
12782
12783 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12784
12785         * configure.ac:
12786         * tests/Makefile.am:
12787         * tests/icles/.cvsignore:
12788         * tests/icles/Makefile.am:
12789         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12790         (close_display), (resize_window), (move_window), (create_window),
12791         (terminate_playback), (pause_playback), (start_playback), (main):
12792           add stress test for xoverlay from Julien
12793
12794 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12795
12796         * docs/libs/tmpl/gstcolorbalance.sgml:
12797         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12798         * gst-libs/gst/rtp/gstbasertppayload.c:
12799         * gst-libs/gst/rtp/gstrtpbuffer.c:
12800         * gst-libs/gst/rtp/gstrtpbuffer.h:
12801           Do burger's rename for rtp payloaders and depayloaders
12802
12803 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12804
12805         * win32/:
12806           add Visual Studio 6 build files
12807
12808 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12809
12810         * docs/libs/gst-plugins-base-libs-docs.sgml:
12811         * docs/libs/gst-plugins-base-libs-sections.txt:
12812         * docs/libs/tmpl/gstaudio.sgml:
12813         * docs/libs/tmpl/gstringbuffer.sgml:
12814         * gst-libs/gst/interfaces/xoverlay.c:
12815         * gst-libs/gst/video/gstvideofilter.c:
12816         * gst-libs/gst/video/gstvideosink.c:
12817           update documentation
12818
12819 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12820
12821         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12822         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12823         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12824         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12825         (gst_multi_fd_sink_get_stats),
12826         (gst_multi_fd_sink_remove_client_link),
12827         (gst_multi_fd_sink_handle_client_read),
12828         (gst_multi_fd_sink_client_queue_data),
12829         (gst_multi_fd_sink_client_queue_caps),
12830         (gst_multi_fd_sink_client_queue_buffer),
12831         (gst_multi_fd_sink_new_client),
12832         (gst_multi_fd_sink_handle_client_write),
12833         (gst_multi_fd_sink_recover_client),
12834         (gst_multi_fd_sink_queue_buffer),
12835         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12836         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12837         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12838         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12839         * gst/tcp/gstmultifdsink.h:
12840         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12841         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12842         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12843         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12844         (gst_tcp_client_sink_set_property),
12845         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12846         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12847         * gst/tcp/gsttcpclientsink.h:
12848         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12849         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12850         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12851         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12852         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12853         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12854         * gst/tcp/gsttcpclientsrc.h:
12855         * gst/tcp/gsttcpplugin.c: (plugin_init):
12856         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12857         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12858         (gst_tcp_server_sink_finalize),
12859         (gst_tcp_server_sink_handle_server_read),
12860         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12861         (gst_tcp_server_sink_set_property),
12862         (gst_tcp_server_sink_get_property),
12863         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12864         * gst/tcp/gsttcpserversink.h:
12865         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12866         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12867         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12868         (gst_tcp_server_src_set_property),
12869         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12870         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12871         * gst/tcp/gsttcpserversrc.h:
12872           more borgifying
12873
12874 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12875
12876         * docs/plugins/Makefile.am:
12877         * docs/plugins/gst-plugins-base-plugins.args:
12878         * docs/plugins/inspect/plugin-libvisual.xml:
12879         * gst/audioconvert/plugin.h:
12880         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12881         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12882         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12883         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12884         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12885         (plugin_init):
12886         * gst/audiotestsrc/gstaudiotestsrc.c:
12887         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12888         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12889         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12890         (gst_audio_test_src_get_query_types),
12891         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12892         (gst_audio_test_src_create_square),
12893         (gst_audio_test_src_create_saw),
12894         (gst_audio_test_src_create_triangle),
12895         (gst_audio_test_src_create_silence),
12896         (gst_audio_test_src_create_white_noise),
12897         (gst_audio_test_src_init_pink_noise),
12898         (gst_audio_test_src_generate_pink_noise_value),
12899         (gst_audio_test_src_create_pink_noise),
12900         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12901         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12902         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12903         (plugin_init):
12904         * gst/audiotestsrc/gstaudiotestsrc.h:
12905         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12906         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12907         (gst_sub_parse_init), (gst_sub_parse_formats),
12908         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12909         (convert_encoding), (get_next_line),
12910         (gst_sub_parse_data_format_autodetect),
12911         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12912         (gst_sub_parse_loop), (gst_sub_parse_chain),
12913         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12914         (plugin_init):
12915         * gst/subparse/gstsubparse.h:
12916         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12917         (gst_video_rate_base_init), (gst_video_rate_class_init),
12918         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12919         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12920         (gst_video_rate_init), (gst_video_rate_event),
12921         (gst_video_rate_chain), (gst_video_rate_set_property),
12922         (gst_video_rate_get_property), (gst_video_rate_change_state),
12923         (plugin_init):
12924         * gst/videoscale/gstvideoscale.c:
12925         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12926         (gst_video_scale_src_template_factory),
12927         (gst_video_scale_sink_template_factory),
12928         (gst_video_scale_get_type), (gst_video_scale_base_init),
12929         (gst_video_scale_class_init), (gst_video_scale_init),
12930         (gst_video_scale_set_property), (gst_video_scale_get_property),
12931         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12932         (gst_video_scale_prepare_size), (parse_caps),
12933         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12934         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12935         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12936         (plugin_init):
12937         * gst/videoscale/gstvideoscale.h:
12938         * gst/videotestsrc/gstvideotestsrc.c:
12939         (gst_video_test_src_pattern_get_type),
12940         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12941         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12942         (gst_video_test_src_set_pattern),
12943         (gst_video_test_src_set_property),
12944         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12945         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12946         (gst_video_test_src_event), (gst_video_test_src_get_times),
12947         (gst_video_test_src_create), (plugin_init):
12948         * gst/videotestsrc/gstvideotestsrc.h:
12949         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12950         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12951         (gst_video_test_src_black):
12952         * gst/videotestsrc/videotestsrc.h:
12953           borgify further
12954           clean up docs a little
12955
12956 2005-11-30  Wim Taymans  <wim@fluendo.com>
12957
12958         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12959         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12960         (gst_basertppayload_event), (gst_basertppayload_push),
12961         (gst_basertppayload_change_state):
12962         * gst-libs/gst/rtp/gstbasertppayload.h:
12963         closed #320644.
12964
12965 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12966
12967         * docs/libs/gst-plugins-base-libs-docs.sgml:
12968         * docs/libs/gst-plugins-base-libs-sections.txt:
12969         * gst-libs/gst/video/gstvideofilter.c:
12970         * gst-libs/gst/video/gstvideosink.c:
12971         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12972
12973 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12974
12975         * LICENSE:
12976           move
12977         * po/af.po:
12978         * po/az.po:
12979         * po/cs.po:
12980         * po/en_GB.po:
12981         * po/hu.po:
12982         * po/it.po:
12983         * po/nb.po:
12984         * po/nl.po:
12985         * po/or.po:
12986         * po/sq.po:
12987         * po/sr.po:
12988         * po/sv.po:
12989         * po/uk.po:
12990         * po/vi.po:
12991         * Makefile.am:
12992           update
12993         * scripts/autoplugins.sh:
12994           remove
12995
12996 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12997
12998         * Makefile.am:
12999         * configure.ac:
13000         * examples/Makefile.am:
13001         * examples/capsfilter/Makefile.am:
13002         * examples/capsfilter/capsfilter1.c:
13003         * examples/gob/Makefile.am:
13004         * examples/gob/gst-identity2.gob:
13005         * examples/indexing/.cvsignore:
13006         * examples/indexing/Makefile.am:
13007         * examples/indexing/indexmpeg.c:
13008         * examples/seeking/.cvsignore:
13009         * examples/seeking/Makefile.am:
13010         * examples/seeking/cdparanoia.c:
13011         * examples/seeking/cdplayer.c:
13012         * examples/seeking/chained.c:
13013         * examples/seeking/scrubby.c:
13014         * examples/seeking/seek.c:
13015         * examples/stats/Makefile.am:
13016         * examples/stats/mp2ogg.c:
13017         * examples/switch/.cvsignore:
13018         * examples/switch/Makefile.am:
13019         * examples/switch/switcher.c:
13020         * tests/Makefile.am:
13021         * tests/check/generic/.cvsignore:
13022         * tests/check/pipelines/.cvsignore:
13023         * tests/examples/Makefile.am:
13024         * tests/examples/seek/Makefile.am:
13025           reorganize stuff under tests/
13026
13027 2005-11-30  Edward Hervey  <edward@fluendo.com>
13028
13029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
13030         Go away you stupid GstStaticPadTemplate memleak.
13031
13032 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13033
13034         * gst-libs/gst/net/Makefile.am:
13035         * gst-libs/gst/net/README:
13036         * gst-libs/gst/net/gstnetbuffer.c:
13037         * gst-libs/gst/net/gstnetbuffer.h:
13038           this was moved to "netbuffer"
13039
13040 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13041
13042         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
13043         (gst_video_filter_class_init), (gst_video_filter_init):
13044         * gst-libs/gst/video/gstvideofilter.h:
13045           borgify name to bring in line with other classes
13046
13047 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13048
13049         * gst/audioscale/.cvsignore:
13050         * gst/audioscale/Makefile.am:
13051         * gst/audioscale/README:
13052         * gst/audioscale/audioscale.vcproj:
13053         * gst/audioscale/dtof.c:
13054         * gst/audioscale/dtos.c:
13055         * gst/audioscale/functable.c:
13056         * gst/audioscale/gstaudioscale.c:
13057         * gst/audioscale/gstaudioscale.h:
13058         * gst/audioscale/private.h:
13059         * gst/audioscale/resample.c:
13060         * gst/audioscale/resample.h:
13061         * gst/audioscale/test.c:
13062           remove
13063
13064 2005-11-30  Edward Hervey  <edward@fluendo.com>
13065
13066         * gst-libs/gst/netbuffer/Makefile.am:
13067         really, really tired
13068
13069 2005-11-30  Edward Hervey  <edward@fluendo.com>
13070
13071         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13072         Update for new GstTypeFindFactory _register()
13073
13074 2005-11-30  Edward Hervey  <edward@fluendo.com>
13075
13076         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
13077         Let's not override libgstnet from core for no reason...
13078         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
13079         Ok, maybe not so quick next time.
13080
13081 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13082
13083         * configure.ac:
13084         * gst-libs/gst/Makefile.am:
13085           moved gst-libs/gst/net to netbuffer through CVS surgery
13086           remove old directory
13087           updating build to accomodate
13088           (#322257)
13089
13090 2005-11-29  Andy Wingo  <wingo@pobox.com>
13091
13092         * pkgconfig/gstreamer-plugins-base.pc.in:
13093         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
13094         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
13095         (#322257).
13096
13097 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13098
13099         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
13100         3rd time's the charm. Correct ref-counting for discarded buffers.
13101
13102 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13103
13104         * gst/playback/gststreamselector.c:
13105         (gst_stream_selector_class_init),
13106         (gst_stream_selector_set_property),
13107         (gst_stream_selector_get_property),
13108         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13109         Fix ref-counting
13110
13111 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13112
13113         * gst/subparse/gstsubparse.c: (feed_textbuf):
13114           Don't access already unref'ed buffer.
13115
13116 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13117
13118         * gst/playback/gststreamselector.c:
13119         (gst_stream_selector_class_init), (gst_stream_selector_init),
13120         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
13121         (gst_stream_selector_get_property),
13122         (gst_stream_selector_get_linked_pad),
13123         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13124         * gst/playback/gststreamselector.h:
13125         Add the active-pad property for playbin to use shortly. Ignore buffers
13126         from any other pad, returning GST_FLOW_NOT_LINKED
13127
13128 2005-11-29  Julien MOUTTE  <julien@moutte.net>
13129
13130         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
13131         patch from bug #322704 (Alessandro Decina).
13132
13133 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13134
13135         * gst-libs/gst/audio/Makefile.am:
13136           folded audiofilter into the audio library
13137
13138 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13139
13140         * gst/videoscale/gstvideoscale.h:
13141         * gst/videoscale/gstvideoscale.c:
13142           remove unimplemented scale methods
13143
13144 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
13147           Don't leak caps.
13148
13149 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13150
13151         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13152         (gst_ximagesink_setcaps):
13153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13154         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
13155         happens (only visible on ximagesink but bug is in xv too) set_caps was
13156         destroying the internal x[v]image used to memcpy non locally alloced
13157         buffers so that it got renewed on next _chain. The issue is that 
13158         _expose will try to put that image as it reffed it in _put.
13159         Using gst_buffer_unref instead of destroy fixes it !
13160
13161 2005-11-28  Edward Hervey  <edward@fluendo.com>
13162
13163         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13164         (try_to_link_1), (queue_filled_cb):
13165         Better use of the queues. Start with a small size queue and only increase
13166         the size of the queues when the other queues are empty.
13167
13168 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13169
13170         * gst-libs/gst/video/Makefile.am:
13171           compile in copied-over videofilter into the video library
13172         * gst-libs/gst/video/videosink.h:
13173           rename the header to gstvideosink.h since it's a base GstObject class
13174         * sys/ximage/ximagesink.h:
13175         * sys/xvimage/xvimagesink.h:
13176           use the new header
13177
13178 2005-11-28  Wim Taymans  <wim@fluendo.com>
13179
13180         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
13181         * gst/playback/gstplaybasebin.h:
13182         Prepare to handle errors betters.
13183
13184         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
13185         Set sinks to PAUSED first before adding and linking them so that
13186         we don't interrupt dataflow.
13187
13188 2005-11-28  Wim Taymans  <wim@fluendo.com>
13189
13190         * gst-libs/gst/audio/TODO:
13191         Updated TODO
13192
13193         * gst-libs/gst/audio/gstaudiosink.c:
13194         (gst_audioringbuffer_open_device),
13195         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
13196         (gst_audioringbuffer_release):
13197         Small cleanups.
13198
13199         * gst-libs/gst/audio/gstbaseaudiosink.c:
13200         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
13201         (gst_base_audio_sink_change_state):
13202         Slave to the master clock when going to PLAYING and unslave when
13203         going to PAUSED.
13204
13205         * gst-libs/gst/audio/gstringbuffer.c:
13206         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13207         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13208         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13209         (gst_ring_buffer_clear_all), (wait_segment),
13210         (gst_ring_buffer_commit), (gst_ring_buffer_read),
13211         (gst_ring_buffer_advance):
13212         * gst-libs/gst/audio/gstringbuffer.h:
13213         Add some docs and cleanups.
13214
13215 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13216
13217         * sys/xvimage/xvimagesink.c:
13218         (gst_xvimagesink_navigation_send_event): Fix navigation events
13219         coordinates translation with pixel aspect ratios.
13220
13221 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13222
13223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
13224         Use calculated video geometry from _setcaps instead of buffer
13225         caps to respect pixel aspect ratio. (fixes #322388)
13226
13227 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13228
13229         * docs/libs/tmpl/gstcolorbalance.sgml:
13230         * docs/libs/tmpl/gstmixer.sgml:
13231         * docs/libs/tmpl/gstxoverlay.sgml:
13232         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
13233         interface.
13234
13235 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13236
13237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13238         Refuse to create an XvImage if we can't find the format.
13239
13240 2005-11-28  Edward Hervey  <edward@fluendo.com>
13241
13242         * gst-libs/gst/riff/riff-media.c:
13243         (gst_riff_create_audio_template_caps):
13244         Add ATRAC3 to the list of riff-possible audio caps.
13245         I know we still don't have a plugin for atrac3, but it's saner to output
13246         that than a cryptic mimetype.
13247
13248 2005-11-27  Edward Hervey  <edward@fluendo.com>
13249
13250         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13251         Don't try to create a zero-sized subbuffer.
13252
13253 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13254
13255         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13256         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13257         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13258         (gst_ximagesink_expose): Fixed a tricky race.
13259         * sys/ximage/ximagesink.h:
13260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13261         (gst_xvimagesink_expose): Fixed a tricky race.
13262         * sys/xvimage/xvimagesink.h:
13263
13264 2005-11-27  Edward Hervey  <edward@fluendo.com>
13265
13266         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13267         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13268         Remove unused properties, and add queues between demuxers and decoders
13269         so that a lot more files can preroll properly.
13270
13271 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13272
13273         * gst-libs/gst/net/Makefile.am:
13274         * gst-libs/gst/rtp/Makefile.am:
13275         * gst-libs/gst/tag/Makefile.am:
13276           remove silly include
13277         * gst/tags/Makefile.am:
13278         * gst/tags/gsttagediting.c:
13279         * gst/tags/gsttageditingprivate.h:
13280         * gst/tags/tagedit.vcproj:
13281           remove directory, is as good as empty
13282
13283 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13284
13285         * configure.ac:
13286           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13287         * gst-libs/Makefile.am:
13288         * gst-libs/gst/audio/Makefile.am:
13289         * gst-libs/gst/interfaces/Makefile.am:
13290         * gst-libs/gst/net/Makefile.am:
13291         * gst-libs/gst/riff/Makefile.am:
13292         * gst-libs/gst/rtp/Makefile.am:
13293         * gst-libs/gst/tag/Makefile.am:
13294         * gst-libs/gst/video/Makefile.am:
13295           and use them
13296
13297 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13298
13299         * docs/libs/tmpl/gstcolorbalance.sgml:
13300         * docs/libs/tmpl/gstmixer.sgml:
13301         * docs/libs/tmpl/gstxoverlay.sgml:
13302         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13303         * sys/ximage/ximagesink.h:
13304         * sys/xvimage/xvimagesink.h: More and more documentation.
13305
13306 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13307
13308         * docs/libs/gst-plugins-base-libs-docs.sgml:
13309         * docs/libs/gst-plugins-base-libs-sections.txt:
13310         * docs/libs/tmpl/gstcolorbalance.sgml:
13311         * docs/libs/tmpl/gstmixer.sgml:
13312         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13313         to documentation.
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         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13321
13322 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13323
13324         * docs/plugins/Makefile.am:
13325         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13326         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13327         * docs/plugins/inspect/plugin-adder.xml:
13328         * docs/plugins/inspect/plugin-alsa.xml:
13329         * docs/plugins/inspect/plugin-audioconvert.xml:
13330         * docs/plugins/inspect/plugin-audiorate.xml:
13331         * docs/plugins/inspect/plugin-audioresample.xml:
13332         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13333         * docs/plugins/inspect/plugin-decodebin.xml:
13334         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13335         * docs/plugins/inspect/plugin-gnomevfs.xml:
13336         * docs/plugins/inspect/plugin-ogg.xml:
13337         * docs/plugins/inspect/plugin-playbin.xml:
13338         * docs/plugins/inspect/plugin-subparse.xml:
13339         * docs/plugins/inspect/plugin-tcp.xml:
13340         * docs/plugins/inspect/plugin-theora.xml:
13341         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13342         * docs/plugins/inspect/plugin-video4linux.xml:
13343         * docs/plugins/inspect/plugin-videorate.xml:
13344         * docs/plugins/inspect/plugin-videoscale.xml:
13345         * docs/plugins/inspect/plugin-videotestsrc.xml:
13346         * docs/plugins/inspect/plugin-volume.xml:
13347         * docs/plugins/inspect/plugin-vorbis.xml:
13348         * docs/plugins/inspect/plugin-ximagesink.xml:
13349         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13350         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13351
13352 2005-11-26  Edward Hervey  <edward@fluendo.com>
13353
13354         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13355         Properly return GstFlowReturn from gst_pad_push in chain functions.
13356
13357 2005-11-25  Michael Smith  <msmith@fluendo.com>
13358
13359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13360         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13361         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13362         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13363           Handle various conditions better when we don't understand a stream.
13364           Removes a heap of CRITICALs on ogg streams containing unknown data.
13365
13366 2005-11-24  Andy Wingo  <wingo@pobox.com>
13367
13368         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13369         Be threadsafe.
13370
13371 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13372
13373         * configure.ac: back to HEAD
13374
13375 === release 0.9.6 ===
13376
13377 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13378
13379         * configure.ac:
13380           releasing 0.9.6, "White Eight"
13381
13382 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13383
13384         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13385         * docs/plugins/inspect/plugin-sine.xml:
13386           remove sinesrc some more
13387
13388 2005-11-23  Wim Taymans  <wim@fluendo.com>
13389
13390         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13391         If we are reading too slowly, jump forward in the ringbuffer
13392         instead of blocking.
13393
13394 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13395
13396         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13397         (gst_visual_chain):
13398         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13399         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13400         (gst_videorate_chain):
13401         * gst/videotestsrc/gstvideotestsrc.c:
13402         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13403         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13404         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13405         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13406         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13407         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13408           Updates for API changes
13409
13410 2005-11-23  Wim Taymans  <wim@fluendo.com>
13411
13412         * gst-libs/gst/audio/gstbaseaudiosink.c:
13413         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13414         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13415         Fix for calibration API change.
13416
13417 2005-11-23  Michael Smith <msmith@fluendo.com>
13418
13419         * gst-libs/gst/audio/multichannel.c:
13420         (gst_audio_get_channel_positions),
13421         (gst_audio_set_channel_positions),
13422         (gst_audio_set_structure_channel_positions_list),
13423         (gst_audio_fixate_channel_positions):
13424           Use gst_value_array_*() functions on value arrays, not
13425           gst_value_list_*().
13426
13427 2005-11-23  Edward Hervey  <edward@fluendo.com>
13428
13429         * autogen.sh:
13430         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13431         Fixes autogen
13432
13433 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13434
13435         * check/Makefile.am:
13436         * check/elements/videotestsrc.c: (setup_videotestsrc),
13437         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13438         (main):
13439           add a test for videotestsrc
13440
13441 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13442
13443         * gst/sine/.cvsignore:
13444         * gst/sine/Makefile.am:
13445         * gst/sine/gstsinesrc.c:
13446         * gst/sine/gstsinesrc.h:
13447         * gst/sine/sinesrc.vcproj:
13448           and remove sinesrc from the repository.  Closes #321446
13449
13450 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13451
13452         * configure.ac:
13453         * gst-plugins-base.spec.in:
13454           remove sinesrc from the build
13455
13456 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13457
13458         * check/Makefile.am:
13459         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13460         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13461         (main):
13462           add a test for audiotestsrc, testing all waves.  Even seems
13463           leak-free at first glance, nice job Stefan
13464
13465 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13466
13467         * po/af.po:
13468         * po/az.po:
13469         * po/cs.po:
13470         * po/en_GB.po:
13471         * po/hu.po:
13472         * po/it.po:
13473         * po/nb.po:
13474         * po/nl.po:
13475         * po/or.po:
13476         * po/sq.po:
13477         * po/sr.po:
13478         * po/sv.po:
13479         * po/uk.po:
13480         * po/vi.po:
13481           Translation string updates
13482
13483         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13484         (gst_v4lsrc_set_caps):
13485         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13486         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13487         * sys/v4l/v4lsrc_calls.h:
13488           Improve v4lsrc, by making it work again.
13489
13490 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13491
13492         * ext/libvisual/visual.c: (gst_visual_chain):
13493           Fix the fps calculations.
13494
13495         * gst/ffmpegcolorspace/avcodec.h:
13496           Move structure element for clarity
13497
13498         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13499         * gst-libs/gst/interfaces/tunernorm.h:
13500         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13501         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13502         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13503         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13504         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13505         (gst_v4lmjpegsrc_getcaps):
13506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13507         (gst_v4lsrc_set_caps):
13508         * sys/v4l/gstv4lsrc.h:
13509         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13510         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13511         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13512         * sys/v4l/v4lsrc_calls.h:
13513           Fractional framerates...
13514
13515 2005-11-22  Wim Taymans  <wim@fluendo.com>
13516
13517         * gst-libs/gst/audio/gstbaseaudiosink.c:
13518         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13519         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13520         And we provide a clock by default, of course...
13521
13522 2005-11-22  Wim Taymans  <wim@fluendo.com>
13523
13524         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13525         This clock can be slaved to a master clock now.
13526
13527         * gst-libs/gst/audio/gstbaseaudiosink.c:
13528         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13529         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13530         (gst_base_audio_sink_set_clock),
13531         (gst_base_audio_sink_set_property),
13532         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13533         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13534         * gst-libs/gst/audio/gstbaseaudiosink.h:
13535         Handle slaving the internal clock to the clock selected in the
13536         pipeline.
13537         Add property to make the basesink not provide a clock.
13538
13539         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13540         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13541         (gst_base_rtp_depayload_wait):
13542         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13543         We can use the clock in GstElement, no need to store it ourselves.
13544
13545 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13546
13547         * docs/libs/tmpl/gstaudio.sgml:
13548           update
13549         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13550         (gst_paranoia_endian_get_type):
13551         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13552         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13553         * gst/audiotestsrc/gstaudiotestsrc.c:
13554         (gst_audiostestsrc_wave_get_type):
13555         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13556         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13557         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13558         (gst_sync_method_get_type), (gst_unit_type_get_type),
13559         (gst_client_status_get_type), (gst_multifdsink_class_init),
13560         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13561         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13562         (gst_multifdsink_get_property):
13563         * gst/tcp/gstmultifdsink.h:
13564         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13565         * gst/videotestsrc/gstvideotestsrc.c:
13566         (gst_videotestsrc_pattern_get_type):
13567           remove deprecated properties
13568           fix up enums to correctly have short lowercase dashed nicks
13569
13570 2005-11-22  Michael Smith <msmith@fluendo.com>
13571
13572         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13573         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13574           Add underscore.
13575
13576 2005-11-22  Michael Smith <msmith@fluendo.com>
13577
13578         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13579         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13580           Use utility method for scaling clocktime for fractional framerates.
13581
13582 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13583
13584         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13585         (gst_visual_chain):
13586         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13587         * ext/theora/theoradec.c: (theora_handle_type_packet):
13588         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13589         (theora_enc_chain):
13590         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13591         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13592         * gst-libs/gst/video/video.h:
13593         * gst/ffmpegcolorspace/avcodec.h:
13594         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13595         (gst_ffmpeg_caps_to_pixfmt):
13596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13597         (gst_ffmpegcsp_set_caps):
13598         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13599         (gst_videorate_setcaps), (gst_videorate_blank_data),
13600         (gst_videorate_chain):
13601         * gst/videotestsrc/gstvideotestsrc.c:
13602         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13603         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13604         (gst_videotestsrc_event), (gst_videotestsrc_create):
13605         * gst/videotestsrc/gstvideotestsrc.h:
13606         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13607         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13608         (gst_ximagesink_get_times), (gst_ximagesink_init):
13609         * sys/ximage/ximagesink.h:
13610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13611         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13612         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13613         * sys/xvimage/xvimagesink.h:
13614           Convert elements to use fractions for their framerate.
13615           V4L elements to come later tonight.
13616
13617 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13618
13619         * gst-libs/gst/audio/audio.c:
13620         * gst-libs/gst/audio/audio.h:
13621           remove some deprecated functions
13622
13623 2005-11-22  Andy Wingo  <wingo@pobox.com>
13624
13625         * Update for gst_tag_setter API changes.
13626
13627 2005-11-22  Andy Wingo  <wingo@pobox.com>
13628
13629         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13630         (gst_ogg_demux_perform_seek):
13631         * ext/theora/theoradec.c (theora_dec_sink_event):
13632         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13633         update-funcnames.
13634
13635 2005-11-22  Wim Taymans  <wim@fluendo.com>
13636
13637         * examples/seeking/seek.c: (main):
13638         Give higher priority to bus signals than the gtk events
13639         to fix a race condition in the segment looping.
13640
13641 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13642
13643         * ext/theora/Makefile.am:
13644         * ext/vorbis/Makefile.am:
13645         * gst-libs/gst/tag/Makefile.am:
13646         * gst-plugins-base.spec.in:
13647           Rename libgsttagedit to libgsttag (#322117).
13648
13649 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13650
13651         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13653           Call gst_x_overlay_prepare_xwindow_id() to give applications
13654           a final chance to set their own xwindow id before the video
13655           sink creates its own window.
13656
13657 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13658
13659         * sys/xvimage/xvimagesink.c:
13660         (gst_xvimagesink_navigation_send_event): Handle navigation
13661         events correcly with borders if applicable.
13662
13663 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         Patch by: Luca Ognibene
13666
13667         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13668         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13670         (gst_ffmpegcsp_caps_remove_format_info):
13671         * gst/ffmpegcolorspace/imgconvert.c:
13672         * gst/ffmpegcolorspace/imgconvert_template.h:
13673           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13674           #318353); use gst_structure_has_name().
13675
13676 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13677
13678         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13679         (gst_ximagesink_class_init): Add debug macros on functions.
13680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13681         (gst_xvimagesink_xwindow_draw_borders),
13682         (gst_xvimagesink_xvimage_put),
13683         (gst_xvimagesink_xwindow_update_geometry),
13684         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13685         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13686         (gst_xvimagesink_xcontext_clear),
13687         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13688         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13689         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13690         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13691         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13692         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13693         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13694         expose while being PAUSED, out of data flow navigation events, etc..
13695
13696 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13697
13698         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13699         * gst-libs/gst/audio/audio.h:
13700           fix prototype - wondering why the test worked regardless
13701
13702 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13703
13704         * check/Makefile.am:
13705         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13706         * gst-libs/gst/audio/audio.h:
13707           add a method that returns a proper GstClockTime
13708
13709 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13710
13711         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13712         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13713         * gst-libs/gst/interfaces/xoverlay.h:
13714           Remove everything having to do with the desired size; add 
13715           gst_x_overlay_prepare_xwindow_id() function; remove the
13716           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13717           post a message on the bus instead (#321816).
13718
13719         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13721         (gst_xvimagesink_xoverlay_init):
13722           Remove desired size stuff (#321816).
13723
13724 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13725
13726         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13727         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13728         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13729           Terminate vararg functions with NULL instead of 0 to 
13730           make gcc4 happy.
13731
13732 2005-11-21  Andy Wingo  <wingo@pobox.com>
13733
13734         patch by: Sebastien Cote <sebas642@yahoo.ca>
13735         
13736         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13737         * gst-libs/gst/rtp/gstrtpbuffer.c
13738         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13739
13740 2005-11-21  Andy Wingo  <wingo@pobox.com>
13741
13742         * gst/playback/gstplaybin.c (gen_audio_element) 
13743         (gen_video_element): Use the new MISSING_PLUGIN core error
13744         category. Closes #320060.
13745
13746         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13747         * gst/videorate/gstvideorate.c (gst_videorate_event):
13748         * ext/theora/theoradec.c (theora_dec_sink_event): 
13749         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13750         stream lock.
13751
13752         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13753         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13754         stream lock changes.
13755
13756 2005-11-21  Wim Taymans  <wim@fluendo.com>
13757
13758         * gst-libs/gst/audio/gstbaseaudiosink.c:
13759         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13760         (gst_base_audio_sink_provide_clock),
13761         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13762         (gst_base_audio_sink_change_state):
13763         * gst/audioresample/gstaudioresample.c:
13764         Segment update fix.
13765
13766 2005-11-21  Andy Wingo  <wingo@pobox.com>
13767
13768         * *.h:
13769         * *.c: Ran scripts/update-macros. Oh yes.
13770
13771 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13772
13773         * sys/ximage/Makefile.am:
13774         * sys/ximage/ximage.c:
13775           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13776           remove your old libgstximage.* manually if necessary).
13777
13778 2005-11-21  Michael Smith <msmith@fluendo.com>
13779
13780         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13781           Minimal fix for bug #320200: set the min/max bitrate in the correct
13782           units. A better fix would be to upgrade to the RATEMANAGE2
13783           interface, rather than using the deprecated interface used here, but
13784           that would require an update in our libvorbis dependency (to 1.1),
13785           which is probably undesirable.
13786
13787 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13788
13789         * ext/libvisual/visual.c: (get_buffer):
13790         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13791         (gst_base_audio_src_fixate):
13792         * gst/audioconvert/gstaudioconvert.c:
13793         (gst_audio_convert_fixate_caps):
13794         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13795         * gst/audiotestsrc/gstaudiotestsrc.c:
13796         (gst_audiotestsrc_src_fixate):
13797         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13798         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13799         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13800         * gst/videotestsrc/gstvideotestsrc.c:
13801         (gst_videotestsrc_src_fixate):
13802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13804           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13805           (#322027)
13806
13807
13808 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13809
13810         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13811         (gst_riff_create_iavs_caps):
13812         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13813         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13814         (gst_riff_parse_info):
13815         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13816         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13818           Fixes for GST_FOURCC_FORMAT API change.
13819
13820 2005-11-21  Andy Wingo  <wingo@pobox.com>
13821
13822         patch by: Alessandro Dessina <alessandro nnva org>
13823
13824         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13825         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13826         (gst_ogg_parse_chain):
13827         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13828         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13829         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13830         gst_value_list calls on arrays. Fixes #321962.
13831
13832 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13833
13834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13835         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13836         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13837         * gst/adder/gstadder.c: (gst_adder_init),
13838         (gst_adder_request_new_pad), (gst_adder_collected),
13839         (gst_adder_change_state):
13840           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13841           API change.
13842
13843 2005-11-21  Michael Smith <msmith@fluendo.com>
13844
13845         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13846         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13847           Properly handle pad_push return values.
13848
13849 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13850
13851         * gst-libs/gst/tag/Makefile.am:
13852         * gst-libs/gst/tag/gstvorbistag.c:
13853         (gst_tag_list_to_vorbiscomment_buffer):
13854           Remove obsolete vorbistag element and debug category.
13855
13856         * gst/playback/gstplaybasebin.c: (check_queue):
13857           Don't divide by 0 when queue-threshold is 0.
13858
13859         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13860           Don't modify an existing pixel-aspect-ratio if we fail to read
13861           a new one.
13862
13863 2005-11-20  Wim Taymans  <wim@fluendo.com>
13864
13865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13866         (gst_vorbisenc_push_packet):
13867         GST_PAD_IS_USABLE is gone, use the return value of
13868         the push or pad_alloc_buffer instead.
13869
13870 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13871
13872         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13873         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13874         (gst_ximagesink_ximage_destroy),
13875         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13876         (gst_ximagesink_xwindow_new),
13877         (gst_ximagesink_xwindow_update_geometry),
13878         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13879         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13880         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13881         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13882         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13883         (gst_ximagesink_navigation_send_event),
13884         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13885         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13886         (gst_ximagesink_finalize), (gst_ximagesink_init),
13887         (gst_ximagesink_class_init):
13888         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13889         This new version brings correct software scaling, non flickering
13890         window while resizing, pixel aspect ratio handling, usage of
13891         hardware buffer pools, out of data flow event thread for 
13892         navigation and handling of expose events even when being PAUSED,
13893         a new property to keep video aspect ratio when resizing, etc...
13894
13895 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13896
13897         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13898         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13899         handling of PAR.
13900
13901 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13902
13903         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13904         Unsetting IS_SINK flag from the fakesink, so decodebin
13905         never behaves as a sink.
13906
13907 2005-11-17  Wim Taymans  <wim@fluendo.com>
13908
13909         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13910         (gst_base_audio_src_change_state):
13911         Fix the audiosrc base class again, we did not unflush.
13912
13913 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13914
13915         * examples/seeking/seek.c: (make_dv_pipeline),
13916         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13917         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13918         to ogg/vorbis/theora pipeline.
13919
13920 2005-11-17  Wim Taymans  <wim@fluendo.com>
13921
13922         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13923         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13924         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13925         Fix EOS on multiple streams.
13926         More debugging.
13927
13928 2005-11-16  Wim Taymans  <wim@fluendo.com>
13929
13930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13931         (gst_ogg_demux_perform_seek):
13932         Segment done must include stream time.
13933
13934         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13935         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13936         (gst_ogg_mux_change_state):
13937         Fix ogg muxer again.
13938
13939 2005-11-16  Wim Taymans  <wim@fluendo.com>
13940
13941         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13942         Fix compile again.
13943
13944 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13945
13946         * ext/libvisual/visual.c: (gst_visual_init):
13947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13948         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13949         (gst_ogg_parse_chain):
13950         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13951         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13952         * ext/theora/theoradec.c: (gst_theora_dec_init):
13953         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13954         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13955         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13956         * gst/adder/gstadder.c: (gst_adder_class_init),
13957         (gst_adder_dispose):
13958         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13959         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13960         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13961           Fix a whole set of pad template leaks
13962
13963 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13964
13965         * check/generic/states.c: (GST_START_TEST):
13966           fix the test so that it only checks for elements that are part of
13967           this source module
13968
13969 2005-11-16  Michael Smith <msmith@fluendo.com>
13970
13971         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13972         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13973         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13974         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13975         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13976         (gst_ogg_mux_change_state):
13977           Fix leaking collectpads.
13978
13979 2005-11-16  Edward Hervey  <edward@fluendo.com>
13980
13981         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13982         (gst_videorate_event), (gst_videorate_chain):
13983         Handle segment seeks
13984
13985 2005-11-16  Wim Taymans  <wim@fluendo.com>
13986
13987         * gst-libs/gst/audio/gstbaseaudiosink.c:
13988         (gst_base_audio_sink_provide_clock),
13989         (gst_base_audio_sink_change_state):
13990         Set ringbuffer to non-flushing when going to PAUSED, set to
13991         flushing again when going to READY.
13992
13993         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13994         (gst_ring_buffer_stop):
13995         Start in flushing mode by default.
13996         Don't set flushing in the _stop method, let the app call
13997         this explicitly.
13998
13999 2005-11-16  Julien MOUTTE  <julien@moutte.net>
14000
14001         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
14002         * gst-libs/gst/video/videosink.h: Add helper function needed
14003         for video sinks.
14004
14005 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14006
14007         * gst/videoscale/gstvideoscale.c:
14008         (gst_videoscale_handle_src_event):
14009           Don't leak reference to pad parent.
14010
14011 2005-11-16  Wim Taymans  <wim@fluendo.com>
14012
14013         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
14014         Set ringbuffer to flushing when stopping so that we don't
14015         block on wait_segment anymore and livelock.
14016
14017 2005-11-16  Wim Taymans  <wim@fluendo.com>
14018
14019         * examples/seeking/seek.c: (send_event), (do_seek),
14020         (loop_toggle_cb), (segment_done), (main):
14021         Added looping checkbox.
14022
14023 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14024
14025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14026         (gst_ogg_demux_init):
14027         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14028         (gst_vorbis_dec_init):
14029           revert unrefs, they don't pass make check
14030
14031 2005-11-15  Johan Dahlin  <johan@gnome.org>
14032
14033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14034         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
14035         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14036         (gst_vorbis_dec_init):
14037         Fix pad template leaks. 
14038
14039 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14040
14041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
14042           Make state change function thread safe.
14043
14044 2005-11-15  Edward Hervey  <edward@fluendo.com>
14045
14046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
14047         (gst_ogg_demux_class_init):
14048         Implement GstElement::send_event, so we can send seek events
14049         in GST_STATE_READY
14050
14051 2005-11-14  Julien MOUTTE  <julien@moutte.net>
14052
14053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
14054         Discovered how to take away flickering while resizing the
14055         window. Please don't put that in ximagesink, refactoring in
14056         progress.
14057
14058 2005-11-14  Michael Smith <msmith@fluendo.com>
14059
14060         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
14061         (gst_multifdsink_render):
14062           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
14063
14064 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14065
14066         * gst/playback/gstplaybin.c: (gen_audio_element):
14067           Use autoaudiosink, it tends to be more widely available than
14068           autoaudiiosink.
14069           
14070 2005-11-14  Andy Wingo  <wingo@pobox.com>
14071
14072         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
14073         as well if it is available. Fixes #316442.
14074
14075 2005-11-14  Michael Smith <msmith@fluendo.com>
14076
14077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
14078         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14079         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14080         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14081         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
14082         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14083         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
14084         (gst_vorbisenc_change_state):
14085           Fix a small memory leak in vorbisenc.
14086           Fix large memory leaks in oggmux, also fix lots of state change
14087           bugs in oggmux.
14088
14089 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14090
14091         * gst/videotestsrc/gstvideotestsrc.c:
14092         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
14093         (gst_videotestsrc_src_fixate):
14094           move fixation to a fixate function
14095           remove negotiate function, basesrc's is good enough
14096           fixes a bug for check when using the element alone
14097
14098 2005-11-13  Edward Hervey  <edward@fluendo.com>
14099
14100         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
14101         (key_toggle_cb), (main):
14102         Added checkboxes for adding/removing the accurate and key_unit seek
14103         flags.
14104
14105 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14106
14107         * configure.ac: back to HEAD
14108
14109 === release 0.9.5 ===
14110
14111 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14112
14113         * configure.ac:
14114           releasing 0.9.5, "No No Kia"
14115
14116 2005-11-11  Edward Hervey  <edward@fluendo.com>
14117
14118         * examples/seeking/seek.c: (make_parselaunch_pipeline):
14119         Added parse-launch syntax seeking mode for the seeking example.
14120         This should help stress-test even more cases.
14121         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
14122
14123 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14124
14125         * sys/xvimage/xvimagesink.c:
14126         (gst_xvimagesink_navigation_send_event):
14127           Check whether peer pad exists before sending navigation events
14128           to it.
14129
14130 2005-11-11  Michael Smith <msmith@fluendo.com>
14131
14132         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
14133         (gst_vorbisenc_buffer_from_packet):
14134         * ext/vorbis/vorbisenc.h:
14135           Set duration on encoded buffers. This allows oggmux's
14136           max_page_delay parameter to actually work.
14137
14138 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14139
14140         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14141         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14142         (gst_ffmpegcsp_avpicture_fill):
14143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14144         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
14145           Make palettes work again (see #132341). Use our own macros
14146           for rounding up.
14147
14148 2005-11-10  Andy Wingo  <wingo@pobox.com>
14149
14150         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
14151         string doober.
14152
14153 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14154
14155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14156         (gst_ffmpegcsp_transform_caps):
14157           Prefer passthrough in transform_caps
14158
14159 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14160
14161         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14162           check for ALSA errors properly, instead of relying on ALSA's
14163           error strings to serve to the user.
14164
14165 2005-11-10  Wim Taymans  <wim@fluendo.com>
14166
14167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
14168         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
14169         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
14170         Modernise the seek code.
14171
14172 2005-11-10  Michael Smith <msmith@fluendo.com>
14173         
14174         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
14175         (setup_substreams), (set_active_source):
14176           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
14177           trying to go to NULL if we failed to read a file.
14178
14179 2005-11-10  Wim Taymans  <wim@fluendo.com>
14180
14181         * gst/audiotestsrc/gstaudiotestsrc.c:
14182         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
14183         (gst_audiotestsrc_create):
14184         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14185         (gst_sinesrc_get_times), (gst_sinesrc_create):
14186         * gst/videotestsrc/gstvideotestsrc.c:
14187         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
14188         (gst_videotestsrc_create):
14189         The base class can now sync for us.
14190
14191 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14192
14193         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
14194           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
14195           name=source autoprobe=false autoprobe-fps=false copy-mode=1
14196           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
14197           format=(fourcc)I420" ! xvimagesink
14198
14199 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
14200
14201         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14202         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
14203         (gst_sinesrc_newsegment):
14204           Send newsegment event in TIME format, set duration if
14205           num-buffers is set, fix duration querying.
14206
14207 2005-11-10  Michael Smith <msmith@fluendo.com>
14208
14209         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14210         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14211         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14212         (gst_ogg_mux_collected):
14213          Fix EOS handling, partially. Now forwarding an EOS event once we have
14214          EOS on all pads works correctly. However, we still don't properly set
14215          EOS on the actual ogg stream pages.
14216
14217 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
14218
14219         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
14220           Set elements to NULL state before disposing of them.
14221
14222 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
14223
14224         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14225
14226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14227         (gst_base_rtp_depayload_init),
14228         (gst_base_rtp_depayload_set_gst_timestamp):
14229         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14230           We need to send a newsegment event for each instance, not
14231           just for the first instance of this class (get rid of
14232           static variable in function). (#321011).
14233           
14234 2005-11-08  Michael Smith <msmith@fluendo.com>
14235
14236         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14237         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
14238         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14239         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14240           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14241           This makes us mux things correctly according to the ogg muxing
14242           rules. Still not handling EOS correctly right now, though.
14243
14244 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14245
14246         * gst/audioconvert/gstaudioconvert.c:
14247           Fix typo in docs. 
14248
14249 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14250
14251         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14252         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14253           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14254           creating a new chain; should fix live streaming. Also
14255           add more debug output and fix a typo.
14256
14257 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14258
14259         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         * gst/volume/gstvolume.c: (volume_set_caps):
14262           Fix compilation on Solaris with Forte. (#320923)
14263
14264 2005-11-08  Wim Taymans  <wim@fluendo.com>
14265
14266         * gst-libs/gst/audio/gstbaseaudiosink.c:
14267         (gst_base_audio_sink_render):
14268         No need to do a typecheck.
14269
14270 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14271
14272         * ext/alsa/gstalsa.h:
14273           We register a debug category, so let's use it.
14274
14275 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14276
14277         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14278         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14279         Fixed a small problem.
14280
14281 2005-11-04  Wim Taymans  <wim@fluendo.com>
14282
14283         * examples/seeking/Makefile.am:
14284         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14285         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14286         (make_playerbin_pipeline), (format_value), (update_scale),
14287         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14288         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14289         (print_usage), (main):
14290         Added app for playback speed testing.
14291
14292         * examples/seeking/seek.c: (dynamic_link),
14293         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14294         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14295         (message_received), (main):
14296         Updated seek example.
14297
14298 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14299
14300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14301         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14302         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14303         (gst_base_rtp_depayload_set_clock):
14304         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14305         Don't sleep on the bench (system clock) when you have a nice 
14306         comfortable bed (Gstreamer clock) to sleep on.
14307
14308 2005-11-03  Wim Taymans  <wim@fluendo.com>
14309
14310         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14311         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14312         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14313         Handle the case where a pad_block failed.
14314
14315 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14316
14317         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14318
14319         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14320         (gst_base_rtp_depayload_add_to_queue),
14321         (gst_base_rtp_depayload_push),
14322         (gst_base_rtp_depayload_set_gst_timestamp),
14323         (gst_base_rtp_depayload_queue_release):
14324           Fixes some bugs in the depayloader's queuing/de-queueing code.
14325
14326 2005-10-31  Michael Smith <msmith@fluendo.com>
14327
14328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14329         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14330         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14331           Patch from Alessandro Decina <alessandro@nnva.org>.
14332           Make oggdemux only find the final time in a chain, not per-pad,
14333           since the per-pad information can be very expensive to locate, and
14334           it isn't used anywhere. This makes reading a file containing
14335           OggSkeleton reasonably fast.
14336           Also, make chain finding work when there are logical bitstreams that
14337           can't be decoded. Fixes #319110.
14338
14339 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14340
14341         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14342         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14343         (gst_base_rtp_depayload_chain),
14344         (gst_base_rtp_depayload_add_to_queue),
14345         (gst_base_rtp_depayload_push),
14346         (gst_base_rtp_depayload_set_gst_timestamp),
14347         (gst_base_rtp_depayload_queue_release),
14348         (gst_base_rtp_depayload_start_thread),
14349         (gst_base_rtp_depayload_set_property),
14350         (gst_base_rtp_depayload_get_property):
14351         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14352         Some random fixes, to fullfill the desires of thomas.
14353
14354 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14355
14356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14357         (gst_base_rtp_depayload_add_to_queue),
14358         (gst_base_rtp_depayload_push):
14359         Fixed the queueing algorithm.
14360
14361 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14362
14363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14364         (gst_base_rtp_depayload_push):
14365         A small fix
14366
14367 2005-10-31  Wim Taymans  <wim@fluendo.com>
14368
14369         * gst-libs/gst/audio/gstringbuffer.h:
14370         Don't break ABI.
14371
14372         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14373         (gst_ffmpeg_caps_to_pixfmt):
14374         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14375         (gst_ffmpegcsp_set_caps):
14376         Some more comments.
14377         Handle missing required caps fields better.
14378
14379 2005-10-31  Wim Taymans  <wim@fluendo.com>
14380
14381         * gst-libs/gst/audio/gstbaseaudiosink.c:
14382         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14383         (gst_base_audio_sink_render):
14384         * gst-libs/gst/audio/gstringbuffer.c:
14385         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14386         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14387         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14388         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14389         (gst_ring_buffer_read):
14390         * gst-libs/gst/audio/gstringbuffer.h:
14391         Add flushing mode to the ringbuffer so that it in all cases does
14392         not try to handle more audio. This makes sure it does not try to
14393         block anymore when flushing and fixes a livelock.
14394
14395 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14396
14397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14398         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14399         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14400           Explicitly check for -1 values before doing a conversion
14401           and always map them to -1. (#315545)
14402
14403 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14404
14405         * gst/playback/gstplaybin.c: (gen_video_element):
14406           first try autovideosink, then xvimagesink, then error out
14407         * po/POTFILES.in:
14408           add translatable file
14409         * po/af.po:
14410         * po/az.po:
14411         * po/cs.po:
14412         * po/en_GB.po:
14413         * po/hu.po:
14414         * po/it.po:
14415         * po/nb.po:
14416         * po/nl.po:
14417         * po/or.po:
14418         * po/sq.po:
14419         * po/sr.po:
14420         * po/sv.po:
14421         * po/uk.po:
14422         * po/vi.po:
14423           update translations
14424
14425 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14426
14427         * gst-libs/gst/rtp/gstbasedepayload.c:
14428         * gst-libs/gst/rtp/gstbasedepayload.h:
14429           Minor cleanups
14430
14431 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * gst/playback/.cvsignore:
14434         * gst/playback/decodetest.c:
14435         * gst/playback/test3.c:
14436           Port these two tests as well.
14437
14438 2005-10-27  Wim Taymans  <wim@fluendo.com>
14439
14440         * ext/theora/theoradec.c: (theora_dec_src_query),
14441         (theora_dec_sink_event):
14442         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14443         (theora_enc_change_state):
14444         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14445         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14446         Take proper locks when handling events.
14447
14448 2005-10-27  Wim Taymans  <wim@fluendo.com>
14449
14450         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14451         (gst_adder_change_state):
14452         Fix timestamps and fix deadlock when stopping the collectpads.
14453
14454 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14455
14456         * gst-libs/gst/rtp/gstrtpbuffer.h:
14457         Declaring the payload types as strings too so that they can be used
14458         in the padtemplate inialization.
14459
14460 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14461
14462         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14463
14464         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14465         (gst_base_rtp_depayload_class_init):
14466         Fixes a small but nasty bug. The derived elements no longer segfaults
14467         on finalization.
14468
14469 2005-10-26  Michael Smith <msmith@fluendo.com>
14470
14471         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14472           When clearing an audioconvert context, set tmpbufsize to zero, so
14473           we'll allocate it again later if required.
14474           This fixes audioconvert re-negotiating formats, which previously
14475           segfaulted with a NULL destination buffer.
14476
14477 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14478
14479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14480         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14481         (gst_base_rtp_depayload_set_gst_timestamp),
14482         (gst_base_rtp_depayload_queue_release):
14483         Fixed a smalll memleak.
14484
14485 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14487         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14488         (gst_base_rtp_depayload_finalize),
14489         (gst_base_rtp_depayload_setcaps),
14490         (gst_base_rtp_depayload_add_to_queue),
14491         (gst_base_rtp_depayload_push),
14492         (gst_base_rtp_depayload_set_gst_timestamp),
14493         (gst_base_rtp_depayload_queue_release),
14494         (gst_base_rtp_depayload_thread),
14495         (gst_base_rtp_depayload_change_state):
14496         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14497         Changed the C++ comments to C comments
14498
14499 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14500
14501         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14502         * gst/tcp/gsttcpclientsrc.h:
14503         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14504         * gst/tcp/gsttcpserversrc.h:
14505           Remove unused 'curoffset' structure member.
14506
14507 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14508
14509         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14510         (gst_base_rtp_depayload_base_init),
14511         (gst_base_rtp_depayload_finalize):
14512         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14513         * gst-libs/gst/rtp/gstbasertppayload.h:
14514           The pad-template on the sinkpad should be set by the derived classes.
14515           Also added some useful macros.
14516
14517 2005-10-24  Wim Taymans  <wim@fluendo.com>
14518
14519         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14520         Correctly flush decoder samples even if we could not
14521         copy them to an output buffer. Fixes #319618.
14522
14523 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14524
14525         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14527         the caps against our xcontext caps.
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         Remove g_print
14534         Use sync property from baseclass to disable sync.
14535
14536 2005-10-24  Wim Taymans  <wim@fluendo.com>
14537
14538         * gst-libs/gst/audio/gstbaseaudiosink.c:
14539         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14540         Buffers with no timestamps get aligned with previous buffers or
14541         on underrun, played ASAP.
14542
14543 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14544
14545         * gst-libs/gst/video/video.h:
14546         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14547         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14549         here comes my change on caps for framerate and geometry range.
14550         We are now accepting 1 to MAXINT for width and height, and from
14551         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14552         to be blended correctly in videomixer.
14553
14554 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14555
14556         * configure.ac:
14557           back to HEAD
14558
14559 === release 0.9.4 ===
14560
14561 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14562
14563         * NEWS:
14564         * RELEASE:
14565         * configure.ac:
14566           releasing 0.9.4, "Velociraptor"
14567
14568 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14569
14570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14571         * po/POTFILES.in:
14572           STOPPED -> FAILED
14573
14574 2005-10-21  Wim Taymans  <wim@fluendo.com>
14575
14576         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14577         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14578         (pad_blocked), (close_pad_link), (new_pad):
14579         Don't try to remove elements twice.
14580
14581 2005-10-21  Wim Taymans  <wim@fluendo.com>
14582
14583         * ext/theora/theoradec.c: (theora_dec_src_query),
14584         (theora_dec_sink_event):
14585         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14586         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14587         (vorbis_handle_data_packet):
14588         * ext/vorbis/vorbisdec.h:
14589         Fix old naming.
14590
14591         * gst-libs/gst/audio/gstbaseaudiosink.c:
14592         (gst_base_audio_sink_render):
14593         Don't try to sync on buffers without a timestamp.
14594
14595 2005-10-21  Wim Taymans  <wim@fluendo.com>
14596
14597         * ext/theora/theoradec.c: (theora_dec_src_query),
14598         (theora_dec_sink_event):
14599         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14600         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14601         (vorbis_handle_data_packet):
14602         * ext/vorbis/vorbisdec.h:
14603         Fix old naming.
14604
14605 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14606
14607         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14608         (gst_vorbisenc_src_query):
14609           Implement position and duration queries.
14610
14611         * gst/playback/test3.c: (update_scale), (main):
14612           Fix for async state changes and print nicer output.
14613
14614 2005-10-20  Wim Taymans  <wim@fluendo.com>
14615
14616         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14617         (dump_element_stats), (main):
14618         * gst/playback/test6.c: (main):
14619         Fix tests again
14620
14621 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14624         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14625           Don't use functions for position queries when handling
14626           duration queries.
14627
14628 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14629
14630         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14631         (vorbis_handle_data_packet), (vorbis_dec_chain),
14632         (vorbis_dec_change_state):
14633         * ext/vorbis/vorbisdec.h:
14634           Vorbis streams can be embedded in other container formats
14635           than ogg, container formats where the demuxer might set 
14636           timestamps on encoded vorbis buffers instead of those silly 
14637           granulepos thingies. In short: make vorbisdec handle 
14638           timestamps on incoming buffers as well.
14639
14640 2005-10-20  Wim Taymans  <wim@fluendo.com>
14641
14642         * gst/playback/gstplaybasebin.c: (group_destroy),
14643         (gst_play_base_bin_change_state):
14644         Fix leak.
14645         Handle case where playbasebin is now ASYNC because
14646         decodebin is.
14647
14648 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         * gst/audioconvert/Makefile.am:
14651         * gst/audioconvert/bufferframesconvert.c:
14652         * gst/audioconvert/plugin.c: (plugin_init):
14653         * gst/audioconvert/plugin.h:
14654           And bye bye buffer-frames-convert
14655
14656 2005-10-19  Wim Taymans  <wim@fluendo.com>
14657
14658         * check/elements/audioconvert.c:
14659         * docs/libs/tmpl/gstaudio.sgml:
14660         * docs/libs/tmpl/gstcolorbalance.sgml:
14661         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14662         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14663         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14664         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14665         * gst-libs/gst/audio/audio.h:
14666         * gst/audioconvert/audioconvert.h:
14667         * gst/audioconvert/gstaudioconvert.c:
14668         (gst_audio_convert_parse_caps):
14669         * gst/volume/gstvolume.c:
14670         Bye bye buffer-frames.
14671
14672 2005-10-19  Wim Taymans  <wim@fluendo.com>
14673
14674         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14675         (query_positions_elems), (query_positions_pads), (update_scale),
14676         (do_seek), (set_update_scale), (message_received), (main):
14677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14678         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14679         (gst_ogg_demux_loop):
14680         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14681         * ext/theora/theoradec.c: (theora_dec_src_query),
14682         (theora_dec_sink_event):
14683         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14684         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14685         * gst/adder/gstadder.c: (gst_adder_query):
14686         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14687         * gst/playback/test3.c: (update_scale):
14688         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14689         (dump_element_stats), (main):
14690         * gst/playback/test6.c: (main):
14691         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14692         Query API update.
14693
14694 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14697         (xml_check_first_element), (xml_type_find), (smil_type_find),
14698         (plugin_init):
14699           Add typefinding for SMIL and for generic XML. Based on patch by
14700           Akos Maroy (#308663).
14701
14702 2005-10-18  Wim Taymans  <wim@fluendo.com>
14703
14704         * gst/playback/Makefile.am:
14705         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14706         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14707         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14708         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14709         (gst_decode_bin_change_state):
14710         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14711         (gst_play_bin_send_event_to_sink):
14712         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14713         (dump_element_stats), (main):
14714         * gst/playback/test6.c: (main):
14715         Make playbin async, it'll commit state to paused when all streams
14716         are detected.
14717         Remove ugly hack.
14718         Added test6.c to show async behaviour.
14719
14720 2005-10-18  Wim Taymans  <wim@fluendo.com>
14721
14722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14723         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14724         Fix for segment-start/stop API change.
14725
14726 2005-10-18  Wim Taymans  <wim@fluendo.com>
14727
14728         * check/Makefile.am:
14729         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14730         (main):
14731         Add future test for clock selection.
14732
14733 2005-10-18  Wim Taymans  <wim@fluendo.com>
14734
14735         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14736         (gst_alsasink_close):
14737         Set handle to NULL.
14738
14739         * gst-libs/gst/audio/gstringbuffer.c:
14740         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14741         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14742         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14743         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14744         (gst_ring_buffer_read):
14745         More debug info.
14746
14747 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14748
14749         * gst/audiotestsrc/Makefile.am:
14750         * gst/sine/Makefile.am:
14751         * gst/volume/Makefile.am:
14752           fix broken build of controllerized plugins
14753
14754 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14755
14756         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14757
14758         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14759         (gst_riff_create_video_template_caps):
14760           Add support for Indeo-3 (IV32).
14761
14762 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14763
14764         * configure.ac:
14765           rewrite
14766
14767 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14768
14769         * gst-libs/gst/video/video.c: (gst_video_get_size):
14770         * gst/audiotestsrc/gstaudiotestsrc.c:
14771           doc updates
14772
14773 2005-10-17  Andy Wingo  <wingo@pobox.com>
14774
14775         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14776         with the collectpads change.
14777         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14778
14779         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14780
14781         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14782
14783         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14784         alloc_buffer flow return to callers.
14785         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14786         change. Fix some memleaks in theoraenc.
14787
14788         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14789         in strange circumstance.
14790
14791 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14792
14793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14794         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14795         from caps, let's use the caps...
14796
14797 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14798
14799         * configure.ac:
14800           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14801
14802 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14803
14804         * gst-libs/gst/interfaces/Makefile.am:
14805           fix silly typo
14806
14807 2005-10-16  Andy Wingo  <wingo@pobox.com>
14808
14809         * gst/playback/gstdecodebin.c
14810         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14811         function!
14812         (try_to_link_1): Increase kraziness level.
14813
14814 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14815
14816         * configure.ac:
14817           restructure like the core one
14818         * gst-libs/gst/audio/Makefile.am:
14819         * gst-libs/gst/interfaces/Makefile.am:
14820         * gst-libs/gst/net/Makefile.am:
14821         * gst-libs/gst/riff/Makefile.am:
14822         * gst-libs/gst/rtp/Makefile.am:
14823         * gst-libs/gst/tag/Makefile.am:
14824         * gst-libs/gst/video/Makefile.am:
14825           use correct linker flags, now the libs are properly versioned
14826         * check/elements/audioconvert.c: (verify_convert):
14827         * ext/alsa/gstalsaplugin.c:
14828         * ext/cdparanoia/gstcdparanoia.c:
14829         * ext/gnomevfs/gstgnomevfs.c:
14830         * ext/libvisual/visual.c:
14831         * ext/ogg/gstogg.c:
14832         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14833         * ext/theora/theora.c:
14834         * ext/vorbis/vorbis.c:
14835         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14836         * gst-libs/gst/tag/gsttagediting.c:
14837         * gst-libs/gst/video/video.c:
14838         * gst/adder/gstadder.c:
14839         * gst/audioconvert/plugin.c:
14840         * gst/audiorate/gstaudiorate.c:
14841         * gst/audioresample/gstaudioresample.c:
14842         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14843         * gst/audioscale/gstaudioscale.c:
14844         * gst/audioscale/resample.c:
14845         * gst/audiotestsrc/gstaudiotestsrc.c:
14846         * gst/ffmpegcolorspace/gstffmpeg.c:
14847         * gst/playback/gstdecodebin.c: (close_pad_link):
14848         * gst/playback/gstplaybin.c: (gen_video_element),
14849         (gen_audio_element):
14850         * gst/sine/gstsinesrc.c:
14851         * gst/subparse/gstsubparse.c:
14852         * gst/tags/gsttagediting.c:
14853         * gst/tcp/gsttcpplugin.c:
14854         * gst/typefind/gsttypefindfunctions.c:
14855         * gst/videorate/gstvideorate.c:
14856         * gst/videoscale/gstvideoscale.c:
14857         * gst/videotestsrc/gstvideotestsrc.c:
14858         * gst/volume/gstvolume.c:
14859         * sys/v4l/gstv4l.c:
14860         * sys/ximage/ximage.c:
14861         * sys/xvimage/xvimagesink.c:
14862           fix up defines
14863
14864 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14865
14866         * ext/vorbis/vorbisenc.c:
14867         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14868         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14869         (gst_tag_to_vorbis_comments):
14870           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14871
14872 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14873
14874         * examples/stats/mp2ogg.c:
14875         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14876           typo fixes
14877
14878 2005-10-13  Michael Smith <msmith@fluendo.com>
14879
14880         * ext/ogg/gstoggmux.c:
14881           Use magic glib macros to define constants as 64 bit, to ensure
14882           appropriate vararg passing.
14883
14884 2005-10-13  Michael Smith <msmith@fluendo.com>
14885
14886         * ext/ogg/gstoggmux.c:
14887         * gst/audioconvert/audioconvert.c: (float):
14888           Don't use LL suffix, as it's not portable, and neither of these
14889           uses required it anyway.
14890
14891 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14892
14893         * examples/indexing/indexmpeg.c: (main):
14894         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14895         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14896         (cdparanoia_convert), (cdparanoia_query):
14897         * ext/cdparanoia/gstcdparanoia.h:
14898         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14899         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14900         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14901         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14902         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14903         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14904         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14905         (gst_multifdsink_render), (gst_multifdsink_start),
14906         (gst_multifdsink_stop):
14907         * gst/tcp/gstmultifdsink.h:
14908         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14909         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14910         (gst_tcpclientsink_stop):
14911         * gst/tcp/gsttcpclientsink.h:
14912         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14913         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14914         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14915         * gst/tcp/gsttcpclientsrc.h:
14916         * gst/tcp/gsttcpserversink.h:
14917         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14918         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14919         (gst_tcpserversrc_stop):
14920         * gst/tcp/gsttcpserversrc.h:
14921         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14922         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14923         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14924           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14925           moved bitshift from macro to enum definition
14926
14927 2005-10-12  Wim Taymans  <wim@fluendo.com>
14928
14929         * examples/seeking/Makefile.am:
14930         Oops.
14931
14932 2005-10-12  Wim Taymans  <wim@fluendo.com>
14933
14934         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14935         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14936         Don't assert on normal stuff.
14937
14938         * gst/playback/gstplaybin.c: (do_playbin_seek):
14939         API fix.
14940
14941 2005-10-12  Wim Taymans  <wim@fluendo.com>
14942
14943         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14944         * examples/seeking/Makefile.am:
14945         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14946         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14947         (do_seek), (set_update_scale), (message_received), (main):
14948         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14949         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14950         Update for _get_state() API change.
14951
14952 2005-10-11  Wim Taymans  <wim@fluendo.com>
14953
14954         * gst-libs/gst/audio/gstbaseaudiosink.c:
14955         (gst_base_audio_sink_render):
14956         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14957         (gst_base_audio_src_create):
14958         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14959         (gst_ring_buffer_read):
14960         Cleanups.
14961         Commit and read from ringbuffer in samples rather than bytes.
14962
14963 2005-10-11  Wim Taymans  <wim@fluendo.com>
14964
14965         * gst-libs/gst/audio/gstbaseaudiosink.c:
14966         (gst_base_audio_sink_render):
14967         Respect segment rate and accum when scheduling samples.
14968
14969 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14970
14971         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14972         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14973         EOS correctly, that needs more work.
14974
14975 2005-10-11  Wim Taymans  <wim@fluendo.com>
14976
14977         * check/generic/states.c: (GST_START_TEST):
14978         remove old property.
14979
14980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14981         (gst_ogg_demux_perform_seek):
14982         * ext/theora/theoradec.c: (theora_dec_sink_event):
14983         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14984         (vorbis_handle_data_packet):
14985         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14986         (gst_base_rtp_depayload_set_gst_timestamp):
14987         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14988         Update for newsegment API change.
14989
14990 2005-10-11  Michael Smith <msmith@fluendo.com>
14991
14992         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14993         (do_playbin_seek), (gst_play_bin_send_event):
14994           Override send_event differently, so that we can takes bits of
14995           functionality from GstPipeline (special handling for seeks,
14996           including pausing/resuming, and resetting stream time) and still get
14997           the appropriate behaviour of only forwarding event to a single sink,
14998           rather than all of them.
14999           Unfortunately requires a lot of code duplication, but the
15000           alternatives are equally ugly in the end.
15001
15002 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15003
15004         * check/elements/audioconvert.c: (setup_audioconvert),
15005         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15006         (GST_START_TEST), (audioconvert_suite):
15007           clean up tests a little, fix some leaks.
15008
15009 2005-10-10  Wim Taymans  <wim@fluendo.com>
15010
15011         * ext/alsa/gstalsasink.c:
15012         Also allow unsigned int.
15013
15014         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15015         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15016         Small cleanup
15017
15018 2005-10-10  Wim Taymans  <wim@fluendo.com>
15019
15020         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15021         Small update, use API as stated in design docs.
15022
15023         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
15024         (update_scale), (do_seek), (seek_cb), (set_update_scale),
15025         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
15026         (message_received), (main):
15027         Updated seek example for GOption. Some usability improvements.
15028
15029 2005-10-10  Wim Taymans  <wim@fluendo.com>
15030
15031         * gst/audioconvert/audioconvert.h:
15032         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15033         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
15034         Alloc temp storage somewhere else where we can do it more
15035         portable.
15036
15037 2005-10-10  Wim Taymans  <wim@fluendo.com>
15038
15039         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
15040         (gst_tcpserversrc_start):
15041         Don't block in accept while doing the state change, move
15042         to poll and make cancellable.
15043
15044 2005-10-09  Philippe Khalaf <burger@speedy.org>
15045
15046         * gst-libs/gst/rtp/rtpbasedepayload.c:
15047         Set timestamp and add queue delay to timestamp
15048         * gst-libs/gst/rtp/rtpbuffer.h:
15049         Set correct payload type for h263
15050
15051 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15052
15053         * gst/audiotestsrc/gstaudiotestsrc.c:
15054         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
15055         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
15056         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
15057         (gst_audiotestsrc_create_triangle),
15058         (gst_audiotestsrc_create_silence),
15059         (gst_audiotestsrc_create_white_noise),
15060         (gst_audiotestsrc_init_pink_noise),
15061         (gst_audiotestsrc_generate_pink_noise_value),
15062         (gst_audiotestsrc_create_pink_noise),
15063         (gst_audiotestsrc_change_wave):
15064         * gst/audiotestsrc/gstaudiotestsrc.h:
15065           fixed typo, added pink noise
15066
15067 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15068
15069         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
15070         (plugin_init):
15071           Add wavpack and spc typefind functions from 0.8 branch.
15072
15073 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15074
15075         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
15076         (ar_type_find), (msdos_type_find), (plugin_init):
15077           Add typefind functions for tar archives, ar archives,
15078           RAR archives, and msdos-executables (dlls, exe, etc.).
15079           Some of those would be wrongly identified as mpeg
15080           streams of some sort before (#315550).
15081
15082 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15083
15084         * configure.ac:
15085         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15086         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15087         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15088         * gst/audiotestsrc/Makefile.am:
15089         * gst/audiotestsrc/gstaudiotestsrc.c:
15090         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
15091         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
15092         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
15093         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
15094         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
15095         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
15096         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
15097         (gst_audiotestsrc_create_silence),
15098         (gst_audiotestsrc_create_white_noise),
15099         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
15100         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
15101         (gst_audiotestsrc_start), (plugin_init):
15102         * gst/audiotestsrc/gstaudiotestsrc.h:
15103           add new plugin and element
15104         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
15105           use gobject_class
15106
15107 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15108
15109         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
15110         (gst_adder_init), (gst_adder_request_new_pad),
15111         (gst_adder_change_state):
15112           Add query function to source pad, so adder reports the correct
15113           time/sample position when queried (#315457); fix state change
15114           function; use GST_DEBUG_FUNCPTR() for pad functions.
15115
15116 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15117
15118         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
15119           Fix leaks in typefind registration
15120           Clean up the gratuitous commenting and whitespacing a little
15121
15122 2005-10-08  Wim Taymans  <wim@fluendo.com>
15123
15124         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
15125         Only actually wait for the thread to be stopped if it's 
15126         running.
15127
15128 2005-10-08  Wim Taymans  <wim@fluendo.com>
15129
15130         * gst-libs/gst/audio/gstbaseaudiosink.c:
15131         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15132         If we receive EOS we can start playback of what we had.
15133
15134 2005-10-08  Wim Taymans  <wim@fluendo.com>
15135
15136         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15137         (gst_multifdsink_finalize), (multifdsink_hash_remove),
15138         (gst_multifdsink_stop):
15139         Fix crasher when going to NULL multiple times.
15140
15141 2005-10-06  Wim Taymans  <wim@fluendo.com>
15142
15143         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
15144         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15145         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15146         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15147         patch from Edgard Lima <edgard.lima@indt.org.br>
15148         Fixed gstbaseaudiosrc adding ring buffer sync to it.
15149
15150 2005-10-06  Wim Taymans  <wim@fluendo.com>
15151
15152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15153         Report the FLOW_RETURN as string in the error message.
15154
15155         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
15156         Don't assert when clearing an unnegotiated buffer.
15157
15158 2005-10-04  Michael Smith <msmith@fluendo.com>
15159
15160         * gst/playback/gstplaybasebin.c: (group_destroy),
15161         (gen_preroll_element), (remove_groups), (setup_source):
15162         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
15163         (setup_sinks), (gst_play_bin_send_event),
15164         (gst_play_bin_change_state):
15165           Set state to NULL before removing from bin. Fix refcounting.
15166
15167 2005-10-04  Michael Smith <msmith@fluendo.com>
15168
15169         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15170           Correct refcounting in send_event() function. Previously was wrong
15171           if the first sink was unable to handle the event.
15172
15173 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15174
15175         * configure.ac:
15176           back to development
15177
15178 === release 0.9.3 ===
15179
15180 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15181
15182         * configure.ac:
15183           Releasing 0.9.3, "De Facto"
15184
15185 2005-10-03  Andy Wingo  <wingo@pobox.com>
15186
15187         * gst/playback/gstdecodebin.c (try_to_link_1)
15188         (remove_element_chain): set element to NULL before removing it.
15189
15190 2005-10-02  Johan Dahlin  <johan@gnome.org>
15191
15192         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
15193         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
15194         MT safe.
15195
15196 2005-10-02  Andy Wingo  <wingo@pobox.com>
15197
15198         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
15199         (gst_ring_buffer_prepare_read): 
15200         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
15201         Demote to LOG.
15202
15203 2005-09-29  Wim Taymans  <wim@fluendo.com>
15204
15205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
15206         * ext/theora/theoradec.c: (theora_handle_data_packet):
15207         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15208         Propagate error codes from alloc_buffer too.
15209
15210 2005-09-29  Wim Taymans  <wim@fluendo.com>
15211
15212         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15213         We use fixed caps.
15214
15215         * gst/playback/Makefile.am:
15216         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15217         (dump_element_stats), (main):
15218         Added example stream introspection code.
15219
15220 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
15221
15222         * gst/adder/gstadder.c: (gst_adder_collected):
15223           fix adder for float elements
15224
15225 2005-09-28  Wim Taymans  <wim@fluendo.com>
15226
15227         * gst-libs/gst/audio/gstbaseaudiosink.c:
15228         (gst_base_audio_sink_class_init),
15229         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
15230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15231         (gst_base_audio_src_class_init),
15232         (gst_base_audio_src_provide_clock):
15233         get_clock -> provide_clock
15234
15235 2005-09-28  Andy Wingo  <wingo@pobox.com>
15236
15237         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
15238         and unlocking.
15239
15240         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15241         unlocking.
15242
15243         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15244         Actually add the pad template.
15245         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15246
15247         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15248         I'm at it...
15249
15250         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15251         from fdsrc. Get caps in create() instead of start() so it can be
15252         interrupted. Interruption somewhat untested.
15253
15254         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15255         Proper EOS handling.
15256
15257 2005-09-27  Andy Wingo  <wingo@pobox.com>
15258
15259         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15260
15261         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15262
15263         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15264
15265         * gst/tcp/gsttcp.h: 
15266         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15267         out of tcpclientsrc.c. Cancellable.
15268         (gst_tcp_socket_read): Made private, cancellable, with better
15269         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15270         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15271         whole buffer, and better diagnostics.
15272         (gst_tcp_gdp_read_caps): Same.
15273
15274         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15275
15276 2005-09-26  Andy Wingo  <wingo@pobox.com>
15277
15278         * gst/sine/gstsinesrc.h:
15279         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15280         change the 'sync' property to 'is-live' and implement it halfway,
15281         update for controller api change.
15282
15283         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15284         controller api change.
15285
15286 2005-09-24  Wim Taymans  <wim@fluendo.com>
15287
15288         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15289         * gst-libs/gst/audio/gstaudiosink.c:
15290         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15291         (gst_audioringbuffer_stop):
15292         * gst-libs/gst/audio/gstbaseaudiosink.c:
15293         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15294         (gst_base_audio_sink_change_state):
15295         * gst-libs/gst/audio/gstbaseaudiosink.h:
15296         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15297         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15298         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15299         * gst-libs/gst/audio/gstringbuffer.h:
15300         Fix sync again. Moved sample alignment to basesink.
15301
15302 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15303
15304         * docs/plugins/Makefile.am:
15305         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15306         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15307         * gst/volume/gstvolume.c:
15308           add/fix docs
15309         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15310         * gst-libs/gst/audio/audio.h:
15311           add conversion macros for frames <-> clocktime
15312
15313 2005-09-23  David Schleef  <ds@schleef.org>
15314
15315         * gst/audioresample/Makefile.am:
15316         * gst/audioresample/debug.h:
15317         * gst/audioresample/gstaudioresample.c:
15318         * gst/audioresample/resample.c: Convert to using gst debugging
15319
15320 2005-09-22  Wim Taymans  <wim@fluendo.com>
15321
15322         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15323         (gst_play_bin_send_event):
15324         Only seek on one sink, the first one that succeeds.
15325
15326 2005-09-22  Michael Smith <msmith@fluendo.com>
15327
15328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15329         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15330         Don't flush encoder state unless we have an initialised encoder.
15331         Clear out encoder state on PAUSED_TO_READY.
15332
15333 2005-09-22  Wim Taymans  <wim@fluendo.com>
15334
15335         * gst-libs/gst/rtp/gstbasertppayload.c:
15336         (gst_basertppayload_class_init), (gst_basertppayload_init),
15337         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15338         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15339         (gst_basertppayload_is_filled), (gst_basertppayload_push),
15340         (gst_basertppayload_set_property),
15341         (gst_basertppayload_get_property),
15342         (gst_basertppayload_change_state):
15343         * gst-libs/gst/rtp/gstbasertppayload.h:
15344         Added max-ptime to control amount of data in the rtp packets.
15345
15346 2005-09-21  Andy Wingo  <wingo@pobox.com>
15347
15348         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15349         thingies.
15350
15351         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15352         can be called multiple times, dogs.
15353
15354 2005-09-21  Wim Taymans  <wim@fluendo.com>
15355
15356         * gst-libs/gst/rtp/gstbasertppayload.c:
15357         (gst_basertppayload_class_init), (gst_basertppayload_init),
15358         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15359         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15360         (gst_basertppayload_push), (gst_basertppayload_get_property),
15361         (gst_basertppayload_change_state):
15362         Allow 0 ssrc too.
15363
15364 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15365
15366         * docs/libs/compiling.sgml:
15367           fixing typos
15368
15369 2005-09-20  Wim Taymans  <wim@fluendo.com>
15370
15371         * gst-libs/gst/rtp/gstbasertppayload.c:
15372         (gst_basertppayload_class_init), (gst_basertppayload_init),
15373         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15374         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15375         (gst_basertppayload_push), (gst_basertppayload_set_property),
15376         (gst_basertppayload_get_property),
15377         (gst_basertppayload_change_state):
15378         * gst-libs/gst/rtp/gstbasertppayload.h:
15379         Added property to configure sequence number offsets.
15380
15381 2005-09-20  Wim Taymans  <wim@fluendo.com>
15382
15383         * gst-libs/gst/rtp/gstbasertppayload.c:
15384         (gst_basertppayload_class_init), (gst_basertppayload_init),
15385         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15386         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15387         (gst_basertppayload_push), (gst_basertppayload_set_property),
15388         (gst_basertppayload_get_property),
15389         (gst_basertppayload_change_state):
15390         * gst-libs/gst/rtp/gstbasertppayload.h:
15391         Make timestamp offset configurable.
15392
15393 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15394
15395         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15396           fix wrong pop/unref
15397
15398 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15399
15400         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15401
15402         * gst-libs/gst/interfaces/propertyprobe.c:
15403         (gst_property_probe_probe_property_name),
15404         (gst_property_probe_needs_probe_name),
15405         (gst_property_probe_get_values_name),
15406         (gst_property_probe_probe_and_get_values_name):
15407           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15408           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15409
15410 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15411
15412         * check/Makefile.am:
15413           have some tests be disabled for valgrinding
15414         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15415         (GST_START_TEST):
15416         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15417           Fix A Leak.  Chain To Parent Finalize.
15418
15419 2005-09-19  Wim Taymans  <wim@fluendo.com>
15420
15421         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15422         Fixed wav pipeline.
15423
15424 2005-09-19  Wim Taymans  <wim@fluendo.com>
15425
15426         * gst-libs/gst/rtp/gstbasertppayload.c:
15427         (gst_basertppayload_class_init), (gst_basertppayload_init),
15428         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15429         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15430         (gst_basertppayload_push), (gst_basertppayload_get_property),
15431         (gst_basertppayload_change_state):
15432         Posting ERROR and WARNING messages is good.
15433
15434 2005-09-19  Wim Taymans  <wim@fluendo.com>
15435
15436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15437         (gst_base_rtp_depayload_add_to_queue),
15438         (gst_base_rtp_depayload_push),
15439         (gst_base_rtp_depayload_set_gst_timestamp),
15440         (gst_base_rtp_depayload_queue_release):
15441         This one was not supposed to go in.
15442
15443 2005-09-19  Wim Taymans  <wim@fluendo.com>
15444
15445         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15446         Fix for bus API.
15447
15448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15449         (gst_base_rtp_depayload_chain),
15450         (gst_base_rtp_depayload_add_to_queue),
15451         (gst_base_rtp_depayload_push),
15452         (gst_base_rtp_depayload_set_gst_timestamp),
15453         (gst_base_rtp_depayload_queue_release):
15454         Some cleanups.
15455
15456         * gst-libs/gst/rtp/gstbasertppayload.c:
15457         (gst_basertppayload_class_init), (gst_basertppayload_init),
15458         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15459         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15460         (gst_basertppayload_get_property),
15461         (gst_basertppayload_change_state):
15462         Added debugging category.
15463
15464 2005-09-18  David Schleef  <ds@schleef.org>
15465
15466         * gst/playback/gstdecodebin.c: free plugin list correctly
15467         * gst/playback/gstplaybin.c: emit warning if autovideosink
15468           and autoaudiosink can't be found (instead of segfaulting)
15469
15470 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15471
15472         * check/elements/audioconvert.c: (GST_START_TEST):
15473           try out 24 bit conversion
15474
15475 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15476
15477         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15478         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15479         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15480         * ext/vorbis/vorbisenc.h:
15481           Fix EOS handling.  Still needs a fix in the ogg muxer to
15482           mark the last page as eos.
15483
15484 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15485
15486         * common/gtk-doc-plugins.mak:
15487         * docs/plugins/Makefile.am:
15488         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15489         * gst/ffmpegcolorspace/Makefile.am:
15490         * gst/ffmpegcolorspace/avcodec.h:
15491         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15492         * gst/tcp/gstmultifdsink.c:
15493           fix up ffmpegcolorspace docs; extract header
15494
15495 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         * common/gtk-doc-plugins.mak:
15498         * docs/plugins/Makefile.am:
15499         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15500         * ext/theora/Makefile.am:
15501         * ext/theora/gsttheoraenc.h:
15502         * ext/theora/theoraenc.c:
15503         * ext/vorbis/vorbisenc.c:
15504           pick up signals and args for vorbis; add some docs for vorbis
15505
15506 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15507
15508         * common/gstdoc-scangobj:
15509         * common/gtk-doc-plugins.mak:
15510         * docs/libs/Makefile.am:
15511         * docs/plugins/gst-plugins-base-plugins.args:
15512         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15513         * docs/plugins/gst-plugins-base-plugins.interfaces:
15514         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15515         * docs/plugins/gst-plugins-base-plugins.signals:
15516           only scanobj stuff from our source module.  Not sure yet
15517           if that's correct, given the hierarchy stuff :)
15518
15519 2005-09-15  Wim Taymans  <wim@fluendo.com>
15520
15521         * gst/audioconvert/gstaudioconvert.c:
15522         And enable 24 bits mode as well..
15523
15524 2005-09-15  Wim Taymans  <wim@fluendo.com>
15525
15526         * gst-libs/gst/rtp/Makefile.am:
15527         * gst-libs/gst/rtp/gstbasertppayload.c:
15528         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15529         (gst_basertppayload_class_init), (gst_basertppayload_init),
15530         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15531         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15532         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15533         (gst_basertppayload_set_property),
15534         (gst_basertppayload_get_property),
15535         (gst_basertppayload_change_state):
15536         * gst-libs/gst/rtp/gstbasertppayload.h:
15537         Added rtp payloader base class.
15538
15539 2005-09-15  Andy Wingo  <wingo@pobox.com>
15540
15541         * configure.ac (plugindir): Remove the EOL matcher from the
15542         regexp, as it causes me problems. Libtool? Make? Who knows?
15543
15544 2005-09-14  David Schleef  <ds@schleef.org>
15545
15546         * check/generic/states.c: 
15547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15548         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15549           Fixes for changes in registry API.
15550
15551         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15552           to GST_PLUGIN_LDFLAGS.
15553         * ext/libvisual/visual.c: Make the library shut up.
15554         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15555         * gst-libs/gst/audio/gstaudiofilter.c: same
15556
15557 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15558
15559         * docs/plugins/Makefile.am:
15560         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15561         * docs/plugins/inspect/plugin-libvisual.xml:
15562         * docs/plugins/tmpl/element-tcpserversink.sgml:
15563         * ext/theora/theoraenc.c:
15564           add libvisual plugin and theoraenc element to docs
15565
15566 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15567
15568         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15569         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15570         * ext/theora/theoraenc.c:
15571           add theoraenc
15572
15573 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15574
15575         * gst/audioconvert/Makefile.am:
15576           Audioconvert derives from GstBaseTransform and should
15577           link to the library with our base elements to avoid
15578           unresolved symbols. Makes things work with MinGW (#316160)
15579
15580         * gst/playback/test4.c: (main):
15581           Fix MinGW build problem and use g_usleep() instead of 
15582           sleep() (#316162)
15583
15584 2005-09-12  Wim Taymans  <wim@fluendo.com>
15585
15586         * gst/audioconvert/audioconvert.c: (float),
15587         (audio_convert_prepare_context), (audio_convert_convert):
15588         * gst/audioconvert/audioconvert.h:
15589         Cleanups, speedups, simplifications, added back support
15590         for 24 bits.
15591
15592 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15593
15594         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15595         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15596         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15597         * docs/plugins/tmpl/element-tcpserversink.sgml:
15598         * gst/ffmpegcolorspace/gstffmpeg.c:
15599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15600         * gst/videotestsrc/gstvideotestsrc.c:
15601         * gst/volume/gstvolume.c:
15602           add more elements to the docs
15603
15604 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15605
15606         * check/Makefile.am:
15607         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15608         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15609           Add extra tests for basetransform based components. 
15610           Comment out the test_element_negotiation test until we decide
15611           if it's testing correct behaviour.
15612         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15613         (gst_visual_chain), (gst_visual_change_state):
15614           Slightly more correct but still bogus timestamping.
15615           Fix state change function.
15616         * gst/audioconvert/gstaudioconvert.c:
15617         (gst_audio_convert_class_init):
15618         * gst/audioresample/gstaudioresample.c:
15619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15620         (gst_ffmpegcsp_class_init):
15621         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15622         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15623         (gst_videoscale_prepare_image):
15624         * gst/volume/gstvolume.c: (gst_volume_class_init),
15625         (volume_transform_ip):
15626           Basetransform updates. Enable passthrough modes.
15627         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15628         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15629         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15630           Negotiation fix that allows the window to return to the original
15631           size and renegotiate passthrough upstream. Extra debug output.
15632
15633 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15634
15635         * gst/sine/gstsinesrc.c:
15636         * gst/volume/gstvolume.c:
15637           fix up header include
15638
15639 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15640
15641         * gst-libs/gst/audio/gstbaseaudiosink.c:
15642         (gst_base_audio_sink_render):
15643         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15644         * gst/volume/gstvolume.c: (gst_volume_class_init),
15645         (volume_transform):
15646           fixing lost sync, some more debugging
15647
15648 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15649
15650         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15651         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15652         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15653         (gst_xvimagesink_check_xshm_calls):
15654           Fix compilation when XShm is not available.
15655
15656 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15657
15658         * ext/libvisual/visual.c: (gst_visual_dispose),
15659         (gst_visual_getcaps), (gst_visual_src_setcaps),
15660         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15661         (gst_visual_change_state):
15662           Finish fixing up libvisual plugin so that it runs. 
15663
15664 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15665
15666         * ext/vorbis/vorbisenc.c:
15667         * gst-libs/gst/tag/gstvorbistag.c:
15668           gsttaginterface.h -> gsttagsetter.h
15669
15670 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15671
15672         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15673           added another test that failes for me (test is not active by default)
15674
15675 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15676
15677         * configure.ac:
15678           v4l2 is no longer in gst-plugins-base
15679
15680 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15681
15682         * configure.ac:
15683           In the output at the end, don't show the first plugin on the same
15684           line as "Core plug-ins, always built:".
15685           Indent the output as for other plugin categories
15686         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15687           #define that can be used to not use peer buffer_alloc functions for
15688           test purposes.
15689         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15690         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15691         (gst_ximagesink_show_frame):
15692         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15693         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15694         (gst_xvimagesink_show_frame):
15695           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15696           fails gracefully instead of XError aborting or deadlocking.
15697
15698 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15699
15700         * ext/libvisual/Makefile.am:
15701           link against gst-base-libs
15702
15703 2005-09-06  David Schleef  <ds@schleef.org>
15704
15705         * configure.ac: Enable libvisual plugin.
15706         * ext/libvisual/Makefile.am:
15707         * ext/libvisual/visual.c: Fixes to make it compile.
15708
15709 === release 0.9.2 ===
15710
15711 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15712
15713         * NEWS:
15714         * RELEASE:
15715         * configure.ac:
15716         * docs/random/ChangeLog-0.8:
15717           releasing 0.9.2, "Spoon"
15718
15719 2005-09-05  Michael Smith <msmith@fluendo.com>
15720
15721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15722           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15723           that in the vorbisenc element.
15724
15725 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15726
15727         * common/gtk-doc-plugins.mak:
15728         * docs/plugins/Makefile.am:
15729           fix distcheck
15730         * gst/audioresample/resample.c:
15731           fix wrong docstring
15732
15733 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15734
15735         * common/gst-xmlinspect.py:
15736         * common/gtk-doc-plugins.mak:
15737           only inspect plugins for this given package
15738           require gst-python 0.9
15739
15740 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15741
15742         * Makefile.am:
15743         * autogen.sh:
15744         * common/gst-xmlinspect.py:
15745         * configure.ac:
15746         * docs/Makefile.am:
15747         * docs/plugins/inspect/plugin-alsa.xml:
15748         * docs/plugins/inspect/plugin-audioresample.xml:
15749         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15750         * docs/plugins/inspect/plugin-ogg.xml:
15751         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15752         * docs/plugins/tmpl/element-multifdsink.sgml:
15753         * docs/plugins/tmpl/element-tcpserversink.sgml:
15754         * docs/plugins/tmpl/element-vorbisenc.sgml:
15755         * gst-plugins-base.spec.in:
15756           various doc-related updates
15757
15758 2005-08-31  Wim Taymans  <wim@fluendo.com>
15759
15760         * gst-libs/gst/audio/gstbaseaudiosink.c:
15761         (gst_base_audio_sink_render):
15762         Resync if the buffer timestamps drift more than a 10th 
15763         of a second.
15764
15765 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15766
15767         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15768         (gst_v4lsrc_get_property):
15769           The 'timestamp-offset' property is registered as an int64, so
15770           let's use g_value_{set|get}_int64() in our setter and getter
15771           functions (makes it work and fixes warnings with gst-inspect).
15772
15773 2005-08-30  Wim Taymans  <wim@fluendo.com>
15774
15775         * check/elements/audioconvert.c: (setup_audioconvert):
15776         * check/elements/audioresample.c: (setup_audioresample):
15777         * check/elements/volume.c: (setup_volume):
15778         Fix checks.
15779
15780 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15781
15782         * common/gtk-doc-plugins.mak:
15783         * common/plugins.xsl:
15784         * docs/plugins/Makefile.am:
15785           make module a param
15786
15787 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15788
15789         * examples/seeking/seek.c: (make_mp3_pipeline),
15790         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15791         (play_cb), (pause_cb), (stop_cb):
15792           update the example
15793
15794 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15795
15796         * gst/volume/gstvolume.c: (gst_volume_class_init),
15797         (volume_transform):
15798           do not update controlled params, if buffer has no timestamp
15799
15800 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15801
15802         * configure.ac:
15803         * gst/sine/Makefile.am:
15804         * gst/volume/Makefile.am:
15805           controllerized elements also need to link against controller-libs ;)
15806
15807 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15808
15809         * docs/libs/tmpl/gstcolorbalance.sgml:
15810         * docs/libs/tmpl/gstgconf.sgml:
15811         * docs/libs/tmpl/gstmixer.sgml:
15812         * docs/libs/tmpl/gstringbuffer.sgml:
15813         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15814         (gst_sinesrc_create):
15815         * gst/volume/gstvolume.c: (gst_volume_class_init),
15816         (volume_transform):
15817           controllerized two audio plugins
15818
15819 2005-08-29  Andy Wingo  <wingo@pobox.com>
15820
15821         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15822         (vorbis_handle_data_packet): Fix some int overflow errors.
15823
15824         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15825         -1.
15826         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15827         valid.
15828         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15829         if it's valid. Fixed streaming-mode playback.
15830
15831         * check/elements/volume.c (cleanup_volume): Fix for running
15832         CK_FORK=no.
15833
15834         * check/elements/audioconvert.c: Convert from native endian, not
15835         little endian.
15836
15837 2005-08-29  Michael Smith <msmith@fluendo.com>
15838
15839         * ext/ogg/Makefile.am:
15840         * ext/ogg/gstogg.c: (plugin_init):
15841         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15842         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15843         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15844         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15845         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15846         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15847         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15848         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15849         Add an ogg parser element.
15850
15851 2005-08-28  Andy Wingo  <wingo@pobox.com>
15852
15853         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15854
15855 2005-08-26  Wim Taymans  <wim@fluendo.com>
15856
15857         * gst/audioconvert/audioconvert.c: (if), (float),
15858         (audio_convert_get_func_index), (check_default),
15859         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15860         (audio_convert_clean_context), (audio_convert_get_sizes),
15861         (audio_convert_convert):
15862         Cleanups.
15863
15864 2005-08-26  Wim Taymans  <wim@fluendo.com>
15865
15866         * gst/audioconvert/audioconvert.c: (if), (float),
15867         (audio_convert_get_func_index), (check_default),
15868         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15869         (audio_convert_clean_context), (audio_convert_get_sizes),
15870         (audio_convert_convert):
15871         More elegant and working temp buffer selection algo.
15872
15873 2005-08-26  Wim Taymans  <wim@fluendo.com>
15874
15875         * gst/audioconvert/audioconvert.c: (if), (float),
15876         (audio_convert_get_func_index), (check_default),
15877         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15878         (audio_convert_clean_context), (audio_convert_get_sizes),
15879         (get_temp_buffer), (audio_convert_convert):
15880         Use realloc else we lose our original data.
15881
15882 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15883
15884         * gst/audioresample/gstaudioresample.c:
15885           use base class' newsegment to properly timestamp
15886
15887 2005-08-26  Wim Taymans  <wim@fluendo.com>
15888
15889         * gst/audioconvert/audioconvert.c: (if), (float),
15890         (audio_convert_get_func_index), (check_default),
15891         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15892         (audio_convert_clean_context), (audio_convert_get_sizes),
15893         (get_temp_buffer), (audio_convert_convert):
15894         * gst/audioconvert/gstaudioconvert.c:
15895         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15896         (gst_audio_convert_transform_caps),
15897         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15898         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15899         Oops, allocate enough space to perform the channel mix.
15900
15901 2005-08-26  Wim Taymans  <wim@fluendo.com>
15902
15903         * gst/audioconvert/Makefile.am:
15904         * gst/audioconvert/audioconvert.c: (if), (float),
15905         (audio_convert_get_func_index), (check_default),
15906         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15907         (audio_convert_clean_context), (audio_convert_get_sizes),
15908         (get_temp_buffer), (audio_convert_convert):
15909         * gst/audioconvert/audioconvert.h:
15910         * gst/audioconvert/gstaudioconvert.c:
15911         (gst_audio_convert_class_init), (gst_audio_convert_init),
15912         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15913         (gst_audio_convert_get_unit_size),
15914         (gst_audio_convert_transform_caps),
15915         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15916         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15917         * gst/audioconvert/gstaudioconvert.h:
15918         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15919         (gst_channel_mix_fill_identical),
15920         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15921         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15922         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15923         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15924         (gst_channel_mix_mix):
15925         * gst/audioconvert/gstchannelmix.h:
15926         Cleanups, librarify a bit, optimize, better negotiation and more.
15927
15928 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15929
15930         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15931         Another from MikeS:
15932         During typefinding, don't support negative offsets
15933         (offsets from the end of the stream) in our typefind->peek() function
15934         - nothing embedded in ogg ever needs them. However, we need to recognise
15935         those requests and reject them, otherwise we return invalid pointers.
15936
15937 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15938
15939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15940         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15941         (vorbisdec_finalize), (vorbis_handle_type_packet):
15942           Big shout-out to MikeS for fixing this giant memory leak.
15943           Huzzah!
15944
15945 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15946
15947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15948         (audio_convert_get_unit_size):
15949           plug some leaks
15950
15951 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15952
15953         * check/Makefile.am:
15954         * check/elements/audioconvert.c: (setup_audioconvert),
15955         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15956         (GST_START_TEST), (audioconvert_suite), (main):
15957           add a test for audioconvert
15958         * gst/audioresample/gstaudioresample.c:
15959         * gst/audioresample/gstaudioresample.h:
15960           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15961           note that for buffers of 1/3 sec this means DURATION(c) is 
15962           one nanosecond more than for a and b
15963
15964 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15965
15966         * check/Makefile.am:
15967         * check/elements/audioresample.c: (setup_audioresample),
15968         (cleanup_audioresample), (fail_unless_perfect_stream),
15969         (test_perfect_stream_instance), (GST_START_TEST),
15970           add a check for audioresample
15971         (audioresample_suite), (main):
15972         * check/elements/volume.c: (GST_START_TEST):
15973           remove unused method
15974         * gst/audioresample/gstaudioresample.c:
15975           set correct buffer parameters since we're changing them
15976         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15977           add some debug
15978
15979 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15980
15981         * gst/audioresample/debug.c:
15982         * gst/audioresample/gstaudioresample.c:
15983           add room for extra overlap samples when asked to transform size
15984           protect against possible mem corruption and check for discrepancies
15985           between written size and outbuffer's size so we can warn for
15986           potential problems
15987         * gst/audioresample/resample.c: (resample_init),
15988         (resample_get_output_size_for_input), (resample_get_output_size),
15989         (resample_set_n_channels), (resample_set_format):
15990           set debug level based on RESAMPLE_DEBUG env var
15991           make sure that get_output_size* returns a whole number of
15992           sample_size
15993           set sample_size each time either channel or format is set
15994         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15995         * gst/audioresample/resample_functable.c:
15996         (resample_scale_functable):
15997         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15998           remove r->sample_size, it's done in resample.c now
15999           add some debugging to the ref implementation
16000           make sure we only give back bytes that are wholes of the sample
16001           size
16002
16003 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
16004         * gst/playback/gstplaybasebin.c: (fill_buffer):
16005         Revert unpopular change for GST_MESSAGE_SRC to GObject.
16006
16007 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
16008
16009         * gst/volume/gstvolume.c:
16010           made set_caps function static
16011
16012 2005-08-24  Wim Taymans  <wim@fluendo.com>
16013
16014         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16015         (gst_vorbisenc_change_state):
16016         Stop leaking taglists.
16017
16018 2005-08-24  Wim Taymans  <wim@fluendo.com>
16019
16020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16021         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
16022         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
16023         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
16024         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16025         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
16026         Parse seeking events better.
16027         Unref static caps.
16028         Generate correct newsegment events, fixes seeking in live oggs.
16029
16030         * ext/theora/theoradec.c: (theora_dec_src_query),
16031         (theora_dec_src_event), (theora_dec_src_getcaps),
16032         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
16033         Use newsegment values to report correct play time.
16034
16035         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16036         (vorbis_dec_src_event), (vorbis_dec_sink_event):
16037         * ext/vorbis/vorbisdec.h:
16038         Parse and use newsegment values to report correct play time.
16039
16040         * gst-libs/gst/audio/gstbaseaudiosink.c:
16041         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16042         Clear ringbuffer on flush.
16043         Use newsegment values to calculate playback time.
16044
16045         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
16046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16047         Basesink does newsegment calculations for us now.
16048
16049 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16050
16051         * check/Makefile.am:
16052         * configure.ac:
16053           add core's plugins to the mix so that playbin works
16054         * check/generic/states.c: (GST_START_TEST):
16055           set a 0 timeout on pipelines, so they don't force the next
16056           state change
16057         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
16058         (gst_play_base_bin_change_state):
16059           remove the crappy error handling and do GST error handling
16060
16061 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16062
16063         * check/Makefile.am:
16064         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
16065           add same test as to core, it bitches out on playbin atm.
16066
16067 2005-08-24  Wim Taymans  <wim@fluendo.com>
16068
16069         * configure.ac:
16070         Remove audioscale.
16071
16072 2005-08-24  Wim Taymans  <wim@fluendo.com>
16073
16074         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
16075         (gst_videoscale_prepare_size), (parse_caps),
16076         (gst_videoscale_set_caps), (gst_videoscale_get_size),
16077         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
16078         (gst_videoscale_transform):
16079         * gst/videoscale/gstvideoscale.h:
16080         Refactor, make use of BaseTranform really well.
16081
16082 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16083
16084         * configure.ac:
16085           compile audioresample
16086         * gst/audioresample/Makefile.am:
16087         * gst/audioresample/buffer.c:
16088         * gst/audioresample/functable.c:
16089         * gst/audioresample/gstaudioresample.c:
16090         * gst/audioresample/gstaudioresample.h:
16091         * gst/audioresample/resample.c:
16092         (resample_get_output_size_for_input):
16093         * gst/audioresample/resample.h:
16094         * gst/audioresample/resample_chunk.c:
16095         * gst/audioresample/resample_functable.c:
16096         * gst/audioresample/resample_ref.c:
16097           port to use basetransform; doesn't work in all cases yet
16098
16099 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16100
16101         * gst/audioconvert/gstaudioconvert.c:
16102         (gst_audio_convert_class_init), (gst_audio_convert_init),
16103         (audio_convert_get_unit_size), (audio_convert_transform_caps),
16104         (audio_convert_fixate_caps), (audio_convert_set_caps),
16105         (audio_convert_transform),
16106         (gst_audio_convert_buffer_to_default_format),
16107         (gst_audio_convert_buffer_from_default_format),
16108         (gst_audio_convert_channels):
16109         * gst/audioconvert/gstchannelmix.c:
16110         * gst/audioconvert/gstchannelmix.h:
16111           port to basetransform
16112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16113         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
16114         (gst_ffmpegcsp_get_unit_size):
16115         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16116         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
16117           fix for basetransform changes
16118
16119 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
16120
16121         * check/Makefile.am:
16122           Add CHECK_CFLAGS and LDFLAGS
16123
16124         * gst/playback/gstplaybasebin.c: (fill_buffer):
16125           GST_MESSAGE_SRC became a GObject
16126
16127 2005-08-24  Wim Taymans  <wim@fluendo.com>
16128
16129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
16130         (gst_ring_buffer_clear_all):
16131         * gst-libs/gst/audio/gstringbuffer.h:
16132         Added function to clear the ringbuffer.
16133
16134 2005-08-24  Andy Wingo  <wingo@pobox.com>
16135
16136         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
16137         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
16138         of _open and _close.
16139
16140         * sys/v4l/gstv4lxoverlay.h:
16141         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
16142         an Xv connection here, instead of all the time. Make Xv only be
16143         loaded if you axe for it. Kindof a workaround for buggy behaviour
16144         of Xv when using remote xservers (XvQueryExtension would block).
16145         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
16146         replace the _open and _close public API. Only start the xv
16147         connection if necessary.
16148         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
16149
16150 2005-08-23  David Schleef  <ds@schleef.org>
16151
16152         * gst/audioresample/Makefile.am: Leet audioresampling code
16153         * gst/audioresample/buffer.c:
16154         * gst/audioresample/buffer.h:
16155         * gst/audioresample/debug.c:
16156         * gst/audioresample/debug.h:
16157         * gst/audioresample/functable.c:
16158         * gst/audioresample/functable.h:
16159         * gst/audioresample/gstaudioresample.c:
16160         * gst/audioresample/gstaudioresample.h:
16161         * gst/audioresample/resample.c:
16162         * gst/audioresample/resample.h:
16163         * gst/audioresample/resample_chunk.c:
16164         * gst/audioresample/resample_functable.c:
16165         * gst/audioresample/resample_ref.c:
16166
16167 2005-08-23  Wim Taymans  <wim@fluendo.com>
16168
16169         * examples/seeking/seek.c: (make_vorbis_pipeline),
16170         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
16171         Small seek updates.
16172
16173 2005-08-23  Andy Wingo  <wingo@pobox.com>
16174
16175         * gst-libs/gst/audio/gstbaseaudiosrc.c
16176         (gst_base_audio_src_fixate): Only fixate endianness if it is
16177         present in the caps.
16178
16179 2005-08-22  Andy Wingo  <wingo@pobox.com>
16180
16181         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
16182         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
16183         device-name property.
16184
16185         * gst-libs/gst/audio/gstaudiosrc.h:
16186         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
16187         close_device in the ring buffer, like gstaudiosink.
16188
16189         * ext/alsa/gstalsamixer.h:
16190         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
16191         macro to implement the interface without much code. Cleanups. 
16192
16193         * ext/alsa/gstalsasrc.h:
16194         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
16195         READY.
16196
16197         * ext/alsa/Makefile.am: Add new files.
16198         * ext/alsa/gstalsamixerelement.c: 
16199         * ext/alsa/gstalsamixerelement.c: Split element code out from
16200         mixer code so that alsasrc can be a mixer too.
16201
16202 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16203
16204         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16205         (GST_START_TEST):
16206         * check/elements/vorbisdec.c: (setup_vorbisdec),
16207         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
16208         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16209         (vorbis_handle_identification_packet),
16210         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
16211         (vorbis_handle_header_packet), (vorbis_dec_push),
16212         (vorbis_dec_chain):
16213           use the setup/teardown methods to save code.  save code is good.
16214
16215 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16216
16217         * check/Makefile.am:
16218           add ext dir for plugins
16219           add vorbisdec test conditionally
16220         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16221         (GST_START_TEST), (volume_suite):
16222           add a test with wrong caps
16223         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
16224         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
16225           add a vorbisdec test
16226         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
16227         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
16228           clean up debug output
16229         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16230           yay, fix a segfault/security issue in vorbisdec
16231           gst-launch fakesrc ! vorbisdec wasn't happy
16232         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
16233         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
16234         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
16235         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
16236         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
16237         (gst_vorbisenc_set_metadata), (get_constraints_string),
16238         (update_start_message), (gst_vorbisenc_setup),
16239         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16240         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16241         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16242         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16243         * ext/vorbis/vorbisenc.h:
16244           march in line
16245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16246         (gst_ffmpegcsp_transform):
16247           have the kow come home
16248         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16249           debug my func ptr
16250         * gst/volume/gstvolume.c: (volume_set_caps):
16251           add a debug
16252
16253 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16254
16255         * Makefile.am:
16256         * check/.cvsignore:
16257         * check/Makefile.am:
16258         * check/elements/.cvsignore:
16259         * check/elements/volume.c: (chain_func), (event_func),
16260         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16261         (main):
16262         * configure.ac:
16263           add unit test structure for gst-plugins-base
16264           add a test for volume
16265         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16266         (gst_volume_set_volume), (gst_volume_get_volume),
16267         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16268         (volume_funcfind), (volume_process_float), (volume_process_int16),
16269         (volume_set_caps), (volume_transform), (volume_update_mute),
16270         (volume_update_volume), (volume_set_property),
16271         (volume_get_property):
16272           document a little; use basetransform vmethod _set_caps
16273
16274 2005-08-19  Andy Wingo  <wingo@pobox.com>
16275
16276         * ext/alsa/gstalsamixertrack.h:
16277         * ext/alsa/gstalsamixertrack.c:
16278         * ext/alsa/gstalsamixeroptions.h:
16279         * ext/alsa/gstalsamixeroptions.c:
16280         * ext/alsa/gstalsamixer.h:
16281         * ext/alsa/gstalsamixer.c: Port to 0.9.
16282
16283         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16284         Remove gstalsa.c and alsaclock. No more cruft here.
16285         
16286 2005-08-18  Wim Taymans  <wim@fluendo.com>
16287
16288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16289         (gst_base_rtp_depayload_chain),
16290         (gst_base_rtp_depayload_add_to_queue),
16291         (gst_base_rtp_depayload_push),
16292         (gst_base_rtp_depayload_queue_release):
16293         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16294         Fix for RTPBuffer changes.
16295
16296         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16297         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16298         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16299         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16300         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16301         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16302         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16303         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16304         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16305         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16306         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16307         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16308         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16309         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16310         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16311         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16312         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16313         (gst_rtpbuffer_get_payload):
16314         * gst-libs/gst/rtp/gstrtpbuffer.h:
16315         Don't subclass GstBuffer but add methods and helper functions
16316         to construct and manipulate RTP packets in regular GstBuffers.
16317
16318 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16319
16320         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16321           moved statement below switch
16322         * gst/volume/gstvolume.c: (gst_volume_class_init):
16323           added debug ptr
16324
16325 2005-08-16  Wim Taymans  <wim@fluendo.com>
16326
16327         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16328         (gst_base_audio_src_change_state):
16329         Open and close device in READY<->NULL state change.
16330
16331 2005-08-16  Andy Wingo  <wingo@pobox.com>
16332
16333         * examples/seeking/Makefile.am: Don't compile non-compiling
16334         compiled objects with the compiler.
16335
16336         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16337         elements.
16338
16339 2005-08-12  Philippe Khalaf <burger@speedy.org>
16340         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16341         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16342           Made a thread to release the queue.
16343           Removed timestamp conversion for now.
16344
16345 2005-08-10  Philippe Khalaf <burger@speedy.org>
16346         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16347         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16348           Added rtp timestamp -> gst timestamp conversion.
16349           Fixed several problems with queue.
16350
16351 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16352
16353         * gst-libs/gst/audio/gstaudioclock.h:
16354         * gst-libs/gst/audio/gstaudiofilter.h:
16355         * gst-libs/gst/audio/gstaudiosink.h:
16356         * gst-libs/gst/audio/gstaudiosrc.h:
16357         * gst-libs/gst/audio/gstbaseaudiosink.h:
16358         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16359         * gst-libs/gst/audio/gstringbuffer.h:
16360         * gst-libs/gst/net/gstnetbuffer.h:
16361         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16362         * gst-libs/gst/rtp/gstrtpbuffer.h:
16363           Add padding (you will need to rebuild gst-plugins-base,
16364           gst-plugins and all applications afterwards!)
16365
16366 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16367
16368         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16369         (gst_riff_parse_chunk):
16370           Fix bug in debug message and add some more debug messages.
16371
16372 2005-08-08  Edward Hervey  <edward@fluendo.com>
16373
16374         * gst-libs/gst/riff/riff-media.c:
16375         backported updates since branch
16376
16377 2005-08-08  Andy Wingo  <wingo@pobox.com>
16378
16379         * gst-libs/gst/audio/gstbaseaudiosink.c
16380         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16381         like good elements should. Close on READY->NULL too.
16382
16383         * gst-libs/gst/audio/gstaudiosink.c
16384         (gst_audioringbuffer_open_device,
16385         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16386         (gst_audioringbuffer_release): Updates for new ring buffer API,
16387         hook into the new audio sink api.
16388
16389         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16390         (GstAudioSinkClass.close): Just open and close the device -- no
16391         resource allocation or configuration.
16392         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16393         vmethods, handle device setup and resource allocation.
16394
16395         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16396         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16397         base class API.
16398
16399         * gst-libs/gst/audio/gstringbuffer.h
16400         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16401         New vmethods.
16402
16403         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16404         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16405         New API functions. The device should be opened before acquiring
16406         and closed after releasing.
16407
16408 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16409
16410         * gst-libs/gst/interfaces/mixer.h:
16411           Reset padding to GST_PADDING.
16412
16413 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16414
16415         * gst/playback/gstplaybin.c: (remove_sinks):
16416           Remove visualization from parent explicitely; works around some
16417           apparent refcount issue that I haven't tracked down yet.
16418
16419 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16420
16421         * ext/alsa/gstalsasink.c: (set_hwparams):
16422           Assign debug category, add negotiation debug msgs.
16423
16424 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16425
16426         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16427           Fix error code for file-not-found to NOT_FOUND.
16428
16429 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16430
16431         * common/gtk-doc-plugins.mak:
16432         * docs/plugins/Makefile.am:
16433         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16434         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16435           renamed to actual element names, so much nicer to look at
16436         * docs/plugins/tmpl/gstmultifdsink.sgml:
16437           remove
16438         * docs/plugins/tmpl/multifdsink.sgml:
16439         * docs/plugins/tmpl/tcpserversink.sgml:
16440           add
16441         * ext/alsa/gstalsa.c:
16442         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16443         * ext/ogg/gstoggmux.c:
16444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16445         * gst/playback/gstdecodebin.c:
16446         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16447         * gst/tcp/gsttcpserversink.c:
16448           various fixes and documentation additions
16449
16450 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16451
16452         * common/Makefile.am:
16453         * common/gstdoc-scangobj:
16454         * common/gtk-doc-plugins.mak:
16455         * common/gtk-doc.mak:
16456           add a custom scangobj that uses the registry
16457           add a custom gtk-doc-plugins.mak that uses it
16458           some doc build fixes
16459         * configure.ac:
16460         * docs/Makefile.am:
16461         * docs/plugins/Makefile.am:
16462         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16463         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16464         * docs/plugins/gst-plugins-base-plugins.types:
16465         * docs/plugins/tmpl/gstmultifdsink.sgml:
16466           add docs for one element, multifdsink
16467         * gst/adder/gstadder.h:
16468         * gst/volume/gstvolume.h:
16469           don't privatize enum
16470         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16471         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16472         (gst_sync_method_get_type), (gst_client_status_get_type),
16473         (gst_multifdsink_class_init),
16474         (gst_multifdsink_client_queue_buffer),
16475         (gst_multifdsink_handle_client_write):
16476         * gst/tcp/gstmultifdsink.h:
16477         * gst/tcp/gsttcp.h:
16478         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16479         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16480         (gst_tcpclientsink_render):
16481         * gst/tcp/gsttcpclientsink.h:
16482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16483         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16484         (gst_tcpclientsrc_start):
16485         * gst/tcp/gsttcpclientsrc.h:
16486         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16487         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16488         * gst/tcp/gsttcpserversrc.h:
16489         * gst/typefind/gsttypefindfunctions.c:
16490           remove superfluous Type stuff
16491
16492 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16493
16494         * gst/playback/gstplaybin.c: (gen_video_element):
16495           Enable videoscale.
16496
16497 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * gst-libs/gst/gconf/gconf.c:
16500         * gst-libs/gst/gconf/gconf.h:
16501           Fix some Andy Problem [tm].
16502
16503 2005-08-04  Andy Wingo  <wingo@pobox.com>
16504
16505         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16506         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16507         (gst_ffmpegcsp_get_size): Adapt to API changes.
16508
16509         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16510         Implement an in-place do-nothing transform.
16511
16512 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16513
16514         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16515         (gst_ximagesink_renegotiate_size):
16516           Do not set new window sizes yet if we prepare a new buffer size
16517           for upstream renegotiation (software scaling) at some point in the
16518           future, because this new size waqs not actually accepted yet. Once
16519           accepted, renegotiation later on will set the new sizes just fine.
16520           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16521           embedding testcase.
16522
16523 2005-08-03  Andy Wingo  <wingo@pobox.com>
16524
16525         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16526         (gst_ximagesink_buffer_alloc): 
16527         Protect the height, width, and desired_caps with the pool_lock.
16528         Fixes videotestsrc ! queue ! ximagesink.
16529
16530 2005-08-02  Edward Hervey  <edward@fluendo.com>
16531
16532         * gst/volume/gstvolume.c:
16533         include left from controller cleanup
16534
16535 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16537           Stop collectpads before calling the parent state
16538           change function on PAUSED->READY.
16539
16540 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16541         * configure.ac:
16542           When testing for X libs, use the X CFlags 
16543         * gst/adder/gstadder.c: (gst_adder_change_state):
16544           Stop the collectpads before calling parent state change function
16545           on PAUSED->READY, otherwise we deadlock deactivating pads.
16546
16547 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16548
16549         * configure.ac:
16550         * docs/libs/tmpl/gstcolorbalance.sgml:
16551         * docs/libs/tmpl/gstmixer.sgml:
16552         * examples/Makefile.am:
16553         * gst/sine/Makefile.am:
16554         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16555         (gst_sinesrc_set_property), (plugin_init):
16556         * gst/sine/gstsinesrc.h:
16557         * gst/volume/Makefile.am:
16558         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16559         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16560         (volume_process_float), (volume_process_int16),
16561         (volume_set_property), (plugin_init):
16562         * gst/volume/gstvolume.h:
16563           deactivate and remove dparams (libgstcontrol)
16564
16565 2005-07-29  Wim Taymans  <wim@fluendo.com>
16566
16567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16568         Convert me to BaseTransform!! help..
16569
16570 2005-07-29  Andy Wingo  <wingo@pobox.com>
16571
16572         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16573         sinks.
16574
16575         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16576         support of both endiannesses.
16577
16578 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16579
16580         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16581           Fix confusing debug message (s/event/query/)
16582
16583 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16584
16585         * gst/videotestsrc/videotestsrc.h:
16586           Use "_stdint.h" instead of <stdint.h>
16587
16588 2005-07-27  Wim Taymans  <wim@fluendo.com>
16589
16590         * ext/vorbis/Makefile.am:
16591         Revert wrong commit.
16592
16593 2005-07-27  Wim Taymans  <wim@fluendo.com>
16594
16595         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16596         More compilation fixen.
16597
16598 2005-07-27  Wim Taymans  <wim@fluendo.com>
16599
16600         * gst-libs/gst/audio/gstbaseaudiosink.c:
16601         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16602         (gst_base_audio_sink_create_ringbuffer),
16603         (gst_base_audio_sink_change_state):
16604         Fix compilation.
16605
16606 2005-07-27  Wim Taymans  <wim@fluendo.com>
16607
16608         * examples/seeking/seek.c: (setup_dynamic_link),
16609         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16610         (query_positions_elems), (query_positions_pads), (do_seek):
16611         Update seek example.
16612
16613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16614         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16615         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16616         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16617         (gst_ogg_demux_handle_event),
16618         (gst_ogg_demux_deactivate_current_chain),
16619         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16620         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16621         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16622         (gst_ogg_demux_loop):
16623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16624         * ext/theora/theoradec.c: (theora_dec_src_event),
16625         (theora_dec_src_getcaps), (theora_dec_sink_event),
16626         (theora_dec_push), (theora_dec_chain):
16627         * ext/vorbis/Makefile.am:
16628         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16629         (vorbis_dec_sink_event), (vorbis_dec_push),
16630         (vorbis_handle_data_packet):
16631         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16632         (gst_vorbisenc_chain):
16633         * gst/playback/gststreaminfo.c: (cb_probe):
16634         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16635         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16636         * gst/videoscale/gstvideoscale.c:
16637         (gst_videoscale_handle_src_event):
16638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16639         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16640         (gst_ximagesink_navigation_send_event):
16641         * sys/xvimage/xvimagesink.c:
16642         (gst_xvimagesink_navigation_send_event):
16643         Various event updates and cleanups
16644
16645 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16646
16647         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16648           Fix segfault for I420/YV12.
16649
16650 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16651
16652         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16653           Report bitrate.
16654
16655 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16656
16657         * gst/playback/gstplaybin.c: (gen_video_element),
16658         (gen_audio_element):
16659           Switch to auto*sink elements as default sinks; add volume element
16660           so that volume control in totem works.
16661
16662 2005-07-21  Wim Taymans  <wim@fluendo.com>
16663
16664         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16665         * gst/playback/gstplaybin.c: (setup_sinks),
16666         (gst_play_bin_change_state):
16667         Refcount fix and more comments.
16668
16669 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16670
16671         * sys/ximage/Makefile.am:
16672         * sys/ximage/ximage.c: (plugin_init):
16673         * sys/ximage/ximagesink.c:
16674         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16675         
16676
16677 2005-07-21  Wim Taymans  <wim@fluendo.com>
16678
16679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16680         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16681         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16682         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16683         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16684         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16685         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16686         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16687         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16688         Generate correct disconts for live chained oggs.
16689
16690         * gst-libs/gst/audio/gstbaseaudiosink.c:
16691         (gst_base_audio_sink_render),
16692         (gst_base_audio_sink_create_ringbuffer),
16693         (gst_base_audio_sink_change_state):
16694         Handle discont math correctly.
16695
16696         * gst/playback/gstplaybin.c: (add_sink):
16697         Some small debug cleanup.
16698
16699 2005-07-21  Wim Taymans  <wim@fluendo.com>
16700
16701         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16702         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16703         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16704         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16705         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16706         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16707         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16708         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16709         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16710         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16711         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16712         (gst_ogg_demux_change_state), (gst_ogg_print):
16713         Reorganize code to send the right disconts when in streaming
16714         mode.
16715
16716 2005-07-20  Andy Wingo  <wingo@pobox.com>
16717
16718         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16719         fix (?), fixes a seggie mcfalterson (#310894).
16720
16721 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16722
16723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16724         (gst_ogg_mux_set_header_on_caps):
16725         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16726         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16727         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16728         * gst-libs/gst/audio/multichannel.c:
16729         (gst_audio_set_channel_positions),
16730         (gst_audio_set_structure_channel_positions_list):
16731         * gst/playback/gstdecodebin.c: (dynamic_create):
16732         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16733         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16734           Fixes for API changes in core.
16735
16736 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16737
16738         * gst/playback/gstplaybasebin.c: (fill_buffer):
16739           Use _new_custom() so we can set custom message types for buffering
16740           messages.
16741
16742 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16743
16744         * configure.ac:
16745         * gst-libs/gst/Makefile.am:
16746         * gst-libs/gst/gconf/.cvsignore:
16747         * gst-libs/gst/gconf/Makefile.am:
16748         * gst-libs/gst/gconf/test-gconf.c:
16749         * pkgconfig/Makefile.am:
16750         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16751         * pkgconfig/gstreamer-gconf.pc.in:
16752           Remove gconf stuff, use gconf elements instead from now on.
16753
16754 2005-07-20  Wim Taymans  <wim@fluendo.com>
16755
16756         * gst-libs/gst/audio/TODO:
16757         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16758         (gst_audio_clock_get_internal_time):
16759         * gst-libs/gst/audio/gstaudioclock.h:
16760         * gst-libs/gst/audio/gstbaseaudiosink.c:
16761         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16762         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16763         (gst_base_audio_sink_render),
16764         (gst_base_audio_sink_create_ringbuffer),
16765         (gst_base_audio_sink_change_state):
16766         Make sure the audio clock always returns an increasing value.
16767
16768 2005-07-19  Andy Wingo  <wingo@pobox.com>
16769
16770         * gst/videotestsrc/: Cleanups.
16771
16772 2005-07-19  Wim Taymans  <wim@fluendo.com>
16773
16774         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16775         Better debugging.
16776
16777 2005-07-19  Wim Taymans  <wim@fluendo.com>
16778
16779         * examples/seeking/seek.c: (make_dv_pipeline),
16780         (make_vorbis_theora_pipeline), (query_rates),
16781         (query_positions_elems), (query_positions_pads), (do_seek):
16782         Make correct DV pipeline.
16783
16784 2005-07-18  Andy Wingo  <wingo@pobox.com>
16785
16786         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16787         default. Also because it's the only thing that really works. (This
16788         is used in the GConf elements).
16789         Use AS_LIBTOOL_TAGS.
16790
16791 2005-07-18  Wim Taymans  <wim@fluendo.com>
16792
16793         * gst/playback/gstdecodebin.c: (remove_element_chain):
16794         * gst/playback/gstplaybin.c: (add_sink):
16795         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16796         (gst_stream_info_set_mute):
16797         * gst/playback/gststreamselector.c:
16798         (gst_stream_selector_get_linked_pad),
16799         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16800         More leak and compile fixes.
16801
16802 2005-07-18  Wim Taymans  <wim@fluendo.com>
16803
16804         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16805         (query_rates), (query_positions_elems), (query_positions_pads),
16806         (do_seek), (seek_cb), (stop_seek):
16807         Updated seek example. 
16808
16809         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16810         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16811         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16812         * gst/playback/gstplaybin.c: (add_sink):
16813         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16814         (gst_stream_info_set_mute):
16815         Some refcount leak fixes.
16816
16817 2005-07-16  Wim Taymans  <wim@fluendo.com>
16818
16819         * gst-libs/gst/audio/gstbaseaudiosink.c:
16820         (gst_base_audio_sink_render):
16821         Align samples even if we have roundoff errors in the 
16822         timestamp conversion.
16823
16824 2005-07-16  Wim Taymans  <wim@fluendo.com>
16825
16826         * docs/libs/tmpl/gstringbuffer.sgml:
16827         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16828         (query_rates), (query_positions_elems), (query_positions_pads),
16829         (update_scale), (do_seek):
16830         Updated seek example.
16831
16832         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16833         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16834         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16835         (gst_ogg_demux_loop):
16836         Push out correct discont values.
16837
16838         * ext/theora/theoradec.c: (theora_dec_src_convert),
16839         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16840         (theora_dec_sink_event), (theora_handle_type_packet),
16841         (theora_handle_header_packet), (theora_dec_push),
16842         (theora_handle_data_packet), (theora_dec_chain),
16843         (theora_dec_change_state):
16844         Better timestamping.
16845
16846         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16847         (vorbis_dec_sink_event), (vorbis_dec_push),
16848         (vorbis_handle_data_packet), (vorbis_dec_chain):
16849         * ext/vorbis/vorbisdec.h:
16850         Better timestamping.
16851
16852         * gst-libs/gst/audio/gstbaseaudiosink.c:
16853         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16854         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16855         Handle syncing on timestamps instead of sample offsets. Make
16856         use of DISCONT values as described in design docs.
16857
16858         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16859         (gst_base_audio_src_get_time):
16860         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16861         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16862         (gst_ring_buffer_read):
16863         * gst-libs/gst/audio/gstringbuffer.h:
16864         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16865         (gst_ximagesink_show_frame):
16866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16867         Correcly convert buffer timestamp to stream time.
16868
16869 2005-07-16  Wim Taymans  <wim@fluendo.com>
16870
16871         * gst/audioconvert/gstaudioconvert.c:
16872         (gst_audio_convert_get_buffer):
16873         Timestamp buffers correctly.
16874
16875         * gst/playback/gstplaybin.c: (gen_video_element):
16876         Make internal fakesink silent.
16877
16878 2005-07-15  Wim Taymans  <wim@fluendo.com>
16879
16880         * gst/ffmpegcolorspace/Makefile.am:
16881         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16882         (gst_ffmpegcsp_caps_remove_format_info),
16883         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16884         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16885         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16886         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16887         Ported ffmpegcolorspace to basetransform.
16888
16889         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16890         * gst/volume/gstvolume.c: (volume_transform):
16891         Ported to new API.
16892
16893 2005-07-14  Wim Taymans  <wim@fluendo.com>
16894
16895         * gst/videotestsrc/Makefile.am:
16896         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16897         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16898         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16899         (gst_videotestsrc_init), (gst_videotestsrc_event),
16900         (gst_videotestsrc_create), (gst_videotestsrc_start),
16901         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16902         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16903         (gst_videotestsrc_get_property):
16904         * gst/videotestsrc/gstvideotestsrc.h:
16905         Make videotestsrc a pushsrc.
16906
16907 2005-07-14  Wim Taymans  <wim@fluendo.com>
16908
16909         * gst/tcp/gstfdset.c: (gst_fdset_free):
16910         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16911         (gst_multifdsink_add), (gst_multifdsink_remove),
16912         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16913         (gst_multifdsink_remove_client_link),
16914         (gst_multifdsink_client_queue_data),
16915         (gst_multifdsink_client_queue_caps),
16916         (gst_multifdsink_client_queue_buffer),
16917         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16918         (gst_multifdsink_stop):
16919         * gst/tcp/gstmultifdsink.h:
16920         0.8 backporting.
16921
16922         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16923         Also draw image when not from a pool.
16924
16925 2005-07-14  Wim Taymans  <wim@fluendo.com>
16926
16927         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16928         (mute_stream), (silence_stream):
16929         Small debug additions.
16930
16931 2005-07-14  Wim Taymans  <wim@fluendo.com>
16932
16933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16934         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16935         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16936         Better error recovery, ignore unconnected pads and
16937         non-fatal errors.
16938
16939 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16940
16941         * docs/libs/tmpl/gstaudio.sgml:
16942         * docs/libs/tmpl/gstcolorbalance.sgml:
16943         * docs/libs/tmpl/gstgconf.sgml:
16944         * docs/libs/tmpl/gstmixer.sgml:
16945         * docs/libs/tmpl/gstringbuffer.sgml:
16946         * docs/libs/tmpl/gsttuner.sgml:
16947         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16948         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16949         (gst_tcpclientsrc_class_init):
16950         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16951         (gst_tcpserversrc_class_init):
16952         * sys/v4l/gstv4lelement.c:
16953           more autistic cleanliness in functions/names/defines
16954
16955 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16956
16957         * configure.ac:
16958           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16959           added manually to each Makefile.am so we are sure it goes
16960           *last* and doesn't add -L flags before linking in libs of our
16961           own, like, say, internal .la libs, that then accidentally pick
16962           up the installed copy.
16963         * docs/libs/Makefile.am:
16964         * ext/alsa/Makefile.am:
16965         * ext/cdparanoia/Makefile.am:
16966         * ext/gnomevfs/Makefile.am:
16967         * ext/libvisual/Makefile.am:
16968         * ext/ogg/Makefile.am:
16969         * ext/theora/Makefile.am:
16970         * ext/vorbis/Makefile.am:
16971         * gst-libs/gst/video/Makefile.am:
16972         * gst/adder/Makefile.am:
16973         * gst/audioconvert/Makefile.am:
16974         * gst/audiorate/Makefile.am:
16975         * gst/audioscale/Makefile.am:
16976         * gst/ffmpegcolorspace/Makefile.am:
16977         * gst/playback/Makefile.am:
16978         * gst/sine/Makefile.am:
16979         * gst/subparse/Makefile.am:
16980         * gst/tags/Makefile.am:
16981         * gst/tcp/Makefile.am:
16982         * gst/typefind/Makefile.am:
16983         * gst/videorate/Makefile.am:
16984         * gst/videoscale/Makefile.am:
16985         * gst/videotestsrc/Makefile.am:
16986         * gst/volume/Makefile.am:
16987         * sys/v4l/Makefile.am:
16988         * sys/ximage/Makefile.am:
16989         * sys/xvimage/Makefile.am:
16990           adapt properly to this change. This should make sure that
16991           plugins and libs properly link to the as-yet-uninstalled
16992           copies of stuff like libgstinterfaces and libgstvideo
16993
16994 2005-07-13  Andy Wingo  <wingo@pobox.com>
16995
16996         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16997         (gst_v4lsrc_fixate): Fixate on format as well.
16998
16999         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
17000         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
17001         buffer points to it.
17002         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
17003         rather just doing X calls ourselves. Also fixes a memleak.
17004
17005 2005-07-12  Andy Wingo  <wingo@pobox.com>
17006
17007         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
17008         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
17009         (gst_v4lsrc_create): Re-add the copy-mode property, default to
17010         TRUE to avoid deadlocks if an element holds on to our buffers.
17011
17012 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17013
17014         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17015         (gst_sinesrc_init), (gst_sinesrc_create),
17016         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17017         (gst_sinesrc_start):
17018         * gst/sine/gstsinesrc.h:
17019           removing num-buffers property before moving it
17020
17021 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17022
17023         * configure.ac:
17024           use overridable ERROR_CFLAGS
17025         * docs/libs/gst-plugins-base-libs.types:
17026         * docs/libs/tmpl/gstringbuffer.sgml:
17027         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17028         (gst_alsasink_class_init):
17029         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17030         (gst_alsasrc_class_init):
17031         * gst-libs/gst/audio/audio.h:
17032         * gst-libs/gst/audio/gstaudioclock.h:
17033         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
17034         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
17035         (gst_audio_filter_link), (gst_audio_filter_init),
17036         (gst_audio_filter_chain), (gst_audio_filter_set_property),
17037         (gst_audio_filter_get_property),
17038         (gst_audio_filter_class_add_pad_templates):
17039         * gst-libs/gst/audio/gstaudiofilter.h:
17040         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17041         (gst_audio_filter_template_get_type),
17042         (gst_audio_filter_template_base_init),
17043         (gst_audio_filter_template_class_init),
17044         (gst_audio_filter_template_init),
17045         (gst_audio_filter_template_set_property),
17046         (gst_audio_filter_template_get_property), (plugin_init),
17047         (gst_audio_filter_template_setup),
17048         (gst_audio_filter_template_filter),
17049         (gst_audio_filter_template_filter_inplace):
17050         * gst-libs/gst/audio/gstaudiosink.c:
17051         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17052         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
17053         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17054         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17055         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
17056         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
17057         * gst-libs/gst/audio/gstaudiosink.h:
17058         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17059         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17060         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17061         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
17062         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
17063         (gst_audio_src_class_init), (gst_audio_src_init),
17064         (gst_audio_src_create_ringbuffer):
17065         * gst-libs/gst/audio/gstaudiosrc.h:
17066         * gst-libs/gst/audio/gstbaseaudiosink.c:
17067         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
17068         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
17069         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
17070         (gst_base_audio_sink_set_property),
17071         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
17072         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
17073         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
17074         (gst_base_audio_sink_create_ringbuffer),
17075         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
17076         * gst-libs/gst/audio/gstbaseaudiosink.h:
17077         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17078         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
17079         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
17080         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
17081         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
17082         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
17083         (gst_base_audio_src_event), (gst_base_audio_src_create),
17084         (gst_base_audio_src_create_ringbuffer),
17085         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
17086         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17087         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17088         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
17089         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
17090         (gst_ring_buffer_debug_spec_caps),
17091         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
17092         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
17093         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
17094         (gst_ring_buffer_start), (gst_ring_buffer_pause),
17095         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
17096         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
17097         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
17098         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
17099         (gst_ring_buffer_clear):
17100         * gst-libs/gst/audio/gstringbuffer.h:
17101         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17102         (gst_video_sink_class_init), (gst_video_sink_get_type):
17103         * gst-libs/gst/video/videosink.h:
17104         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17105         (gst_multifdsink_class_init),
17106         (gst_multifdsink_handle_client_write),
17107         (gst_multifdsink_change_state):
17108         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17109         (gst_tcpclientsink_setcaps):
17110         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17111         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
17112         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
17113         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
17114         (gst_ximagesink_send_pending_navigation),
17115         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
17116         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
17117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
17118         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17119         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
17120         (gst_xvimagesink_send_pending_navigation),
17121         (gst_xvimagesink_navigation_send_event),
17122         (gst_xvimagesink_set_xwindow_id),
17123         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
17124         (gst_xvimagesink_get_type):
17125         more macro splitting
17126
17127 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17128
17129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17130           plug a memleak, allows me to import 1479 albums in one go
17131           in jamboree
17132         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17133         (vorbis_handle_type_packet), (vorbis_dec_chain),
17134         (vorbis_dec_change_state):
17135           fix some format strings
17136
17137 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17138
17139         * docs/libs/tmpl/gstcolorbalance.sgml:
17140         * docs/libs/tmpl/gstmixer.sgml:
17141         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17142         (gst_alsasink_set_property), (gst_alsasink_get_property):
17143         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17144         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
17145           add device property
17146
17147 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17148
17149         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17150         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17151         (audiocast_register_listener), (audiocast_thread_run),
17152         (gst_gnomevfssrc_send_additional_headers_callback),
17153         (gst_gnomevfssrc_received_headers_callback),
17154         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
17155         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
17156         (gst_gnomevfssrc_get_size):
17157           add/clean up debugging
17158         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
17159           cleanups
17160
17161 2005-07-07  Andy Wingo  <wingo@pobox.com>
17162
17163         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
17164         framerate. Need to get a handle on when exactly this function is
17165         called, tho.
17166
17167         * sys/v4l/v4lsrc_calls.h:
17168         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
17169         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
17170         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
17171
17172         * sys/v4l/v4l_calls.h: Cast to V4lElement.
17173         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
17174         v4lelements are sources.
17175
17176         * sys/v4l/gstv4lxoverlay.h:
17177         * sys/v4l/gstv4lxoverlay.c:
17178         * sys/v4l/gstv4ltuner.h:
17179         * sys/v4l/gstv4ltuner.c: Header loc fixen.
17180         
17181         * sys/v4l/gstv4lsrc.h:
17182         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
17183         PushSrc/BaseSrc. Removed most sync-related properties, videorate
17184         or something should handle that. Made a live source.
17185
17186         * sys/v4l/gstv4lelement.h:
17187         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
17188         signals. Some cleanups.
17189
17190         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
17191
17192         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
17193         stuff.
17194
17195         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
17196         stuff.
17197
17198         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
17199
17200 2005-07-07  Wim Taymans  <wim@fluendo.com>
17201
17202         * ext/theora/theoradec.c: (theora_get_query_types),
17203         (theora_dec_src_getcaps), (theora_dec_push):
17204         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
17205         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
17206         Remove deprecated/unused query types.
17207
17208 2005-07-06  Wim Taymans  <wim@fluendo.com>
17209
17210         * ext/alsa/Makefile.am:
17211         * ext/alsa/gstalsaplugin.c: (plugin_init):
17212         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17213         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17214         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
17215         (gst_alsasrc_class_init), (gst_alsasrc_init),
17216         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
17217         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
17218         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
17219         (gst_alsasrc_reset):
17220         * ext/alsa/gstalsasrc.h:
17221         * gst-libs/gst/audio/Makefile.am:
17222         * gst-libs/gst/audio/gstaudiosink.c:
17223         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17224         (gst_audioringbuffer_start):
17225         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17226         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17227         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
17228         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
17229         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17230         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17231         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
17232         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
17233         * gst-libs/gst/audio/gstaudiosrc.h:
17234         * gst-libs/gst/audio/gstbaseaudiosink.c:
17235         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17236         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
17237         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
17238         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17239         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17240         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17241         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17242         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17243         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17244         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17245         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17246         (gst_baseaudiosrc_change_state):
17247         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17248         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17249         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17250         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17251         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17252         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17253         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17254         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17255         * gst-libs/gst/audio/gstringbuffer.h:
17256         Added audiosource base classes.
17257         Ported alsasrc, still very basic.
17258
17259 2005-07-06  Wim Taymans  <wim@fluendo.com>
17260
17261         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17262         (theora_dec_push), (theora_handle_data_packet):
17263         Prepare for better timestamp fix later.
17264
17265         * gst/audioconvert/gstaudioconvert.c:
17266         List most accurate caps first
17267
17268         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17269         Use proper pad task function.
17270
17271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17272         (gst_xvimagesink_show_frame):
17273         Fix deadlock when alloc failed.
17274
17275 2005-07-05  Andy Wingo  <wingo@pobox.com>
17276
17277         * ext/gnomevfs/gstgnomevfssrc.c:
17278         * gst/sine/gstsinesrc.c:
17279         * gst/tcp/gsttcpserversrc.c:
17280         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17281
17282         * sys/v4l/: Port from 0.8.
17283
17284         * Many files: Null if we got it....
17285
17286 2005-07-05  Andy Wingo  <wingo@pobox.com>
17287
17288         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17289         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17290         Signedness fixes.
17291
17292 2005-07-05  Wim Taymans  <wim@fluendo.com>
17293
17294         * configure.ac:
17295         * gst/tcp/Makefile.am:
17296         * gst/tcp/README:
17297         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17298         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17299         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17300         (is_sync_frame), (gst_multifdsink_handle_client_write),
17301         (gst_multifdsink_render), (gst_multifdsink_start),
17302         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17303         * gst/tcp/gstmultifdsink.h:
17304         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17305         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17306         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17307         * gst/tcp/gsttcp.h:
17308         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17309         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17310         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17311         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17312         * gst/tcp/gsttcpclientsink.h:
17313         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17314         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17315         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17316         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17317         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17318         * gst/tcp/gsttcpclientsrc.h:
17319         * gst/tcp/gsttcpplugin.c: (plugin_init):
17320         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17321         * gst/tcp/gsttcpserversink.h:
17322         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17323         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17324         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17325         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17326         (gst_tcpserversrc_stop):
17327         * gst/tcp/gsttcpserversrc.h:
17328         * gst/tcp/gsttcpsink.c:
17329         * gst/tcp/gsttcpsink.h:
17330         * gst/tcp/gsttcpsrc.c:
17331         * gst/tcp/gsttcpsrc.h:
17332         Ported tcp plugins to 0.9. 
17333         
17334
17335 2005-07-05  Andy Wingo  <wingo@pobox.com>
17336
17337         * gst/playback/gstplaybasebin.c (fill_buffer):
17338         message_new_application fixen.
17339
17340         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17341         Style fix.
17342
17343 2005-07-04  Wim Taymans  <wim@fluendo.com>
17344
17345         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17346         Set caps on output buffer.
17347
17348 2005-07-04  Andy Wingo  <wingo@pobox.com>
17349
17350         * ext/gnomevfs/gstgnomevfssrc.c
17351         (gst_gnomevfssrc_received_headers_callback) 
17352         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17353         hopefully.
17354
17355         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17356         No refcount leakage.
17357
17358         * configure.ac: Enable -Werror.
17359         
17360         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17361         * gst/audioconvert/bufferframesconvert.c
17362         (buffer_frames_convert_fixate):
17363         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17364         (gst_audio_convert_fixate):
17365         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17366         (gst_sinesrc_create): Fixate func changes.
17367         
17368         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17369         (gst_ximagesink_buffer_alloc): Unused var.
17370
17371 2005-07-01  Andy Wingo  <wingo@pobox.com>
17372
17373         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17374         getcaps to do explicit caps. Needs to be done in all decoders,
17375         possibly via a base class.
17376
17377         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17378
17379         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17380         caps on the sink pad, just rely on the pad template. Also, setting
17381         ANY caps on a pad is not valid because the caps are not fixed.
17382
17383         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17384         caps on the buffer, and get the width from the desired_caps if
17385         they're set.
17386         (gst_ximagesink_renegotiate_size): Implement via setting the
17387         desired_caps on the ximagesink.
17388         (gst_ximagesink_setcaps): Only reset the width of the player if it
17389         wasn't already set. Not sure if this is right.
17390         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17391
17392         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17393         that the user wants. NULL unless the window has been resized.
17394
17395         * gst/volume/gstvolume.c (volume_transform): Adapt to
17396         basetransform refcount changes.
17397         
17398 2005-07-01  Andy Wingo  <wingo@pobox.com>
17399
17400         * gst/videoscale/gstvideoscale.c:
17401         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17402         from BaseTransform, implements a transform_caps. Removed dead code
17403         including some PAR stuff that was never reached -- should probably
17404         be added back somehow.
17405
17406 2005-07-01  Andy Wingo  <wingo@pobox.com>
17407
17408         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17409         come later.
17410
17411 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17412
17413         * configure.ac:
17414         * docs/libs/Makefile.am:
17415         * docs/libs/gst-plugins-libs.types:
17416         * ext/alsa/Makefile.am:
17417         * ext/alsa/gstalsamixer.h:
17418         * ext/alsa/gstalsamixeroptions.h:
17419         * ext/alsa/gstalsamixertrack.h:
17420         * gst-libs/gst/Makefile.am:
17421         * gst-libs/gst/colorbalance/.cvsignore:
17422         * gst-libs/gst/colorbalance/Makefile.am:
17423         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17424         * gst-libs/gst/colorbalance/colorbalance.c:
17425         * gst-libs/gst/colorbalance/colorbalance.h:
17426         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17427         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17428         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17429         * gst-libs/gst/interfaces/Makefile.am:
17430         * gst-libs/gst/interfaces/colorbalance.c:
17431         (gst_color_balance_class_init):
17432         * gst-libs/gst/interfaces/colorbalance.h:
17433         * gst-libs/gst/interfaces/interfaces-marshal.list:
17434         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17435         * gst-libs/gst/interfaces/mixer.h:
17436         * gst-libs/gst/interfaces/mixeroptions.h:
17437         * gst-libs/gst/interfaces/navigation.c:
17438         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17439         * gst-libs/gst/interfaces/tuner.h:
17440         * gst/volume/Makefile.am:
17441         * gst/volume/gstvolume.c:
17442         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17443         * sys/ximage/Makefile.am:
17444         * sys/ximage/ximagesink.c:
17445         * sys/xvimage/Makefile.am:
17446         * sys/xvimage/xvimagesink.c:
17447           fold in all interfaces into an interfaces dir, preserving CVS
17448           history
17449
17450 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17451
17452         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17453           Fix build after riff changes.
17454
17455 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17456
17457         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17458         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17459         (gst_riff_create_video_template_caps),
17460         (gst_riff_create_audio_template_caps),
17461         (gst_riff_create_iavs_template_caps):
17462         * gst-libs/gst/riff/riff-media.h:
17463         * gst-libs/gst/riff/riff-read.h:
17464         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17465           Add gst_riff_init() to initialize the debug category, instead
17466           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17467
17468 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17471           Oops, I shouldn't apply hacks.
17472
17473 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17474
17475         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17476           Remove pad_loop function which doesn't work.
17477
17478 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17479
17480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17481           Send EOS when deactivating.
17482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17483         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17484         (gen_preroll_element), (probe_triggered), (mute_stream),
17485         (silence_stream), (new_decoded_pad), (setup_substreams),
17486         (set_active_source):
17487         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17488         (remove_sinks), (add_sink):
17489         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17490           Change for new probe API.
17491
17492 2005-06-29  Wim Taymans  <wim@fluendo.com>
17493
17494         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17495         * gst-libs/gst/audio/gstbaseaudiosink.c:
17496         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17497         (gst_baseaudiosink_change_state):
17498         * gst-libs/gst/audio/gstbaseaudiosink.h:
17499         * gst-libs/gst/audio/gstringbuffer.c:
17500         (gst_ringbuffer_set_callback):
17501         Fix compilation error.
17502         Ringbuffer starts out as not running.
17503         Free our clock in dispose.
17504         When releasing the ringbuffer we need to renegotiate so
17505         clear the pad caps.
17506
17507 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17508
17509         * autogen.sh:
17510         * configure.ac:
17511         * docs/Makefile.am:
17512         * docs/libs/Makefile.am:
17513         * docs/libs/gst-plugins-libs-docs.sgml:
17514         * docs/libs/gst-plugins-libs-sections.txt:
17515         * docs/libs/gst-plugins-libs.types:
17516         * docs/libs/tmpl/gstaudio.sgml:
17517         * docs/libs/tmpl/gstcolorbalance.sgml:
17518         * docs/libs/tmpl/gstringbuffer.sgml:
17519         * gst-libs/gst/audio/gstringbuffer.c:
17520         (gst_ringbuffer_set_callback):
17521           reinstate gtk-doc docs for plugin libs
17522
17523 2005-06-28  Wim Taymans  <wim@fluendo.com>
17524
17525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17526         (gst_ogg_demux_init):
17527         Removed pad loop function.
17528
17529 2005-06-28  Wim Taymans  <wim@fluendo.com>
17530
17531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17532         If we're building a chain we are not in an error case
17533         when we queue a buffer.
17534
17535 2005-06-28  Andy Wingo  <wingo@pobox.com>
17536
17537         * *.c: Don't cast to GstObject before reffing/unreffing.
17538
17539 2005-06-27  Andy Wingo  <wingo@pobox.com>
17540
17541         * gst/videotestsrc/gstvideotestsrc.c
17542         (gst_videotestsrc_activate_push): Activation API changes.
17543
17544         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17545         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17546         they have refs on the decodebin.
17547
17548         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17549         parent class.
17550         (gst_ogg_pad_typefind): Don't leak a pad ref.
17551         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17552         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17553         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17554
17555 2005-06-27  Edward Hervey  <edward@fluendo.com>
17556
17557         * ext/theora/theoradec.c: (theora_dec_change_state): 
17558         re-arranged call to parent's state change in order to avoid locks (or
17559         worse).
17560
17561 2005-06-26  Edward Hervey  <edward@fluendo.com>
17562
17563         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17564         2nd argument of 'unknow-type' signal is a GstCaps and not a
17565         GstMiniObject
17566
17567 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17568         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17569           Set the worker thread's running flag to TRUE before starting the
17570           thread.
17571         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17572           Catch a failure to add typefind to the bin.
17573
17574 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17575
17576         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17577         (gst_sinesrc_init), (gst_sinesrc_create),
17578         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17579         (gst_sinesrc_start):
17580         * gst/sine/gstsinesrc.h:
17581           add num-buffers and timestamp-offset properties
17582         * gst/videotestsrc/gstvideotestsrc.c:
17583         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17584         (gst_videotestsrc_get_property):
17585           add timestamp-offset property
17586
17587 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17588
17589         * configure.ac: add videorate
17590         * gst-plugins-base.spec.in: add videorate
17591
17592 2005-06-23  Wim Taymans  <wim@fluendo.com>
17593
17594         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17595         (gst_videorate_getcaps), (gst_videorate_setcaps),
17596         (gst_videorate_event), (gst_videorate_chain):
17597         Fixed videorate, fixating an already fixated caps is not
17598         an error.
17599
17600 2005-06-23  Wim Taymans  <wim@fluendo.com>
17601
17602         * ext/ogg/README:
17603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17604         Buffer on caps is not boxed anymore.
17605
17606 2005-06-22  Wim Taymans  <wim@fluendo.com>
17607
17608         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17609         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17610         Set buffers on caps as miniobjects and not as boxed.
17611
17612 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17613
17614         * configure.ac:
17615           back to HEAD
17616
17617 === release 0.9.1 ===
17618
17619 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17620
17621         * .cvsignore:
17622         * NEWS:
17623         * README:
17624         * RELEASE:
17625         * configure.ac:
17626         * po/af.po:
17627         * po/az.po:
17628         * po/cs.po:
17629         * po/en_GB.po:
17630         * po/hu.po:
17631         * po/it.po:
17632         * po/nb.po:
17633         * po/nl.po:
17634         * po/or.po:
17635         * po/sq.po:
17636         * po/sr.po:
17637         * po/sv.po:
17638         * po/uk.po:
17639         * po/vi.po:
17640           updates for release
17641
17642 2005-06-09  Andy Wingo  <wingo@pobox.com>
17643
17644         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17645         
17646 2005-06-09  Andy Wingo  <wingo@pobox.com>
17647
17648         * configure.ac:
17649         * gst-libs/gst/Makefile.am:
17650         * gst-libs/gst/net/Makefile.am:
17651         Add gstnet to build.
17652
17653 2005-06-09  Andy Wingo  <wingo@pobox.com>
17654
17655         * gst-libs/gst/gconf/gconf.c:
17656         * gst/playback/test.c:
17657         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17658         fixes.
17659
17660         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17661
17662         * ext/theora/theoraenc.c (theora_enc_chain): 
17663         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17664
17665         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17666         RealPad.
17667
17668 2005-06-02  Wim Taymans  <wim@fluendo.com>
17669
17670         * gst-libs/gst/net/Makefile.am:
17671         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17672         * pkgconfig/gstreamer-libs.pc.in:
17673         Added net stuff, version net lib.
17674
17675 2005-06-02  Wim Taymans  <wim@fluendo.com>
17676
17677         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17678         (query_rates), (query_positions_elems), (query_positions_pads),
17679         (do_seek):
17680         Updated seek example.
17681
17682 2005-06-02  Andy Wingo  <wingo@pobox.com>
17683
17684         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17685         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17686         list.
17687
17688         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17689         remove the typefind, the bin dispose will do it for us. When it's
17690         removed and unreffed, the signal handler will be disconnected,
17691         too.
17692         (unlinked): It's too difficult to disconnect from unlinked
17693         handlers, as they are on pads not elements. Just punt if the pads
17694         aren't grandkids of the bin.
17695
17696 2005-06-02  Wim Taymans  <wim@fluendo.com>
17697
17698         * ext/ogg/README:
17699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17700         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17702         * ext/theora/theoradec.c: (theora_dec_src_query),
17703         (theora_handle_data_packet):
17704         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17705         (theora_enc_chain):
17706         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17707         (vorbis_handle_data_packet):
17708         * gst/audioconvert/bufferframesconvert.c:
17709         (buffer_frames_convert_chain):
17710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17711         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17712         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17713         (gst_ffmpegcsp_chain):
17714         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17715         (gst_videorate_getcaps), (gst_videorate_setcaps),
17716         (gst_videorate_event), (gst_videorate_chain):
17717         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17718         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17719         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17720         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17721         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17722         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17723         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17724         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17725         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17726         Cleanups and buffer alloc.
17727
17728 2005-05-31  Wim Taymans  <wim@fluendo.com>
17729
17730         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17731         Don't try to call the delay method when the device is not
17732         opened.
17733
17734 2005-05-31  Wim Taymans  <wim@fluendo.com>
17735
17736         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17737         Get actual segment size and buffer size after opening
17738         the device.
17739
17740 2005-05-30  Wim Taymans  <wim@fluendo.com>
17741
17742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17743         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17744         Also FLUSH upstream, makes the loop function exit faster.
17745         
17746         * ext/theora/theoradec.c: (theora_dec_src_query):
17747         Some more debug info in the query.
17748         
17749         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17750         (gst_ximagesink_setcaps):
17751         Release lock on par error, better error reporting.
17752
17753 2005-05-26  Wim Taymans  <wim@fluendo.com>
17754
17755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17756         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17757         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17758         Clear chains in READY
17759         Queue packets until the chain is activated.
17760
17761 2005-05-25  Wim Taymans  <wim@fluendo.com>
17762
17763         * gst-libs/gst/audio/gstaudiosink.c:
17764         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17765         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17766         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17767         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17768         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17769         (gst_audiosink_create_ringbuffer):
17770         * gst-libs/gst/audio/gstbaseaudiosink.c:
17771         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17772         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17773         (gst_baseaudiosink_set_property), (build_linear_format),
17774         (debug_spec_caps), (debug_spec_buffer),
17775         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17776         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17777         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17778         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17779         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17780         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17781         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17782         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17783         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17784         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17785         (wait_segment), (gst_ringbuffer_commit),
17786         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17787         (gst_ringbuffer_clear):
17788         Various small cleanups.
17789
17790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17791         (gst_audio_convert_change_state):
17792         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17793         No need to take the locks anymore.
17794
17795 2005-05-25  Wim Taymans  <wim@fluendo.com>
17796
17797         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17798         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17799         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17800         (type_found):
17801         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17802         (group_destroy), (group_commit), (queue_overrun),
17803         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17804         (mute_stream), (new_decoded_pad), (setup_substreams),
17805         (setup_source), (mute_group_type), (set_active_source),
17806         (gst_play_base_bin_change_state):
17807         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17808         (gen_video_element), (gen_text_element), (gen_audio_element),
17809         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17810         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17811         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17812         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17813         Some playbin cleanups mostly refcounting sloppyness.
17814
17815 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17816
17817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17818           Work with streaming input.
17819
17820 2005-05-25  Wim Taymans  <wim@fluendo.com>
17821
17822         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17823         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17824         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17825         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17826         No need to take the STREAM lock anymore.
17827
17828 2005-05-25  Wim Taymans  <wim@fluendo.com>
17829
17830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17831         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17832         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17833         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17834         (gst_ogg_demux_sink_activate):
17835         * ext/theora/theoradec.c: (theora_dec_src_event),
17836         (theora_handle_comment_packet), (theora_dec_chain),
17837         (theora_dec_change_state):
17838         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17839         (vorbis_handle_data_packet), (vorbis_dec_chain),
17840         (vorbis_dec_change_state):
17841         Remove STREAM locks as they are taken in core now.
17842         Never set bogus granulepos on vorbis/theora.
17843         Fix leaks in theoradec tag parsing.
17844
17845 2005-05-25  Wim Taymans  <wim@fluendo.com>
17846
17847         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17848         Fix memleaks, GST_BUFFER_DATA() is not freed.
17849
17850 2005-05-25  Wim Taymans  <wim@fluendo.com>
17851
17852         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17853         Open non-blocking, set to blocking mode afterwards to avoid
17854         lockups when audio device is busy.
17855
17856 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17857
17858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17859           This can't be good.
17860
17861 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17862
17863         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17864         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17865         (gst_audio_convert_setcaps):
17866           Implement instant setup switching.
17867
17868 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17869
17870         * gst/playback/gstplaybasebin.c: (probe_triggered):
17871           Fix missing unlock.
17872         * gst/playback/gstplaybin.c: (add_sink):
17873           First add, then link (otherwise pad link fails).
17874
17875 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17876
17877         * examples/Makefile.am:
17878         fix buildbot (make distcheck)
17879
17880 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17881
17882         * gst/playback/gstplaybin.c: (gen_vis_element):
17883           Remove some wrong code. Doesn't work yet.
17884
17885 2005-05-19  Wim Taymans  <wim@fluendo.com>
17886
17887         * gst-libs/gst/net/Makefile.am:
17888         * gst-libs/gst/net/README:
17889         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17890         (gst_netbuffer_class_init), (gst_netbuffer_init),
17891         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17892         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17893         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17894         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17895         * gst-libs/gst/net/gstnetbuffer.h:
17896         Added buffer subclass to store extra to/from addresses for
17897         network sources/sinks.
17898
17899 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17900
17901         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17902           Don't lock an unassigned variable.
17903
17904 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17905
17906         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17907           Increase buffer for video, decrease buffer for other media types.
17908         * gst/playback/gstplaybin.c: (gen_video_element),
17909         (gen_audio_element):
17910           Change names for debugging purposes.
17911
17912 2005-05-18  Wim Taymans  <wim@fluendo.com>
17913
17914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17915         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17916         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17917         (gst_ffmpegcsp_chain):
17918         Enable buffer alloc passthrough if the source and dest
17919         formats are the same.
17920
17921 2005-05-17  Wim Taymans  <wim@fluendo.com>
17922
17923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17924         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17925         (gst_ogg_demux_chain_unlocked):
17926         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17927         (gst_audio_convert_caps_remove_format_info),
17928         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17929         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17930         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17931         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17932         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17933         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17934         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17935         (gst_ffmpegcsp_get_property):
17936         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17937         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17938         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17939         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17940         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17941         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17942         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17943         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17944         Leak fixes in oggdemux.
17945         Some cleanups in audioconvert.
17946         Make passthrough work along with buffer_alloc etc.
17947         Make buffer_alloc and buffer recycling actually work in
17948         xvimagesink.
17949
17950 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17951
17952         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17953           make the compiler happy
17954
17955 2005-05-17  Wim Taymans  <wim@fluendo.com>
17956
17957         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17958         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17959         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17960         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17961         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17962         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17963         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17964         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17965         (gst_xvimagesink_set_xwindow_id):
17966         * sys/xvimage/xvimagesink.h:
17967         Port xvimagesink to new MiniObject.
17968
17969 2005-05-17  Wim Taymans  <wim@fluendo.com>
17970
17971         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17972         (gst_audiofilter_chain):
17973         * gst-libs/gst/audio/gstaudiosink.c:
17974         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17975         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17976         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17977         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17978         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17979         (gst_audiosink_create_ringbuffer):
17980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17981         (gst_audio_convert_caps_remove_format_info),
17982         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17983         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17984         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17985         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17986         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17987         Fix passthrough in ffmpegcolorspace.
17988         Fix memset in audiosink on wrong memory.
17989
17990 2005-05-16  David Schleef  <ds@schleef.org>
17991
17992         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17993         to GstMiniObject.
17994
17995 2005-05-16  David Schleef  <ds@schleef.org>
17996
17997         Port from GstData to GstMiniObject.
17998         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
18000         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
18001         (gst_ogg_mux_collected):
18002         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18003         * ext/theora/theoradec.c: (theora_handle_comment_packet),
18004         (theora_handle_data_packet):
18005         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18006         (theora_set_header_on_caps), (theora_enc_chain):
18007         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18008         (vorbis_handle_comment_packet):
18009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18010         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18011         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
18012         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
18013         * gst/audioconvert/gstaudioconvert.c:
18014         (gst_audio_convert_get_buffer):
18015         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
18016         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18017         (mute_stream), (silence_stream):
18018         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
18019         * gst/volume/gstvolume.c: (volume_transform):
18020         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18021         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
18022         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
18023         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18024         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
18025         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
18026         (gst_ximagesink_buffer_alloc):
18027         * sys/ximage/ximagesink.h:
18028
18029 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18030
18031         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18032         (fill_buffer), (check_queue), (queue_threshold_reached),
18033         (queue_out_of_data):
18034         * gst/playback/gstplaybasebin.h:
18035           Post buffer-fullness on the bus.
18036
18037 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18038
18039         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18040         (try_to_link_1):
18041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18042         (group_commit), (probe_triggered), (setup_source),
18043         (gst_play_base_bin_change_state):
18044         * gst/playback/gstplaybasebin.h:
18045         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18046         (gst_play_bin_init), (remove_sinks), (setup_sinks),
18047         (gst_play_bin_change_state):
18048           Move setup_output_pads into a virtual function, remove
18049           group-switch (no longer needed) and redirect (handled by bus
18050           now) signals.
18051
18052 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18053
18054         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18055         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
18056         (get_active_group), (get_building_group), (group_destroy),
18057         (group_commit), (check_queue), (queue_overrun),
18058         (queue_threshold_reached), (queue_out_of_data),
18059         (gen_preroll_element), (remove_groups), (unknown_type),
18060         (add_element_stream), (no_more_pads), (probe_triggered),
18061         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
18062         (setup_substreams), (setup_source), (finish_source),
18063         (prepare_output), (muted_group_change_state),
18064         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18065         (gst_play_base_bin_change_state):
18066         * gst/playback/gstplaybasebin.h:
18067         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18068         (gst_play_bin_init), (gst_play_bin_set_property),
18069         (gen_video_element), (gen_text_element), (gen_audio_element),
18070         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
18071         (gst_play_bin_change_state):
18072         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
18073         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
18074         (stream_info_change_state), (gst_stream_info_set_mute),
18075         (gst_stream_info_get_property):
18076         * gst/playback/gststreaminfo.h:
18077         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18078         (gst_stream_selector_get_linked_pad),
18079         (gst_stream_selector_getcaps),
18080         (gst_stream_selector_get_linked_pads),
18081         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18082         * gst/playback/gststreamselector.h:
18083           Rough port of playbin. Needs some more work, but is mostly done,
18084           and uses a few locks in important places, which should make stuff
18085           like chain-switches clean. Still uses GST_STATE() in a few places,
18086           which isn't all that good an idea, subtitles/elements disabled
18087           because no elements to test with and thus probably broken, query
18088           and event handling moved to GstBin, internal thread removed
18089           alltogether because the pipeline does that for us now. Can play
18090           Ogg/Vorbis files. Haven't tested anything else yet.
18091
18092 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18093
18094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
18095           Do no-more-pads (needed for autoplugging).
18096
18097 2005-05-10  Andy Wingo  <wingo@pobox.com>
18098
18099         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
18100         message to the bus with the tags. Still not sent downstream tho.
18101
18102         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
18103         get_parent.
18104         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
18105         avoid refcounting hassles.
18106
18107 2005-05-09  Andy Wingo  <wingo@pobox.com>
18108
18109         * gst/volume/Makefile.am:
18110         * gst/volume/demo.c
18111         * gst/volume/gstvolume.h
18112         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
18113         basetransform. Probably need an audio filter base class.
18114
18115 2005-05-09  Wim Taymans  <wim@fluendo.com>
18116
18117         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
18118         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18119         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
18120         (gst_vorbisenc_chain):
18121         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18122         (gst_audio_convert_caps_remove_format_info),
18123         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18124         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18125         Make caps writable before writing to it.
18126         Fix negotiation in audioconvert some more.
18127
18128 2005-05-09  Wim Taymans  <wim@fluendo.com>
18129
18130         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18131         (gst_videorate_getcaps), (gst_videorate_setcaps),
18132         (gst_videorate_event), (gst_videorate_chain):
18133         Better negotiation.
18134
18135 2005-05-09  Wim Taymans  <wim@fluendo.com>
18136
18137         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18138         (gst_videorate_getcaps), (gst_videorate_setcaps),
18139         (gst_videorate_blank_data), (gst_videorate_init),
18140         (gst_videorate_event), (gst_videorate_chain),
18141         (gst_videorate_change_state):
18142         Port videorate, do a better job at negotiation while we're at
18143         it.
18144
18145 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
18146
18147         * configure.ac:
18148           Disable libvisual
18149
18150         * examples/Makefile.am:
18151         * gst-libs/gst/audio/Makefile.am:
18152         * gst-libs/gst/riff/Makefile.am:
18153         * gst-libs/gst/tag/Makefile.am:
18154         * gst-libs/gst/video/Makefile.am:
18155           Fixups for missing variables.
18156
18157 2005-05-09  Wim Taymans  <wim@fluendo.com>
18158
18159         * examples/seeking/seek.c: (make_theora_pipeline),
18160         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
18161         (query_rates), (query_positions_elems), (query_positions_pads),
18162         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
18163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
18164         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
18165         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
18166         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
18167         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
18168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18169         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18170         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18171         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
18172         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
18173         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
18174         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18175         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
18176         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18177         (theora_dec_src_convert), (theora_dec_sink_convert),
18178         (theora_dec_src_query), (theora_dec_sink_query),
18179         (theora_dec_src_event), (theora_dec_sink_event),
18180         (theora_handle_comment_packet), (theora_handle_type_packet),
18181         (theora_handle_header_packet), (theora_handle_data_packet),
18182         (theora_dec_chain):
18183         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18184         (vorbis_dec_convert), (vorbis_dec_src_query),
18185         (vorbis_dec_sink_query), (vorbis_dec_src_event),
18186         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18187         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18188         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18190         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
18191         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
18192         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18193         (gst_play_bin_query):
18194         * gst/playback/test3.c: (update_scale):
18195         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
18196         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
18197         * gst/subparse/gstsubparse.c: (gst_subparse_init):
18198         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18199         (gst_videotestsrc_src_query):
18200         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
18201         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
18202         (paint_hline_YUV9):
18203         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18204         Port to new query API.
18205         Updated seek.
18206         Cleanups in x[v]imagesink
18207
18208 2005-05-09  Andy Wingo  <wingo@pobox.com>
18209
18210         * ext/alsa/gstalsasink.h:
18211         * ext/gnomevfs/gstgnomevfssrc.c:
18212         (gst_gnomevfssrc_get_icy_metadata):
18213         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
18214         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
18215         * ext/theora/theoradec.c (theora_dec_src_query)
18216         (theora_dec_src_event, theora_dec_sink_event)
18217         (theora_handle_comment_packet, theora_handle_data_packet):
18218         * ext/theora/theoraenc.c (theora_enc_chain):
18219         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
18220         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
18221         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18222         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
18223         (qt_type_find):
18224         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
18225         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
18226         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
18227         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
18228         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
18229         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
18230         (paint_setup_xBGR8888, paint_setup_RGBx8888)
18231         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
18232         (paint_setup_RGB565, paint_setup_xRGB1555):
18233         * gst/videotestsrc/videotestsrc.h:
18234         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
18235         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
18236         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
18237         GCC4 fixes.
18238         
18239         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18240         gst_pad_query_position. Fixes oggdemux.
18241
18242 2005-05-08  David Schleef  <ds@schleef.org>
18243
18244         * configure.ac: Require liboil.
18245         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18246         a few more.
18247         * gst/videotestsrc/videotestsrc.c:
18248         * gst/videotestsrc/videotestsrc.h:
18249
18250 2005-05-06  Wim Taymans  <wim@fluendo.com>
18251
18252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18253         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18254         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18255         Well, unreffing a buffer right before pushing it is asking
18256         for trouble..
18257
18258 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18259
18260         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18261
18262 2005-05-06  Wim Taymans  <wim@fluendo.com>
18263
18264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18265         (gst_audio_convert_caps_remove_format_info),
18266         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18267         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18268         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18269         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18270         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18271         * gst/sine/Makefile.am:
18272         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18273         (gst_sinesrc_class_init), (gst_sinesrc_init),
18274         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18275         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18276         (gst_sinesrc_update_freq):
18277         * gst/sine/gstsinesrc.h:
18278         * gst/tcp/gstmultifdsink.c:
18279         * sys/xvimage/xvimagesink.c:
18280         Fixed negotiation wrt _peer_get_caps()
18281         Some cleanups.
18282
18283
18284 2005-05-06  Wim Taymans  <wim@fluendo.com>
18285
18286         * gst-libs/gst/audio/gstaudiosink.c:
18287         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18288         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18289         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18290         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18291         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18292         (gst_audiosink_create_ringbuffer):
18293         * gst-libs/gst/audio/gstbaseaudiosink.c:
18294         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18295         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18296         (gst_baseaudiosink_set_property), (build_linear_format),
18297         (debug_spec_caps), (debug_spec_buffer),
18298         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18299         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18300         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18301         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18302         * gst-libs/gst/audio/gstbaseaudiosink.h:
18303         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18304         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18305         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18306         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18307         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18308         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18309         (wait_segment), (gst_ringbuffer_commit),
18310         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18311         (gst_ringbuffer_clear):
18312         * gst-libs/gst/audio/gstringbuffer.h:
18313         Make the base audiosink return an error when there is no
18314         audiobuffer negotiated.
18315
18316 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18317
18318         * ext/Makefile.am:
18319         Disable cdparanoia until someone ports it!
18320
18321 2005-05-06  Wim Taymans  <wim@fluendo.com>
18322
18323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18324         (gst_ogg_demux_sink_activate):
18325         And revert after wingo's revert.. sigh..
18326
18327 2005-05-05  Andy Wingo  <wingo@pobox.com>
18328
18329         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18330         GObject.
18331         * configure.ac: Return audiorate and subparse from the ghetto.
18332         Re-enable -Wall -Werror.
18333         * gst/subparse/gstsubparse.c:
18334         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18335         or chain-based. Cleaned up a bit. Not tested.
18336         
18337 2005-05-05  Christian Schaller <christian@fluendo.com> 
18338
18339         * Makefile.am: remove stuff that is not building
18340         * configure.ac: remove stuff that is not building
18341         * examples/Makefile.am: remove stuff that is not building
18342         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18343         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18344         * sys/Makefile.am: remove stuff that is not building
18345         * testsuite/Makefile.am: remove stuff that is not building
18346
18347 2005-05-05  Andy Wingo  <wingo@pobox.com>
18348
18349         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18350         * gst-libs/gst/tag/gstvorbistag.c:
18351         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18352         * gst/adder/gstadder.h:
18353         * gst/audioconvert/gstchannelmix.c:
18354         (gst_audio_convert_fill_one_other):
18355         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18356         (gst_audiorate_init), (gst_audiorate_chain):
18357         * gst/playback/gstplaybasebin.c: (setup_source):
18358         * gst/playback/test3.c: (update_scale):
18359         Some GCC4 fixes
18360         
18361         * po/af.po:
18362         * po/az.po:
18363         * po/cs.po:
18364         * po/en_GB.po:
18365         * po/hu.po:
18366         * po/it.po:
18367         * po/nb.po:
18368         * po/nl.po:
18369         * po/or.po:
18370         * po/sq.po:
18371         * po/sr.po:
18372         * po/sv.po:
18373         * po/uk.po:
18374         * po/vi.po: Foo
18375
18376 2005-05-05  Wim Taymans  <wim@fluendo.com>
18377
18378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18379         (gst_audio_convert_caps_remove_format_info),
18380         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18381         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18382         * gst/videotestsrc/gstvideotestsrc.c:
18383         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18384         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18385         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18386         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18387         Don't ignore _push() return values.
18388         Make sure no processing is done when shutting down.
18389         Videotestsrc pad activation fix.
18390
18391 2005-05-05  Wim Taymans  <wim@fluendo.com>
18392
18393         * gst/adder/Makefile.am:
18394         * gst/adder/gstadder.c: (gst_adder_setcaps),
18395         (gst_adder_class_init), (gst_adder_init),
18396         (gst_adder_request_new_pad), (gst_adder_collected),
18397         (gst_adder_change_state):
18398         * gst/adder/gstadder.h:
18399         Ported adder as an example of a mixer element using
18400         collect pads. Needs more negotiation work.
18401
18402 2005-05-05  Wim Taymans  <wim@fluendo.com>
18403
18404         * ext/theora/theoradec.c: (_inc_granulepos),
18405         (theora_dec_src_event), (theora_dec_sink_event),
18406         (theora_handle_comment_packet), (theora_handle_type_packet),
18407         (theora_handle_header_packet), (theora_handle_data_packet),
18408         (theora_dec_chain):
18409         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18410         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18411         (theora_push_buffer), (theora_push_packet),
18412         (theora_enc_sink_event), (theora_enc_chain),
18413         (theora_enc_change_state), (theora_enc_set_property),
18414         (theora_enc_get_property):
18415         Added stream lock to decoder so that we can serialize
18416         the discont event.
18417         More theoraenc porting, recover from errors, do clean
18418         shutdown.
18419
18420 2005-05-05  Wim Taymans  <wim@fluendo.com>
18421
18422         * ext/ogg/Makefile.am:
18423         * ext/ogg/README:
18424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18425         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18426         (gst_ogg_print):
18427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18428         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18429         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18430         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18431         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18432         (gst_ogg_mux_change_state):
18433         Ported ogg muxer.
18434
18435 2005-05-05  Wim Taymans  <wim@fluendo.com>
18436
18437         * docs/design-audiosinks.txt:
18438         * gst-libs/gst/audio/TODO:
18439         * gst-libs/gst/audio/gstaudiosink.c:
18440         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18441         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18442         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18443         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18444         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18445         (gst_audiosink_create_ringbuffer):
18446         * gst-libs/gst/audio/gstbaseaudiosink.c:
18447         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18448         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18449         (gst_baseaudiosink_set_property), (build_linear_format),
18450         (debug_spec_caps), (debug_spec_buffer),
18451         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18452         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18453         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18454         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18455         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18456         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18457         (gst_ringbuffer_release), (gst_ringbuffer_play),
18458         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18459         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18460         (gst_ringbuffer_set_sample), (wait_segment),
18461         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18462         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18463         More work on the audiosink, mostly debugging and a race in
18464         shutdown.
18465
18466 2005-04-28  Wim Taymans  <wim@fluendo.com>
18467
18468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18469         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18470         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18471         (vorbis_dec_src_query), (vorbis_dec_src_event),
18472         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18473         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18474         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18475         Don't crap out when seeking back to position 0.
18476
18477 2005-04-28  Wim Taymans  <wim@fluendo.com>
18478
18479         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18480         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18481         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18482         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18483         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18484         Make audio sink configurable, use alsasink as default.
18485
18486 2005-04-28  Wim Taymans  <wim@fluendo.com>
18487
18488         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18489         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18490         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18491         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18492         (vorbis_dec_change_state):
18493         * ext/vorbis/vorbisdec.h:
18494         Refactor, use STREAM_LOCK.
18495
18496 2005-04-28  Wim Taymans  <wim@fluendo.com>
18497
18498         * ext/theora/theoradec.c: (_inc_granulepos),
18499         (theora_dec_sink_event), (theora_handle_comment_packet),
18500         (theora_handle_type_packet), (theora_handle_header_packet),
18501         (theora_handle_data_packet), (theora_dec_chain),
18502         (theora_dec_change_state):
18503         Refactor a bit, use STREAM_LOCK.
18504
18505 2005-04-28  Wim Taymans  <wim@fluendo.com>
18506
18507         * ext/alsa/Makefile.am:
18508         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18509         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18510         (gst_alsa_link), (gst_alsa_close_audio):
18511         * ext/alsa/gstalsaplugin.c: (plugin_init):
18512         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18513         (gst_alsasink_dispose), (gst_alsasink_base_init),
18514         (gst_alsasink_class_init), (gst_alsasink_init),
18515         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18516         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18517         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18518         (gst_alsasink_reset):
18519         * ext/alsa/gstalsasink.h:
18520         Implement alsasink with simple open/write/close API. 
18521         Make alsa dir build by disabling compilation of code.
18522
18523 2005-04-28  Wim Taymans  <wim@fluendo.com>
18524
18525         * gst-libs/gst/audio/Makefile.am:
18526         * gst-libs/gst/audio/audio.h:
18527         * gst-libs/gst/audio/audioclock.c:
18528         * gst-libs/gst/audio/audioclock.h:
18529         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18530         (gst_audio_clock_class_init), (gst_audio_clock_init),
18531         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18532         * gst-libs/gst/audio/gstaudioclock.h:
18533         * gst-libs/gst/audio/gstaudiosink.c:
18534         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18535         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18536         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18537         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18538         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18539         (gst_audiosink_create_ringbuffer):
18540         * gst-libs/gst/audio/gstbaseaudiosink.c:
18541         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18542         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18543         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18544         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18545         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18546         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18547         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18548         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18549         * gst-libs/gst/audio/gstbaseaudiosink.h:
18550         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18551         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18552         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18553         (gst_ringbuffer_release), (gst_ringbuffer_play),
18554         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18555         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18556         (gst_ringbuffer_set_sample), (wait_segment),
18557         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18558         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18559         * gst-libs/gst/audio/gstringbuffer.h:
18560         Make ringbuffer faster and more simple by removing the locks
18561         in the playback thread.
18562         Add sample accurate playback based on buffer sample offsets.
18563         Make the baseaudiosink provide a clock.
18564         Parse caps in the base class.
18565         Correctly handle seeking, flushing and state changes.
18566
18567 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18568
18569         * configure.ac:
18570         * gst/audioconvert/Makefile.am:
18571         * gst/audioscale/Makefile.am:
18572           Fix part of the build.  Come on guys, autogen didn't even work :)
18573
18574 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * configure.ac:
18577         * gst-libs/gst/Makefile.am:
18578         * gst-libs/gst/media-info/.cvsignore:
18579         * gst-libs/gst/media-info/Makefile.am:
18580         * gst-libs/gst/media-info/README:
18581         * gst-libs/gst/media-info/media-info-priv.c:
18582         * gst-libs/gst/media-info/media-info-priv.h:
18583         * gst-libs/gst/media-info/media-info-test.c:
18584         * gst-libs/gst/media-info/media-info.c:
18585         * gst-libs/gst/media-info/media-info.h:
18586         * gst-libs/gst/media-info/media-info.vcproj:
18587         * pkgconfig/Makefile.am:
18588         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18589         * pkgconfig/gstreamer-media-info.pc.in:
18590           Remove media-info, which is also successed by playbin (see Totem
18591           implementation).
18592
18593 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18594
18595         * configure.ac:
18596         * examples/Makefile.am:
18597         * examples/gstplay/.cvsignore:
18598         * examples/gstplay/Makefile.am:
18599         * examples/gstplay/player.c:
18600         * gst-libs/gst/Makefile.am:
18601         * gst-libs/gst/play/.cvsignore:
18602         * gst-libs/gst/play/Makefile.am:
18603         * gst-libs/gst/play/play.c:
18604         * gst-libs/gst/play/play.h:
18605         * gst-libs/gst/play/play.vcproj:
18606         * pkgconfig/Makefile.am:
18607         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18608         * pkgconfig/gstreamer-play.pc.in:
18609           Remove libgstplay, playbin is now the official successor.
18610
18611 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18612
18613         * configure.ac:
18614         * gst-libs/gst/Makefile.am:
18615         * gst-libs/gst/xwindowlistener/Makefile.am:
18616         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18617         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18618           Remove deprecated xwindowlistener (I've moved xwindowlistening
18619           in the v4l/v4l2 plugins over to serverside).
18620
18621 2005-04-25  David Schleef  <ds@schleef.org>
18622
18623         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18624         to examples/dynparams.  Examples do not belong interspersed with
18625         source code.
18626         * examples/dynparams/demo-dparams.c:
18627         * gst/sine/Makefile.am:
18628         * gst/sine/demo-dparams.c:
18629
18630 2005-04-25  David Schleef  <ds@schleef.org>
18631
18632         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18633         * gst-libs/gst/audio/Makefile.am:
18634         * gst-libs/gst/riff/Makefile.am:
18635         * gst-libs/gst/tag/Makefile.am:
18636         * gst-libs/gst/video/Makefile.am:
18637         * gst-libs/gst/xwindowlistener/Makefile.am:
18638
18639         Convert to 0.9 API, seems to work:
18640         * sys/ximage/Makefile.am:
18641         * sys/ximage/ximagesink.c:
18642
18643 2005-04-24  David Schleef  <ds@schleef.org>
18644
18645         Link plugins against libraries:
18646         * ext/alsa/Makefile.am:
18647         * gst/tcp/Makefile.am:
18648
18649         Remove asm code that should be in liboil
18650         * gst/videoscale/Makefile.am:
18651         * gst/videoscale/videoscale_x86_asm.s:
18652
18653         gettext wants these checked in:
18654         * po/af.po:
18655         * po/az.po:
18656         * po/cs.po:
18657         * po/en_GB.po:
18658         * po/hu.po:
18659         * po/it.po:
18660         * po/nb.po:
18661         * po/nl.po:
18662         * po/or.po:
18663         * po/sq.po:
18664         * po/sr.po:
18665         * po/sv.po:
18666         * po/uk.po:
18667         * po/vi.po:
18668
18669 2005-04-24  David Schleef  <ds@schleef.org>
18670
18671         Convert gst_main() to g_main_loop_run()
18672         * gst/playback/decodetest.c: (main):
18673         * gst/playback/test2.c: (main):
18674         * gst/playback/test3.c: (main):
18675         * gst/playback/test4.c: (main):
18676
18677         Link plugins against libraries:
18678         * ext/libvisual/Makefile.am:
18679         * sys/xvimage/Makefile.am:
18680
18681 2005-04-24  David Schleef  <ds@schleef.org>
18682
18683         * configure.ac: Remove idct and resample libs
18684         * gst-libs/gst/Makefile.am: same
18685
18686         Remove usage of gst_library_load():
18687         * ext/alsa/gstalsaplugin.c: (plugin_init):
18688         * ext/libvisual/visual.c: (plugin_init):
18689         * ext/ogg/gstogg.c: (plugin_init):
18690         * ext/theora/theora.c: (plugin_init):
18691         * ext/vorbis/vorbis.c: (plugin_init):
18692         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18693         * gst/audioscale/gstaudioscale.c:
18694         * gst/adder/gstadder.c: (plugin_init):
18695         * gst/audioconvert/plugin.c: (plugin_init):
18696         * sys/ximage/ximagesink.c: (plugin_init):
18697         * sys/xvimage/xvimagesink.c: (plugin_init):
18698         * gst/tcp/gsttcpplugin.c: (plugin_init):
18699
18700         Link plugins against libraries:
18701         * ext/ogg/Makefile.am:
18702         * ext/theora/Makefile.am:
18703         * ext/vorbis/Makefile.am:
18704         * gst/audioconvert/Makefile.am:
18705
18706         Create proper libraries:
18707         * gst-libs/gst/riff/Makefile.am:
18708         * gst-libs/gst/audio/Makefile.am:
18709         * gst-libs/gst/video/Makefile.am:
18710
18711         Move resample library to audioscale plugin directory:
18712         * gst-libs/gst/resample/Makefile.am:
18713         * gst-libs/gst/resample/README:
18714         * gst-libs/gst/resample/dtof.c:
18715         * gst-libs/gst/resample/dtos.c:
18716         * gst-libs/gst/resample/functable.c:
18717         * gst-libs/gst/resample/private.h:
18718         * gst-libs/gst/resample/resample.c:
18719         * gst-libs/gst/resample/resample.h:
18720         * gst-libs/gst/resample/resample.vcproj:
18721         * gst-libs/gst/resample/test.c:
18722         * gst/audioscale/Makefile.am:
18723         * gst/audioscale/README:
18724         * gst/audioscale/dtof.c:
18725         * gst/audioscale/dtos.c:
18726         * gst/audioscale/functable.c:
18727         * gst/audioscale/private.h:
18728         * gst/audioscale/resample.c:
18729         * gst/audioscale/resample.h:
18730         * gst/audioscale/test.c:
18731
18732         Move tagedit library to gst-libs:
18733         * gst-libs/gst/tag/Makefile.am:
18734         * gst-libs/gst/tag/gstid3tag.c:
18735         * gst-libs/gst/tag/gsttagediting.c:
18736         * gst-libs/gst/tag/gsttageditingprivate.h:
18737         * gst-libs/gst/tag/gstvorbistag.c:
18738         * gst/tags/Makefile.am:
18739         * gst/tags/gstid3tag.c:
18740         * gst/tags/gstvorbistag.c:
18741
18742         Fix for core changes:
18743         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18744         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18745         (gst_sinesrc_getrange):
18746
18747 2005-04-23  David Schleef  <ds@schleef.org>
18748
18749         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18750         in gst-plugins in a long time, and properly belongs in liboil.
18751         * gst-libs/gst/idct/Makefile.am:
18752         * gst-libs/gst/idct/README:
18753         * gst-libs/gst/idct/dct.h:
18754         * gst-libs/gst/idct/doieee:
18755         * gst-libs/gst/idct/fastintidct.c:
18756         * gst-libs/gst/idct/floatidct.c:
18757         * gst-libs/gst/idct/idct.c:
18758         * gst-libs/gst/idct/idct.h:
18759         * gst-libs/gst/idct/idtc.vcproj:
18760         * gst-libs/gst/idct/ieeetest.c:
18761         * gst-libs/gst/idct/intidct.c:
18762
18763 2005-04-20  Wim Taymans  <wim@fluendo.com>
18764
18765         * docs/design-audiosinks.txt:
18766         * gst-libs/gst/audio/Makefile.am:
18767         * gst-libs/gst/audio/TODO:
18768         * gst-libs/gst/audio/gstaudiosink.c:
18769         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18770         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18771         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18772         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18773         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18774         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18775         (gst_audiosink_class_init), (gst_audiosink_init),
18776         (gst_audiosink_create_ringbuffer):
18777         * gst-libs/gst/audio/gstaudiosink.h:
18778         * gst-libs/gst/audio/gstbaseaudiosink.c:
18779         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18780         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18781         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18782         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18783         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18784         (gst_baseaudiosink_create_ringbuffer),
18785         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18786         * gst-libs/gst/audio/gstbaseaudiosink.h:
18787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18788         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18789         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18790         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18791         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18792         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18793         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18794         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18795         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18796         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18797         * gst-libs/gst/audio/gstringbuffer.h:
18798         An attempt at a set of audio base classes together with some
18799         design docs.
18800
18801 2005-04-20  Wim Taymans  <wim@fluendo.com>
18802
18803         * gst/audioconvert/Makefile.am:
18804         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18805         (gst_audio_convert_caps_remove_format_info),
18806         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18807         (gst_audio_convert_channels):
18808         Link against audio libs.
18809         Fix audio convert plugin.
18810
18811 2005-04-20  Wim Taymans  <wim@fluendo.com>
18812
18813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18814         (gst_ogg_demux_sink_activate):
18815         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18816         (theora_set_header_on_caps), (theora_enc_sink_event),
18817         (theora_enc_chain):
18818         Fix theora encoder.
18819
18820 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18821
18822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18823         * gst/playback/gstdecodebin.c: (find_compatibles):
18824           Work with staticpadtemplates in elementfactories.
18825
18826 2005-04-12  Wim Taymans  <wim@fluendo.com>
18827
18828         * gst/playback/README:
18829         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18830         (compare_ranks), (print_feature), (gst_decode_bin_init),
18831         (dynamic_create), (dynamic_free), (find_compatibles),
18832         (mimetype_is_raw), (close_pad_link), (got_redirect),
18833         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18834         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18835         (gst_decode_bin_change_state):
18836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18837         (gst_play_base_bin_init), (group_destroy), (group_commit),
18838         (check_queue), (queue_overrun), (queue_threshold_reached),
18839         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18840         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18841         (got_redirect), (setup_source), (play_base_eos),
18842         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18843         (gst_play_base_bin_remove_element):
18844         * gst/playback/gstplaybasebin.h:
18845         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18846         (gst_play_bin_init), (gst_play_bin_dispose),
18847         (gst_play_bin_set_property), (gen_video_element),
18848         (gen_text_element), (gen_audio_element), (remove_sinks),
18849         (gst_play_bin_send_event):
18850         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18851         (stream_info_change_state), (gst_stream_info_set_mute):
18852         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18853         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18854         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18855         (gst_stream_selector_chain):
18856         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18857         (main):
18858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18859         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18860         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18861         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18862         Raw and crude port of decodebin. 
18863         Make playbin compile.
18864
18865 2005-04-06  Wim Taymans  <wim@fluendo.com>
18866
18867         * ext/gnomevfs/Makefile.am:
18868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18869         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18870         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18871         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18872         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18873         (gst_gnomevfssrc_stop):
18874         * ext/ogg/Makefile.am:
18875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18876         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18877         * ext/theora/Makefile.am:
18878         * ext/theora/theoradec.c: (_inc_granulepos),
18879         (theora_dec_sink_event), (theora_dec_chain):
18880         * ext/vorbis/Makefile.am:
18881         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18882         (vorbis_dec_sink_event), (vorbis_dec_chain):
18883         * gst-libs/gst/audio/Makefile.am:
18884         * sys/xvimage/Makefile.am:
18885         Make gnomevfssrc extend the source base class.
18886         Fix linking against libs in various plugins.
18887
18888 2005-04-06  Andy Wingo  <wingo@pobox.com>
18889
18890         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18891         GST_BASE_LIBS.
18892
18893         * configure.ac: Add check and AC_SUBST for libgstbase.
18894
18895 2005-03-31  Wim Taymans  <wim@fluendo.com>
18896
18897         * examples/seeking/Makefile.am:
18898         * examples/seeking/cdparanoia.c: (main):
18899         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18900         (play_cb), (pause_cb), (stop_cb), (main):
18901         * examples/seeking/playbin.c:
18902         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18903         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18904         (make_sid_pipeline), (make_vorbis_pipeline),
18905         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18906         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18907         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18908         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18909         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18910         (stop_cb), (main):
18911         * examples/seeking/spider_seek.c:
18912         * examples/seeking/vorbisfile.c:
18913         * ext/gnomevfs/Makefile.am:
18914         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18915         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18916         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18917         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18918         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18919         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18920         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18921         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18922         * ext/ogg/README:
18923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18924         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18925         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18926         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18927         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18928         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18929         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18930         (gst_ogg_demux_factory_filter), (compare_ranks),
18931         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18932         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18933         (gst_ogg_chain_new), (gst_ogg_chain_free),
18934         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18935         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18936         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18937         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18938         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18939         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18940         (gst_ogg_demux_get_prev_page),
18941         (gst_ogg_demux_deactivate_current_chain),
18942         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18943         (gst_ogg_demux_bisect_forward_serialno),
18944         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18945         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18946         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18947         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18948         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18949         (gst_ogg_demux_change_state), (gst_ogg_print):
18950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18951         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18952         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18953         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18954         (gst_ogg_mux_loop):
18955         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18956         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18957         (theora_dec_src_convert), (theora_dec_sink_convert),
18958         (theora_dec_src_query), (theora_dec_src_event),
18959         (theora_dec_sink_event), (theora_dec_chain),
18960         (theora_dec_change_state):
18961         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18962         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18963         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18964         (theora_enc_change_state):
18965         * ext/vorbis/Makefile.am:
18966         * ext/vorbis/oggvorbisenc.c:
18967         * ext/vorbis/oggvorbisenc.h:
18968         * ext/vorbis/vorbis.c: (plugin_init):
18969         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18970         (vorbis_dec_src_query), (vorbis_dec_src_event),
18971         (vorbis_dec_sink_event), (vorbis_dec_chain),
18972         (vorbis_dec_change_state):
18973         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18974         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18975         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18976         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18977         (gst_vorbisenc_change_state):
18978         * ext/vorbis/vorbisenc.h:
18979         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18980         * gst-libs/gst/audio/audioclock.c:
18981         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18982         (gst_audiofilter_init), (gst_audiofilter_chain):
18983         * gst-libs/gst/audio/testchannels.c: (main):
18984         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18985         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18986         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18987         (gmip_find_track_streaminfo), (gmip_find_track_format):
18988         * gst-libs/gst/media-info/media-info.c:
18989         (gst_media_info_read_idler):
18990         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18991         (gst_play_get_all_by_interface):
18992         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18993         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18994         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18995         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18996         (gst_riff_parse_info):
18997         * gst-libs/gst/riff/riff-read.h:
18998         * gst-libs/gst/riff/riff.c: (plugin_init):
18999         * gst-libs/gst/video/Makefile.am:
19000         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
19001         (gst_videosink_class_init), (gst_videosink_get_type):
19002         * gst-libs/gst/video/videosink.h:
19003         * gst/audioconvert/bufferframesconvert.c:
19004         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
19005         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
19006         * gst/audioconvert/channelmixtest.c: (main):
19007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19008         (gst_audio_convert_chain),
19009         (gst_audio_convert_caps_remove_format_info),
19010         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
19011         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
19012         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
19013         (gst_audio_convert_buffer_to_default_format),
19014         (gst_audio_convert_buffer_from_default_format),
19015         (gst_audio_convert_channels):
19016         * gst/audioconvert/gstchannelmix.h:
19017         * gst/ffmpegcolorspace/avcodec.h:
19018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19019         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19020         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
19021         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
19022         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
19023         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19024         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
19025         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19026         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19027         (dv_type_find):
19028         * gst/videotestsrc/gstvideotestsrc.c:
19029         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
19030         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
19031         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
19032         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
19033         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
19034         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
19035         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
19036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19037         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
19038         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
19039         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
19040         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
19041         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19042         (gst_xvimagesink_navigation_send_event),
19043         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
19044         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
19045         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19046         * sys/xvimage/xvimagesink.h:
19047         Plugin port to 0.9, ogg/theora playback should work in the seek
19048         example now.
19049         Removed old examples.
19050         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
19051         explained in 0.9 TODO doc.
19052
19053
19054 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19055
19056         * autogen.sh:
19057         * configure.ac:
19058         * ext/Makefile.am:
19059         * gst/Makefile.am:
19060         * po/POTFILES.in:
19061         * po/af.po:
19062         * po/az.po:
19063         * po/cs.po:
19064         * po/en_GB.po:
19065         * po/hu.po:
19066         * po/it.po:
19067         * po/nb.po:
19068         * po/nl.po:
19069         * po/or.po:
19070         * po/sq.po:
19071         * po/sr.po:
19072         * po/sv.po:
19073         * po/uk.po:
19074         * po/vi.po:
19075         * sys/Makefile.am:
19076         * testsuite/Makefile.am:
19077           remove a whole bunch of plugins.  This module now contains a set
19078           of free reference plugins/elements as agreed.
19079
19080 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19081
19082         * configure.ac:
19083           hunting season on 0.9 is now OPEN
19084
19085 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19086
19087         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19088           Kick the hell out of gcc for not warning me about a symbol conflict.
19089
19090 2005-02-22  Luca Ognibene  <luogni@tin.it>
19091
19092         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19093
19094         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
19095           Don't leak caps string (fixes #168134)
19096
19097         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
19098         (gst_jpegenc_init), (gst_jpegenc_finalize),
19099         (gst_jpegenc_change_state):
19100           Don't leak line buffers and context struct (fixes #168133).
19101
19102 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
19103
19104         * configure.ac:
19105         * ext/dirac/gstdiracdec.cc:
19106         (gst_diracdec_chain):
19107           Since dirac 0.5.0 the framerate in dirac is expressed as a
19108           rational number. Fix build and up requirement to 0.5.0, and
19109           also pass parameters to gst_diracdec_link in the right order
19110           (fixes #167959).
19111
19112 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
19113
19114         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
19115         * ext/faad/gstfaad.h:
19116         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
19117         certain invalid muxed streams, where some packets will contain 
19118         junk after decoder data. Partially fixes #149158.
19119
19120 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
19121         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
19122           Make sure we only write to writable buffers
19123
19124 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
19125
19126         * gst-libs/gst/riff/riff-media.c:
19127         (gst_riff_create_audio_caps_with_data):
19128           Do actually fix invalid RIFF fmt header values for alaw
19129           and mulaw audio instead of just saying so.
19130
19131         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19132           Give gst_riff_create_audio_caps_with_data() a chance to
19133           fix up broken format header fields before extracting any
19134           parameters from the header. (fixes #167633)
19135
19136 2005-02-19  Martin Holters  <martin.holters@gmx.de>
19137
19138         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19139
19140         * gst/audioconvert/bufferframesconvert.c:
19141         (buffer_frames_convert_link):
19142           Don't leak othercaps. (fixes #167878)
19143
19144 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
19145
19146         * configure.ac:
19147         * ext/libvisual/visual.c: (gst_visual_srclink),
19148         (gst_visual_change_state):
19149           Support libvisual 0.2.0.
19150
19151 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
19152
19153         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
19154         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
19155           Use same rowstrides for I420 as used everywhere else.
19156
19157 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
19158
19159         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19160           Declare variables at beginning of block and make gcc-2.95 happy
19161           (fixes # 167482, patch by Gergely Nagy).
19162           
19163         * gst/tcp/gsttcpclientsrc.c:
19164         * gst/tcp/gsttcpclientsrc.h:
19165           Move some includes into the header, so that struct sockaddr_in is
19166           defined when it should be defined on FreeBSD as well (fixes
19167           #167483).
19168           
19169         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19170           Don't pass uninitialised values to setsockopt() here either.
19171
19172 2005-02-17  Luca Ognibene  <luogni at tin dot it>
19173
19174         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19175
19176         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
19177           Don't pass uninitialised values to setsockopt(). (fixes #167704)
19178
19179 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19180
19181         * gst/playback/gstplaybin.c: (add_sink):
19182           Invert bin_add/link order to workaround deadlock in opt.
19183
19184 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19185
19186         * gst/modplug/gstmodplug.cc:
19187           Add missing break causing position queries to fail.
19188
19189 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19190
19191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
19192           Granpos can apparently be -1, which screws up calculations...
19193
19194 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
19195
19196         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19197         (gst_ximagesink_send_pending_navigation),
19198         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
19199         (gst_ximagesink_init):
19200         * sys/ximage/ximagesink.h:
19201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19202         (gst_xvimagesink_send_pending_navigation),
19203         (gst_xvimagesink_navigation_send_event),
19204         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
19205         * sys/xvimage/xvimagesink.h:
19206           Use a mutex protected list to marshal navigation
19207           events into the stream thread from whichever thread
19208           sends them.
19209
19210 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19211
19212         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
19213           Display current position and track length; misc. clean-ups.
19214           
19215         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
19216         (speed_init), (speed_chain):
19217           Add query function, so that the stream length and current position
19218           get adjusted when queried (note that current position queries may
19219           still be wrong if the audio sink returns values based on buffer
19220           timestamps instead of passing on the query).
19221
19222 2005-02-13  Benjamin Otte  <otte@gnome.org>
19223
19224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19225         (gst_audio_convert_channels):
19226           create channel conversion matrix when linking
19227         * gst/audioconvert/.cvsignore:
19228         * gst/audioconvert/Makefile.am:
19229         * gst/audioconvert/channelmixtest.c: (main):
19230           add (ugly) test that ensures stereo <=> mono conversion works
19231           correctly
19232
19233 2005-02-13  Benjamin Otte  <otte@gnome.org>
19234
19235         * gst/audioconvert/gstchannelmix.h:
19236           include missing header file
19237         * gst/audioconvert/gstchannelmix.c:
19238         (gst_audio_convert_fill_compatible):
19239           use same sign for both channels when converting to/from compatible
19240           channel. Previously used different signs made the signals cancel
19241           each other out and appear like silence. (fixes #167269)
19242
19243 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19244
19245         * gst/ffmpegcolorspace/avcodec.h:
19246         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19247         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19248         (gst_ffmpegcsp_avpicture_fill):
19249         * gst/ffmpegcolorspace/imgconvert.c:
19250           Convert to and from YV12 (fixes #156379).
19251
19252 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19253
19254         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19255         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19256         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19257         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19258         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19259         methods from chain and negotiation and vice versa (Fixes #166142).
19260         * sys/ximage/ximagesink.h: Add stream_lock.
19261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19262         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19263         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19264         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19265
19266 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19267
19268         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19269           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19270           error message when we can't open the DVD device (when dvdnav_open()
19271           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19272           the above). Send something more useful instead (fixes #167117).
19273
19274 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19275
19276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19277         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19278         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19279         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19280         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19281         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19282         methods from chain and negotiation and vice versa (Fixes #166142).
19283         Fix a possible bug of images in the buffer pool being discarded because
19284         we are looking at the wrong geometry.
19285         * sys/xvimage/xvimagesink.h: Add stream_lock.
19286
19287 2005-02-11  David Schleef  <ds@schleef.org>
19288
19289         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19290         unsigned int. (fixes #167128)
19291
19292 2005-02-11  David Schleef  <ds@schleef.org>
19293
19294         * gst/librfb/Makefile.am: Testing stuff before committing is
19295           for wimps... and people with fast machines.  Fix stupid
19296           mistake.
19297
19298 2005-02-11  David Schleef  <ds@schleef.org>
19299
19300         * configure.ac: Pull in librfb from my CVS tree, because it is
19301           too small and annoying to be separate.  Move rfbsrc plugin
19302           to gst/.
19303         * ext/Makefile.am:
19304         * ext/librfb/Makefile.am:
19305         * ext/librfb/gstrfbsrc.c:
19306         * gst/librfb/Makefile.am:
19307         * gst/librfb/gstrfbsrc.c:
19308         * gst/librfb/rfb.c:
19309         * gst/librfb/rfb.h:
19310         * gst/librfb/rfbbuffer.c:
19311         * gst/librfb/rfbbuffer.h:
19312         * gst/librfb/rfbbytestream.c:
19313         * gst/librfb/rfbbytestream.h:
19314         * gst/librfb/rfbcontext.h:
19315         * gst/librfb/rfbdecoder.c:
19316         * gst/librfb/rfbdecoder.h:
19317         * gst/librfb/rfbutil.h:
19318
19319 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19320
19321         * gst/speed/Makefile.am:
19322         * gst/speed/demo-mp3.c: (main):
19323         * gst/speed/filter.func:
19324         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19325         (speed_class_init), (speed_init), (speed_chain_int16),
19326         (speed_chain_float32), (speed_chain), (speed_set_property),
19327         (speed_get_property), (speed_change_state):
19328         * gst/speed/gstspeed.h:
19329           Fix speed element and make it chain-based (fixes #156467),
19330           and make it handle more than one channel.
19331
19332 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19333
19334         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19335         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19336         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19337         * ext/dts/gstdtsdec.h:
19338           Don't clobber the stack constructing the channels array.
19339           Make the element chain-based. DTS tracks can now be played.
19340           
19341 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19342
19343         * gst-libs/gst/audio/multichannel.h:
19344         * gst-libs/gst/gconf/gconf.h:
19345         * gst-libs/gst/idct/idct.h:
19346         * gst-libs/gst/media-info/media-info-priv.h:
19347         * gst-libs/gst/play/play.h:
19348         * gst-libs/gst/resample/private.h:
19349         * gst-libs/gst/resample/resample.h:
19350         * gst-libs/gst/riff/riff-ids.h:
19351         * gst-libs/gst/video/video.h:
19352         * gst-libs/gst/video/videosink.h:
19353           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19354           missing, so that they work when included from C++ code.
19355
19356 2005-02-09  David Schleef  <ds@schleef.org>
19357
19358         * testsuite/gst-lint: Check for non-statically scoped
19359           parent_class variables.  This won't be a problem once
19360           plugins are loaded with RTLD_LOCAL.
19361
19362 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19363
19364         * ext/mplex/gstmplexibitstream.cc:
19365           gcc madness.
19366
19367 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19368
19369         * ext/ogg/gstogmparse.c:
19370         * gst/debug/gstnavigationtest.c:
19371           Die, thou faulty symbol pollutors (non-static parent_class).
19372
19373 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19374
19375         * ext/mplex/gstmplexibitstream.cc:
19376           Fix event handling (#165525).
19377
19378 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19379
19380         * ext/mikmod/gstmikmod.c:
19381         * gst/modplug/gstmodplug.cc:
19382           Add missing endianness to template (fixes #165509).
19383
19384 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19385
19386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19387           Fix wrong order of reading of optional bytes (#165290).
19388
19389 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19390
19391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19392           Implement FILLER event awareness.
19393
19394 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19395
19396         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19397           Fix track calculations (#166208).
19398
19399 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19400
19401         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19402
19403         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19404         * ext/libpng/gstpngenc.c:
19405           Fix byte-order, use proper fixed caps. Fixes #164197.
19406
19407 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19408
19409         * configure.ac:
19410           Add dvdlpcmdec 
19411
19412         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19413         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19414           Don't push buffers if the src pad isn't negotiated yet.
19415           
19416         * gst/audioconvert/gstaudioconvert.c:
19417         (gst_audio_convert_buffer_to_default_format),
19418         (gst_audio_convert_buffer_from_default_format):
19419           Add support for 24-bit width.
19420
19421         * gst/dvdlpcmdec/.cvsignore:
19422         * gst/dvdlpcmdec/Makefile.am:
19423         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19424         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19425         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19426         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19427         (plugin_init):
19428         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19429           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19430           format. Needs support for the channels maps if someone can find 
19431           a DVD LPCM track with > 2 channels.
19432
19433         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19434         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19435         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19436         * gst/mpegstream/gstdvddemux.h:
19437         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19438         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19439         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19440         * gst/mpegstream/gstmpegdemux.h:
19441         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19442         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19443         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19444         (gst_mpeg_parse_handle_src_query),
19445         (gst_mpeg_parse_handle_src_event):
19446           Use audio/x-dvd-lpcm for LPCM output.
19447           Add DTS output.
19448
19449 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19450
19451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19454         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19455           Add BGRA handling (#165736).
19456
19457 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19458
19459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19460
19461         * gst/law/alaw-decode.c: (alawdec_link):
19462         * gst/law/alaw-encode.c: (alawenc_link):
19463         * gst/law/mulaw-decode.c: (mulawdec_link):
19464         * gst/law/mulaw-encode.c: (mulawenc_link):
19465           Fix caps memleaks (#166600).
19466
19467 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19468
19469         * ext/tarkin/mem.h:
19470         * ext/tarkin/wavelet.h:
19471         * ext/tarkin/yuv.h:
19472         * gst/ffmpegcolorspace/avcodec.h:
19473           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19474           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19475
19476 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19477
19478         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19480         (gst_xvimagesink_change_state):
19481           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19482           Xv video (and thereby regenerate Xv colourkey) in clear() so
19483           that PLAY -> READY -> PLAY works (fixes #162504).
19484
19485 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19486
19487         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19488           Switch to list instead of range, since MJPEG-devices really just
19489           support decimations, not any size.
19490
19491 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19492         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19493         (gst_mpeg2dec_reset), (free_all_buffers),
19494         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19495         * ext/mpeg2dec/gstmpeg2dec.h:
19496           The libmpeg2 user-allocated buffer management is awkward, 
19497           to say the least. Hopefully this fixes things.
19498
19499 2005-02-04  Andy Wingo  <wingo@pobox.com>
19500
19501         * gst/audioconvert/bufferframesconvert.c
19502         (buffer_frames_convert_fixate): New function, fixates to 256
19503         frames per buffer by default. (Much better than 1.)
19504         (buffer_frames_convert_init): Set the fixate function for both src
19505         and sink pad.
19506         (buffer_frames_convert_link): After success setting nonfixed caps,
19507         get the negotiated caps so we can know how many buffer-frames it
19508         will be. No idea how this worked at all before.
19509
19510 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19511
19512         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19513         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19514         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19515         (handle_sequence), (handle_picture):
19516         * ext/mpeg2dec/gstmpeg2dec.h:
19517           Rearrange buffer tracking and refcounting and refactor
19518           a little for readability. 
19519
19520 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19521         * sys/v4l/gstv4l.c: (plugin_init):
19522         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19523         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19524         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19525         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19526         * sys/v4l/gstv4ljpegsrc.h:
19527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19528         * sys/v4l/v4l_calls.h:
19529         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19530         (gst_v4lsrc_get_fps):
19531         * sys/v4l/v4lsrc_calls.h:
19532           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19533           you jpeg inside rgb frames" driver.
19534           Don't error in the v4lsrc link function, just return 
19535           REFUSED.
19536
19537 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19538
19539         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19540         (gst_qcamsrc_open):
19541           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19542
19543 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19544
19545         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19546           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19547
19548 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19549
19550         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19551           Reset negotiated state on PAUSED->READY.
19552
19553 2005-02-02  David Schleef  <ds@schleef.org>
19554
19555         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19556         whereever possible.  (Fixes #165997)
19557         * examples/capsfilter/capsfilter1.c: (main):
19558         * examples/dynparams/filter.c: (create_ui):
19559         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19560         * examples/seeking/chained.c: (main):
19561         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19562         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19563         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19564         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19565         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19566         * examples/switch/switcher.c: (main):
19567         * ext/dv/demo-play.c: (main):
19568         * ext/faad/gstfaad.c: (gst_faad_change_state):
19569         * ext/mad/gstmad.c: (gst_mad_chain):
19570         * ext/smoothwave/demo-osssrc.c: (main):
19571         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19572         (gst_gconf_render_bin_from_description),
19573         (gst_gconf_get_default_audio_sink),
19574         (gst_gconf_get_default_video_sink),
19575         (gst_gconf_get_default_audio_src),
19576         (gst_gconf_get_default_video_src),
19577         (gst_gconf_get_default_visualization_element):
19578         * gst/level/demo.c: (main):
19579         * gst/level/plot.c: (main):
19580         * gst/playback/gstplaybin.c: (gen_video_element),
19581         (gen_audio_element):
19582         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19583         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19584         * gst/sine/demo-dparams.c: (main):
19585         * gst/spectrum/demo-osssrc.c: (main):
19586         * gst/speed/demo-mp3.c: (main):
19587         * gst/volume/demo.c: (main):
19588         * testsuite/embed/embed.c: (main):
19589
19590 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19591
19592         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19593         (gst_tcpclientsink_finalize):
19594         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19595         (gst_tcpclientsrc_finalize):
19596         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19597         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19598         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19599         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19600           Don't leak the hostname when shutting down.
19601           In tcpserversrc, take a copy of the default hostname.
19602
19603 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19604
19605         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19606           Set caps to systemstream=TRUE.
19607
19608 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19609
19610         * testsuite/Makefile.am:
19611           Fix more OSX buildbots.
19612
19613 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19614
19615         * ext/mpeg2dec/gstmpeg2dec.c:
19616           Don't send things to NULL PAD_PEERs
19617
19618         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19619           Copy-on-write the incoming buffer.
19620
19621         * gst/mpegstream/gstdvddemux.h:
19622         * gst/mpegstream/gstmpegclock.h:
19623         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19624         (normal_seek), (gst_mpeg_demux_handle_src_event):
19625         * gst/mpegstream/gstmpegdemux.h:
19626         * gst/mpegstream/gstmpegpacketize.h:
19627         * gst/mpegstream/gstmpegparse.c:
19628         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19629         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19630         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19631         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19632         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19633         * gst/mpegstream/gstmpegparse.h:
19634         * gst/mpegstream/gstrfc2250enc.h:
19635           Various changes to the way time is computed that make seeking and
19636           total time estimation much better here.
19637           Use G_BEGIN/END_DECLS instead of __cplusplus
19638
19639         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19640           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19641
19642 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19643
19644         * gst/subparse/gstsubparse.c:
19645           Fix OSX buildbot.
19646
19647 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19648
19649         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19650         (theora_enc_chain), (theora_enc_change_state):
19651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19652         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19653         (gst_vorbisenc_change_state):
19654         * ext/vorbis/vorbisenc.h:
19655           Set granulepos and timestamp correctly for streams not
19656           starting at 0, taking into account the initial delay.
19657
19658 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19659
19660         * gst/mpegstream/gstdvddemux.c:
19661           Add audio/x-dts to audio pad template caps
19662
19663 2005-01-30  David Schleef  <ds@schleef.org>
19664
19665         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19666         (create_context), (gst_polypsink_link): Fix silly endianness
19667         bug.  Add some debugging.  Remove float from caps; it doesn't
19668         work.  Attempt to get remote audio working.
19669
19670 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19671
19672         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19673           Add 3IV2 fourcc.
19674
19675 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19676
19677         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19678         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19679         (gst_avi_demux_stream_data):
19680         * gst/avi/gstavidemux.h:
19681           Invert DIB images. Fixes #132341.
19682
19683 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19684
19685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19686         (gst_ffmpegcsp_chain):
19687           D'oh, reference the palette data, not the palette structure.
19688           Fixes color distortion in #132341.
19689
19690 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19691
19692         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19693           PAR can be non-fixed when not provided as argument (#162626).
19694
19695 2005-01-29  David Moore  <dcm@acm.org>
19696
19697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19698
19699         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19700         (gst_qtdemux_loop_header):
19701           Re-apply patch from #142272 that allows non-seekable sources,
19702           re-proposed by Daniel Drake <dsd@gentoo.org>.
19703
19704 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19705
19706         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19707           Use the src template for creating the src pad (#162330).
19708
19709 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19710
19711         * configure.ac:
19712         * ext/musepack/Makefile.am:
19713         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19714         (gst_musepackdec_init), (gst_musepackdec_dispose),
19715         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19716         (gst_musepack_stream_init), (gst_musepackdec_loop),
19717         (gst_musepackdec_change_state):
19718         * ext/musepack/gstmusepackdec.cpp:
19719         * ext/musepack/gstmusepackdec.h:
19720         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19721         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19722         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19723         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19724         * ext/musepack/gstmusepackreader.cpp:
19725         * ext/musepack/gstmusepackreader.h:
19726           Update to 1.1 API (#165446).
19727
19728 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19729
19730         * ext/Makefile.am:
19731           Unbreak buildbot.
19732
19733 2005-01-28  Andy Wingo  <wingo@pobox.com>
19734
19735         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19736         to reflect a different dubious internet source. Add a reference
19737         and some commentary.
19738
19739 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19740
19741         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19742         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19743         * gst/playback/gststreamselector.h:
19744           Be more selective when we're redoing caps negotiation from
19745           within the chain function on a stream change.
19746
19747 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19748
19749         * configure.ac:
19750         * ext/Makefile.am:
19751         * ext/amrnb/Makefile.am:
19752         * ext/amrnb/amrnb.c: (plugin_init):
19753         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19754         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19755         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19756         (gst_amrnbdec_state_change):
19757         * ext/amrnb/amrnbdec.h:
19758         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19759         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19760         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19761         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19762         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19763         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19764         * ext/amrnb/amrnbparse.h:
19765           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19766         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19767           Add AMR-NB/-WB raw formats.
19768         * ext/alsa/gstalsa.c: (gst_alsa_link):
19769           Keep valid time when changing format.
19770         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19771         (qtdemux_parse_trak):
19772           Add some more format-specific options (#140141, #143555, #155163).
19773
19774 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19775
19776         * gst/matroska/matroska-demux.c:
19777         (gst_matroska_demux_parse_blockgroup):
19778           Fix logic error in timing of subtitle stream synchronization.
19779         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19780           Add skip-chunk, which is found in kodak-camera streams.
19781
19782 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19783
19784         * po/LINGUAS:
19785         * po/vi.po:
19786           Adding Vietnamese translation (submitted by Clytie Siddall)
19787
19788 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19789
19790         * gst/playback/gstdecodebin.c: (try_to_link_1):
19791           Use realpad for signal.
19792
19793 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19794
19795         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19796           Fix category so decodebin picks it up.
19797
19798 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19799
19800         * ext/mad/Makefile.am:
19801         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19802         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19803         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19804         (found_type), (gst_id3demux_bin_change_state):
19805         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19806         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19807         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19808         (gst_id3_tag_change_state), (plugin_init):
19809         * ext/mad/gstmad.h:
19810           Add id3demuxbin (which is a simple bin consisting of id3demux
19811           and typefind), take over rank from id3demux, remove typefind
19812           code from id3demux. Makes all broken mp3s that I know of work,
19813           and thereby fixes #152688.
19814
19815 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19816
19817         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19818
19819         * ext/mad/gstmad.c: (gst_mad_src_event):
19820         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19821           Allow seeks on audio pad, make mad forward those (#164826).
19822         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19823           Set duration (#165335).
19824
19825 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19826
19827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19828         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19829         (gst_asf_demux_process_ext_content_desc),
19830         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19831         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19832         * gst/asfdemux/gstasfdemux.h:
19833           Improve metadata display, e.g. if the metadata comes before the
19834           streams are loaded (which is perfectly valid).
19835
19836 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19837
19838         * tools/gst-launch-ext-m.m:
19839           Fix AVI/ASF pipelines (#165340).
19840
19841 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19842         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19843         build failure on amd64
19844
19845 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19846
19847         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19848         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19849           Check environment variables GST_ID3V2_TAG_ENCODING,
19850           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19851           list of character encodings to force interpretation of non-unicode
19852           strings stored in an ID3v2 tag to a particular encoding. If none
19853           is specified, try to use current locale's encoding, then fall back
19854           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19855         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19856         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19857           Check environment variables GST_ID3V1_TAG_ENCODING,
19858           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19859           list of character encodings to use in case a string encountered
19860           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19861           specified, try to use the current locale's encoding, then fall
19862           back to ISO-8859-1 (which will always succeed).
19863
19864 2005-01-25  Benjamin Otte  <otte@gnome.org>
19865
19866         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19867           - on half framerate, compute the rate in advance so the comparisons
19868             don't compare wrong values
19869           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19870             behaviour
19871           - don't use mad_header_decode anymore, mad_frame_decode does that
19872             automatically
19873           - when getting rid of consumed bytes, reset the stream's skiplen
19874           (fixes #163867)
19875
19876 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19877
19878         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19879           Use 1/2 a second for default max_discont, as PES streams from DVB
19880           seem to have larger spacings in the SCR. 
19881           Fix a typo.
19882
19883 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19884
19885         * gst/playback/gstplaybasebin.c: (group_commit):
19886           Notify delayed stream-info availability.
19887
19888 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19889         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19890         (gst_a52dec_handle_event), (gst_a52dec_chain):
19891         Add some debug output. Check that a discont has a valid
19892         time associated.
19893         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19894         (gst_alsa_sink_loop):
19895         Ignore TAG events. A little extra debug for broken timestamps.
19896         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19897         (dvdnavsrc_change_state):
19898         Ensure we send a discont to engage the link before we send any
19899         other events.
19900         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19901         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19902         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19903         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19904         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19905         dvd://title works in totem because typefinding sends a seek that ends
19906         up going back to chapter 1 regardless.
19907         * ext/mpeg2dec/gstmpeg2dec.c:
19908         * ext/mpeg2dec/gstmpeg2dec.h:
19909         Output correct timestamps and handle disconts.
19910         * ext/ogg/gstoggdemux.c: (get_relative):
19911         Small guard against a null dereference.
19912         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19913         (gst_textoverlay_set_property):
19914         Free memory when done. Don't call gst_event_filler_get_duration on
19915         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19916         g_warning.
19917         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19918         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19919         (gst_sw_srclink), (gst_smoothwave_chain):
19920         Draw solid lines, prettier colours.
19921         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19922         Add a default palette that'll work for some movies.
19923         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19924         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19925         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19926         * gst/mpegstream/gstdvddemux.h:
19927         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19928         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19929         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19930         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19931         * gst/mpegstream/gstmpegparse.h:
19932         Use PTM/NAV events when for timestamp adjustment when connected to 
19933         dvdnavsrc. Don't use many discont events where one suffices.
19934         * gst/playback/gstplaybasebin.c: (group_destroy),
19935         (gen_preroll_element), (gst_play_base_bin_add_element):
19936         * gst/playback/gstplaybasebin.h:
19937         Make sure we remove subtitles from the same bin we put them in.
19938         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19939         (gst_subparse_buffer_format_autodetect),
19940         (gst_subparse_change_state):
19941         Fix some memleaks and invalid accesses.
19942         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19943         (oggskel_type_find), (cmml_type_find), (plugin_init):
19944         Some typefind functions for Annodex v3.0 files
19945         * gst/wavparse/gstwavparse.h:
19946         GstRiffReadClass is the correct parent class.
19947
19948 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19949
19950         * gst-libs/gst/riff/riff-media.c:
19951         (gst_riff_create_video_caps_with_data):
19952           Add extradata to huffyuv (fixes #165013).
19953         * gst-libs/gst/riff/riff-read.c:
19954         (gst_riff_read_strf_vids_with_data):
19955           Fix extradata extraction if it is in the chunk size.
19956
19957 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19958
19959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19960
19961         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19962         (gst_quarktv_change_state), (gst_quarktv_dispose):
19963           Memory free'ing location fix (#164708).
19964
19965 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19966
19967         * gst/playback/gstplaybasebin.c: (group_commit),
19968         (gen_preroll_element), (probe_triggered), (gen_source_element),
19969         (setup_source), (gst_play_base_bin_change_state),
19970         (gst_play_base_bin_add_element):
19971           Don't block for streams.
19972         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19973         (gst_stream_info_set_mute):
19974           Use gst_pad_set_active_recursive.
19975
19976 2005-01-25  Andy Wingo  <wingo@pobox.com>
19977
19978         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19979         for #ifndef HAVE_XVIDEO.
19980
19981 2005-01-24  Jeffrey C. Ollie
19982
19983         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19984
19985         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19986         * ext/gsm/gstgsmdec.h:
19987         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19988         * ext/gsm/gstgsmenc.h:
19989         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19990         was given by property. Add proper buffer timestamps and offsets.
19991
19992 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19993
19994         * gst-libs/gst/riff/riff-media.c:
19995         (gst_riff_create_audio_caps_with_data):
19996           Audio can be <8000Hz.
19997
19998 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19999
20000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20001           Explicit state change to workaround refcount bugs.
20002
20003 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20004
20005         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
20006         (gst_avimux_riff_get_avi_header):
20007           Fix...
20008
20009 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20010
20011         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
20012         (gst_riff_read_element_data):
20013         * gst-libs/gst/riff/riff-read.h:
20014           Add _peek version (req'ed in CDXA).
20015         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
20016         (gst_cdxaparse_loop):
20017           Fix parsing in playbin.
20018         * gst/playback/gstdecodebin.c: (close_pad_link):
20019           Ignore current_ pads, they cause major annoyance.
20020
20021 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20022
20023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20024           Safety guard.
20025
20026 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20027
20028         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
20029           Fix padding...
20030
20031 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20032
20033         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
20034           Allow for 0-sized buffers. Fixes length query problems in
20035           starwars.mkv from the testsuite.
20036
20037 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
20038
20039         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
20040         (gst_video_box_i420), (gst_video_box_chain):
20041           Fix row strides for I420 (fixes #163159)
20042           
20043 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20044
20045         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20046           MPEG2 has a useful rate property, so we can actually use that.
20047           For MPEG-1, continue using the bytes/time properties.
20048
20049 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20050
20051         * gst-libs/gst/riff/riff-media.c:
20052         (gst_riff_create_video_caps_with_data),
20053         (gst_riff_create_video_template_caps):
20054           Add intel-h263.
20055
20056 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20057
20058         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20059           Fail if caps negotiation fails. Should fix #162184, and should
20060           definately be in there regardless of it fixing the actual bug.
20061         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
20062         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
20063         (gst_avimux_riff_get_avix_header),
20064         (gst_avimux_riff_get_video_header),
20065         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
20066         (gst_avimux_start_file), (gst_avimux_handle_event),
20067         (gst_avimux_change_state):
20068         * gst/avi/gstavimux.h:
20069           Refactor structure writing to use GST_WRITE_UINT macros, add
20070           metadata writing support.
20071
20072 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20073
20074         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
20075           Elements may already be destroyed when this function is called.
20076
20077 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20078
20079         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20080         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
20081           More memory leak fixes (#149162).
20082
20083 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20084
20085         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20086         (gst_qtdemux_add_stream):
20087           Fix two memleaks.
20088
20089 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20090
20091         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20092           Argh...
20093
20094 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20095
20096         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20097           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
20098           when fixating to six channels in Totem.
20099
20100 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20101
20102         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
20103           Fix compile warnings on Solaris 10 buildbot
20104
20105 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20106
20107         * ext/dvdread/dvdreadsrc.c: (_read):
20108           Don't read beyond the last cell in a chapter (fixes 
20109           invalid memory access)
20110
20111 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20112
20113         * ext/dvdread/stream_labels.c:
20114         (dvdreadsrc_get_audio_stream_labels):
20115           Use NULL for an empty GList instead of g_list_alloc(); fix 
20116           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
20117           of GString (easier to bulk free later)
20118
20119 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20120
20121         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20122
20123         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20124         (gst_ffmpeg_pixfmt_to_caps):
20125           Fix BGRA32 caps (#164209).
20126
20127 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20128
20129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20130
20131         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20132         (gst_ffmpeg_caps_to_pixfmt):
20133           alpha_mask can be RGBA/ABGR. Fixes #164265.
20134
20135 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
20136
20137         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20138
20139         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
20140         (gst_mpeg2dec_alloc_buffer):
20141         * ext/mpeg2dec/gstmpeg2dec.h:
20142           Crop if decoding size is not the actual image size (#163676).
20143
20144 2005-01-17  Steve Baker  <steve@stevebaker.org>
20145
20146         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20147
20148         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
20149         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
20150           Add libsndfile typefind functions (#163309).
20151
20152 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20153
20154         * tools/gst-launch-ext-m.m:
20155           Add .aac, fix .m1v/.m2v (#163891).
20156
20157 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20158
20159         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
20160           Sanity check, don't wait endlessly since the clock might not
20161           actually run at this point (which is a deadlock). Fixes #164069.
20162
20163 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20164
20165         * gst/playback/gstplaybasebin.c: (probe_triggered):
20166           Of course, only pause if group is done...
20167
20168 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20169
20170         * gst/playback/gstplaybasebin.c: (probe_triggered):
20171           Thread safety.
20172
20173 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
20174
20175         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20176           Don't return state change success when the parent
20177           failed.
20178
20179 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20180
20181         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
20182           Free events (fix memleak in #162905).
20183
20184 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
20185
20186         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20187
20188         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20189         (gst_ffmpeg_caps_to_pixfmt):
20190           Fix for depth = 15. Fixes #161675.
20191
20192 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20193
20194         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20195           Set FPS correctly, even for webcams and the like.
20196         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
20197           Don error on setting while capturing.
20198
20199 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20200
20201         * ext/dv/gstdvdec.c:
20202         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20203         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20204           I'm a bad boy. using /1001. to force C to do float division
20205           and not integer division (as it did in my last commit)
20206           Thanks to David I. Lehn for pointing this mistake.
20207
20208 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20209
20210         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20211           Revert Johan's 1.35->1.36 since it breaks compat.
20212
20213 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20214
20215         * ext/dv/gstdvdec.c:
20216         * ext/libfame/gstlibfame.c:
20217         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20218         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20219           replace framerate aproximations by their real value
20220           (24000/1001, 30000/1001, 60000/1001)
20221           Finish fixing bug #164049
20222
20223 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20224
20225         * ext/ogg/gstoggmux.c:
20226           eos/bos debugging
20227         * gst/tcp/gstmultifdsink.c:
20228         * gst/tcp/gstmultifdsink.h:
20229         * gst/tcp/gsttcp.c:
20230         * gst/tcp/gsttcp.h:
20231         * gst/tcp/gsttcpclientsink.c:
20232         * gst/tcp/gsttcpclientsrc.c:
20233         * gst/tcp/gsttcpserversink.c:
20234         * gst/tcp/gsttcpserversrc.c:
20235           improve reusability of elements after state changes and errors
20236           make multifdsink throw away streamheaders when receiving new ones
20237
20238 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20239
20240         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20241           Fix for if items are already in list...
20242
20243 2005-01-12  Benjamin Otte  <otte@gnome.org>
20244
20245         * gst/adder/gstadder.c: (gst_adder_loop):
20246           fix adder a bit so it doesn't screw up with events as much anymore
20247
20248 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20249
20250         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20251         (pixbufscale_scale), (gst_pixbufscale_chain):
20252         * ext/gdk_pixbuf/pixbufscale.h:
20253           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20254           to ensure rowstrides are calculated the same way as 
20255           ffmpegcolorspace
20256           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20257           that we pick up duration and offset also.
20258
20259 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20260
20261         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20262         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20263           Reusability fixes.
20264
20265 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20266
20267         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20268         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20269         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20270         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20271           Update flags when requested.
20272
20273 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20274
20275         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20276           Fix dmix.
20277
20278 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20279
20280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20281         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20282         (probe_triggered), (new_decoded_pad), (gen_source_element),
20283         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20284         * gst/playback/gstplaybasebin.h:
20285         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20286         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20287         (gst_play_bin_change_state):
20288           Implement group-switch signal for use in apps to clear metadata
20289           cache, clean up subtitle, add suburi property instead of # hack,
20290           some error-out fixes.
20291
20292 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20293
20294         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20295           Debug.
20296         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20297           If we got a state change in the _get handler, don't return success.
20298
20299 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20300
20301         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20302         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20303           Make jpegdec quiet on MJPEG decoding
20304         * gst/asfdemux/README:
20305           Fix mimetypes for MJPEG and H263
20306
20307 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20308
20309         * ext/theora/theoradec.c: (theora_dec_chain):
20310           Fix broken code generation by gcc by swapping arguments.
20311         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20312           Fix \n in debug.
20313
20314 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20315
20316         * TODO:
20317           delete this file, it is by far outdated
20318         * ext/alsa/gstalsa.1: remove
20319         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20320         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20321         (gst_alsa_get_caps):
20322           Add HW probing for supported sample rates. Fixes #161704
20323
20324 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20325
20326         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20327           Don't crash, biatch! :).
20328
20329 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20330
20331         * ext/musepack/gstmusepackreader.cpp:
20332         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20333           Some work on tags - still doesn't work in playbin...
20334         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20335           Handle events...
20336
20337 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20338
20339         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20340           Also shove tags on kid pads.
20341
20342 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20343
20344         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20345           Don't bail on unknown events.
20346         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20347           Don't crash on events before negotiation.
20348         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20349           Send tags on pads, too.
20350         * gst/playback/gststreamselector.c:
20351         (gst_stream_selector_request_new_pad):
20352           Forward events on first pad if no input was selected yet.
20353
20354 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20355
20356         * gst/playback/gstplaybasebin.c: (setup_substreams):
20357           Don't disable streamtype if the stream doesn't exist, since
20358           then playing a video after audio will disable both and nothing
20359           will happen. Fixes the testsuite.
20360
20361 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20362
20363         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20364         (gst_v4l_xoverlay_set_xwindow_id):
20365         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20366         (gst_v4l2_xoverlay_set_xwindow_id):
20367           Add debug categories, fix overlay disabling.
20368
20369 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20370
20371         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20372         * ext/alsa/gstalsa.h:
20373           Add HW probing for period_count/size and buffer_size MIX/MAX
20374           Adjust default/user defined value if out of bounds
20375           Should fix bug #162024
20376
20377 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20378
20379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20380           Fix warning (#161191).
20381
20382 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20383
20384         * ext/dvdread/stream_labels.c:
20385         (dvdreadsrc_get_audio_stream_labels):
20386           Fix warning (init the good variable in switch default)
20387
20388 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20389
20390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20391
20392         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20393           Fix gcc-2.95 compile (#163485).
20394
20395 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20396
20397         * configure.ac:
20398         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20399         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20400         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20401         (gst_flacenc_change_state):
20402         * ext/flac/gstflacenc.h:
20403           Update for API change in flac-1.1.1. Update requirement in
20404           configure.ac. Fixes #162974.
20405
20406 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20407
20408         * gst/playback/gstplaybasebin.c: (group_destroy):
20409           Remove hack to get rid of assert and get rid of unlinked
20410           signals properly.
20411
20412 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20413
20414         * gst/playback/gstplaybasebin.c: (setup_source):
20415           Set source to NULL so that resources are free'ed. Fixes issues
20416           with playback of CDDA and similar device-accessing things.
20417
20418 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20419
20420         * testsuite/embed/Makefile.am:
20421           test->noinst, fix make test in buildbot.
20422
20423 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20424
20425         * ext/dvdread/stream_labels.c: new file
20426         * ext/dvdread/stream_labels.h: new file
20427         * ext/dvdread/Makefile.am:
20428         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20429           Extract audio stream label from DVD IFO files.
20430           It only dump them on the console for now, still have to
20431           make playbin aware of them.
20432
20433 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20434
20435         * gst/playback/gstplaybasebin.c: (setup_source):
20436           Fix hanging subs.
20437
20438 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20439
20440         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20441         (gen_preroll_element), (remove_groups), (setup_subtitle),
20442         (gen_source_element), (setup_source):
20443         * gst/playback/gstplaybasebin.h:
20444           Multiple .sub files is just a stupid idea... Fix some threading
20445           mistakes. Interestingly, external .sub files cause playbin to
20446           hang, I don't know why... Parsing fixes contributed by Fran??ois
20447           Kooman <fkooman@tuxed.net>.
20448
20449 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20450
20451         * testsuite/embed/Makefile.am:
20452           Fix buildbot.
20453
20454 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20455
20456         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20457
20458         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20459         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20460         (gst_pngenc_set_property):
20461         * ext/libpng/gstpngenc.h:
20462           Add compression level property (#163323).
20463
20464 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20465
20466         * configure.ac:
20467         * examples/capsfilter/capsfilter1.c: (main):
20468         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20469         * ext/dvdread/Makefile.am:
20470         * ext/dvdread/demo-play:
20471         * ext/dvdread/demo-play.c:
20472         * gconf/gstreamer.schemas.in:
20473         * gst-libs/gst/gconf/gconf.c:
20474         * sys/v4l/TODO:
20475         * testsuite/Makefile.am:
20476         * testsuite/embed/Makefile.am:
20477         * testsuite/embed/embed.c: (cb_expose), (main):
20478           Remove all references to xvideosink, fix examples (#140845).
20479         * gst/playback/gstplaybasebin.c: (group_destroy):
20480           Apparently, disposal does not unlink - so do explicitely.
20481         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20482           Add debug.
20483
20484 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20485
20486         * README: fix PKG_CONFIG_PATH instructions, what was there
20487         previously was breaking default search path, not nice. 
20488         Fixes #163358
20489
20490 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20491
20492         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20493         (gst_audioscale_chain):
20494           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20495           when resampling - how the ^@$^!@^! is this possible?!?
20496
20497 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20498
20499         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20500           Reset variables on READY.
20501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20502         (gst_matroska_mux_loop):
20503           Require data before writing header.
20504
20505 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20506
20507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20508
20509         * ext/mad/gstmad.c: (gst_mad_chain):
20510           Don't call mad_stream_sync() directly after recovering sync.
20511           Fixes #151661.
20512
20513 2005-01-09  Martin Eikermann  <meiker@upb.de>
20514
20515         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20516
20517         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20518         (snapshot_handler), (gst_snapshot_sinkconnect),
20519         (gst_snapshot_chain):
20520           Allocate resources when required, fix recursive signal emission
20521           and fix caps. Fixes #161667.
20522
20523 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20524
20525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20526
20527         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20528         (gst_pngdec_chain):
20529           Handle only 8-bppc (bits-per-pixel-component) images, better
20530           error handling and correct strides. Fixes #163177.
20531         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20532         (gst_pngenc_chain):
20533           Better error handling. Fixes #163348.
20534
20535 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20536
20537         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20538         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20539         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20540         (dvdnavsrc_uri_handler_init):
20541           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20542         * gst/playback/gstplaybasebin.c: (gen_source_element):
20543           Add MMS to streaming URIs.
20544
20545 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20546
20547         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20548         * sys/xvimage/xvimagesink.c:
20549         (gst_xvimagesink_navigation_send_event):
20550           Check for pad availability before sending event.
20551
20552 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20553
20554         * gst-plugins.spec.in:
20555           Add subparse.
20556
20557 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20558
20559         * configure.ac:
20560           Since we use functions from CVS, up requirement.
20561
20562 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20563
20564         * gst/playback/Makefile.am:
20565         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20566         (group_destroy), (group_commit), (group_is_muted),
20567         (gen_preroll_element), (add_stream), (unknown_type),
20568         (probe_triggered), (preroll_unlinked), (mute_stream),
20569         (silence_stream), (new_decoded_pad), (setup_substreams),
20570         (setup_source), (get_active_source), (mute_group_type),
20571         (muted_group_change_state), (set_active_source),
20572         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20573         (play_base_eos), (gst_play_base_bin_change_state):
20574         * gst/playback/gstplaybasebin.h:
20575         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20576         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20577         (gst_stream_info_dispose), (stream_info_mute_pad),
20578         (stream_info_change_state), (gst_stream_info_set_mute):
20579         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20580         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20581         (gst_stream_selector_init), (gst_stream_selector_dispose),
20582         (gst_stream_selector_get_linked_pad),
20583         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20584         (gst_stream_selector_get_linked_pads),
20585         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20586         * gst/playback/gststreamselector.h:
20587           Adding stream selection support plus required properties for
20588           applications to use this. Fully fixes #100931.
20589
20590 2005-01-08  Benjamin Otte  <otte@gnome.org>
20591
20592         * gst/games/gstpuzzle.c: (nav_event_handler):
20593           - handle nav events differently: forward every event no matter if it
20594             was handled or not.
20595           - translate events
20596           You can now cheat by using navigationtest ! puzzle and moving the
20597           mouse close to the edge of a tile. ;)
20598
20599 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20600
20601         * configure.ac:
20602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20603         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20604         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20605         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20606         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20607         (gst_ogm_parse_plugin_init):
20608         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20609         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20610         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20611         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20612         * ext/pango/gsttextoverlay.h:
20613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20614         (gst_matroska_demux_handle_seek_event),
20615         (gst_matroska_demux_sync_streams),
20616         (gst_matroska_demux_parse_blockgroup),
20617         (gst_matroska_demux_subtitle_caps),
20618         (gst_matroska_demux_plugin_init):
20619         * gst/matroska/matroska-ids.h:
20620         * gst/playback/gstdecodebin.c: (close_pad_link):
20621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20622         (gen_preroll_element), (remove_groups), (add_stream),
20623         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20624         (setup_source):
20625         * gst/playback/gstplaybasebin.h:
20626         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20627         * gst/subparse/Makefile.am:
20628         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20629         (gst_subparse_base_init), (gst_subparse_class_init),
20630         (gst_subparse_init), (gst_subparse_formats),
20631         (gst_subparse_eventmask), (gst_subparse_event),
20632         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20633         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20634         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20635         (parse_mpsub_deinit), (parse_mpsub_init),
20636         (gst_subparse_buffer_format_autodetect),
20637         (gst_subparse_format_autodetect), (gst_subparse_loop),
20638         (gst_subparse_change_state), (gst_subparse_type_find),
20639         (plugin_init):
20640         * gst/subparse/gstsubparse.h:
20641         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20642         (plugin_init):
20643           Add subtitle support, .sub parser (supports SRT and MPsub),
20644           OGM text support, Matroska UTF-8 text support, deadlock fixes
20645           all over the place, subtitle awareness in decodebin/playbin
20646           and some fixes to textoverlay to handle subtitles in a stream
20647           correctly. Fixes #100931.
20648
20649 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20650
20651         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20652           Check for pad availability before doing a query on it.
20653
20654 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20655
20656         * ext/dv/gstdvdec.c:
20657           really fix bpp24/32 dvdec caps (classic rgba indeed)
20658         * gst/asfdemux/gstasfdemux.c:
20659         (gst_asf_demux_process_ext_content_desc):
20660           don't send text tags if they are empty (bis repetita)
20661
20662 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20663
20664         * ext/dv/gstdvdec.c:
20665          remove unneeded comment from dvdec
20666           (related to DV 4CC codes in AVI files)
20667           moved them in gstreamer/docs/random/mimetypes
20668         * gst/asfdemux/gstasfdemux.c:
20669         (gst_asf_demux_process_ext_content_desc):
20670          don't send text tags if they are empty
20671          fix mem leak on error path
20672         * gst/ffmpegcolorspace/avcodec.h:
20673         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20674         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20675         (gst_ffmpegcsp_avpicture_fill):
20676         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20677         * gst/ffmpegcolorspace/imgconvert_template.h:
20678          adds BGR32 and BGRA32 to ffmpegcolorspace
20679           (still bad colors, fixing it on next commit)
20680           helps with dvdec outputing BGR32
20681
20682 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20683
20684         * ext/dv/gstdvdec.c:
20685          Fix audio caps i just broke (missing ',')
20686         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20687         (gst_matroska_mux_reset):
20688          Fix typo + add FIXME about old "x-gst-metadata" crap
20689
20690 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20691
20692         * ext/dv/demo-play.c: (main):
20693          xvideosink -> xvimagesink
20694         * ext/dv/gstdvdec.c:
20695          change rgb 32/32 caps to 24/32 (no alpha)
20696          change nb of channels to be a list (2 or 4, not 2)
20697          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20698         * gst/asfdemux/gstasfdemux.c:
20699         (gst_asf_demux_process_ext_content_desc):
20700          Add 'date/year' to extracted metadata list
20701
20702 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20703
20704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20705           The return value of fixate_to does not imply that the requested
20706           value was set, so don't assume.
20707
20708 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20709
20710         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20711
20712         * ext/libpng/gstpngdec.c:
20713         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20714         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20715         * ext/libpng/gstpngenc.h:
20716           Alpha support (encoder; #163161), mime fixage.
20717
20718 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20719
20720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20721
20722         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20723         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20724         (gst_faac_set_property), (gst_faac_get_property):
20725         * ext/faac/gstfaac.h:
20726           Allow for ADTS output (#153434).
20727
20728 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20729
20730         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20731           Fix against template (#150576).
20732
20733 2005-01-06  Benjamin Otte  <otte@gnome.org>
20734
20735         * gst/games/gstpuzzle.c: (draw_puzzle):
20736           don't draw a puzzle if either width or height of tiles would be 0.
20737
20738 2005-01-06  Benjamin Otte  <otte@gnome.org>
20739
20740         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20741         (gst_puzzle_class_init), (gst_puzzle_finalize):
20742           no memleaks, please
20743         (gst_puzzle_create), (gst_puzzle_init),
20744         (gst_puzzle_set_property), (gst_puzzle_setup):
20745           change initialization code around so we don't reshuffle on resize
20746         (draw_puzzle):
20747           fix another stupid typo
20748
20749 2005-01-06  Benjamin Otte  <otte@gnome.org>
20750
20751         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20752           fix stupid typo that borked copying on YUY2
20753
20754 2005-01-06  Benjamin Otte  <otte@gnome.org>
20755
20756         * gst/games/gstpuzzle.c: (draw_puzzle):
20757           fix edges when image sizes aren't multiples of tile sizes
20758
20759 2005-01-06  Benjamin Otte  <otte@gnome.org>
20760
20761         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20762           make RGB endianness work correctly
20763         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20764           refactor and fix race with initial shuffling
20765         (nav_event_handler):
20766           allow using the mouse to puzzle
20767         (draw_puzzle):
20768           insist on tiles having width and height as multiples of 4 to get
20769           clean YUV image handling
20770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20771         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20772           s/DEBUG/LOG/ for common messages
20773         (gst_xvimagesink_navigation_send_event):
20774           fix mouse event translation to not include screen PAR
20775         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20776           fix mouse event translation to actually work
20777
20778 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20779
20780         * gst/asfdemux/gstasfdemux.c:
20781         (gst_asf_demux_process_ext_content_desc):
20782          Extract TrackNumber metadata + clean up code
20783         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20784          Hope this is the good fix (var used unitialised)
20785
20786 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20787
20788         * ext/faad/gstfaad.c: (gst_faad_chain):
20789           Only increment timestamp if it's valid. Fixes raw AAC streams.
20790
20791 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20792
20793         * configure.ac:
20794         * gst/games/Makefile.am:
20795         * gst/games/gstpuzzle.c:
20796           add a puzzle game with...
20797         * gst/games/gstvideoimage.c:
20798         * gst/games/gstvideoimage.h:
20799           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20800           from videotestsrc and made into something that would be a nice
20801           library for a lot of other plugins.
20802
20803 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20804
20805         * configure.ac:
20806          don't compile faad plugin if a RC of 2.0 is found
20807          Fixes #155346 (and FC1 buildbot)
20808         * gst/asfdemux/gstasfdemux.c:
20809         (gst_asf_demux_process_ext_content_desc):
20810          try to make Solaris compiler happier
20811
20812 2005-01-06  Paul Jack  <pjack@sfaf.org>
20813
20814         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20815
20816         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20817           Fix segfault (#161667).
20818
20819 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20820
20821         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20822           Fix framerate reporting.
20823
20824 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20825
20826         * gst-libs/gst/riff/riff-ids.h:
20827         * gst/wavenc/riff.h:
20828          Add AMR (VBR and CBR) ids to riff.h audio codec list
20829         * gst/asfdemux/gstasfdemux.c:
20830         (gst_asf_demux_process_ext_content_desc),
20831         (gst_asf_demux_process_object):
20832           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20833
20834 2005-01-05  Martin Eikermann  <meiker@upb.de>
20835
20836         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20837
20838         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20839         (gst_dvd_demux_handle_discont):
20840         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20841         (gst_mpeg_demux_handle_discont):
20842           Recreate pads on new-media (#160730).
20843         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20844           Send discont even if manager changes timestamps (#161929).
20845
20846 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20847
20848         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20849
20850         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20851           Fix invalid memory access (#159211).
20852
20853 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20854
20855         * examples/gstplay/player.c: (main):
20856           Don't iterate.
20857         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20858           Add visualizations.
20859         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20860         (gst_a52dec_handle_frame):
20861           Set duration.
20862         * ext/dvdnav/gst-dvd:
20863           Add audioconvert. Fixes #161325.
20864         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20865           Explicitely case to gint64. Possible valgrind error.
20866         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20867         (gst_play_tick_callback), (gst_play_change_state),
20868         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20869         (gst_play_set_location), (gst_play_get_location),
20870         (gst_play_seek_to_time), (gst_play_set_data_src),
20871         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20872         (gst_play_set_visualization), (gst_play_connect_visualization),
20873         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20874         (gst_play_new):
20875           Use playbin. Fixes #139749 and #147744.
20876         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20877           Add genre tag.
20878         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20879         (audioscale_get_type), (gst_audioscale_base_init),
20880         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20881         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20882         (gst_audioscale_link), (gst_audioscale_get_buffer),
20883         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20884         (gst_audioscale_init), (gst_audioscale_dispose),
20885         (gst_audioscale_chain), (gst_audioscale_set_property),
20886         (gst_audioscale_get_property), (plugin_init):
20887           Indent properly.
20888         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20889           Fix LPCM.
20890         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20891         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20892         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20893           Add more metadata (fixes #162656).
20894
20895 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20896
20897         * configure.ac:
20898           back to cvs
20899
20900 === release 0.8.7 ===
20901
20902 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20903
20904         * NEWS:
20905         * RELEASE:
20906         * configure.ac:
20907           releasing 0.8.7, "Hyperspace"
20908
20909 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20910
20911         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20912
20913         * gst/playback/gstplaybasebin.c:
20914          Fix for #162924 - free caps after use, not before
20915
20916 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20917
20918         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20919
20920         * gst/playback/gstplaybasebin.c:
20921         * gst/wavparse/gstwavparse.c:
20922           Fix for #154773 - fixes playback of small .wav files
20923
20924 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20925
20926         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20927
20928         * gst/audioscale/gstaudioscale.c:
20929           Fix for #162819 - make audioscale reusable
20930           Fixes playback of more than one file with playbin/totem
20931
20932 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20933
20934         * gst/ffmpegcolorspace/avcodec.h:
20935         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20936         * gst/ffmpegcolorspace/imgconvert.c:
20937           clean up the mess that made me cry and avoid needless duplication
20938
20939 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20940
20941         * gst/ffmpegcolorspace/imgconvert.c:
20942           give some indication of why we're segfaulting
20943
20944 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20945
20946         * configure.ac:
20947           Fix indentation, fix v4l2 plugin detection.
20948         * ext/Makefile.am:
20949           Fix libmms location (Maciej, use diff -u!).
20950         * ext/alsa/gstalsa.c: (gst_alsa_init):
20951           Initialize caps cache to NULL.
20952         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20953           Only change state on audiosink if it exists.
20954
20955 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20956
20957         * gst/matroska/matroska-demux.c:
20958         * gst/matroska/matroska-ids.h:
20959         * gst/matroska/matroska-demux.h:
20960         Fix Vorbis streams failing to decode in some files, where cluster_time
20961         isn't 0, because then it doesn't send codec_priv before actual data.
20962         Remove time-based test and replace it with marker set on beginning of
20963         new stream
20964
20965 2004-12-28  David Schleef  <ds@schleef.org>
20966
20967         Merge patch from Ronald fixing problems with streaming
20968         text.
20969         * ext/cairo/gstcairo.c: (plugin_init):
20970         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20971         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20972         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20973         (gst_textoverlay_font_init), (gst_textoverlay_init),
20974         (gst_textoverlay_set_property):
20975         * ext/cairo/gsttextoverlay.h:
20976
20977 2004-12-27  David Schleef  <ds@schleef.org>
20978
20979         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20980         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20981         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20982         (gst_textoverlay_font_init), (gst_textoverlay_init),
20983         (gst_textoverlay_set_property): Improvements to actually
20984         render text as white on black outline on video, including
20985         font selection and horizontal/vertical alignment.  (Ronald's
20986         christmas present)
20987         * ext/cairo/gsttextoverlay.h:
20988
20989 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20990
20991         * ext/ogg/gstogg.c:
20992         * ext/ogg/gstogmparse.c:
20993           fix ogm[audio/video]parse plugin registration
20994           (riff won't load if bytestream is already loaded)
20995
20996 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20997
20998         * gst/audioconvert/gstchannelmix.c:
20999           fix for GLIB < 2.4
21000
21001 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21002
21003         * Makefile.am:
21004         * configure.ac:
21005           disable docs again until it actually passes make distcheck.
21006
21007 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21008
21009         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
21010         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
21011         (plugin_init):
21012           Add 3GP (variables name Q3GP because they can't start with a
21013           number). Add samr audio fourcc (used in .3gp files), decoder
21014           is work in progress. Also do a GST_WARNING instead of ERROR
21015           in case of unknown nodes, to decrease output.
21016
21017 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21018
21019         * Makefile.am:
21020           really fix dist
21021
21022 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21023
21024         * configure.ac:
21025         * ext/speex/gstspeexdec.h:
21026         * ext/speex/gstspeexenc.h:
21027           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
21028           Fix detection code in configure.ac
21029
21030 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21031
21032         * gst/matroska/matroska-demux.c:
21033         (gst_matroska_demux_parse_blockgroup):
21034           Save position, so that queries give proper return values. Don't
21035           know how this could ever have worked before...
21036
21037 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21038
21039         * configure.ac:
21040           Put additional LAME check inside the conditional.  Fixes #152339
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):
21046           Add some more debug. Fix logic error when setting movi offset
21047           while reading index.
21048
21049 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21050
21051         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21052         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
21053         (gst_avi_demux_process_next_entry):
21054           Add some debugging. Better detection of broken indexes and the
21055           accompanying index recovery. No infinite loops on state changes
21056           when we're still in our loopfunction.
21057
21058 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21059
21060         * configure.ac:
21061           Fix up.
21062
21063 2004-12-22  Archana Shah  <archana.shah@wipro.com>
21064
21065         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21066
21067         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
21068           Normalizing the value before setting
21069         (gst_sunaudiomixer_get_volume):
21070           Normalizing the value after getting. Fixes bug# 161980
21071
21072 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21073
21074         * Makefile.am: Make sure docs gets disted
21075         * docs/Makefile.am: Make sure all needed files get disted
21076         * gst-plugins.spec.in: latest updates
21077
21078 2004-12-22  Wim Taymans  <wim@fluendo.com>
21079
21080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21081         Revert patch 1.38 as clock distribution over schedulers does
21082         not work correcly in the core yet.
21083
21084 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21085
21086         * sys/oss/README: remove this file, which predates my birth
21087           (and which content is by far outdated)
21088
21089 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
21090
21091         * Makefile.am:
21092         * configure.ac:
21093         * docs/Makefile.am:
21094         * docs/libs/Makefile.am:
21095         * docs/libs/gst-plugins-libs-docs.sgml:
21096         * docs/libs/gst-plugins-libs-sections.txt:
21097         * docs/libs/tmpl/gstgconf.sgml:
21098         * docs/upload.mak:
21099         * docs/version.entities.in:
21100           Added boilerplate gtk-doc files for plugin-libs documentation.
21101
21102 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21103
21104         * gst/auparse/gstauparse.c: fix int and float audio caps
21105
21106 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21107
21108         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21109         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21110           g_assert() can be a macro, don't use #ifdef inside it.
21111
21112 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
21113
21114         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21115
21116         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21117         (gst_videorate_init), (gst_videorate_chain),
21118         (gst_videorate_change_state):
21119           Event handling (fixes #159986).
21120
21121 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21122
21123         * gst-libs/gst/riff/riff-media.c:
21124         (gst_riff_create_video_caps_with_data):
21125           Add BLZ0 (Blizzard's version of DivX) fourcc.
21126
21127 2004-12-18  David Schleef  <ds@schleef.org>
21128
21129         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
21130         portability fix.
21131
21132 2004-12-18  David Schleef  <ds@schleef.org>
21133
21134         * gst/tta/ttadec.h: Disable some header code that isn't used
21135         and clearly isn't portable.
21136
21137 2004-12-18  David Schleef  <ds@schleef.org>
21138
21139         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
21140         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21141         (avcodec_get_pix_fmt), (avpicture_layout),
21142         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
21143         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
21144         Fix code to not use GCC extensions (and c99 extensions that
21145         Forte does not like.)
21146
21147 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21148
21149         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21150
21151         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21152         (gst_deinterlace_chain):
21153           Rowstride fixes. Fixes #161039.
21154         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
21155         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
21156         (gst_video_crop_getcaps), (gst_video_crop_link),
21157         (gst_video_crop_i420), (gst_video_crop_chain),
21158         (gst_video_crop_change_state):
21159           Rework of negotiation. Actually works now. Fixes #158650.
21160
21161 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21162
21163         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
21164           That was very stupid.
21165
21166 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21167
21168         * gst/matroska/matroska-demux.c:
21169         (gst_matroska_demux_parse_blockgroup):
21170           Fix possible crasher.
21171
21172 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21173
21174         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
21175         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
21176           Lace sizes can be zero.
21177
21178 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21179
21180         * ext/musepack/gstmusepackdec.cpp:
21181           Fetch error return values. Fixes #161624.
21182         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21183           Really EOS.
21184
21185 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21186
21187         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
21188           Work for truncated (unfinished download etc.) files. Fixes #160514.
21189
21190 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21191
21192         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21193           Fix for integer overflow. Makes #156001 not crash. Probably masks
21194           the real bug.
21195
21196 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21197
21198         * gst/ac3parse/gstac3parse.c: (plugin_init):
21199           Parsers never have ranks. Fixes #159651.
21200
21201 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21202
21203         * gst/playback/gstdecodebin.c: (compare_ranks):
21204           make sure the facotries are ordered the same every time even if they
21205           have the same rank by using the name
21206         * gst/playback/gstdecodebin.c: (find_compatibles):
21207           make sure we don't add factories to the list twice
21208
21209 2004-12-16  David Schleef  <ds@schleef.org>
21210
21211         * configure.ac: look for musepack headers as musepack/*.h
21212         (fixes #159847)
21213         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
21214         * ext/musepack/gstmusepackreader.h: same
21215
21216 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21217
21218         * gst-libs/gst/riff/riff-read.c:
21219         (gst_riff_read_strf_auds_with_data):
21220           Read extradata correctly (fixes #155879).
21221
21222 2004-12-16  David Schleef  <ds@schleef.org>
21223
21224         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
21225         audio.  does _not_ attempt or allow conversion unless channels
21226         is 1 or 2.
21227
21228 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21229
21230         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
21231
21232 2004-12-16  David Schleef  <ds@schleef.org>
21233
21234         * gst/audioscale/gstaudioscale.c: the resample library only
21235         handles 1 or 2 channels.  Change caps to compensate.
21236
21237 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21238
21239         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21240         (gst_matroska_demux_audio_caps):
21241           Some MPEG-AAC hacks, because else it doesn't work...
21242
21243 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21244
21245         * gst-libs/gst/riff/riff-media.c:
21246         (gst_riff_create_video_caps_with_data),
21247         (gst_riff_create_video_template_caps):
21248           Add h264.
21249
21250 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21251
21252         * gst-libs/gst/audio/Makefile.am:
21253           Try to fix buildbot.
21254
21255 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21256
21257         * gst/tcp/gstmultifdsink.c:
21258           Clean up and uniformize debugging.
21259
21260 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21261
21262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21263
21264         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21265         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21266         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21267         (gst_mpeg_demux_change_state):
21268           Reset on ready. Fixes 160276.
21269
21270 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21271
21272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21273
21274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21275         (gst_ffmpegcsp_pad_link):
21276           Fix memleak (#154815).
21277
21278 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21279
21280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21281
21282         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21283         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21284         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21285         * ext/musicbrainz/gsttrm.h:
21286           Add support for using a proxy server when getting a trm id from
21287           the MusicBrainz database (#149613).
21288
21289 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21290
21291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21292
21293         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21294         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21295           Fix memleaks (#157233).
21296
21297 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21298
21299         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21300
21301         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21302         * gst-libs/gst/resample/resample.h:
21303         * gst/audioscale/gstaudioscale.c:
21304           Fix memleak (#159215).
21305
21306 2004-12-16  Toni Willberg  <toniw@iki.fi>
21307
21308         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21309
21310         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21311         * sys/oss/oss_probe.c: (main):
21312           Check for mono/stereo support (similar to samplerate probing),
21313           fixes #159433. Also add missing copyright header to oss_probe.c.
21314
21315 2004-12-15  David Schleef  <ds@schleef.org>
21316
21317         * configure.ac: add audioresample and cairo plugins.  Remove
21318         HAVE_MMX stuff, because it's not used.
21319         * ext/Makefile.am: same
21320         * ext/audioresample/Makefile.am: You are not ready for an
21321         audio resampling element based on audioresample.
21322         * ext/audioresample/gstaudioresample.c:
21323         * ext/audioresample/gstaudioresample.h:
21324         * ext/cairo/Makefile.am: You are not ready for overlay elements
21325         based on cairo.  Don't look too closely, these elements kinda
21326         suck right now.
21327         * ext/cairo/gstcairo.c: new
21328         * ext/cairo/gsttextoverlay.c: new
21329         * ext/cairo/gsttextoverlay.h: new
21330         * ext/cairo/gsttimeoverlay.c: new
21331         * ext/cairo/gsttimeoverlay.h: new
21332         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21333         problem with compilers that don't support variadic macros.
21334
21335 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21336
21337         Reviewed by:  David Schleef  <ds@schleef.org>
21338
21339         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21340         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21341         bit.  Also ran indent-gst.
21342         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21343         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21344         (gst_sunaudiosrc_setparams):
21345
21346 2004-12-14  David Schleef  <ds@schleef.org>
21347
21348         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21349         output rate to 16000.  Should fix #160235.
21350
21351 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21352
21353         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21354         Add typefinding for mpeg2 pes streams
21355
21356 2004-12-13  David Schleef  <ds@schleef.org>
21357
21358         * configure.ac:  Applied patch from bug #143659, making default
21359         sources and sinks OS-dependent (for Solaris), and added code
21360         for OS/X.
21361         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21362
21363 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21364
21365         * gst-libs/gst/riff/riff-media.c:
21366           forgot to add h2.64 to avidemux template caps
21367
21368 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21369
21370         * gst/wavenc/riff.h:
21371         * gst-libs/gst/riff/riff-media.c:
21372         * gst-libs/gst/riff/riff-ids.h:
21373         * gst/avi/gstavimux.c
21374         add 4CC code for VideoSoft h264 in AVI (VSSH)
21375           fixes bug #160655
21376         remove s323 from riff, it's quicktime specific :(
21377
21378 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21379
21380         * gst/asfdemux/README
21381         * gst/wavenc/riff.h
21382         * gst-libs/gst/riff/riff-ids.h
21383         * gst-libs/gst/riff/riff-media.c
21384         * gst/qtdemux/qtdemux.c:
21385           add new 4CC codes for h263 related codecs
21386           fixes partially bug #155163
21387
21388 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21389
21390         * configure.ac: Update polyaudio requirement to 0.7
21391         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21392
21393 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21394
21395         * gst/interleave/deinterleave.c:
21396         fix my name's spelling! :)
21397
21398 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21399
21400         * AUTHORS ChangeLog
21401         * gst/auparse/gstauparse.c
21402         * gst/interleave/deinterleave.c
21403         * gst/law/:
21404                 alaw-decode.c alaw-encode.c
21405                 mulaw-decode.c mulaw-encode.c
21406         * gst/oneton/gstoneton.c
21407         * sys/osxaudio/:
21408                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21409         * sys/osxvideo/:
21410                 cocoawindow.h cocoawindow.m
21411                 osxvideosink.h osxvideosink.m
21412
21413         put the same mail address for Zaheer Abbas Merali everywhere
21414
21415 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21416
21417         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21418           Align by packetsize, and assert that we a packet available before
21419           playing. The first makes webstreams work (they often include
21420           trailing padding data in a packet), the second allows pausing a
21421           ASF stream in totem without getting demux errors afterwards.
21422
21423 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21424
21425         * ext/ogg/gstoggdemux.c: (get_relative):
21426           Check for non-NULL before accessing member (end-of-chain).
21427
21428 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21429
21430         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21431         (cdparanoia_set_property), (cdparanoia_get_property):
21432         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21433         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21434         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21435         (dvdreadsrc_init), (dvdreadsrc_set_property),
21436         (dvdreadsrc_get_property):
21437         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21438         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21439           Synchronize property names where not yet the case. Devices are
21440           now device=X, other versions are deprecated (but still exist).
21441           Also use g_free() unconditionally.
21442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21443         (setup_source), (gst_play_base_bin_get_property):
21444           Expose source.
21445
21446 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21447
21448         * configure.ac: move GCONF macro outside conditional for the am
21449           conditional. Fixes #160439
21450
21451 2004-12-08  David Schleef  <ds@schleef.org>
21452
21453         * tools/gst-visualise-m.m: Switch to elements that currently
21454         exist.
21455
21456 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21457
21458         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21459           We love wrong commas.
21460
21461 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21462
21463         * gst/matroska/matroska-demux.c:
21464         (gst_matroska_demux_handle_src_query):
21465           Don't set DEFAULT, unsupported - makes length display incorrectly
21466           in some cases.
21467
21468 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21469
21470         * gst/monoscope/README: remove blurb about files being GPL
21471         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21472         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21473           monoscope is now effectively LGPL licensed
21474
21475 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21476
21477         * gst/monoscope/README: Update information to be more correct
21478         * gst/monoscope/convolve.c: Relicense to LGPL
21479         * gst/monoscope/convolve.h: Relicense to LGPL
21480
21481 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21482
21483         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21484           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21485         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21486           set default_duration for mpeg1 audio
21487
21488 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21489
21490         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21491         * ext/alsa/gstalsa.h:
21492           refactor big chunks of the core caps negotiation code to make it
21493           a lot faster, because people claim it's really slow
21494           (actually, just cache the getcaps when the device is opened)
21495
21496 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21497
21498         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21499         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21500         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21501         (gst_a52dec_change_state), (plugin_init):
21502         * ext/a52dec/gsta52dec.h:
21503           Do something useful with timestamps. Make chain-based (since
21504           there's really no reason to be loopbased).
21505         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21506           Update current_byte/frame correctly.
21507
21508 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21509
21510         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21511         (gst_ape_demux_stream_init):
21512           Forward tags, too.
21513
21514 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21515
21516         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21517           Let's make sure we're done typefinding when detecting tags.
21518
21519 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21520
21521         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21522         (gst_ebml_read_init), (gst_ebml_read_use_event),
21523         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21524         (gst_ebml_read_seek), (gst_ebml_read_skip),
21525         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21526         (gst_ebml_read_master):
21527         * gst/matroska/ebml-read.h:
21528         * gst/matroska/matroska-demux.c:
21529         (gst_matroska_demux_parse_contents),
21530         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21531           Disgustingly evil hack for working around INTERRUPT events and
21532           their extremely annoying habit of being a pain in the ass. We
21533           simply peek a cluster before reading any of it.
21534
21535 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21536
21537         * ext/musepack/gstmusepackdec.cpp:
21538           There's also floating point libmusepacks.
21539
21540 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21541
21542         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21543         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21544           Set DURATION even if source buffer didn't. Also use increasing
21545           timestamps.
21546         * gst-libs/gst/riff/riff-media.c:
21547         (gst_riff_create_audio_caps_with_data):
21548           Block_align can have larger values than 8192.
21549
21550 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21551
21552         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21553         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21554         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21555         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21556           Fix caps.
21557
21558 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21559
21560         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21561           Fix logic bug.
21562
21563 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21564
21565         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21566           Yay, another one.
21567
21568 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21569
21570         * ext/esd/esdsink.c: (gst_esdsink_chain):
21571           Make error actually say something useful (fixes #156798).
21572         * gst-libs/gst/riff/riff-media.c:
21573         (gst_riff_create_video_caps_with_data),
21574         (gst_riff_create_video_template_caps):
21575           Add Intel Video 5.0 fourcc (IV50).
21576
21577 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21578
21579         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21580         detection on mono and stereo mp3 files.
21581
21582 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21583
21584         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21585           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21586           the contained stream).
21587
21588 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21589
21590         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21591           Oops, remove debug.
21592
21593 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21594
21595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21596
21597         * gst/law/alaw-decode.c: (alawdec_getcaps):
21598         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21599           Prevent warnings when negotiating caps (fixes #159338).
21600
21601 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21602
21603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21604         (gst_ffmpegcsp_chain):
21605           Remove old leftover that shouldn't be there...
21606
21607 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21608
21609         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21610
21611         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21612           Don't forward DISCONT events (fixes #159684).
21613
21614 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21615
21616         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21617           Unlink manually since sometimes bin disposal (and therefore
21618           pad unlinking) is delayed, which will cause a new media file
21619           to not be able to start playing instantly.
21620
21621 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21622
21623         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21624           On mute of an unlinked stream, check for pad availability so
21625           we don't crash on unlinked pad.
21626
21627 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21628
21629         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21630         (gst_avi_demux_massage_index):
21631           Fix quite humiliating bug in omitting 0-sized index chunks but
21632           forgetting to count them for timestamps.
21633
21634 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21635
21636         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21637           Actually leave the loop if we failed to sync. Don't crash.
21638
21639 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21640
21641         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21642         (gst_dvd_demux_process_private):
21643         * gst/mpegstream/gstdvddemux.h:
21644           Fix crash (#159759). Doesn't work, though. :-(.
21645
21646 2004-11-28  Benjamin Otte  <otte@gnome.org>
21647
21648         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21649           more overwriting protection due to modifying channels one by one
21650           instead of all at once
21651
21652 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21653
21654         * gst/audioconvert/gstchannelmix.c:
21655         (gst_audio_convert_fill_normalize):
21656           Normalize using absolute values.
21657
21658 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21659
21660         * configure.ac:
21661         * ext/Makefile.am:
21662         * ext/directfb/Makefile.am:
21663         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21664         (gst_directfbvideosink_get_pixel_format),
21665         (gst_directfbvideosink_get_format_from_fourcc),
21666         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21667         (gst_directfbvideosink_sink_link),
21668         (gst_directfbvideosink_change_state),
21669         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21670         (gst_directfbvideosink_buffer_alloc),
21671         (gst_directfbvideosink_interface_supported),
21672         (gst_directfbvideosink_interface_init),
21673         (gst_directfbvideosink_navigation_send_event),
21674         (gst_directfbvideosink_navigation_init),
21675         (gst_directfbvideosink_set_property),
21676         (gst_directfbvideosink_get_property),
21677         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21678         (gst_directfbvideosink_base_init),
21679         (gst_directfbvideosink_class_init),
21680         (gst_directfbvideosink_get_type), (plugin_init):
21681         * ext/directfb/directfbvideosink.h: Adding a first version of
21682         directfbvideosink.
21683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21684         more.
21685
21686 2004-11-28  Benjamin Otte  <otte@gnome.org>
21687
21688         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21689           walk the samples backwards if out_channels > in_channels so we don't
21690           overwrite data
21691
21692 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21693
21694         * gst/audioconvert/Makefile.am:
21695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21696         (gst_audio_convert_link), (gst_audio_convert_change_state),
21697         (gst_audio_convert_channels):
21698         * gst/audioconvert/gstchannelmix.c:
21699         (gst_audio_convert_unset_matrix),
21700         (gst_audio_convert_fill_identical),
21701         (gst_audio_convert_fill_compatible),
21702         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21703         (gst_audio_convert_fill_others),
21704         (gst_audio_convert_fill_normalize),
21705         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21706         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21707         * gst/audioconvert/gstchannelmix.h:
21708           Implement a channel mixer.
21709
21710 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21711
21712         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21713         * ext/alsa/gstalsa.h:
21714         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21715         Make alsasink actually honor gst_element_set_clock and use that
21716         clock instead of its internal one.
21717
21718 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21719
21720         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21721         (gst_play_base_bin_change_state): nullify source and decoder when
21722         going from READY to NULL so that we don't try to do weird stuff with
21723         them when going from NULL to READY
21724         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21725         instead of g_object_unref
21726         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21727         it should be correct
21728         (gst_play_bin_change_state): don't call remove_sinks if we are
21729         currently disposing the object
21730
21731 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21732
21733         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21734           Don't forget bass if it's there. Else left channel is silent...
21735
21736 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21737
21738         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21739         (gst_a52dec_change_state):
21740           Don't do sample adjusting anymore, we use float audio now.
21741         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21742           Don't fixate to non-existing properties.
21743
21744 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21745
21746         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21747         (gst_a52dec_change_state):
21748           Advertise that we can do surround sound.
21749
21750 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21751
21752         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21753           Add buffer-frames=0.
21754         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21755         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21756         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21757         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21758         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21759         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21760         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21761         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21762         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21763         * ext/dvdread/dvdreadsrc.h:
21764           Add seeking, querying for bytes, sectors, title, angle and
21765           chapter. Handle multiple chapters. Relicense to LGPL because
21766           Billy agreed on that (thanks Billy!).
21767
21768 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21769
21770         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21771         call parent dispose method
21772
21773 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21774
21775         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21776         (gst_audio_clock_get_internal_time):
21777         Fix active <-> inactive transitions: ensure time value always
21778         grows and avoid abrupt value changes.
21779
21780 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21781
21782         * configure.ac:
21783         * gst/tta/Makefile.am:
21784         * gst/tta/crc32.h:
21785         * gst/tta/filters.h:
21786         * gst/tta/gsttta.c:
21787         * gst/tta/gstttadec.c:
21788         * gst/tta/gstttadec.h:
21789         * gst/tta/gstttaparse.c:
21790         * gst/tta/gstttaparse.h:
21791         * gst/tta/ttadec.h:
21792           added TTA parser and decoder
21793
21794 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21795
21796         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21797         (probe_triggered), (check_queue), (buffer_underrun),
21798         (buffer_running), (buffer_overrun), (gen_source_element),
21799         (setup_source):
21800         * gst/playback/gstplaybasebin.h:
21801           Implement buffering. Needs some more work.
21802
21803 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21804
21805         * ext/theora/theoradec.c: (theora_dec_chain):
21806           Fix ilog mask range overflow.
21807
21808 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21809
21810         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21811           Don't omit the last (which in case of dmix is the only :) )
21812           channel count. Don't set channels if <= 2.
21813
21814 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21815
21816         * gst/playback/gstplaybin.c: (gen_video_element),
21817         (gen_audio_element): Removed 2 obsolete comments
21818
21819 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21820
21821         * ext/vorbis/oggvorbisenc.c
21822         * ext/vorbis/vorbisenc.c :
21823           change description fields of those plugins to differentiate them
21824           (pitivi show Encoders by description, they had the same one)
21825
21826 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21827
21828         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21829
21830         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21831         (gst_play_bin_set_property), (gen_video_element),
21832         (gen_audio_element):
21833           Refcounting fixes for provided audio-/videosinks.
21834
21835 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21836
21837         * gst/playback/gstplaybin.c: (gen_video_element),
21838         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21839           Don't reference all sinks, but only the video- and audiosinks.
21840           The vis. element should be disposed when we're done with it.
21841           We don't have any reason to keep it around. This fixes warnings
21842           when reusing playbin for playing multiple audio files with
21843           vis. enabled. Also release audio device on pause - idea stolen
21844           from Rhythmbox.
21845
21846 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21847
21848         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21849         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21850         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21851         * ext/alsa/gstalsaplugin.c: (plugin_init):
21852         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21853         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21854         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21855         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21856         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21857         (gst_faad_change_state), (plugin_init):
21858         * ext/faad/gstfaad.h:
21859         * ext/vorbis/vorbis.c: (plugin_init):
21860         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21861         * gst-libs/gst/audio/Makefile.am:
21862         * gst-libs/gst/audio/audio.c: (plugin_init):
21863         * gst-libs/gst/audio/multichannel.c:
21864         (gst_audio_check_channel_positions),
21865         (gst_audio_get_channel_positions),
21866         (gst_audio_set_channel_positions),
21867         (gst_audio_set_structure_channel_positions_list),
21868         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21869         (gst_audio_fixate_channel_positions):
21870         * gst-libs/gst/audio/multichannel.h:
21871         * gst-libs/gst/audio/testchannels.c: (main):
21872         * gst/audioconvert/gstaudioconvert.c:
21873         (gst_audio_convert_class_init), (gst_audio_convert_init),
21874         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21875         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21876         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21877         * gst/audioconvert/plugin.c: (plugin_init):
21878           Surround sound support.
21879
21880 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21881
21882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21883           Fix position for discont if we're close as well. Nitpicking, but
21884           saves a few milliseconds of extra waiting or skipping.
21885
21886 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21887
21888         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21889           We sometimes need parsers for playback, so add those too.
21890
21891 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21892
21893         * configure.ac:
21894         * gst/apetag/Makefile.am:
21895         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21896         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21897         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21898         (gst_ape_demux_get_src_query_types),
21899         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21900         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21901         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21902         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21903         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21904         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21905         (gst_ape_demux_change_state):
21906         * gst/apetag/apedemux.h:
21907         * gst/apetag/apetag.c: (plugin_init):
21908         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21909         (plugin_init):
21910           APE v1/2 tag reader plus typefind function.
21911
21912 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21913
21914         * configure.ac:
21915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21916         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21917           Remove hacks for older core. Require newer core version
21918           accordingly.
21919
21920 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21921
21922         * gst/cdxaparse/Makefile.am:
21923         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21924         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21925         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21926         * gst/cdxaparse/gstcdxaparse.h:
21927         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21928         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21929         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21930         (gst_cdxastrip_get_src_query_types),
21931         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21932         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21933         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21934         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21935         * gst/cdxaparse/gstcdxastrip.h:
21936           SVCD/VCD header stripping separated from CDXA image parsing.
21937         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21938         (plugin_init):
21939           Add VCD/SVCD header typefinding for VCD/SVCD.
21940         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21941         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21942         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21943         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21944         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21945         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21946         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21947         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21948         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21949         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21950         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21951         * sys/vcd/vcdsrc.h:
21952           Fix up, add seeking, querying, URI interface. Works in totem now.
21953
21954 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21955
21956         * configure.ac:
21957           back to CVS
21958
21959 === release 0.8.6 ===
21960
21961 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21962
21963         * NEWS:
21964         * RELEASE:
21965         * configure.ac:
21966         * po/af.po:
21967         * po/az.po:
21968         * po/cs.po:
21969         * po/en_GB.po:
21970         * po/hu.po:
21971         * po/it.po:
21972         * po/nb.po:
21973         * po/nl.po:
21974         * po/or.po:
21975         * po/sq.po:
21976         * po/sr.po:
21977         * po/sv.po:
21978         * po/uk.po:
21979           releasing 0.8.6, "IOU Love"
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/playback/gstplaybasebin.c:
21986           Fix unplayable files error handling.  Fixes #158365
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         * gst/typefind/gsttypefindfunctions.c:
21993           Fix broken mp3 typefinding.  Fixes #158375
21994
21995 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21996
21997         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21998
21999         * ext/ogg/gstoggdemux.c:
22000           Fix sync on broken files.  Fixes #158976
22001
22002 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22003
22004         patch by: Edward Hervey <bilboed@bilboed.com>
22005
22006         * ext/libpng/gstpngenc.c:
22007           Copy over buffer properties.  Fixes #158832
22008
22009 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22010
22011         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
22012
22013         * ext/dvdread/dvdreadsrc.c:
22014           Fixes invalid reads (#158462)
22015
22016 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22017
22018         * sys/v4l/gstv4lsrc.c:
22019         * sys/v4l/gstv4lsrc.h:
22020         * sys/v4l/v4lsrc_calls.c:
22021           Probe less and cache it.  Fixes #159187.
22022
22023 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22024
22025         * gst/videorate/gstvideorate.c:
22026           Handle all video formats. Fixes #159186.
22027
22028 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
22029         * gst/synaesthesia/gstsynaesthesia.c:
22030         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
22031         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
22032         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
22033         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
22034         (gst_synaesthesia_change_state), (plugin_init):
22035         Fix up synaesthesia to work under different samplerates/ buffer sizes.
22036         Force 320x200 output, as that's the only thing the underlying
22037         synaesthesia implementation supports. Still needs to be made
22038         re-entrant.
22039
22040 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22041
22042         * configure.ac:
22043           Fix mpeg2enc configure check (similar to mplex check below).
22044
22045 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
22046
22047         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22048
22049         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22050           Fix for gcc-2.95 (fixes #158221).
22051
22052 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22053
22054         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22055           Re-add clock distribution hack (until new core is released).
22056           Fixes #158125.
22057
22058 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
22059         * configure.ac:
22060           fix mplex configure check segfaulting on some systems (bug #140994)
22061
22062 2004-11-13  Benjamin Otte  <otte@gnome.org>
22063
22064         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
22065           add debugging
22066         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22067           do a wait when we enter the loop func with no data available to
22068           write instead of getting into an 100% CPU loop by just returning and
22069           being called again by the scheduler
22070
22071 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
22072
22073         * configure.ac:
22074         * ext/libvisual/visual.c: (gst_visual_get_type),
22075         (libvisual_log_handler), (gst_visual_getcaps),
22076         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
22077         (plugin_init):
22078           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
22079         * ext/smoothwave/Makefile.am:
22080         * ext/smoothwave/demo-osssrc.c: (main):
22081         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
22082         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
22083         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
22084         (plugin_init):
22085         * ext/smoothwave/gstsmoothwave.h:
22086           Make gstsmoothwave a working element in the 20th century.
22087
22088         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
22089           Fix incorrect link function
22090
22091 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22092
22093         * gst/volume/gstvolume.c:
22094           Allow buffer-frames=0.
22095
22096 2004-11-12 Iain <iaingnome@gmail.com>
22097
22098         * configure.ac: Check for polypaudio
22099
22100         * ext/Makefile.am: Build the polyp dir
22101
22102         * ext/polyp: The polypsink sources.
22103
22104 2004-10-30 Iain <iaingnome@gmail.com>
22105
22106         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
22107         caps to reflect the new number of channels.
22108
22109 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22110
22111         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22112           Fix for negotiation order problem. This would show when the
22113           ALSA loopfuction was called before any other function. ALSA
22114           wouldn't do anything because we're not negotiated yet, leading
22115           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
22116
22117 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22118
22119         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22120
22121         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22122           No warnings (#157986).
22123
22124 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22125
22126         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22127           Prefer apev1/2 and id3v1 (at end of file) over musepack.
22128
22129 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22130
22131         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
22132           Signal no-more-pads (so it works in playbin).
22133
22134 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22135
22136         * ext/musepack/gstmusepackreader.cpp:
22137           Workaround for older core.
22138
22139 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22140
22141         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
22142           Actually test for odd width/height rather than testing whether
22143           a temporary variable that was 0 before we subtracted 1 is now
22144           not equal to zero (which it always is).
22145
22146 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22147
22148         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22149         Fix compilation if HAVE_XVIDEO is not defined
22150
22151 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22152
22153         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22154         Fix compilation if HAVE_XVIDEO is not defined
22155
22156 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
22157
22158         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
22159         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
22160         (gst_goom_change_state), (plugin_init):
22161         Use the bytestream adapter so goom doesn't depend on the input
22162         buffer size.
22163         Add a debug category
22164
22165 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22166
22167         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22168           Only set hardware parameters *after* negotiation. Before
22169           negotiation, it will set ANY and that seems to cause crashes
22170           (see e.g. #151288, #153227).
22171
22172 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22173
22174         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22175           This seems to be antique leftover. It needs to pass error
22176           checking.
22177         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22178         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
22179         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
22180         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
22181           Fix GstXOverlay implementation (#151059).
22182
22183 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22184
22185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22186           Don't assert (#157853).
22187
22188 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22189
22190         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22191           Fix bytes/samples confustion.
22192         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
22193           Fix for underrun (#144389).
22194
22195 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22196
22197         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22198           Disable halfway-seek for pending release (since it needs a new
22199           core release).
22200
22201 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22202
22203         * sys/v4l/gstv4lsrc.c:
22204         * sys/v4l/gstv4lsrc.h:
22205         * sys/v4l/v4lsrc_calls.c:
22206           add autoprobe-fps property so we can separate autoprobing parts
22207
22208 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22209
22210         * sys/v4l/gstv4lsrc.c:
22211         * sys/v4l/v4lsrc_calls.c:
22212         initialise fourcc to catch unset fourcc's, and debug
22213
22214 2004-11-09  Wim Taymans  <wim@fluendo.com>
22215
22216         * gst/playback/README:
22217         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22218         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22219         (gst_play_bin_dispose), (gst_play_bin_set_property),
22220         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
22221         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22222         (gst_play_bin_get_formats), (gst_play_bin_convert),
22223         (gst_play_bin_get_query_types), (gst_play_bin_query):
22224         Cleanups and some more documentation.
22225
22226 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
22227
22228         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
22229         (gst_cacasink_init), (gst_cacasink_chain):
22230         * ext/libcaca/gstcacasink.h:
22231         Cacasink inherits from VideoSink, so let that store the clock.
22232
22233 2004-11-09  Wim Taymans  <wim@fluendo.com>
22234
22235         * gst/playback/README:
22236         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
22237         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
22238         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22239         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22240         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22241         (setup_sinks):
22242         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22243         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22244         * gst/playback/gststreaminfo.h:
22245         Updated README.
22246         Only switch groups if all streams have muted (EOSed).
22247         Send Tags in sync with the stream playback instead of in
22248         the playback/preroll phase.
22249         Some cleanups, free the fakesrc elements.
22250
22251 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22252
22253         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22254           buffer-frames property was missing
22255         * ext/arts/gst_arts.c:
22256           rate missing from sinkcaps
22257         * ext/audiofile/gstafparse.c:
22258         * ext/audiofile/gstafsink.c:
22259         * ext/audiofile/gstafsrc.c:
22260         * ext/swfdec/gstswfdec.c:
22261           int audio doesn't know buffer-frames
22262         * ext/cdparanoia/gstcdparanoia.c:
22263           int audio doesn't know chunksize either
22264         * ext/nas/nassink.c:
22265           it's endianness, not endianess
22266         * gst-libs/gst/audio/audio.h:
22267           make float standard pad template caps really describe float
22268         * gst/law/mulaw.c: (linear_factory):
22269           signed only, please
22270         * gst/mpegstream/gstdvddemux.c:
22271           widths of 20 are not valid
22272
22273 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22274
22275         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22276
22277         * po/LINGUAS:
22278         * po/it.po:
22279           Add Italian
22280
22281 2004-11-08  Wim Taymans  <wim@fluendo.com>
22282
22283         * gst/playback/README:
22284         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22285         * gst/playback/gstplaybasebin.c: (probe_triggered),
22286         (gst_play_base_bin_change_state):
22287         Updated README, added more comments for fixmes etc..
22288
22289 2004-11-08  Wim Taymans  <wim@fluendo.com>
22290
22291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22292         We can remove this hack now.
22293
22294 2004-11-08  Wim Taymans  <wim@fluendo.com>
22295
22296         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22297         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22298         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22299         Only mix AYUV for maximum quality.
22300
22301 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22302
22303         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22304         (gst_ogg_demux_push), (gst_ogg_pad_push):
22305           Let's act as if we're synchronized now! :).
22306         * ext/theora/theoradec.c: (theora_dec_chain):
22307           Add some debug.
22308
22309 2004-11-08  Wim Taymans  <wim@fluendo.com>
22310
22311         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22312         (gst_alpha_set_property), (gst_alpha_sink_link),
22313         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22314         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22315         (gst_alpha_init_params), (gst_alpha_chain):
22316         Implement alpha functions for AYUV too, this increases
22317         accuracy quite a bit.
22318
22319 2004-11-08  Wim Taymans  <wim@fluendo.com>
22320
22321         * gst/ffmpegcolorspace/avcodec.h:
22322         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22323         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22324         (gst_ffmpegcsp_avpicture_fill):
22325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22326         (gst_ffmpegcsp_caps_remove_format_info):
22327         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22328         (shrink12), (img_get_alpha_info), (deinterlace_line),
22329         (deinterlace_line_inplace):
22330         * gst/ffmpegcolorspace/imgconvert_template.h:
22331         Added AYUV colorspace and handle RGBA a bit more respectful.
22332
22333 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22334
22335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22336           Actually always send a discont (cornercase when resending the
22337           same serial-tagged chain twice).
22338
22339 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22340
22341         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22342         (gst_ximagesink_finalize):
22343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22344         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22345
22346 2004-11-08  Wim Taymans  <wim@fluendo.com>
22347
22348         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22349         Don't segfault on NULL data.
22350
22351 2004-11-08  Wim Taymans  <wim@fluendo.com>
22352
22353         * gst/playback/gstdecodebin.c: (unlinked):
22354         * gst/playback/gstplay-marshal.list:
22355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22356         (gst_play_base_bin_init), (group_create), (get_active_group),
22357         (get_building_group), (group_destroy), (group_commit),
22358         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22359         (add_element_stream), (no_more_pads), (probe_triggered),
22360         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22361         (state_change), (setup_source), (gst_play_base_bin_get_property),
22362         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22363         (gst_play_base_bin_link_stream),
22364         (gst_play_base_bin_get_streaminfo):
22365         * gst/playback/gstplaybasebin.h:
22366         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22367         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22368         Add support for chained ogg files. Prepare for playlist
22369         support. This patch introduces the concept of pad groups, which
22370         together compose one playable media file.
22371
22372 2004-11-07  David Schleef  <ds@schleef.org>
22373
22374         * testsuite/gst-lint: Check for pad templates that aren't statically
22375         scoped.
22376
22377 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22378
22379         * configure.ac:
22380         * ext/Makefile.am:
22381         * ext/musepack/Makefile.am:
22382         * ext/musepack/gstmusepackdec.cpp:
22383         * ext/musepack/gstmusepackdec.h:
22384         * ext/musepack/gstmusepackreader.cpp:
22385         * ext/musepack/gstmusepackreader.h:
22386           Add musepack decoder.
22387         * ext/faad/gstfaad.c: (gst_faad_base_init):
22388           Make pad templates static.
22389         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22390         (plugin_init):
22391           Add musepack typefinder, make mp3 typefinding work halfway stream,
22392           which doesn't actually work yet because id3demux doesn't implement
22393           _get_length().
22394
22395 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22396
22397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22398         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22399           Fix interrupt event handling (#144436).
22400
22401 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22402
22403         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22404           Hide unused glory.
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         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22411           Fix weird caps (#157548).
22412
22413 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22414
22415         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22416
22417         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22418           Add missing NULL terminator (#157543).
22419
22420 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22421
22422         * gst/tcp/gsttcp.h:
22423         * gst/tcp/gsttcpclientsink.c:
22424         * gst/tcp/gsttcpclientsrc.c:
22425         * gst/tcp/gsttcpserversink.c:
22426         * gst/tcp/gsttcpserversrc.c:
22427           ports can go up to 65535.  Move common defines to gsttcp.h
22428
22429 2004-11-05  Wim Taymans  <wim@fluendo.com>
22430
22431         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22432         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22433         Added two more colorspaces.
22434
22435 2004-11-05  Wim Taymans  <wim@fluendo.com>
22436
22437         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22438         (gst_ffmpegcsp_avpicture_fill):
22439         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22440         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22441         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22442         More stride fixes.
22443
22444 2004-11-05  Wim Taymans  <wim@fluendo.com>
22445
22446         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22447         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22448         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22449         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22450         (gst_videomixer_loop):
22451         More stride fixes.
22452
22453 2004-11-05  Benjamin Otte  <otte@gnome.org>
22454
22455         * ext/mad/gstmad.c: (gst_mad_chain):
22456           don't overflow data buffer. Flush not needed sync data when syncing
22457           failed.
22458
22459 2004-11-04  Wim Taymans  <wim@fluendo.com>
22460
22461         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22462         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22463         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22464         (gst_alpha_init_params), (gst_alpha_chain),
22465         (gst_alpha_change_state):
22466         Updated the chroma keying algorithm with something more
22467         sophisticated.
22468
22469 2004-11-03  Wim Taymans  <wim@fluendo.com>
22470
22471         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22472         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22473         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22474         Fix stride issues. Does not completely work for odd
22475         heights.
22476
22477 2004-11-03  Wim Taymans  <wim@fluendo.com>
22478
22479         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22480         (gst_alpha_chroma_key), (gst_alpha_chain):
22481         Fix stride issues. Does not completely work for odd
22482         heights.
22483
22484 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22485
22486         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22487         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22488         leak fixes
22489
22490 2004-11-03  Wim Taymans  <wim@fluendo.com>
22491
22492         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22493         (gst_ffmpegcsp_avpicture_fill):
22494         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22495         (avpicture_alloc):
22496         * gst/ffmpegcolorspace/imgconvert_template.h:
22497         Use correct _fill function to get correct strides.
22498
22499 2004-11-02  David Schleef  <ds@schleef.org>
22500
22501         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22502         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22503         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22504         Change all g_print()s to debugging.  Add a bunch of consistency
22505         checks.
22506
22507 2004-11-02  Wim Taymans  <wim@fluendo.com>
22508
22509         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22510         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22511         (unlinked), (no_more_pads), (close_link):
22512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22513         (unknown_type), (add_element_stream), (new_decoded_pad),
22514         (removed_decoded_pad), (setup_source):
22515         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22516         (gst_stream_info_class_init), (gst_stream_info_init),
22517         (gst_stream_info_new), (gst_stream_info_dispose),
22518         (stream_info_mute_pad), (gst_stream_info_set_property),
22519         (gst_stream_info_get_property):
22520         * gst/playback/gststreaminfo.h:
22521         Fix playback of multiple files.
22522         a slightly different approach to handling dynamic pad removals.
22523         This one only looks at pads that we have linked.
22524
22525 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22526
22527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22528         free" warning from libc.
22529
22530 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22531
22532         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22533         (get_unconnected_element), (remove_starting_from), (pad_removed),
22534         (close_link):
22535           Implement support for dynamic pad changing. We listen to "live"
22536           pad removals (i.e. while playing) and re-setup autoplugging
22537           after that. Playbasebin/playbin need some more work for this
22538           to finally work, but decodebin supports (and replugs) chained
22539           ogg now.
22540
22541 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22542
22543         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22544         (gst_alsa_finalize):
22545         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22546         (gst_cdaudio_finalize):
22547         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22548         (cdparanoia_finalize):
22549         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22550         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22551         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22552         (dvdreadsrc_finalize):
22553         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22554         (gst_flacdec_finalize):
22555         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22556         (gst_flacenc_finalize):
22557         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22558         (gst_gnomevfssink_finalize):
22559         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22560         (gst_gnomevfssrc_finalize):
22561         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22562         (gst_fameenc_finalize):
22563         * ext/nas/nassink.c: (gst_nassink_class_init),
22564         (gst_nassink_finalize):
22565         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22566         (gst_sdlvideosink_class_init):
22567         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22568         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22569         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22570         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22571         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22572         (gst_x_window_listener_dispose):
22573         * gst/audioscale/gstaudioscale.c:
22574         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22575         (play_on_demand_finalize):
22576         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22577         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22578         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22579         (cdplayer_finalize):
22580         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22581         (gst_glimagesink_class_init):
22582         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22583         (gst_osselement_finalize):
22584         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22585         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22586         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22587           Fixes a bunch of problems with finalize and dispose functions,
22588           either assumptions that dispose is only called once, or not calling
22589           the parent class dispose/finalize function
22590
22591 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22592
22593         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22594           added two api precondition guards
22595           use g_strdup with getenv to fix crash when using ENVVAR
22596
22597 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22598         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22599         (gst_esdsink_finalize):
22600         Use a finalize function, not dispose, and more importantly,
22601         call the parent class finalize function too
22602
22603 2004-11-01  Johan Dahlin  <johan@gnome.org>
22604
22605         * ext/ogg/gstoggdemux.c:
22606         * gst/tags/gstvorbistag.c:
22607         Plug leaks.
22608
22609 2004-10-31  Benjamin Otte  <otte@gnome.org>
22610
22611         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22612           lotsa memleaks today. But they're all small...
22613
22614 2004-10-31  Benjamin Otte  <otte@gnome.org>
22615
22616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22617           another memleak crushed
22618
22619 2004-10-31  Benjamin Otte  <otte@gnome.org>
22620
22621         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22622           fix memleak
22623
22624 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22625
22626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22627           Hack to prevent crash when going to READY inside signal handler
22628           while this function is active.
22629
22630 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22631
22632         * gst/ffmpegcolorspace/Makefile.am:
22633         * gst/ffmpegcolorspace/avcodec.h:
22634         * gst/ffmpegcolorspace/common.h:
22635         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22636         * gst/ffmpegcolorspace/dsputil.h:
22637         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22639         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22640         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22641         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22642         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22643         (gst_ffmpegcsp_avpicture_fill):
22644         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22646         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22647         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22648         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22649         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22650         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22651         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22652         * gst/ffmpegcolorspace/imgconvert.c:
22653         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22654         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22655         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22656         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22657         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22658         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22659         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22660         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22661         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22662         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22663         (grow21), (grow22), (grow41), (grow44), (conv411),
22664         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22665         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22666         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22667         (avpicture_free), (is_yuv_planar), (img_convert),
22668         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22669         (deinterlace_line_inplace), (deinterlace_bottom_field),
22670         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22671         * gst/ffmpegcolorspace/imgconvert_template.h:
22672         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22673         * gst/ffmpegcolorspace/mmx.h:
22674         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22675         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22676         (av_freep), (avcodec_get_context_defaults),
22677         (avcodec_alloc_context), (avcodec_init):
22678           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22679           handling plus update from ffmpeg CVS. Large clean-up.
22680
22681 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22682
22683         * gst/playback/Makefile.am:
22684           We need the marshallers for decodebin, too.
22685
22686 2004-10-30  David Schleef  <ds@schleef.org>
22687
22688         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22689           quicktime typefinding work with 64-bit offsets.
22690
22691 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22692
22693         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22694           Set EOS on the element when processing an EOS event.
22695         * ext/speex/gstspeexdec.h:
22696         * ext/speex/gstspeexenc.h:
22697           Only keep a const ptr to the mode
22698         * gst-libs/gst/riff/riff-media.c:
22699         (gst_riff_create_audio_caps_with_data),
22700         (gst_riff_create_audio_template_caps):
22701           Allow WMAV3, with up to 6 channels.
22702         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22703           Don't call gst_pad_set_event_function on a sink pad.
22704         * gst/mpegstream/gstdvddemux.c:
22705         (gst_dvd_demux_get_subpicture_stream),
22706         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22707           Copy the explicit caps that were set across to the cur_* pads,
22708           instead of trying to use a possibly non-existent negotiated caps.
22709           Reset the type of subpicture pads to UNKNOWN after calling
22710           init_stream, so that the caps get set.
22711
22712 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22713
22714         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22715
22716         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22717           Don't touch buffer if it is of size 0 (fixes #151064).
22718
22719 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22720
22721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22722           Synchronized discont handling.
22723
22724 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22725
22726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22727         (gst_ogg_demux_push):
22728           Make seeking sort-of exact again (fixes #156387).
22729
22730 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22731
22732         * gst/playback/gstplaybasebin.c: (unknown_type),
22733         (add_element_stream), (new_decoded_pad),
22734         (gst_play_base_bin_change_state):
22735         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22736         (gst_stream_info_init), (gst_stream_info_new),
22737         (gst_stream_info_dispose), (gst_stream_info_get_property):
22738         * gst/playback/gststreaminfo.h:
22739           Make caps explicitely available. Makes testing for unsupported
22740           types possible. Improves error reporting.
22741
22742 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22743
22744         * gst/audioconvert/gstaudioconvert.c:
22745         (gst_audio_convert_buffer_to_default_format):
22746           Really don't touch read-only buffers (#156563).
22747
22748 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22749
22750         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22751
22752         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22753           Fix memleak (#155223).
22754
22755 2004-10-29  Wim Taymans  <wim@fluendo.com>
22756
22757         * gst/tcp/.cvsignore:
22758         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22759         (gst_multifdsink_class_init), (gst_multifdsink_init),
22760         (gst_multifdsink_add), (gst_multifdsink_remove),
22761         (gst_multifdsink_remove_client_link), (is_sync_frame),
22762         (gst_multifdsink_new_client),
22763         (gst_multifdsink_handle_client_write),
22764         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22765         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22766         (gst_multifdsink_get_property):
22767         * gst/tcp/gstmultifdsink.h:
22768         Added burst on connect sync_method, deprecated sync_clients,
22769         streamlined the sync code some more.
22770
22771 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22772
22773         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22774         (gst_play_base_bin_change_state):
22775           Improve error reporting.
22776
22777 2004-10-28  Wim Taymans  <wim@fluendo.com>
22778
22779         * gst/tcp/Makefile.am:
22780         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22781         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22782         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22783         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22784         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22785         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22786         (gst_fdset_wait):
22787         Added more locks around fdset structures. Fixed/reworked
22788         the poll array resizing code.
22789         Added stress test for fdset.
22790
22791 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22792
22793         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22794         fix build
22795
22796 2004-10-28  Benjamin Otte  <otte@gnome.org>
22797
22798         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22799           fix link function to always query channels and query width for
22800           floats
22801         * configure.ac:
22802           add equalizer dir
22803         * gst/equalizer/Makefile.am:
22804         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22805         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22806         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22807         (arg_to_scale), (setup_filter),
22808         (gst_iir_equalizer_compute_frequencies),
22809         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22810         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22811         (plugin_init):
22812           add an equalizer
22813
22814 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22815
22816         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22817
22818         * po/LINGUAS:
22819         * po/nb.po:
22820           Added Norwegian Bokmaal translation
22821
22822 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22823
22824         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22825           Don't break on options (fixes #156488).
22826
22827 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22828
22829         * configure.ac:
22830         * ext/cdaudio/Makefile.am:
22831         * sys/Makefile.am:
22832           fix build on older automake
22833
22834 2004-10-26  Wim Taymans  <wim@fluendo.com>
22835
22836         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22837         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22838         Allow a little margin when negotiating the framerate.
22839
22840 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22841
22842         * gst/level/gstlevel.c:
22843           synchonised naming of pads and pad-templates
22844
22845 2004-10-26  Wim Taymans  <wim@fluendo.com>
22846
22847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22848         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22849         (_find_streams_check), (gst_ogg_demux_push):
22850         Fix EOS again. Needs to be done in a better way. We should not
22851         remove the pad if there is no new chained stream.
22852
22853 2004-10-26 Iain <iaingnome@gmail.com>
22854
22855         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22856         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22857         of the caps.
22858         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22859         pad.
22860         (interleave_release_pad): Remove the pad.
22861         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22862         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22863         the set device.
22864         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22865         attrs
22866         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22867         (gst_xvimagesink_finalize): Free the par.
22868
22869 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22870
22871         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22872         (gst_avimux_stop_file):
22873           First calculate the rate, and only then use it. Hdr.rate is a
22874           multiple and not a derivative of hdr.scale. Scale is not the
22875           same as blockalign but is solely related to rate.
22876
22877 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22878
22879         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22880         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22881           Implement seeking.
22882
22883 2004-10-25  James Henstridge  <james@jamesh.id.au>
22884
22885         Reviewed by:  David Schleef  <ds@schleef.org>
22886
22887         * examples/gstplay/player.c: (got_stream_length), (main):
22888         * examples/seeking/cdplayer.c: (update_scale):
22889         * examples/seeking/seek.c: (format_value), (update_scale):
22890         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22891         (stop_seek):
22892         Build fixes on AMD64.
22893
22894 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22895
22896         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22897
22898         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22899         Fix for some v4l cards which hang in v4lsrc
22900
22901 2004-10-25  Wim Taymans  <wim@fluendo.com>
22902
22903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22904         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22905         Make sure to remove the pad when a new chain is
22906         encountered. Set some vars to NULL so we don't try
22907         to reference freed memory.
22908
22909 2004-10-25  Wim Taymans  <wim@fluendo.com>
22910
22911         * examples/seeking/Makefile.am:
22912         * examples/seeking/cdplayer.c: (update_scale):
22913         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22914         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22915         (format_value), (update_scale), (iterate), (start_seek),
22916         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22917         (print_usage), (main):
22918         Added some more examples, update others.
22919
22920 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22921
22922         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22923         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22924         * ext/theora/theoradec.c: (theora_dec_chain):
22925         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22926           Add codec-name metadata.
22927
22928 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22929
22930         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22931
22932         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22933         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22934         * ext/alsa/gstalsamixertrack.h:
22935         * po/POTFILES.in:
22936           ALSA mixer track label internationalization (#154054).
22937
22938 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22939
22940         * ext/theora/theoradec.c: (theora_dec_chain):
22941           Export bitrate as metadata.
22942
22943 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22944
22945         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22946         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22947         * ext/alsa/gstalsamixertrack.h:
22948           Fix names, fix loop.
22949
22950 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22951
22952         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22953         (speex_dec_convert):
22954           sinkconvert function so oggdemux can get the file length (totem).
22955
22956 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22957
22958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22959
22960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22961           Don't push incomplete packets.
22962         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22963           Fix MPEG-4 audio typefinding.
22964
22965 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22966
22967         * sys/v4l/Makefile.am:
22968         * sys/v4l/gstv4l.c: (plugin_init):
22969         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22970         (gst_v4lelement_init), (gst_v4lelement_dispose),
22971         (gst_v4lelement_change_state):
22972         * sys/v4l/gstv4lelement.h:
22973         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22974         (gst_v4l_xoverlay_close), (idle_refresh),
22975         (gst_v4l_xoverlay_set_xwindow_id):
22976         * sys/v4l/gstv4lxoverlay.h:
22977         * sys/v4l/v4l-overlay_calls.c:
22978         * sys/v4l/v4l_calls.h:
22979         * sys/v4l2/Makefile.am:
22980         * sys/v4l2/gstv4l2.c: (plugin_init):
22981         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22982         (gst_v4l2element_init), (gst_v4l2element_dispose),
22983         (gst_v4l2element_change_state):
22984         * sys/v4l2/gstv4l2element.h:
22985         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22986         (gst_v4l2_xoverlay_close), (idle_refresh),
22987         (gst_v4l2_xoverlay_set_xwindow_id):
22988         * sys/v4l2/gstv4l2xoverlay.h:
22989         * sys/v4l2/v4l2-overlay_calls.c:
22990         * sys/v4l2/v4l2_calls.h:
22991           Remove client-side overlay handling, use the X-server v4l plugin
22992           for that. Nicer overlay, less code. Also make the plugin
22993           compileable without X (but then without overlay, obviously).
22994           Makes xwindowlistener obsolete, should we remove that?
22995
22996 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22997
22998         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22999         (gst_osssrc_src_query):
23000         * sys/oss/gstosssrc.h:
23001           OK, so people want offset in DEFAULT. This time, actually fix all
23002           cases.
23003         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23004           Add FPS properly.
23005
23006 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23007
23008         * gst/asfdemux/gstasfmux.c:
23009         * gst/avi/gstavimux.c:
23010           Framerate.
23011
23012 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23013
23014         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
23015           Fix properties (channel, norm, frequency).
23016
23017 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23018
23019         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
23020           Flag typo.
23021         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
23022           No warnings.
23023
23024 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23025
23026         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
23027           Fix hang.
23028
23029 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23030
23031         * sys/v4l2/gstv4l2element.h:
23032           Yet Another Hack (tm) for kernel header borkedness.
23033         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23034         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
23035         (gst_v4l2src_link), (gst_v4l2src_getcaps),
23036         (gst_v4l2src_change_state):
23037         * sys/v4l2/gstv4l2src.h:
23038         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
23039         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
23040           Fix caps, keep track of state, work.
23041
23042 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23043
23044         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
23045           Quiet.
23046
23047 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23048
23049         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23050           Don't mix bytes and samples.
23051
23052 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23053
23054         * ext/ogg/gstoggmux.c:
23055           Basic pad template which accepts OGM tracks, speex, flac, vorbis
23056           and theora. Any is incorrect.
23057         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
23058           Fix caps.
23059         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
23060         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
23061         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
23062         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
23063         * sys/v4l/gstv4lmjpegsrc.h:
23064         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23065         (gst_v4lsrc_change_state):
23066         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
23067         (gst_v4lmjpegsrc_capture_stop):
23068           Fix caps. Keep track of internal state. Work.
23069
23070 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23071
23072         * ext/Makefile.am:
23073           Fix the build fixes.
23074
23075 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23076
23077         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23078         (gst_ogg_demux_src_event), (_find_chain_seek),
23079         (gst_ogg_pad_push):
23080           Check for pad availability before using it.
23081         * ext/ogg/gstoggdemux.c: (_find_chain_process):
23082           Fix parsing of chained ogg. Needs more work on the decoder side.
23083
23084 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23085
23086         * gst/spectrum/Makefile.am:
23087         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
23088         (idle_func):
23089           Fix demo and reenable it. Yes, I'm currently playing with audio
23090           analysis tools
23091
23092 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23093
23094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23095           We love it if files that start at zero work too...
23096
23097 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23098
23099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23100           Handle files with missing EOS headers.
23101
23102 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23103
23104         * gst/tcp/gsttcpserversink.c:
23105         (gst_tcpserversink_handle_server_read),
23106         (gst_tcpserversink_init_send):
23107         Zero some variables first (need for accept not to return EINVAL)
23108
23109 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23110
23111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23112         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23113         * ext/theora/theoradec.c: (theora_dec_sink_convert),
23114         (theora_dec_chain):
23115         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23116         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
23117           Seeking and querying finetune.
23118
23119 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23120
23121         * configure.ac:
23122         * ext/Makefile.am:
23123         * ext/raw1394/Makefile.am:
23124           fix the build
23125
23126 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23127
23128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23129           Wrong return.
23130         * gst/playback/Makefile.am:
23131         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23132         * gst/playback/gstplay-marshal.list:
23133         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
23134           Fix marshallers.
23135
23136 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23137
23138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
23139           Silence.
23140
23141 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23142
23143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23144         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23145         (gst_ogg_pad_push):
23146           Yay for non-lineair granulepos in theora.
23147
23148 2004-10-18  Wim Taymans  <wim@fluendo.com>
23149
23150         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23151         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
23152         * ext/dv/gstdvdec.h:
23153         Make sure we renegotiate aspect ratio when the camera switches.
23154
23155 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23156
23157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23158         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23159           Start at zero.
23160         * ext/theora/theoradec.c: (theora_dec_chain):
23161           Skip headers. Bad idea for chained ogg, but fixes seeking.
23162
23163 2004-10-18  Wim Taymans  <wim@fluendo.com>
23164
23165         * configure.ac:
23166         I swear, this is the last time I touch this.
23167
23168 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23169
23170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23171         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23172         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
23173           Faster seeking.
23174         * ext/theora/theoradec.c: (theora_dec_sink_convert):
23175           Time-to-default conversion.
23176         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23177           Don't error on unknown packets, just skip. We should probably
23178           read them if we want to support chained ogg.
23179
23180 2004-10-18  Wim Taymans  <wim@fluendo.com>
23181
23182         * configure.ac:
23183         Added cdaudio to wrong list.
23184
23185 2004-10-18  Wim Taymans  <wim@fluendo.com>
23186
23187         * configure.ac:
23188         Revive cdaudio.
23189
23190 2004-10-18  Wim Taymans  <wim@fluendo.com>
23191
23192         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23193         (gst_dvdec_video_link), (gst_dvdec_push):
23194         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23195         (gst_smokeenc_resync), (gst_smokeenc_chain):
23196         Fix mimetype on smoke encoder.
23197         Add aspect ratio to dvdec. Not sure if these
23198         values are correct though....
23199
23200 2004-10-18  Wim Taymans  <wim@fluendo.com>
23201
23202         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
23203         Fix vorbis property descriptions and ranges.
23204
23205 2004-10-18  Wim Taymans  <wim@fluendo.com>
23206
23207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23208         Really do nothing when no data is available.
23209         Go to the playing state when the stream is not seekable
23210         instead of failing.
23211
23212 2004-10-18  Wim Taymans  <wim@fluendo.com>
23213
23214         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
23215         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
23216         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
23217         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
23218         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
23219         Added uri handler for cd://
23220         Port to new API.
23221
23222 2004-10-18  Wim Taymans  <wim@fluendo.com>
23223
23224         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23225         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23226         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23227         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23228         (remove_prerolls), (unknown_type), (add_element_stream),
23229         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
23230         (gst_play_base_bin_remove_element),
23231         (gst_play_base_bin_link_stream):
23232         * gst/playback/gstplaybin.c: (gen_video_element),
23233         (gen_vis_element), (remove_sinks), (setup_sinks):
23234         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23235         (gst_stream_info_get_type), (gst_stream_info_class_init),
23236         (gst_stream_info_init), (gst_stream_info_new),
23237         (gst_stream_info_dispose), (stream_info_mute_pad),
23238         (gst_stream_info_set_property), (gst_stream_info_get_property):
23239         * gst/playback/gststreaminfo.h:
23240         Add sink padtemplate to decodebin.
23241         Added some more comments.
23242         Make queue size configurable in playbasebin.
23243         Added possibility to use elements as sinks (ex cdaudio).
23244
23245 2004-10-15  Wim Taymans  <wim@fluendo.com>
23246
23247         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23248         (gst_speexenc_chain):
23249         Fix speex timestamps so that it gets muxed properly.
23250
23251 2004-10-15  Wim Taymans  <wim@fluendo.com>
23252
23253         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23254         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23255         (gst_dv1394src_init), (gst_dv1394src_dispose),
23256         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23257         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23258         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23259         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23260         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23261         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23262         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23263         * ext/raw1394/gstdv1394src.h:
23264         Added conversion/query functions.
23265         Update buffer timestamps,
23266         Added signals.
23267         Added uri dv:// so it might play from the firewire in playbin.
23268         Fix a possible leak.
23269         Added debugging.
23270
23271 2004-10-15  Wim Taymans  <wim@fluendo.com>
23272
23273         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23274         (gst_dv1394src_init), (gst_dv1394src_set_property),
23275         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23276         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23277         * ext/raw1394/gstdv1394src.h:
23278         Added AV/C VTR control support needed for some cameras.
23279         Added automatic port detection.
23280         Added properties for selecting the channel.
23281         The configure.ac script is not yet updated to reflect the
23282         new libavc1394 and librom1394 dependencies.
23283
23284 2004-10-15  Wim Taymans  <wim@fluendo.com>
23285
23286         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23287         (qtdemux_parse), (gst_qtdemux_handle_esds):
23288         An esds box is not a container.
23289         Fix parsing of mp4v boxes.
23290         Do not try to renegotiate fps for each frame. Need to
23291         find a better method. This should fix mp4 playback.
23292
23293 2004-10-14  David Schleef  <ds@schleef.org>
23294
23295         * configure.ac: update for swfdec-0.3 and liboil-0.2
23296         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23297         * ext/swfdec/gstswfdec.h: same
23298         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23299         * gst/videotestsrc/videotestsrc.c: same
23300
23301 2004-10-14  Wim Taymans  <wim@fluendo.com>
23302
23303         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23304         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23305         (is_sync_frame), (gst_multifdsink_new_client),
23306         (gst_multifdsink_handle_client_write),
23307         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23308         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23309         Turn warnings into info.
23310         Don't allow a state change in the streaming thread.
23311
23312 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23313
23314         * ext/vorbis/oggvorbisenc.c:
23315         * ext/vorbis/vorbisdec.c:
23316           fix template sample rate
23317
23318 2004-10-13  Wim Taymans  <wim@fluendo.com>
23319
23320         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23321         Decoding the header first fixes some problems in resyncing
23322         in more mp3s.
23323
23324 2004-10-12  Wim Taymans  <wim@fluendo.com>
23325
23326         * gst/playback/gstplaybin.c: (gen_video_element),
23327         (gen_vis_element), (remove_sinks), (setup_sinks):
23328         Added vis plugin support, need to configure the vis
23329         element to activate it.
23330
23331 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23332
23333         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23334         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23335           Some debug.
23336         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23337         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23338         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23339         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23340         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23341         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23342         * gst/avi/gstavidemux.h:
23343           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23344           recovery (where, if part of the index is broken, we will still read
23345           the rest of the index and recover the broken part by stream
23346           scanning). More broken media support. EOS workarounds. General AVI
23347           braindamage headache recovery. Aspirin included.
23348
23349 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23350
23351         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23352         (cdparanoia_event), (cdparanoia_query):
23353           Get rid of hideous lead-in.
23354
23355 2004-10-11  Wim Taymans  <wim@fluendo.com>
23356
23357         * gst/playback/gstplaybasebin.c: (setup_source):
23358         Wrong var used to get g_list_next.
23359
23360 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23361
23362         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23363         (cdparanoia_get), (cdparanoia_open):
23364           Report discid as metadata, add duration.
23365
23366 2004-10-11  Wim Taymans  <wim@fluendo.com>
23367
23368         * gst/playback/gstplaybasebin.c: (setup_source):
23369         Cleanup the previous pipeline a little earlier for the
23370         case that a source element provides raw data.
23371
23372 2004-10-11  Benjamin Otte  <otte@gnome.org>
23373
23374         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23375           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23376           consuming the last 128 bytes, even though it was valid mp3 data.
23377
23378 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23379
23380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23381         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23382         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23383         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23384
23385 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23386
23387         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23388         Fix for webcams that support only specific width or height
23389
23390 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23391
23392         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23393
23394         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23395           Fix wrong discont event setup (fixes #154967).
23396
23397 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23398
23399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23400
23401         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23402           Error out on invalid data (fixes #154807).
23403
23404 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23405
23406         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23407
23408         * ext/dvdread/dvdreadsrc.c: (_read):
23409           Make titles > 0 work again (fixes #154834).
23410
23411 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23412
23413         * gst-libs/gst/riff/riff-media.c:
23414         (gst_riff_create_video_template_caps):
23415           WMV3 missing in template caps.
23416
23417 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23418
23419         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23420           OK, so the original code was too strict. It makes random AVI files
23421           hang for seconds upon opening, which is unacceptable and is far
23422           beyond the original goal of getting multiple chunks for one-chunk
23423           sounc stream files. So now do just that.
23424
23425 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23426
23427         * gst/playback/gstplaybasebin.c: (setup_source),
23428         (gst_play_base_bin_change_state):
23429           Actually clean up streaminfo if output fails. This would trigger
23430           if, for example, there was no CD in the drive. No preroll, so
23431           a streaminfo structure is created, but the subsequent state change
23432           of the thread fails.
23433         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23434           Don't change state if parent failed.
23435
23436 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23437
23438         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23439         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23440         (gen_video_element), (remove_sinks):
23441           Add small bits of code for screenshot handling.
23442
23443 2004-10-08  Wim Taymans  <wim@fluendo.com>
23444
23445         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23446         (gen_video_element), (gen_audio_element), (setup_sinks):
23447         Don't assume the user provided sinks are named "sink"...
23448
23449 2004-10-08  Wim Taymans  <wim@fluendo.com>
23450
23451         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23452         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23453         (gst_play_base_bin_link_stream):
23454         Do not try to autoplug sources that generate raw streams like
23455         cdparanoia.
23456         disconnect the preroll overrun signal when we don't need it anymore.
23457
23458 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23459
23460         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23461         Added reworked patch from #154903 from milosz derezynski (deadchip).
23462
23463 2004-10-08  Wim Taymans  <wim@fluendo.com>
23464
23465         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23466         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23467         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23468         (cdparanoia_convert), (cdparanoia_uri_get_type),
23469         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23470         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23471         * ext/cdparanoia/gstcdparanoia.h:
23472         This adds the cdda://<tracknum> uri.
23473
23474 2004-10-08  Wim Taymans  <wim@fluendo.com>
23475
23476         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23477         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23478         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23479         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23480         (unknown_type), (gst_play_base_bin_remove_element),
23481         (gst_play_base_bin_link_stream):
23482         * gst/playback/gstplaybasebin.h:
23483         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23484         (gst_play_bin_set_property), (gen_video_element),
23485         (gen_audio_element), (setup_sinks):
23486         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23487         (gst_stream_info_get_type), (gst_stream_info_class_init),
23488         (gst_stream_info_init), (gst_stream_info_new),
23489         (gst_stream_info_dispose), (stream_info_mute_pad),
23490         (gst_stream_info_set_property), (gst_stream_info_get_property):
23491         * gst/playback/gststreaminfo.h:
23492         Reuse the audio and video bins.
23493         Some internal cleanups in the stream selection code.
23494
23495 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23496
23497         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23498         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23499         * sys/ximage/ximagesink.h:
23500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23501         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23502         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23503         not coming from those elements. Moreover these elements should not keep
23504         the xid they have been given when in NULL state.
23505
23506 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23507
23508         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23509         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23510         * sys/ximage/ximagesink.h:
23511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23512         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23513         * sys/xvimage/xvimagesink.h:
23514           Actually only create a new toplevel window if we're not gonna
23515           embed it right after.
23516
23517 2004-10-07  Wim Taymans  <wim@fluendo.com>
23518
23519         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23520         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23521         * gst/playback/gstplaybin.c: (setup_sinks):
23522         Implement muting/unmuting of streams, mute streams that are not
23523         used.
23524
23525 2004-10-07  Wim Taymans  <wim@fluendo.com>
23526
23527         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23528         (plugin_init):
23529         Added lame audio/x-ac3 typefind function.
23530
23531 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23532
23533         * configure.ac:
23534           bump nano to cvs
23535
23536 === release 0.8.5 ===
23537
23538 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23539
23540         * NEWS:
23541         * RELEASE:
23542         * configure.ac:
23543           releasing 0.8.5, "Take You On"
23544
23545 2004-10-06  Wim Taymans  <wim@fluendo.com>
23546
23547         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23548         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23549         (no_more_pads), (close_link), (type_found):
23550         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23551         * gst/playback/gstplaybin.c: (gen_video_element):
23552         Do not signal the no_more_pads after the first pad when
23553         we are plugging a non dynamic element with multiple
23554         output pads (like swfdec, dvdec, ...).
23555
23556 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23557
23558         * configure.ac:
23559           bump for prerelease
23560
23561 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23562
23563         * gst/wavparse/gstwavparse.c:
23564           add ATRAC3 to STATIC CAPS to fix a warning
23565
23566         * gst/matroska/ebml-read.c:
23567         * gst-libs/gst/riff/riff-read.c:
23568           fix typos
23569
23570 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23571
23572         * gst-libs/gst/riff/riff-media.c:
23573           generate caps for ATRAC3 audio streams
23574
23575         * gst/realmedia/rmdemux.c:
23576           generate caps for ATRAC3 audio streams
23577
23578 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23579
23580         * gst/wavparse/Makefile.am
23581         * gst/wavparse/riff.h
23582         * gst/wavparse/wavparse.vcproj
23583           riff.h removal (unused and duplication with riff-ids.h)
23584
23585 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23586
23587         * gst/wavparse/gstwavparse.h
23588           remove duplicated defines for audio codec codes
23589
23590         * gst-libs/gst/riff/riff-ids.h
23591         * gst/wavenc/riff.h:
23592           add "4CC" code for ATRAC3 audio streams
23593           add "4CC" code for ITU_G721_ADPCM (unused for now)
23594
23595 2004-10-06  Wim Taymans  <wim@fluendo.com>
23596
23597         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23598         Actually _do_ negotiation. Pass gdouble as arg instead
23599         of guint64 for the framerate.
23600
23601 2004-10-06  Wim Taymans  <wim@fluendo.com>
23602
23603         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23604         (find_compatibles), (close_pad_link), (try_to_link_1),
23605         (no_more_pads), (close_link), (type_found):
23606         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23607         * gst/playback/gstplaybin.c: (gen_video_element),
23608         (gen_audio_element):
23609         Set state on newly added element to READY so that negotiation
23610         can happen ASAP.
23611         Addes some more debug info.
23612         Do not try to plug pads with multiple caps structures or ANY
23613         because it is too dangerous since we do not do dynamic
23614         replugging.
23615
23616 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23617
23618         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23619
23620         * po/LINGUAS:
23621         * po/or.po:
23622           add Oriya translation
23623
23624 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23625
23626         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23627           Prevent overwrite of size member. Makes audio sound crappy.
23628
23629 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23630
23631         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23632         Add rmvb to the list of known RealMedia extensions
23633
23634 2004-10-05  Wim Taymans  <wim@fluendo.com>
23635
23636         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23637         (mngdec_openstream), (mngdec_closestream),
23638         (mngdec_handle_sink_event), (mngdec_readdata),
23639         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23640         (mngdec_getcanvasline), (mngdec_refresh),
23641         (gst_mngdec_change_state):
23642         Set the framerate correctly.
23643
23644 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23645
23646         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23647           There was something wrong with the index massaging.
23648
23649 2004-10-04  Wim Taymans  <wim@fluendo.com>
23650
23651         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23652         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23653         (gst_smokedec_chain):
23654         * ext/jpeg/gstsmokedec.h:
23655         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23656         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23657         * ext/jpeg/gstsmokeenc.h:
23658         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23659         (smokecodec_decode_new), (smokecodec_info_free),
23660         (smokecodec_set_quality), (smokecodec_get_quality),
23661         (smokecodec_set_threshold), (smokecodec_get_threshold),
23662         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23663         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23664         (smokecodec_encode), (smokecodec_parse_id),
23665         (smokecodec_parse_header), (smokecodec_decode):
23666         * ext/jpeg/smokecodec.h:
23667         * ext/jpeg/smokeformat.h:
23668         Updated smoke, new bitstream, allows embedding in ogg.
23669
23670 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23671
23672         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23673           Fix seeking in some files. All this code is no longer needed (and
23674           actually breaks stuff) because we now synchronize the full index
23675           right when reading the header.
23676
23677 2004-10-04  Wim Taymans  <wim@fluendo.com>
23678
23679         * configure.ac:
23680         configure update for libmng.
23681
23682 2004-10-04  Wim Taymans  <wim@fluendo.com>
23683
23684         * ext/libmng/Makefile.am:
23685         * ext/libmng/gstmng.c: (plugin_init):
23686         * ext/libmng/gstmng.h:
23687         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23688         (gst_mngdec_base_init), (gst_mngdec_class_init),
23689         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23690         (gst_mngdec_loop), (gst_mngdec_get_property),
23691         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23692         (mngdec_closestream), (mngdec_handle_sink_event),
23693         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23694         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23695         (gst_mngdec_change_state):
23696         * ext/libmng/gstmngdec.h:
23697         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23698         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23699         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23700         (gst_mngenc_chain), (gst_mngenc_get_property),
23701         (gst_mngenc_set_property):
23702         * ext/libmng/gstmngenc.h:
23703         Added basic MNG decoder. Needs more work. The encoder does
23704         not work yet.
23705
23706 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23707
23708         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23709         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23710         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23711           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23712           no-more-pads.
23713
23714 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23715
23716         * configure.ac:
23717           you need at least 1.0.4 of speex
23718
23719 2004-10-04 Iain <iaingnome@gmail.com>
23720
23721         * ext/speex/gstspeexdec.h: Revert the includes changes.
23722
23723         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23724
23725 2004-09-30 Iain <iaingnome@gmail.com>
23726
23727         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23728         found during init or set as a property instead of hardcoding /dev/audio
23729
23730 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23731
23732         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23733         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23734         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23735         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23736         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23737         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23738         (gst_rmdemux_dump_data):
23739           Use debug category, fix EOS handling. filesrc ! rmdemux now
23740           works.
23741
23742 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23743
23744         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23745         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23746         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23747           Improve allocation, cutting and sorting of the index. How takes a
23748           few seconds instead of minutes.
23749
23750 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23751
23752         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23753           fixed compilation
23754
23755 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23756
23757         * gst-libs/gst/riff/riff-media.c:
23758         (gst_riff_create_video_caps_with_data),
23759         (gst_riff_create_video_template_caps):
23760           Add wing commander format mimetype/fourccs.
23761         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23762           Don't crash if some value is 0.
23763
23764 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23765
23766         * gst-libs/gst/riff/riff-media.c:
23767         (gst_riff_create_video_caps_with_data),
23768         (gst_riff_create_video_template_caps):
23769           Add DIB fourcc (raw, palettized 8-bit RGB).
23770         * gst-libs/gst/riff/riff-read.c:
23771         (gst_riff_read_strf_vids_with_data):
23772           Oops, fix strf_data reading bug.
23773         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23774           Use a non-NULL tag.
23775         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23776           Time for hacks. Sorry Dave. At least one quicktime movie (a
23777           trailer) that I've encountered contains multiple video tracks.
23778           One of those is the actual video track, the other are one-frame
23779           tracks (images). Unfortunately, the number of frames according
23780           to the trak header is 1 for each, so that doesn't help. So
23781           instead, I look at the duration and discard tracks with a
23782           duration shorter than 20% of the length of the stream. Better
23783           than nothing.
23784
23785 2004-10-01  Christian Schaller <christian@fluendo.com>
23786
23787         * ext/ivorbis/vorbis.c:
23788           Patch from Phil Blundell (Bug 152341)
23789
23790 2004-10-01  Wim Taymans  <wim@fluendo.com>
23791
23792         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23793         (speex_dec_get_formats), (speex_dec_convert),
23794         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23795         (speex_dec_chain), (gst_speexdec_get_property),
23796         (gst_speexdec_set_property):
23797         Small cleanups.
23798
23799 2004-10-01  Wim Taymans  <wim@fluendo.com>
23800
23801         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23802         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23803         (gst_wavparse_other), (gst_wavparse_loop),
23804         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23805         (gst_wavparse_srcpad_event):
23806         * gst/wavparse/gstwavparse.h:
23807         Added some more debugging info.
23808         Fix the case where the length of the file is 0.
23809         Make sure we seek to sample borders.
23810
23811 2004-10-01  Wim Taymans  <wim@fluendo.com>
23812
23813         * gst/playback/README:
23814         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23815         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23816         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23817         Add some debug info to decodebin, update README
23818
23819 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23820
23821         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23822           Don't use g_print(); use GST_DEBUG().
23823
23824 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23825
23826         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23827         (gst_ogg_mux_queue_pads):
23828           Handle EOS properly.
23829
23830 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23831
23832         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23833
23834         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23835         (gst_faad_chain), (gst_faad_change_state):
23836         * ext/faad/gstfaad.h:
23837           Allow playback of raw (unframed) MPEG AAC files (#148993).
23838
23839 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23840
23841         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23842
23843         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23844           Throw error if we didn't recognize the stream. Fixes #152289.
23845
23846 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23847
23848         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23849           Fix negotiation.
23850
23851 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23852
23853         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23854
23855         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23856           Fix memleak.
23857
23858 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23859
23860         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23861
23862         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23863           Solve #152805.
23864         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23865           Solve 152806.
23866
23867 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23868
23869         * gst-libs/gst/riff/riff-media.c:
23870         (gst_riff_create_video_caps_with_data),
23871         (gst_riff_create_audio_caps_with_data):
23872           Add codec_data handling (like asfdemux used to do).
23873         * gst/asfdemux/gstasf.c: (plugin_init):
23874         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23875         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23876           Use riff-media for caps creation instead of our own (mostly
23877           broken) copy of its functions.
23878
23879 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23880
23881         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23882           Don't actually error out if we get another return value than
23883           -EINVAL. Opposite to what I first thought, drivers have random
23884           return values for this, although -EINVAL is the expected return
23885           value. Since this is not fatal, we shouldn't use
23886           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23887
23888 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23889
23890         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23891         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23892         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23893         (dvdreadsrc_get), (dvdreadsrc_open_file),
23894         (dvdreadsrc_change_state):
23895           Fix. Don't do one big huge loop around the whole DVD, that will
23896           cache all data and thus eat sizeof(dvd) (several GB) before we
23897           see something.
23898         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23899           Actually NULL'ify event after using it.
23900         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23901         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23902         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23903         (gst_ebml_read_seek), (gst_ebml_read_skip):
23904           Handle events.
23905         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23906         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23907         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23908           Fix timing (this will probably break if I seek using menus, but
23909           I didn't get there yet). VOBs and normal DVDs should now work.
23910           Add a mpeg2-only pad with high rank so this get autoplugged for
23911           MPEG-2 movies.
23912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23913         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23914         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23915         (gst_mpeg_demux_get_audio_stream),
23916         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23917         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23918           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23919           MPEG-1 but use dvddemux for MPEG-2.
23920         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23921         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23922         (gst_mpeg_parse_parse_packhead):
23923           Timing. Only add pad template if it exists. Add sink template from
23924           class and not from ourselves. This means we will always use the
23925           correct sink template even if it is not the one defined in this
23926           file.
23927
23928 2004-09-29  Wim Taymans  <wim@fluendo.com>
23929
23930         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23931         (gst_mpeg_demux_parse_pes):
23932         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23933         Fix playback of mpeg again, timestamps where screwed up by
23934         patch 1.61.
23935
23936 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23937
23938         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23939           Only return true if we actually filled something in. Prevents
23940           player applications from showing a random length for flac files.
23941         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23942         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23943         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23944         (gst_riff_read_strf_vids_with_data),
23945         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23946           OK, ok, so I implemented event handling. Apparently it's normal
23947           that we receive random events at random points without asking
23948           for it.
23949         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23950         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23951         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23952         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23953         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23954         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23955         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23956         * gst/avi/gstavidemux.h:
23957           Implement non-lineair chunk handling and subchunk processing.
23958           The first solves playback of AVI files where the audio and video
23959           data of individual buffers that we read are not synchronized.
23960           This should not happen according to the wonderful AVI specs, but
23961           of course it does happen in reality. It is also a prerequisite for
23962           the second. Subchunk processing allows us to cut chunks in small
23963           pieces and process each of these pieces separately. This is
23964           required because I've seen several AVI files with incredibly large
23965           audio chunks, even some files with only one audio chunk for the
23966           whole file. This allows for proper playback including seeking.
23967           This patch is supposed to fix all AVI A/V sync issues.
23968         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23969         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23970           Work.
23971         * gst/modplug/gstmodplug.cc:
23972           Proper return value setting for the query() function.
23973         * gst/playback/gstplaybasebin.c: (setup_source):
23974           Being in non-playing state (after, e.g., EOS) is not necessarily
23975           a bad thing. Allow for that. This fixes playback of short files.
23976           They don't actually playback fully now, because the clock already
23977           runs. This means that small files (<500kB) with a small length
23978           (<2sec) will still not or barely play. Other files, such as mod
23979           or flx, will work correctly, however.
23980
23981 2004-09-28  Wim Taymans  <wim@fluendo.com>
23982
23983         * ext/speex/gstspeex.c: (plugin_init):
23984         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23985         (gst_speex_dec_class_init), (speex_dec_get_formats),
23986         (speex_get_event_masks), (speex_get_query_types),
23987         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23988         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23989         (gst_speexdec_get_property), (gst_speexdec_set_property),
23990         (speex_dec_change_state):
23991         * ext/speex/gstspeexdec.h:
23992         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23993         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23994         (gst_speexenc_base_init), (gst_speexenc_class_init),
23995         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23996         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23997         (gst_speexenc_src_query), (gst_speexenc_init),
23998         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23999         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
24000         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
24001         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
24002         (gst_speexenc_chain), (gst_speexenc_get_property),
24003         (gst_speexenc_set_property), (gst_speexenc_change_state):
24004         * ext/speex/gstspeexenc.h:
24005         Rewrote speex encoder, make sure it can be embedded in ogg.
24006         Implemented speex decoder.
24007
24008 2004-09-28  Christian Schaller <christian@fluendo.com>
24009
24010         * configure.ac:
24011         Remove kioslave plugin. Markey is brewing a new working one
24012         * ext/Makefile.am: Remove kioslave plugin
24013         * ext/kio: remove
24014         * gst-plugins.spec.in: remove kio plugin from spec
24015
24016 2004-09-27  Wim Taymans  <wim@fluendo.com>
24017
24018         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24019         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24020         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
24021         (gst_multifdsink_new_client),
24022         (gst_multifdsink_handle_client_write),
24023         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24024         (gst_multifdsink_handle_clients):
24025         * gst/tcp/gstmultifdsink.h:
24026         Make syncing to keyframes actually work for new clients and lagging
24027         clients.
24028
24029 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24030
24031         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
24032         (gst_navigationtest_handle_src_event), (draw_box_planar411),
24033         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
24034         * gst/debug/gstnavigationtest.h:
24035           make navigationtest display button-press and button-release events
24036
24037 2004-09-26 Iain <iaingnome@gmail.com>
24038
24039         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
24040         the channels have received a new media event.
24041         (interleave_buffered_loop): Compresses a new media event on all
24042         channels into one.
24043
24044 2004-09-26 Iain <iaingnome@gmail.com>
24045
24046         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
24047         call the sinkpad's default event handler and not the srcpads. He also
24048         says this is confusing :)
24049         (gst_wavenc_stop_file): Company says that seek events only go upstream
24050         we should send a discontinuous downstream instead.
24051
24052 2004-09-25  Christian Schaller <christian@fluendo.com>
24053
24054         * Update SPEC file to be usable in conjunction with Fedora Core,
24055           Fedora.us and freshrpms packages
24056         * Fix typo in multifilesrc test Makefile
24057
24058 2004-09-24  Wim Taymans  <wim@fluendo.com>
24059
24060         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24061         Only signal the no_more_pads signal when we have
24062         added the stream to our list.
24063
24064 2004-09-24  Wim Taymans  <wim@fluendo.com>
24065
24066         * gst/playback/gstplaybasebin.c: (remove_prerolls),
24067         (new_decoded_pad):
24068         * gst/playback/gstplaybasebin.h:
24069         * gst/playback/gstplaybin.c: (setup_sinks):
24070         Don't try to preroll or decode more than one audio/video
24071         track.
24072
24073 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24074
24075         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24076           Throw error if we failed to find a suitable output. This should
24077           throw an error if we successfully set up a pipeline (e.g. because
24078           we recognized a media file) but found no decodable streams in it
24079           (e.g. because it contains only media stream types for which we
24080           have no decoders, or because it's not a media type).
24081
24082 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24083
24084         * ext/dirac/Makefile.am:
24085         * ext/dirac/gstdirac.cc:
24086         * ext/dirac/gstdiracdec.cc:
24087         * ext/dirac/gstdiracdec.h:
24088           Do something. Don't actually know if this works because I don't
24089           have a demuxer yet.
24090         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
24091           Add channels=1 to caps returned from _getcaps().
24092         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
24093         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
24094         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
24095         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
24096         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
24097         (gst_ogm_parse_change_state):
24098           Separate between audio/video so ogmaudioparse actually uses the
24099           audio pad templates. Both audio and video work now, including
24100           autoplugging. Also use sometimes-srcpad hack.
24101         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24102           Handle events better. Don't hang on infinite loops.
24103         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
24104         (gst_avi_demux_init), (gst_avi_demux_reset),
24105         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
24106         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
24107         (gst_avi_demux_change_state):
24108         * gst/avi/gstavidemux.h:
24109           Improve A/V sync. Still not perfect.
24110         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
24111         (gst_ebml_read_skip):
24112           Handle events better.
24113         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24114         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
24115         (qtdemux_audio_caps):
24116           Add IMA4. Improve event handling. Save offset after a seek when
24117           the headers are at the end of the file so that we don't end up in
24118           an infinite loop.
24119         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
24120           Add low-priority typefind support for files with no length.
24121
24122 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24123
24124         * testsuite/multifilesink/Makefile.am:
24125         fix typo
24126
24127 2004-09-22  Julien MOUTTE  <julien@moutte.net>
24128
24129         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
24131         mistakes from thaytan's patches.
24132
24133 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24134
24135         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24136           For completeness, XSync in the destroy function as xvimage does.
24137
24138 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24139
24140         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24141            Correct caps negotiation
24142         * gst/volume/gstvolume.c: (volume_chain_float),
24143         (volume_chain_int16):
24144            Modify debug output to be little more informative
24145         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
24146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24147         (gst_xvimagesink_xvimage_destroy):
24148           Add XSync calls after detaching from the shared memory segment to
24149           avoid a crash.
24150
24151 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24152
24153         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24154         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
24155         * ext/vorbis/vorbis.c: (plugin_init):
24156         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
24157         (gst_vorbisenc_chain):
24158         * ext/vorbis/vorbisenc.h:
24159         remove explicit newmedia support from oggmux and vorbisenc
24160         add debug category to vorbisenc
24161         * gst/multifilesink/gstmultifilesink.c:
24162         (gst_multifilesink_class_init), (gst_multifilesink_init),
24163         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
24164         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
24165         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
24166         (plugin_init):
24167         * gst/multifilesink/gstmultifilesink.h:
24168         add support for streamheader in multifilesink
24169
24170 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24171
24172         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
24173         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
24174         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
24175           Prevent infinite loops. More correct error reporting.
24176         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24177           Error out if negotiation fails.
24178         * gst/playback/gstplaybasebin.c: (setup_source),
24179         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
24180         (gst_play_base_bin_found_tag):
24181           Error/tag forwarding. Pre-roll fixes for source errors on state
24182           changes (e.g. "file does not exist") to prevent hangs.
24183
24184 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24185
24186         * testsuite/multifilesink/Makefile.am:
24187         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
24188         (gst_newmedia_class_init), (gst_newmedia_init),
24189         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24190         (newfile_signal), (test_signal), (main):
24191         * testsuite/multifilesink/multifilesrc_test.c: (main):
24192         * testsuite/multifilesink/oggtheora_test.c:
24193         (gst_newmedia_base_init), (gst_newmedia_class_init),
24194         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24195         (test_format), (newfile_signal), (test_signal), (main):
24196         * testsuite/multifilesink/oggvorbis_test.c:
24197         (gst_newmedia_base_init), (gst_newmedia_class_init),
24198         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24199         (test_format), (newfile_signal), (test_signal), (main):
24200         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
24201         (gst_newmedia_class_init), (gst_newmedia_init),
24202         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24203         (newfile_signal), (test_signal), (main):
24204         New media tests
24205
24206 2004-09-20  Christian Schaller <christian@fluendo.com>
24207
24208         * Fix mikmod license to LGPL as they have relicensed
24209         * Move Dirac and Effectv into LGPL section of README_license
24210
24211 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24212
24213         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
24214         (gst_mad_change_state):
24215           Allow for mp3 rate/channels changes. However, only very
24216           conservatively. Reason that we *have* to enable this is smiply
24217           because the mad find_sync() function is not good enough, it will
24218           regularly sync on random data as valid frames and therefore make
24219           us provide random caps as *final* caps of the stream. The best fix
24220           I could think of is to simply require several of the same stream
24221           changes in a row before we change caps.
24222           The actual testcase that works now is #
24223         * ext/ogg/Makefile.am:
24224         * ext/ogg/gstogg.c: (plugin_init):
24225         * ext/ogg/gstogmparse.c:
24226           OGM support (video only for now; I need an audio sample file).
24227         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24228         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
24229         (gst_asf_demux_add_video_stream):
24230           WMV extradata.
24231         * gst/playback/gstplaybasebin.c: (unknown_type):
24232           Don't error out on single unknown-types after all. It's wrong.
24233           If we found type of video and audio but not of a subtitle stream,
24234           it will still error out (which is unwanted). Will find a better fix
24235           later on.
24236         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
24237         (ogmaudio_type_find), (plugin_init):
24238           OGM support.
24239
24240 2004-09-20  Johan Dahlin  <johan@gnome.org>
24241
24242         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24243         after setting caps.
24244
24245 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24246
24247         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24248         * gst/wavenc/gstwavenc.h:
24249         Added newmedia support to wavenc
24250
24251 2004-09-17  Wim Taymans  <wim@fluendo.com>
24252
24253         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24254         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24255         (gst_fdset_fd_can_write), (gst_fdset_wait):
24256         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24257         (gst_multifdsink_init), (gst_multifdsink_add),
24258         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24259         (gst_multifdsink_remove_client_link),
24260         (gst_multifdsink_client_queue_buffer),
24261         (gst_multifdsink_handle_client_write),
24262         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24263         (gst_multifdsink_close), (gst_multifdsink_change_state):
24264         * gst/tcp/gstmultifdsink.h:
24265         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24266         (gst_tcpserversink_removed):
24267         Small cleanups in fdset.c
24268         Use a hastable to map fd to the client structure for faster
24269         lookup in _remove and get_stats.
24270         Added virtual function to close the fds.
24271         Handle clients even when the select/poll call was unblocked because
24272         of a command.
24273         Implement syncing to keyframe in the recovery procedure.
24274
24275 2004-09-16 Iain <iaingnome@gmail.com>
24276
24277         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24278         try caps.
24279
24280 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24281
24282         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24283           Caps are only set if the type of the stream is unknown, but this
24284           is initialized in ->init_stream(), so set to UNKNOWN after calling
24285           ->init_stream() so that capsnego starts.
24286
24287 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24288
24289         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24290         (gst_avi_demux_stream_data):
24291           Just hardcode for raw audio then. AVI audio sucks.
24292
24293 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24294
24295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24296         * gst/matroska/matroska-mux.c: (audiosink_templ),
24297         (gst_matroska_mux_audio_pad_link):
24298         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24299         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24300
24301 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24302
24303         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24304         (gst_avi_demux_stream_data):
24305           Try to fix a/v sync issues.
24306
24307 2004-09-15  David Schleef  <ds@schleef.org>
24308
24309         * configure.ac: remove NASM check, since we don't use it.  Update
24310         dirac check to 0.4
24311         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24312         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24313         Initialized variables.
24314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24315         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24316         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24317         SVQ3 format
24318
24319 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24320
24321         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24322         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24323         * gst/avi/gstavidemux.h:
24324           Fix for compressed audio (mp3) timestamp generation. How did this
24325           ever work?
24326
24327 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24328
24329         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24330           Volume is a double not a float.
24331
24332 2004-09-15  Wim Taymans  <wim@fluendo.com>
24333
24334         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24335         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24336         Don't close the fd in multifdsink as we didn't open it in the
24337         first place. Some cleanups.
24338
24339 2004-09-15  Wim Taymans  <wim@fluendo.com>
24340
24341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24343         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24344         Fix the case where the muxer would mark pages as delta
24345         frames when they are not (vorbis only ogg).
24346
24347 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24348
24349         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24350         (gst_play_base_bin_change_state):
24351           Handle the case where we failed to setup a clear pipeline. This
24352           will throw an error (or EOS, another nice case) and if you don't
24353           catch that, the app will wait for the signal forever (and thus
24354           hang).
24355
24356 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24357
24358         * ext/gnomevfs/gstgnomevfssink.c:
24359         (gst_gnomevfssink_uri_get_protocols):
24360         * ext/gnomevfs/gstgnomevfssrc.c:
24361         (gst_gnomevfssrc_uri_get_protocols):
24362         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24363         * ext/gnomevfs/gstgnomevfsuri.h:
24364           Use _uri_new() instead of _open(), so it doesn't take as long and
24365           Christophe's computer won't hang.
24366         * gst/playback/gstplaybasebin.c: (unknown_type):
24367           Throw error on unknown media type, so apps actually display it.
24368
24369 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24370
24371         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24372           this script to work on Solaris since bash shell handles echo
24373           differenly than bash.
24374
24375 2004-09-17  Wim Taymans  <wim@fluendo.com>
24376
24377         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24378         (setup_source), (gst_play_base_bin_set_property),
24379         (gst_play_base_bin_add_element):
24380         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24381         Some more work on making sure seeking pauses the pipeline and
24382         that changing the uri actually does something.
24383
24384 2004-09-17  Wim Taymans  <wim@fluendo.com>
24385
24386         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24387         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24388         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24389         (gst_tcpserversink_close):
24390         Be a bit more paranoid when freeing memory.
24391
24392 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24393
24394         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24395         (qtdemux_parse_trak):
24396           Don't crash by dividing by zero (see sample movie in #126922).
24397
24398 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24399
24400         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24401           Don't touch non-existing data (fixes crash on file in #140147).
24402
24403 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24404
24405         * gst/playback/gstplaybasebin.c:
24406         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24407           Handle double disposals, and proper change of URIs.
24408
24409 2004-09-13  Martin Eikermann <meiker@upb.de>
24410
24411         * gst/mpegstream/gstmpegparse.c:
24412           fix synchronistation for streams recorded from digital PCR
24413           fixes bug #119376
24414
24415 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24416
24417         * ext/gnomevfs/Makefile.am:
24418         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24419         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24420         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24421         (gst_gnomevfssink_uri_get_type),
24422         (gst_gnomevfssink_uri_get_protocols),
24423         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24424         (gst_gnomevfssink_uri_handler_init),
24425         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24426         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24427         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24428         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24429         (gst_gnomevfssrc_uri_get_type),
24430         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24431         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24432         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24433         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24434         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24435         * ext/gnomevfs/gstgnomevfsuri.h:
24436           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24437           of fake URIs to see which this version of Gnome-VFS likes, and
24438           uses that for the Gst-URI interface. Makes playbin support http://
24439           streams. Also fix up some stupid behaviour in gnomevfssrc.
24440
24441 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24442
24443         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24444         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24445         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24446         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24447           Update mixer (to sync with other sessions) if we try to obtain
24448           a new value. This makes alsamixer work accross applications.
24449         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24450           Only call sync functions if we're running, else alsalib asserts.
24451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24452           Sometimes fails to compile. Possibly a gcc bug.
24453         * gst/playback/gstplaybin.c: (gen_video_element),
24454         (gen_audio_element):
24455           Add a reference to an application-provided object, because we lose
24456           this same reference if we add it to the bin. If we don't do this,
24457           we can only use this object once and thus crash if we go from
24458           ready to playing, back to ready and back to playing again.
24459           Also add an audioscale element because several cheap soundcards -
24460           like mine - don't support all samplerates.
24461         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24462         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24463           Fix wrong order or PAR calls. Makes automatically obtained PAR
24464           from the X server atually being used.
24465
24466 2004-09-12  David Schleef  <ds@schleef.org>
24467
24468         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24469         #151887, #152102, #152247.
24470         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24471         * examples/seeking/cdparanoia.c: same
24472         * examples/seeking/cdplayer.c: same
24473         * examples/seeking/seek.c: same
24474         * examples/seeking/spider_seek.c: same
24475         * examples/seeking/vorbisfile.c: same
24476         * examples/stats/mp2ogg.c: same
24477         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24478         (gst_esdsink_dispose): Dispose of element properly.
24479         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24480         fixes.
24481         * ext/nas/nassink.c: (gst_nassink_class_init),
24482         (gst_nassink_dispose): Dispose of element correctly.
24483         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24484         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24485         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24486         Fix 64-bit warning.
24487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24488         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24489         Fix 64-bit warning.
24490
24491 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24492
24493         * configure.ac : change speex detection as 1.1.6 now uses
24494           .pc/pkg-config and they changed their headers location.
24495
24496 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24497
24498         * gst/matroska/matroska-mux.h:
24499         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24500         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24501         (gst_matroska_mux_write_data):
24502           Write multiple blocks/frames per cluster.
24503                 Write meta-seek information (seek heads).
24504
24505 2004-09-09  Scott Wheeler <wheeler@kde.org>
24506
24507         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24508         (gst_play_bin_set_property), (gst_play_bin_get_property),
24509         (gen_audio_element), (gen_audio_element):
24510           Add a volume element / property to the pipeline.
24511
24512 2004-09-07  Wim Taymans  <wim@fluendo.com>
24513
24514         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24515         Copy timestamps from the master pad to the output buffers.
24516
24517 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24518
24519         * ext/raw1394/gstdv1394src.c:
24520           throw errors when applicable
24521
24522 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24523
24524         * gst/matroska/ebml-ids.h:
24525         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24526         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24527         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24528           automatically convert unix time <-> ebml time when reading/writing
24529           a date, use gst_ebml_write_uint to write CUETIME,
24530           not gst_ebml_write_date.
24531         * gst/matroska/matroska-ids.h:
24532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24533         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24534         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24535         (gst_matroska_mux_write_data):
24536           Write track and segment UIDs, write muxing date, write
24537           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24538           Create cues for audio only files.
24539
24540 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24541
24542         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24543         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24544           Re-commit ALSA switches.
24545         * gst/adder/gstadder.c: (gst_adder_loop):
24546           64-bit fix (#151416).
24547         * gst/debug/progressreport.c: (gst_progressreport_report):
24548           64-bit fix (#151419).
24549         * gst/matroska/matroska-demux.c:
24550         (gst_matroska_demux_parse_contents):
24551           64-bit fix (#151420).
24552         * gst/playback/test3.c: (update_scale):
24553           64-bit fix (#151421).
24554
24555 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24556
24557         * configure.ac:
24558           bump nano to cvs
24559
24560 === release 0.8.4 ===
24561
24562 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24563
24564         * configure.ac: releasing 0.8.4, "Alias"
24565
24566 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24567
24568         * ext/theora/Makefile.am:
24569           fix makefile.  Fixes #151462.
24570
24571 2004-08-30  Wim Taymans  <wim@fluendo.com>
24572
24573         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24574         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24575         (gst_multifdsink_remove_client_link),
24576         (gst_multifdsink_client_queue_buffer),
24577         (gst_multifdsink_handle_client_write):
24578         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24579         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24580         Fix some memory leaks.
24581
24582 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24583
24584         Patch by: David Schleef
24585
24586         * configure.ac:
24587         * sys/Makefile.am:
24588           rename our detection macro for V4L2.  Fixes #151236.
24589
24590 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24591
24592         Patch by: David Schleef
24593
24594         * configure.ac:
24595           check to define LAMEPRESET.  Fixes #151232.
24596
24597 2004-08-27  David Schleef  <ds@schleef.org>
24598
24599         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24600         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24601         (gst_glimagesink_fixate):  Move local variable declarations to
24602         make gcc-2.95 happy.
24603
24604 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24605
24606         * configure.ac:
24607           bump nano for prerelease
24608
24609 2004-08-27  David Schleef  <ds@schleef.org>
24610
24611         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24612         * sys/sunaudio/gstsunaudiosrc.c:
24613         * sys/sunaudio/gstsunaudiosrc.h:
24614
24615 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24616
24617         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24618         handle EOS correctly
24619         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24620         * gst/matroska/matroska-mux.h:
24621         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24622         VFW compatibility mode
24623
24624 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24625
24626         patch by: Zaheer Abbas Merali
24627
24628         * ext/ogg/gstoggmux.c:
24629         * ext/vorbis/vorbisenc.c:
24630         * ext/vorbis/vorbisenc.h:
24631           handle NEWMEDIA
24632
24633 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24634
24635         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24636         fix byte order reversion on little endian machines.
24637         * gst/matroska/matroska-mux.c: (audiosink_templ),
24638         (gst_matroska_mux_audio_pad_link):
24639         add TTA codec to the list of supported codecs.
24640         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24641         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24642         (gst_matroska_mux_write_data):
24643         * gst/matroska/matroska-mux.h:
24644         write segment duration correctly, write muxing app string, fixes bugs
24645         #140897 and #140898.
24646         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24647         wait for all pads to be negotiated before starting to mux.
24648
24649 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24650
24651         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24652         * ext/lame/gstlame.h:
24653         Added new media support to lame
24654
24655 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24656
24657         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24658         send vorbis headers at the beginning of a stream, fixes bug #141554.
24659         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24660         bug #148950.
24661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24662         (gst_matroska_demux_plugin_init):
24663         * gst/matroska/matroska-ids.h:
24664         enable demuxing of TTA audio streams, fixes bug #148951.
24665         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24666         enable typefinding for TTA audio files, fixes bug #148711.
24667         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24668         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24669         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24670
24671 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24672
24673         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24674         (gst_riff_read_element_data), (gst_riff_read_seek),
24675         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24676         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24677         <teuf@gnome.org>
24678
24679 2004-08-23 Iain <iaingnome@gmail.com>
24680
24681         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24682         tags. They appear to be handled differently to normal.
24683         (tag_list_to_id3_tag_foreach): Ditto.
24684
24685 2004-08-22  Wim Taymans  <wim@fluendo.com>
24686
24687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24688         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24689         Make sure we never send -1 granulepos.
24690
24691 2004-08-20  Wim Taymans  <wim@fluendo.com>
24692
24693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24694         (gst_ogg_mux_loop):
24695         I will accept bitchslappings with non sharp objects.
24696
24697 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24698
24699         * configure.ac:
24700         Clean up the test for lame presets
24701
24702 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24703
24704         * configure.ac:
24705         * ext/lame/Makefile.am:
24706         * ext/lame/gstlame.c: (gst_lame_class_init),
24707         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24708         Only enable lame presets if version of lame has presets in API
24709
24710 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24711         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24712         * gst/udp/gstudpsrc.h:
24713           Don't call gst_pad_push in a get function. Fixes #150449
24714
24715 2004-08-18  Wim Taymans  <wim@fluendo.com>
24716
24717         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24718         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24719         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24720         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24721         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24722         (gst_fdset_wait):
24723         * gst/tcp/gstfdset.h:
24724         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24725         (gst_multifdsink_client_queue_buffer),
24726         (gst_multifdsink_handle_client_write):
24727         * gst/tcp/gstmultifdsink.h:
24728         Some extra checks in gstfdset.
24729         Only use send() when the fd is a socket. Don't try to
24730         read from write only fds.
24731
24732 2004-08-18  Wim Taymans  <wim@fluendo.com>
24733
24734         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24735         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24736         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24737         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24738         (gst_fdset_wait):
24739         Add more locking and bounds checking.
24740
24741 2004-08-18  Wim Taymans  <wim@fluendo.com>
24742
24743         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24744         Realloc test fdset in the lock and right before starting
24745         the poll call. Bump the limit to 4096.
24746
24747 2004-08-17  David Schleef  <ds@schleef.org>
24748
24749         * sys/sunaudio/Makefile.am:
24750         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24751         of rates and channels.  Make debugging less obnoxious.
24752
24753         Patch from Balamurali Viswanathan implementing a mixer for
24754         Sun audio.  (bug #144091):
24755         * sys/sunaudio/gstsunelement.c:
24756         * sys/sunaudio/gstsunelement.h:
24757         * sys/sunaudio/gstsunmixer.c:
24758         * sys/sunaudio/gstsunmixer.h:
24759
24760 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24761
24762         * gst/audioscale/gstaudioscale.c:
24763         * gst/audioscale/gstaudioscale.h:
24764         made audioscale resample from any sample rate to any sample rate
24765
24766 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24767
24768         * ext/libpng/gstpngdec.c:
24769           error out on unsupported types
24770
24771 2004-08-17  Iain <iaingnome@gmail.com>
24772
24773         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24774         mid_side and loose_mid_side properties if its a stereo stream.
24775
24776 2004-08-17  Wim Taymans  <wim@fluendo.com>
24777
24778         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24779         (theora_get_formats), (theora_dec_src_convert),
24780         (theora_dec_sink_convert), (theora_dec_src_query),
24781         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24782         Add a debug line.
24783
24784 2004-08-17  Wim Taymans  <wim@fluendo.com>
24785
24786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24787         (gst_ogg_pad_push):
24788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24789         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24790         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24791         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24792         Mark delta units in the muxer.
24793         Try to decode the packet after an out-of-sync error from
24794         libogg.
24795
24796 2004-08-17  Wim Taymans  <wim@fluendo.com>
24797
24798         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24799         (gst_multifdsink_init), (gst_multifdsink_add),
24800         (gst_multifdsink_client_queue_buffer),
24801         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24802         * gst/tcp/gstmultifdsink.h:
24803         Added option to send a keyframe to clients as the first buffer.
24804         Make timeout property writable.
24805
24806 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24807
24808         patch by: Wim Taymans
24809
24810         * gst/tcp/gstfdset.c:
24811         * gst/tcp/gstmultifdsink.c:
24812           fix index comparison, should include 0
24813
24814 2004-08-16  Wim Taymans  <wim@fluendo.com>
24815
24816         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24817         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24818         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24819         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24820         (gst_fdset_wait):
24821           copy when reallocing for poll so the select arguments don't get
24822           changed during the call
24823
24824 2004-08-16  Wim Taymans  <wim@fluendo.com>
24825
24826         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24827         (gst_theora_enc_class_init), (theora_enc_sink_link),
24828         (theora_buffer_from_packet), (theora_enc_chain):
24829         Fix bug where buffers were not marked as keyframes
24830         correctly.
24831
24832 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24833
24834         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24835         (gst_lame_preset_get_type), (gst_lame_class_init):
24836         describe the enum values for vbr mode and presets more verbosely
24837
24838 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24839
24840         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24841         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24842         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24843         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24844         * ext/lame/gstlame.h:
24845         add preset property to lame so it can use lame presets
24846
24847 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24848
24849         * ext/lame/gstlame.c: (gst_lame_get_property):
24850         whoops forgot break, thanks teuf
24851
24852 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24853
24854         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24855         (gst_lame_class_init), (gst_lame_src_getcaps),
24856         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24857         (gst_lame_get_property), (gst_lame_setup):
24858         * ext/lame/gstlame.h:
24859         fix lame's broken vbr stuff, allow it to resample if need be, and also
24860         make xing header optional
24861
24862 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24863
24864         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24865         added getcaps function so samplerate doesnt get fixated to silly values
24866
24867 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24868
24869         * ext/lame/gstlame.c: (gst_lame_src_link):
24870         revert previous fix
24871
24872 2004-08-12  Johan Dahlin  <johan@gnome.org>
24873
24874         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24875         checks. Doesn't matter what state we are in. Interfaces are a
24876         compile time thing, not runtime. It also broke the python bindings.
24877
24878 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24879
24880         * ext/lame/gstlame.c: (gst_lame_src_link):
24881         made source pad link function check if sinkpad is ok..fixes the problem
24882         where core fixates the output rate of lame stupidly
24883
24884 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24885
24886         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24887         * sys/v4l/v4l_calls.c:
24888         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24889           fix fixate function to handle nonsimple caps.
24890           remove bogus check in _link
24891           cleanups
24892
24893 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24894
24895         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24896         set default compression ratio parameter to 0.0 so bitrate parameter
24897         works :)
24898
24899 2004-08-11  David Schleef  <ds@schleef.org>
24900
24901         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24902
24903 2004-08-11  David Schleef  <ds@schleef.org>
24904
24905         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24906         before.
24907
24908 2004-08-11  David Schleef  <ds@schleef.org>
24909
24910         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24911
24912 2004-08-11  David Schleef  <ds@schleef.org>
24913
24914         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24915           license field
24916         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24917         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24918           LGPL.
24919         * gst/auparse/gstauparse.c: Fix plugin license field.
24920         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24921         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24922         * gst/rtp/gstrtp.c: Fix plugin license field.
24923
24924 2004-08-11  Wim Taymans  <wim@fluendo.com>
24925
24926         * gst/tcp/Makefile.am:
24927         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24928         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24929         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24930         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24931         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24932         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24933         (gst_fdset_fd_can_write), (gst_fdset_wait):
24934         * gst/tcp/gstfdset.h:
24935         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24936         (gst_multifdsink_class_init), (gst_multifdsink_init),
24937         (gst_multifdsink_add), (gst_multifdsink_remove),
24938         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24939         (gst_multifdsink_remove_client_link),
24940         (gst_multifdsink_handle_client_read),
24941         (gst_multifdsink_client_queue_data),
24942         (gst_multifdsink_client_queue_caps),
24943         (gst_multifdsink_client_queue_buffer),
24944         (gst_multifdsink_handle_client_write),
24945         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24946         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24947         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24948         (gst_multifdsink_close):
24949         * gst/tcp/gstmultifdsink.h:
24950         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24951         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24952         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24953         (gst_tcpserversink_close):
24954         * gst/tcp/gsttcpserversink.h:
24955         Abstracted away the select call, implemented poll (yes we ran into
24956         the 1024 limit in production).
24957
24958 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24959
24960         * gst/tcp/gsttcp.c:
24961         * gst/tcp/gsttcpplugin.c:
24962           improve debuggging, remove assert
24963
24964 2004-08-10  Wim Taymans  <wim@fluendo.com>
24965
24966         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24967         (gst_client_status_get_type), (gst_multifdsink_class_init),
24968         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24969         (gst_multifdsink_handle_client_read),
24970         (gst_multifdsink_handle_client_write),
24971         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24972         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24973         (gst_multifdsink_get_property):
24974         * gst/tcp/gstmultifdsink.h:
24975         * gst/tcp/gsttcp-marshal.list:
24976         Starting to prepare for specifying buffer time in other units
24977         than buffers. Expose remove reason in signal.
24978
24979 2004-08-10  Wim Taymans  <wim@fluendo.com>
24980
24981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24982         (gst_multifdsink_remove), (gst_multifdsink_clear),
24983         (gst_multifdsink_remove_client_link),
24984         (gst_multifdsink_handle_client_read),
24985         (gst_multifdsink_client_queue_data),
24986         (gst_multifdsink_client_queue_buffer),
24987         (gst_multifdsink_handle_client_write),
24988         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24989         (gst_multifdsink_chain), (gst_multifdsink_close):
24990         * gst/tcp/gstmultifdsink.h:
24991         Added more debugging info. Changed the way clients are
24992         removed from the lists. Fixed a bug where a bad file descriptor
24993         could cause many clients to be removed.
24994
24995 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24996
24997         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24998           allow all pixel-aspect-ratios, not just 1:1
24999
25000 2004-08-09  David Schleef  <ds@schleef.org>
25001
25002         * sys/glsink/ARB_multitexture.h:  Remove old files.
25003         * sys/glsink/EXT_paletted_texture.h:
25004         * sys/glsink/NV_register_combiners.h:
25005         * sys/glsink/gstgl_nvimage.c:
25006         * sys/glsink/gstgl_pdrimage.c:
25007         * sys/glsink/gstgl_rgbimage.c:
25008         * sys/glsink/gstglsink.c:
25009         * sys/glsink/gstglsink.h:
25010         * sys/glsink/gstglxwindow.c:
25011         * sys/glsink/regcomb_yuvrgb.c:
25012
25013 2004-08-09  David Schleef  <ds@schleef.org>
25014
25015         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
25016         GL sink plugin.  (Bug #147302)
25017
25018         * configure.ac: Test for OpenGL
25019         * sys/Makefile.am: Use test for OpenGL
25020         * sys/glsink/Makefile.am:
25021         * sys/glsink/glimagesink.c: rewrite
25022         * sys/glsink/glimagesink.h: rewrite
25023
25024 2004-08-09  David Schleef  <ds@schleef.org>
25025
25026         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
25027         sane framerates.
25028         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
25029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
25030         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
25031
25032 2004-08-09  Wim Taymans  <wim@fluendo.com>
25033
25034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25035         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25036         (gst_multifdsink_client_remove),
25037         (gst_multifdsink_handle_client_read),
25038         (gst_multifdsink_handle_client_write),
25039         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25040         Do a bit more logging, make the client_read code more robust.
25041
25042 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25043
25044         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
25045         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
25046         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
25047         (gst_jpegdec_init), (gst_jpegdec_chain):
25048         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
25049         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
25050           cleanups, debugging fixes and memleak plugging
25051
25052 2004-08-09  Wim Taymans  <wim@fluendo.com>
25053
25054         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25055         (theora_get_formats), (theora_dec_src_convert),
25056         (theora_dec_sink_convert), (theora_dec_src_query),
25057         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
25058         (theora_dec_change_state):
25059         Don't crash on missing header packets.
25060
25061 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25062
25063         * po/LINGUAS:
25064         * po/sq.po:
25065           Added Albanian translation (Laurent Dhima)
25066         * po/cs.po:
25067           updated
25068
25069 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25070
25071         * ext/lame/gstlame.c:
25072           fix/add debugging
25073
25074 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25075
25076         * sys/ximage/ximagesink.c:
25077         * sys/xvimage/xvimagesink.c:
25078           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
25079
25080 2004-08-06  Wim Taymans  <wim@fluendo.com>
25081
25082         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25083         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25084         (gst_multifdsink_client_remove),
25085         (gst_multifdsink_handle_client_read),
25086         (gst_multifdsink_handle_client_write),
25087         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25088         Make sure we don't try to read more from a client that what
25089         ioctl says us or we deadlock.
25090
25091 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25092
25093         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
25094         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
25095         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
25096           decouple running_time and n_frames so it can handle changing
25097           framerate while running
25098
25099 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25100
25101         * po/nl.po:
25102         * po/sv.po:
25103           updated translations
25104
25105 2004-08-04  Benjamin Otte  <otte@gnome.org>
25106
25107         * gst/videotestsrc/gstvideotestsrc.c:
25108         (gst_videotestsrc_get_capslist), (generate_capslist),
25109         (plugin_init):
25110           generate the list of supported caps at startup and reuse it instead
25111           of always generating it
25112
25113 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25114
25115         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
25116           whoops, last checkin broke normal build
25117
25118 2004-08-03  Benjamin Otte  <otte@gnome.org>
25119
25120         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
25121         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25122         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25123         (gst_alsa_mixer_get_option):
25124         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
25125         (dvdnavsrc_print_event):
25126         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
25127         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
25128         (gst_ogg_mux_pad_unlink):
25129         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
25130         (gst_multipart_mux_pad_unlink):
25131         * gst/videofilter/gstvideobalance.c:
25132         (gst_videobalance_colorbalance_set_value):
25133         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
25134         (gst_videomixer_pad_unlink):
25135         * po/uk.po:
25136         * sys/oss/gstossmixer.c:
25137         * sys/v4l/gstv4lcolorbalance.c:
25138         * sys/v4l/gstv4ltuner.c:
25139         * sys/v4l/v4lsrc_calls.c:
25140         * sys/v4l2/gstv4l2colorbalance.c:
25141         * sys/v4l2/gstv4l2tuner.c:
25142           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
25143
25144 2004-08-03  Benjamin Otte  <otte@gnome.org>
25145
25146         * examples/dynparams/filter.c: (ui_control_create):
25147         * examples/gstplay/player.c: (print_tag):
25148         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
25149         * ext/gdk_pixbuf/gstgdkanimation.c:
25150         (gst_gdk_animation_iter_may_advance):
25151         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
25152         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
25153         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
25154         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
25155         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
25156         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
25157         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
25158         * gst/sine/demo-dparams.c: (main):
25159         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
25160         * testsuite/alsa/formats.c: (create_pipeline):
25161         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
25162           fixes for G_DISABLE_ASSERT and friends
25163         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25164         (mp3_type_frame_length_from_header), (mp3_type_find),
25165         (plugin_init):
25166           require mp3 typefinding to have at least MIN_HEADERS valid headers
25167           add typefinding for AAC adts files
25168
25169 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
25170
25171         * sys/ximage/ximagesink.c:
25172         (gst_ximagesink_calculate_pixel_aspect_ratio):
25173         * sys/xvimage/xvimagesink.c:
25174         (gst_xvimagesink_calculate_pixel_aspect_ratio):
25175         Make sure we calculate pixel-aspect-ratio using floating point maths
25176
25177 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25178
25179         * po/uk.po:
25180           updated translation
25181
25182 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25183
25184         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
25186           add debugging for display PAR calculation
25187
25188 2004-08-02  David Schleef  <ds@schleef.org>
25189
25190         * configure.ac: Fix mikmod CFLAGS.
25191
25192 2004-07-27  Benjamin Otte  <otte@gnome.org>
25193
25194         * gst/audioscale/gstaudioscale.c:
25195         - fix templates to only support S16, it's the only format that works
25196         - make caps nego code use try_set_caps_nonfixed and fixation instead
25197         of try_set_caps twice, which is not nice for autopluggers
25198         - change rank to secondary, so autopluggers can pick it up after
25199         audioconvert
25200
25201 2004-08-02  Iain <iain@prettypeople.org>
25202
25203         * gst/interleave/interleave.c (interleave_init),
25204         (interleave_request_new_pad),
25205         (interleave_pad_removed),
25206         (interleave_buffered_loop): Use the real pad count, not the artificial
25207         one.
25208
25209 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25210
25211         * configure.ac: bump nano back to development
25212
25213 === release 0.8.3 ===
25214
25215 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25216
25217         * configure.ac: releasing 0.8.3, "Water"
25218
25219 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25220
25221         * sys/xvimage/xvimagesink.c:
25222         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25223         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
25224         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
25225         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25226         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25227         * sys/xvimage/xvimagesink.h:
25228           apply similar PAR fixes as to ximagesink
25229
25230 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25231
25232         patch from: Benjamin Otte
25233
25234         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
25235           add link function to lame.  Fixes #148986.
25236
25237 2004-08-02  Johan Dahlin  <johan@gnome.org>
25238
25239         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25240         fix debugging log
25241
25242 2004-07-30  David Schleef  <ds@schleef.org>
25243
25244         * gst/videomixer/Makefile.am: Fix things that should have been
25245         fixed in the last checkin.
25246
25247 2004-07-30  David Schleef  <ds@schleef.org>
25248
25249         * gst/multipart/Makefile.am: Fix things that should have been
25250         fixed in the last checkin.
25251
25252 2004-07-30  David Schleef  <ds@schleef.org>
25253
25254         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25255
25256 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25257
25258         * configure.ac:
25259           bump nano for prerelease
25260         * po/af.po:
25261         * po/az.po:
25262         * po/cs.po:
25263         * po/en_GB.po:
25264         * po/hu.po:
25265         * po/nl.po:
25266         * po/sr.po:
25267         * po/sv.po:
25268         * po/uk.po:
25269           updates
25270
25271 2004-07-30  Wim Taymans  <wim@fluendo.com>
25272
25273         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25274         (gst_multifdsink_add), (gst_multifdsink_remove),
25275         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25276         (gst_multifdsink_client_remove),
25277         (gst_multifdsink_handle_client_write),
25278         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25279         * gst/tcp/gstmultifdsink.h:
25280         Recover from a select with a bad file descriptor by removing
25281         the client.
25282
25283 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25284
25285         * configure.ac:
25286           fix requirement of core
25287         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25288         (gst_play_pipeline_setup):
25289           don't use colorspace element.  do use hermescolorspace element.
25290           make macro to get a colorspace element.
25291           mark strings for translation.
25292         * po/POTFILES.in:
25293           add play.c
25294         * po/af.po:
25295         * po/az.po:
25296         * po/cs.po:
25297         * po/en_GB.po:
25298         * po/hu.po:
25299         * po/nl.po:
25300         * po/sr.po:
25301         * po/sv.po:
25302         * po/uk.po:
25303           update translations
25304
25305 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25306
25307         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25308         fix default for newmedia flag
25309
25310 2004-07-30  Wim Taymans  <wim@fluendo.com>
25311
25312         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25313         (gst_theora_dec_init), (theora_get_formats),
25314         (theora_dec_src_convert), (theora_dec_sink_convert),
25315         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25316         (theora_dec_chain), (theora_dec_set_property),
25317         (theora_dec_get_property):
25318         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25319         (gst_theora_enc_class_init), (gst_theora_enc_init),
25320         (theora_enc_sink_link), (theora_enc_chain),
25321         (theora_enc_set_property), (theora_enc_get_property):
25322         Added cropping option to theora decoder.
25323         Added border option to theora encoder.
25324
25325 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25326
25327         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25328         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25329         (gst_pngenc_set_property):
25330         * ext/libpng/gstpngenc.h:
25331         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
25332
25333 2004-07-30  Wim Taymans  <wim@fluendo.com>
25334
25335         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25336         (theora_enc_sink_link), (theora_enc_chain),
25337         (theora_enc_set_property), (theora_enc_get_property):
25338         Fix encoding of non-multiple-of-16 video.
25339
25340 2004-07-29  David Schleef  <ds@schleef.org>
25341
25342         * configure.ac: make test for audiofile more strict
25343
25344 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25345
25346         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25347           give different names to typefind functions
25348
25349 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25350
25351         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25352         (gst_ximagesink_calculate_pixel_aspect_ratio),
25353         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25354         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25355         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25356         (gst_ximagesink_get_property), (gst_ximagesink_init):
25357         * sys/ximage/ximagesink.h:
25358           allocate PAR's dynamically.
25359           use autodetected PAR if no object-set PAR is given.
25360           add workaround for directfb's X not setting physical size.
25361           fix to xvimagesink will follow tomorrow.
25362
25363 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25364
25365         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25366         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25367         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25368         (gst_shout2send_class_init), (gst_shout2send_init),
25369         (set_shout_metadata), (gst_shout2send_set_metadata),
25370         (gst_shout2send_chain), (gst_shout2send_set_property),
25371         (gst_shout2send_get_property), (gst_shout2send_connect),
25372         (gst_shout2send_change_state):
25373         * ext/shout2/gstshout2.h:
25374         - fix for sending mp3 audio to icecast2 server, if pad link function not
25375         called before PAUSED state
25376         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25377         - added tagging support for mp3 audio broadcasted
25378         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25379         debug info
25380
25381 2004-07-28  Wim Taymans  <wim@fluendo.com>
25382
25383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25384         (gst_ogg_demux_push):
25385         Return query failure when we don't know the length of
25386         an ogg stream insteda of returning TRUE with a bogus value.
25387
25388 2004-07-28  Wim Taymans  <wim@fluendo.com>
25389
25390         * ext/theora/theoradec.c: (theora_get_formats),
25391         (theora_dec_src_convert), (theora_dec_sink_convert),
25392         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25393         (theora_dec_chain):
25394         Don't screw up the 1 Chroma for 1 luma sample situation when we
25395         have an odd offset/width by adding a black border in those cases.
25396
25397 2004-07-28  Wim Taymans  <wim@fluendo.com>
25398
25399         * ext/theora/theoradec.c: (theora_get_formats),
25400         (theora_dec_src_convert), (theora_dec_sink_convert),
25401         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25402         (theora_dec_chain):
25403         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25404         Added first attempt at cropping of the image as required by the
25405         theora spec. We need more properties in the caps (offset_x,
25406         offset_y,stride) to implement this correctly.
25407
25408 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25409
25410         * ext/dvdnav/README:
25411           Update the README to use dvddemux
25412         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25413           Ensure getcaps returns a subset of the template caps
25414         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25415         (gst_mpeg2subt_init):
25416           Ensure getcaps returns a subset of the template caps
25417         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25418         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25419         (gst_dvd_demux_get_subpicture_stream),
25420         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25421         * gst/mpegstream/gstdvddemux.h:
25422           Set the explicit caps on the current_video pad before pushing
25423           anything
25424         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25425         (gst_mpeg_demux_get_audio_stream):
25426           Free caps used to gst_pad_set_explicit_caps, which takes a const
25427           GstCaps *
25428
25429 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25430
25431         * configure.ac: update GStreamer requirement to 0.8.4 because of
25432           GstFraction.
25433
25434 2004-07-28  Wim Taymans  <wim@fluendo.com>
25435
25436         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25437         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25438         Add the pad to the element after setting up the caps. This
25439         makes it a lot easier to autoplug.
25440
25441 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25442
25443         * gst/median/gstmedian.c:
25444         * gst/mpeg2subt/gstmpeg2subt.c:
25445         * gst/mpegaudioparse/gstmpegaudioparse.c:
25446         * gst/mpegstream/gstdvddemux.c:
25447         * gst/mpegstream/gstmpegdemux.c:
25448         * gst/mpegstream/gstmpegpacketize.c:
25449         * gst/rtjpeg/gstrtjpeg.c:
25450         * gst/rtjpeg/gstrtjpegdec.c:
25451         * gst/rtjpeg/gstrtjpegenc.c:
25452         * gst/sine/gstsinesrc.c:
25453         * gst/smooth/gstsmooth.c:
25454         * gst/smpte/gstsmpte.c:
25455         * gst/smpte/gstsmpte.h:
25456         * gst/stereo/gststereo.c:
25457         * gst/videofilter/gstgamma.c:
25458         * gst/videofilter/gstvideobalance.c:
25459         * gst/videofilter/gstvideofilter.c:
25460         * gst/videofilter/gstvideoflip.c:
25461         * gst/videoscale/gstvideoscale.c:
25462         * gst/videoscale/videoscale.c:
25463         * gst/videotestsrc/gstvideotestsrc.c:
25464         * gst/videotestsrc/videotestsrc.c:
25465         * gst/wavenc/gstwavenc.c:
25466         * gst/wavparse/gstwavparse.c:
25467           fix local includes and 64 bits constants
25468
25469 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25470
25471         * win32/gst.sln:
25472         * gst-libs/gst/*/*.vcproj:
25473         * gst/*/*.vcproj:
25474           more working plugins
25475
25476 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25477
25478         * testsuite/alsa/Makefile.am:
25479         * testsuite/alsa/srcstate.c:
25480         add test for alsasrc changing state
25481
25482 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25483
25484         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25485         (gst_silence_get):
25486         * gst/silence/gstsilence.h:
25487         fix silence generation for 16bit raw audio
25488
25489 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25490
25491         * gst/matroska/matroska-demux.c:
25492         (gst_matroska_demux_parse_metadata),
25493         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25494         * gst/mpegaudio/common.c:
25495         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25496         (gst_videoscale_getcaps), (gst_videoscale_link),
25497         (gst_videoscale_src_fixate), (gst_videoscale_init),
25498         (gst_videoscale_finalize):
25499         * gst/videoscale/gstvideoscale.h:
25500         * gst/videotestsrc/gstvideotestsrc.c:
25501         (gst_videotestsrc_get_capslist):
25502         * gst/wavenc/gstwavenc.c:
25503         * sys/oss/gstossmixer.c: (fill_labels):
25504         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25505         (gst_ximagesink_handle_xevents),
25506         (gst_ximagesink_calculate_pixel_aspect_ratio),
25507         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25508         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25509         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25510         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25511         (gst_ximagesink_init), (gst_ximagesink_class_init):
25512         * sys/ximage/ximagesink.h:
25513         * sys/xvimage/xvimagesink.c:
25514         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25515         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25516         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25517         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25518         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25519         * sys/xvimage/xvimagesink.h:
25520           first batch of pixel aspect ratio commits.
25521
25522 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25523
25524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25525         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25526         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25527           handle stride, needs work if we want to move stride handling
25528           upstream, but works correctly for our purposes.
25529
25530 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25531
25532         * gst/videoscale/README:
25533           add testing examples
25534         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25535         (gst_videoscale_chain):
25536         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25537         (gst_videoscale_get_size):
25538           add get_size function that handles stride like videotestsrc.
25539           fixes conversion for YUV formats for as much as I can test them.
25540
25541 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25542
25543         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25544         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25546         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25547         (gst_xvimagesink_xvimage_put):
25548           further cleanups, logging, error handling and synchronizing
25549
25550 2004-07-27  Wim Taymans  <wim@fluendo.com>
25551
25552         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25553         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25554         (gst_videomixer_pad_set_property),
25555         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25556         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25557         (gst_videomixer_class_init), (gst_videomixer_init),
25558         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25559         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25560         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25561         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25562         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25563         (gst_videomixer_loop), (plugin_init):
25564         Be a nicer negotiation citizen and provide a getcaps function on
25565         the srcpad. This also fixes a crash when resizing.
25566
25567 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25568
25569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25570         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25571
25572 2004-07-27  Wim Taymans  <wim@fluendo.com>
25573
25574         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25575         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25576         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25577         (gst_pngenc_set_property):
25578         * ext/libpng/gstpngenc.h:
25579         Added snapshot property to pngenc.
25580         removed g_print from pngdec
25581
25582 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25583
25584         * gst/ac3parse/ac3parse.vcproj
25585         * gst/adder/adder.vcproj
25586         * gst/alpha/alpha.vcproj
25587         * gst/alpha/alphacolor.vcproj
25588         * gst/asfdemux/asf.vcproj
25589         * gst/audioconvert/audioconvert.vcproj
25590         * gst/audiorate/audiorate.vcproj
25591         * gst/audioscale/audioscale.vcproj
25592         * gst/auparse/auparse.vcproj
25593         * gst/avi/avi.vcproj
25594         * gst/cdxaparse/cdxaparse.vcproj
25595         * gst/chart/chart.vcproj
25596         * gst/colorspace/colorspace.vcproj
25597         * gst/cutter/cutter.vcproj
25598         * gst/debug/debug.vcproj
25599         * gst/debug/efence.vcproj
25600         * gst/debug/navigationtest.vcproj
25601         * gst/deinterlace/deinterlace.vcproj
25602         * gst/effectv/effectv.vcproj
25603         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25604         * gst/filter/filter.vcproj
25605         * gst/flx/flxdec.vcproj
25606         * gst/goom/goom.vcproj
25607         * gst/interleave/interleave.vcproj
25608         * gst/law/alaw.vcproj
25609         * gst/law/mulaw.vcproj
25610         * gst/matroska/matroska.vcproj
25611         * gst/median/median.vcproj
25612         * gst/mixmatrix/mixmatrix.vcproj
25613         * gst/mpeg1sys/mpeg1systemencode.vcproj
25614         * gst/mpeg1videoparse/mp1videoparse.vcproj
25615         * gst/mpeg2sub/mpeg2subt.vcproj
25616         * gst/mpegaudio/mpegaudio.vcproj
25617         * gst/mpegaudioparse/mpegaudioparse.vcproj
25618         * gst/mpegstream/mpegstream.vcproj
25619         * gst/multifilesink/multifilesink.vcproj
25620         * gst/multipart/multipart.vcproj
25621         * gst/oneton/oneton.vcproj
25622         * gst/overlay/overlay.vcproj
25623         * gst/passthrough/passthrough.vcproj
25624         * gst/qtdemux/qtdemux.vcproj
25625         * gst/realmedia/rmdemux.vcproj
25626         * gst/rtjpeg/rtjpeg.vcproj
25627         * gst/rtp/rtp.vcproj
25628         * gst/silence/silence.vcproj
25629         * gst/sine/sinesrc.vcproj
25630         * gst/smooth/smooth.vcproj
25631         * gst/smpte/smpte.vcproj
25632         * gst/spectrum/spectrum.vcproj
25633         * gst/speed/speed.vcproj
25634         * gst/stereo/stereo.vcproj
25635         * gst/switch/switch.vcproj
25636         * gst/tags/tagedit.vcproj
25637         * gst/tcp/tcp.vcproj
25638         * gst/typefind/typefindfunctions.vcproj
25639         * gst/udp/udp.vcproj
25640         * gst/videobox/videobox.vcproj
25641         * gst/videocrop/videocrop.vcproj
25642         * gst/videodrop/videodrop.vcproj
25643         * gst/videofilter/gamma.vcproj
25644         * gst/videofilter/videobalance.vcproj
25645         * gst/videofilter/videofilter.vcproj
25646         * gst/videofilter/videoflip.vcproj
25647         * gst/videoflip/videoflip.vcproj
25648         * gst/videomixer/videomixer.vcproj
25649         * gst/videorate/videorate.vcproj
25650         * gst/videoscale/videoscale.vcproj
25651         * gst/videotestsrc/videotestsrc.vcproj
25652         * gst/virtualdub/virtualdub.vcproj
25653         * gst/volenv/volenv.vcproj
25654         * gst/volume/volume.vcproj
25655         * gst/wavenc/wavenc.vcproj
25656         * gst/wavparse/wavparse.vcproj
25657         * gst/y4m/y4menc.vcproj
25658         * gst-libs/gst/audio/audio.vcproj
25659         * gst-libs/gst/audio/audiofilter.vcproj
25660         * gst-libs/gst/colorbalance/colorbalance.vcproj
25661         * gst-libs/gst/idct/idtc.vcproj
25662         * gst-libs/gst/media-info/media-info.vcproj
25663         * gst-libs/gst/mixer/mixer.vcproj
25664         * gst-libs/gst/navigation/navigation.vcproj
25665         * gst-libs/gst/play/play.vcproj
25666         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25667         * gst-libs/gst/resample/resample.vcproj
25668         * gst-libs/gst/riff/riff.vcproj
25669         * gst-libs/gst/tuner/tuner.vcproj
25670         * gst-libs/gst/video/video.vcproj
25671         * gst-libs/gst/xoverlay/xoverlay.vcproj
25672           avoid problems with math.h, fix release dependancy
25673           rename GStreamer-0.8.lib to libgstreamer.lib
25674
25675 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25676
25677         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25679         the atom is not available we have to unlock the mutex. Fixes #148023
25680
25681 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25682
25683         * gst-libs/gst/media-info/media-info.h:
25684           issue for a vararg macro with MSVC
25685
25686 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25687
25688         * gst/effectv/effectv.vcproj
25689         * gst-libs/gst/idct/idct.vcproj:
25690         * gst-libs/gst/media-info/media-info.vcproj:
25691         * gst-libs/gst/navigation/navigation.vcproj:
25692         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25693         * gst-libs/gst/video/video.vcproj:
25694         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25695           fixes for build problems
25696
25697 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25698
25699         * gst-libs/gst/audio/audio.def:
25700         * gst-libs/gst/audio/riff.def:
25701           add some definitions needed by plugins
25702
25703 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25704
25705         * gst/asfdemux/gstasfmux.c
25706           Fix some 64 bits constants to be glib friendly
25707
25708 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25709
25710         * gst/ac3parse/gstac3parse.c
25711         * gst/audioscale/gstaudioscale.c
25712         * gst/auparse/gstauparse.c
25713         * gst/colorspace/gstcolorspace.c
25714         * gst/colorspace/yuv2rgb.h
25715           local include fixes
25716
25717 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25718
25719         * win32/gst.sln
25720           add more plugins to the build
25721
25722 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25723
25724         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25725         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25726
25727 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25728
25729         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25730         (gst_level_set_property), (gst_level_get_property),
25731         (gst_level_base_init), (gst_level_class_init):
25732           add debugging categories.  cleanups.
25733
25734 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25735
25736         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25737         (gst_videoscale_planar411), (gst_videoscale_planar400),
25738         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25739         (gst_videoscale_scale_nearest_str1),
25740         (gst_videoscale_scale_nearest_str2),
25741         (gst_videoscale_scale_nearest_str4),
25742         (gst_videoscale_scale_nearest_16bit),
25743         (gst_videoscale_scale_nearest_24bit):
25744           fixed stride issues
25745           tested with 320x240 -> 321, 322, 324 x240
25746           tested with YV12, I420, YUY2, UYVY
25747           fixed packed422rev (don't think it could have worked before)
25748           by testing with UYVY
25749
25750 2004-07-26  Benjamin Otte  <otte@gnome.org>
25751
25752         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25753         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25754         (plugin_init):
25755           add debugging category, add error checks like checking return values
25756           of setup calls, make sure it still works after
25757           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25758
25759 2004-07-26  Wim Taymans  <wim@fluendo.com>
25760
25761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25762         (gst_mpeg_demux_get_audio_stream),
25763         (gst_mpeg_demux_process_private):
25764         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25765         Check for error codes from the negotiation functions. Make sure
25766         we really set the pad caps when a new pad is created.
25767
25768 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25769
25770         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25771         (gst_ffmpeg_caps_to_pix_fmt):
25772         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25774         (gst_ffmpegcolorspace_pad_link):
25775           don't make function do two things at the same time without reason.
25776
25777 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25778
25779         * gst/ac3parse/ac3parse.vcproj
25780         * gst/adder/adder.vcproj
25781         * gst/alpha/alpha.vcproj
25782         * gst/alpha/alphacolor.vcproj
25783         * gst/asfdemux/asf.vcproj
25784         * gst/audioconvert/audioconvert.vcproj
25785         * gst/audiorate/audiorate.vcproj
25786         * gst/audioscale/audioscale.vcproj
25787         * gst/auparse/auparse.vcproj
25788         * gst/avi/avi.vcproj
25789         * gst/cdxaparse/cdxaparse.vcproj
25790         * gst/chart/chart.vcproj
25791         * gst/colorspace/colorspace.vcproj
25792         * gst/cutter/cutter.vcproj
25793         * gst/debug/debug.vcproj
25794         * gst/debug/efence.vcproj
25795         * gst/debug/navigationtest.vcproj
25796         * gst/deinterlace/deinterlace.vcproj
25797         * gst/effectv/effectv.vcproj
25798         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25799         * gst/filter/filter.vcproj
25800         * gst/flx/flxdec.vcproj
25801         * gst/goom/goom.vcproj
25802         * gst/interleave/interleave.vcproj
25803         * gst/law/alaw.vcproj
25804         * gst/law/mulaw.vcproj
25805         * gst/matroska/matroska.vcproj
25806         * gst/median/median.vcproj
25807         * gst/mixmatrix/mixmatrix.vcproj
25808         * gst/mpeg1sys/mpeg1systemencode.vcproj
25809         * gst/mpeg1videoparse/mp1videoparse.vcproj
25810         * gst/mpeg2sub/mpeg2subt.vcproj
25811         * gst/mpegaudio/mpegaudio.vcproj
25812         * gst/mpegaudioparse/mpegaudioparse.vcproj
25813         * gst/mpegstream/mpegstream.vcproj
25814         * gst/multifilesink/multifilesink.vcproj
25815         * gst/multipart/multipart.vcproj
25816         * gst/oneton/oneton.vcproj
25817         * gst/overlay/overlay.vcproj
25818         * gst/passthrough/passthrough.vcproj
25819         * gst/qtdemux/qtdemux.vcproj
25820         * gst/realmedia/rmdemux.vcproj
25821         * gst/rtjpeg/rtjpeg.vcproj
25822         * gst/rtp/rtp.vcproj
25823         * gst/silence/silence.vcproj
25824         * gst/sine/sinesrc.vcproj
25825         * gst/smooth/smooth.vcproj
25826         * gst/smpte/smpte.vcproj
25827         * gst/spectrum/spectrum.vcproj
25828         * gst/speed/speed.vcproj
25829         * gst/stereo/stereo.vcproj
25830         * gst/switch/switch.vcproj
25831         * gst/tags/tagedit.vcproj
25832         * gst/tcp/tcp.vcproj
25833         * gst/typefind/typefindfunctions.vcproj
25834         * gst/udp/udp.vcproj
25835         * gst/videobox/videobox.vcproj
25836         * gst/videocrop/videocrop.vcproj
25837         * gst/videodrop/videodrop.vcproj
25838         * gst/videofilter/gamma.vcproj
25839         * gst/videofilter/videobalance.vcproj
25840         * gst/videofilter/videofilter.vcproj
25841         * gst/videofilter/videoflip.vcproj
25842         * gst/videoflip/videoflip.vcproj
25843         * gst/videomixer/videomixer.vcproj
25844         * gst/videorate/videorate.vcproj
25845         * gst/videoscale/videoscale.vcproj
25846         * gst/videotestsrc/videotestsrc.vcproj
25847         * gst/virtualdub/virtualdub.vcproj
25848         * gst/volenv/volenv.vcproj
25849         * gst/volume/volume.vcproj
25850         * gst/wavenc/wavenc.vcproj
25851         * gst/wavparse/wavparse.vcproj
25852         * gst/y4m/y4menc.vcproj
25853           more plugins supported under windows
25854
25855 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25856
25857         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25858         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25859         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25861         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25862           Add debugging statements.  Use the sizes as returned by the
25863           *CreateImage calls.
25864
25865 2004-07-26  Johan Dahlin  <johan@gnome.org>
25866
25867         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25868         the pad is negotiated.
25869
25870         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25871
25872 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25873
25874         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25875         * gst-libs/gst/idct/idct.vcproj:
25876         * gst-libs/gst/media-info/media-info.vcproj:
25877         * gst-libs/gst/mixer/mixer.vcproj:
25878         * gst-libs/gst/navigation/navigation.vcproj:
25879         * gst-libs/gst/play/play.vcproj:
25880         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25881         * gst-libs/gst/resample/resample.vcproj:
25882         * gst-libs/gst/tuner/tuner.vcproj:
25883         * gst-libs/gst/video/video.vcproj:
25884         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25885           more plugins supported under windows
25886
25887 2004-07-25 Iain <iain@prettypeople.org>
25888
25889         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25890         pad now rather than when the pad is created because state changes wipe
25891         explicit caps (fixes #148043).
25892
25893 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25894
25895         reviewed by Benjamin Otte  <otte@gnome.org>
25896
25897         * ext/mad/gstmad.c:
25898           fix mad plugin crashing on Sun (fixes #148289)
25899
25900 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25901
25902         * gst/avi/avi.def:
25903         * gst/avi/avi.vcproj:
25904         * gst/matroska/matroska.def:
25905         * gst/matroska/matroska.vcproj:
25906           remove unused .def files
25907
25908 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25909
25910         * gst-libs/gst/audio/gstaudiofilter.c:
25911           Clean the local include
25912
25913 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25914
25915         * win32/gst.sln:
25916         * gst-libs/gst/audio/audio.def:
25917         * gst-libs/gst/audio/audio.vcproj:
25918         * gst-libs/gst/audio/audiofilter.vcproj:
25919         * gst-libs/gst/audio/riff.def:
25920         * gst-libs/gst/audio/riff.vcproj:
25921         * gst-libs/gst/gst-libs.def:
25922         * gst-libs/gst/gst-libs.vcproj:
25923         * gst/avi/avi.vcproj:
25924         * gst/avi/avi.vcproj:
25925           Copy the files where needed after building, cleaner projects
25926
25927 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25928
25929         * gst/matroska/ebml-write.c:
25930           Fix some 64 bits constants to be glib friendly
25931
25932 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25933
25934         * win32/gst.sln:
25935         * gst-libs/gst/gst-libs.def:
25936         * gst-libs/gst/gst-libs.vcproj:
25937         * gst/matroska/matroska.def:
25938         * gst/matroska/matroska.vcproj:
25939           Add the preliminary canvas to build plugins on Win32
25940
25941 2004-07-23  Benjamin Otte  <otte@gnome.org>
25942
25943         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25944           don't enfore negotiation from source side, it breaks
25945           sinesrc ! audioconvert ! osssink
25946
25947 2004-07-22  David Schleef  <ds@schleef.org>
25948
25949         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25950         for ELF files, since they can easily be recognized as audio/mpeg.
25951         (bug #147441)
25952
25953 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25954
25955         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25956         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25957         (gst_videoscale_scale_nearest_24bit),
25958         (gst_videoscale_scale_nearest_16bit):
25959           fix 16bit and 24bit for stride (24bit might need testing)
25960           don't pretend we do more than one algorithm
25961
25962 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25963
25964         * configure.ac:
25965         * gst/Makefile.am:
25966         * gst/multifilesink/Makefile.am:
25967         * gst/multifilesink/gstmultifilesink.c:
25968         (gst_multifilesink_get_formats),
25969         (gst_multifilesink_get_query_types), (_do_init),
25970         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25971         (gst_multifilesink_init), (gst_multifilesink_dispose),
25972         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25973         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25974         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25975         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25976         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25977         (gst_multifilesink_uri_get_type),
25978         (gst_multifilesink_uri_get_protocols),
25979         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25980         (gst_multifilesink_uri_handler_init), (plugin_init):
25981         * gst/multifilesink/gstmultifilesink.h:
25982         * testsuite/Makefile.am:
25983         * testsuite/multifilesink/Makefile.am:
25984         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25985         (gst_newmedia_class_init), (gst_newmedia_init),
25986         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25987         (newfile_signal), (test_signal), (main):
25988         multifilesink plugin for creating new files every time a new media
25989         discontinuity event occurs
25990
25991 2004-07-22  Wim Taymans  <wim@fluendo.com>
25992
25993         * gst/alpha/Makefile.am:
25994         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25995         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25996         (gst_alpha_color_init), (gst_alpha_color_set_property),
25997         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25998         (transform), (gst_alpha_color_chain),
25999         (gst_alpha_color_change_state), (plugin_init):
26000         Stupid plugin to to RGBA to AYUV conversion because none of
26001         the colorspace plugins can handle that yet.
26002
26003 2004-07-22  Wim Taymans  <wim@fluendo.com>
26004
26005         * examples/seeking/seek.c: (update_scale), (main):
26006         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26007         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26008         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26009         (gst_decode_bin_init), (gst_decode_bin_dispose),
26010         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26011         (no_more_pads), (close_link), (type_found),
26012         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26013         (plugin_init):
26014         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26015         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26016         (gst_play_base_bin_dispose), (queue_overrun),
26017         (gen_preroll_element), (remove_prerolls), (unknown_type),
26018         (no_more_pads), (new_stream), (setup_source),
26019         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26020         (play_base_eos), (gst_play_base_bin_change_state),
26021         (gst_play_base_bin_add_element),
26022         (gst_play_base_bin_remove_element),
26023         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26024         (gst_play_base_bin_unlink_stream),
26025         (gst_play_base_bin_get_streaminfo):
26026         * gst/playback/gstplaybin.c: (gen_video_element),
26027         (gen_audio_element):
26028         * gst/playback/gststreaminfo.h:
26029         More playback updates, attempt to fix things after the state change
26030         breakage.
26031
26032 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26033
26034         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
26035         (gst_videoscale_scale_nearest_16bit):
26036           comment algorithm
26037
26038 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26039
26040         * gst/videotestsrc/gstvideotestsrc.c:
26041         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
26042         (gst_videotestsrc_init), (gst_videotestsrc_get),
26043         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
26044         (gst_videotestsrc_get_property):
26045         * gst/videotestsrc/gstvideotestsrc.h:
26046         * gst/videotestsrc/videotestsrc.c:
26047         * gst/videotestsrc/videotestsrc.h:
26048           cleanup and commenting
26049
26050 2004-07-21  Wim Taymans  <wim@fluendo.com>
26051
26052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
26053         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
26054         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
26055         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
26056         (_find_chain_get_unknown_part), (_find_streams_check),
26057         (gst_ogg_demux_push), (gst_ogg_pad_push):
26058         * ext/theora/theoradec.c: (theora_get_formats),
26059         (theora_dec_src_convert), (theora_dec_sink_convert),
26060         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26061         (theora_dec_chain):
26062         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26063         (vorbis_dec_convert), (vorbis_dec_src_query),
26064         (vorbis_dec_src_event), (vorbis_dec_event):
26065         More seeking fixes, oggdemux now supports seeking to time and
26066         uses the downstream element to convert granulepos to time.
26067         Seeking in theora-only ogg files now works.
26068
26069 2004-07-21  Wim Taymans  <wim@fluendo.com>
26070
26071         * ext/theora/theoradec.c: (gst_theora_dec_init),
26072         (theora_get_formats), (theora_get_event_masks),
26073         (theora_get_query_types), (theora_dec_src_convert),
26074         (theora_dec_sink_convert), (theora_dec_src_query),
26075         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26076         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26077         (vorbis_get_event_masks), (vorbis_get_query_types),
26078         (gst_vorbis_dec_init), (vorbis_dec_convert),
26079         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
26080         Added query/convert/formats functions to vorbis and theora decoders
26081         so that the outside world can use them too. Fixed seeking on an
26082         ogg/theora/vorbis file by disabling the seeking seeking on the
26083         theora srcpad.
26084
26085 2004-07-21  Julien MOUTTE  <julien@moutte.net>
26086
26087         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
26088         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
26089         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
26090         images creation for both elements. We don't create the image on caps
26091         nego or renego, we just destroy the internal one if present if it does
26092         not match the needs. The chain function takes care of creating a new
26093         image when needed.
26094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26095         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
26096         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26097         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
26098         the image format information. The buffer pool checks for the context
26099         image format and discard images with different formats.
26100         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
26101
26102 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26103
26104         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26105         (gst_ffmpegcolorspace_chain):
26106           no point in doing any chaining if the pad we want to push from
26107           isn't usable.
26108
26109 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26110
26111         * gst-libs/gst/riff/riff-media.c:
26112         (gst_riff_create_audio_caps_with_data):
26113           Fix double end-to-native symbol conversion (#148021).
26114
26115 2004-07-20  David Schleef  <ds@schleef.org>
26116
26117         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26118         Don't use an Atom that doesn't exist.
26119
26120 2004-07-20  Wim Taymans  <wim@fluendo.com>
26121
26122         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26123         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26124         (gst_multifdsink_client_remove),
26125         (gst_multifdsink_handle_client_write),
26126         (gst_multifdsink_queue_buffer):
26127         * gst/tcp/gstmultifdsink.h:
26128         More multifdsink stats. Avoid deadlock by releasing locks
26129         before sending out a signal.
26130
26131 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26132
26133         * po/LINGUAS:
26134         * po/hu.po:
26135           added Hungarian translation (Laszlo Dvornik)
26136
26137 2004-07-20  Wim Taymans  <wim@fluendo.com>
26138
26139         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26140         (gst_multifdsink_add), (gst_multifdsink_client_remove),
26141         (gst_multifdsink_handle_client_write),
26142         (gst_multifdsink_queue_buffer):
26143         * gst/tcp/gsttcp-marshal.list:
26144         Fixed the stupid marshal definition.
26145
26146 2004-07-20  Wim Taymans  <wim@fluendo.com>
26147
26148         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26149         (gst_multifdsink_init), (gst_multifdsink_add),
26150         (gst_multifdsink_client_remove),
26151         (gst_multifdsink_handle_client_write),
26152         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
26153         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
26154         (gst_multifdsink_init_send):
26155         * gst/tcp/gstmultifdsink.h:
26156         Added more stats, added timeout for a client, fixed some typos
26157         and added some comments.
26158
26159 2004-07-20  Wim Taymans  <wim@fluendo.com>
26160
26161         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26162         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26163         (gst_multifdsink_client_remove),
26164         (gst_multifdsink_handle_client_write):
26165         * gst/tcp/gstmultifdsink.h:
26166         * gst/tcp/gsttcp-marshal.list:
26167         Added get_stats method that returns a GValueArray of
26168         stats values.
26169
26170 2004-07-19  Benjamin Otte  <otte@gnome.org>
26171
26172         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
26173           make sure longname, description and author are valid UTF-8
26174
26175 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26176
26177         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
26178         (gst_ximagesink_set_property):
26179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
26180         (gst_xvimagesink_set_property):
26181           make sure SYNCHRONOUS is respected after getting the X context
26182
26183 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26184
26185         * gst/matroska/matroska-demux.c:
26186         (gst_matroska_demux_handle_src_event),
26187         (gst_matroska_demux_parse_blockgroup):
26188         * gst/matroska/matroska-ids.h:
26189           add BlockReference tag and ignore it to clear out log.
26190           ignore NAVIGATION events to clear out log.
26191
26192 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26193
26194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26195         (gst_matroska_demux_add_stream):
26196         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
26197           add debug categories
26198
26199 2004-07-16  Wim Taymans  <wim@fluendo.com>
26200
26201         * ext/libpng/Makefile.am:
26202         * ext/libpng/gstpng.c: (plugin_init):
26203         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
26204         (gst_pngdec_get_type), (gst_pngdec_base_init),
26205         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
26206         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
26207         * ext/libpng/gstpngdec.h:
26208         Added png decoder.
26209
26210 2004-07-16  Julien MOUTTE  <julien@moutte.net>
26211
26212         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26213         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
26214         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
26215         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
26216         (gst_ximagesink_buffer_alloc):
26217         * sys/ximage/ximagesink.h:
26218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26219         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26220         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26221         (gst_xvimagesink_buffer_alloc):
26222         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
26223         again. Using internal data pointer of the x(v)image to store image's
26224         data to be coherent with the buffer alloc mechanism. Investigated the
26225         image destruction code to be sure that everything gets freed correctly.
26226
26227 2004-07-16  Wim Taymans  <wim@fluendo.com>
26228
26229         * gst-libs/gst/riff/riff-read.c:
26230         (gst_riff_read_strf_vids_with_data),
26231         (gst_riff_read_strf_auds_with_data):
26232         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26233         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26234         Make sure we don't create 0 sized subbuffers in riff-read.
26235         Signal the no more pads signal after reading the avi header.
26236
26237 2004-07-16  Wim Taymans  <wim@fluendo.com>
26238
26239         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26240         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26241         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26242         (gst_decode_bin_init), (gst_decode_bin_dispose),
26243         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26244         (no_more_pads), (close_link), (type_found),
26245         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26246         (gst_decode_bin_change_state), (plugin_init):
26247         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26248         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26249         (gst_play_base_bin_dispose), (queue_overrun),
26250         (gen_preroll_element), (remove_prerolls), (unknown_type),
26251         (no_more_pads), (new_stream), (setup_source),
26252         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26253         (play_base_eos), (gst_play_base_bin_change_state),
26254         (gst_play_base_bin_add_element),
26255         (gst_play_base_bin_remove_element),
26256         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26257         (gst_play_base_bin_unlink_stream),
26258         (gst_play_base_bin_get_streaminfo):
26259         * gst/playback/gstplaybasebin.h:
26260         Better error recovery. Added configurable preroll queue size. Faster
26261         detection of no-more-pads.
26262
26263 2004-07-16  Wim Taymans  <wim@fluendo.com>
26264
26265         * gst-libs/gst/video/video.h:
26266         Added 32 bits RGBA. Not sure if we should use another mime-type
26267         for alpha rgb. Currently the presence of the alpha_mask property
26268         signals an alpha channel.
26269
26270 2004-07-16  Wim Taymans  <wim@fluendo.com>
26271
26272         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26274         FPS seems to be 0.0 to MAX everywhere else.
26275
26276 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26277
26278         * gst-libs/gst/riff/riff-media.c:
26279         (gst_riff_create_video_caps_with_data):
26280           mp42/mp43 (no caps) exist too.
26281         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26282           Set pixel_width/height; we've got them in-caps.
26283         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26284         * gst/wavparse/gstwavparse.c: (plugin_init):
26285           Both are valid primary.
26286         * sys/oss/gstossmixer.c:
26287           Remove i18n hack and enable translations.
26288
26289 2004-07-15  Benjamin Otte  <otte@gnome.org>
26290
26291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26292         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26293           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26294
26295 2004-07-15  Benjamin Otte  <otte@gnome.org>
26296
26297         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26298         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26299         (gst_alsa_close_audio):
26300           disable some of the debugging code for now. Writing debugging to a
26301           buffer is broken in current alsalib releases.
26302
26303 2004-07-12  Benjamin Otte  <otte@gnome.org>
26304
26305         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26306           use bufferpools
26307
26308 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26309
26310         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26311         (theora_dec_src_query), (theora_dec_event):
26312         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26313           add debugging categories.  Remove \n's.
26314
26315 2004-07-13  Johan Dahlin  <johan@gnome.org>
26316
26317         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26318         (gst_play_bin_get_property): Impl.
26319
26320 2004-07-13  Wim Taymans  <wim@fluendo.com>
26321
26322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26323         When trying to find the stream length, seek back N pages
26324         instead of just one, where N is the number of streams in
26325         the current chain.
26326
26327 2004-07-13  Wim Taymans  <wim@fluendo.com>
26328
26329         * gst-libs/gst/riff/riff-media.c:
26330         (gst_riff_create_audio_caps_with_data),
26331         (gst_riff_create_audio_caps),
26332         (gst_riff_create_audio_template_caps):
26333         * gst-libs/gst/riff/riff-media.h:
26334         * gst-libs/gst/riff/riff-read.c:
26335         (gst_riff_read_strf_vids_with_data),
26336         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26337         * gst-libs/gst/riff/riff-read.h:
26338         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26339         (gst_avi_demux_add_stream):
26340         Set codec_data on caps for avidemuxer.
26341
26342 2004-07-12  David Schleef  <ds@schleef.org>
26343
26344         * configure.ac: Fix test for Objective C
26345
26346 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26347         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26348         (gst_gdk_pixbuf_chain):
26349           Add svg and pcx to template caps, and ensure that getcaps returns a
26350           subset of the template caps.
26351           Copy each row manually for output, as gdkpixbuf may pad the
26352           rowstride to a 32-bit word boundary.
26353
26354 2004-07-12  Wim Taymans  <wim@fluendo.com>
26355
26356         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26357         (gst_riff_create_video_template_caps):
26358         Fix the template caps to include some more media types.
26359
26360 2004-07-12  Wim Taymans  <wim@fluendo.com>
26361
26362         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26363         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26364         (compare_ranks), (print_feature), (gst_decode_bin_init),
26365         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26366         (try_to_link_1), (new_pad), (close_link), (type_found),
26367         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26368         (gst_decode_bin_change_state), (plugin_init):
26369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26370         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26371         (gst_play_base_bin_dispose), (queue_overrun),
26372         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26373         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26374         (gst_play_base_bin_get_property), (play_base_eos),
26375         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26376         (gst_play_base_bin_remove_element),
26377         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26378         (gst_play_base_bin_unlink_stream),
26379         (gst_play_base_bin_get_streaminfo):
26380         * gst/playback/gstplaybasebin.h:
26381         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26382         (gst_play_bin_class_init), (gst_play_bin_init),
26383         (gst_play_bin_dispose), (gst_play_bin_set_property),
26384         (gst_play_bin_get_property), (gen_video_element),
26385         (gen_audio_element), (remove_sinks), (setup_sinks),
26386         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26387         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26388         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26389         (gst_play_bin_query), (plugin_init):
26390         * gst/playback/test4.c: (main):
26391         More fixes on reusing of the element.
26392
26393 2004-07-11  Benjamin Otte  <otte@gnome.org>
26394
26395         * ext/mad/gstmad.c: (normal_seek):
26396           allow seeking for other methods than just SET
26397
26398 2004-07-11  Andy Wingo  <wingo@pobox.com>
26399
26400         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26401         float, "any" caps -> buffer_frames=[0,MAX].
26402
26403         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26404         doesn't intersect our caps with the template any more. Do it
26405         ourselves.
26406         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26407
26408 2004-07-09  Wim Taymans  <wim@fluendo.com>
26409
26410         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26411         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26412         (compare_ranks), (print_feature), (gst_decode_bin_init),
26413         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26414         (try_to_link_1), (new_pad), (close_link), (type_found),
26415         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26416         (gst_decode_bin_change_state), (plugin_init):
26417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26418         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26419         (gst_play_base_bin_dispose), (queue_overrun),
26420         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26421         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26422         (gst_play_base_bin_get_property), (play_base_eos),
26423         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26424         (gst_play_base_bin_remove_element),
26425         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26426         (gst_play_base_bin_unlink_stream),
26427         (gst_play_base_bin_get_streaminfo):
26428         * gst/playback/gstplaybasebin.h:
26429         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26430         (gst_play_bin_class_init), (gst_play_bin_init),
26431         (gst_play_bin_dispose), (gst_play_bin_set_property),
26432         (gst_play_bin_get_property), (gen_video_element),
26433         (gen_audio_element), (remove_sinks), (setup_sinks),
26434         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26435         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26436         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26437         (gst_play_bin_query), (plugin_init):
26438         * gst/playback/test4.c: (main):
26439         Work on object reuse and seeking.
26440
26441 2004-07-09  Wim Taymans  <wim@fluendo.com>
26442
26443         * examples/seeking/seek.c: (iterate):
26444         Don't consume all CPU in the idle loop.
26445
26446 2004-07-09  Wim Taymans  <wim@fluendo.com>
26447
26448         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26449         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26450         Add pad to element *after* setting the pad functions so that
26451         the scheduler can use the correct ones.
26452
26453 2004-07-09  Wim Taymans  <wim@fluendo.com>
26454
26455         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26456         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26457         Sync to keyframe after seek
26458
26459 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26460
26461         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26462         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26463         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26464         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26465         * ext/libvisual/visual.c: (gst_visual_change_state):
26466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26467         * ext/theora/theoradec.c: (theora_dec_change_state):
26468         * ext/theora/theoraenc.c: (theora_enc_change_state):
26469         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26470         * gst-libs/gst/navigation/navigation.c:
26471         * gst/adder/gstadder.c: (gst_adder_change_state):
26472         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26473         (gst_audio_convert_get_buffer):
26474         * gst/multipart/multipartdemux.c:
26475         (gst_multipart_demux_change_state):
26476         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26477         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26478         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26479         * gst/videoscale/gstvideoscale.c:
26480         (gst_videoscale_handle_src_event):
26481         * gst/volume/gstvolume.c: (volume_chain_int16):
26482           don't assert in state change, this should be done by the base
26483           GstElement class.
26484           various debugging fixes.
26485
26486 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26487
26488         * configure.ac:
26489         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26490         (gst_play_dispose), (gst_play_set_location),
26491         (gst_play_set_data_src), (gst_play_set_video_sink),
26492         (gst_play_set_audio_sink), (gst_play_set_visualization),
26493         (gst_play_connect_visualization), (gst_play_get_sink_element),
26494         (gst_play_get_all_by_interface):
26495         * gst-libs/gst/play/play.h:
26496           add new method to get elements implementing an interface.
26497           add various error logging
26498
26499 2004-07-08  Wim Taymans  <wim@fluendo.com>
26500
26501         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26502         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26503         (make_playerbin_pipeline), (query_durations_elems),
26504         (query_durations_pads), (query_positions_elems),
26505         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26506         (main):
26507         Added playbin seeking example.
26508
26509 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26510
26511         * gst-libs/gst/play/play.c: (gst_play_set_location),
26512         (gst_play_set_data_src), (gst_play_set_video_sink),
26513         (gst_play_set_audio_sink), (gst_play_set_visualization),
26514         (gst_play_connect_visualization), (gst_play_get_framerate):
26515           use a macro to look up elements from hash table
26516
26517 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26518
26519         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26520         (gst_play_get_length_callback), (gst_play_set_location),
26521         (gst_play_seek_to_time), (gst_play_set_data_src),
26522         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26523         (gst_play_set_visualization), (gst_play_connect_visualization),
26524         (gst_play_get_sink_element):
26525         - add debugging info
26526         - fix looking up sink elements by iterating over complete caps
26527         - put everything except for source and autoplugger in a complete bin
26528
26529 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26530
26531         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26532         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26533         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26534         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26535         * ext/alsa/gstalsasink.h:
26536         - add debugging info
26537         - clean up schizophrenia of data/buffer/event
26538         - fix double event unref error
26539
26540 2004-07-08  Wim Taymans  <wim@fluendo.com>
26541
26542         * gst/playback/Makefile.am:
26543         Add headers to noinst
26544
26545 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26546
26547         * tools/gst-launch-ext-m.m:
26548         * tools/gst-launch-ext.1.in:
26549           convert to the third millenium
26550
26551 2004-07-07  David Schleef  <ds@schleef.org>
26552
26553         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26554
26555 2004-07-07  Wim Taymans  <wim@fluendo.com>
26556
26557         * gst/playback/Makefile.am:
26558         * gst/playback/README:
26559         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26560         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26561         (compare_ranks), (print_feature), (gst_decode_bin_init),
26562         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26563         (try_to_link_1), (new_pad), (close_link), (type_found),
26564         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26565         (plugin_init):
26566         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26567         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26568         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26569         (gen_preroll_element), (no_more_pads), (new_stream),
26570         (setup_source), (gst_play_base_bin_set_property),
26571         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26572         (gst_play_base_bin_add_element),
26573         (gst_play_base_bin_remove_element),
26574         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26575         (gst_play_base_bin_unlink_stream),
26576         (gst_play_base_bin_get_streaminfo):
26577         * gst/playback/gstplaybasebin.h:
26578         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26579         (gst_play_bin_class_init), (gst_play_bin_init),
26580         (gst_play_bin_dispose), (gst_play_bin_set_property),
26581         (gst_play_bin_get_property), (gen_video_element),
26582         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26583         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26584         (gst_play_bin_get_formats), (gst_play_bin_convert),
26585         (gst_play_bin_get_query_types), (gst_play_bin_query),
26586         (plugin_init):
26587         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26588         (gst_stream_info_get_type), (gst_stream_info_class_init),
26589         (gst_stream_info_init), (gst_stream_info_new),
26590         (gst_stream_info_dispose), (gst_stream_info_set_property),
26591         (gst_stream_info_get_property):
26592         * gst/playback/gststreaminfo.h:
26593         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26594         (main):
26595         * gst/playback/test2.c: (main):
26596         * gst/playback/test3.c: (update_scale), (main):
26597         More playbin fixes. Added README. Do better element filtering.
26598         Added base class to preroll media. Added test apps.
26599
26600 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26601
26602         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26603         * ext/mpeg2dec/gstmpeg2dec.h:
26604           various debugging improvements.  Reset stream to next picture
26605           instead of sequence header, otherwise seeks cannot work.
26606
26607 2004-07-07  Wim Taymans  <wim@fluendo.com>
26608
26609         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26610         (gst_video_box_class_init), (gst_video_box_set_property),
26611         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26612         Use pad_alloc where possible.
26613
26614 2004-07-07  Wim Taymans  <wim@fluendo.com>
26615
26616         * sys/oss/gstosselement.c: (gst_osselement_reset),
26617         (gst_osselement_parse_caps):
26618         * sys/oss/gstosselement.h:
26619         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26620         Fix offset on osssrc.
26621
26622 2004-07-07  Wim Taymans  <wim@fluendo.com>
26623
26624         * ext/theora/theora.c: (plugin_init):
26625         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26626         (theora_dec_src_query), (theora_dec_chain):
26627         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26628         (theora_enc_sink_link), (theora_buffer_from_packet),
26629         (theora_push_packet), (theora_enc_chain):
26630         Fix theora granulepos calculation.
26631         Fix overflow in duration/position calculation.
26632         Bump rank to PRIMARY for theoradec.
26633         Use granulepos of last packet to calculate position.
26634         Set keyframe flag on buffers when needed.
26635
26636 2004-07-06  David Schleef  <ds@schleef.org>
26637
26638         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26639         serious?  (Fixed, obviously.)
26640
26641 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26642
26643         * po/LINGUAS:
26644         * po/cs.po:
26645           added Czech translation (Miloslav Trmac)
26646
26647 2004-07-05  Wim Taymans  <wim@fluendo.com>
26648
26649         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26650         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26651         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26652         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26653         (close_link), (type_found), (gst_decode_bin_set_property),
26654         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26655         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26656         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26657         (gst_decode_bin_query), (plugin_init):
26658         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26659         (gst_play_bin_class_init), (gst_play_bin_init),
26660         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26661         (get_video_element), (new_pad), (setup_source),
26662         (gst_play_bin_set_property), (gst_play_bin_get_property),
26663         (gst_play_bin_change_state), (gst_play_bin_add_element),
26664         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26665         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26666         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26667         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26668         * gst/playback/test.c: (main):
26669         More fixes, cleaned up playbin, make it use decodebin. Added
26670         threaded property to playbin.
26671
26672 2004-07-05  Wim Taymans  <wim@fluendo.com>
26673
26674         * configure.ac:
26675         * gst/playback/Makefile.am:
26676         * gst/playback/decodetest.c: (main):
26677         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26678         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26679         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26680         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26681         (close_link), (type_found), (gst_decode_bin_set_property),
26682         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26683         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26684         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26685         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26686         (plugin_init):
26687         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26688         (gst_play_bin_class_init), (gst_play_bin_init),
26689         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26690         (collect_sink_pads), (find_compatibles), (close_pad_link),
26691         (try_to_link_1), (new_pad), (close_link), (type_found),
26692         (setup_source), (gst_play_bin_set_property),
26693         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26694         (compare_ranks), (gst_play_bin_collect_factories),
26695         (gst_play_bin_change_state), (gst_play_bin_add_element),
26696         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26697         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26698         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26699         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26700         * gst/playback/test.c: (main):
26701         Added some playback helper elements and some test apps, very alpha
26702         still.
26703
26704 2004-07-04  Benjamin Otte  <otte@gnome.org>
26705
26706         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26707           only restart audio when we indeed have an xrun to fix repeated
26708           xruns. Fix suggested by Giuliano Pochini.
26709
26710 2004-07-03  David Schleef  <ds@schleef.org>
26711
26712         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26713         call to gst_debug_log() if debugging is disabled (bug #145118)
26714
26715 2004-07-03  Benjamin Otte  <otte@gnome.org>
26716
26717         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26718           use our own functions for restarting the alsa device.
26719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26720           I should apply patches myself - use MIN for the third argument, not
26721           the second, this fixes seeking
26722
26723 2004-07-02  David Schleef  <ds@schleef.org>
26724
26725         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26726         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26727         do with the logic.
26728
26729 2004-07-02  David Schleef  <ds@schleef.org>
26730
26731         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26732         output buffers.  Fix logic mistake.  (bug #144866)
26733
26734 2004-07-02  David Schleef  <ds@schleef.org>
26735
26736         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26737         on X.  (bug #144753)
26738
26739 2004-07-02  David Schleef  <ds@schleef.org>
26740
26741         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26742         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26743         (bug #144624)
26744         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26745         (gst_osselement_rate_probe_check): Add another workaround for
26746         buggy drivers (bug #145336)
26747
26748 2004-07-02  David Schleef  <ds@schleef.org>
26749
26750         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26751         Most systems don't have MSG_NOSIGNAL.
26752
26753 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26754
26755         * Makefile.am:
26756         * gst-libs/gst/colorbalance/Makefile.am:
26757         * gst-libs/gst/mixer/Makefile.am:
26758         * gst-libs/gst/play/Makefile.am:
26759         * gst-libs/gst/tuner/Makefile.am:
26760           (hopefully) fix both install and dist and make error message useful.
26761           needs testing across automakes.
26762
26763 2004-07-02  Benjamin Otte  <otte@gnome.org>
26764
26765         * ext/ogg/gstogg.c: (plugin_init):
26766           we require bytestream now
26767         * ext/ogg/gstoggdemux.c:
26768           huge diff to implement chain setup in a fast and generic way. This
26769           improves tag reading and startup of huge files (read: Theora videos)
26770           quite a bit. It probably contains bugs, too, so please test.
26771           Seeking is not improved to the fast method.
26772
26773 2004-06-29  Wim Taymans  <wim@fluendo.com>
26774
26775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26776         * ext/ogg/gstoggmux.c:
26777         Fix memleak in oggdemux when running unconnected pads.
26778         doc update in mux, start working on keyframe mode.
26779
26780 2004-06-29  Benjamin Otte  <otte@gnome.org>
26781
26782         * sys/oss/gstosssink.c:
26783         * sys/oss/gstosssrc.c:
26784           advertise correct template caps - we indeed do non-native endianness
26785           and 8bit audio has no endianness
26786         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26788           avoid (wrong) duplications in getcaps function and return
26789           template caps
26790
26791 2004-06-29  Wim Taymans  <wim@fluendo.com>
26792
26793         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26794         (gst_multifdsink_class_init), (gst_multifdsink_add),
26795         (gst_multifdsink_remove), (gst_multifdsink_clear),
26796         (gst_multifdsink_client_remove),
26797         (gst_multifdsink_handle_client_read),
26798         (gst_multifdsink_client_queue_data),
26799         (gst_multifdsink_client_queue_caps),
26800         (gst_multifdsink_client_queue_buffer),
26801         (gst_multifdsink_handle_client_write),
26802         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26803         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26804         (gst_multifdsink_init_send), (gst_multifdsink_close):
26805         Fix wrong GList iteration that could crash the server when
26806         more then 2 clients disconnect at the same time. Read all the
26807         pending commands in one batch to recover from command storms under
26808         very heavy load.
26809
26810 2004-06-28  Wim Taymans  <wim@fluendo.com>
26811
26812         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26813         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26814         (gst_videomixer_pad_set_property),
26815         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26816         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26817         (gst_videomixer_class_init), (gst_videomixer_init),
26818         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26819         (pad_zorder_compare), (gst_videomixer_sort_pads),
26820         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26821         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26822         (gst_videomixer_update_queues), (gst_videomixer_loop),
26823         (plugin_init):
26824         Avoid divide by zero, choose masterpad as the pad with the highest
26825         framerate.
26826
26827 2004-06-27  Julien Moutte  <julien@moutte.net>
26828
26829         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26830         (gst_ximagesink_xwindow_new):
26831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26832         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26833         function directly. We might want to call it from somewhere else one day.
26834
26835 2004-06-27  Julien Moutte  <julien@moutte.net>
26836
26837         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26838         (gst_ximagesink_xwindow_new):
26839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26840         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26841         window decorations.
26842
26843 2004-06-27  Wim Taymans  <wim@fluendo.com>
26844
26845         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26846         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26847         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26848         (gst_dvdec_set_property), (gst_dvdec_get_property):
26849         * ext/dv/gstdvdec.h:
26850         Implement drop_factor property to lower the framerate with
26851         a factor.
26852
26853 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26854
26855         * gst-libs/gst/colorbalance/Makefile.am:
26856         * gst-libs/gst/mixer/Makefile.am:
26857         * gst-libs/gst/play/Makefile.am:
26858         * gst-libs/gst/tuner/Makefile.am:
26859           unbreak Company's fix that didn't install the -enum.h files
26860
26861 2004-06-27  Wim Taymans  <wim@fluendo.com>
26862
26863         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26864         (gst_dvdec_change_state):
26865         * ext/dv/gstdvdec.h:
26866         Fix timestamp, duration and offset of the buffers.
26867
26868 2004-06-27  Wim Taymans  <wim@fluendo.com>
26869
26870         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26871         (gst_multifdsink_class_init), (gst_multifdsink_add),
26872         (gst_multifdsink_remove), (gst_multifdsink_clear),
26873         (gst_multifdsink_client_remove),
26874         (gst_multifdsink_handle_client_read),
26875         (gst_multifdsink_client_queue_data),
26876         (gst_multifdsink_client_queue_caps),
26877         (gst_multifdsink_client_queue_buffer),
26878         (gst_multifdsink_handle_client_write),
26879         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26880         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26881         (gst_multifdsink_init_send), (gst_multifdsink_close):
26882         * gst/tcp/gstmultifdsink.h:
26883         * gst/tcp/gsttcpserversink.c:
26884         (gst_tcpserversink_handle_server_read),
26885         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26886         More multifdsink fixes, more recovery policy fixes.
26887         Removed stupid g_print
26888
26889 2004-06-26  Wim Taymans  <wim@fluendo.com>
26890
26891         * gst/tcp/Makefile.am:
26892         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26893         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26894         (gst_multifdsink_class_init), (gst_multifdsink_init),
26895         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26896         (gst_multifdsink_handle_client_read),
26897         (gst_multifdsink_client_queue_data),
26898         (gst_multifdsink_client_queue_caps),
26899         (gst_multifdsink_client_queue_buffer),
26900         (gst_multifdsink_handle_client_write),
26901         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26902         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26903         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26904         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26905         (gst_multifdsink_close), (gst_multifdsink_change_state):
26906         * gst/tcp/gstmultifdsink.h:
26907         * gst/tcp/gsttcpplugin.c: (plugin_init):
26908         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26909         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26910         (gst_tcpserversink_handle_server_read),
26911         (gst_tcpserversink_handle_select),
26912         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26913         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26914         * gst/tcp/gsttcpserversink.h:
26915         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26916         one of the locks, added recovery policy to multifdsink.
26917
26918 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26919
26920         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26921           fix decision for when getting frames with same timestamp
26922         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26923         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26924         (gst_v4lsrc_get_property):
26925         * sys/v4l/gstv4lsrc.h:
26926           add latency offset property
26927
26928 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26929
26930         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26931         (plugin_init):
26932           fix debugging. add category.
26933
26934 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26935
26936         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26937           fix wrong offsets
26938
26939 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26940
26941         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26942         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26943         (gst_alsa_src_change_state):
26944           return a time that is in sync with the element's processing
26945
26946 2004-06-25  Wim Taymans  <wim@fluendo.com>
26947
26948         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26949         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26950         (gst_tcpserversink_client_remove),
26951         (gst_tcpserversink_handle_client_read),
26952         (gst_tcpserversink_client_queue_data),
26953         (gst_tcpserversink_client_queue_caps),
26954         (gst_tcpserversink_client_queue_buffer),
26955         (gst_tcpserversink_handle_client_write),
26956         (gst_tcpserversink_queue_buffer),
26957         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26958         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26959         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26960         (gst_tcpserversink_close):
26961         * gst/tcp/gsttcpserversink.h:
26962         Serversink rewrite. Really do non blocking writes to clients and
26963         maintain an internal queue to handle slower clients while not
26964         disturbing fast clients.
26965
26966 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26967
26968         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26969           better debug, don't override OFFSET and OFFSET_END
26970
26971 2004-06-25  Iain <iain@prettypeople.org>
26972
26973         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26974         name=source for the wavparse pipeline.
26975
26976 2004-06-24  Johan Dahlin  <johan@gnome.org>
26977
26978         * ext/theora/theoraenc.c (theora_enc_chain): Call
26979         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26980         streamheader caps are set correctly.
26981
26982 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26983
26984         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26985         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26986           respect minimum bitrate; same could be done for max bitrate
26987
26988 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26989
26990         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26991         (gst_vorbisenc_setup):
26992           fix sample rate range
26993
26994 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26995
26996         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26997         (gst_oggvorbisenc_setup):
26998         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26999         (gst_vorbisenc_setup):
27000           resolve ambiguities in code and description
27001
27002 2004-06-24  Wim Taymans  <wim@fluendo.com>
27003
27004         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
27005         * ext/alsa/gstalsa.h:
27006         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
27007         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
27008         Use alsa trigger_tstamp to get the timestamp of the first
27009         sample in the buffer for more precise sync. Some cleanups.
27010
27011 2004-06-24  Wim Taymans  <wim@fluendo.com>
27012
27013         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
27014         (gst_audiorate_init), (gst_audiorate_chain),
27015         (gst_audiorate_set_property), (gst_audiorate_get_property):
27016         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27017         (gst_videorate_chain):
27018         Added some logging, fixed an overflow bug in videorate.
27019
27020 2004-06-24  Benjamin Otte  <otte@gnome.org>
27021
27022         * ext/kio/Makefile.am:
27023           fix for builddir != srcdir and distcheck
27024
27025 2004-06-24  Benjamin Otte  <otte@gnome.org>
27026
27027         * gst-libs/gst/colorbalance/Makefile.am:
27028         * gst-libs/gst/mixer/Makefile.am:
27029         * gst-libs/gst/play/Makefile.am:
27030         * gst-libs/gst/tuner/Makefile.am:
27031         * gst/tcp/Makefile.am:
27032         * sys/dxr3/Makefile.am:
27033           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
27034           tarball.
27035           Also add all *.list files that were missing.
27036         * Makefile.am:
27037           add a distcheck hook to ensure the above doesn't happen again.
27038
27039 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
27040
27041         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
27042
27043 2004-06-23  Colin Walters  <walters@redhat.com>
27044
27045         * m4/Makefile.am: Distribute gst-fionread.m4.
27046
27047 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27048
27049         * configure.ac: back to dev
27050
27051 2004-06-23  Wim Taymans  <wim@fluendo.com>
27052
27053         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
27054         (gst_alsa_xrun_recovery):
27055         * ext/alsa/gstalsa.h:
27056         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27057         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
27058         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
27059         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
27060         (gst_alsa_src_loop):
27061         Add clock to alsasrc. Take new capture timestamp when
27062         restarting after an overrun. Split up some functions between
27063         alsasrc and alsasink.
27064
27065 === release 0.8.2 ===
27066
27067 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27068
27069         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27070         (gst_alsa_change_state), (gst_alsa_update_avail),
27071         (gst_alsa_xrun_recovery):
27072         * ext/alsa/gstalsa.h:
27073         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27074           merge back changes from release
27075
27076 2004-06-23  Wim Taymans  <wim@fluendo.com>
27077
27078         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
27079         (gst_audiorate_init), (gst_audiorate_chain),
27080         (gst_audiorate_set_property), (gst_audiorate_get_property):
27081         Implement sample dropping and notify
27082
27083 2004-06-22  Wim Taymans  <wim@fluendo.com>
27084
27085         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27086         (theora_enc_sink_link), (theora_buffer_from_packet),
27087         (theora_push_packet), (theora_enc_chain):
27088         Some cleanups, make sure the timestamps are correct.
27089
27090 2004-06-22  Wim Taymans  <wim@fluendo.com>
27091
27092         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
27093         (gst_alsa_change_state), (gst_alsa_update_avail),
27094         (gst_alsa_xrun_recovery):
27095         * ext/alsa/gstalsa.h:
27096         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27097         Cleanups, take queued samples into account when reporting
27098         the time.
27099
27100 2004-06-22  Wim Taymans  <wim@fluendo.com>
27101
27102         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27103         (gst_videorate_init):
27104         Initialize the property as well.
27105
27106 2004-06-22  Wim Taymans  <wim@fluendo.com>
27107
27108         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27109         (gst_videorate_init), (gst_videorate_chain),
27110         (gst_videorate_set_property), (gst_videorate_get_property):
27111         Add property to make videorate silent.
27112         Add property to prefer new frames over old ones.
27113
27114 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27115
27116         * sys/osxvideo/Makefile.am:
27117         Workaround so that the osxvideo .so file gets linked with the
27118         Cocoa, OpenGL and QuickTime frameworks
27119
27120 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27121
27122         * sys/osxaudio/Makefile.am:
27123         Workaround so that the osxaudio .so file gets linked with the
27124         CoreAudio framework
27125
27126 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27127
27128         * configure.ac:
27129         Whoops, my fault...fixed build issues
27130
27131 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27132
27133         * configure.ac:
27134         Add objective-c support if running in Darwin/Mac OS X
27135         * sys/Makefile.am:
27136         * sys/osxvideo:
27137         * sys/osxvideo/Makefile.am:
27138         * sys/osxvideo/osxvideosink.h:
27139         * sys/osxvideo/osxvideosink.m:
27140         * sys/osxvideo/cocoawindow.h:
27141         * sys/osxvideo/cocoawindow.m:
27142         Add osxvideosink, a cocoa-based osx video sink
27143
27144
27145 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
27146         * ext/dvdnav/gst-dvd:
27147         Grab the gconf key from the right spot
27148         * gst/debug/gstnavseek.c: (gst_navseek_init),
27149         (gst_navseek_segseek), (gst_navseek_handle_src_event),
27150         (gst_navseek_chain):
27151         * gst/debug/gstnavseek.h:
27152           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
27153           and loop parameters of a segment seek.
27154         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
27155         (gst_videotestsrc_get_event_masks),
27156         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27157         * gst/videotestsrc/gstvideotestsrc.h:
27158           Add seeking support to videotestsrc
27159           Initialise the timestamp_offset variable.
27160
27161 2004-06-18  Wim Taymans  <wim@fluendo.com>
27162
27163         * ext/sidplay/gstsiddec.cc:
27164         Fix negotiation and set correct end offset.
27165
27166 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27167
27168         * configure.ac: branch and prerelease
27169
27170 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27171
27172         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
27173         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
27174         (gst_tcpclientsrc_init_receive):
27175         * gst/tcp/gsttcpclientsrc.h:
27176           read caps when connecting to server for GDP so we set them correctly
27177
27178 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27179
27180         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
27181           notify drops and duplicates
27182         * gst/videoscale/videoscale.c: (videoscale_get_structure):
27183           no good reason to limit ourselves to 100x100
27184
27185 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27186
27187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
27188         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27189         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27190         (gst_v4lsrc_get_property):
27191         * sys/v4l/gstv4lsrc.h:
27192         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27193         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27194         (gst_v4l_set_audio):
27195         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
27196         (gst_v4lsrc_try_capture):
27197         * sys/v4l/v4lsrc_calls.h:
27198           change try_palette to more general try_capture
27199           add autoprobe option so we can turn off autoprobing
27200           various fixes
27201
27202 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27203
27204         * configure.ac:
27205           add videorate
27206         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
27207         (gst_ximagesink_class_init):
27208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
27209         (gst_xvimagesink_class_init):
27210           run them as finalize, not dispose, since dispose can be invoked
27211           multiple times
27212
27213 2004-06-17  Wim Taymans  <wim@fluendo.com>
27214
27215         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27216         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
27217         * ext/alsa/gstalsa.h:
27218         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27219         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
27220         (gst_alsa_src_change_state):
27221         * ext/alsa/gstalsasrc.h:
27222         Make the xrun code timestamp and offset the buffers correctly.
27223         moved the clock to the base class, use alsa methods to get time.
27224         Do correct timestamping on outgoing buffers.
27225
27226 2004-06-17  Wim Taymans  <wim@fluendo.com>
27227
27228         * gst/audiorate/Makefile.am:
27229         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
27230         (gst_audiorate_base_init), (gst_audiorate_class_init),
27231         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
27232         (gst_audiorate_set_property), (gst_audiorate_get_property),
27233         (gst_audiorate_change_state), (plugin_init):
27234         Added an audiorate converter that fills in gaps.
27235
27236 2004-06-17  Johan Dahlin  <johan@gnome.org>
27237
27238         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27239
27240 2004-06-16  Wim Taymans  <wim@fluendo.com>
27241
27242         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27244         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27245         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27246         (gst_v4lsrc_get_property):
27247         * sys/v4l/gstv4lsrc.h:
27248         Added a copy mode to v4lsrc where it will output a copied version
27249         of its internal hardware buffer.
27250         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27251         can't | them.
27252
27253 2004-06-16  Wim Taymans  <wim@fluendo.com>
27254
27255         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27256         Timestamp fixes.
27257
27258 2004-06-16  Wim Taymans  <wim@fluendo.com>
27259
27260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27261         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27262         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27263         (gst_v4lsrc_get_property):
27264         * sys/v4l/gstv4lsrc.h:
27265         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27266         Added a sync mode enum property to control v4lsrc timestamp method
27267         Removed the use-fixed-fps property and moved functionality in
27268         the enum.
27269         Don't error on an error value from v4l-conf, it might not always
27270         be a real error.
27271
27272 2004-06-16  Wim Taymans  <wim@fluendo.com>
27273
27274         * gst/videorate/Makefile.am:
27275         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27276         (gst_videorate_base_init), (gst_videorate_class_init),
27277         (gst_videorate_getcaps), (gst_videorate_link),
27278         (gst_videorate_init), (gst_videorate_chain),
27279         (gst_videorate_set_property), (gst_videorate_get_property),
27280         (gst_videorate_change_state), (plugin_init):
27281         Added a video timestamp corrector.
27282
27283 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27284
27285         fixed a potential leak with previous commit
27286
27287         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27288
27289 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27290
27291         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27292         Added missing refcount, fixes bug #144425
27293         Cheers Tim for finding the bug
27294
27295 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27296
27297         * sys/v4l/gstv4l.c: (plugin_init):
27298         * sys/v4l/gstv4lcolorbalance.c:
27299         * sys/v4l/gstv4lcolorbalance.h:
27300         * sys/v4l/gstv4lelement.c:
27301         * sys/v4l/gstv4lelement.h:
27302         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27303         * sys/v4l/gstv4lmjpegsink.h:
27304         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27305         * sys/v4l/gstv4lmjpegsrc.h:
27306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27307         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27308         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27309         * sys/v4l/gstv4lsrc.h:
27310         * sys/v4l/gstv4ltuner.c:
27311         * sys/v4l/gstv4ltuner.h:
27312         * sys/v4l/gstv4lxoverlay.c:
27313         * sys/v4l/gstv4lxoverlay.h:
27314         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27315         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27316         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27317         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27318         (gst_v4l_set_audio):
27319         * sys/v4l/v4l_calls.h:
27320         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27321         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27322         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27323         (gst_v4lmjpegsink_playback_init),
27324         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27325         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27326         (gst_v4lmjpegsink_playback_stop),
27327         (gst_v4lmjpegsink_playback_deinit):
27328         * sys/v4l/v4lmjpegsink_calls.h:
27329         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27330         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27331         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27332         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27333         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27334         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27335         * sys/v4l/v4lmjpegsrc_calls.h:
27336         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27337         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27338         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27339         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27340         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27341         (gst_v4lsrc_try_palette):
27342         * sys/v4l/v4lsrc_calls.h:
27343           bunch of paranoia cleanups
27344
27345 2004-06-14  David Schleef  <ds@schleef.org>
27346
27347         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27348         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27349         Send discont events and change timestamps appropriately when
27350         we get a seek event.  (bug #144240)
27351         * ext/cdparanoia/gstcdparanoia.h:
27352
27353 2004-06-14  Benjamin Otte  <otte@gnome.org>
27354
27355         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27356           snd_pcm_hw_params_set_rate  since the latter fails for no good
27357           reason on some setups.
27358
27359 2004-06-14  David Schleef  <ds@schleef.org>
27360
27361         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27362         standard.  Thank you for playing.
27363
27364 2004-06-14  Wim Taymans  <wim@fluendo.com>
27365
27366         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27367         Patch 1.3 broke the ordering of the colorspace info and
27368         made the plugin basically work by coincidence, reordered
27369         the info.
27370
27371 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27372
27373         * ext/lame/gstlame.c:
27374         * ext/mad/gstmad.c:
27375           sync caps.  Make sure mad can only output a list of rates, not
27376           a full range.  In the future, have three caps lists for each of the
27377           mpeg versions.  Change mpegversion to a double as well.
27378
27379 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27380
27381         * gst/volume/.cvsignore:
27382         * gst/volume/Makefile.am:
27383         * gst/volume/demo.c: (value_changed_callback), (idler),
27384         (setup_gui), (main):
27385           added small demo app
27386
27387 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27388         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27389         * ext/esd/esdsink.h:
27390         Close the esd connection on pause, because esd will just wait -
27391         blocking all other esd clients indefinitely.
27392
27393 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27394
27395         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27396           previous commit with GST_DEBUG
27397
27398 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27399
27400         * configure.ac:
27401           add a header check for a dvdread header in dvdnav.  Fixes #133002
27402
27403 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27404
27405         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27406         * gst/tcp/gsttcpclientsink.h:
27407         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27408         * gst/tcp/gsttcpclientsrc.h:
27409         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27410         (gst_tcpserversink_handle_server_read),
27411         (gst_tcpserversink_init_send):
27412         * gst/tcp/gsttcpserversink.h:
27413         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27414         * gst/tcp/gsttcpserversrc.h:
27415         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27416         version of IP)
27417
27418 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27419
27420         * configure.ac:
27421         Added ogg library so that OSX detects libtheora properly
27422
27423 2004-06-11  Wim Taymans  <wim@fluendo.com>
27424
27425         * ext/theora/theoradec.c: (theora_dec_chain),
27426         (theora_dec_change_state):
27427         Don't try to decode frames before we received a keyframe.
27428
27429 2004-06-11  Wim Taymans  <wim@fluendo.com>
27430
27431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27432         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27433         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27434         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27435         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27436         Added property to set the maximum delay of a page.
27437
27438 2004-06-10  Wim Taymans  <wim@fluendo.com>
27439
27440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27441         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27442         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27443         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27444         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27445         Added max-delay property to control the maximum amount
27446         of data to put in one page.
27447
27448 2004-06-10  Wim Taymans  <wim@fluendo.com>
27449
27450         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27451         (gst_theora_enc_init), (theora_enc_sink_link),
27452         (theora_buffer_from_packet), (theora_enc_set_property),
27453         (theora_enc_get_property):
27454         Set duration on encoded buffer, added some more properties
27455
27456 2004-06-10  Wim Taymans  <wim@fluendo.com>
27457
27458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27459         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27460         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27461         * ext/theora/theoraenc.c: (theora_enc_chain):
27462         Fix refcounting bugs
27463
27464 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27465
27466         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27467         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27468         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27469         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27470         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27471         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27472         (gst_asf_demux_change_state):
27473         * gst/asfdemux/gstasfdemux.h:
27474           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27475           feels like. I think we should set a new requirement for demuxers
27476           from now on to implement sane loop functions, data loops, query
27477           and seek functions before first commit into CVS. And this commit
27478           fixes all of the above.
27479
27480 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27481
27482         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27483           vorbis comments are properly encoded in UTF-8 before adding them
27484           to a GstTagList
27485
27486 2004-06-09  Benjamin Otte  <otte@gnome.org>
27487
27488         * ext/alsa/gstalsa.c: (add_channels):
27489           handle min <= max correctly
27490         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27491         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27492           add fixation functions so we fixate correctly. No preferring of alaw
27493           anymore because it's the first structure.
27494         * ext/alsa/gstalsa.h:
27495         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27496         (gst_alsa_hw_params_dump):
27497           add functions to ease debugging in alsalib
27498         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27499         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27500         (gst_alsa_start_audio):
27501           only specify hw params if we really setup a format (fixes #134007 -
27502           or at least works around it)
27503
27504 2004-06-09  Wim Taymans  <wim@fluendo.com>
27505
27506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27507         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27508         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27509         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27510         (gst_ogg_mux_loop):
27511         Use stream caps to setup the initial pages in the ogg stream.
27512         Correctly set the streamheader caps on the srcpad.
27513
27514 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27515
27516         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27517         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27518         (gst_v4lsrc_getcaps):
27519         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27520         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27521           add querying of fps lists for webcams.  Negotiating to a framerate
27522           now works.
27523
27524 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27525
27526         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27527         (theora_push_buffer), (theora_push_packet),
27528         (theora_set_header_on_caps), (theora_enc_chain):
27529           mark buffers and put on streamheader, raw theora streaming
27530           now works too, whee
27531
27532 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27533
27534         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27535         (gst_tcp_gdp_read_caps):
27536           do a looping read for caps and GDP headers too
27537
27538 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27539
27540         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27541         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27542           return EOS instead of NULL in _get
27543
27544 2004-06-08  Wim Taymans  <wim@fluendo.com>
27545
27546         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27547         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27548         (gst_tcp_gdp_write_caps):
27549         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27550         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27551         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27552         Memory leak fixes
27553
27554 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27555
27556         * ext/vorbis/Makefile.am:
27557         * ext/vorbis/vorbis.c: (plugin_init):
27558         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27559         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27560         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27561         (vorbis_parse_change_state):
27562         * ext/vorbis/vorbisparse.h:
27563           adding a vorbisparse element that marks the buffers, streaming
27564           raw vorbis using GDP now works, whee
27565
27566 2004-06-08  Wim Taymans  <wim@fluendo.com>
27567
27568         * ext/jpeg/Makefile.am:
27569         * ext/jpeg/README:
27570         * ext/jpeg/gstjpeg.c: (plugin_init):
27571         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27572         (gst_smokedec_base_init), (gst_smokedec_class_init),
27573         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27574         * ext/jpeg/gstsmokedec.h:
27575         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27576         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27577         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27578         (gst_smokeenc_resync), (gst_smokeenc_chain),
27579         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27580         * ext/jpeg/gstsmokeenc.h:
27581         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27582         (smokecodec_flush_destination), (smokecodec_term_destination),
27583         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27584         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27585         (smokecodec_term_source), (smokecodec_encode_new),
27586         (smokecodec_decode_new), (smokecodec_info_free),
27587         (smokecodec_set_quality), (smokecodec_get_quality),
27588         (smokecodec_set_threshold), (smokecodec_get_threshold),
27589         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27590         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27591         (smokecodec_parse_header), (smokecodec_decode):
27592         * ext/jpeg/smokecodec.h:
27593         Added a new simple jpeg based codec
27594
27595 2004-06-08  Wim Taymans  <wim@fluendo.com>
27596
27597         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27598         (gst_multipart_mux_loop):
27599         Fix memory leak
27600
27601 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27602
27603         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27604         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27605         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27606         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27607         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27608         * gst/tcp/gsttcpserversink.h:
27609           take streamheader into account
27610
27611 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27612
27613         * gst/level/Makefile.am:
27614         * gst/level/gstlevel.c: (gst_level_class_init):
27615           clean up marshal generation
27616
27617 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27618
27619         * gst/tcp/Makefile.am:
27620         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27621         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27622         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27623         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27624         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27625         (gst_tcpclientsrc_get_property):
27626         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27627         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27628         (gst_tcpserversink_handle_client_read),
27629         (gst_tcpserversink_handle_client_write),
27630         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27631         * gst/tcp/gsttcpserversink.h:
27632           add signals client-added and client-removed
27633         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27634         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27635         (gst_tcpserversrc_get_property):
27636         uniformized, change default protocol to NONE
27637         * gst/tcp/gsttcp-marshal.list: added
27638 2004-06-07  Benjamin Otte  <otte@gnome.org>
27639
27640         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27641           handle discont events if they happen before caps nego
27642
27643 2004-06-07  Wim Taymans  <wim@fluendo.com>
27644
27645         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27646         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27647         (gst_multipart_demux_plugin_init):
27648         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27649         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27650         (gst_multipart_mux_change_state):
27651         Small updates, fix a memleak
27652
27653 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27654
27655         * configure.ac: OSS portability
27656         * ext/arts/gst_arts.c: idem
27657         * sys/oss/gstosselement.c: idem
27658         * sys/oss/gstossmixer.c: idem
27659         * sys/oss/gstosssink.c: idem
27660         * sys/oss/gstosssrc.c: idem
27661         * sys/oss/oss_probe.c: idem
27662           - check for soundcard.h in different places for some BSD
27663
27664 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27665
27666         * AUTHORS:
27667         Add me to the authors file
27668         * configure.ac:
27669         Increase the libdv requirement to >= version 0.100
27670         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27671         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27672         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27673         * ext/dv/gstdvdec.h:
27674         Add support for the new_media flag when sending DISCONT events
27675         Make the querying work when video pad is not linked
27676
27677 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27678
27679         reviewed by Benjamin Otte  <otte@gnome.org>
27680
27681         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27682           create a NULL-initialized array of pads, so we don't think they
27683           exist already. (fixes #143130)
27684
27685 2004-06-07  Benjamin Otte  <otte@gnome.org>
27686
27687         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27688         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27689         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27690           don't use // coments
27691
27692 2004-06-07  Benjamin Otte  <otte@gnome.org>
27693
27694         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27695           cast to GstClockTime to get higher granularity
27696         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27697           use gst_element_set_time_delay to get the exact time
27698         * ext/mad/gstmad.c: (gst_mad_chain):
27699           use the negotiated rate instead of the current frame's rate which
27700           might be wrong because of bit errors. This avoids emitting totally
27701           bogus timestamps and screwing sync.
27702         (fixes #143454)
27703
27704 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27705
27706         reviewed by Benjamin Otte  <otte@gnome.org>
27707
27708         * gst/adder/gstadder.c: (gst_adder_loop):
27709           properly error out when no negotiation has happened yet. (fixes
27710           #143032)
27711
27712 2004-06-06  Benjamin Otte  <otte@gnome.org>
27713
27714         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27715           forward correctly transformed offset in discont events. Based on
27716           patch by Arwed v. Merkatz. (fixes #142851)
27717
27718 2004-06-06  David Schleef  <ds@schleef.org>
27719
27720         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27721         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27722         problems on several systems.
27723
27724 2004-06-06  Benjamin Otte  <otte@gnome.org>
27725
27726         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27727           use explicit caps on the srcpad
27728         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27729           properly error out if caps couldn't be set (fixes #142764)
27730
27731 2004-06-06  Benjamin Otte  <otte@gnome.org>
27732
27733         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27734         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27735         (gst_alsa_start_audio):
27736           - don't call set_periods_integer anymore, it breaks the
27737           configuration randomly
27738           - call snd_pcm_hw_params_set_access directly instead of using masks
27739           - don't fail if the sw_params can't be set, just use the default
27740           params and hope it works. Alsalib has weird issues when you touch
27741           sw_params and does no proper error reporting about what failed.
27742         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27743         (gst_alsa_close_audio):
27744           make our alsa debugging go via gst debugging and not conditionally
27745           defined
27746         * ext/alsa/gstalsa.h:
27747           add ALSA_DEBUG_FLUSH macro
27748         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27749         (plugin_init):
27750           wrap alsa errors to be printed via the gst debugging system and not
27751           spammed to stderr
27752
27753 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27754
27755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27756         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27757         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27758         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27759         (qtdemux_parse_trak):
27760         * gst/qtdemux/qtdemux.h:
27761           Bitch. Also known as seeking, querying & co.
27762         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27763         (gst_osssink_change_state):
27764         * sys/oss/gstosssink.h:
27765           Resyncing is for weenies, this hack is no longer needed and was
27766           broken anyway (since it - unintendedly - always leaves resync to
27767           TRUE).
27768
27769 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27770
27771         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27772         * gst/tcp/gsttcpclientsrc.h: idem
27773           - define MSG_NOSIGNAL if not done
27774           - include unistd.h for off_t
27775           (fixes #143749)
27776
27777 2004-06-05  Benjamin Otte  <otte@gnome.org>
27778
27779         * configure.ac:
27780         * ext/kio/Makefile.am:
27781           check for qt's moc preprocessor explicitly and use it
27782
27783 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27784
27785         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27786           don't get a signal for EPIPE on socket writes
27787           (somebody check if this works on other platforms)
27788
27789 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27790
27791         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27792         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27793           check error condition on available samples correctly
27794
27795 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27796
27797         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27798           avoid a segfault
27799         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27800         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27801         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27802         (gst_tcpserversrc_gdp_read_header):
27803          use ssize_t over size_t since the former is signed and thus the
27804          check for error codes can work
27805
27806 2004-06-02  Wim Taymans  <wim@fluendo.com>
27807
27808         reviewed by: Johan
27809
27810         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27811         (gst_multipart_mux_loop):
27812         Oops
27813
27814 2004-06-02  Wim Taymans  <wim@fluendo.com>
27815
27816         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27817         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27818         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27819         (gst_multipart_mux_change_state):
27820         Added configurable boundary specifier, added the value as a
27821         caps field as well.
27822
27823 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27824
27825         * gst/tcp/gsttcp.c:
27826         * gst/tcp/gsttcpclientsrc.c:
27827         * gst/tcp/gsttcpclientsrc.h:
27828         * gst/tcp/gsttcpserversrc.c:
27829           - portability fix, to compile on OSX
27830             (fixes #143146)
27831
27832         * sys/osxaudio/gstosxaudioelement.c:
27833         * sys/osxaudio/gstosxaudiosink.c:
27834         * sys/osxaudio/gstosxaudiosrc.c:
27835           - compilation warnings on OSX
27836             (fixes #143153)
27837
27838 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27839
27840         * ext/vorbis/vorbisdec.c : sign warning fixes
27841
27842         * gst-libs/gst/mixer/mixertrack.c :
27843           do no use defines which are glib 2.4 specific
27844
27845 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27846
27847         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27848           buffer since libflac doesn't expect it (reports a sync error when
27849           it encounters that)
27850
27851
27852 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27853
27854         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27855         * gst-libs/gst/mixer/mixertrack.c:
27856         (gst_mixer_track_get_property), (get_mixer_track_init),
27857         (get_mixer_track_get_property): Added property accessors
27858         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27859         * gst-libs/gst/mixer/mixeroptions.c:
27860         (gst_mixer_options_get_values): Added
27861         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27862         * gst-libs/gst/mixer/mixer.c: Fixed comment
27863
27864
27865 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27866
27867         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27868           improve error messages on open
27869
27870
27871 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27872
27873         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27874           check if v4l-conf is in path
27875
27876 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27877
27878         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27879           change assert to a more readable error message
27880
27881 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27882
27883         * gst-libs/gst/tuner/tunerchannel.h:
27884           - add a freq_multiplicator field to make the conversion
27885             between internal frequency unit and Hz
27886         * sys/v4l/gstv4lelement.c:
27887         * sys/v4l2/gstv4l2element.c:
27888           - change default video device to /dev/video0
27889         * sys/v4l/v4l_calls.c:
27890         * sys/v4l2/v4l2_calls.c:
27891           - we only expose frequency to the user in Hz instead of
27892             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27893
27894 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27895         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27896           Initialise b_o_s and e_o_s variables
27897         * gst-libs/gst/riff/riff-media.c:
27898         (gst_riff_create_video_caps_with_data):
27899           Add some unusual fourcc's from mplayer avi's
27900         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27901           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27902           autoplugging.
27903
27904 2004-05-28  Wim Taymans  <wim@fluendo.com>
27905
27906         * configure.ac:
27907         * gst/alpha/Makefile.am:
27908         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27909         (gst_alpha_get_type), (gst_alpha_base_init),
27910         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27911         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27912         (gst_alpha_chroma_key), (gst_alpha_chain),
27913         (gst_alpha_change_state), (plugin_init):
27914         A plugin to add an alpha channel to I420 video. Can optionally do
27915         chroma keying.
27916         * gst/multipart/Makefile.am:
27917         * gst/multipart/multipart.c: (plugin_init):
27918         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27919         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27920         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27921         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27922         (gst_multipart_demux_change_state),
27923         (gst_multipart_demux_plugin_init):
27924         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27925         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27926         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27927         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27928         (gst_multipart_mux_pad_unlink),
27929         (gst_multipart_mux_request_new_pad),
27930         (gst_multipart_mux_handle_src_event),
27931         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27932         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27933         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27934         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27935         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27936         send multipart jpeg images to a browser.
27937         * gst/videobox/Makefile.am:
27938         * gst/videobox/README:
27939         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27940         (gst_video_box_get_type), (gst_video_box_base_init),
27941         (gst_video_box_class_init), (gst_video_box_init),
27942         (gst_video_box_set_property), (gst_video_box_get_property),
27943         (gst_video_box_sink_link), (gst_video_box_i420),
27944         (gst_video_box_ayuv), (gst_video_box_chain),
27945         (gst_video_box_change_state), (plugin_init):
27946         Crops or adds borders around an image. can do alpha channel
27947         borders as well.
27948         * gst/videomixer/Makefile.am:
27949         * gst/videomixer/README:
27950         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27951         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27952         (gst_videomixer_pad_get_sink_event_masks),
27953         (gst_videomixer_pad_get_property),
27954         (gst_videomixer_pad_set_property),
27955         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27956         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27957         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27958         (gst_videomixer_base_init), (gst_videomixer_class_init),
27959         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27960         (gst_videomixer_handle_src_event),
27961         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27962         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27963         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27964         (gst_videomixer_loop), (gst_videomixer_get_property),
27965         (gst_videomixer_set_property), (gst_videomixer_change_state),
27966         (plugin_init):
27967         Generic video mixer plugin, can handle multiple inputs all with
27968         different framerates and video sizes. Is fully alpha channel
27969         aware.
27970
27971 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27972
27973         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27974           Select first track as master track. Not sure how else to handle
27975           that...
27976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27977           Discard discont events. Should fix #142962.
27978
27979 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27980
27981         * ext/alsa/Makefile.am:
27982         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27983         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27984         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27985         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27986         (gst_alsa_mixer_get_option):
27987         * ext/alsa/gstalsamixer.h:
27988         * ext/alsa/gstalsamixeroptions.c:
27989         (gst_alsa_mixer_options_get_type),
27990         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27991         (gst_alsa_mixer_options_new):
27992         * ext/alsa/gstalsamixeroptions.h:
27993         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27994         * ext/alsa/gstalsamixertrack.h:
27995           Add enumerations (as GstMixerOptions). Make correct distinction
27996           between input/output tracks. Add capture/playback private flag.
27997           Use flag to decide on whether to set capture or playback volumes
27998           or switches. Use playback and record switches.
27999         * gst-libs/gst/mixer/Makefile.am:
28000         * gst-libs/gst/mixer/mixer-marshal.list:
28001         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
28002         (gst_mixer_set_option), (gst_mixer_get_option),
28003         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
28004         (gst_mixer_volume_changed), (gst_mixer_option_changed):
28005         * gst-libs/gst/mixer/mixer.h:
28006         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
28007         (gst_mixer_options_class_init), (gst_mixer_options_init),
28008         (gst_mixer_options_dispose):
28009         * gst-libs/gst/mixer/mixeroptions.h:
28010           Add GstMixerOptions.
28011         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
28012           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
28013           broken device detection on computers with multiple OSS sound
28014           cards.
28015
28016 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28017
28018         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28019           fixate nicely even when the peer is not negotiating
28020
28021 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28022
28023         * gst/audioconvert/gstaudioconvert.c:
28024         (gst_audio_convert_parse_caps):
28025           make sure we don't allow depth > width
28026         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28027           fixate endianness to G_BYTE_ORDER as default
28028         * gst/audioscale/gstaudioscale.c:
28029           we don't handle another endianness as host-endianness
28030
28031 2004-05-25  David Schleef  <ds@schleef.org>
28032
28033         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
28034
28035 2004-05-24  Benjamin Otte  <otte@gnome.org>
28036
28037         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
28038         (gst_oggvorbisenc_setup):
28039           properly fail when we can't setup the vorbis encoder due to
28040           unsupported settings
28041         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
28042         (gst_vorbisenc_setup):
28043           same
28044         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28045           fix case where warnings occured when one pad was unlinked while the
28046           other's link function was called
28047
28048 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28049
28050         * gst/tcp/Makefile.am:
28051           use GST_ENABLE_NEW
28052
28053 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28054
28055         * gst-libs/gst/resample/private.h:
28056           don't use optimizations that are #if 0'ed
28057
28058 2004-05-24  Wim Taymans  <wim@fluendo.com>
28059
28060         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
28061         Fix potential division by zero error and hopefully get
28062         the position query right to get correct timestamps on avi
28063         audio.
28064
28065 2004-05-24  Wim Taymans  <wim@fluendo.com>
28066
28067         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
28068         (gst_videoscale_scale_nearest_str2),
28069         (gst_videoscale_scale_nearest_str4),
28070         (gst_videoscale_scale_nearest_32bit),
28071         (gst_videoscale_scale_nearest_24bit),
28072         (gst_videoscale_scale_nearest_16bit):
28073         Fix the scaling algorithm and avoid a buffer overflow.
28074         removed the while loop in the scaling function as it
28075         was used for point sampling only.
28076
28077 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28078
28079         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28080         (gst_id3_tag_class_init), (gst_id3_tag_init),
28081         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
28082         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
28083         (gst_id3_tag_send_tag_event):
28084           lots of fixes to make id3mux work and id3demux work correctly
28085
28086 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28087
28088         * ext/Makefile.am:
28089           add rules to build shout2send (was removed by accident
28090           when this module was no more marked experimental/broken)
28091
28092 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28093
28094         * ext/shout2/gstshout2.c:
28095         * ext/shout2/gstshout2.h:
28096           adding a "connection problem" signal to shout2send
28097           (fixes #142954)
28098
28099 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28100
28101         * ext/kio/kioreceiver.cpp:
28102         * ext/kio/kioreceiver.h:
28103           fix sign comparison issues
28104
28105 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28106
28107         * gst/cdxaparse/gstcdxaparse.c:
28108         * gst/cdxaparse/gstcdxaparse.h:
28109           some renaming
28110           add some checks/sanity
28111           prepare for seek addition
28112
28113         * sys/sunaudio/gstsunaudio.c:
28114           remove exported dupe init function
28115
28116 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
28117
28118         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
28119         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
28120           Fix format conversion and position querying.
28121         * gst/debug/progressreport.c: (gst_progressreport_report):
28122           Don't output a bogus total value that we didn't query.
28123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28124           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
28125           only a blank window after xine has been used.
28126
28127 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28128
28129         * m4/as-arts.m4:
28130           sync with upstream version to fix test on FC2
28131           readd with -ko to preserve Id header
28132
28133 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28134
28135         * configure.ac:
28136           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
28137         * gst/tcp/gsttcpclientsrc.c: idem
28138         * gst/tcp/gsttcpserversink.c: idem
28139         * gst/tcp/gsttcpserversrc.c: idem
28140         * m4/gst-fionread.m4: idem
28141
28142         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
28143
28144         * configure.ac: enable speex plugin for speex 1.1.5+
28145         * ext/speex/gstspeexenc.c: fix cast warning
28146
28147         * ext/esd/README: fix typo
28148
28149 2004-05-20  David Schleef  <ds@schleef.org>
28150
28151         * configure.ac: Minor cosmetic change to convince the buildbot to
28152         reautogen.
28153         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
28154         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
28155         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
28156         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
28157         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
28158         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
28159         More hacking.  Plays audio now.
28160
28161 2004-05-20  David Schleef  <ds@schleef.org>
28162
28163         * configure.ac:
28164         * sys/Makefile.am:
28165
28166 2004-05-20  David Schleef  <ds@schleef.org>
28167
28168         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
28169         * sys/osxaudio/gstosxaudio.c:
28170         * sys/osxaudio/gstosxaudioelement.c:
28171         * sys/osxaudio/gstosxaudioelement.h:
28172         * sys/osxaudio/gstosxaudiosink.c:
28173         * sys/osxaudio/gstosxaudiosink.h:
28174         * sys/osxaudio/gstosxaudiosrc.c:
28175         * sys/osxaudio/gstosxaudiosrc.h:
28176
28177 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28178
28179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
28180         (gst_vorbisenc_chain):
28181           put the codec headers on the caps as streamheader as well as
28182           pushing them out
28183
28184 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28185
28186         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28187         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
28188         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
28189         split up push_packet into two functions
28190
28191 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28192
28193         * gst/tcp/.cvsignore:
28194           ignore enums
28195         * gst/tcp/Makefile.am:
28196         * gst/tcp/README:
28197         * gst/tcp/gsttcp.c:
28198         * gst/tcp/gsttcp.h:
28199         * gst/tcp/gsttcpclientsink.c:
28200         * gst/tcp/gsttcpclientsink.h:
28201         * gst/tcp/gsttcpclientsrc.c:
28202         * gst/tcp/gsttcpclientsrc.h:
28203         * gst/tcp/gsttcpplugin.c:
28204         * gst/tcp/gsttcpserversink.c:
28205         * gst/tcp/gsttcpserversink.h:
28206         * gst/tcp/gsttcpserversrc.c:
28207         * gst/tcp/gsttcpserversrc.h:
28208           add new tcp elements
28209
28210 2004-05-19  Wim Taymans  <wim@fluendo.com>
28211
28212         * gst/law/mulaw-conversion.c: (mulaw_encode):
28213         Fix overflow bug in ulaw encoding.
28214
28215 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28216
28217         * ext/mad/gstmad.c: (gst_mad_handle_event):
28218           don't unref the event twice
28219
28220 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28221
28222         * configure.ac:
28223           remove -Wno-sign-compare
28224
28225 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28226
28227         * configure.ac:
28228           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
28229           if you want to work against glib 2.2 and 2.4
28230
28231 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28232
28233         * gst/tcp/Makefile.am:
28234         * gst/tcp/gsttcp.c:
28235         * gst/tcp/gsttcp.h:
28236         * gst/tcp/gsttcpsink.h:
28237         * gst/tcp/gsttcpsrc.h:
28238           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28239
28240 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28241
28242         * gst/debug/tests.c: (md5_get_value):
28243           fix segfault on gst-inspect
28244
28245 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28246
28247         * gst/debug/testplugin.c:
28248         * gst/debug/tests.c:
28249         * gst/debug/tests.h:
28250           add new extensible and configurable testing element. Current tests
28251           include buffer count, stream length, timestamp/duration matching and
28252           md5.
28253         * gst/debug/Makefile.am:
28254         * gst/debug/gstdebug.c: (plugin_init):
28255           add infrastructure for new element
28256
28257 2004-05-19  Johan Dahlin  <johan@gnome.org>
28258
28259         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28260         ending of the array. Fixes gst-inspect segfault on ppc.
28261
28262 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28263
28264         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28265
28266         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28267
28268 2004-05-18  David Schleef  <ds@schleef.org>
28269
28270         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28271         warnings (bugs, actually) noticed by gcc but not forte.
28272
28273 2004-05-18  David Schleef  <ds@schleef.org>
28274
28275         * sys/sunaudio/Makefile.am:
28276         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28277
28278 2004-05-18  David Schleef  <ds@schleef.org>
28279
28280         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28281         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28282         to allow qtdemux to use non-seekable streams. (bug #142272)
28283
28284 2004-05-18  David Schleef  <ds@schleef.org>
28285
28286         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28287         (gst_resample_sinc_ft_float): Remove use of static temporary
28288         buffer.  This code was obviously not supposed to last long, but
28289         it's stuck in our ABI, so it required a little hack to make it
28290         ABI-compatible.  Fixes #142585.
28291         * gst-libs/gst/resample/resample.h: same.
28292
28293 2004-05-18  David Schleef  <ds@schleef.org>
28294
28295         * configure.ac: Add sunaudio
28296         * examples/Makefile.am: make gstplay depend on gconf
28297         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28298         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28299         (convert_table_lookup), (img_convert): remove c99-isms
28300         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28301           unsigned, to fix a warning on Solaris
28302         * gst/mpeg1sys/systems.c: bcopy->memcpy
28303         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28304         * sys/Makefile.am: Add sunaudio
28305
28306 2004-05-18  Wim Taymans  <wim@fluendo.com>
28307
28308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28309         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28310         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28311         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28312         (gst_ogg_mux_loop):
28313         Fix an ugly memleak where the muxer didn't flush enough ogg
28314         pages. This also resulted in badly muxed ogg files.
28315
28316 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28317
28318         * gst/asfdemux/asfheaders.c :
28319         * gst/asfdemux/asfheaders.h :
28320         * gst/asfdemux/gstasfdemux.c :
28321           - fix ASF_OBJ_PADDING guid
28322           - add 3 new object guids (language list, metadata,
28323             extended stream properties)
28324           - add a function to parse extended header objects
28325
28326 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28327
28328         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28329           remove leftover debugging g_print
28330
28331 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28332
28333         * ext/mad/gstmad.c: (gst_mad_handle_event):
28334           Fix for when the first format in a discont event is not a
28335           byte-based one. Should fix #137710.
28336
28337 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28338
28339         * m4/a52.m4 : fix compilation with -Wall -Werror
28340         * m4/libfame.m4 : idem
28341         * m4/libmikmod.m4 : idem
28342
28343 2004-05-17  Benjamin Otte  <otte@gnome.org>
28344
28345         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28346           signal the new tags before giving up the reference
28347
28348 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28349
28350         * ext/shout2/gstshout2.c:
28351           use application/ogg instead of application/x-ogg (patch by Patrick
28352           Guimond, fixes #142432)
28353         * sys/oss/gstosselement.c: (gst_osselement_reset),
28354         (gst_osselement_sync_parms):
28355           don't set fragment size unless specified (fixes #142493)
28356
28357 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28358
28359         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28360           fixes #142664
28361
28362 2004-05-17  Benjamin Otte  <otte@gnome.org>
28363
28364         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28365           compute offsets correctly for internal buffers so timestamps are set
28366           correctly when we can't seek. Also handle cases where there are no
28367           offsets. (based on a patch by David Moore, fixes #142507)
28368
28369 2004-05-17  Benjamin Otte  <otte@gnome.org>
28370
28371         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28372           use correct variable when determining amount of data to skip so we
28373           don't skip into the void and segfault
28374
28375 2004-05-16  Benjamin Otte  <otte@gnome.org>
28376
28377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28378           Hi, I'm a memleak
28379
28380 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28381
28382         * gst/asfdemux/gstasfdemux.c:
28383           - fix a mem leak and always propagate tags
28384           - add WMV3 to known video codecs (but no decoder yet)
28385           - replace "surplus data" at end of audio header for what
28386             it is : codec specific data
28387           - fix a typo
28388
28389 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28390
28391         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28392
28393         * gst-libs/gst/audio/audioclock.c:
28394           Fix wrong return type (#142205).
28395
28396 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28397
28398         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28399           Ignore CRCs by default (fixes #142566).
28400
28401 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28402
28403         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28404         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28405         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28406         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28407         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28408         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28409           Fix for cases where we fail to attach to a mixer.
28410
28411 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28412
28413         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28414           Don't touch events after not owning them anymore.
28415         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28416         (gst_wavparse_fmt), (gst_wavparse_other),
28417         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28418         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28419         (gst_wavparse_srcpad_event):
28420         * gst/wavparse/gstwavparse.h:
28421           Add seeking, fix querying.
28422
28423 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28424
28425         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28426           - process comments even if they don't end with \0\0
28427             g_convert would ignore them if present and works well without them
28428
28429 2004-05-16  Benjamin Otte  <otte@gnome.org>
28430
28431         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28432           simplify caps
28433
28434 2004-05-16  Benjamin Otte  <otte@gnome.org>
28435
28436         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28437           don't write to memory we might not write to - g_convert does that
28438           for us anyway (fixes #142613)
28439         (gst_asf_demux_audio_caps):
28440           comment out gst_util_dump_mem
28441
28442 2004-05-16  Benjamin Otte  <otte@gnome.org>
28443
28444         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28445           compute correct expected timestamps after seek (broken since
28446           last commit)
28447         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28448           rename element and debugging category to gdkpixbufscale
28449
28450 2004-05-16  Benjamin Otte  <otte@gnome.org>
28451
28452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28453           add error checking to snd_pcm_delay and remove duplicate call to
28454           snd_pcm_delay that caused issues (see inline code comments)
28455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28456           make more readable and fix return value when snd_pcm_delay fails
28457         (fixes #142586)
28458
28459 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28460         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28461         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28462         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28463         (gst_pixbufscale_link), (gst_pixbufscale_init),
28464         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28465         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28466         (gst_pixbufscale_get_property), (pixbufscale_init):
28467         * ext/gdk_pixbuf/pixbufscale.h:
28468         Add these files I forgot earlier
28469
28470 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28471         * ext/gdk_pixbuf/Makefile.am:
28472         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28473         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28474         Add new pixbufscale element to scale RGB video
28475         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28476         and HYPER interpolation correctly.
28477         * ext/theora/theoraenc.c: (theora_enc_chain),
28478         Discard buffer and return if explicit caps could not be set
28479         (theora_enc_get_property):
28480         Make _get return kbps for the bitrate consistent with
28481         the _set function.
28482
28483
28484 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28485
28486         * ext/libvisual/visual.c: (gst_visual_chain):
28487           add missing visual_audio_analyze
28488
28489 2004-05-14  David Schleef  <ds@schleef.org>
28490
28491         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28492         is killed while we're playing.
28493         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28494         gst_element_no_more_pads().
28495
28496 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28497
28498         * gst-libs/gst/riff/riff-read.c :
28499           - fix INFO tag extraction in RIFF/AVI files
28500             because gst_event_unref (event) also freed taglist
28501           - avoid a mem leak
28502
28503 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28504
28505         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28506         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28507
28508         * gst/auparse/gstauparse.c :
28509           - add code (commented for now) to support audio/x-adpcm on src pad
28510             (we have no decoder for those layout yet)
28511
28512         * gst/cdxaparse/gstcdxaparse.c :
28513         * gst/cdxaparse/gstcdxaparse.h :
28514           - partial rewrite using RiffRead (ripped iain's wavparse code)
28515
28516         * gst/rtp/gstrtpL16enc.c : typo
28517         * gst/rtp/gstrtpgsmenc.c : typo
28518
28519 2004-05-13  Benjamin Otte  <otte@gnome.org>
28520
28521         * configure.ac:
28522           check for exact version of libvisual, it's not supposed to be
28523           API/ABI stable yet
28524
28525 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28526
28527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28528           signal no-more-pads
28529
28530 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28531
28532         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28533         Report which format was used for GST_FORMAT_DEFAULT
28534         * gst/debug/Makefile.am:
28535         * gst/debug/gstdebug.c: (plugin_init):
28536         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28537         (gst_progressreport_class_init), (gst_progressreport_init),
28538         (gst_progressreport_report), (gst_progressreport_set_property),
28539         (gst_progressreport_get_property), (gst_progressreport_chain),
28540         (gst_progressreport_plugin_init):
28541         Add progressreport element for testing.
28542
28543 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28544
28545         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28546         * sys/v4l/gstv4lsrc.h:
28547         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28548         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28549         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28550         (gst_v4lsrc_grab_frame):
28551           add more debugging
28552           send a discont at start
28553
28554 2004-05-12  Colin Walters  <walters@redhat.com>
28555
28556         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28557         inflooping if we can't find a chunk.  Or in other words, don't blow
28558         chunks if we don't have a chunk to blow.
28559
28560 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28561         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28562         Remove old debug output
28563         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28564         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28565         (gst_dvdec_set_property), (gst_dvdec_get_property):
28566         Change the quality setting to an enum, so it works from gst-launch
28567         Don't renegotiate a non-linked pad. Allows audio only decoding.
28568         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28569         (gst_deinterlace_link), (gst_deinterlace_init):
28570         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28571         (gst_videodrop_link):
28572         Some caps negotiation fixes
28573
28574 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28575
28576         * ext/tarkin/gsttarkin.c :
28577           - Change RANK from NONE to PRIMARY
28578         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28579           - Change RANK from NONE to MARGINAL
28580         * ext/divx/gstdivxenc.c :
28581           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28582
28583 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28584
28585         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28586         (gst_vorbisenc_push_packet):
28587           copy a function that was added between 1.0 and 1.0.1 until we
28588           depend on worthwhile features of post-1.0
28589
28590 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28591
28592         * configure.ac:
28593           enable shout2 by default
28594         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28595         (gst_shout2send_base_init), (gst_shout2send_init),
28596         (gst_shout2send_connect), (gst_shout2send_change_state):
28597         * ext/shout2/gstshout2.h:
28598           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28599           #142262)
28600         * ext/theora/theora.c: (plugin_init):
28601           don't set rank on encoders
28602
28603 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28604
28605         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28606           Use codec_data property instead of flag1 and flag2 for wma
28607
28608 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28609
28610         * gst/cdxaparse/gstcdxaparse.c :
28611           - Add mpegversion to CAPS to make it link
28612           - Rank is as GST_RANK_SECONDARY instead of NONE
28613         * gst/auparse/gstauparse.c :
28614           - Document all audio encoding we can encounter from Solaris 9
28615             headers and libsndfile information.
28616           - Increase max. rate from 48000 to 192000 (to match other elements)
28617           - Don't try to play junk data between header and samples
28618
28619 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28620
28621         * ext/libvisual/visual.c: (gst_visual_getcaps):
28622           use the right caps depending on endianness (I hope)
28623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28624           use GST_RANK_NONE for all non-decoding elements or spider gets
28625           mighty confused
28626
28627 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28628
28629         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28630           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28631
28632 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28633
28634         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28635         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28636         (gst_switch_loop), (gst_switch_get_type):
28637           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28638           HEADERS. Had to be said.
28639
28640 2004-05-10  David Schleef  <ds@schleef.org>
28641
28642         * configure.ac: Add prototype Dirac support.
28643         * ext/Makefile.am:
28644         * ext/dirac/Makefile.am:
28645         * ext/dirac/gstdirac.cc:
28646         * ext/dirac/gstdiracdec.cc:
28647
28648 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28649
28650         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28651         (gst_auparse_init), (gst_auparse_chain),
28652         (gst_auparse_change_state):
28653           Hack around spider. Remove me some day please.
28654
28655 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28656
28657         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28658           Fix for some uninitialized variables in previous patch, also
28659           makes it work. Fixes #142286 while we're at it.
28660
28661 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28662
28663         * gst/auparse/gstauparse.c:
28664                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28665                 only unsupported formats are ADPCM/CCITT G.72x
28666                 reviewed by Ronald
28667         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28668
28669 2004-05-10  Wim Taymans  <wim@fluendo.com>
28670
28671         * ext/vorbis/Makefile.am:
28672         * ext/vorbis/README:
28673         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28674         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28675         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28676         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28677         (gst_oggvorbisenc_convert_sink),
28678         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28679         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28680         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28681         (get_constraints_string), (update_start_message),
28682         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28683         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28684         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28685         * ext/vorbis/oggvorbisenc.h:
28686         * ext/vorbis/vorbis.c: (plugin_init):
28687         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28688         (raw_caps_factory), (gst_vorbisenc_class_init),
28689         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28690         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28691         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28692         * ext/vorbis/vorbisenc.h:
28693         Added a raw vorbis encoder to be used with the oggmuxer.
28694         We still need the old encoder for some gnome applications,
28695         read the README to find out how that works.
28696         The raw encoder is called "rawvorbisenc" until 0.9.
28697
28698 2004-05-10  Wim Taymans  <wim@fluendo.com>
28699
28700         * ext/ogg/gstogg.c: (plugin_init):
28701         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28702         (gst_ogg_print):
28703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28704         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28705         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28706         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28707         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28708         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28709         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28710         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28711         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28712         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28713         Added an ogg muxer.
28714         Small typo fixes in the demuxer.
28715
28716 2004-05-10  Wim Taymans  <wim@fluendo.com>
28717
28718         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28719         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28720         (theora_enc_change_state), (theora_enc_set_property),
28721         (theora_enc_get_property):
28722         Mark the last packet with an EOS flag which is not really needed
28723         in gstreamer.
28724         Do some better video framerate initialisation.
28725         Update the buffer timestamp.
28726
28727 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28728
28729         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28730         Return the result of the parent state change call
28731
28732 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28733
28734         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28735         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28736         * gst/law/alaw-encode.c : (idem)
28737         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28738         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28739         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28740
28741 2004-05-09  Benjamin Otte  <otte@gnome.org>
28742
28743         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28744           don't use a fixed buffer size when writing variable length data to
28745           it. Fixes memory corruption and makes alsasrc work
28746
28747 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28748
28749         * ext/gnomevfs/gstgnomevfssink.c:
28750         (_gst_boolean_allow_overwrite_accumulator),
28751         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28752           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28753           RUN_LAST, and don't use that to set the accumulator value because
28754           then it's always FALSE.
28755
28756 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28757
28758         * gst-libs/gst/riff/riff-media.c:
28759         (gst_riff_create_video_caps_with_data),
28760         (gst_riff_create_audio_caps),
28761         (gst_riff_create_audio_template_caps):
28762         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28763           Fix for unaligned RIFF files (i.e. where all the chunks together
28764           in a LIST chunk are not of the same size as the size given in
28765           the LIST chunk header). Fixes several odd WAVE files. Also fix
28766           ADPCM (block_align property) in audio, so that wavparse based
28767           on this works now as it used to stand-alone.
28768
28769 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28770
28771         reviewed by Benjamin Otte  <otte@gnome.org>
28772
28773         * ext/a52dec/gsta52dec.c:
28774         * ext/divx/gstdivxdec.c:
28775         * ext/divx/gstdivxenc.c:
28776         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28777         * ext/faac/gstfaac.c: (gst_faac_base_init):
28778         * ext/faad/gstfaad.c: (gst_faad_base_init):
28779         * ext/ivorbis/vorbisfile.c:
28780         * ext/lame/gstlame.c:
28781         * ext/libfame/gstlibfame.c:
28782         * ext/mpeg2enc/gstmpeg2enc.cc:
28783         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28784         * ext/sidplay/gstsiddec.cc:
28785         * ext/speex/gstspeexdec.c:
28786         * ext/speex/gstspeexenc.c:
28787         * ext/xvid/gstxviddec.c:
28788         * ext/xvid/gstxvidenc.c:
28789           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28790           (fixes #142193)
28791
28792 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28793
28794         * ext/alsa/gstalsa.c: (device_list),
28795         (gst_alsa_class_probe_devices):
28796         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28797           Fix alsa oddness in mixer after the combination of using mixer
28798           in source/sink elements and using hw:x,y instead of just hw:x.
28799
28800 2004-05-09  Benjamin Otte  <otte@gnome.org>
28801
28802         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28803         (gst_wavparse_create_sourcepad):
28804           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28805           sourcepads
28806
28807 2004-05-09  Benjamin Otte  <otte@gnome.org>
28808
28809         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28810           allow discont events before caps nego
28811
28812 2004-05-08  Benjamin Otte  <otte@gnome.org>
28813
28814         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28815           don't leak events
28816
28817 2004-05-08  Benjamin Otte  <otte@gnome.org>
28818
28819         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28820         (gst_level_change_state), (gst_level_init):
28821         * gst/level/gstlevel.h:
28822           figure out if we're initialized directly instead of keeping a
28823           variable that's wrong in 90% of cases
28824           don't initialize pads and then leak them and use a new unitialized
28825           pad. (fixes #142084)
28826           these were bugs so n00bish I didn't find them for an hour :/
28827
28828 2004-05-08 Iain <iain@prettypeople.org>
28829
28830         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28831         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28832         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28833         return the length that was read.
28834         (gst_riff_read_strf_auds): Allow fmt tags as well.
28835
28836 2004-05-07  David Schleef  <ds@schleef.org>
28837
28838         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28839         signed char assumption in faad.h.
28840
28841 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28842
28843         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28844           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28845
28846 2004-05-07  Colin Walters  <walters@redhat.com>
28847
28848         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28849         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28850         function.
28851         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28852         Add dispose function.
28853
28854 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28855         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28856           Fix caps nego and pad templates. RGB mode caps should
28857           work now.
28858         * ext/dvdnav/gst-dvd:
28859           Move mpeg2dec inside the thread because otherwise the
28860           queue rejects cap changes mid-stream
28861         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28862         (gst_mpeg2dec_flush_decoder):
28863           For mpeg2dec > 0.4.0, call the flush function instead of
28864           manually extracting all in-flight frames.
28865         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28866         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28867           Change mime type video/dv go video/x-dv to match the
28868           rest of gst-plugins
28869
28870 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28871
28872         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28873         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28874         (gst_alsa_sink_class_init):
28875         * ext/alsa/gstalsasink.h:
28876         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28877         (gst_alsa_src_class_init):
28878         * ext/alsa/gstalsasrc.h:
28879           Make alsasink/src a subclass of alsamixer so that mixer stuff
28880           shows up in gst-rec. Needs some finetuning.
28881
28882 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28883
28884         * ext/lame/gstlame.c: (gst_lame_chain):
28885           simplify
28886         * ext/mad/gstmad.c: (gst_mad_handle_event):
28887           fix event leak
28888         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28889           be able to detect mp3 files < 4096 bytes
28890
28891 2004-05-06  Wim Taymans  <wim@fluendo.com>
28892
28893         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28894         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28895         (theora_enc_set_property), (theora_enc_get_property):
28896         Also encode the first frame, cleanup some code.
28897
28898 2004-05-06  Wim Taymans  <wim@fluendo.com>
28899
28900         * ext/mpeg2enc/gstmpeg2enc.cc:
28901         Forward events first before deciding that negotiation was
28902         not performed.
28903
28904 2004-05-06  Wim Taymans  <wim@fluendo.com>
28905
28906         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28907         First process the events before deciding that negotiation
28908         was not performed.
28909
28910 2004-05-06  Wim Taymans  <wim@fluendo.com>
28911
28912         * ext/theora/Makefile.am:
28913         * ext/theora/theora.c: (plugin_init):
28914         * ext/theora/theoradec.c: (theora_dec_change_state):
28915         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28916         (gst_theora_enc_class_init), (gst_theora_enc_init),
28917         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28918         (theora_enc_chain), (theora_enc_change_state),
28919         (theora_enc_set_property), (theora_enc_get_property):
28920         Added a theora encoder, grouped the encoder and decoder into the
28921         same plugin.
28922
28923 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28924
28925         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28926         (gst_jpegenc_chain):
28927         fix DURATION on outgoing buffers
28928         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28929         debug using time formats
28930         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28932         (gst_xvimagesink_sink_link):
28933         windows with width/height 0 generate X errors, so don't allow them
28934
28935 2004-05-05  Wim Taymans  <wim@fluendo.com>
28936
28937         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28938         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28939         (gst_mpeg2dec_negotiate_format):
28940         * ext/mpeg2dec/gstmpeg2dec.h:
28941           removed the static pad template so that we can add the
28942           more accurate framerate value to the caps.
28943
28944
28945 2004-05-04  Benjamin Otte  <otte@gnome.org>
28946
28947         * configure.ac:
28948           check for kdemacros.h, too (should fix #141821)
28949         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28950           don't crash if no header was sent, but nicely error out (fixes part
28951           of #141554)
28952
28953 2004-05-04  Wim Taymans  <wim@fluendo.com>
28954
28955         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28956         parent dispose function to avoid segfault on destroy.
28957
28958 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28959
28960         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28961         (plugin_init):
28962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28963         (gst_xvimagesink_sink_link):
28964         clean up debugging caps
28965         also recreate xvimage when format has changed
28966
28967 2004-05-04  Benjamin Otte  <otte@gnome.org>
28968
28969         * ext/libvisual/Makefile.am:
28970         * ext/libvisual/visual.c: (gst_visual_class_init),
28971         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28972         (gst_visual_srclink), (gst_visual_chain),
28973         (gst_visual_change_state), (plugin_init):
28974           use a GstAdapter to correctly adapt buffer sizes - allows using a
28975           framerate
28976
28977 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28978
28979         * sys/v4l/gstv4lelement.h:
28980         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28981         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28982         (gst_v4lsrc_buffer_free):
28983         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28984         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28985         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28986         (gst_v4lsrc_requeue_frame):
28987         move some debugging categories around
28988         query for fps index and set accordingly if found
28989
28990 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28991
28992         * ext/lame/gstlame.c:
28993         correct defaults that lame_init puts out of range
28994
28995 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28996
28997         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28998         (gst_divxenc_class_init):
28999         fix range since -1 is the default
29000         * gst/mpeg1sys/gstmpeg1systemencode.c:
29001         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
29002         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
29003         (gst_rtjpegdec_chain):
29004         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
29005         (gst_rtjpegenc_chain):
29006         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
29007         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
29008         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
29009         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
29010         * sys/v4l/gstv4lsrc.c:
29011         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29012         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
29013         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
29014         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
29015         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
29016           remove gst_info calls
29017
29018 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29019
29020         * Makefile.am:
29021         * po/af.po:
29022         * po/az.po:
29023         * po/en_GB.po:
29024         * po/nl.po:
29025         * po/sr.po:
29026         * po/sv.po:
29027           Updated translations
29028
29029 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29030
29031         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29032           refactor/comment code
29033
29034 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29035
29036         * gst/asfdemux/Makefile.am:
29037         * gst/asfdemux/asfheaders.c:
29038         * gst/asfdemux/asfheaders.h:
29039         * gst/asfdemux/gstasf.c: (plugin_init):
29040         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
29041         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
29042         (gst_asf_demux_setup_pad):
29043         * gst/asfdemux/gstasfdemux.h:
29044         * gst/asfdemux/gstasfmux.c:
29045         * gst/asfdemux/gstasfmux.h:
29046           Add tagging support to demuxer, split out registration in its own
29047           file instead of in demux (hacky), and prevent having some tables
29048           in our memory multiple times (in asfheaders.h).
29049
29050 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29051
29052         * gst/matroska/matroska-demux.c:
29053         (gst_matroska_demux_parse_metadata):
29054         * gst/matroska/matroska-ids.h:
29055           Basic tag reading support.
29056
29057 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29058
29059         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29060           Really detect ac-3 audio.
29061         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
29062           really detect matroska files (off-by-1).
29063
29064 2004-04-30  David Schleef  <ds@schleef.org>
29065
29066         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29067         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
29068         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
29069         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
29070         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
29071         hackage -- parse a lot more atoms, extract a few tags.  One might even
29072         mistake this for tag support.  Maybe it is.
29073         * gst/qtdemux/qtdemux.h:
29074
29075 2004-04-30  Colin Walters  <walters@verbum.org>
29076
29077         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
29078
29079 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29080
29081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29082         (gst_ffmpegcolorspace_getcaps):
29083           remove broken nego fix
29084
29085 2004-04-30  Benjamin Otte  <otte@gnome.org>
29086
29087         * configure.ac:
29088         * ext/Makefile.am:
29089         * ext/libvisual/Makefile.am:
29090         * ext/libvisual/visual.c:
29091           add initial support for libvisual (http://libvisual.sourceforge.net)
29092           libvisual is still quite alpha, so expect crashes in there :)
29093
29094 2004-04-29  David Schleef  <ds@schleef.org>
29095
29096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
29097         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
29098         up qtdemux to make it spit out codec_data.  Do _not_ look at this
29099         code; you will no longer respect me.
29100
29101 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29102
29103         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
29104         * ext/alsa/gstalsa.h :
29105         change alsa pcm device discovery to find more than 1 device
29106         per card. code review by Ronald.
29107
29108 2004-04-29  David Schleef  <ds@schleef.org>
29109
29110         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
29111         Add a check for a driver bug on FreeBSD.  (bug #140565)
29112
29113 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29114
29115         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
29116         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29117         (gst_jpegenc_getcaps):
29118           move format setting to inner loop
29119         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29120         (gst_ffmpegcolorspace_getcaps):
29121           use GST_PAD_CAPS if available so that we use already negotiated
29122           caps
29123         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29124         (qtdemux_parse_moov), (qtdemux_parse):
29125           extra debugging
29126         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
29127         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
29128           move hardcoded path to DEFINE
29129
29130 2004-04-28  David Schleef  <ds@schleef.org>
29131
29132         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
29133         (bug #140064)
29134
29135 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29136
29137         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29138           Don't probe for playback device if we're a source element. Fixes
29139           #139658.
29140
29141 2004-04-29  Benjamin Otte  <otte@gnome.org>
29142
29143         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29144         (gst_id3_tag_chain):
29145           rewrite buffer offset
29146
29147 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29148
29149         * configure.ac:
29150         * ext/Makefile.am:
29151         * ext/dts/Makefile.am:
29152         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
29153         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
29154         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
29155         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
29156         (gst_dtsdec_loop), (gst_dtsdec_change_state),
29157         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
29158         (plugin_init):
29159         * ext/dts/gstdtsdec.h:
29160           New DTS decoder.
29161         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
29162         (gst_faad_srcconnect):
29163           Add ESDS atom handling (.m4a).
29164
29165 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29166
29167         * ext/divx/gstdivxdec.c: (plugin_init):
29168           Remove comment that makes no sense.
29169         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
29170           Fix for obvious typo that resulted in warnings during gst-register.
29171         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
29172         (gst_xviddec_sink_link):
29173           Fix caps negotiation a bit better.
29174         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29175           We call this 'codec_data', not 'esds'.
29176
29177 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29178
29179         * gst/monoscope/gstmonoscope.c:
29180           make sure we only provide 256x128
29181         * gst/monoscope/monoscope.c: (monoscope_init):
29182           assert size of 256x128
29183
29184 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29185
29186         * Makefile.am:
29187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
29188         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
29189           fixate to max width and height of device
29190
29191 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29192
29193         * Makefile.am:
29194         * sys/v4l/gstv4l.c:
29195         * sys/v4l/gstv4lsrc.c:
29196         * sys/v4l/v4l_calls.c:
29197         * sys/v4l/v4lsrc_calls.c:
29198           fix for qc-usb driver which fakes having more than one buffer
29199           by handing the same buffer twice, which confused GStreamer's/v4lsrc
29200           buffer_free override
29201           add debugging
29202
29203 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29204
29205         * Makefile.am:
29206         * gst/videotestsrc/gstvideotestsrc.c:
29207         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
29208         (gst_videotestsrc_init), (gst_videotestsrc_get),
29209         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
29210         * gst/videotestsrc/gstvideotestsrc.h:
29211           add num-buffers property
29212
29213         2004-04-26  Benjamin Otte  <otte@gnome.org>
29214
29215         * ext/mad/gstid3tag.c: (plugin_init):
29216           set id3mux rank to NONE so it doesn't confuse spider
29217           require audio/mpeg,mpegversion=1 in id3mux
29218
29219 2004-04-26  Benjamin Otte  <otte@gnome.org>
29220
29221         * configure.ac:
29222           detect faad correctly as non-working if it's indeed non-working
29223
29224 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29225
29226         * Makefile.am:
29227         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29228         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
29229         fix _getcaps so it only negotiates to its supported format
29230
29231 2004-04-25  Benjamin Otte  <otte@gnome.org>
29232
29233         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29234           fix memleak
29235
29236 2004-04-23  Benjamin Otte  <otte@gnome.org>
29237
29238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29239           audio/x-raw-int with height rules! not. Now it's depth.
29240
29241 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29242
29243         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29244         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29245         (gst_wavparse_loop):
29246           Missing variable initialization. Add handling of DVI ADPCM. Fix
29247           mis-parsing of LIST chunks. This works around a bug where we mis-
29248           parse non-aligning LIST chunks (so LIST chunks where the contents
29249           don't align with the actual LIST size). The correct fix is to use
29250           rifflib, I'm not going to fix wavparse - too much work. All this
29251           fixes #104878.
29252
29253 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29254
29255         reviewed by Benjamin Otte  <otte@gnome.org>
29256
29257         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29258           fix shoutcast not working (fixes #140844)
29259
29260 2004-04-22  Benjamin Otte  <otte@gnome.org>
29261
29262         * ext/hermes/gsthermescolorspace.c:
29263         (gst_hermes_colorspace_caps_remove_format_info):
29264         * gst/colorspace/gstcolorspace.c:
29265         (gst_colorspace_caps_remove_format_info):
29266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29267         (gst_ffmpegcolorspace_caps_remove_format_info):
29268           s/gst_caps_simplify/gst_caps_do_simplify/
29269
29270 2004-04-22  Benjamin Otte  <otte@gnome.org>
29271
29272         * gst-libs/gst/riff/riff-media.c:
29273         (gst_riff_create_video_caps_with_data):
29274           mpegversion is an int
29275         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29276           don't try to create pad templates with NULL caps, use any caps
29277           instead.
29278
29279 2004-04-20  David Schleef  <ds@schleef.org>
29280
29281         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29282         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29283         (bug #140384)
29284
29285 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29286
29287         reviewed by David Schleef
29288
29289         * ext/mad/gstid3tag.c: Add stdlib.h
29290         * gst/rtp/gstrtpgsmenc.c: same
29291         * gst/tags/gstid3tag.c: same
29292         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29293         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29294         GST_DISABLE_LOADSAVE use.
29295         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29296         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29297         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29298         atol(3)).
29299         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29300         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29301         strtoul(3)).
29302         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29303         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29304         $(ID3_CFLAGS).
29305         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29306         $(LIBFAME_CFLAGS).
29307
29308 2004-04-20  David Schleef  <ds@schleef.org>
29309
29310         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29311         last checkin.  Same idea.
29312
29313 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29314
29315         reviewed by David Schleef
29316
29317         * configure.ac: bump required gstreamer version to 0.8.1.1
29318         because of following changes [--ds]
29319
29320         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29321         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29322         (gst_riff_read_header):  Use GST_READ_UINT*
29323         macros to access possibly unaligned memory.
29324
29325         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29326         (mp3_type_find):  Use GST_READ_UINT*
29327         macros to access possibly unaligned memory.
29328         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29329         (speex_type_find): Likewise
29330
29331         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29332
29333         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29334         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29335         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29336         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29337         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29338         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29339         macros to access possibly unaligned memory.
29340
29341         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29342         Likewise.
29343
29344         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29345         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29346
29347         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29348         Likewise.
29349
29350         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29351         (gst_mpeg2subt_chain_subtitle): Likewise.
29352
29353         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29354         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29355         Likewise.
29356
29357         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29358         Likewise.
29359
29360         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29361         Likewise.
29362
29363         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29364         Likewise.
29365
29366 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29367
29368         * configure.ac:
29369           update required version of GStreamer because of GST_TIME_FORMAT
29370
29371 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29372
29373         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29374           remove leftover g_print
29375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29376           don't try setting only a subset of the caps. We don't want to kill
29377           autoplugging on purpose
29378
29379 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29380
29381         * sys/ximage/ximagesink.c: (plugin_init):
29382         * sys/xvimage/xvimagesink.c: (plugin_init):
29383           add debugging categories
29384
29385 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29386
29387         * po/en_GB.po:
29388         * po/LINGUAS:
29389           Adding en_GB translation (Gareth Owen)
29390
29391 2004-04-20  David Schleef  <ds@schleef.org>
29392
29393         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29394         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29395         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29396         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29397         A number of new features and hacks to extract the esds atom and
29398         put it into the caps.  (bug #137724)
29399
29400 2004-04-19  David Schleef  <ds@schleef.org>
29401
29402         * gconf/Makefile.am: Fix for non-GNU make
29403         * gst-libs/gst/Makefile.am: Change directory order to handle
29404         GstPlay linking with gstinterfaces
29405         * gst-libs/gst/audio/make_filter: make use of tr portable
29406         * gst-libs/gst/play/Makefile.am: Add intended \
29407         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29408         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29409         function prototype instead of void *.
29410         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29411         macro.
29412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29413         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29414         * gst/videofilter/make_filter: make use of tr portable
29415         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29416
29417 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29418
29419         * po/LINGUAS:
29420         * po/uk.po:
29421           Added Ukrainian translation (Maxim V. Dziumanenko)
29422
29423 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29424
29425         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29426         (gst_gsmdec_link), (gst_gsmdec_chain):
29427           Fix capsnego, simplify chain function slightly.
29428         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29429           Add GSM.
29430
29431 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29432
29433         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29434         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29435         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29436           Hack to make wavparse work with spider (always -> sometimes pad).
29437           Fixes #135862 && #140411.
29438
29439 2004-04-18  Benjamin Otte  <otte@gnome.org>
29440
29441         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29442         (gst_osselement_rate_probe_check),
29443         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29444           get rid of \n in debug output
29445
29446 2004-04-17  Iain <iain@prettypeople.org>
29447
29448         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29449         not just EOS.
29450
29451 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29452
29453         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29454         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29455         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29456         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29457         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29458         (gst_id3_tag_change_state), (plugin_init):
29459           deprecate id3tag element and replace with id3demux/id3mux.
29460           great side effect: this ugly file is now even uglier, yay!
29461         * ext/mad/gstmad.h:
29462           remove non-available function
29463           update for new get_type
29464
29465 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29466
29467         * configure.ac:
29468           require mpeg2dec >= 0.4.0
29469
29470 2004-04-17  Benjamin Otte  <otte@gnome.org>
29471
29472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29473         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29474         (gst_xvimagesink_set_xwindow_id):
29475           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29476           assorted cleanup fixes.
29477
29478 2004-04-16  David Schleef  <ds@schleef.org>
29479
29480         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29481         * sys/xvimage/xvimagesink.h: same
29482
29483 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29484
29485         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29486           Fix GST_ELEMENT_ERROR with (NULL)
29487
29488 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29489
29490         * gst-libs/gst/riff/riff-media.c:
29491         (gst_riff_create_video_caps_with_data):
29492           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29493
29494 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29495
29496         * gst-libs/gst/riff/riff-media.c:
29497         (gst_riff_create_video_caps_with_data),
29498         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29499         (gst_riff_create_video_template_caps),
29500         (gst_riff_create_audio_template_caps):
29501         * gst-libs/gst/riff/riff-media.h:
29502         * gst-libs/gst/riff/riff-read.c:
29503         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29504         * gst-libs/gst/riff/riff-read.h:
29505         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29506           Add MS RLE support. I added some functions to read out strf chunks
29507           into strf chunks and the data behind it. This is usually color
29508           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29509           caps creation. Lastly, add ADPCM (similar to wavparse - which
29510           should eventually be rifflib based).
29511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29512         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29513         * gst/matroska/matroska-demux.h:
29514           Remove placeholders for some prehistoric tagging system. Didn't add
29515           support for any tag system really anyway.
29516         * gst/qtdemux/qtdemux.c:
29517           Add support for audio/x-m4a (MPEG-4) through spider.
29518         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29519         (gst_wavparse_loop):
29520           ADPCM support (#135862). Increase max. buffer size because we
29521           cannot split buffers for ADPCM (screws references) and I've seen
29522           files with 2048 byte chunks. 4096 seems safe for now.
29523
29524 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29525
29526         * configure.ac: bump nano to 1
29527
29528 === release 0.8.1 ===
29529
29530 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29531
29532         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29533
29534 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29535
29536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29537           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29538           Fixes #140058
29539
29540 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29541
29542         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29543           lower rank of dvddemux so that it's not used for mpeg playback.
29544
29545 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29546
29547         * configure.ac:
29548           save libs correctly when checking mad
29549
29550 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29551
29552         * ext/mad/gstid3tag.c: (plugin_init):
29553           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29554
29555 2004-04-13  David Schleef  <ds@schleef.org>
29556
29557         * common/m4/gst-feature.m4: Call -config scripts with
29558         --plugin-libs if it is supported.
29559         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29560         JPEG images are image/jpeg.
29561         * gst/debug/Makefile.am:
29562         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29563         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29564         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29565         (gst_negotiation_plugin_init): Add a property that acts like
29566         filter caps.
29567         * testsuite/gst-lint:  Move license checking to be a standard
29568         test.
29569
29570 2004-04-13  David Schleef  <ds@schleef.org>
29571
29572         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29573         patch from Sebastien Cote (bug #139958)
29574
29575 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29576
29577         * examples/gstplay/Makefile.am:
29578         * examples/gstplay/player.c: (main):
29579           make the commandline player example use gconf settings
29580
29581 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29582
29583         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29584         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29585         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29586           init/end library during state transition, not object
29587           creation/disposal.  get rid of custom dispose handler.
29588
29589
29590 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29591
29592         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29593         be a symlink
29594
29595 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29596
29597         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29598           Handle JUNK chunks inside data section. Prevents warnings.
29599
29600 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29601
29602         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29603         (gst_riff_create_video_template_caps):
29604           Add MS video v1.
29605         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29606         (gst_avi_demux_stream_data):
29607           Add support for "rec-list" chunks.
29608
29609 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29610
29611         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29612           Fix another codecname mismatch.
29613
29614 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29615
29616         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29617           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29618           so that MJPEG plays back.
29619
29620 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29621
29622         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29623         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29624         * gst/mpeg1videoparse/gstmp1videoparse.h:
29625           Fix for some slight mis-cuts in buffer parsing, and for some
29626           potential overflows or faults-causers. Adds disconts. Also fixes
29627           #139105 while we're at it.
29628
29629 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29630
29631         * configure.ac:
29632         * sys/v4l2/gstv4l2element.h:
29633           Workaround for missing struct v4l2_buffer declaration in Suse 9
29634           and Mandrake 10 linux/videodev2.h header file (#135919).
29635
29636 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29639           Bail out if no filename was given.
29640
29641 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29642
29643         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29644         (gst_v4l2_fourcc_from_structure):
29645           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29646           Y41B somewhere).
29647
29648 2004-04-09  Benjamin Otte  <otte@gnome.org>
29649
29650         * ext/gnomevfs/gstgnomevfssink.c:
29651         (_gst_boolean_allow_overwrite_accumulator),
29652         (gst_gnomevfssink_class_init):
29653           fix erase signal - if any handler returns false the file will not be
29654           overwritten. If no handler is connected, the file will not be
29655           overwritten either.
29656           renamed signal to "allow-overwrite"
29657         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29658           free string when adding it to ID3 failed
29659         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29660           unref event when done
29661         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29662           free caps
29663         * gst/typefind/gsttypefindfunctions.c:
29664         (mpeg_video_stream_type_find):
29665           fix invalid read
29666
29667 2004-04-08  David Schleef  <ds@schleef.org>
29668
29669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29670         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29671
29672 2004-04-08  David Schleef  <ds@schleef.org>
29673
29674         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29675         we don't support (bug #139532)
29676
29677 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29678
29679         * ext/mad/gstmad.c: (gst_mad_handle_event),
29680         (gst_mad_check_caps_reset), (gst_mad_chain),
29681         (gst_mad_change_state):
29682           only set explicit caps if they haven't been set before for
29683           this stream.  MPEG-audio sample rate/channels aren't allowed
29684           to change in-stream.
29685           Fixes #139382
29686
29687 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29688
29689         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29690         (_gst_boolean_did_something_accumulator),
29691         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29692         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29693         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29694         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29695         (gst_gnomevfssink_change_state):
29696           Fix erase signal. Don't erase by default. Remove handoff signal.
29697           Remove erase property. Don't segfault. General cleanup.
29698
29699 2004-04-07  Benjamin Otte  <otte@gnome.org>
29700
29701         * gst-libs/gst/gconf/test-gconf.c: (main):
29702           add missing gst_init
29703
29704 2004-04-07  Benjamin Otte  <otte@gnome.org>
29705
29706         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29707           free the mutexes, too
29708
29709 2004-04-07  Benjamin Otte  <otte@gnome.org>
29710
29711         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29712           actually free the URI string
29713         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29714           compute offset correctly when passing discont events
29715         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29716           don't leak discont events
29717         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29718           add some missing breaks so caps aren't copied randomly
29719         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29720           if we realloc memory, we better use it
29721
29722 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29723
29724         * ext/mad/gstmad.c: (normal_seek):
29725           fix GST_FORMAT_TIME usage
29726
29727 2004-04-05  David Schleef  <ds@schleef.org>
29728
29729         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29730         a deprecated function (hack!)
29731
29732 2004-04-05  Benjamin Otte  <otte@gnome.org>
29733
29734         * ext/esd/esdmon.c: (gst_esdmon_get):
29735           fix nonterminated vararg and memleak
29736
29737 2004-04-05  Benjamin Otte  <otte@gnome.org>
29738
29739         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29740         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29741         (gst_ladspa_set_property), (gst_ladspa_get_property),
29742         (gst_ladspa_instantiate), (gst_ladspa_activate),
29743         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29744           clean up debugging
29745
29746 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29747
29748         reviewed by Benjamin Otte  <otte@gnome.org>
29749
29750         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29751           check for broken LADSPA parameters (fixes #138635)
29752
29753 2004-04-05  Benjamin Otte  <otte@gnome.org>
29754
29755         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29756           advertise buffer-frames correctly on sinkpads
29757
29758 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29759
29760         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29761         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29762         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29763         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29764         (gst_mad_check_caps_reset), (gst_mad_chain):
29765         add more debugging, only reset caps when we're not in error state
29766
29767 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29768
29769         * ext/mad/gstmad.c: add debugging category, comment + cleanups
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 == in test(1) operator
29777
29778 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29779
29780         reviewed by Benjamin Otte  <otte@gnome.org>
29781
29782         * configure.ac:
29783           fix --export-symblos-regex to a working regex.
29784
29785 2004-04-04  Benjamin Otte  <otte@gnome.org>
29786
29787         * sys/oss/.cvsignore:
29788           add for oss_probe
29789
29790 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29791
29792         reviewed by Benjamin Otte  <otte@gnome.org>
29793
29794         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29795           add missing 'new_media' argument (fixes #138168)
29796         * gst/matroska/matroska-demux.c:
29797         (gst_matroska_demux_handle_seek_event):
29798           add vararg terminator (fixes #138169)
29799
29800 2004-04-02  David Schleef  <ds@schleef.org>
29801
29802         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29803         disted (bug #138914)
29804
29805 2004-04-01  Benjamin Otte  <otte@gnome.org>
29806
29807         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29808         (gst_alsa_close_audio):
29809           handle case better where a soundcard can't pause
29810         * ext/ogg/gstoggdemux.c:
29811           don't crash when we get events but don't have pads yet
29812
29813 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29814
29815         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29816           throw an error if we couldn't probe any caps.
29817
29818 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29819
29820         * ext/dvdnav/gst-dvd:
29821         Add a really simple sample DVD player
29822
29823 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29824
29825         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29826         (gst_a52dec_push), (gst_a52dec_handle_event),
29827         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29828         (gst_a52dec_change_state):
29829         * ext/a52dec/gsta52dec.h:
29830           Use a debug category, Output timestamps correctly
29831           Emit tag info, Handle events, tell liba52dec about cpu
29832           capabilities so it can use MMX etc.
29833         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29834           Fix a crasher accessing invalid memory
29835         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29836         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29837         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29838         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29839         (dvdnavsrc_query):
29840           Some support for byte-format seeking.
29841           Small fixes for still frames and menu button overlays
29842         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29843         (gst_mpeg2dec_alloc_buffer):
29844           Use a debug category. Adjust the report level of several items to
29845           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29846           so it doesn't lose the GstBuffer pointer
29847         * gst/debug/Makefile.am:
29848         * gst/debug/gstdebug.c: (plugin_init):
29849         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29850         (gst_navseek_base_init), (gst_navseek_class_init),
29851         (gst_navseek_init), (gst_navseek_seek),
29852         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29853         (gst_navseek_get_property), (gst_navseek_chain),
29854         (gst_navseek_plugin_init):
29855         * gst/debug/gstnavseek.h:
29856           Add the navseek debug element for seeking back and forth in a
29857           video stream using arrow keys.
29858         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29859         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29860         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29861         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29862         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29863         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29864         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29865         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29866         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29867         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29868         * gst/mpeg2sub/gstmpeg2subt.h:
29869           Pretty much a complete rewrite. Now a loopbased element. May still
29870           require work to properly synchronise subtitle buffers.
29871         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29872         (gst_dvd_demux_send_subbuffer):
29873         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29874           Don't attempt to create subbuffers of size 0
29875           Reduce a couple of error outputs to warnings.
29876         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29877         (gst_y4mencode_chain):
29878         Output the y4m frame header correctly.
29879
29880 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29881
29882         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29883           throw errors instead of allowing SIGFPE
29884
29885 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29886
29887         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29888         (gst_gconf_render_bin_from_key):
29889           leak plugging and style fixing
29890
29891 2004-03-31  David Schleef  <ds@schleef.org>
29892
29893         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29894         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29895         (bug #138225)
29896         * gst/debug/Makefile.am:
29897         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29898         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29899         plugin.
29900         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29901         (gst_negotiation_base_init), (gst_negotiation_class_init),
29902         (gst_negotiation_init), (gst_negotiation_getcaps),
29903         (gst_negotiation_pad_link), (gst_negotiation_chain),
29904         (gst_negotiation_set_property), (gst_negotiation_get_property),
29905         (gst_negotiation_plugin_init):  New element to talk about random
29906         negotiation things happening in a pipeline.
29907
29908 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29909
29910         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29911           fix integer addition with help of Stefan Kost
29912
29913 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29914
29915         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29916
29917 2004-03-30  David Schleef  <ds@schleef.org>
29918
29919         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29920         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29921         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29922         (bug #137504)
29923         * ext/mpeg2dec/gstmpeg2dec.h:
29924
29925 2004-03-30  David Schleef  <ds@schleef.org>
29926
29927         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29928
29929 2004-03-30  David Schleef  <ds@schleef.org>
29930
29931         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29932         Michael Petullo) to handle .mov
29933
29934 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29935
29936         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29937         (gst_osselement_rate_check_rate):
29938           probe caps correctly for sound cards that only support one format
29939
29940 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29941
29942         * ext/kio/kiosrc.cpp: (process_events):
29943           update handling event processing if inside KDE - untested
29944
29945 2004-03-29  David Schleef  <ds@schleef.org>
29946
29947         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29948         by 2 to not interfere with other colorspaces.
29949         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29950         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29951         one to not interfere with ffmpeg_colorspace.
29952
29953 2004-03-29  David Schleef  <ds@schleef.org>
29954
29955         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29956         aren't in the caps.
29957         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29958         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29959
29960 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29961
29962         * gst-libs/gst/riff/riff-media.c:
29963           fail on error, don't try to set stuff on NULL caps
29964
29965 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29966
29967         * configure.ac:
29968         * ext/Makefile.am:
29969         * ext/kio/Makefile.am:
29970         * ext/kio/kioreceiver.cpp:
29971         * ext/kio/kioreceiver.h:
29972         * ext/kio/kiosrc.cpp:
29973         * ext/kio/kiosrc.h:
29974           add experimental kiosrc plugin
29975         * ext/alsa/gstalsaplugin.c: (plugin_init):
29976           initialize debugging category only when we're sure registering the
29977           plugins worked.
29978
29979 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29980
29981         * examples/gstplay/player.c: (main):
29982         * gst-libs/gst/play/play.c: (gst_play_class_init),
29983         (gst_play_set_location), (gst_play_set_data_src),
29984         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29985         (gst_play_set_visualization), (gst_play_connect_visualization):
29986           check return values of element_set_state and return FALSE where
29987           failed
29988
29989 2004-03-29  Benjamin Otte  <otte@gnome.org>
29990
29991         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29992           try harder to check if an event is really a discont
29993
29994 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29995
29996         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29997         * po/az.po:
29998
29999 2004-03-28  Benjamin Otte  <otte@gnome.org>
30000
30001         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
30002         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30003         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30004           get rid of non-standard "..." ranges in case statements.
30005
30006 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
30007
30008         * gst/mpegstream/gstmpegdemux.c:
30009         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
30010         specific functionality split to the new dvddemux element.
30011         * gst/mpegstream/gstdvddemux.c:
30012         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
30013         streams, derived from mpegdemux.
30014         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
30015         up. SCR based timestamp rewriting can be turned off (will probably
30016         completely disappear soon).
30017         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
30018         hacking. General cleanup. All printf statements replaced by
30019         debugging messages. Almost complete libdvdnav support.
30020         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
30021         by events. New properties for audio and subpicture languages.
30022         (dvdnavsrc_update_highlight): Now uses events.
30023         (dvdnavsrc_user_op): Cleaned up.
30024         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
30025         based). Lots of cleanup, and propper support for most libdvdnav
30026         events.
30027         (dvdnavsrc_make_dvd_event): New function.
30028         (dvdnavsrc_make_dvd_nav_packet_event): New function.
30029         (dvdnavsrc_make_clut_change_event): New function.
30030
30031 2004-03-26  Benjamin Otte  <otte@gnome.org>
30032
30033         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
30034           fix bug where typefinding would claim it's theora whenever less then
30035           7 bytes of data were available
30036
30037 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30038
30039         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
30040         (gst_alawdec_base_init), (gst_alawdec_class_init),
30041         (gst_alawdec_init), (gst_alawdec_chain):
30042         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
30043         (gst_alawenc_base_init), (gst_alawenc_class_init),
30044         (gst_alawenc_init), (gst_alawenc_chain):
30045         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
30046         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
30047         (gst_mulawdec_init), (gst_mulawdec_chain):
30048         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
30049         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
30050         (gst_mulawenc_init), (gst_mulawenc_chain):
30051           Fix capsnego in all four, remove the unused property functions and
30052           simplify the chain functions slightly. I guess we could use macros
30053           or something similar for those, since the code is so similar, but
30054           I'm currently too lazy...
30055
30056 2004-03-24  David Schleef  <ds@schleef.org>
30057
30058         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30059         (gst_osselement_close_audio), (gst_osselement_probe_caps),
30060         (gst_osselement_get_format_structure),
30061         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
30062         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
30063         (gst_osselement_rate_int_compare): Add code to handle rate probing
30064         (bug #120883)
30065         * sys/oss/gstosselement.h: same
30066         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
30067         Use rate probing provided by osselement.
30068         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
30069
30070 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30071
30072         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
30073         (gst_xvidenc_get_property):
30074           ulong/int mess-up.
30075
30076 2004-03-24  David Schleef  <ds@schleef.org>
30077
30078         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
30079         (gst_speexdec_init):
30080         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
30081         (gst_speexenc_init):  Create the pad template correctly (from
30082         the static pad template, not a NULL pointer.)
30083
30084 2004-03-25  Benjamin Otte  <otte@gnome.org>
30085
30086         * gst/debug/Makefile.am:
30087         * gst/debug/breakmydata.c:
30088           add element that quasi-randomly changes bytes in the stream.
30089           Intended use is robustness checking of demuxers and decoders in
30090           media tests.
30091
30092 2004-03-24  Benjamin Otte  <otte@gnome.org>
30093
30094         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30095         (gst_alsa_probe_hw_params):
30096         * ext/alsa/gstalsa.h:
30097           debugging output fixes
30098
30099 2004-03-24  Benjamin Otte  <otte@gnome.org>
30100
30101         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
30102           don't g_return_if_fail if element is PLAYING, fail silently as every
30103           other element.
30104         * gst/effectv/gstquark.c: (gst_quarktv_chain):
30105           only fix needed for cast lvalue issues in gst-plugins
30106         * gst/volenv/gstvolenv.c: (gst_volenv_init):
30107           add proxy_getcaps
30108
30109 2004-03-24  Benjamin Otte  <otte@gnome.org>
30110
30111         * gst/level/gstlevel.c: (gst_level_init):
30112           add proxying getcaps function, so level doesn't advertise impossible
30113           caps
30114
30115 2004-03-24  David Schleef  <ds@schleef.org>
30116
30117         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30118         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
30119         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
30120         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
30121         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
30122         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
30123         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
30124         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
30125         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
30126         messages.  Divide the chunk size by the compression ratio
30127         (needed for MACE audio)
30128
30129 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30130
30131         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30132           Fix buffer overflow read error.
30133
30134 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30135
30136         * ext/alsa/gstalsa.h:
30137           Remove unused entry.
30138         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30139           Add cinepak.
30140         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30141         (gst_videodrop_link), (gst_videodrop_chain):
30142           Fix, sort of. Was horribly broken with new capsnego. Bah...
30143
30144 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
30145
30146         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
30147         (plugin_init):
30148         Add a monkeysaudio typefind function
30149
30150 2004-03-23  Johan Dahlin  <johan@gnome.org>
30151
30152         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
30153         (gst_play_video_fixate): Check so the structure has the field
30154         before trying to fixate them, this makes it possible to have
30155         fakesinks for video and audio output without printing errors on
30156         the output console.
30157
30158 2004-03-22  David Schleef  <ds@schleef.org>
30159
30160         * sys/oss/Makefile.am:
30161         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
30162         (check_rate), (add_rate):  Rate probing test app.
30163
30164 2004-03-21  Benjamin Otte  <otte@gnome.org>
30165
30166         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30167         (_fixate_caps_to_int), (gst_audio_convert_fixate):
30168           add a fixation function that pretty much does the right thing (fixes
30169           #137556)
30170
30171 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
30172
30173         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
30174
30175 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
30176
30177         reviewed by: Benjamin Otte  <otte@gnome.org>
30178
30179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30180           terminate gst_event_new_discontinuous correctly (fixes parts of
30181           #137711)
30182
30183 2004-03-19  David Schleef  <ds@schleef.org>
30184
30185         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
30186         since it doesn't depend on X, and it's part of our ABI.
30187
30188 2004-03-19  Iain <iain@prettypeople.org>
30189
30190         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
30191         is_int in the structure, not the local variable.
30192
30193 2004-03-19  David Schleef  <ds@schleef.org>
30194
30195         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
30196         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
30197         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
30198         Improvements in caps negotiation.
30199
30200 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30201
30202         * po/LINGUAS:
30203         * po/af.po:
30204           adding Afrikaans (Petri Jooste)
30205
30206 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30207
30208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30209         (gst_ffmpegcolorspace_chain):
30210         throw error instead of g_critical (#137588)
30211
30212 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30213
30214         * Makefile.am:
30215         * configure.ac:
30216           dist common and m4 correctly
30217         * po/sv.po:
30218
30219 2004-03-17  David Schleef  <ds@schleef.org>
30220
30221         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
30222         (bug #137348)
30223
30224 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30225
30226         * po/LINGUAS:
30227         * po/sv.po:
30228           adding Swedish translation (Christian Rose)
30229
30230 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30231
30232         * Makefile.am: use release.mak
30233
30234 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30235
30236         * common/ChangeLog:
30237         * common/gst-autogen.sh:
30238           add some explanation about the version detection
30239         * configure.ac:
30240           fix X check
30241
30242 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30243
30244         * configure.ac: bump nano to 1
30245
30246 === release 0.8.0 ===
30247
30248 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30249
30250         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30251
30252 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30253
30254         * configure.ac:
30255           update libtool version
30256         * gst-libs/gst/media-info/Makefile.am:
30257           actually use libtool version
30258
30259 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30260
30261         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30262
30263 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30264
30265         * configure.ac:
30266         * gst-plugins.spec.in:
30267         * pkgconfig/Makefile.am:
30268         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30269         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30270         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30271         * pkgconfig/gstreamer-libs.pc.in:
30272         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30273         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30274         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30275         * pkgconfig/gstreamer-plugins.pc.in:
30276           remove @VERSION@ from some of the pc files since core and plugins
30277           are decoupled.
30278           created gstreamer-plugins.pc as it's a better name, but keeping
30279           -libs around for now to get fixes upstream done first.
30280
30281 2004-03-15  Julien MOUTTE <julien@moutte.net>
30282
30283         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30284         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30285         * gst-libs/gst/play/play.h:
30286
30287 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30288
30289         * *.c, *.cc: don't mix tabs and spaces
30290
30291 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30292
30293         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30294           use the new ffmpegcolorspace
30295         * gst-plugins.spec.in:
30296           package new colorspace and media-info
30297         * configure.ac:
30298         * pkgconfig/Makefile.am:
30299           fix some more disting issues
30300         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30301         * pkgconfig/gstreamer-media-info.pc.in:
30302           generate media-info pc files
30303
30304 2004-03-15  Johan Dahlin  <johan@gnome.org>
30305
30306         * *.h: Revert indenting
30307
30308 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30309
30310         * configure.ac:
30311           adding ffmpegcolorspace element
30312         * gst/ffmpegcolorspace/Makefile.am:
30313         * gst/ffmpegcolorspace/avcodec.h:
30314         * gst/ffmpegcolorspace/common.h:
30315         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30316         * gst/ffmpegcolorspace/dsputil.h:
30317         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30318         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30319         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30320         (gst_ffmpeg_caps_to_pix_fmt):
30321         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30322         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30323         (gst_ffmpegcolorspace_caps_remove_format_info),
30324         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30325         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30326         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30327         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30328         (gst_ffmpegcolorspace_set_property),
30329         (gst_ffmpegcolorspace_get_property),
30330         (gst_ffmpegcolorspace_register):
30331         * gst/ffmpegcolorspace/imgconvert.c:
30332         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30333         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30334         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30335         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30336         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30337         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30338         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30339         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30340         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30341         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30342         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30343         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30344         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30345         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30346         (img_get_alpha_info), (deinterlace_line),
30347         (deinterlace_line_inplace), (deinterlace_bottom_field),
30348         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30349         * gst/ffmpegcolorspace/imgconvert_template.h:
30350         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30351         * gst/ffmpegcolorspace/mmx.h:
30352         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30353           adding ffmpegcolorspace element supplied by Ronald after cleaning
30354           up and pulling in the right bits of upstream source.
30355           I'm sure a better C/compiler wizard could do some cleaning up (for
30356           example use GLIB's malloc stuff), but as a first pass this
30357           works very well
30358
30359 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30360
30361         * ext/alsa/gstalsa.h:
30362           I assume Ronald forgot to commit the change to have cardname
30363           as a struct member.  Expect some public spanking at the next
30364           opportunity.
30365
30366 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30367
30368         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30369         (gst_alsa_open_audio), (gst_alsa_close_audio):
30370         * ext/alsa/gstalsa.c:
30371           Don't open the device if we're a mixer (= padless).
30372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30373         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30374         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30375           Open mixer during state change rather than during object
30376           initialization. Also, get a device name. Currently in a somewhat
30377           hackish fashion, but I didn't really find something better.
30378
30379 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30380
30381         * *.c, *.h: run gst-indent
30382
30383 2004-03-14  Benjamin Otte  <otte@gnome.org>
30384
30385         * gst/modplug/gstmodplug.cc:
30386         * gst/modplug/gstmodplug.h:
30387           set correct timestamps on outgoing buffers
30388
30389 2004-03-14  Benjamin Otte  <otte@gnome.org>
30390
30391         * gst/modplug/gstmodplug.cc:
30392           handle events - don't do crap when a discont arrives that's not
30393           necessary
30394           This allows correct loading and playback of mods in Rhythmbox
30395
30396 2004-03-14  Benjamin Otte  <otte@gnome.org>
30397
30398         * configure.ac:
30399         * gst-libs/gst/gconf/Makefile.am:
30400         * pkgconfig/Makefile.am:
30401           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30402           they get rebuilt properly
30403         * configure.ac:
30404           when checking for vorbis, try pkgconfig first.
30405         * gst/modplug/gstmodplug.cc:
30406           add fixate function
30407
30408 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30409
30410         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30411           Fix for obvious mistake, where we first shift the offset and then
30412           read a samplesize element assuming the old offset. Note that this
30413           part still has something weird, i.e. my movies containing those
30414           don't actually play well, but at least there's something that looks
30415           like sound now.
30416
30417 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30418         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30419         (plugin_init):
30420         Add a typefind function for speex format
30421
30422 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30423
30424         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30425         (gst_asf_demux_setup_pad):
30426           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30427           instead of 0. Reason is simple: some elements have a fps range
30428           of 1-max instead of 0-max. So now ASF video actually works.
30429
30430 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30431
30432         * po/LINGUAS:
30433         * po/sr.po:
30434           adding serbian as a language
30435
30436 2004-03-13  Benjamin Otte  <otte@gnome.org>
30437
30438         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30439           return taglist correctly from _get function, don't gst_pad_push it.
30440           (fixes #137042)
30441
30442 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30443         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30444
30445 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30446
30447         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30448         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30449         (gst_alsa_mixer_track_new):
30450         * ext/alsa/gstalsamixertrack.h:
30451           Fix ancient leftovers... MixerTrack is a GObject.
30452
30453 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30454
30455         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30456         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30457           Don't block during probing...
30458
30459 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30460
30461         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30462         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30463         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30464         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30465         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30466         (gst_alsa_open_audio), (gst_alsa_close_audio):
30467         * ext/alsa/gstalsa.h:
30468           Add propertyprobe interface implementation, add some device-name
30469           property, all this so that it looks good in gnome-volume-control.
30470
30471 2004-03-12  David Schleef  <ds@schleef.org>
30472
30473         * configure.ac: the Hermes library controls hermescolorspace, not
30474         colorspace.
30475         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30476         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30477         not /* */
30478         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30479         * ext/sdl/sdlvideosink.h: ditto.
30480         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30481
30482 2004-03-12  Benjamin Otte  <otte@gnome.org>
30483
30484         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30485         (gst_x_overlay_got_xwindow_id):
30486         * gst-libs/gst/xoverlay/xoverlay.h:
30487           replace XID with unsigned long to get rid of the xlibs dependency in
30488           XOverlay (fixes #137004)
30489
30490 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30491         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30492         (gst_agingtv_setup):
30493         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30494         (gst_dicetv_base_init), (gst_dicetv_class_init),
30495         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30496         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30497         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30498         (gst_edgetv_setup), (gst_edgetv_rgb32):
30499         * gst/effectv/gsteffectv.c:
30500         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30501         (gst_quarktv_set_property):
30502         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30503         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30504         (gst_revtv_setup), (gst_revtv_rgb32):
30505         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30506         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30507         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30508         (gst_shagadelictv_rgb32):
30509         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30510         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30511         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30512         * gst/effectv/gstwarp.c:
30513         Port everything that can be ported to videofilter and fix up the caps.
30514         Can someone with a big-endian machine please check these?
30515
30516 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30517
30518         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30519         (gst_osssink_chain), (gst_osssink_change_state):
30520           Latest fixes for A/V sync, audio playback and such. This is about
30521           all... MPEG playback issues are mostly related to the async build-
30522           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30523
30524 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30525
30526         patch from: Stephane Loeuillet
30527
30528         * configure.ac:
30529           use pkg-config for some libraries, falling back to the old .m4 way
30530           (fixes #131270)
30531         * m4/libdv.m4:
30532           removed
30533
30534 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30535
30536         * configure.ac:
30537         * tools/Makefile.am:
30538         * tools/Makefile.in:
30539         * tools/gst-launch-ext-m.m:
30540         * tools/gst-launch-ext.1.in:
30541         * tools/gst-visualise-m.m:
30542         * tools/gst-visualise.1:
30543         * tools/gst-visualise.1.in:
30544           reorganizing generation of script tools
30545
30546 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30547
30548         * ext/divx/gstdivxdec.c:
30549           Downgrade priority. We prefer ffdec_mpeg4.
30550         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30551         (gst_faad_chain), (gst_faad_change_state):
30552           Fix capsnego. Doesn't work for some sounds because we don't have
30553           a 5:1 to stereo element.
30554         * ext/xvid/gstxvid.c: (plugin_init):
30555           Add priority.
30556         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30557         (gst_osssink_change_state):
30558           Add discont handling.
30559
30560 2004-03-09  Colin Walters  <walters@verbum.org>
30561
30562         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30563         conversion.
30564
30565 2004-03-09  Benjamin Otte  <otte@gnome.org>
30566
30567         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30568           the signals take 2 arguments
30569
30570 2004-03-09  David Schleef  <ds@schleef.org>
30571
30572         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30573         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30574         * ext/alsa/gstalsa.h:
30575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30576
30577 2004-03-09  Benjamin Otte  <otte@gnome.org>
30578
30579         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30580         (gst_mikmod_change_state):
30581         * ext/mikmod/gstmikmod.h:
30582           make mikmod's loop function not loop infinitely and call
30583           gst_element_yield anymore
30584         * gst/modplug/gstmodplug.cc:
30585           fix pad negotiation (fixes #136590)
30586
30587 2004-03-09  David Schleef  <ds@schleef.org>
30588
30589         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30590         doesn't conflict with the internal colorspace plugin.
30591         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30592         satisfy the crappy-ass shell shipped by a certain vendor.
30593         * gst/videofilter/make_filter: same (bug #135299)
30594
30595 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30596
30597         * configure.ac: bump nano to 1
30598
30599 === release 0.7.6 ===
30600
30601 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30602
30603         * configure.in: releasing 0.7.6, "There"
30604
30605 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30606
30607         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30608         * pkgconfig/gstreamer-play.pc.in:
30609           synchronize the two
30610
30611 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30612
30613         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30614         (cdparanoia_open), (cdparanoia_event):
30615           fix/add error handling
30616         * po/POTFILES.in:
30617           add cdparanoia source
30618         * tools/Makefile.am:
30619           make scripts executable
30620
30621 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30622
30623         * configure.ac:
30624         * ext/vorbis/Makefile.am:
30625         * sys/Makefile.am:
30626           remove id3types, vorbisfile and xvideosink from the build (#133783)
30627
30628 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30629
30630         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30631           Fix metadata read crash (#136537).
30632
30633 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30634
30635         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30636         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30637           adding mime types, fixing the one-stop function
30638
30639 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30640
30641         * ext/nas/nassink.c and /ext/nas/nassink.h:
30642         More NAS love from Arwed von Merkatz
30643         So lets all sing 'Can you feel the NAS tonight'
30644
30645 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30646
30647         * tools/gst-launch-ext.in:
30648         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30649
30650 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30651
30652         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30653         (gst_mpeg2dec_init):
30654         remove the user_data pad for now, because it is being used in
30655         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30656         If someone knows how to fix this properly, please do.
30657
30658 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30659
30660         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30661         (gst_osssink_get_time):
30662         add a warning, IMO this won't get triggered anymore, remove later
30663
30664 2004-03-07  David Schleef  <ds@schleef.org>
30665
30666         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30667         format (bug #136470)
30668
30669 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30670
30671         * gst-libs/Makefile.am:
30672         * gst-libs/gst/media-info/Makefile.am:
30673         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30674         (error_callback), (gst_media_info_error_create),
30675         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30676         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30677         * gst-libs/gst/media-info/media-info-priv.h:
30678         * gst-libs/gst/media-info/media-info-test.c: (main):
30679         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30680         (gst_media_info_class_init), (gst_media_info_instance_init),
30681         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30682         (gst_media_info_read_idler), (gst_media_info_read):
30683         * gst-libs/gst/media-info/media-info.h:
30684         fixed, should work now
30685
30686 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30687
30688         * ext/nas/nassink.c:
30689         A bunch of NAS fixes from Arwed von Merkatz
30690
30691 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30692
30693         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30694         (qtdemux_parse_trak):
30695           Fix crash (j might be greater than n_samples, in which case we're
30696           writing outside the allocated space for the array) and memleak.
30697
30698 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30699
30700         * sys/oss/gstosssink.c: (gst_osssink_chain):
30701           And another caller that couldn't handle delay < 0 (unsigned
30702           integer overflow). Video now continues playing on an audio
30703           buffer underrun, and the clock continues working. Audio still
30704           stalls.
30705
30706 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30707
30708         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30709         (gst_osssink_get_time):
30710           get_delay() may return values lower than 0. In those cases, we
30711           should not actually cast to *unsigned* int64, that will break
30712           stuff horribly. In my case, it screwed up A/V sync in movies
30713           in totem rather badly.
30714
30715 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30716
30717         * ext/faac/gstfaac.c: (gst_faac_chain):
30718         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30719         * ext/libpng/gstpngenc.c: (user_write_data):
30720         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30721         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30722         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30723         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30724         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30725         of any buffer), should fix some leaks. I hope I didn't unref buffers
30726         that shouldn't be...
30727
30728 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30729
30730         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30731         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30732         (error_callback), (gmi_reset), (gmi_seek_to_track),
30733         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30734         (gmip_find_type_post), (gmip_find_stream_post),
30735         (gmip_find_track_streaminfo_post):
30736         * gst-libs/gst/media-info/media-info-priv.h:
30737         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30738         (info_print), (main):
30739         * gst-libs/gst/media-info/media-info.c:
30740         (gst_media_info_error_create), (gst_media_info_error_element),
30741         (gst_media_info_instance_init), (gst_media_info_get_property),
30742         (gst_media_info_new), (gst_media_info_set_source),
30743         (gst_media_info_read_idler), (gst_media_info_read):
30744         * gst-libs/gst/media-info/media-info.h:
30745           first pass at making this work again.  This seems to work on
30746           tagged ogg/vorbis and mp3 files.
30747
30748 2004-03-06  Benjamin Otte  <otte@gnome.org>
30749
30750         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30751           fix huge leak: gst_buffer_merge doesn't unref the first argument
30752           itself.
30753
30754 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30755
30756         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30757           report layer/mode/emphasis
30758
30759 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30760
30761         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30762
30763 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30764
30765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30766           signal serial
30767
30768 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30769
30770         * ext/vorbis/vorbis.c: (plugin_init):
30771         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30772         (gst_vorbis_dec_init), (vorbis_dec_event):
30773         add debug category
30774         make vorbisdec handle _BYTE and _TIME queries
30775
30776 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30777
30778         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30779           from the xing header
30780
30781 2004-03-06  Benjamin Otte  <otte@gnome.org>
30782
30783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30784         (gst_audio_convert_link), (gst_audio_convert_change_state),
30785         (gst_audio_convert_buffer_from_default_format):
30786           do conversions from/to float correctly, fix some caps nego errors,
30787           export correct supported caps in template and getcaps, use correct
30788           caps in try_set_caps functions
30789
30790 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30791
30792         For some reason, I only committed a ChangeLog entry yesterday and
30793         not the corresponding code...
30794         * ext/mad/gstmad.c: Fix detection of Xing headers
30795         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30796
30797 2004-03-06  Benjamin Otte  <otte@gnome.org>
30798
30799         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30800         (gst_ogg_demux_src_query):
30801           make sure to handle the case where there's no current chain
30802           gracefully.
30803
30804 2004-03-05  David Schleef  <ds@schleef.org>
30805
30806         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30807         Add fixate function. (bug #131128)
30808         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30809         (gst_sdlvideosink_fixate):  Add fixate function.
30810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30811         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30812         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30813         Fix missing break that was causing ulaw to be interpreted as
30814         raw int.
30815
30816 2004-03-05  David Schleef  <ds@schleef.org>
30817
30818         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30819         Fix code that ignores return value of gst_buffer_merge().
30820         (bug #114560)
30821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30822         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30823         * testsuite/gst-lint:  Check for above.
30824
30825 2004-03-05  David Schleef  <ds@schleef.org>
30826
30827         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30828         caps and throw an element error.  (bug #136334)
30829
30830 2004-03-05  David Schleef  <ds@schleef.org>
30831
30832         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30833         (gst_faad_chain): Fix negotiation.
30834         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30835         key and button events.
30836         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30837         dung heap of code.
30838         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30839         depends on gconf
30840         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30841         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30842         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30843         function to encourage better negotiation, particularly between
30844         audioconvert and osssink.
30845         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30846         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30847         more important.
30848         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30849         typefinding.
30850         * gst/vbidec/vbiscreen.c:  Add glib header
30851         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30852
30853 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30854
30855         * ext/mad/gstmad.c: Fix detection of Xing headers
30856         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30857
30858 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30859
30860         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30861         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30862           debug updates
30863
30864 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30865
30866         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30867         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30868         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30869         files, and report the parsed length as a GST_TAG_DURATION tag.
30870         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30871
30872 2004-03-05  Benjamin Otte  <otte@gnome.org>
30873
30874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30875           convert channels correctly. convert correctly to unsigned.
30876
30877 2004-03-05  Julien MOUTTE <julien@moutte.net>
30878
30879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30880         we have a window before clearing it.
30881
30882 2004-03-05  Julien MOUTTE <julien@moutte.net>
30883
30884         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30885         have a window before clearing it.
30886
30887 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30888
30889         * gconf/gstreamer.schemas.in:
30890         * gst-libs/gst/gconf/Makefile.am:
30891           version installation path the same way as for 0.6
30892         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30893         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30894         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30895           remove comment that was fixed
30896
30897 2004-03-05  David Schleef  <ds@schleef.org>
30898
30899         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30900         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30901         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30902         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30903         Add prototype code for handling seeking and querying.
30904
30905 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30906
30907         * examples/gstplay/player.c: (main):
30908           Initialize variables to NULL. Prevents a segfault because the
30909           (uninitialized) variable is not NULL, resulting in a crash on
30910           trying to reach error->message.
30911
30912 2004-03-05  Benjamin Otte  <otte@gnome.org>
30913
30914         * gst/audioconvert/gstaudioconvert.c:
30915         (gst_audio_convert_buffer_to_default_format):
30916         make float=>int conversion work correctly even in cornercases.
30917
30918 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30919
30920         * debian/README.Debian:
30921         * debian/build-deps:
30922         * debian/changelog:
30923         * debian/control:
30924         * debian/control.in:
30925         * debian/copyright:
30926         * debian/gstreamer-a52dec.files:
30927         * debian/gstreamer-aa.files:
30928         * debian/gstreamer-alsa.files:
30929         * debian/gstreamer-alsa.manpages:
30930         * debian/gstreamer-arts.files:
30931         * debian/gstreamer-artsd.files:
30932         * debian/gstreamer-audiofile.files:
30933         * debian/gstreamer-avifile.files:
30934         * debian/gstreamer-cdparanoia.files:
30935         * debian/gstreamer-colorspace.files:
30936         * debian/gstreamer-doc.files:
30937         * debian/gstreamer-dv.files:
30938         * debian/gstreamer-dvd.files:
30939         * debian/gstreamer-esd.files:
30940         * debian/gstreamer-festival.files:
30941         * debian/gstreamer-flac.files:
30942         * debian/gstreamer-gconf.conffiles:
30943         * debian/gstreamer-gconf.files:
30944         * debian/gstreamer-gconf.postinst:
30945         * debian/gstreamer-gnomevfs.files:
30946         * debian/gstreamer-gsm.files:
30947         * debian/gstreamer-http.files:
30948         * debian/gstreamer-jack.files:
30949         * debian/gstreamer-jpeg.files:
30950         * debian/gstreamer-mad.files:
30951         * debian/gstreamer-mikmod.files:
30952         * debian/gstreamer-misc.files:
30953         * debian/gstreamer-mpeg2dec.files:
30954         * debian/gstreamer-oss.files:
30955         * debian/gstreamer-plugin-apps.files:
30956         * debian/gstreamer-plugin-apps.manpages:
30957         * debian/gstreamer-plugin-libs-dev.files:
30958         * debian/gstreamer-plugin-libs.files:
30959         * debian/gstreamer-plugin-template.postinst:
30960         * debian/gstreamer-plugin-template.postrm:
30961         * debian/gstreamer-sdl.files:
30962         * debian/gstreamer-sid.files:
30963         * debian/gstreamer-vorbis.files:
30964         * debian/gstreamer-x.files:
30965         * debian/mk.control:
30966         * debian/rules:
30967         Debian package info not maintained here.
30968
30969 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30970
30971         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30972         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30973         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30974         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30975         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30976         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30977         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30978         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30979         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30980         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30981         * gst-libs/gst/colorbalance/colorbalance.c:
30982         (gst_color_balance_class_init):
30983         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30984         (gst_color_balance_channel_class_init):
30985         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30986         * gst-libs/gst/play/play.c: (gst_play_class_init):
30987         * gst-libs/gst/propertyprobe/propertyprobe.c:
30988         (gst_property_probe_iface_init):
30989         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30990         * gst-libs/gst/tuner/tunerchannel.c:
30991         (gst_tuner_channel_class_init):
30992         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30993         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30994         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30995         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30996         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30997         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30998         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30999         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
31000         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
31001           fix signals to use - instead of _
31002         * ext/libcaca/gstcacasink.h:
31003         * ext/sdl/sdlvideosink.h:
31004           fix header rename
31005
31006 2004-03-04  David Schleef  <ds@schleef.org>
31007
31008         * testsuite/gst-lint:  Add a check for bad signal names.
31009
31010 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
31011
31012         reviewed by David Schleef
31013
31014         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
31015         modified the alpha channel and caused a warning. (bug #136192)
31016
31017 2004-04-03  Christian Schaller <Uraeus@gnome.org>
31018
31019         * gst-plugins.spec.in:
31020         Change names of plugins to actually be correct. Try to keep things
31021         alphabetical to avoid getting beat up by Thomas
31022
31023 2004-03-03  Julien MOUTTE <julien@moutte.net>
31024
31025         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
31026         Using ximagesink as a default if no gconf key found. We should
31027         probably consider using alsasink instead of osssink for the audio
31028         part.
31029
31030 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31031
31032         * configure.ac:
31033           fix --with-plugins, don't think it ever worked before
31034         * gst-plugins.spec.in:
31035           even more updates
31036
31037 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31038
31039         * ext/sdl/sdlvideosink.h:
31040         * sys/ximage/ximagesink.h:
31041         * sys/xvideo/xvideosink.h:
31042         * sys/xvimage/xvimagesink.h:
31043           Fix for move of gstvideosink.h -> videosink.h.
31044
31045 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31046
31047         * gst-libs/gst/xwindowlistener/Makefile.am:
31048           this is a plugin library, not a library
31049
31050 2004-03-01  David Schleef  <ds@schleef.org>
31051
31052         * AUTHORS:  Added some names.  Add yourself if you're still
31053         missing.
31054
31055 2004-03-01  David Schleef  <ds@schleef.org>
31056
31057         * MAINTAINERS: Add
31058
31059 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31060
31061         * gst-plugins.spec.in: clean up spec file
31062
31063 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31064
31065         * gst-libs/gst/video/Makefile.am:
31066         * gst-libs/gst/video/gstvideosink.c:
31067         * gst-libs/gst/video/gstvideosink.h:
31068           rename gstvideosink.h to videosink.h to match other headers
31069         * gst/mixmatrix/Makefile.am:
31070           fix plugin filename
31071         * gst/tags/Makefile.am: fix plugin filename
31072
31073 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31074
31075         * gst/tags/Makefile.am: fix plugin filename
31076
31077 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31078
31079         * examples/gstplay/player.c: (got_time_tick), (main):
31080           add error handler
31081           display time_tick more readably
31082         * gst/mixmatrix/Makefile.am:
31083           fix plugin file name
31084
31085 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
31086
31087         * sys/oss/gstosselement.c: (gst_osselement_probe),
31088         (device_combination_append), (gst_osselement_class_probe_devices):
31089         * sys/oss/gstosselement.h:
31090           Reworked enumeration of oss dsps and mixers so that gst-mixer works
31091           on my system using alsa oss emulation, fixes bug #135597
31092
31093 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31094
31095         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
31096         (gst_videodrop_chain), (gst_videodrop_change_state):
31097         * gst/videodrop/gstvideodrop.h:
31098           Work based on timestamp of input data, not based on the expected
31099           framerate from the input. The consequence is that this element now
31100           not only scales framerates, but also functions as a framerate
31101           corrector or framerate stabilizer/constantizer.
31102
31103 2004-02-27  David Schleef  <ds@schleef.org>
31104
31105         patches from jmmv@menta.net (Julio M. Merino Vidal)
31106
31107         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
31108         GST_ELEMENT_ERROR call (bug #135634)
31109         * gst/interleave/interleave.c: (interleave_buffered_loop),
31110         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
31111         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
31112         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31113         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
31114         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
31115         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
31116         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
31117         Fix GST_ELEMENT_ERROR call.
31118         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
31119         GST_ELEMENT_ERROR call.
31120
31121 2004-02-27  Benjamin Otte  <otte@gnome.org>
31122
31123         * gst-libs/gst/audio/audio.h:
31124           add macro to make sure header isn't included twice
31125         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
31126           don't use gst_buffer_free
31127         * gst/playondemand/filter.func:
31128           don't use gst_data_free. Free data only once.
31129
31130 2004-02-26  David Schleef  <ds@schleef.org>
31131
31132         * gst-libs/gst/colorbalance/Makefile.am:
31133         * gst-libs/gst/mixer/Makefile.am:
31134         * gst-libs/gst/tuner/Makefile.am:
31135         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
31136         should not be disted, -marshal.h files should not be installed,
31137         and -enum.h files _should_ be installed.  Fix to make this the
31138         case.
31139
31140 === release 0.7.5 ===
31141
31142 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31143
31144         * configure.ac: release 0.7.5, "Under The Sea"
31145
31146 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31147
31148         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31149         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
31150         * gst/videoscale/gstvideoscale.c:
31151         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
31152           assorted debug/warning fixes
31153
31154 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31155
31156         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31157         (gst_videoscale_init), (gst_videoscale_chain),
31158         (gst_videoscale_set_property), (plugin_init):
31159         * gst/videoscale/gstvideoscale.h:
31160         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31161         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
31162         (gst_videoscale_planar400), (gst_videoscale_packed422),
31163         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
31164         (gst_videoscale_24bit), (gst_videoscale_16bit),
31165         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
31166         (gst_videoscale_scale_plane_slow),
31167         (gst_videoscale_scale_point_sample),
31168         (gst_videoscale_scale_nearest),
31169         (gst_videoscale_scale_nearest_str2),
31170         (gst_videoscale_scale_nearest_str4),
31171         (gst_videoscale_scale_nearest_32bit),
31172         (gst_videoscale_scale_nearest_24bit),
31173         (gst_videoscale_scale_nearest_16bit):
31174         add debugging category and use it properly
31175         fix use of GST_PTR_FORMAT
31176
31177 2004-02-25  Andy Wingo  <wingo@pobox.com>
31178
31179         * gst/interleave/interleave.c (interleave_buffered_loop): Always
31180         push only when channel->buffer is NULL. Prevents segfaults doing
31181         the state change after a nonlocal exit, like a scheme exception.
31182
31183         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
31184         Handle the case where the intersected caps is empty.
31185
31186 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31187
31188         * gst/law/mulaw-decode.c: (mulawdec_link):
31189         * gst/law/mulaw.c: (plugin_init):
31190           fix mulawdec so it actually works again
31191
31192 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
31193
31194         reviewed by: David Schleef  <ds@schleef.org>
31195
31196         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
31197         (gst_gamma_init), (gst_gamma_set_property),
31198         (gst_gamma_get_property), (gst_gamma_calculate_tables),
31199         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
31200         for RGB, with separate r g and b correction factors. (#131167)
31201
31202 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31203
31204         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31205           only signal tags for bitrate if they're > 0 (#134894)
31206
31207 2004-02-24  David Schleef  <ds@schleef.org>
31208
31209         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
31210         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
31211         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
31212         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
31213         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
31214         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
31215         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
31216         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
31217         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
31218         category.  Attempt to fix timestamp calculation.
31219
31220 2004-02-24  Johan Dahlin  <johan@gnome.org>
31221
31222         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
31223
31224 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31225
31226         * configure.ac:
31227         * gconf/Makefile.am:
31228         * gconf/gstreamer.schemas:
31229         * gst-libs/gst/gconf/Makefile.am:
31230         * gst-libs/gst/gconf/gconf.c:
31231           version gconf schemas and install locations
31232
31233 2004-02-23  Benjamin Otte  <otte@gnome.org>
31234
31235         * ext/xine/xineinput.c: (gst_xine_input_dispose):
31236         (gst_xine_input_subclass_init):
31237           call parent dispose.
31238           change pad template for CD reader correctly
31239         * ext/xine/Makefile.am:
31240         * ext/xine/gstxine.h:
31241         * ext/xine/xine.c: (plugin_init):
31242         * ext/xine/xineaudiosink.c:
31243           wrap audio sinks, too
31244         * gst-libs/gst/resample/private.h:
31245         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31246         (gst_resample_reinit), (gst_resample_scale),
31247         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31248         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31249         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31250         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31251         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31252         * gst-libs/gst/resample/resample.h:
31253         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31254         (gst_audioscale_class_init), (gst_audioscale_link),
31255         (gst_audioscale_get_buffer), (gst_audioscale_init),
31256         (gst_audioscale_chain), (gst_audioscale_set_property),
31257         (gst_audioscale_get_property):
31258         * gst/audioscale/gstaudioscale.h:
31259           s/resample_*/gst_resample_*/i to not clobber namespaces
31260
31261 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31262
31263         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31264         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31265         (gst_riff_create_video_template_caps),
31266         (gst_riff_create_audio_template_caps),
31267         (gst_riff_create_iavs_template_caps):
31268         * gst-libs/gst/riff/riff-media.h:
31269         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31270         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31271         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31272         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31273         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31274         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31275         (gst_matroska_demux_plugin_init): First batch implementing audio and
31276         video codec tags in demuxers.
31277
31278 2004-02-22  Benjamin Otte  <otte@gnome.org>
31279
31280         * ext/xine/Makefile.am:
31281         * ext/xine/gstxine.h:
31282         * ext/xine/xine.c: (plugin_init):
31283         * ext/xine/xineinput.c:
31284           add input plugin wrapper. Playback from files, http, mms and cdda
31285           works.
31286         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31287           remove leftover G_GNUC_UNUSED
31288         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31289         (gst_asf_demux_identify_guid):
31290           improve debugging output
31291
31292 2004-02-22  Benjamin Otte  <otte@gnome.org>
31293
31294         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31295
31296         * autogen.sh:
31297           replace test -e with test -x for mkinstalldirs to be more portable.
31298           (fixes #134816)
31299
31300 2004-02-22  Benjamin Otte  <otte@gnome.org>
31301
31302         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31303
31304         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31305           set rank to PRIMARY
31306         * gst/volume/gstvolume.c: (plugin_init):
31307           set rank to NONE
31308         fixes #134960
31309
31310 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31311
31312         reviewed by Benjamin Otte  <otte@gnome.org>
31313
31314         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31315           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31316
31317 2004-02-22  Benjamin Otte  <otte@gnome.org>
31318
31319         * configure.ac:
31320           export [_]*{gst,Gst,GST}.* symbols from plugins
31321
31322 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31323
31324         reviewed by: Benjamin Otte  <otte@gnome.org>
31325
31326         * ext/lame/gstlame.c: (add_one_tag):
31327         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31329         (gst_vorbisenc_metadata_set1):
31330         * gst/tags/gstid3tag.c:
31331         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31332           apply fixes from bugs #135042 (lame can't write tags) and #133817
31333           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31334
31335 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31336
31337         * configure.ac: Export only gst_plugin_desc from plugins.
31338          Note that this change only makes any effect with Linux using libtool
31339          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31340          fine. And don't try to have several versions of libtool in different
31341          directories.
31342
31343 2004-02-20  Andy Wingo  <wingo@pobox.com>
31344
31345         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31346         interleave respectively.
31347
31348         * gst/interleave/deinterleave.c: New plugin: deinterleave
31349         (replaces on oneton).
31350         * gst/interleave/interleave.c: New plugin: interleave.
31351         * gst/interleave/plugin.h: Support file.
31352         * gst/interleave/plugin.c: Support file.
31353
31354         * configure.ac: Remove intfloat and oneton, add interleave.
31355
31356         * ext/sndfile/gstsf.c: Handle events better.
31357
31358         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31359         and float2int operation. int2float has scheduling problems as
31360         noted in in2float_chain.
31361
31362 2004-02-20  Benjamin Otte  <otte@gnome.org>
31363
31364         * ext/xine/Makefile.am:
31365         * ext/xine/gstxine.h:
31366         * ext/xine/xine.c:
31367         * ext/xine/xineaudiodec.c:
31368         * ext/xine/xinecaps.c:
31369           add first version of xine plugin wrapper. Currently only wraps the
31370           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31371         * configure.ac:
31372         * ext/Makefile.am:
31373           add xine plugin wrapper, disabled by default. Use --enable-xine to
31374           build. Note that it'll segfault on gst-register if you don't remove
31375           the goom and tvtime post plugins from xine.
31376         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31377         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31378           add extradata parsing for QDM2.
31379           change around debugging prints.
31380
31381 2004-02-19  Benjamin Otte  <otte@gnome.org>
31382
31383         * ext/lame/gstlame.c: (gst_lame_chain):
31384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31385           use gst_tag_list_insert when you want to insert tags
31386
31387 2004-02-18  David Schleef  <ds@schleef.org>
31388
31389         * configure.ac:  Move massink to gst-rotten
31390         * ext/Makefile.am:
31391         * ext/mas/Makefile.am:
31392         * ext/mas/massink.c:
31393         * ext/mas/massink.h:
31394
31395 2004-02-18  David Schleef  <ds@schleef.org>
31396
31397         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31398         typefinding, since it seems to be worse than nothing.
31399         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31400         atom to recognize .mp4 and .m4a files as video/quicktime.
31401
31402 2004-02-18  David Schleef  <ds@schleef.org>
31403
31404         * gst/sine/demo-dparams.c: (quit_live),
31405         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31406         Use double dparams, not float.
31407         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31408         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31409         sync'd elements don't really work correctly.
31410         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31411         (volume_update_volume), (volume_get_property):  Change dparam
31412         to double.
31413
31414 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31415
31416         * sys/ximage/ximagesink.c:
31417         (gst_ximagesink_xwindow_update_geometry),
31418         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31419         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31420         (gst_ximagesink_init): Rework the way software video scaling works. So
31421         now we check on each chain call if the video frames are feeling the
31422         window. If not we try to renegotiate caps. On failure we memorize that
31423         and we won't try again for that PLAYING sessions.
31424         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31425         failure.
31426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31427         synchronous flag.
31428
31429 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31430
31431         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31432           break up _link so we can give a better debug message for errors
31433
31434 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31435
31436         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31437           set up debug category
31438
31439 2004-02-18  Julien MOUTTE <julien@moutte.net>
31440
31441         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31442         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31443         the way renegotiation work. The event handling function is not taking
31444         care of external windows and renegotiate method check for pad flags
31445         NEGOTIATING. Should fix : #133209
31446
31447 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31448
31449         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31450         pad is negotiating before trying renegotiation.
31451
31452 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31453
31454         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31455           pass on all possible mime types as typefind hints
31456
31457 2004-02-17  Julien MOUTTE <julien@moutte.net>
31458
31459         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31461         possible SHM leak if we crash. All other apps using XShm are doing
31462         that.
31463
31464 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31465
31466         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31467         (gst_ximagesink_expose): Renegotiate size on expose.
31468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31469         size on expose.
31470
31471 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31472
31473         * testsuite/alsa/sinesrc.c:
31474           cosmetic fix to fix compile issue with gcc 2.95.4
31475
31476 2004-02-16  Julien MOUTTE <julien@moutte.net>
31477
31478         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31479         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31480         failed opening the audio device.
31481         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31482         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31483         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31484         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31485         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31486         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31487         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31488         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31489         Removing some useless g_return_if_fail like wingo suggested.
31490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31491         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31492         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31493         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31494         (gst_xvimagesink_update_colorbalance),
31495         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31496         (gst_xvimagesink_xcontext_clear),
31497         (gst_xvimagesink_get_fourcc_from_caps),
31498         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31499         (gst_xvimagesink_set_xwindow_id),
31500         (gst_xvimagesink_colorbalance_list_channels),
31501         (gst_xvimagesink_colorbalance_set_value),
31502         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31503         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31504
31505 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31506
31507         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31508           throw error when not negotiated instead of asserting
31509
31510 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31511
31512         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31513         correct data refcounting.
31514
31515 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31516
31517         * gst/switch/gstswitch.c: (gst_switch_change_state),
31518         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31519         change, mostly the EOS flag.
31520
31521 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31522
31523         * examples/gstplay/player.c: (got_eos), (main): Adding some
31524         output for debugging.
31525         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31526         timeouts if we go to any state different from PLAYING.
31527         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31528         more EOS bugs in riff lib.
31529
31530 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31531
31532         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31533         visualization until i find a way to fix switch correctly.
31534         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31535         EOS arrives.
31536         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31537         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31538         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31539         Reworked switch to get a more correct behaviour with events and refing
31540         of data stored in sinkpads.
31541         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31542         we don't pull from a pad in EOS.
31543
31544 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31545
31546         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31547           remove v1 tag even if we can't read it (makes sure we don't detect
31548           it again)
31549
31550 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31551
31552         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31553         (gst_alsa_xrun_recovery):
31554         * ext/alsa/gstalsa.h:
31555           try xrun recovery when wait failed. Make xrun recovery function
31556           return TRUE/FALSE to indicate success. (might fix #134354)
31557
31558 2004-02-13  David Schleef  <ds@schleef.org>
31559
31560         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31561         (dynparm_value_changed), (main): Convert from float to double.
31562         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31563
31564 2004-02-13  David Schleef  <ds@schleef.org>
31565
31566         * gst/silence/gstsilence.c: (gst_silence_class_init),
31567         (gst_silence_set_clock), (gst_silence_get),
31568         (gst_silence_set_property), (gst_silence_get_property):
31569         * gst/silence/gstsilence.h: Add sync property.
31570         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31571         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31572         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31573         * gst/sine/gstsinesrc.h: Add sync property.
31574
31575 2004-02-13  David Schleef  <ds@schleef.org>
31576
31577         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31578         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31579
31580 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31581
31582         * configure.ac:
31583         * ext/Makefile.am:
31584         * gst-libs/ext/Makefile.am:
31585           move ffmpeg plugin to gst-ffmpeg module
31586
31587 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31588
31589         * configure.ac: use GST_ARCH to detect architecture
31590
31591 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31592
31593         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31594
31595 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31596
31597         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31598           classify LADSPA plugins based on number of src/sink pads
31599           (#133663, Stefan Kost)
31600         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31601           fix dparams registration
31602           (#133528, Stefan Kost)
31603         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31604           fix use of isprint and use g_ascii_isprint instead
31605           (#133316, Stefan Kost)
31606
31607 2004-02-11  David Schleef  <ds@schleef.org>
31608
31609         Convert a few inner loops to use liboil.  This is currently
31610         optional, and is only enabled if liboil is present (duh!).
31611         * configure.ac: Check for liboil-0.1
31612         * gst/intfloat/Makefile.am:
31613         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31614         (gst_int2float_chain_gint16):
31615         * gst/videofilter/Makefile.am:
31616         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31617         (tablelookup_u8), (gst_videobalance_planar411):
31618         * gst/videotestsrc/Makefile.am:
31619         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31620         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31621         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31622         (paint_hline_RGB565), (paint_hline_xRGB1555):
31623
31624 2004-02-11  David Schleef  <ds@schleef.org>
31625
31626         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31627         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31628         (gst_colorspace_getcaps), (gst_colorspace_link),
31629         (gst_colorspace_base_init), (gst_colorspace_init),
31630         (gst_colorspace_chain), (gst_colorspace_change_state),
31631         (plugin_init): Merge Ronald's patch (bug #117897) and update
31632         for new caps and negotiation.  Seems to work, although it
31633         shows off bugs in lcs.
31634
31635 2004-02-11  David Schleef  <ds@schleef.org>
31636
31637         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31638         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31639
31640 2004-02-11  David Schleef  <ds@schleef.org>
31641
31642         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31643         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31644         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31645         Add server and port properties
31646
31647 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31648
31649         * m4/a52.m4:
31650         * m4/aalib.m4:
31651         * m4/as-ffmpeg.m4:
31652         * m4/as-liblame.m4:
31653         * m4/as-slurp-ffmpeg.m4:
31654         * m4/check-libheader.m4:
31655         * m4/esd.m4:
31656         * m4/freetype2.m4:
31657         * m4/gconf-2.m4:
31658         * m4/glib.m4:
31659         * m4/gst-alsa.m4:
31660         * m4/gst-artsc.m4:
31661         * m4/gst-ivorbis.m4:
31662         * m4/gst-matroska.m4:
31663         * m4/gst-sdl.m4:
31664         * m4/gst-shout2.m4:
31665         * m4/gst-sid.m4:
31666         * m4/gtk.m4:
31667         * m4/libdv.m4:
31668         * m4/libfame.m4:
31669         * m4/libmikmod.m4:
31670         * m4/ogg.m4:
31671         * m4/vorbis.m4:
31672           fix underquotedness of macros (#133800)
31673         * m4/as-avifile.m4:
31674         * m4/xmms.m4:
31675           removed because no longer used
31676
31677 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31678
31679         * configure.ac:
31680           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31681           by autopoint (fixes #132996)
31682
31683 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31684
31685         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31686         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31687         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31688         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31689           fix memleaks
31690
31691 2004-02-11  David Schleef  <ds@schleef.org>
31692
31693         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31694         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31695         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31696         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31697         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31698         (gst_jpegenc_class_init), (gst_jpegenc_init),
31699         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31700         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31701         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31702         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31703
31704 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31705
31706         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31707         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31708         * ext/mikmod/gstmikmod.h:
31709           fix caps negotiation in mikmod
31710         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31711           output debug information
31712
31713 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31714
31715         * gst-libs/gst/colorbalance/Makefile.am:
31716         * gst-libs/gst/navigation/Makefile.am:
31717         * gst-libs/gst/xoverlay/Makefile.am:
31718           remove unused GST_OPT_CFLAGS from Makefiles
31719           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31720
31721 2004-02-07  David Schleef  <ds@schleef.org>
31722
31723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31724         push events to pads that haven't been created (#133508)
31725
31726 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31727
31728         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31729         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31730         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31731         (gst_dvdec_loop), (gst_dvdec_change_state):
31732         Second attempt at committing a working dvdec element.
31733
31734 2004-02-06  David Schleef  <ds@schleef.org>
31735
31736         Build fixes for OS X: (see #129600)
31737         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31738         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31739         (gst_riff_read_strf_iavs):
31740         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31741         (gst_avi_demux_stream_odml):
31742         * gst/playondemand/Makefile.am:
31743         * gst/rtp/rtp-packet.c:
31744
31745 2004-02-05  David Schleef  <ds@schleef.org>
31746
31747         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31748         last change, because it Just Doesn't Compile.
31749
31750 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31751
31752         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31753           skip undecodable id3v2 tag instead of keeping it
31754
31755 2004-02-05  David Schleef  <ds@schleef.org>
31756
31757         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31758         Unref leaked buffer.  (Noticed by Ronald)
31759
31760 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31761
31762         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31763         Sync requires with other checks.  >= vs =.
31764
31765 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31766
31767         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31768         (gst_dvdec_video_link), (gst_dvdec_loop):
31769         * ext/dv/gstdvdec.h:
31770           rework the caps negotiation so that dvdec works again instead
31771           of just segfaulting.
31772
31773 === release 0.7.4 ===
31774
31775 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31776
31777         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31778         * configure.ac: changed for release
31779
31780 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31781
31782         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31783         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31784         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31785         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31786           reworked patch by David Lehn to fix libdir and includedir for
31787           uninstalled libraries
31788           removed play and gconf from gstreamer-libs since they have their
31789           own pkgconfig files
31790
31791 2004-02-04  David Schleef  <ds@schleef.org>
31792
31793         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31794         memleak.
31795
31796 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31797
31798         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31799           use correct GST_TAG_ENCODER tag
31800
31801 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31802
31803         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31804           be sure to stop the clock when going to paused
31805         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31806           reset number of transmitted when going to ready.
31807         fixes #132935
31808
31809 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31810
31811         reviewed by Benjamin Otte
31812
31813         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31814           extract track count (fixes #133410)
31815
31816 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31817
31818         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31819           that should be !=, not == (fixes #132519)
31820
31821 2004-02-04  David Schleef  <ds@schleef.org>
31822
31823         Make sure set_explicit_caps() is called before adding pad.
31824         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31825         * gst/id3/gstid3types.c: (gst_id3types_loop):
31826         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31827         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31828
31829 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31830
31831         * configure.ac:
31832           bump nano to 2, first prerelease
31833           put back AM_PROG_LIBTOOL
31834
31835 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31836
31837         * testsuite/alsa/Makefile.am:
31838           these are user test apps, not automatic testsuite tests
31839
31840 2004-02-04  David Schleef  <ds@schleef.org>
31841
31842         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31843         * gst/mpeg1videoparse/gstmp1videoparse.c:
31844         (mp1videoparse_parse_seq):
31845         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31846         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31847         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31848         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31849         (gst_xvideosink_getcaps):
31850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31851         * testsuite/gst-lint: more tests
31852
31853 2004-02-04  David Schleef  <ds@schleef.org>
31854
31855         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31856         with the code that they would expand to.
31857         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31858         (gst_flacdec_get_src_query_types),
31859         (gst_flacdec_get_src_event_masks):
31860         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31861         (gst_gnomevfssrc_get_query_types),
31862         (gst_gnomevfssrc_get_event_mask):
31863
31864 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31865
31866         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31867         (gst_sinesrc_dispose):
31868           fix memleak by properly disposing sinesrc
31869
31870 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31871
31872         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31873         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31874         an overlay to redraw the image because it has been exposed.
31875         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31876         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31877         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31878         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31879         interface
31880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31881         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31882         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31883         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31884         interface
31885
31886 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31887
31888         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31889           more memleak fixage
31890
31891 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31892
31893         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31894         * gst/typefind/gsttypefindfunctions.c:
31895           fix memleaks shown by gst-typefind
31896
31897 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31898
31899         * common/glib-gen.mak:
31900           add hack rule to touch .Plo files
31901         * gst-libs/gst/colorbalance/Makefile.am:
31902         * gst-libs/gst/mixer/Makefile.am:
31903         * gst-libs/gst/play/Makefile.am:
31904         * gst-libs/gst/tuner/Makefile.am:
31905           remove glib_root variable
31906
31907 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31908
31909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31910           set explicit caps before adding the element, so the autopluggers can
31911           plug correctly.
31912         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31913         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31914         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31915         (dv_type_find):
31916           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31917           argument.
31918
31919 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31920
31921         * gst-libs/gst/colorbalance/Makefile.am:
31922         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31923         * gst-libs/gst/colorbalance/colorbalance.c:
31924         * gst-libs/gst/colorbalance/colorbalance.h:
31925         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31926         * gst-libs/gst/mixer/Makefile.am:
31927         * gst-libs/gst/mixer/mixer-marshal.list:
31928         * gst-libs/gst/mixer/mixer.c:
31929         * gst-libs/gst/mixer/mixer.h:
31930         * gst-libs/gst/mixer/mixermarshal.list:
31931         * gst-libs/gst/play/Makefile.am:
31932         * gst-libs/gst/play/play.h:
31933         * gst-libs/gst/tuner/Makefile.am:
31934         * gst-libs/gst/tuner/tuner-marshal.list:
31935         * gst-libs/gst/tuner/tuner.c:
31936         * gst-libs/gst/tuner/tuner.h:
31937         * gst-libs/gst/tuner/tunermarshal.list:
31938           use new glib-gen.mak snippet to clean up Makefile.am
31939           fix various bugs in Makefile.am's
31940
31941 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31942
31943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31944           handle chain parsing correctly in the multichain case
31945         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31946         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31947         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31948         (theora_dec_chain):
31949           handle events and queries correctly
31950
31951 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31952
31953         * .cvsignore:
31954         Ignore generated file _stdint.h.
31955
31956 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31957
31958         * gst-libs/gst/colorbalance/Makefile.am:
31959         * gst-libs/gst/colorbalance/colorbalance.h:
31960         * gst-libs/gst/mixer/Makefile.am:
31961         * gst-libs/gst/mixer/mixer.h:
31962         * gst-libs/gst/play/Makefile.am:
31963         * gst-libs/gst/play/play.h:
31964         * gst-libs/gst/tuner/Makefile.am:
31965         * gst-libs/gst/tuner/tuner.h:
31966         Generate enum type code with glib-mkenums.
31967         * gst-libs/gst/colorbalance/.cvsignore:
31968         * gst-libs/gst/mixer/.cvsignore:
31969         * gst-libs/gst/play/.cvsignore:
31970         * gst-libs/gst/tuner/.cvsignore:
31971         Ignore generated files.
31972
31973 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31974
31975         * gst-libs/gst/audio/.cvsignore:
31976         Ignore generated file.
31977         * gst-libs/gst/audio/Makefile.am:
31978         Do not install example filter.
31979
31980 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31981
31982         * examples/switch/.cvsignore:
31983         Ignore generated file.
31984
31985 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31986
31987         * common/m4/ax_create_stdint_h.m4:
31988         * configure.ac:
31989           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31990           _stdint.h.
31991         * Makefile.am:
31992           remove generated _stdint.h in DISTCLEANFILES
31993         * ext/a52dec/gsta52dec.c:
31994           include _stdint.h for a52dec. (should fix #133064)
31995
31996 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31997
31998         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31999         (gst_tag_to_vorbis_comments):
32000         Add replaygain support to vorbistag
32001
32002 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
32003         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32004         (gst_ffmpeg_caps_to_extradata):
32005           Fix SVQ3 caps flag properties
32006           Use glib macro for bytes swap
32007
32008 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32009
32010         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32011         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32012         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32013         * ext/sndfile/gstsf.c: (plugin_init):
32014         * gst/avi/gstavi.c: (plugin_init):
32015         * sys/dxr3/dxr3init.c: (plugin_init):
32016         * sys/oss/gstossaudio.c: (plugin_init):
32017         * sys/v4l/gstv4l.c: (plugin_init):
32018         * sys/v4l2/gstv4l2.c: (plugin_init):
32019           remove textdomain calls
32020         * po/nl.po:
32021           update Dutch translation
32022
32023 2004-02-02  Julien MOUTTE  <julien@moutte.net>
32024
32025         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32026         (gst_play_set_audio_sink): Moving volume in the audio thread for
32027         instantaneous volume change. Maybe i will add another volume in front
32028         of visualization later, not sure yet though.
32029
32030 2004-02-02  Julien MOUTTE  <julien@moutte.net>
32031
32032         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32033         (gst_ximagesink_handle_xevents): Better X events handling, only take
32034         the latest events for configure and motion.
32035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
32036
32037 2004-02-02  Jon Trowbridge  <trow@gnu.org>
32038
32039         reviewed by: David Schleef  <ds@schleef.org>
32040
32041         Fix memory leaks:
32042         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
32043         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
32044
32045 2004-02-02  David Schleef  <ds@schleef.org>
32046
32047         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
32048         of lines.
32049         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
32050         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32051         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
32052         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
32053         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32054         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
32055         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
32056         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
32057         (gst_float2_2_int_link):
32058         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32059         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
32060         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
32061         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
32062         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
32063         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
32064         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
32065         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
32066         * testsuite/gst-lint: Add tests for bzero and ;;
32067
32068 2004-02-02  David Schleef  <ds@schleef.org>
32069
32070         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
32071
32072 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32073
32074         * ext/aalib/gstaasink.c: (gst_aasink_open):
32075         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32077         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32078         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32079         (gst_afsink_close_file):
32080         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32081         (gst_afsrc_close_file):
32082         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32083         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32084         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32085         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32086         * ext/esd/esdmon.c: (gst_esdmon_get):
32087         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
32088         * ext/faac/gstfaac.c: (gst_faac_chain):
32089         * ext/faad/gstfaad.c: (gst_faad_chain):
32090         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32091         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32092         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32093         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32094         (gst_flacdec_loop):
32095         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32096         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32097         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32098         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32099         (gst_gnomevfssink_close_file):
32100         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32101         (gst_gnomevfssrc_open_file):
32102         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32103         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32104         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32105         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32106         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32107         * ext/mad/gstmad.c: (gst_mad_chain):
32108         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32109         * ext/mpeg2dec/gstmpeg2dec.c:
32110         * ext/mpeg2enc/gstmpeg2enc.cc:
32111         * ext/mplex/gstmplex.cc:
32112         * ext/mplex/gstmplexibitstream.cc:
32113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32114         (gst_ogg_demux_push):
32115         * ext/raw1394/gstdv1394src.c:
32116         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32117         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32118         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32119         (gst_sf_loop):
32120         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32121         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
32122         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32123         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32124         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32125         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32126         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32127         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32128         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32129         (gst_riff_read_element_data), (gst_riff_read_seek),
32130         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32131         * gst/adder/gstadder.c: (gst_adder_loop):
32132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32133         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32134         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32135         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32136         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32137         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32138         * gst/goom/gstgoom.c: (gst_goom_chain):
32139         * gst/id3/gstid3types.c: (gst_id3types_loop):
32140         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32141         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32142         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32143         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32144         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32145         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32146         (gst_ebml_read_float), (gst_ebml_read_header):
32147         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32148         (gst_matroska_demux_parse_blockgroup):
32149         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32150         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32151         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32152         * gst/silence/gstsilence.c: (gst_silence_get):
32153         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32154         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32155         * gst/speed/gstspeed.c: (speed_loop):
32156         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32157         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32158         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32159         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32160         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32161         (gst_wavparse_loop):
32162         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32163         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32164         (dxr3audiosink_close):
32165         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32166         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32167         (dxr3videosink_close), (dxr3videosink_write_data):
32168         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32169         * sys/oss/gstosssink.c: (gst_osssink_chain):
32170         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32171         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32172         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32174         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32175         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32176         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32177         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32178         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32179         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32180         (gst_v4l_set_audio):
32181         * sys/v4l/v4l_calls.h:
32182         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32183         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32184         (gst_v4lmjpegsink_playback_init),
32185         (gst_v4lmjpegsink_playback_start):
32186         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
32187         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32188         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32189         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32190         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32191         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32192         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32193         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32194         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32195         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32196         (gst_v4l2_get_output), (gst_v4l2_set_output),
32197         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32198         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32199         (gst_v4l2_set_attribute):
32200         * sys/v4l2/v4l2_calls.h:
32201         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32202         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32203         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32204         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32205         (gst_v4l2src_capture_stop):
32206         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32207         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32208         (gst_ximagesink_chain):
32209         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32210         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32211         (gst_xvideosink_xwindow_new):
32212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32213         (gst_xvimagesink_chain):
32214
32215 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32216
32217         * gst/volume/gstvolume.c: (gst_volume_set_volume),
32218         (gst_volume_get_volume), (volume_class_init), (volume_init),
32219         (volume_chain_int16), (volume_update_volume):
32220         * gst/volume/gstvolume.h:
32221           make code more readable by removing magic numbers
32222           make mixer interface export 0-100 range
32223           make it internally map to 0.0-1.0 range so users don't distort
32224           output by putting the sliders at full volume
32225
32226 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32227
32228         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
32229         (gst_play_state_change), (gst_play_seek_to_time):
32230         block the tick callback for 0.5 secs after doing a seek
32231
32232 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32233
32234         * gst-libs/gst/play/play.c: (gst_play_new):
32235           check for GError
32236
32237 2004-02-01  Julien MOUTTE  <julien@moutte.net>
32238
32239         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32240         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32241         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32242         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32244         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32245
32246 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32247
32248         * configure.ac:
32249         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32250           check for a function added in vorbis 1.1
32251
32252 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32253
32254         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32255         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32256           really start/stop clock only on PLAYING <=> PAUSED
32257         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32258           remove \n from debugging lines
32259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32260           make it work when seeking does not
32261         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32262           reset on DISCONT
32263
32264 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32265
32266         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32267           start clock on PAUSED=>PLAYING, not later
32268         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32269           extract correct time for different discont formats
32270         (gst_alsa_sink_get_time):
32271           don't segfault when no format is negotiated yet, just return 0
32272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32273         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32274         (gst_ogg_pad_push):
32275           handle flush and discont events correctly
32276         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32277           handle discont events correctly
32278
32279 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32280
32281         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32282         (gst_play_error_create), (gst_play_error_plugin),
32283         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32284         * gst-libs/gst/play/play.h:
32285           add error handling during creation
32286         * examples/gstplay/player.c: (main):
32287           use new gst_play_new
32288
32289
32290 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32291
32292         * ext/theora/theoradec.c: (theora_dec_chain):
32293           make comments work
32294         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32295         (vorbis_dec_src_event), (vorbis_dec_chain):
32296           add encoder tag, fix tag reading to be more error tolerant, change
32297           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32298           gst_pad_event_default.
32299         * gst/tags/gstvorbistag.c:
32300         (gst_tag_list_from_vorbiscomment_buffer):
32301           undefine function specific define at end of function
32302
32303 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32304
32305         * ext/flac/gstflac.c: (plugin_init):
32306         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32307         * ext/flac/gstflacdec.h:
32308         * ext/flac/gstflacenc.h:
32309           Fix typos
32310
32311 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32312
32313         * examples/gstplay/player.c: s/gstplay.h/play.h/
32314
32315 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32316
32317         * gst-libs/gst/play/Makefile.am:
32318         * gst-libs/gst/play/gstplay.c:
32319         * gst-libs/gst/play/gstplay.h:
32320         * gst-libs/gst/play/play.c:
32321           more surgery, operation complete
32322
32323 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32324
32325         * gst-libs/gst/play/play.old.c:
32326         * gst-libs/gst/play/play.old.h:
32327           after CVS surgery by moving, remove
32328         * gst-libs/gst/play/playpipelines.c:
32329           remove
32330
32331         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32332           add negotiation error
32333
32334 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32335
32336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32337         (gst_ogg_demux_push):
32338           add some seeking debug info
32339           send a flush when seeking
32340
32341 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32342
32343         * configure.ac:
32344           use AC_C_INLINE
32345         * configure.ac:
32346         * ext/Makefile.am:
32347         * ext/theora/Makefile.am:
32348         * ext/theora/theoradec.c:
32349           add theora video decoder. Does just do simple decoding for now and
32350           has been tested against Theora cvs only. It only works when theora
32351           is compiled with --enable-static.
32352         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32353           always reset packetno on DISCONT
32354
32355 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32356
32357         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32358           Fix audio.
32359
32360 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32361
32362         * gst/mpegaudioparse/gstmpegaudioparse.c:
32363         (mp3_type_frame_length_from_header):
32364           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32365
32366 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32367
32368         * ext/esd/esdsink.c: (gst_esdsink_init):
32369           Since we have static pad template caps, we don't need to negotiate;
32370           either the core errors out or we know the format.
32371
32372 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32373
32374         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32375         (gst_riff_read_seek):
32376         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32377         (gst_ebml_read_seek):
32378           Fix event handling.
32379
32380 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32381
32382         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32383           removee video/x-theora from vp3 decoder, it doesn't handle raw
32384           theora streams
32385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32386           fix bug with finalizing element that never went to PAUSED
32387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32388           length and position queries were swapped
32389         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32390         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32391         (vorbis_dec_src_event):
32392           implement querying time and bytes
32393
32394 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32395
32396         * just about every source file:
32397           gst_element_error -> GST_ELEMENT_ERROR
32398
32399 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32400
32401         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32402         emiting FLUSH and even before DISCONT.
32403         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32404         get the best instant seeking as possible yay!
32405
32406 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32407
32408         * gst/mpeg1videoparse/gstmp1videoparse.c:
32409         (gst_mp1videoparse_real_chain):
32410           Committed wrong version last week... Grr... Didn't notice until now.
32411
32412 2004-01-29  Julien MOUTTE <julien@moutte.net>
32413
32414         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32416         have_xwindow_id signal in xwindow_create.
32417
32418 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32419
32420         * ext/ogg/gstoggdemux.c:
32421           lots of changes - mainly support for chained bitstreams, seeking,
32422           querying and bugfixes of course
32423         * ext/vorbis/Makefile.am:
32424         * ext/vorbis/vorbisdec.c:
32425         * ext/vorbis/vorbisdec.h:
32426           add vorbisdec raw vorbis decoder
32427         * ext/vorbis/vorbis.c: (plugin_init):
32428           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32429         * gst/intfloat/Makefile.am:
32430         * gst/intfloat/float22int.c:
32431         * gst/intfloat/float22int.h:
32432         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32433           add float2intnew plugin. It converts multichannel interleaved float to
32434           multichannel interleaved int. The name should probably be changed.
32435         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32436         (plugin_init):
32437           add typefinding for raw theora video so oggdemux can detect it.
32438
32439 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32440
32441         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32442         sink element first.
32443         * gst/videoscale/gstvideoscale.c:
32444         (gst_videoscale_handle_src_event): Fixing src event handler.
32445
32446 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32447
32448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32449         (gst_v4lsrc_open), (gst_v4lsrc_close),
32450         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32451         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32452         * sys/v4l/gstv4lsrc.h:
32453         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32454         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32455           Implement resizing... Hack. But that's why v4l is b0rked...
32456
32457 2004-01-28  Julien MOUTTE <julien@moutte.net>
32458
32459         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32460         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32461         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32462         (gst_ximagesink_xwindow_destroy):
32463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32464         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32465         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32466         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32467         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32468         correctly cleaning the image created to check xshm calls on succes,
32469         added a lot of XSync calls in X11 functions, and fixed a segfault when
32470         no image format was defined before negotiation happened.
32471
32472 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32473
32474         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32475           use gst_element_get_time to get correct time
32476
32477 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32478
32479         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32480         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32481         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32483         (gst_xvimagesink_check_xshm_calls),
32484         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32485         X plugins are now able to detect that XShm calls will fail even if the
32486         server claims that it has XShm support (remote displays most of the
32487         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32488         so that we use non XShm functions. This feature is almost useless for
32489         xvimagesink as Xv is not supported on remote displays anyway, but
32490         it might happen than even on the local display XShm calls fail.
32491
32492 2004-01-27  David Schleef  <ds@schleef.org>
32493
32494         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32495         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32496         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32497         changed esdsink to only use 44100,16,2, since esd sucks at rate
32498         conversion and esdsink has had difficulty negotiating.
32499
32500 2004-01-27  Julien MOUTTE <julien@moutte.net>
32501
32502         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32503         (gst_play_seek_to_time): Fixing the way to get current position.
32504
32505 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32506
32507         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32508           use gst_element_get_time to get correct time
32509
32510 2004-01-27  Julien MOUTTE <julien@moutte.net>
32511
32512         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32513         fix ever... Inverting 2 lines of code make spider autoplug correctly
32514         tagged mp3 !
32515
32516 2004-01-27  David Schleef  <ds@schleef.org>
32517
32518         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32519         Use gst_pad_try_set_caps_nonfixed().
32520
32521 2004-01-27  David Schleef  <ds@schleef.org>
32522
32523         * gst/ac3parse/gstac3parse.c: update to checklist 5
32524         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32525         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32526         * gst/audioscale/gstaudioscale.c: same
32527         * gst/auparse/gstauparse.c: same
32528         * gst/avi/gstavidemux.c: same
32529
32530 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32531
32532         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32533           stop processing after EOS
32534
32535 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32536
32537         * gst/asfdemux/asfheaders.h:
32538         * gst/asfdemux/gstasfdemux.c:
32539         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32540         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32541         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32542           lot's of fixes to make data extraction simpler and get the code
32543           architecture and compiler independant. Add debugging category
32544         * gst/goom/gstgoom.c: (gst_goom_change_state):
32545           reset channel count on PAUSED=>READY, not READY=>PAUSED
32546
32547 2004-01-26  Colin Walters  <walters@verbum.org>
32548
32549         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32550         code to pull a bigger buffer in iradio mode.  This as a side effect
32551         makes typefinding work.
32552
32553 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32554
32555         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32556         Fix SVQ3 decoding on PPC
32557
32558 2004-01-26  Julien MOUTTE <julien@moutte.net>
32559
32560         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32561         that one managed to stay there... Fixed.
32562
32563 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32564
32565         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32566         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32567         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32568         (qtdemux_video_caps):
32569         * gst/qtdemux/qtdemux.h:
32570         Add SVQ3 specific flags to qtdemux and ffmpeg
32571
32572 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32573
32574         * gst-libs/gst/audio/audio.h:
32575           remove buffer-frames from audio caps
32576         * gst/audioconvert/gstaudioconvert.c:
32577           fix plugin to really work.
32578
32579 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32580
32581         * gst-libs/gst/mixer/mixer.c:
32582         * gst-libs/gst/propertyprobe/propertyprobe.c:
32583         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32584         (gst_tuner_find_channel_by_name):
32585         * gst-libs/gst/tuner/tuner.h:
32586           Add gtk-doc style comments. Also fix a function name.
32587
32588 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32589
32590         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32591         (gst_divxdec_negotiate):
32592           Fix for new capsnego - also fixes gst-player with divxdec.
32593
32594 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32595
32596         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32597         (gst_play_identity_handoff), (gst_play_set_location),
32598         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32599         try in visualization implementation. Still have an issue with switch
32600         blocking when pulling from video_queue and only audio comes out of
32601         spider.
32602         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32603         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32604         release method. And check if the pad is usable before pulling.
32605
32606 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32607
32608         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32609         (gst_videobalance_init),
32610         (gst_videobalance_colorbalance_list_channels),
32611         (gst_videobalance_colorbalance_set_value),
32612         (gst_videobalance_colorbalance_get_value),
32613         (gst_videobalance_update_properties),
32614         (gst_videobalance_update_tables_planar411),
32615         (gst_videobalance_planar411):
32616         * gst/videofilter/gstvideobalance.h:
32617           Implement lookup-tables. +/- 10x faster.
32618
32619 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32620
32621         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32622         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32623           The index reading was broken. The rest worked fine, but the whole
32624           goal of my rewrite was to make avidemux readable, and this was
32625           not at all readable. Please use typed variables.
32626
32627 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32628
32629         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32630           Additional pad usability check.
32631         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32632         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32633         (gst_mp1videoparse_real_chain):
32634           Fix MPEG video stream parsing. The original plugin had several
32635           issues, including not timestamping streams where the source was
32636           not timestamped (this happens with PTS values in mpeg system
32637           streams, but MPEG video is also a valid stream on its own so
32638           that needs timestamps too). We use the display time code for that
32639           for now. Also, if one incoming buffer contains multiple valid
32640           frames, we push them all on correctly now, including proper EOS
32641           handling. Lastly, several potential segfaults were fixed, and we
32642           properly sync on new sequence/gop headers to include them in next,
32643           not previous frames (since they're header for the next frame, not
32644           the previous). Also see #119206.
32645         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32646         (bpf_from_header):
32647           Move caps setting so we only do it after finding several valid
32648           MPEG-1 fraes sequentially, not right after the first one (which
32649           might be coincidental).
32650         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32651         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32652         (plugin_init):
32653           Add unsynced MPEG video stream typefinding, and change some
32654           probability values so we detect streams rightly. The idea is as
32655           follows: I can have an unsynced system stream which contains
32656           video. In the current code, I would randomly get a type for either
32657           system or video stream type found, because the probabilities are
32658           being calculated rather randomly. I now use fixed values, so we
32659           always prefer system stream if that was found (and that is how it
32660           should be). If no system stream was found, we can still identity                the stream as video-only.
32661
32662 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32663
32664         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32665         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32666           don't write to buffer. Extract data without the need of
32667           __attribute__ ((packed))
32668
32669 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32670
32671         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32672         (mpeg1_sys_type_find):
32673           Fix MPEG-1 stream typefinding.
32674
32675 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32676
32677         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32678           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32679
32680 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32681
32682         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32683         * ext/esd/gstesd.c: (plugin_init):
32684           private debugging, better error reporting
32685
32686 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32687
32688         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32689         (gst_riff_read_init), (gst_riff_read_change_state):
32690         * gst-libs/gst/riff/riff-read.h:
32691           Remove stuff fromold metadata system.
32692
32693 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32694
32695         * ext/ogg/gstoggdemux.c:
32696           Fix wrong file comment.
32697         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32698         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32699           Add metadata reading properly.
32700
32701 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32702
32703         * ext/Makefile.am:
32704           Fix nas DIST_SUBDIRS
32705           Uraeus:
32706           Fix bug where make distcheck doesn't get run on adding stuff to
32707           the build.
32708
32709 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32710
32711         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32712         * ext/divx/gstdivxdec.h:
32713           Fix divx3 ("msmpeg4") playback using divxdec.
32714
32715 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32716
32717         * gst/typefind/gsttypefindfunctions.c:
32718         (mp3_type_frame_length_from_header): fix bug in length computation
32719         (mp3_type_find): improve debugging output
32720
32721 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32722
32723         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32724         (gst_play_set_location), (gst_play_seek_to_time),
32725         (gst_play_set_audio_sink), (gst_play_set_visualization),
32726         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32727         the pipeline from scratch. Visualization is back and switch went out as
32728         i realized it was not possible to use the way i wanted.
32729         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32730         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32731         clearing in state change from READY to NULL. So that one can clean the
32732         X ressources keeping the element.
32733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32734         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32735         (gst_xvimagesink_colorbalance_set_value),
32736         (gst_xvimagesink_colorbalance_get_value),
32737         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32738         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32739         change from READY to NULL and fixed some stupid bugs in colorbalance
32740         get/set values. Also added the following feature : when nobody tries to
32741         set some values to the colorbalance levels before the xcontext is
32742         grabbed, then when creating channels list from Xv attributes we set the
32743         internal values to the Xv defaults. This way we handle buggy Xv drivers
32744         that set default hue values far from the middle of the range (Thanks
32745         to Jon Trowbridge for pointing that issue).
32746         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32747         colorbalance levels have been set before xcontext is grabbed.
32748
32749 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32750
32751         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32752           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32753           it might block operations (which is bad for a mixer).
32754
32755 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32756
32757         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32758         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32759         (gmip_find_type_pre):
32760         * gst-libs/gst/media-info/media-info-priv.h:
32761         * gst-libs/gst/media-info/media-info.c:
32762         (gst_media_info_instance_init), (gst_media_info_read_idler):
32763         add fakesink to get caps on decoder src pad again
32764         fix callback prototype to match new have_type signal signature
32765
32766 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32767
32768         * gst/adder/gstadder.c: (gst_adder_link):
32769           fix non-compile and cut-n-paste code
32770
32771 2004-01-21  David Schleef  <ds@schleef.org>
32772
32773         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32774         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32775         (gst_swfdec_init), (gst_swfdec_change_state):
32776         * ext/swfdec/gstswfdec.h:
32777         Fix negotiation.
32778         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32779         (gst_adder_request_new_pad): Fix negotiation.
32780         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32781         Add a fixate function.
32782         * gst/intfloat/gstfloat2int.c:
32783         * gst/intfloat/gstfloat2int.h:
32784         * gst/intfloat/gstint2float.c:
32785         * gst/intfloat/gstint2float.h:
32786         Completely rewrite the negotiation.  Doesn't quite work yet,
32787         due to some buffer-frames problem.
32788
32789 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32790
32791         * ext/gnomevfs/gstgnomevfssrc.c:
32792         * sys/v4l2/v4l2_calls.h:
32793           fix includes for distcheck
32794
32795 2004-01-21  Christian Schaller <uraeus@gnome.org>
32796
32797         * ext/nas/
32798         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32799         based on earlier patch from Laurent Vivier
32800
32801 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32802
32803         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32804         Fix wma caps property
32805         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32806         Fix typo (flags1 and flags2)
32807
32808 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32809
32810         * gst-libs/gst/media-info/media-info-priv.c:
32811         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32812         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32813         (gmip_find_stream), (gmip_find_track_metadata),
32814         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32815         (gmip_find_track_format):
32816         * gst-libs/gst/media-info/media-info-priv.h:
32817         * gst-libs/gst/media-info/media-info-test.c: (main):
32818         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32819         (gst_media_info_read_idler), (gst_media_info_read):
32820         * gst-libs/gst/media-info/media-info.h:
32821           register debugging category and use it for debugging
32822
32823 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32824
32825         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32826         (gst_vorbisfile_new_link):
32827           signal streaminfo through tags
32828
32829 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32830
32831         * ext/mplex/gstmplex.cc:
32832         * ext/mplex/gstmplexibitstream.cc:
32833           g++ doesn't like NULL in our i18n/error macros, should be
32834           either (NULL) or ("").
32835
32836 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32837
32838         * sys/dxr3/dxr3audiosink.c:
32839         * sys/dxr3/dxr3init.c:
32840         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32841         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32842           Fix more error error error errors (missing includes here).
32843
32844 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32845
32846         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32847           fix thomas' error errors.
32848
32849 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32850
32851         * ext/mpeg2enc/gstmpeg2enc.cc:
32852           fix error errors.
32853
32854 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32855
32856         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32857         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32858           Fix for new error system.
32859
32860 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32861
32862         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32863           fix for new error reporting
32864
32865 2004-01-20  David Schleef  <ds@schleef.org>
32866
32867         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32868         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32869         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32870         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32871         and neither is 100+, most likely.
32872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32873         (gst_xvimagesink_getcaps): same
32874
32875 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32876
32877         * configure.ac:
32878           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32879           clashes with ffmpeg.
32880
32881 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32882
32883         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32884         (gst_switch_init): Fixed switch element : proxying link and setting
32885         caps from src to sink on request.
32886
32887 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32888
32889         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32890         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32891         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32892         fix element_error
32893
32894 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32895
32896         * sys/v4l/v4l_calls.h:
32897         * sys/v4l2/v4l2_calls.h:
32898           element_error fixes
32899
32900 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32901
32902         * gst-libs/gst/gst-i18n-plugin.h:
32903           add locale.h
32904           remove config.h inclusion
32905
32906 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32907
32908         * autogen.sh:
32909           adding autopoint invocation
32910         * Makefile.am:
32911         * configure.ac:
32912         * gst-libs/gst/gettext.h:
32913           adding gettext bits
32914         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32915         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32916         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32917         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32918         (gst_gnomevfssink_close_file):
32919         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32920         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32921         * gst-libs/gst/gst-i18n-plugin.h:
32922         * gst/avi/gstavi.c: (plugin_init):
32923         * sys/dxr3/dxr3init.c: (plugin_init):
32924         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32925         * sys/oss/gstossaudio.c: (plugin_init):
32926         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32927         * sys/v4l/gstv4l.c: (plugin_init):
32928         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32929         * sys/v4l2/gstv4l2.c: (plugin_init):
32930         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32931         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32932         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32933         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32934         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32935         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32936           make sure locale and translation domain are set
32937           fix translated strings
32938         * po/.cvsignore:
32939         * po/LINGUAS:
32940         * po/Makevars:
32941         * po/POTFILES.in:
32942         * po/nl.po:
32943           put translation files into place
32944         * sys/xvideo/imagetest.c: (main):
32945         * ext/dv/demo-play.c: (main):
32946           fix unnecessary translations
32947
32948 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32949
32950         * ext/sndfile/gstsf.c:
32951         * gst/avi/gstavimux.c:
32952         * ext/audiofile/gstafsink.c:
32953         * ext/audiofile/gstafsrc.c:
32954         * ext/gnomevfs/gstgnomevfssink.c:
32955         * ext/gnomevfs/gstgnomevfssrc.c:
32956         * sys/oss/gstosselement.c:
32957         * sys/v4l/v4l_calls.h:
32958           fix i18n include
32959
32960 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32961
32962         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32963         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32964         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32965         (gst_v4l2_get_output), (gst_v4l2_set_output),
32966         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32967         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32968         (gst_v4l2_set_attribute):
32969         update to new error handling
32970
32971 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32972
32973         * ext/sidplay/gstsiddec.cc:
32974         * gst/modplug/gstmodplug.cc:
32975           parenthese NULL because C++ seems angry about it
32976
32977 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32978
32979         * gst-libs/gst/gst-i18n-plugin.h:
32980           add skeleton i18n stuff, but needs to be further implemented
32981
32982 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32983
32984         * examples/gstplay/player.c: (main):
32985         * ext/aalib/gstaasink.c: (gst_aasink_open):
32986         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32987         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32988         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32989         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32990         (gst_afsink_close_file):
32991         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32992         (gst_afsrc_close_file):
32993         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32994         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32995         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32996         * ext/esd/esdmon.c: (gst_esdmon_get):
32997         * ext/esd/esdsink.c: (gst_esdsink_chain):
32998         * ext/faac/gstfaac.c: (gst_faac_chain):
32999         * ext/faad/gstfaad.c: (gst_faad_chain):
33000         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
33001         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33002         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
33003         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
33004         (gst_flacdec_loop):
33005         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33006         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33007         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33008         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33009         (gst_gnomevfssink_close_file):
33010         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33011         (gst_gnomevfssrc_open_file):
33012         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33013         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33014         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33015         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33016         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33017         * ext/mad/gstmad.c: (gst_mad_chain):
33018         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33019         * ext/mpeg2dec/gstmpeg2dec.c:
33020         * ext/mpeg2enc/gstmpeg2enc.cc:
33021         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33022         * ext/mplex/gstmplex.cc:
33023         * ext/mplex/gstmplexibitstream.cc:
33024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33025         (gst_ogg_demux_push), (gst_ogg_pad_push):
33026         * ext/raw1394/gstdv1394src.c:
33027         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33028         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33029         * ext/sidplay/gstsiddec.cc:
33030         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33031         (gst_sf_loop):
33032         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33033         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33034         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33036         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33037         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33038         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33039         * gst-libs/gst/Makefile.am:
33040         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33041         (gst_riff_read_element_data), (gst_riff_read_seek),
33042         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33043         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
33044         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33045         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33046         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33047         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33048         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33049         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33050         * gst/goom/gstgoom.c: (gst_goom_chain):
33051         * gst/id3/gstid3types.c: (gst_id3types_loop):
33052         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33053         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33054         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33055         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33056         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33057         (gst_ebml_read_float), (gst_ebml_read_header):
33058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33059         (gst_matroska_demux_parse_blockgroup):
33060         * gst/modplug/gstmodplug.cc:
33061         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33062         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33063         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33064         * gst/silence/gstsilence.c: (gst_silence_get):
33065         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33066         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33067         * gst/speed/gstspeed.c: (speed_loop):
33068         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33069         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33070         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33071         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33072         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33073         (gst_wavparse_loop):
33074         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33075         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33076         (dxr3audiosink_close):
33077         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33078         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33079         (dxr3videosink_close), (dxr3videosink_write_data):
33080         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33081         * sys/oss/gstosselement.h:
33082         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
33083         (gst_osssink_chain):
33084         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33085         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33086         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33087         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33088         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
33089         (gst_v4l_enable_overlay):
33090         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33091         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33092         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33093         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33094         (gst_v4l_set_audio):
33095         * sys/v4l/v4l_calls.h:
33096         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33097         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33098         (gst_v4lmjpegsink_playback_init),
33099         (gst_v4lmjpegsink_playback_start):
33100         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33101         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
33102         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
33103         (gst_v4lmjpegsrc_requeue_frame):
33104         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33105         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33106         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33107         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33108         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33109         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33110         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33111         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33112         (gst_v4l2src_capture_stop):
33113         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33114         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33115         (gst_ximagesink_chain):
33116         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33117         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33118         (gst_xvideosink_xwindow_new):
33119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33120         (gst_xvimagesink_chain):
33121         use new error signal, function and categories
33122
33123 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
33124
33125         * configure.ac:
33126         * ext/Makefile.am:
33127         * ext/musicbrainz/gsttrm.c:
33128         * ext/musicbrainz/gsttrm.h:
33129         * ext/musicbrainz/Makefile.am:
33130         Add a trm plugin
33131
33132 2004-01-18  Julien MOUTTE  <julien@moutte.net>
33133
33134         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
33135         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
33136         synchronous property for debugging.
33137         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
33138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33139         (gst_xvimagesink_set_property): Moving a pointer declaration to a
33140         smaller block, fixing indent.
33141
33142 2004-01-16  David Schleef  <ds@schleef.org>
33143
33144         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
33145         property affects the video stream.
33146         * sys/xvimage/xvimagesink.c:
33147         * sys/xvimage/xvimagesink.h:
33148         Add synchronous property for debugging.  Should probably be
33149         disabled in non-CVS builds.  Make sure that the Xv attribute
33150         exists before we set it (crash!).  Fix a silly float bug that
33151         caused colorbalance to just not work.
33152
33153 2004-01-17  Christian Schaller <Uraeus@gnome.org>
33154
33155         * tools/gst-launch-ext.in - update for new plugins
33156
33157 2004-01-16  David Schleef  <ds@schleef.org>
33158
33159         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
33160         already-freed caps.
33161
33162 2994-01-16  Christian Schaller <Uraeus@gnome.org>
33163
33164         * Update spec for new colorspace plugin and libcaca plugin
33165         * Fix compilation of libcaca plugin (clock -> id)
33166
33167 2004-01-16  Julien MOUTTE <julien@moutte.net>
33168
33169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
33170         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
33171         (gst_xvimagesink_set_xwindow_id),
33172         (gst_xvimagesink_colorbalance_set_value),
33173         (gst_xvimagesink_colorbalance_get_value),
33174         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33175         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
33176         correct colorbalance properties. They can now be set when the element
33177         is still in NULL state. The values will be committed to the Xv Port
33178         when xcontext is initialized.
33179         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
33180         brightness int values in the GstXvImagesink structure.
33181
33182 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33183
33184         * gst-libs/gst/Makefile.am:
33185           restructure so having local patches works easier.
33186
33187 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33188
33189         * ext/mpeg2enc/Makefile.am:
33190         * ext/mpeg2enc/gstmpeg2enc.cc:
33191         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33192           Bugfix with respect to EOS handling.
33193
33194 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33195
33196         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33197           Link with right caps (else, it segfaults).
33198         * ext/mplex/gstmplexjob.cc:
33199           Fix for slight API change in 1.6.1.93 release of mjpegtools.
33200
33201 2004-01-15  David Schleef  <ds@schleef.org>
33202
33203         * gst-libs/gst/audio/Makefile.am:
33204         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
33205         from the template.
33206         * gst-libs/gst/audio/gstaudiofilter.c:
33207         * gst-libs/gst/audio/gstaudiofilter.h:
33208         Add bytes_per_sample and size and n_samples calculation.
33209         * gst-libs/gst/audio/gstaudiofilterexample.c:
33210         Remove, now autogenerated.
33211         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
33212         Moved from gstaudiofilterexample, object name changed, code added
33213         so that it actually works.
33214         * gst-libs/gst/audio/make_filter:
33215         Script to build an audiofilter subclass from the template.
33216         * gst/colorspace/Makefile.am:
33217         * gst/colorspace/yuv2yuv.c:
33218         Remove file, since it's GPL, and we don't use it.
33219
33220 2004-01-15  Julien MOUTTE  <julien@moutte.net>
33221
33222         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
33224         them use the buffer free function to test how the buffer was allocated.
33225
33226 2004-01-15  David Schleef  <ds@schleef.org>
33227
33228         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
33229         that handles osssink fallback.
33230         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
33231         (gst_audio_convert_getcaps):
33232         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33233         Add audio/x-qdm2 for QDM2 audio.
33234         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33235         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
33236         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33237         Decrease minimum size to 16x16.
33238         * gst/wavparse/gstwavparse.c:
33239         Convert disabled pad template caps to new caps.
33240         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33242         (gst_xvimagesink_chain): Throw element error when display cannot
33243         be opened.  Increase minimum framerate to 1.0.  Check the data
33244         free function on a buffer to make sure it is the type we expect
33245         before manipulating it.
33246
33247 2004-01-15  Julien MOUTTE <julien@moutte.net>
33248
33249         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33250         (gst_videobalance_colorbalance_set_value): Implement passthru if
33251         settings are in the middle.
33252         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33253
33254 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33255
33256         * gst/videofilter/Makefile.am:
33257         * gst/volume/Makefile.am:
33258           Since we use videofilter symbols, link to it.
33259
33260 2004-01-15  Julien MOUTTE <julien@moutte.net>
33261
33262         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33263         mixer interface type to HARDWARE.
33264         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33265         type to SOFTWARE.
33266         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33267         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33268         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33269         (gst_volume_interface_init), (gst_volume_list_tracks),
33270         (gst_volume_set_volume), (gst_volume_get_volume),
33271         (gst_volume_set_mute), (gst_volume_mixer_init),
33272         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33273         (volume_init): Implementing mixer interface.
33274         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33275         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33276         (gst_osselement_change_state): Removing some trailing commas in
33277         structures.
33278         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33279         interface type to HARDWARE.
33280         * sys/v4l/gstv4lcolorbalance.c:
33281         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33282         type to HARDWARE.
33283         * sys/v4l2/gstv4l2colorbalance.c:
33284         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33285         interface type to HARDWARE.
33286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33287         same code than ximagesink for event handling.
33288
33289 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33290
33291         * ext/snapshot/Makefile.am:
33292         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33293         (gst_snapshot_chain):
33294         * ext/snapshot/gstsnapshot.h:
33295           This has to be a joke... Snapshot should be connected to a tee,
33296           colorspace element before it and EOS after that, where the other
33297           src of the tee receives normal data.
33298           The current way is *wrong*.
33299
33300 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33301
33302         * ext/hermes/gsthermescolorspace.c:
33303           Fix another compile error. Same as below.
33304
33305 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33306
33307         * gst/colorspace/gstcolorspace.c:
33308         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33309         (gst_colorspace_i420_to_yv12):
33310           Fix compiling... Didn't test if it actually works.
33311
33312 2004-01-15  David Schleef  <ds@schleef.org>
33313
33314         * configure.ac:
33315         * gst/colorspace/Makefile.am:
33316         * gst/colorspace/gstcolorspace.c:
33317         * gst/colorspace/gstcolorspace.h:
33318         * gst/colorspace/yuv2rgb.c:
33319         * gst/colorspace/yuv2rgb.h:
33320         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33321         code and GPL code.  Fix for new caps negotiation.  Rewrite
33322         much of the format handling code, and some of the conversion
33323         code.  Basically, rewrote almost everything.  This element
33324         handles I420, YV12 to RGB conversions.
33325         * ext/hermes/Makefile.am:
33326         * ext/hermes/gsthermescolorspace.c:
33327         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33328         Remove non-Hermes related code.  This element handles lots of
33329         RGB to RGB conversions, but no YUV.
33330         * ext/hermes/gstcolorspace.c:
33331         * ext/hermes/gstcolorspace.h:
33332         * ext/hermes/rgb2yuv.c:
33333         * ext/hermes/yuv2rgb.c:
33334         * ext/hermes/yuv2rgb.h:
33335         * ext/hermes/yuv2rgb_mmx16.s:
33336         * ext/hermes/yuv2yuv.c:
33337         * ext/hermes/yuv2yuv.h:
33338         Remove old code.
33339
33340 2004-01-14  Colin Walters  <walters@verbum.org>
33341
33342         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33343         they've already been.
33344
33345 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33346
33347         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33348           assume tag mode when pad is not connected
33349
33350 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33351
33352         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33353           Don't update the time of the clock
33354         (gst_alsa_sink_loop):
33355           sync to the clock given to alsasink, not the own clock
33356         * sys/oss/gstosssink.c: (gst_osssink_chain):
33357           sync to the clock
33358         (gst_osssink_change_state):
33359           activate the clock
33360         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33362           remove bogus code that made DISCONT events unhandled
33363         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33364           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33365           #131502)
33366         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33367         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33368         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33369           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33370           2nd warning in bug #131502)
33371
33372 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33373
33374         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33375         (gst_videobalance_colorbalance_set_value),
33376         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33377         for colorbalance interface implementation.
33378         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33379         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33380         (gst_ximagesink_dispose), (gst_ximagesink_init),
33381         (gst_ximagesink_class_init): Adding DISPLAY property.
33382         * sys/ximage/ximagesink.h: Adding display_name to store display.
33383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33384         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33385         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33386         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33387         properties (they still need polishing though for gst-launch use : no
33388         xcontext yet, i ll do that tomorrow).
33389         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33390
33391 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33392
33393         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33394         (gst_play_set_location), (gst_play_set_visualization): Preparing
33395         switch integration, adding videobalance in the pipeline.
33396
33397 2004-01-14  Julien MOUTTE <julien@moutte.net>
33398
33399         * gst-libs/gst/colorbalance/colorbalance.c:
33400         (gst_color_balance_class_init): Adding a default type.
33401         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33402         the type.
33403         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33404         (gst_videobalance_dispose), (gst_videobalance_class_init),
33405         (gst_videobalance_init), (gst_videobalance_interface_supported),
33406         (gst_videobalance_interface_init),
33407         (gst_videobalance_colorbalance_list_channels),
33408         (gst_videobalance_colorbalance_set_value),
33409         (gst_videobalance_colorbalance_get_value),
33410         (gst_videobalance_colorbalance_init): Implementing colorbalance
33411         interface.
33412         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33413         list.
33414         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33415         bug which was triggering a BadAccess X error when setting an overlay
33416         before pad was really negotiated.
33417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33418         Using the colorbalance type macro.
33419
33420 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33421
33422         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33423         (gst_flacenc_chain):
33424           handle tags correctly
33425         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33426           extract ID3v1 tags correctly
33427
33428 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33429
33430         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33431         (plugin_init):
33432           Improve matroska typefinding for odd-typed headers...
33433
33434 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33435
33436         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33437           Fix for using incremental number on padnames.
33438
33439 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33440
33441         * ext/divx/gstdivxdec.c:
33442         * ext/divx/gstdivxenc.c:
33443           Set category to divx4linux instead of divx (too generic).
33444         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33445         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33446         (gst_wavparse_loop), (gst_wavparse_change_state):
33447         * gst/wavparse/gstwavparse.h:
33448           fix parsing of WAV files with non-standard fmt-tag size and fix
33449           skipping of unrecognized chunks... Someone please fix this thing
33450           to use rifflib so all this is automated.
33451         * sys/v4l/Makefile.am:
33452         * sys/v4l2/Makefile.am:
33453           Add X_CFLAGS because we depend on X (for overlay).
33454
33455 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33456
33457         * ext/mpeg2dec/gstmpeg2dec.c:
33458           Don't issue a timestamp unless we tagged the frame
33459           with a PTS.
33460
33461 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33462
33463         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33464           Query the audio element to get the time, not the clock. We're
33465           interested in the element's time here.
33466
33467 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33468
33469         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33471         * ext/esd/esdsink.c: (gst_esdsink_chain):
33472         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33473         * ext/mas/massink.c: (gst_massink_chain):
33474         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33475         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33476         (gst_matroska_demux_parse_metadata):
33477         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33478         (gst_mpeg_parse_release_locks):
33479         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33480         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33481         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33482         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33483         (gst_osssink_change_state):
33484         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33485         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33486         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33487         (gst_xvideosink_release_locks):
33488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33489           use element time.
33490         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33491         (gst_alsa_clock_stop):
33492         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33493         (gst_audio_clock_get_internal_time):
33494           simplify for use with new clocking code.
33495         * testsuite/alsa/Makefile.am:
33496         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33497           fix testsuite for new caps system
33498
33499 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33500
33501         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33502         * ext/flac/gstflacenc.c: (add_one_tag):
33503           length is already host endian, no need to convert. Fixes playback of
33504           tagged files on PPC. (bug #128384)
33505
33506 2004-01-13  Julien MOUTTE <julien@moutte.net>
33507
33508         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33509         colorbalance interface stating if it is hardware based or software
33510         based.
33511         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33512         Removing a trailing comma.
33513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33514         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33515         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33516         the documentation seems to be wrong on the -1000 to 1000 interval.
33517
33518 2004-01-12  David Schleef  <ds@schleef.org>
33519
33520         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33521         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33522         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33523         Fix negotiation.  Add a bufferalloc function for the sink pad,
33524         and generally clean up some of the code.
33525
33526 2004-01-12  Julien MOUTTE <julien@moutte.net>
33527
33528         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33529         (gst_color_balance_channel_dispose): Adding safety check in dispose
33530         method.
33531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33532         (gst_xvimagesink_xcontext_clear),
33533         (gst_xvimagesink_interface_supported),
33534         (gst_xvimagesink_colorbalance_list_channels),
33535         (gst_xvimagesink_colorbalance_set_value),
33536         (gst_xvimagesink_colorbalance_get_value),
33537         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33538         Adding colorbalance interface support to set XV parameters such as
33539         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33540         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33541         interface.
33542
33543 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33544
33545         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33546         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33547         (gst_audio_convert_init), (gst_audio_convert_set_property),
33548         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33549         (gst_audio_convert_link),
33550         (gst_audio_convert_buffer_to_default_format),
33551         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33552           - implement _getcaps and use it
33553           - improve linking
33554           - remove float caps since no float conversion is actually done
33555           - remove properties and arguments that were to be used for rate
33556             conversion
33557
33558 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33559
33560         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33561         (gst_audio_structure_set_int):
33562         * gst-libs/gst/audio/audio.h:
33563           add helper functions for _getcaps matching the standard audio
33564           templates
33565
33566 2004-01-12  David Schleef  <ds@schleef.org>
33567
33568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33569         Test that pad is negotiated before getting its caps.
33570
33571 2004-01-12  Julien MOUTTE <julien@moutte.net>
33572
33573         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33574         analyzing the pads of an element the bin is mostly in READY state so
33575         no caps were negotiated. This helper function needs to work with
33576         _get_caps directly then. I was not freeing them though, added that to
33577         fix the mem leak.
33578
33579 2004-01-12  Julien MOUTTE <julien@moutte.net>
33580
33581         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33583         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33584         than the free_func.
33585
33586 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33587
33588         * sys/oss/gstossaudio.c: (plugin_init):
33589         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33590         * sys/oss/gstosselement.h:
33591           make an oss debugging category
33592           make failure more descriptive
33593
33594 2004-01-11  David Schleef  <ds@schleef.org>
33595
33596         * ext/ffmpeg/gstffmpeg.c:
33597         * ext/ffmpeg/gstffmpegcodecmap.c:
33598         * ext/ffmpeg/gstffmpegdec.c:
33599         * ext/ffmpeg/gstffmpegenc.c:
33600         * ext/ffmpeg/gstffmpegprotocol.c:
33601         * ext/gdk_pixbuf/gstgdkanimation.c:
33602         * ext/jpeg/gstjpeg.c:
33603         * ext/libpng/gstpng.c:
33604         * ext/mpeg2dec/perftest.c:
33605         * ext/speex/gstspeex.c:
33606         * gst-libs/gst/resample/dtos.c:
33607         * gst/intfloat/gstintfloatconvert.c:
33608         * gst/oneton/gstoneton.c:
33609         * gst/rtjpeg/RTjpeg.c:
33610         * gst/rtp/gstrtp.c:
33611         * sys/dxr3/dxr3init.c:
33612         * sys/glsink/gstgl_nvimage.c:
33613         * sys/glsink/gstgl_pdrimage.c:
33614         * sys/glsink/gstglsink.c:
33615         * testsuite/gst-lint:
33616         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33617
33618 2004-01-11  David Schleef  <ds@schleef.org>
33619
33620         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33621         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33622         * ext/gdk_pixbuf/gstgdkanimation.c:
33623         (gst_gdk_animation_iter_create_pixbuf):
33624         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33625         (gst_gdk_pixbuf_chain):
33626         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33627         * ext/jack/gstjack.c: (gst_jack_change_state):
33628         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33629         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33630         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33631         * gst/videofilter/gstvideofilter.c:
33632         (gst_videofilter_set_output_size):
33633         Remove all usage of gst_pad_get_caps(), and replace it with
33634         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33635
33636 2004-01-11  David Schleef  <ds@schleef.org>
33637
33638         * configure.ac:
33639         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33640         * ext/divx/gstdivxdec.c:
33641         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33642         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33643         handle images that span multiple buffers.  Now work with both
33644         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33645         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33646         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33647         video/video.h changes
33648         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33649         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33650         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33651         of GstData free function.
33652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33653         same.
33654
33655 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33656
33657         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33658         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33659         (gst_v4l2element_get_property):
33660         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33661           add norm, channel and frequency properties.
33662         * sys/v4l2/gstv4l2tuner.c:
33663           fixes for tuner interface changes
33664         * sys/v4l2/gstv4l2element.h:
33665         * sys/v4l2/gstv4l2src.c:
33666         * sys/v4l2/gstv4l2src.h:
33667         * sys/v4l2/v4l2src_calls.c:
33668         * sys/v4l2/v4l2src_calls.h:
33669           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33670
33671 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33672
33673         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33674         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33675         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33676         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33677         * gst-libs/gst/tuner/tuner.h:
33678           GObjects aren't const.
33679           Add find_by_name functions.
33680           Add checks to _changed functions.
33681         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33682         (gst_v4l_tuner_get_norm):
33683           Fixes for above.
33684
33685 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33686
33687         * gst-libs/gst/video/video.h:
33688           Fix caps template names to be understandable.
33689           Prefix everything with GST_VIDEO.
33690         * ext/aalib/gstaasink.c:
33691         * ext/divx/gstdivxdec.c:
33692         * ext/divx/gstdivxenc.c:
33693         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33694         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33695         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33696         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33697         * ext/libcaca/gstcacasink.c:
33698         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33699         * ext/snapshot/gstsnapshot.c:
33700         * ext/swfdec/gstswfdec.c:
33701         * ext/xvid/gstxviddec.c:
33702         * ext/xvid/gstxvidenc.c:
33703         * gst/chart/gstchart.c:
33704         * gst/deinterlace/gstdeinterlace.c:
33705         * gst/effectv/gsteffectv.c:
33706         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33707         * gst/goom/gstgoom.c:
33708         * gst/median/gstmedian.c:
33709         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33710         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33711         * gst/overlay/gstoverlay.c:
33712         * gst/smooth/gstsmooth.c:
33713         * gst/smpte/gstsmpte.c:
33714         * gst/synaesthesia/gstsynaesthesia.c:
33715         * gst/videocrop/gstvideocrop.c:
33716         * gst/videodrop/gstvideodrop.c:
33717         * gst/y4m/gsty4mencode.c:
33718         * sys/qcam/gstqcamsrc.c:
33719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33720           Make them work with new video.h file.
33721         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33722         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33724         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33725           Make it work with new buffer allocation system.
33726
33727 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33728
33729         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33730         pad_alloc_buffer implementation to use ->srcpad
33731         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33732         pad_alloc_buffer implementation to use ->srcpad
33733         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33734         pad_alloc_buffer implementation to use ->srcpad
33735         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33736         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33737         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33738         a reference to everything we need.
33739         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33741         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33742         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33743         a reference to everything we need.
33744         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33745
33746 2004-01-11  David Schleef  <ds@schleef.org>
33747
33748         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33749         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33750         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33751         structure members.
33752         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33753         value during a resize/renegotiation.
33754         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33755         gst_pad_alloc_buffer();
33756         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33757         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33758         structure members.
33759         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33760         Fix for rename of buffer private structure members.
33761         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33762         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33763         Fix for rename of buffer private structure members.
33764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33765         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33766         Fix for rename of buffer private structure members.
33767
33768 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33769
33770         reviewed by: David Schleef <ds@schleef.org>
33771
33772         * gst/videofilter/Makefile.am:
33773         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33774         from the patch by ds to fit in with recent make_filter changes.
33775
33776 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33777
33778         * configure.ac: Adding examples/switch/Makefile
33779         * examples/Makefile.am: Adding examples/switch
33780         * examples/switch/Makefile.am: Adding switcher example.
33781         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33782         (switch_timer), (main): Adding an example demonstrating switch usage
33783         with 2 videotestsrc showing different patterns.
33784         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33785         (gst_switch_init): Fixing switch with the new caps system.
33786
33787 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33788
33789         * gst-libs/gst/video/video.h:
33790           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33791           They should probably be like
33792           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33793
33794 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33795
33796         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33797         (qtdemux_parse_trak):
33798           fix audio chunk size/timestamp calculation
33799
33800 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33801
33802         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33803           fix SVQ3 caps
33804
33805 2004-01-11  Steve Baker  <steve@stevebaker.org>
33806
33807         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33808         (gst_agingtv_base_init), (gst_agingtv_class_init),
33809         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33810         (gst_agingtv_set_property), (gst_agingtv_get_property):
33811         Port agingTV to videofilter
33812
33813 2004-01-09  Julien MOUTTE <julien@moutte.net>
33814
33815         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33816         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33817
33818 2004-01-09  Julien MOUTTE <julien@moutte.net>
33819
33820         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33821         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33822         * gst-libs/gst/xoverlay/xoverlay.c:
33823         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33824         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33825         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33826         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33827         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33828         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33829         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33830         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33831         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33832         interface implementation to handle xid being 0 and fix some bugs
33833         triggered by Benjamin's testcase.
33834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33835         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33836         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33837         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33838         interface implementation to handle xid being 0 and fix some bugs
33839         triggered by Benjamin's testcase.
33840
33841 2004-01-09  David Schleef  <ds@schleef.org>
33842
33843         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33844         mouse pointer events.  It works.
33845
33846 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33847
33848         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33849           Use explicit caps - fix capsnego.
33850         * ext/xvid/gstxviddec.c:
33851         * ext/xvid/gstxvidenc.c:
33852           Remove macro-inside-macro which caused compile errors.
33853         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33854           Error out if it's not a RIFF file. Else we error out without
33855           gst_element_error() which is not good...
33856
33857 2004-01-08  David Schleef  <ds@schleef.org>
33858
33859         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33860         Fix pad_link function to handle formats that ffmpeg returns
33861         as multiple caps structures.
33862         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33863         Only complain if source buffer is _smaller_ than expected.
33864         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33865         (gst_videoscale_handle_src_event): Resize navigation events
33866         when passing them upstream.
33867         * gst/videotestsrc/gstvideotestsrc.c:
33868         * gst/videotestsrc/gstvideotestsrc.h:
33869         * gst/videotestsrc/videotestsrc.c:
33870         * gst/videotestsrc/videotestsrc.h:
33871         Rewrite many of the buffer painting functions to handle odd
33872         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33873         been verified to work with my video card.
33874         * testsuite/gst-lint:  Add check for elements calling
33875         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33876
33877 2004-01-08  David Schleef  <ds@schleef.org>
33878
33879         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33880         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33881
33882 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33883
33884         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33885         configure event is not emiting the desired size signal. That fixes
33886         aspect ratio issues with gst-player.
33887
33888 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33889
33890         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33891           Fix capsnego.
33892
33893 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33894
33895         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33896         public method to fire size signal.
33897
33898 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33899
33900         * examples/gstplay/Makefile.am: Adding the interface library.
33901         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33902         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33903         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33904         GST_IS_X_OVERLAY before signal connect.
33905         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33906         Removing the have_video_size signal.
33907         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33908         and associated public method.
33909         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33910         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33911         signal.
33912         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33913         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33914         signal.
33915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33916         Using XOverlay public method to fire size signal.
33917
33918 2004-01-07  David Schleef  <ds@schleef.org>
33919
33920         * gst/videofilter/Makefile.am:
33921         * gst/videofilter/gstvideotemplate.c:
33922         * gst/videofilter/make_filter:
33923         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33924         Convert make_filter to /bin/sh script.
33925
33926 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33927
33928         * gst/modplug/gstmodplug.cc: fix element description
33929
33930 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33931
33932         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33933         (got_video_size): Adding some new lines in g_print calls.
33934         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33935         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33936         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33937         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33938         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33939         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33940         Complete code review, reverting some stuff i disagree with, adding
33941         some fixes : time synchronization on invalid timestamps, renegotiation
33942         of private window.
33943         * sys/ximage/ximagesink.h:
33944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33945         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33946         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33947         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33948         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33949         (gst_xvimagesink_buffer_new),
33950         (gst_xvimagesink_navigation_send_event),
33951         (gst_xvimagesink_set_xwindow_id),
33952         (gst_xvimagesink_get_desired_size),
33953         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33954         stuff i disagree with, adding some fixes : Renegotiation of private
33955         window, implementing get_desired_size.
33956
33957 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33958
33959         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33960         (gst_afsink_handle_event):
33961         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33962         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33963         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33964         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33965         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33966           Fix for instantiate-test (see core). Also remove dead code from
33967           jpegenc (which still needs fixing, but that's lower on my TODO
33968           list...).
33969         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33970           Never return NULL as caps.
33971
33972 2004-01-07  David Schleef  <ds@schleef.org>
33973
33974         * configure.ac:
33975         * ext/Makefile.am:
33976         * ext/librfb/Makefile.am:
33977         * ext/librfb/gstrfbsrc.c:
33978         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33979         is the protocol used by VNC.
33980
33981 2004-01-07  David Schleef  <ds@schleef.org>
33982
33983         * gst/videofilter/gstvideotemplate.c:
33984         * gst/videofilter/gstvideotemplate.h:
33985         * gst/videofilter/make_filter:
33986         Merge videotemplate header into source file.
33987         * gst/effectv/Makefile.am:
33988         * gst/effectv/gsteffectv.c: (plugin_init):
33989         * gst/effectv/gstwarp.c:
33990         Make warpTV a subclass of videofilter.
33991
33992 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33993
33994         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33995           Add guard against invalid utf-8 conversions in mad. Just in case.
33996
33997 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33998
33999         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
34000           Fix for bug shown by poisoning
34001
34002 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34003
34004         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
34005         (gst_v4lmjpegsrc_buffer_free):
34006         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
34007         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
34008         (gst_v4lsrc_buffer_free):
34009           Fix for removed bufferpools.
34010
34011 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
34012
34013         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34014         Fix caps negotiation.
34015
34016         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
34017         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
34018         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
34019         (dvdnavsrc_event):
34020         * ext/mpeg2dec/gstmpeg2dec.c:
34021         * gst-libs/gst/navigation/navigation.c:
34022         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
34023         * gst-libs/gst/navigation/navigation.h:
34024         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
34025         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
34026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
34027         Super-simple first version of mouse and keyboard events. Clicking
34028         on a DVD menu now works, although it may not take you where you
34029         expected.
34030
34031         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34032         * gst/videotestsrc/gstvideotestsrc.c:
34033         (gst_videotestsrc_src_fixate):
34034         These fixate functions were broken - they never actually
34035         fixated :)
34036
34037 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34038
34039         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
34040         (gst_icecastsend_init):
34041           fix for new caps system.
34042         * gst-libs/gst/mixer/mixertrack.h:
34043         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
34044           Add 'master track' flag (for tools like ACME that only want to
34045           change the main volume).
34046
34047 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
34048
34049         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
34050         (gst_xvid_csp_to_caps):
34051         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
34052         * ext/xvid/gstxvidenc.c:
34053         ifdef out ARGB type when it isn't available
34054         in xvidcore 1.0.0beta2
34055
34056 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34057
34058         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34059           When we have received a new SCR right in the first buffer after
34060           a seek (so in the same cycle that handles the discont), we should
34061           handle the buffer instead of unreffing it, else we lose data.
34062
34063 2004-01-06  Iain <iain@prettypeople.org>
34064
34065         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
34066           buffer-frames caps too.
34067
34068         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
34069           caps that we need, don't destroy them all and rebuild them. And when
34070           creating src pads, use the src pad template rather than the sink...
34071
34072 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34073
34074         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34075           Add pad to element *after* setting functions such as event handler.
34076           Without this, the scheduler (opt) will link pads, set the event
34077           handler from the default event function (dispatcher in gstpad.c)
34078           and *after* that, we will set our own event function, which will
34079           thus never be used (and thus mpegdemux doesn't handle events).
34080
34081 2004-01-04  David Schleef  <ds@schleef.org>
34082
34083         Fix the fixate functions to handle new prototype:
34084         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34085         * gst/videotestsrc/gstvideotestsrc.c:
34086         (gst_videotestsrc_src_fixate):
34087         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
34088         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
34089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
34090
34091 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34092
34093         * sys/ximage/ximagesink.h:
34094         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
34095         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
34096         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
34097         (gst_ximagesink_xoverlay_init):
34098           assorted fixes to make (re)embedding work
34099         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
34100         (gst_ximagesink_get_desired_size):
34101           implement desired size additions to XOverlay
34102
34103 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34104
34105         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
34106         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
34107         (gst_x_overlay_got_desired_size):
34108         * gst-libs/gst/xoverlay/xoverlay.h:
34109           Add optional "desired size" signal and querying.
34110
34111 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34112
34113         * gst/matroska/matroska-demux.c:
34114         (gst_matroska_demux_parse_blockgroup):
34115           Fix EBML-laced block parsing. Diffs are relative to previous
34116           lace, not the first lace. Thanks to Mosu from the Matroska
34117           team for detecting this.
34118         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34119         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
34120         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
34121         (gst_wavparse_change_state):
34122         * gst/wavparse/gstwavparse.h:
34123           Quickfix for capsnego.
34124
34125 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34126
34127         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
34128           Fix indenting, fix pad creation.
34129
34130 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34131
34132         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
34133         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
34134         (gst_xviddec_sink_link):
34135           Implement src_getcaps() so proper size caps is negotiated.
34136
34137 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34138
34139         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
34140           Finish flac decoder on EOS. See #116178.
34141
34142 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34143
34144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
34145         (gst_matroska_demux_add_stream):
34146         * gst/matroska/matroska-ids.h:
34147           Add getcaps() function to fix capsnego...
34148
34149 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34150
34151         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34152         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
34153         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
34154           Fix more integer overflows. Again, see #126967.
34155
34156 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34157
34158         * ext/mpeg2dec/gstmpeg2dec.c:
34159           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
34160           #130416.
34161
34162 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34163
34164         * configure.ac:
34165         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
34166         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
34167         * ext/xvid/gstxvid.h:
34168         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
34169         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
34170         (gst_xviddec_src_link), (gst_xviddec_sink_link),
34171         (gst_xviddec_change_state):
34172         * ext/xvid/gstxviddec.h:
34173         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
34174         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
34175         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
34176         (gst_xvidenc_link), (gst_xvidenc_set_property),
34177         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
34178         * ext/xvid/gstxvidenc.h:
34179           Update xvid plugin to latest xvid (1.0.0-beta3) API.
34180
34181 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34182
34183         * gst/rtp/rtp-packet.c:
34184           Add sys/types.h include, since OS X doesn't define in_addr_t
34185           in netinet/in.h, like it does on Linux (see #129600).
34186
34187 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
34188
34189         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34190
34191         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
34192           Correct logic of dispose function (see #129306).
34193
34194 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34195
34196         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
34197         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
34198         (gst_mpeg_parse_init):
34199         * gst/mpegstream/gstmpegparse.h:
34200           Remove clock (which was never provided, i.e. dead code), and
34201           also fix integer overflows at high PTS values (see #126967).
34202
34203 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34204
34205         * ext/flac/gstflacdec.c:
34206         * ext/libpng/gstpngenc.h:
34207         * ext/mikmod/gstmikmod.h:
34208           OS X fixes (see #126628).
34209
34210 2004-01-02  David Schleef  <ds@schleef.org>
34211
34212         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
34213         (gst_alsa_src_base_init): Remove bogus "src" request pad.
34214         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
34215         (gst_mpeg_parse_class_init): Move pad template registration
34216         to class_init, since the derived class (mpegdemux) doesn't
34217         want them.
34218
34219 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34220
34221         * sys/ximage/Makefile.am:
34222         * sys/xvideo/Makefile.am:
34223         * sys/xvimage/Makefile.am:
34224           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
34225           after installation (see #127664).
34226
34227 2004-01-02  David Schleef  <ds@schleef.org>
34228
34229         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
34230         (gst_ffmpegenc_connect):  Negotiation fixes.
34231         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
34232         Remove inappropriate gst_caps_free().
34233         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34234         Reenable Ronald's internal resize code, since the core handles
34235         it correctly now.
34236
34237 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34238
34239         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34240         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34242           Fix pad template stuff.
34243
34244 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34245
34246         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34247         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34248           fix signed integer reading/writing.
34249
34250 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34251
34252         * ext/alsa/README:
34253           Remove outdated document
34254
34255 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34256
34257         * gst/cutter/gstcutter.c: (gst_cutter_init):
34258           src pad was being created twice - oops.
34259
34260 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34261
34262         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34263           Comment out internal resize. It doesn't handle the resulting
34264           XEvent internally, does another try_set_caps() which leads to
34265           a really nice loop.
34266           Real fix will come when Julien and Dave are awake. ;).
34267
34268 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34269
34270         * ext/mpeg2enc/gstmpeg2enc.cc:
34271           fix const/nonconst compile issue.
34272
34273 2004-01-02  David Schleef  <ds@schleef.org>
34274
34275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34276         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34277         Add fixate function and a check for bad formats.
34278
34279 2004-01-01  David Schleef  <ds@schleef.org>
34280
34281         Negotiation fixes:
34282         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34283         (gst_audiofilter_init):
34284         * gst/debug/efence.c: (gst_efence_init):
34285         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34286         (gst_deinterlace_init):
34287         * gst/volume/gstvolume.c: (volume_connect):
34288
34289 2004-01-01  David Schleef  <ds@schleef.org>
34290
34291         Convert elements to use gst_pad_use_explicit_caps() where
34292         appropriate:
34293         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34294         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34295         (gst_afparse_open_file):
34296         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34297         (gst_afsrc_open_file):
34298         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34299         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34300         (gst_ffmpegdec_chain):
34301         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34302         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34303         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34304         (gst_gdk_pixbuf_chain):
34305         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34306         (gst_jpegdec_chain):
34307         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34308         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34309         (gst_mikmod_negotiate):
34310         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34311         (gst_mpeg2dec_negotiate_format):
34312         * ext/mpeg2enc/gstmpeg2enc.cc:
34313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34314         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34315         (gst_speexdec_sinkconnect):
34316         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34317         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34318         (gst_vorbisfile_new_link):
34319         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34320         (gst_ac3parse_chain):
34321         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34322         (gst_asf_demux_setup_pad):
34323         * gst/auparse/gstauparse.c: (gst_auparse_init),
34324         (gst_auparse_chain):
34325         * gst/id3/gstid3types.c: (gst_id3types_loop):
34326         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34327         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34328         (mp1videoparse_parse_seq):
34329         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34330         (bpf_from_header):
34331         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34332         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34333         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34334         (gst_mpeg_parse_send_data):
34335         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34336         (gst_qtdemux_add_stream):
34337         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34338         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34339         (gst_wavparse_parse_fmt):
34340
34341 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34342
34343         * configure.ac:
34344           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34345           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34346           it therefore uses the wrong include paths. Too bad... Note
34347           that 1.6.1.93 is not release yet. ;).
34348           Also add a check for mplex, which is now using the lib'ified
34349           mplex from mjpegtools, too.
34350         * ext/ffmpeg/gstffmpegcodecmap.c:
34351           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34352           issues. I don't think ffmpeg handles 3ivx correctly, so this
34353           probably won't work. But it won't hurt either.
34354         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34355         (gst_ffmpegdec_chain):
34356         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34357         (gst_ffmpegenc_chain_audio):
34358           Fix memleak in audio encoding. Close codec if open fails, this
34359           calls the cleanup routines so we can re-use the context.
34360         * ext/mpeg2enc/gstmpeg2enc.cc:
34361           Fix pad template names/types, fix memory issue with getcaps().
34362         * ext/mpeg2enc/gstmpeg2encoder.cc:
34363         * ext/mpeg2enc/gstmpeg2encoder.hh:
34364           Fix compile issue with new caps system (const thingy).
34365         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34366         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34367           We read a first frame right on initing, so that we have a caps
34368           when we init the output. This caps is cached in padprivate and
34369           read as first frame.
34370         * ext/mplex/Makefile.am:
34371         * ext/mplex/gstmplex.cc:
34372         * ext/mplex/gstmplex.h:
34373         * ext/mplex/gstmplex.hh:
34374         * ext/mplex/gstmplexibitstream.cc:
34375         * ext/mplex/gstmplexibitstream.hh:
34376         * ext/mplex/gstmplexjob.cc:
34377         * ext/mplex/gstmplexjob.hh:
34378         * ext/mplex/gstmplexoutputstream.cc:
34379         * ext/mplex/gstmplexoutputstream.hh:
34380           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34381           had issues, didn't do capsnego, supported only a subset of the
34382           mplex features and required a mplex fork in our local CVS. Plus
34383           that it worked agaist a very old mplex version. Rewriting was
34384           faster than updating it.
34385         * gst-libs/ext/Makefile.am:
34386         * gst-libs/ext/mplex/INSTRUCT:
34387         * gst-libs/ext/mplex/Makefile.am:
34388         * gst-libs/ext/mplex/README:
34389         * gst-libs/ext/mplex/TODO:
34390         * gst-libs/ext/mplex/ac3strm_in.cc:
34391         * gst-libs/ext/mplex/audiostrm.hh:
34392         * gst-libs/ext/mplex/audiostrm_out.cc:
34393         * gst-libs/ext/mplex/aunit.hh:
34394         * gst-libs/ext/mplex/bits.cc:
34395         * gst-libs/ext/mplex/bits.hh:
34396         * gst-libs/ext/mplex/buffer.cc:
34397         * gst-libs/ext/mplex/buffer.hh:
34398         * gst-libs/ext/mplex/fastintfns.h:
34399         * gst-libs/ext/mplex/format_codes.h:
34400         * gst-libs/ext/mplex/inputstrm.cc:
34401         * gst-libs/ext/mplex/inputstrm.hh:
34402         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34403         * gst-libs/ext/mplex/mjpeg_logging.cc:
34404         * gst-libs/ext/mplex/mjpeg_logging.h:
34405         * gst-libs/ext/mplex/mjpeg_types.h:
34406         * gst-libs/ext/mplex/mpastrm_in.cc:
34407         * gst-libs/ext/mplex/mpegconsts.cc:
34408         * gst-libs/ext/mplex/mpegconsts.h:
34409         * gst-libs/ext/mplex/mplexconsts.hh:
34410         * gst-libs/ext/mplex/multplex.cc:
34411         * gst-libs/ext/mplex/outputstream.hh:
34412         * gst-libs/ext/mplex/padstrm.cc:
34413         * gst-libs/ext/mplex/padstrm.hh:
34414         * gst-libs/ext/mplex/stillsstream.cc:
34415         * gst-libs/ext/mplex/stillsstream.hh:
34416         * gst-libs/ext/mplex/systems.cc:
34417         * gst-libs/ext/mplex/systems.hh:
34418         * gst-libs/ext/mplex/vector.cc:
34419         * gst-libs/ext/mplex/vector.hh:
34420         * gst-libs/ext/mplex/videostrm.hh:
34421         * gst-libs/ext/mplex/videostrm_in.cc:
34422         * gst-libs/ext/mplex/videostrm_out.cc:
34423         * gst-libs/ext/mplex/yuv4mpeg.cc:
34424         * gst-libs/ext/mplex/yuv4mpeg.h:
34425         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34426         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34427           We don't fork mjpegtools' mplex in our CVS anymore.
34428         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34429         (gst_avi_demux_add_stream):
34430         * gst/avi/gstavidemux.h:
34431           Add getcaps() function for proper caps nego. This makes some
34432           parts of AVI playback/reading work.
34433         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34434           Resize window on new capsnego. This is probably wrong, but
34435           I'm still committing it because with current capsnego, the
34436           first successfull capsnego is auto-fixated, therefore rounded
34437           down to the lowest values in the caps. this results in a 16x16
34438           XWindow that is not reized when real capsnego finishes.
34439           Dave, I see more cases of this, do you know a proper solution?
34440         * tools/gst-launch-ext.in:
34441           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34442
34443 2003-12-31  David Schleef  <ds@schleef.org>
34444
34445         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34446         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34447           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34448
34449 2003-12-30  David Schleef  <ds@schleef.org>
34450
34451         * ext/ffmpeg/gstffmpegcolorspace.c:
34452         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34453         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34454         (gst_ffmpegcsp_chain): Negotiation fixes
34455         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34457         (gst_audio_convert_link), (gst_audio_convert_channels):
34458         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34459         (gst_audioscale_link), (gst_audioscale_get_buffer),
34460         (gst_audioscale_chain): Negotiation fixes
34461         * gst/audioscale/gstaudioscale.h:
34462         * gst/videofilter/gstvideofilter.c:
34463         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34464         (gst_videofilter_link), (gst_videofilter_init),
34465         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34466         (gst_videofilter_find_format_by_structure):
34467         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34468         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34469         (gst_videoscale_link):
34470         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34471         (videoscale_find_by_structure), (gst_videoscale_setup):
34472         * gst/videoscale/videoscale.h: Negotiation fixes
34473         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34474         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34475         function, restrict resizing to a multiple of 4 (hack until
34476         everyone supports odd sizes correctly).
34477
34478 2003-12-29  Colin Walters  <walters@verbum.org>
34479
34480         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34481         signed.
34482
34483 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34484
34485         * ext/sndfile/gstsf.c: (gst_sf_loop):
34486           Fix warning about discarding const qualifier
34487
34488 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34489
34490         * gst/cutter/gstcutter.c:
34491         * gst/videoscale/gstvideoscale.c:
34492         * gst/volenv/gstvolenv.c:
34493         * gst-libs/gst/audio/audio.c:
34494         * gst-libs/gst/video/video.c:
34495           Fix warnings
34496
34497 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34498
34499         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34500           Don't send ALSA debugging to stderr.
34501         * ext/alsa/gstalsa.h:
34502           Use GST_WARNING instead of g_warning when ALSA functions fail.
34503
34504 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34505
34506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34507           Free XVAdapterInfo correctly.
34508
34509 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34510
34511         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34512         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34513           Make id3tag use correct caps nego.
34514
34515 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34516
34517         * ext/ivorbis/vorbis.c:
34518         * ext/ivorbis/vorbisenc.h:
34519         * ext/ivorbis/vorbisfile.c:
34520           Modify so that it uses the new caps things
34521
34522 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34523
34524         * testsuite/spider/spider1.c: (main):
34525         * testsuite/spider/spider2.c: (main):
34526         * testsuite/spider/spider3.c: (main):
34527           Make tests compile again. They probably don't work.
34528
34529 2003-12-24  Colin Walters  <walters@verbum.org>
34530
34531         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34532         we can't fixate the caps anymore.
34533
34534 2003-12-23  David Schleef  <ds@schleef.org>
34535
34536         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34537         * sys/oss/gstosssink.c: (gst_osssink_init),
34538         (gst_osssink_sink_fixate): Add fixate function.
34539
34540 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34541
34542         * ext/ffmpeg/gstffmpegcodecmap.c:
34543         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34544         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34545         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34546         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34547         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34548         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34549         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34550           fix typo in RGB masks, and move back to "old" colorspace
34551           capsnego code until whoever wrote this new crap has actually
34552           tested it so that it works.
34553           And yes, this works, keep it that way please.
34554
34555 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34556
34557         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34558         (gst_divxdec_init), (gst_divxdec_negotiate):
34559         * ext/divx/gstdivxdec.h:
34560         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34561         (gst_divxenc_init):
34562         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34563         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34564         * ext/mpeg2enc/gstmpeg2enc.cc:
34565         * ext/mpeg2enc/gstmpeg2encoder.cc:
34566         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34567         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34568         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34569         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34570         (dxr3spusink_init):
34571         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34572         (dxr3videosink_init):
34573           Fix caps breakage after Dave's caps branch merge.
34574
34575 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34576
34577         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34578           Fix for 24bpp display.
34579
34580 2003-12-23  Colin Walters  <walters@verbum.org>
34581
34582         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34583         a GnomeVFSHandle directly.
34584
34585 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34586
34587         * gst/volume/Makefile.am:
34588         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34589         (volume_base_init), (volume_init):
34590           Reenable volume element and fix to work with new caps stuff.
34591           Rhythmbox needs this.
34592
34593 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34594
34595         * gst/qtdemux/qtdemux.c: (plugin_init):
34596           qtdemux requires bytestream
34597
34598 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34599
34600         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34601           Fix remaining caps handling errors due to CAPS merge.
34602
34603 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34604
34605         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34606         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34607         (gst_faad_srcconnect):
34608           Port to new caps system.
34609
34610 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34611
34612         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34613         (got_video_size), (main): using g_print instead of g_message.
34614         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34615         signal which was not emitted because of "switch" element added to the
34616         bin but not connected. (Removing from the bin temporarily)
34617
34618 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34619
34620         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34621         find X development files. I don't understand the previous tests and
34622         they fail on my debian/ppc unstable. This one works.
34623         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34624         exiting.
34625         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34626         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34627         (gst_play_set_visualization): Add some safety checks in set_ methods
34628         and state_change. This was throwing some ugly CRITICAL messages when
34629         pipeline was getting disposed and casts were failing.
34630
34631 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34632
34633         * configure.ac:
34634           Improve mpeg2enc detection. This is for distributions that do
34635           ship mjpegtools, but without mpeg2enc. Also does object check
34636           for might there ever be ABI incompatibility.
34637         * ext/mpeg2enc/gstmpeg2enc.cc:
34638           Add Andrew as second maintainer (he's helping me), and also add
34639           an error if no caps was set. This happens if I pull before capsnego
34640           and that's something I should solve sometime else.
34641         * gst/matroska/matroska-demux.c:
34642         (gst_matroska_demux_parse_blockgroup):
34643           Fix time parsing.
34644         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34645         (gst_matroska_mux_track_header):
34646           Add caps to templates.
34647         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34648           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34649         * gst/mpegstream/gstmpegdemux.c:
34650           Remove layer since it causes warnings about unfixed caps.
34651         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34652           Fix obvious typo (we error out if caps were set, we should of
34653           course error out if *no* caps were set).
34654         * sys/oss/gstosselement.c: (gst_osselement_convert):
34655           Fix format conversion, we confused bits/bytes.
34656         * sys/oss/gstosselement.h:
34657           Improve documentation for 'bps'.
34658         * sys/v4l/TODO:
34659           Remove stuff about plugins that need removing - this was done
34660           ages ago.
34661         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34662         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34663         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34664         (gst_v4lsrc_src_query):
34665         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34666         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34667           Add get_query_types(), get_formats() and query() functions.
34668
34669 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34670
34671         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34672           * moved CVS to freedesktop.org