configure.ac: Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * configure.ac:
4         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
5         of duplicating these macros in configure.ac.
6
7 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8
9         * po/hu.po:
10         * po/sv.po:
11         * po/uk.po:
12           Updated translations to 0.10.14
13
14 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15
16         translated by: Jakub Bogusz <qboosh@pld-linux.org>
17
18         * po/pl.po:
19           Added Polish translation.
20
21 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22
23         translated by: Ilkka Tuohela <hile@iki.fi>
24
25         * po/fi.po:
26           Added Finnish translation.
27
28 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29
30         translated by: Jorge González González <aloriel@gmail.com>
31
32         * po/es.po:
33           Added Spanish translation.
34
35 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
36
37         translated by: Mogens Jaeger <mogens@jaeger.tf>
38
39         * po/da.po:
40           Added Danish translation.
41
42 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
43
44         translated by: Funda Wang <fundawang@linux.net.cn>
45
46         * po/zh_CN.po:
47           Added Chinese (simplified) translation.
48
49 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
50
51         translated by: Alexander Shopov <ash@contact.bg>
52
53         * po/bg.po:
54           Added Bulgarian translation.
55
56 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
57
58         * gst/playback/gstqueue2.c: (gst_queue_push_one):
59         Fix compilation wrt printf arguments.
60
61 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
62
63         * configure.ac:
64         * tests/examples/Makefile.am:
65         * tests/examples/snapshot/.cvsignore:
66         * tests/examples/snapshot/Makefile.am:
67         * tests/examples/snapshot/snapshot.c: (main):
68         Add simple snapshot example program using appsink.
69
70 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
71
72         * tests/check/generic/states.c:
73           Improved state change unit test.
74
75 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
76
77         * docs/plugins/.cvsignore:
78         * tests/check/.cvsignore:
79           Ignore registries in any format.
80
81 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
82
83         * gst-libs/gst/rtp/gstbasertpdepayload.c:
84         (gst_base_rtp_depayload_chain),
85         (gst_base_rtp_depayload_set_gst_timestamp):
86         Only copy timestamp on outgoing packets if the depayloader did not set
87         one.
88         Also copy duration on outgoing packets.
89
90 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
91
92         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
93         (gst_basertppayload_set_outcaps):
94         Fix compilation because of missing %d in printf.
95         When fixating caps, fixate what we can and throw away all remaining
96         unfixed caps, subclasses should do something smart if they need to.
97
98 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
99
100         * ext/gnomevfs/gstgnomevfssrc.c:
101           Improve debug logs a bit and be more verbose if things go wrong.
102
103 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
104
105         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
106         (gst_text_overlay_set_property):
107         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
108         * gst-libs/gst/audio/gstbaseaudiosink.c:
109         (gst_base_audio_sink_render):
110         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
111         (gst_rtcp_unix_to_ntp):
112         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
113         * gst/playback/gstqueue2.c:
114         * tests/examples/seek/seek.c: (set_scale):
115         Fix a bunch of compile warnings shown with Forte.
116
117         * gst/audiorate/gstaudiorate.c:
118         Always pull in config.h before including any system headers.
119
120 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
121
122         * gst/playback/gstqueue2.c: (update_buffering),
123         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
124         (gst_queue_handle_sink_event), (gst_queue_chain),
125         (gst_queue_push_one), (gst_queue_sink_activate_push),
126         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
127         Also fix #476514 for queue2.
128
129 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
130
131         * gst-libs/gst/rtp/gstbasertpdepayload.c:
132         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
133         (gst_base_rtp_depayload_chain),
134         (gst_base_rtp_depayload_handle_sink_event),
135         (gst_base_rtp_depayload_push_full),
136         (gst_base_rtp_depayload_set_gst_timestamp),
137         (gst_base_rtp_depayload_change_state):
138         Remove code to deal with RTP to GST time conversion, we now just copy
139         the GST timestamp we receive to the outgoing buffers.
140         Handle segment and flushes correctly.
141
142         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
143         When we have no valid input timestamp, use the previous rtp timestamp on
144         the outgoing RTP packet instead of the RTP base time.
145
146 2007-09-15  David Schleef  <ds@schleef.org>
147
148         * ext/alsa/gstalsa.c:
149         * ext/alsa/gstalsadeviceprobe.c:
150         * ext/alsa/gstalsamixer.c:
151         * ext/alsa/gstalsasink.c:
152         * ext/alsa/gstalsasrc.c:
153           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
154
155 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
156
157         * gst-libs/gst/rtp/gstbasertppayload.c:
158         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
159         Add some debug info when negotiating caps.
160
161 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
162
163         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
164         A buffer with an empty payload is also a valid buffer.
165
166 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
167
168         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
169         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
170         (gst_basertppayload_change_state):
171         Make sure we start our RTP timestamp from the random base RTP
172         timestamp even if the buffer timestamp starts from some random value.
173
174 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
175
176         * configure.ac:
177         * tests/examples/Makefile.am:
178         * tests/examples/dynamic/.cvsignore:
179         * tests/examples/dynamic/Makefile.am:
180         * tests/examples/dynamic/addstream.c: (create_stream),
181         (pause_play_stream), (message_received), (eos_message_received),
182         (perform_step), (main):
183         Add simple exmple app to demonstrate starting and pausing live and
184         non-live bins in a PLAYING pipeline.
185
186 2007-09-14  Julien MOUTTE  <julien@moutte.net>
187
188         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
189         typefind for QCP files (RFC #3625)
190
191 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
192
193         * gst-libs/gst/audio/gstbaseaudiosink.c:
194         (gst_base_audio_sink_init):
195         Disable pull mode scheduling, we're not ready for it yet and it subtly
196         breaks a lot of things.
197
198 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
199
200         * tests/check/elements/libvisual.c:
201           Test all libvisual plugins, not just the first one; this reproduces
202           bug #450336 quite easily.  Looks like a problem with the 'jess'
203           visualisation.
204
205 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
206
207         * tests/check/Makefile.am:
208         * tests/check/elements/.cvsignore:
209         * tests/check/elements/libvisual.c:
210           Add basic libvisual test case in an attempt to reproduce bug #450336.
211           Doesn't reproduce that bug, but some other crasher instead (invalid
212           free), at least with make elements/libvisual.forever and the bumscope
213           plugin on x86-64/gutsy. Leaving test disabled for now.
214
215 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
216
217         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
218
219         * gst-libs/gst/rtsp/gstrtspconnection.c:
220         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
221         (read_body), (gst_rtsp_connection_receive):
222         Make sure we can not cancel in the middle of receiving a message.
223         Fixes #475731.
224
225 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
226
227         Patch by: Josep Torra Valles <josep@fluendo.com>
228
229         * gst/playback/gstplaybasebin.c:
230           Increase upper limit for audio queue a bit; fixes preroll problem
231           with playbin and decodebin2 when playing a quicktime trailer with
232           multichannel audio via http (#464666).
233
234 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
235
236         * gst-libs/gst/audio/gstbaseaudiosrc.c:
237         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
238         (gst_base_audio_src_provide_clock),
239         (gst_base_audio_src_set_property),
240         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
241         * gst-libs/gst/audio/gstbaseaudiosrc.h:
242         Allow othe clocks than the internal clock to be used for the pipeline.
243         Add property to disable clock provide.
244         API: GstBaseAudioSrc::provide-clock
245
246 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
247
248         * gst/playback/gstdecodebin2.c:
249           Don't leak request pads. Fixes #475395.
250
251 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
252
253         Patch by: René Stadler <mail at renestadler dot de>
254
255         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
256         (gst_ximage_buffer_class_init):
257         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
258         (gst_xvimage_buffer_class_init):
259         Correctly chain up finalize with the parent class to prevent
260         memory leaks. Fixes #474880.
261
262 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
263
264         * gst/volume/gstvolume.c: (volume_choose_func):
265         * tests/check/elements/volume.c: (GST_START_TEST):
266         Revert the latest change: floating point samples are allowed to
267         have any value, not only values in the range [-1,1]. Thanks to Andy
268         Wingo for noticing.
269         Also fix processing of int32 samples with volumes > 4 by making the
270         unity value smaller which prevents overflows.
271
272 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * gst-libs/gst/rtp/gstrtpbuffer.c:
275         * tests/check/libs/rtp.c:
276           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
277
278 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
279
280         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
281
282         * gst-libs/gst/rtp/gstrtpbuffer.c:
283           Fix up GstRTPHeader helper struct so that compilers will not under
284           any circumstances add padding in between our fields, as currently
285           happens with MSVC on win32, because that would lead to us sending
286           out RTP payloads with broken RTP headers (#471194).
287           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
288           
289         * tests/check/Makefile.am:
290         * tests/check/libs/.cvsignore:
291         * tests/check/libs/rtp.c:
292           Add some simple unit tests for GstRTPBuffer. Some are disabled
293           because the code tested still needs fixing (set_csrc() does not work).
294
295 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
296
297         * win32/MANIFEST:
298         * win32/common/gstrtsp-enumtypes.c:
299         * win32/common/gstrtsp-enumtypes.h:
300         * win32/common/interfaces-enumtypes.c:
301         * win32/common/interfaces-enumtypes.h:
302         * win32/common/multichannel-enumtypes.c:
303           Add rtsp enumtypes (#474384) and update others.
304
305 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
306
307         * configure.ac:
308           Fix configure check for HAVE_LIBXML_HTML.
309
310 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
311
312         * tests/check/libs/.cvsignore:
313           Ignore more, in case the build bots work again one day.
314
315 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
316
317         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
318
319         * configure.ac:
320         * gst-libs/gst/Makefile.am:
321         * gst-libs/gst/fft/Makefile.am:
322         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
323         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
324         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
325         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
326         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
327         * gst-libs/gst/fft/gstfft.h:
328         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
329         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
330         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
331         * gst-libs/gst/fft/gstfftf32.h:
332         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
333         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
334         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
335         * gst-libs/gst/fft/gstfftf64.h:
336         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
337         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
338         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
339         * gst-libs/gst/fft/gstffts16.h:
340         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
341         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
342         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
343         * gst-libs/gst/fft/gstffts32.h:
344         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
345         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
346         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
347         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
348         * gst-libs/gst/fft/kiss_fft_f32.h:
349         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
350         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
351         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
352         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
353         * gst-libs/gst/fft/kiss_fft_f64.h:
354         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
355         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
356         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
357         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
358         * gst-libs/gst/fft/kiss_fft_s16.h:
359         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
360         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
361         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
362         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
363         * gst-libs/gst/fft/kiss_fft_s32.h:
364         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
365         (kiss_fftr_f32), (kiss_fftri_f32):
366         * gst-libs/gst/fft/kiss_fftr_f32.h:
367         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
368         (kiss_fftr_f64), (kiss_fftri_f64):
369         * gst-libs/gst/fft/kiss_fftr_f64.h:
370         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
371         (kiss_fftr_s16), (kiss_fftri_s16):
372         * gst-libs/gst/fft/kiss_fftr_s16.h:
373         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
374         (kiss_fftr_s32), (kiss_fftri_s32):
375         * gst-libs/gst/fft/kiss_fftr_s32.h:
376         * gst-libs/gst/fft/kiss_version:
377         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
378         * pkgconfig/gstreamer-plugins-base.pc.in:
379         Add libgstfft, a FFT library based on Kiss FFT which is
380         BSD licensed. Supported sample formats are int16, int32,
381         float and double. For those formats a real FFT and IFFT
382         can be done, different windowing functions can be applied
383         and functions for extracting the magnitude and phase exist.
384         Fixes #468619.
385
386         * docs/libs/Makefile.am:
387         * docs/libs/gst-plugins-base-libs-docs.sgml:
388         * docs/libs/gst-plugins-base-libs-sections.txt:
389         Integrate libgstfft into the docs.
390
391         * tests/check/Makefile.am:
392         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
393         Add unit tests for libgstfft, currently only testing the FFT.
394         Unit tests for IFFT will follow soon.
395
396 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
397
398         Patch by: Peter Kjellerstedt  <pkj at axis com>
399
400         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
401         (gst_sdp_message_init), (gst_sdp_message_uninit),
402         (is_multicast_address), (gst_sdp_message_as_text),
403         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
404         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
405         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
406         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
407         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
408         (gst_sdp_media_init), (gst_sdp_media_uninit),
409         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
410         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
411         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
412         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
413         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
414         * gst-libs/gst/sdp/gstsdpmessage.h:
415         Separate INIT_ARRAY() and related macros into two versions, one for
416         structures and one for pointers (e.g., INIT_ARRAY() and
417         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
418         lists of emails and phone numbers.
419         Add missing const as appropriate.
420         Change all gint to guint since they all actually represent unsigned
421         values.
422         Do not use time as a variable name as it shadows the global time().
423         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
424         Actually implement gst_sdp_message_add_time().
425         Make gst_sdp_message_add_time() take repeat times as an argument.
426         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
427         Corrected the definition of gst_sdp_media_get_bandwidth() (was
428         misspelled as badwidth).
429         gst-indented and a little clean up. Fixes #471067.
430
431 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
432
433         * gst/volume/gstvolume.c: (volume_choose_func),
434         (volume_process_double), (volume_process_double_clamp),
435         (volume_process_float_clamp):
436         Correctly clamp float/double samples in the [-1.0,1.0] range to
437         prevent weird effects.
438         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
439         Add unit tests for all samples types that had none before.
440
441 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
442
443         * gst-libs/gst/rtp/gstrtpbuffer.c:
444           Need to include stdlib.h for abs() here too.
445
446 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
447
448         * gst/playback/gststreaminfo.c:
449           Fix build.
450
451 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
452
453         * gst/playback/gststreaminfo.c:
454           Clean up some half-disabled code and comment.
455
456 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
457
458         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
459
460         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
461         (gst_base_rtp_payload_audio_handle_event):
462         Return FALSE from the event handler to let the parent class handle the
463         event. Fixes #446766.
464
465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
466         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
467         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
468
469         * gst-libs/gst/rtp/gstbasertppayload.c:
470         Bump the MTU to 1400.
471
472 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
473
474         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
475         Add an audio/x-nsf typefind function for the nsfdec element.
476
477 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
478         * gst/playback/gstplaybasebin.c:
479         Included "myth://" on stream_uris list for enable buffering to mythtv files
480
481 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
482
483         * docs/libs/gst-plugins-base-libs-sections.txt:
484         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
485         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
486         (gst_rtcp_unix_to_ntp):
487         * gst-libs/gst/rtp/gstrtcpbuffer.h:
488         Fix parsing of RB blocks.
489         Fix docs.
490         Added helper functions to convert to/from UNIX and NTP time.
491         API: gst_rtcp_ntp_to_unix()
492         API: gst_rtcp_unix_to_ntp()
493
494         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
495         (gst_rtp_buffer_get_header_len),
496         (gst_rtp_buffer_get_extension_data),
497         (gst_rtp_buffer_get_payload_subbuffer),
498         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
499         (gst_rtp_buffer_ext_timestamp):
500         * gst-libs/gst/rtp/gstrtpbuffer.h:
501         Fix some more docs.
502         Implement handling of packets with extensions.
503         Fix padding check in _validate().
504         Added function to get extension data.
505         API: gst_rtp_buffer_get_header_len()
506         API: gst_rtp_buffer_get_extension_data()
507
508 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
509
510         * gst-libs/gst/rtp/gstbasertpdepayload.c:
511         (gst_base_rtp_depayload_class_init),
512         (gst_base_rtp_depayload_set_gst_timestamp):
513         Add some more docs for the queue-delay property and fix a typo in a
514         comment.
515
516         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
517         Fix typo.
518
519 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
520
521         * gst-libs/gst/audio/gstbaseaudiosink.c:
522         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
523         (gst_base_audio_sink_change_state):
524         When skew slaving, try to hover around the middle of a segment so that
525         we at most drift by half a segment.
526         If we are aligning in the oposite direction of the clock skew, we don't
527         have to resync.
528
529 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
530
531         * gst-libs/gst/rtp/gstbasertpdepayload.c:
532         (gst_base_rtp_depayload_setcaps),
533         (gst_base_rtp_depayload_set_gst_timestamp):
534         Be less silly with the segment start, just apply the clock-base to the
535         timestamp.
536
537 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
538
539         * gst-libs/gst/rtp/gstbasertpdepayload.c:
540         (gst_base_rtp_depayload_class_init),
541         (gst_base_rtp_depayload_finalize),
542         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
543         (gst_base_rtp_depayload_handle_sink_event),
544         (gst_base_rtp_depayload_set_gst_timestamp),
545         (gst_base_rtp_depayload_change_state):
546         * gst-libs/gst/rtp/gstbasertpdepayload.h:
547         Deprecate the queue handling thread thing and remove the code.
548         Use new method to calculate the extended timestamp.
549
550 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
551
552         * gst-libs/gst/rtp/gstrtcpbuffer.c:
553         (gst_rtcp_packet_sdes_copy_entry):
554         Use g_strndup which does exactly what we want.
555
556         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
557         (gst_rtp_buffer_ext_timestamp):
558         * gst-libs/gst/rtp/gstrtpbuffer.h:
559         Add helper function to compare seqnums.
560         Add helper function to calculate extended timestamps.
561         API: gst_rtp_buffer_compare_seqnum()
562         API: gst_rtp_buffer_ext_timestamp()
563
564 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
565
566         * gst-libs/gst/rtp/gstrtcpbuffer.c:
567         (gst_rtcp_packet_sdes_get_entry),
568         (gst_rtcp_packet_sdes_copy_entry):
569         * gst-libs/gst/rtp/gstrtcpbuffer.h:
570         Fix and document SDES item data function.
571         Add new function that makes a proper copy of SDES item data.
572         API: gst_rtcp_packet_sdes_copy_entry()
573
574 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
575
576         * configure.ac:
577         * gst/Makefile.am:
578           The tcp and subparse plugins are under gst, but not totaly free of
579           dependencies. Handle selection inconfigure.ac, so that they show up
580           on the final list of what is build and what is not. Maybe they should
581           better be moved to ext.
582
583 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
584
585         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
586
587         * configure.ac:
588         * gst/Makefile.am:
589           Check if libxml provides HTML parser which subparse needs.
590           Fixes #451970.
591
592 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
593
594         * ext/alsa/gstalsa.c:
595           Fix typo and compilation on big endian systems.
596
597 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
598
599         * gst/subparse/gstssaparse.c:
600           Convert SSA newline codes into actual newline characters (#470766).
601
602 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
603
604         * docs/libs/gst-plugins-base-libs-sections.txt:
605         * gst-libs/gst/pbutils/install-plugins.c:
606         * gst-libs/gst/pbutils/install-plugins.h:
607         * tests/check/libs/pbutils.c:
608           API: also add gst_install_plugins_supported() while we're at it
609           (see #470456).
610
611 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
612
613         * docs/libs/gst-plugins-base-libs-sections.txt:
614         * gst-libs/gst/pbutils/missing-plugins.c:
615         * gst-libs/gst/pbutils/missing-plugins.h:
616         * tests/check/libs/pbutils.c:
617           API: add gst_missing_*_installer_detail_new() convenience API so
618           that applications that know exactly what they're missing can request
619           installer detail strings for those items directly instead of having
620           to first create a dummy missing-plugin message and then get the
621           installer detail string from that.  Fixes #470456.
622
623 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
624
625         * gst/playback/gstdecodebin.c: (close_pad_link):
626         We need to set up delayed-linking whenever the caps are non-fixed,
627         not just when there are multiple types - use gst_pad_is_fixed()
628         to test.
629
630 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
631
632         * gst-libs/gst/pbutils/missing-plugins.c:
633           (gst_missing_plugin_message_get_installer_detail):
634           Add missing separator in PID fallback case.
635
636 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
637
638         * ext/alsa/Makefile.am:
639         There is no GST_PLUGINS_BASE_LIBS defined.
640         
641         * ext/alsa/gstalsa.c:
642         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
643         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
644         Add support for ALSA 24-bit formats.
645         snd_pcm_delay can return an error code, especially
646         during XRUNS. In that case, the best we can do is assume
647         delay = 0.
648
649         * gst/audioconvert/Makefile.am:
650         Add flags from -base before any more-remote dependencies.
651
652 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
653
654         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
655
656         * gst/volume/gstvolume.c: (volume_choose_func),
657         (volume_update_real_volume), (gst_volume_set_volume),
658         (gst_volume_init), (volume_process_int32),
659         (volume_process_int32_clamp), (volume_process_int24),
660         (volume_process_int24_clamp), (volume_process_int16),
661         (volume_process_int16_clamp), (volume_process_int8),
662         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
663         * gst/volume/gstvolume.h:
664         Add support for int32, int24 and int8 to the volume element.
665         Fixes #445529.
666
667 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
668
669         * tests/examples/Makefile.am:
670           Fix even more.
671
672 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
673
674         * configure.ac:
675         * docs/libs/Makefile.am:
676         * docs/libs/gst-plugins-base-libs-docs.sgml:
677         * docs/libs/gst-plugins-base-libs-sections.txt:
678         * ext/gnomevfs/gstgnomevfssrc.c:
679         * ext/gnomevfs/gstgnomevfssrc.h:
680         * gst-libs/gst/Makefile.am:
681         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
682         * pkgconfig/gstreamer-plugins-base.pc.in:
683         * sys/v4l/v4lsrc_calls.c:
684         * tests/examples/Makefile.am:
685         * win32/common/config.h:
686           Revert unwanted commit. many thanks to moap. I want a fix for 
687           https://thomas.apestaart.org/moap/trac/ticket/239
688
689 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
690
691         * gst/volume/gstvolume.c:
692           Move passthrough below gst_object_sync_values(). Fixes #442654.
693
694 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
695
696         * gst-libs/gst/audio/audio.c:
697         Clarify the docs a little.
698
699 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
700
701         * gst/volume/gstvolume.c:
702           Enable liboil for float and add more details about problems with
703           int16.
704
705 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
706
707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
708         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
709
710 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
711
712         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
713         When calculating the first timestamp of the buffers, don't go below 0
714         and clip the samples because the offset was on the eos page.
715         Fixes #466717.
716
717 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
718
719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
720         (gst_ogg_demux_collect_chain_info):
721         Also submit the eos page when trying to find the first timestamp.
722         See #466717.
723
724 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
725
726         * gst-libs/gst/audio/audio.h:
727         Use gst_util_uint64_scale() instead of doing the math
728         with double for GST_FRAMES_TO_CLOCK_TIME() and
729         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
730         prevents rounding errors. Fixes #467667.
731
732 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
733
734         * gst-libs/gst/rtsp/gstrtspconnection.c:
735         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
736         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
737         * gst-libs/gst/rtsp/gstrtspconnection.h:
738         Small cleanups.
739         On shutdown, don't read the control socket yet.
740         Set timeout value correctly in all cases.
741         Add function to check if the server accepts reads or writes.
742         API: gst_rtsp_connection_poll()
743
744         * gst-libs/gst/rtsp/gstrtspdefs.h:
745         Fix compilation with -pedantic.
746         Add enum for _poll.
747
748 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
749
750         Patch by: Olivier Crete  <tester at tester ca>
751
752         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
753         (gst_basertppayload_getcaps):
754         * gst-libs/gst/rtp/gstbasertppayload.h:
755         Add getcaps vfunc to basertppayload. See #465146.
756
757 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
758
759         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
760         Only post buffering messages when we are a stream.
761
762 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
763
764         * gst-libs/gst/pbutils/install-plugins.c:
765         * gst-libs/gst/pbutils/missing-plugins.c:
766           Small docs fix and addition.
767
768 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
769
770         * tests/icles/.cvsignore:
771         * tests/icles/Makefile.am:
772         * tests/icles/test-textoverlay.c:
773           Add a dumb little test for textoverlay alignments.
774
775 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
776
777         Patch by: Dan Williams  <dcbw redhat com>
778
779         * ext/pango/gsttextoverlay.c:
780         * ext/pango/gsttextoverlay.h:
781           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
782           "silent" property so there's a Since tag in the API reference.
783
784 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
785
786         * gst-libs/gst/rtp/gstbasertppayload.c:
787         (gst_basertppayload_set_outcaps):
788         * gst-libs/gst/rtp/gstbasertppayload.h:
789         Improve caps negotiation so that downstream elements can confiure
790         certain RTP properties by fixing them on the caps. See #465146.
791         Add docs.
792
793 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
794
795         * docs/libs/gst-plugins-base-libs-sections.txt:
796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
797         * gst-libs/gst/rtp/gstbasertpdepayload.h:
798           Mark as deprecated some macros which were presumably meant to be
799           private API and accidentally exposed in the public header file.
800           Also actually _init() lock (only works at the moment because the
801           struct is zeroed out when created and the initial values in the
802           mutex struct are zeroes too). (#459585)
803
804 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
805
806         * docs/libs/Makefile.am:
807           Remove cruft and do some cleanups.
808
809         * docs/libs/gst-plugins-base-libs-docs.sgml:
810           Prepare for comming gtkdoc features (rebase against online docs).
811
812 2007-08-10  Michael Smith <msmith@fluendo.com>
813
814         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
815           Debug output fixes.
816         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
817         (GST_START_TEST):
818           Change the number of buffers used; 500 is too many and leads to
819           timeouts.
820
821 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
822
823         * gst/playback/gstqueue2.c:
824         * gst/videorate/gstvideorate.c:
825           Printf format fixes (#465028).
826
827 2007-08-09  Michael Smith <msmith@fluendo.com>
828
829         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
830           If we have a large (> 1 second) discontinuity, push a series of
831           smaller buffers rather than a single very large buffer. Avoids
832           unreasonably large single buffer allocations when encountering a
833           large gap.
834         * tests/check/elements/audiorate.c: (GST_START_TEST),
835         (audiorate_suite):
836           Add a test for this.
837
838 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
839
840         * gst/playback/gstplaybasebin.c: (group_commit),
841         (queue_remove_probe), (queue_threshold_reached):
842
843         Patch by: Josep Torra Valles <josep@fluendo.com>
844         Fixes: #465015
845         Make sure we remove the check_queues buffer probe from the 
846         correct queue to avoid racily going back to "buffering 99%" when
847         buffering is actually complete.
848
849         Also, fix the spelling of Josep's surname in the ChangeLog.
850
851 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
852
853         * ext/ogg/gstoggmux.c:
854           Do not leak oggmux instance.
855         
856         * ext/vorbis/vorbisenc.c:
857           Also log values.
858
859 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
860
861         * po/hu.po:
862         * po/it.po:
863         * po/nl.po:
864         * po/uk.po:
865         * po/vi.po:
866           Updated translations.
867
868 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
869
870         patch by: Yang Hong <hongyang@redflag-linux.com>
871
872         * ext/pango/gsttextoverlay.c:
873         * ext/pango/gsttextoverlay.h:
874           Add 'silent' property to GstTimeOverlay. Fixes #462979
875
876 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
877
878         Patch by: Josep Torra Valles <josep@fluendo.com>
879
880         * docs/plugins/gst-plugins-base-plugins.args:
881         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
882         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
883         (gst_uri_decode_bin_get_property), (gen_source_element):
884         Add connection-speed property. Fixes #464690.
885
886 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
887
888         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
889
890         * configure.ac:
891         * gst-libs/gst/rtsp/Makefile.am:
892         * gst-libs/gst/rtsp/gstrtspconnection.c:
893         (gst_rtsp_connection_connect):
894         Fix compilation on windows. Fixes #464320.
895
896 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
897
898         Patch by: Josep Torra Valles <josep@fluendo.com>
899
900         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
901         (gst_play_base_bin_init), (queue_threshold_reached),
902         (gen_source_element), (setup_substreams),
903         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
904         (gst_play_base_bin_get_streaminfo_value_array):
905         * gst/playback/gstplaybasebin.h:
906         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
907         (gst_play_bin_set_property), (gst_play_bin_get_property),
908         (gst_play_bin_handle_redirect_message):
909         Move connection-speed property from playbin to playbasebin so that we
910         can also configure it in source elements that have the connection-speed
911         property. Fixes #464028.
912         Add some debug info here and there.
913
914 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
915
916         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
917         Properly respond to conversion queries. Fixes #464079.
918
919 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
920
921         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
922         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
923         (gst_audio_test_src_init_sine_table),
924         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
925         * gst/audiotestsrc/gstaudiotestsrc.h:
926         Add float/double and int32 support to audiotestsrc. Fixes #460422.
927         Also set the default volume to the default value specified in the
928         GParamSpec.
929
930 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
931
932         Patch by: Jens Granseuer <jensgr at gmx dot net>
933
934         * gst/audioconvert/gstaudioquantize.c:
935         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
936
937 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
938
939         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
940         Add rdt manager for rdt transport.
941         Fix parsing of RDT transport.
942
943 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
944
945         * configure.ac:
946         Back to CVS
947
948 === release 0.10.14 ===
949
950 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
951
952         * configure.ac:
953           releasing 0.10.14, "Light Years Ahead"
954
955 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
956
957         * tests/check/libs/audio.c: (GST_START_TEST):
958         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
959
960 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
961
962         * gst-libs/gst/audio/audio.c:
963         When clipping a buffer with no timestamp, assume it is
964         within the segment without warnings.
965
966         Fixes: #460978
967
968 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
969
970         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
971         Fire the signal on the object, not the interface.
972
973 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
974
975         * gst-libs/gst/rtsp/.cvsignore:
976         Ber. Don't include the full path, idiot.
977
978 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
979
980         * gst-libs/gst/rtsp/.cvsignore:
981         Ignore generated files.
982
983 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
984
985         * gst-libs/gst/interfaces/Makefile.am:
986         * gst-libs/gst/interfaces/interfaces-marshal.list:
987         * gst-libs/gst/interfaces/rtspextension.c:
988         * gst-libs/gst/interfaces/rtspextension.h:
989         * gst-libs/gst/rtsp/Makefile.am:
990         * gst-libs/gst/rtsp/gstrtsp.h:
991         * gst-libs/gst/rtsp/gstrtspextension.c:
992         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
993         (gst_rtsp_extension_detect_server),
994         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
995         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
996         (gst_rtsp_extension_configure_stream),
997         (gst_rtsp_extension_get_transports),
998         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
999         * gst-libs/gst/rtsp/gstrtspextension.h:
1000         * gst-libs/gst/rtsp/rtsp-marshal.list:
1001         Move the rtspextension.h interface into gstrtspextension.h
1002         as part of libgstrtsp instead of libgstinterfaces, because it's
1003         only for use within plugins, not applications. 
1004         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
1005         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
1006         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
1007         is abstract.
1008
1009 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1010
1011         * gst-libs/gst/interfaces/Makefile.am:
1012         * gst-libs/gst/interfaces/interfaces-marshal.list:
1013         * gst-libs/gst/interfaces/rtspextension.c:
1014         (gst_rtsp_extension_iface_init),
1015         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
1016         * gst-libs/gst/interfaces/rtspextension.h:
1017         Fix marshaller for the send signal.
1018         Add URL to stream selection interface method.
1019
1020 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1021
1022         * gst-libs/gst/riff/Makefile.am:
1023         Pull in our dependencies from -base before those from outside.
1024
1025 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1026
1027         * docs/libs/gst-plugins-base-libs-sections.txt:
1028         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
1029         * gst-libs/gst/rtsp/gstrtspbase64.h:
1030         API: gst_rtsp_base64_decode_ip()
1031         Added function to decode Base64 in-place.
1032
1033 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1034
1035         * tests/check/libs/.cvsignore:
1036         Ignore the mixer test binary.
1037
1038 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1039
1040         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
1041         Gratuitous comment change to trigger a rebuild on the buildbots.
1042
1043 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1044
1045         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
1046         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1047         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
1048         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
1049         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1050         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
1051         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
1052         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
1053         (gst_sdp_media_get_attribute_val):
1054         * gst-libs/gst/sdp/gstsdpmessage.h:
1055         Constify args where we can.
1056
1057 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1058
1059         * gst-libs/gst/interfaces/Makefile.am:
1060         * gst-libs/gst/interfaces/rtspextension.c:
1061         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
1062         (gst_rtsp_extension_detect_server),
1063         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
1064         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
1065         (gst_rtsp_extension_configure_stream),
1066         (gst_rtsp_extension_get_transports),
1067         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
1068         * gst-libs/gst/interfaces/rtspextension.h:
1069         Move interface for RTSP extensions from -good to here.
1070         Added helper methods to invoke interface methods.
1071
1072 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1073
1074         * docs/libs/gst-plugins-base-libs-sections.txt:
1075         * gst-libs/gst/rtsp/gstrtspdefs.h:
1076         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1077         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
1078         (gst_rtsp_message_init_response),
1079         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
1080         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
1081         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1082         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1083         (gst_rtsp_message_get_body), (dump_key_value):
1084         * gst-libs/gst/rtsp/gstrtspmessage.h:
1085         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1086         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1087         (gst_rtsp_range_parse):
1088         * gst-libs/gst/rtsp/gstrtsprange.h:
1089         * gst-libs/gst/rtsp/gstrtsptransport.c:
1090         * gst-libs/gst/rtsp/gstrtspurl.c:
1091         Fix some more RTSP docs.
1092         Add some missing methods for dealing with messages.
1093
1094 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1095
1096         * docs/libs/gst-plugins-base-libs-docs.sgml:
1097         * docs/libs/gst-plugins-base-libs-sections.txt:
1098         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1099         * gst-libs/gst/rtsp/gstrtspbase64.h:
1100         * gst-libs/gst/rtsp/gstrtspconnection.c:
1101         (gst_rtsp_connection_connect), (add_auth_header),
1102         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
1103         (read_body), (gst_rtsp_connection_receive),
1104         (gst_rtsp_connection_next_timeout),
1105         (gst_rtsp_connection_reset_timeout),
1106         (gst_rtsp_connection_set_auth):
1107         * gst-libs/gst/rtsp/gstrtspconnection.h:
1108         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
1109         * gst-libs/gst/rtsp/gstrtspdefs.h:
1110         * gst-libs/gst/rtsp/gstrtspmessage.h:
1111         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1112         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1113         (gst_rtsp_range_parse):
1114         * gst-libs/gst/rtsp/gstrtspurl.h:
1115         Added beginnings of RTSP documentation.
1116
1117 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1118
1119         * docs/libs/Makefile.am:
1120         * docs/libs/gst-plugins-base-libs-docs.sgml:
1121         * docs/libs/gst-plugins-base-libs-sections.txt:
1122         * gst-libs/gst/sdp/gstsdp.h:
1123         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
1124         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
1125         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1126         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
1127         (gst_sdp_message_get_attribute_val),
1128         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
1129         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
1130         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
1131         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1132         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
1133         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
1134         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
1135         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
1136         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1137         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
1138         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
1139         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
1140         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
1141         (gst_sdp_media_get_attribute_val_n),
1142         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
1143         (print_media), (gst_sdp_message_dump):
1144         * gst-libs/gst/sdp/gstsdpmessage.h:
1145         Document the SDP library.
1146         Add some of the missing SDPMedia methods.
1147
1148 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1149
1150         * configure.ac:
1151         * gst-libs/gst/Makefile.am:
1152         * gst-libs/gst/rtsp/Makefile.am:
1153         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1154         * gst-libs/gst/rtsp/gstrtspbase64.h:
1155         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
1156         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
1157         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
1158         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
1159         (parse_response_status), (parse_request_line), (parse_line),
1160         (gst_rtsp_connection_read), (read_body),
1161         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
1162         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
1163         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
1164         (gst_rtsp_connection_set_auth):
1165         * gst-libs/gst/rtsp/gstrtspconnection.h:
1166         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
1167         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
1168         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
1169         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
1170         (gst_rtsp_find_method):
1171         * gst-libs/gst/rtsp/gstrtspdefs.h:
1172         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1173         (gst_rtsp_message_new), (gst_rtsp_message_init),
1174         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
1175         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
1176         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
1177         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
1178         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1179         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1180         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
1181         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
1182         (gst_rtsp_message_dump):
1183         * gst-libs/gst/rtsp/gstrtspmessage.h:
1184         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1185         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1186         (gst_rtsp_range_parse), (gst_rtsp_range_free):
1187         * gst-libs/gst/rtsp/gstrtsprange.h:
1188         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
1189         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
1190         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
1191         (range_as_text), (rtsp_transport_mode_as_text),
1192         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
1193         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
1194         (gst_rtsp_transport_free):
1195         * gst-libs/gst/rtsp/gstrtsptransport.h:
1196         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
1197         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
1198         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
1199         * gst-libs/gst/rtsp/gstrtspurl.h:
1200         * gst-libs/gst/sdp/Makefile.am:
1201         * gst-libs/gst/sdp/gstsdp.h:
1202         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
1203         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
1204         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
1205         (gst_sdp_attribute_init), (gst_sdp_message_new),
1206         (gst_sdp_message_init), (gst_sdp_message_uninit),
1207         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
1208         (gst_sdp_media_uninit), (gst_sdp_media_free),
1209         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
1210         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
1211         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
1212         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
1213         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1214         (gst_sdp_message_get_attribute_val),
1215         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
1216         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
1217         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
1218         (gst_sdp_media_get_attribute_val_n),
1219         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
1220         (read_string), (read_string_del), (gst_sdp_parse_line),
1221         (gst_sdp_message_parse_buffer), (print_media),
1222         (gst_sdp_message_dump):
1223         * gst-libs/gst/sdp/gstsdpmessage.h:
1224         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1225         Move SDP and RTSP from helper objects in -good to a reusable library.
1226         Use a proper gst_ namespace.
1227
1228 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1229
1230         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1231         (vorbis_dec_flush_decode):
1232         Use the new buffer clipping function from gstaudio here.
1233
1234 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1235
1236         * docs/libs/gst-plugins-base-libs-sections.txt:
1237         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
1238         * gst-libs/gst/audio/audio.h:
1239         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
1240         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
1241         Also add deprecation guards for gst_audio_structure_set_int() to the
1242         header.
1243
1244 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1245
1246         * docs/libs/gst-plugins-base-libs-sections.txt:
1247           Cleanup the docs.
1248
1249 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1250
1251         Patch by: Dan Williams <dcbw at redhat dot com>
1252
1253         * gst/playback/gstplaybasebin.c:
1254         (gst_play_base_bin_get_streaminfo_value_array):
1255         Don't return NULL when querying the stream info value array but instead
1256         return an empty array. Fixes #459204.
1257
1258 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * gst/playback/gsturidecodebin.c:
1261           Init debug category before using it.
1262
1263 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1264
1265         * gst-libs/gst/interfaces/mixer.h:
1266         Add padding vars in place of the signal pointers
1267         when building with DISABLE_DEPRECATED so that the
1268         interface structure doesn't change size.
1269
1270 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1271
1272         * docs/libs/gst-plugins-base-libs-sections.txt:
1273         * ext/alsa/gstalsamixer.c:
1274         * ext/alsa/gstalsamixer.h:
1275         * ext/alsa/gstalsamixerelement.c:
1276         * ext/alsa/gstalsamixertrack.c:
1277         * gst-libs/gst/interfaces/mixer.c:
1278         * gst-libs/gst/interfaces/mixer.h:
1279         * gst-libs/gst/interfaces/mixeroptions.c:
1280         * gst-libs/gst/interfaces/mixeroptions.h:
1281         * gst-libs/gst/interfaces/mixertrack.c:
1282         * gst-libs/gst/interfaces/mixertrack.h:
1283         * tests/check/Makefile.am:
1284         * tests/check/libs/mixer.c:
1285
1286         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1287         Fixes: #152864 
1288
1289         Add support for notifying mixer changes on the message bus, and
1290         implement it in alsamixer.
1291
1292         API: gst_mixer_get_mixer_flags
1293         API: gst_mixer_message_parse_mute_toggled
1294         API: gst_mixer_message_parse_record_toggled
1295         API: gst_mixer_message_parse_volume_changed
1296         API: gst_mixer_message_parse_option_changed
1297         API: GstMixerMessageType
1298         API: GstMixerFlags
1299
1300 2007-07-20  Michael Smith <msmith@fluendo.com>
1301
1302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1303         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1304           xcontext->im_format is only for testing XShm support (as the header
1305           file comments document). Use xvimage->im_format for everything else.
1306           Avoids spurious warnings on buffer allocation before setcaps.
1307
1308 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1309
1310         * tests/examples/volume/Makefile.am:
1311         * tests/icles/Makefile.am:
1312           We should use $(LIBM).
1313
1314 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1315
1316         * tests/icles/Makefile.am:
1317           This needs -lm.
1318
1319 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1320
1321         * gst-libs/gst/rtp/gstbasertppayload.c:
1322         (gst_basertppayload_class_init), (gst_basertppayload_init),
1323         (gst_basertppayload_set_property),
1324         (gst_basertppayload_get_property):
1325         Don't break ABI, restore previous ranges. Keep the default random
1326         selection of timestamp and seqnum offset but as soon as the app sets a
1327         specific value, use that one.
1328
1329 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1330
1331         Patch by: Bastien Nocera <hadess at hadess dot net>
1332
1333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1334         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1335         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1336         * sys/xvimage/xvimagesink.h:
1337         Add option to turn off double-buffering for debugging purposes.
1338         Fixes #437169.
1339
1340 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1341
1342         Patch by: Jorn Baayen <jorn at openedhand dot com>
1343
1344         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1345         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1346         (gst_ximagesink_init), (gst_ximagesink_class_init):
1347         * sys/ximage/ximagesink.h:
1348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1349         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1350         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1351         * sys/xvimage/xvimagesink.h:
1352         add 'handle-expose' property. Useful for video widgets which may want to
1353         be in control of Expose behaviour. Fixes #380625
1354
1355 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1356
1357         * gst-libs/gst/rtp/gstbasertppayload.c:
1358         (gst_basertppayload_class_init), (gst_basertppayload_init),
1359         (gst_basertppayload_event), (gst_basertppayload_push),
1360         (gst_basertppayload_set_property),
1361         (gst_basertppayload_get_property),
1362         (gst_basertppayload_change_state):
1363         * gst-libs/gst/rtp/gstbasertppayload.h:
1364         Fix ranges of rtp payloader properties so that the full range can be
1365         used in addition to -1 (random).
1366         Fix wrong seqnum reporting in caps.
1367         Fixes #420326.
1368
1369 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1370
1371         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1372         (gst_video_rate_query):
1373         Use boilerplate.
1374         Add latency query, might not be perfect yet but already works a lot
1375         better. Fixes #442557.
1376
1377 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1378
1379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1380         (gst_xvimagesink_setcaps):
1381         * sys/xvimage/xvimagesink.h:
1382         After a caps change, redraw our borders to avoid garbage left there
1383         when the image format changes to a smaller size, like 16:9 -> 4:3
1384         Also, hold the flow_lock a bit longer in the set_caps while we're
1385         fiddling with the xcontext.
1386
1387 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1388
1389         * Makefile.am:
1390         * configure.ac:
1391         * tests/Makefile.am:
1392         Remove bogus check for libcheck, since we check for
1393         gstreamer-check and it pulls in the required info from there, and we
1394         weren't actually _using_ the information for libcheck ourselves
1395         anyway.
1396
1397 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1398
1399         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1400         (gst_ffmpeg_caps_to_pixfmt):
1401         Fix the r_mask test for RGBA32 on little-endian.
1402         Fix a stupid typo that would have obviously broken 
1403         compilation on big-endian, if anyone was testing.
1404
1405 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1406
1407         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1408         (paint_hline_str4):
1409         * gst/videotestsrc/videotestsrc.h:
1410         Add alpha to the color struct.
1411         Use a default alpha value of 255 instead of 128.
1412
1413 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1414
1415         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1416         (setup_source):
1417         Clear the dynamic pads counter when starting a new uri. This makes
1418         reusing playbin work again.
1419         Fixes #454264.
1420
1421 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1422
1423         * configure.ac:
1424           Use pkg-config to locate check.
1425
1426 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1427
1428         * configure.ac:
1429         * tests/check/elements/volume.c: (GST_START_TEST):
1430           Fix 'make check' build against core CVS.
1431
1432 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1433
1434         * gst-libs/gst/interfaces/propertyprobe.c:
1435         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1436         * gst-libs/gst/tag/gstvorbistag.c:
1437           Make gtk-doc happy.
1438
1439 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1440
1441         * gst-libs/gst/audio/gstbaseaudiosink.c:
1442         (gst_base_audio_sink_callback):
1443           Quick hack to make audiosinks stop at EOS when operating in
1444           pull-mode; needs to be fixed properly some day.
1445
1446 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1447
1448         * docs/libs/gst-plugins-base-libs-sections.txt:
1449           Fix location of includes in the docs.
1450
1451 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1452
1453         * gst/ffmpegcolorspace/avcodec.h:
1454         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1455         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1456         (gst_ffmpegcsp_avpicture_fill):
1457         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1458         (img_get_alpha_info):
1459         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1460         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1461         end of the word. Partially fixes #451908
1462
1463 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * docs/libs/Makefile.am:
1466         * docs/plugins/Makefile.am:
1467           Simplify --extra-dir as gtkdoc scans recursively.
1468
1469 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1470
1471         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1472         (gst_adder_request_new_pad):
1473         Make getcaps more robust by not using the proxycaps function. This makes
1474         sure that we don't end up recursively calling getcaps upstream.
1475         See #316248.
1476
1477 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1478
1479         * gst/audioconvert/audioconvert.c:
1480         Include math.h to fix compilation.
1481
1482 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1483
1484         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1485         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1486         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1487         format, as produced by some dc1394 cameras like the iSight.
1488         See http://www.fourcc.org/yuv.php#IYU1
1489
1490 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1491
1492         * gst/audioconvert/Makefile.am:
1493         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1494         (check_default), (audio_convert_prepare_context),
1495         (audio_convert_clean_context), (audio_convert_convert):
1496         * gst/audioconvert/audioconvert.h:
1497         * gst/audioconvert/gstaudioconvert.c:
1498         (gst_audio_convert_dithering_get_type),
1499         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1500         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1501         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1502         * gst/audioconvert/gstaudioconvert.h:
1503         * gst/audioconvert/gstaudioquantize.c:
1504         (gst_audio_quantize_setup_noise_shaping),
1505         (gst_audio_quantize_free_noise_shaping),
1506         (gst_audio_quantize_setup_dither),
1507         (gst_audio_quantize_free_dither),
1508         (gst_audio_quantize_setup_quantize_func),
1509         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1510         * gst/audioconvert/gstaudioquantize.h:
1511         Implement dithering and noise shaping in audioconvert. By default now
1512         TPDF dithering (and no noise shaping) will be used when converting
1513         from a higher bit depth to 20 bit depth or smaller, otherwise
1514         everything will be as it is now.
1515         For the last audioconvert in a pipeline it would make sense to
1516         use some kind of noise shaping, enabling it by default for all
1517         conversions would give undesired results though. Fixes #360246.
1518         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1519         (GST_START_TEST):
1520         Adjust unit test for the new audioconvert.
1521
1522 2007-06-28  Wim Taymans  <wim@fluendo.com>
1523
1524         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1525         Use other metrics as well when estimating the buffer level.
1526
1527 2007-06-28  Wim Taymans  <wim@fluendo.com>
1528
1529         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1530         Small debug improvement.
1531
1532         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1533         (plugin_init):
1534         Tweak the rate estimation period.
1535         When calculating the buffer filledness in rate estimation mode, don't
1536         mix it with other metrics.
1537
1538 2007-06-28  Wim Taymans  <wim@fluendo.com>
1539
1540         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1541         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1542         When creating the groups, allow for a 5 second, unlimited buffers
1543         preroll phase after which we expose the group.
1544         When the group is exposed, use a small number of buffers up to a 2
1545         second limit. Also disconnect the overrun signal from multiqueue when we
1546         exposed the group because it is not needed anymore.
1547
1548 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1549
1550         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1551           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1552           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1553           (#451707); also, output some debugging info when dealing with
1554           freeform strings.
1555
1556         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1557           Add unit test for the above.
1558
1559 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1562           Add description for Windows Media RTP caps.
1563
1564         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1565           Remove RTP fields that don't define the format from caps.
1566
1567 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1568
1569         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1570           Skip empty buffers, but not empty header buffers. That way the original
1571           vorbisdec unit test still passes (#451145); also, take into account
1572           that those empty packets might carry a granulepos.
1573
1574         * tests/check/Makefile.am:
1575         * tests/check/elements/vorbisdec.c:
1576         (_create_codebook_header_buffer), (_create_audio_buffer),
1577         (GST_START_TEST), (vorbisdec_suite):
1578           Add unit test that sends an empty packet.
1579
1580 2007-06-27  Wim Taymans  <wim@fluendo.com>
1581
1582         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1583         Don't error out on 0-sized packets, just emit a warning because this is
1584         not a fatal error. Fixes #451145.
1585
1586 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1587
1588         * docs/plugins/gst-plugins-base-plugins.args:
1589         * docs/plugins/gst-plugins-base-plugins.signals:
1590         * docs/plugins/inspect/plugin-adder.xml:
1591         * docs/plugins/inspect/plugin-alsa.xml:
1592         * docs/plugins/inspect/plugin-audioconvert.xml:
1593         * docs/plugins/inspect/plugin-audiorate.xml:
1594         * docs/plugins/inspect/plugin-audioresample.xml:
1595         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1596         * docs/plugins/inspect/plugin-cdparanoia.xml:
1597         * docs/plugins/inspect/plugin-decodebin.xml:
1598         * docs/plugins/inspect/plugin-decodebin2.xml:
1599         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1600         * docs/plugins/inspect/plugin-gdp.xml:
1601         * docs/plugins/inspect/plugin-gnomevfs.xml:
1602         * docs/plugins/inspect/plugin-libvisual.xml:
1603         * docs/plugins/inspect/plugin-ogg.xml:
1604         * docs/plugins/inspect/plugin-pango.xml:
1605         * docs/plugins/inspect/plugin-playbin.xml:
1606         * docs/plugins/inspect/plugin-subparse.xml:
1607         * docs/plugins/inspect/plugin-tcp.xml:
1608         * docs/plugins/inspect/plugin-theora.xml:
1609         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1610         * docs/plugins/inspect/plugin-video4linux.xml:
1611         * docs/plugins/inspect/plugin-videorate.xml:
1612         * docs/plugins/inspect/plugin-videoscale.xml:
1613         * docs/plugins/inspect/plugin-videotestsrc.xml:
1614         * docs/plugins/inspect/plugin-volume.xml:
1615         * docs/plugins/inspect/plugin-vorbis.xml:
1616         * docs/plugins/inspect/plugin-ximagesink.xml:
1617         * docs/plugins/inspect/plugin-xvimagesink.xml:
1618           Update docs with caps info.
1619
1620 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1621
1622         * po/POTFILES.in:
1623           Add more files with translatable strings (#450875).
1624
1625 2007-06-23  Edward Hervey  <edward@fluendo.com>
1626
1627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1628         The chain should be freed if we error out here, else it will leak.
1629         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1630         (cleanup_decodebin):
1631         Don't forget to *properly* remove the signals, else it will leak.
1632
1633 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1634
1635         * MAINTAINERS:
1636         Updating all the maintainers files
1637
1638 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1639
1640         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1641         (main):
1642           Destroy and recreate parse-launch based pipeline after stop to be able
1643           to play again. Reorder some code and add more comments.
1644
1645 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1646
1647         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1648         When handling a delayed-caps notification case, mark
1649         the group as dynamic so that the nbdynamic count is
1650         incremented and decremented correctly. Fixes: #449156
1651         Patch by: Wim Taymans <wim@fluendo.com>
1652
1653 2007-06-19  Andy Wingo  <wingo@pobox.com>
1654
1655         * gst-libs/gst/audio/gstbaseaudiosink.c
1656         (gst_base_audio_sink_init): Enable pull-mode operation.
1657
1658 2007-06-19  Michael Smith <msmith@fluendo.com>
1659
1660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1661           Change minimum rate back to 1000 to allow low-sample-rate wav files
1662           to play back.
1663
1664 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1665
1666         * po/vi.po:
1667           Update translations.
1668
1669 2007-06-15  David Schleef  <ds@schleef.org>
1670
1671         * gst/playback/gstqueue2.c:
1672           Fix compile error from ignored return value.
1673
1674 2007-06-15  Michael Smith <msmith@fluendo.com>
1675
1676         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1677           Update tmpbuf for all neccesary rows, not just one, as is required
1678           when downscaling.
1679           Fixes #402076.
1680
1681 2007-06-15  Michael Smith <msmith@fluendo.com>
1682
1683         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1684         (eos_buffer_probe):
1685           Add a test that ensures we set DELTA_UNIT on all non-header,
1686           non-video buffers, if we have a video stream.
1687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1688         (gst_ogg_mux_process_best_pad):
1689           Move setting delta_pad to earlier, where we inspect all pads, so
1690           that leading audio pages don't get DELTA_UNIT unset if they come
1691           before the first DELTA_UNIT from video pages. Fixes the newly-added
1692           test. Fixes #385527.
1693
1694 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1695
1696         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1697           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1698           fails on the p5-ppc64 build bot and the failure looks like it is due
1699           to the same issue as #348114, ie. a compiler bug.
1700
1701 2007-06-13  Edward Hervey  <edward@fluendo.com>
1702
1703         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1704         Fix build on MacOSX.
1705
1706 2007-06-13  Wim Taymans  <wim@fluendo.com>
1707
1708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1709         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1710         Fix compilation on mingw. Fixes #446972.
1711
1712 2007-06-12  Wim Taymans  <wim@fluendo.com>
1713
1714         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1715
1716         * gst/playback/gstqueue2.c: (update_buffering),
1717         (gst_queue_locked_enqueue):
1718         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1719         also update the buffering status when receiving events. Fixes #446551.
1720
1721 2007-06-11  Wim Taymans  <wim@fluendo.com>
1722
1723         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1724
1725         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1726         (gst_queue_handle_src_query):
1727         Wait for preroll before attempting to forward a duration query upstream.
1728         Fixes #445505.
1729
1730 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1731
1732         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1733         (gst_base_rtp_depayload_set_gst_timestamp):
1734         Use G_GINT64_CONSTANT macro for int64 constant.
1735         * win32/common/libgstinterfaces.def:
1736         * win32/common/libgsttag.def:
1737         Add new exported functions.
1738
1739 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1742           The BOS page of the first Dirac video stream needs to come before
1743           the BOS page of any Vorbis streams or other audio streams, just like
1744           it is with Theora.
1745
1746 2007-06-07  Wim Taymans  <wim@fluendo.com>
1747
1748         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1749         Fix compilation.
1750
1751 2007-06-06  Wim Taymans  <wim@fluendo.com>
1752
1753         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1754
1755         * gst/playback/gstqueue2.c: (gst_queue_init),
1756         (gst_queue_handle_sink_event), (gst_queue_chain),
1757         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1758         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1759         (gst_queue_src_activate_pull):
1760         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1761         Does not yet completely work because duration queries upstream won't
1762         block yet.
1763
1764 2007-06-06  Wim Taymans  <wim@fluendo.com>
1765
1766         * configure.ac:
1767         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1768         Some more fseeko checks.
1769
1770 2007-06-06  Wim Taymans  <wim@fluendo.com>
1771
1772         * configure.ac:
1773         check for large file support.
1774
1775 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1776
1777         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1778
1779         * gst/subparse/gstsubparse.c: (parse_subrip),
1780         (subviewer_unescape_newlines), (parse_subviewer),
1781         (gst_sub_parse_data_format_autodetect),
1782         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1783         * gst/subparse/gstsubparse.h:
1784         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1785         * tests/check/elements/subparse.c: (GST_START_TEST),
1786         (subparse_suite):
1787         Add a unit test for both SubViewer formats.
1788
1789 2007-06-01  Michael Smith <msmith@fluendo.com>
1790
1791         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1792           Don't overflow intermediate values when seeking to large time values
1793           in audiotestsrc.
1794
1795 2007-06-05  Wim Taymans  <wim@fluendo.com>
1796
1797         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1798         (gst_queue_create_read), (gst_queue_read_item_from_file),
1799         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1800         Include stdio to define fseeko.
1801
1802 2007-06-05  Wim Taymans  <wim@fluendo.com>
1803
1804         Patch by: Edward Hervey  <edward@fluendo.com>
1805
1806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1807         (gst_v4lsrc_query):
1808         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1809
1810 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1811
1812         * gst-libs/gst/riff/Makefile.am:
1813         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1814           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1815           our own implementation.
1816
1817 2007-06-05  Wim Taymans  <wim@fluendo.com>
1818
1819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1820         (gst_base_rtp_depayload_setcaps),
1821         (gst_base_rtp_depayload_set_gst_timestamp),
1822         (gst_base_rtp_depayload_change_state):
1823         Handle timestamp wraparound.
1824
1825 2007-06-05  Wim Taymans  <wim@fluendo.com>
1826
1827         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1828         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1829         (gst_uri_decode_bin_change_state):
1830         Make sure we name srcpads uniquely even when using different internal
1831         decodebins.
1832         Signal no-more-pads when no more dynamic elements exist.
1833         Remove pads on cleanup.
1834
1835 2007-06-05  Wim Taymans  <wim@fluendo.com>
1836
1837         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1838
1839         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1840         (gst_queue_init), (gst_queue_finalize),
1841         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1842         (gst_queue_create_read), (gst_queue_read_item_from_file),
1843         (gst_queue_open_temp_location_file),
1844         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1845         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1846         (gst_queue_is_empty), (gst_queue_is_filled),
1847         (gst_queue_change_state), (gst_queue_set_temp_location),
1848         (gst_queue_set_property):
1849         Add support for filebased buffering. Fixes #441264.
1850
1851 2007-06-05  Wim Taymans  <wim@fluendo.com>
1852
1853         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1854         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1855         (caps_notify_group_cb), (gst_decode_group_new),
1856         (gst_decode_group_free):
1857         Add support for delayed caps fixation when autoplugging.
1858         Optimize cases where a multiqueue is not needed/wanted, like right after
1859         anything that is not a demuxer.
1860
1861 2007-06-05  Wim Taymans  <wim@fluendo.com>
1862
1863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1864         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1865         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1866         consideratly speedup ogg chain detection by not trying to find a base
1867         timestamp for skeleton streams. 
1868
1869 2007-06-05  Wim Taymans  <wim@fluendo.com>
1870
1871         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1872         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1873         (gst_multi_fd_sink_remove_flush),
1874         (gst_multi_fd_sink_remove_client_link),
1875         (gst_multi_fd_sink_handle_client_write),
1876         (gst_multi_fd_sink_handle_clients):
1877         * gst/tcp/gstmultifdsink.h:
1878         Add support for remove_flush.
1879
1880 2007-06-05  Wim Taymans  <wim@fluendo.com>
1881
1882         * docs/design/draft-keyframe-force.txt:
1883         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1884         (theora_enc_chain):
1885         Add draft design for forcing keyframes in encoders and implement in
1886         theoraenc.
1887
1888 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1889
1890         * configure.ac:
1891           Back to CVS
1892
1893 === release 0.10.13 ===
1894
1895 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1896
1897         * configure.ac:
1898           releasing 0.10.13, "What's Going on?"
1899
1900 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1901
1902         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1903         In riff, the depth is stored in the size field but it just means that
1904         the least significant bits are cleared. We can therefore just play
1905         the sample as if it had a depth == width. Fixes: #440997
1906
1907         Patch by: Wim Taymans <wim@fluendo.com> 
1908         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1909
1910 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1911
1912         * gst-libs/gst/floatcast/floatcast.h:
1913         Define inline when needed on win32 builds. Fixes: #441295
1914         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1915
1916 2007-05-29  Wim Taymans  <wim@fluendo.com>
1917
1918         * gst/playback/gstplaybasebin.c: (queue_overrun),
1919         (no_more_pads_full):
1920         Stop buffering when the group is commited because the queues filled up.
1921         Fixes #442024.
1922
1923 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1924
1925         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1926         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1927         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1928         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1929         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1930         * ext/alsa/gstalsamixer.h:
1931         * ext/alsa/gstalsamixerelement.c:
1932         (gst_alsa_mixer_element_interface_supported),
1933         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1934         (gst_alsa_mixer_element_set_property),
1935         (gst_alsa_mixer_element_get_property),
1936         (gst_alsa_mixer_element_change_state):
1937         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1938         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1939         (gst_mixer_option_changed):
1940         * gst-libs/gst/interfaces/mixer.h:
1941         Revert commits towards #152864 made so far. We'll pick it up again
1942         after the 0.10.13 release.
1943
1944 2007-05-24  Wim Taymans  <wim@fluendo.com>
1945
1946         * gst-libs/gst/audio/gstbaseaudiosink.c:
1947         (gst_base_audio_sink_render):
1948         After an interrupt (PAUSED/flush) assume that the next sample should not
1949         be aligned to the previous sample. Fixes #417992.
1950
1951 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1954           Don't add channels and rate fields to the template caps for
1955           audio/x-dts, as wavparse might not always be able to set them,
1956           which would then lead to 'caps are not a real subset of the
1957           template caps' warnings.
1958
1959 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1960
1961         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1962         Handle unknown or invalid pads without crashing, as might occur if
1963         a media file like an mp3 is specified as a subtitle file.
1964         Fixes: #410039
1965
1966 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1967
1968         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1969         (setup_sinks):
1970         Block the subtitle bin output queue before ghosting it and linking,
1971         then unblock after. This avoids spurious not-linked errors caused 
1972         by the queue starting up (because it gets linked when it is ghosted). 
1973         Fixes: #350299
1974
1975 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1976
1977         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1978         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1979         file. Avoids flukes where the input gets typefound to some valid but
1980         useless type.
1981
1982 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1983
1984         * tests/check/Makefile.am:
1985         * tests/check/elements/.cvsignore:
1986         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1987         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1988           Add unit test for gnomevfssink seeking and position reporting for
1989           file:// URIs.
1990
1991 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1992
1993         Patch by: Mark Nauwelaerts <manauw at skynet be>
1994
1995         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1996         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1997         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1998         * ext/gnomevfs/gstgnomevfssink.h:
1999           Fix position reporting, especially after a seek (from upstream),
2000           see #412648.
2001
2002 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
2003
2004         * ext/cdparanoia/gstcdparanoiasrc.c:
2005           Repair umlaut.
2006
2007 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
2008
2009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2010         Specify the full valid range for MP3 samplerates. Fixes a regression
2011         caused by extra header checks since the last release.
2012
2013 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
2014
2015         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
2016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
2017         Fix a locking-order bug I introduced with my changes the other day.
2018         Patch by Mike Smith.
2019
2020 2007-05-21  Michael Smith <msmith@fluendo.com>
2021
2022         * ext/theora/theoradec.c: (theora_handle_data_packet):
2023           Don't look inside 0-length packets (which indicate duplicated
2024           frames)
2025
2026 2007-05-21  Wim Taymans  <wim@fluendo.com>
2027
2028         * ext/cdparanoia/gstcdparanoiasrc.c:
2029         (gst_cd_paranoia_src_read_sector):
2030         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2031         (gst_base_audio_src_create):
2032         Small cleanups.
2033
2034         * ext/theora/theoradec.c: (theora_dec_sink_event):
2035         Fix typo.
2036
2037         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2038         (gst_base_rtp_depayload_set_gst_timestamp):
2039         Add some FIXME
2040
2041         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
2042         And some debug info when a FIXME path is hit.
2043
2044 2007-05-21  Wim Taymans  <wim@fluendo.com>
2045
2046         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2047         (gst_base_rtp_audio_payload_class_init),
2048         (gst_base_rtp_audio_payload_init),
2049         (gst_base_rtp_audio_payload_finalize),
2050         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2051         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2052         (gst_base_rtp_payload_audio_handle_event):
2053         Some cleanups, remove minptime property as it is now in the parent
2054         class.
2055         Override parent class event function.
2056
2057         * gst-libs/gst/rtp/gstbasertppayload.c:
2058         (gst_basertppayload_class_init), (gst_basertppayload_init),
2059         (gst_basertppayload_event), (gst_basertppayload_set_property),
2060         (gst_basertppayload_get_property):
2061         * gst-libs/gst/rtp/gstbasertppayload.h:
2062         Add min-ptime property.
2063         Add handle-event vmethod. Fixes #415001.
2064
2065 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2066
2067         * gst-libs/gst/audio/gstbaseaudiosink.c
2068           (gst_base_audio_sink_change_state):
2069           Fix typo in comment.
2070
2071         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
2072           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
2073           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
2074           close_link):
2075         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
2076           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
2077           Remove trailing whitespaces in comments.
2078
2079         * gst/volume/Makefile.am:
2080           Fix tabs.
2081
2082 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2083
2084         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2085
2086         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
2087           set_option, get_option, _gst_reserved):
2088           Revert reordering functions (keep ABI).
2089
2090 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
2091
2092         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2093         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
2094         (gst_ximagesink_show_frame):
2095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2096         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
2097         (gst_xvimagesink_show_frame):
2098         When we create our own window, indicate that we handle the 
2099         WM_DELETE client message from the window manager, so that it won't 
2100         kill our window (and our app) along with it. Handle ClientMessage,
2101         post an error on the bus, and close the window. Further buffers
2102         arriving will result in a FlowError because the window has been
2103         destroyed.
2104
2105         Fixes: #393975
2106
2107         Clean up the X event handling loop and make them the same for
2108         both xvimagesink and ximagesink while I'm at it.
2109
2110 2007-05-17  Wim Taymans  <wim@fluendo.com>
2111
2112         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
2113         Make decodebin2 autoplug depayloaders too.
2114
2115         * gst/playback/gsturidecodebin.c: (source_new_pad):
2116         Set the newly created decoder in a usable state when autoplugging a
2117         dynamic source such as RTSP.
2118
2119 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2120
2121         * gst/playback/gststreaminfo.c: (cb_probe):
2122           Ignore video-codec tag for audio streams and ignore audio-codec tags
2123           for video streams. Should make codec name collection a bit more
2124           robust against sloppy demuxers that send tag events containing both
2125           tags down each pad.
2126
2127 2007-05-17  Wim Taymans  <wim@fluendo.com>
2128
2129         * gst/playback/gstqueue2.c: (update_rates):
2130         Tweak the buffering thresholds a little.
2131         Update the buffer size with the previously calculate rate instead of
2132         only when we calculate a new rate so that we get smoother buffering
2133         updates.
2134
2135         * gst/playback/Makefile.am:
2136         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
2137         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2138         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
2139         (gst_uri_decode_bin_get_property), (unknown_type),
2140         (add_element_stream), (no_more_pads_full), (no_more_pads),
2141         (source_no_more_pads), (new_decoded_pad), (array_has_value),
2142         (gen_source_element), (has_all_raw_caps), (analyse_source),
2143         (remove_decoders), (make_decoder), (remove_source),
2144         (source_new_pad), (setup_source), (decoder_query_init),
2145         (decoder_query_duration_fold), (decoder_query_duration_done),
2146         (decoder_query_position_fold), (decoder_query_position_done),
2147         (decoder_query_latency_fold), (decoder_query_latency_done),
2148         (decoder_query_seeking_fold), (decoder_query_seeking_done),
2149         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
2150         (gst_uri_decode_bin_change_state), (plugin_init):
2151         New element that intergrates a source, optional buffering element and
2152         decodebin.
2153
2154 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2155
2156         * configure.ac:
2157           Bump libtheora requirement to 1.0alpha5 for the pixformat check
2158           (also has a .pc file, so we don't need the fallback check any
2159           longer). Fixes #438840.
2160
2161 2007-05-17  Wim Taymans  <wim@fluendo.com>
2162
2163         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2164         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
2165         (apply_segment), (apply_buffer), (update_buffering),
2166         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
2167         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2168         (gst_queue_handle_sink_event), (gst_queue_is_filled),
2169         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
2170         (plugin_init):
2171         fix build.
2172
2173 2007-05-17  Wim Taymans  <wim@fluendo.com>
2174
2175         * gst/playback/Makefile.am:
2176         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2177         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
2178         (gst_queue_getcaps), (gst_queue_bufferalloc),
2179         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
2180         (apply_buffer), (update_buffering), (reset_rate_timer),
2181         (update_rates), (gst_queue_locked_flush),
2182         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2183         (gst_queue_handle_sink_event), (gst_queue_is_empty),
2184         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
2185         (gst_queue_loop), (gst_queue_handle_src_event),
2186         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
2187         (gst_queue_src_activate_push), (gst_queue_change_state),
2188         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
2189         On our way to playbin2 this is the new network queue that does buffering
2190         all by itself using high and low watermarks. It can also measure up and
2191         downstream bandwidth to optimally size the queue.
2192
2193 2007-05-17  Michael Smith <msmith@fluendo.com>
2194
2195         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
2196         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
2197           Use the segment->last_stop value to calculate the next timestamp to
2198           generate after a seek; not the segment->start value.
2199
2200 2007-05-15  David Schleef  <ds@schleef.org>
2201
2202         * docs/Makefile.am: Install docs even when --disable-gtk-doc
2203           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
2204
2205 2007-05-15  Wim Taymans  <wim@fluendo.com>
2206
2207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2208         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
2209         Some more chained streaming ogg timestamp fixes.
2210
2211 2007-05-15  Wim Taymans  <wim@fluendo.com>
2212
2213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2214         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2215         (gst_ogg_demux_handle_page):
2216         Add some FIXMEs.
2217         Fix chain start/stop segment handling based on patch by
2218         <ahalda at cs dot mcgill dot ca> see #320984.
2219
2220 2007-05-15  Michael Smith <msmith@fluendo.com>
2221
2222         * configure.ac:
2223           We don't require a C++ compiler. So don't require one.
2224
2225 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2226
2227         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
2228           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2229           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
2230           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2231           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
2232           gst_alsa_mixer_update_track):
2233           Apply some of the cleanup Tim suggested in #152864 afterwards.
2234
2235 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2236
2237         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2238
2239         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
2240           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
2241           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
2242           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2243           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
2244           gst_alsa_mixer_handle_source_callback,
2245           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2246           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
2247           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
2248           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
2249           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
2250           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
2251         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
2252         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
2253           gst_alsa_mixer_element_interface_supported,
2254           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
2255           gst_alsa_mixer_element_set_property,
2256           gst_alsa_mixer_element_get_property,
2257           gst_alsa_mixer_element_change_state):
2258         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
2259         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
2260           gst_mixer_option_changed):
2261         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2262           volume_changed, option_changed, _gst_reserved):
2263           Implement notification for alsamixer. Fixes #152864
2264
2265 2007-05-14  David Schleef  <ds@schleef.org>
2266
2267         * gst/videotestsrc/videotestsrc.c:
2268         * gst/videotestsrc/videotestsrc.h:
2269           Add support for video/x-raw-bayer.
2270
2271 2007-05-12  David Schleef  <ds@schleef.org>
2272
2273         * sys/xvimage/xvimagesink.c:
2274           Add some sanity checking for the XVImage size returned by X.
2275           Related to #377400.
2276
2277 2007-05-12  Wim Taymans  <wim@fluendo.com>
2278
2279         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2280         (gst_base_rtp_depayload_setcaps),
2281         (gst_base_rtp_depayload_set_gst_timestamp):
2282         Parse and use additional caps fields as described in updated
2283         application/x-rtp caps spec.
2284
2285 2007-05-12  Wim Taymans  <wim@fluendo.com>
2286
2287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2288         (gst_ogg_demux_collect_chain_info):
2289         If there is a stream in a chain without any data packets, ignore the
2290         stream in the total length calculations. Might be related to #436820.
2291
2292 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2293
2294         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2295         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2296         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2297         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2298         (plugin_init):
2299
2300         Consolidate and re-work our mpeg system stream detection to probe
2301         more packets and produce a higher confidence result. Fixes a
2302         regression caused by lowering the typefind probability last year
2303         - related to bug #397810. Remove the redundant MPEG-1 specific 
2304         typefind function, as the new one detects both MPEG-1 & MPEG-2
2305         happily.
2306
2307         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2308         little. 
2309
2310         Tested against my media test directory, with some improvements and
2311         no regressions.
2312
2313 2007-05-10  Wim Taymans  <wim@fluendo.com>
2314
2315         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2316         (queue_out_of_data):
2317         Connect to the new queue "pushing" signal instead of the broken
2318         "running" one.
2319
2320 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2321
2322         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2323         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2324         Move variable declaration before the first instruction.
2325         * gst/videotestsrc/videotestsrc.c:
2326         Define M_PI if it's not defined yet.
2327         * win32/common/libgstrtp.def:
2328         Add new exported functions.
2329
2330 2007-05-09  Michael Smith <msmith@fluendo.com>
2331
2332         * ext/theora/theoradec.c: (theora_handle_type_packet):
2333           gst_pad_push_event() does not return a GstFlowReturn!
2334
2335 2007-05-09  Wim Taymans  <wim@fluendo.com>
2336
2337         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2338         * tests/examples/seek/seek.c: (do_seek):
2339         Some small cosmetic changes.
2340
2341 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2342
2343         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2344           gst_adder_change_state):
2345         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2346           segment_pending, segment_position, segment_rate):
2347           Handle playback-rate on adder.
2348
2349 2007-05-07  Michael Smith <msmith@fluendo.com>
2350
2351         * ext/theora/gsttheoradec.h:
2352         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2353         (theora_dec_sink_event), (theora_handle_comment_packet),
2354         (theora_handle_type_packet), (theora_dec_change_state):
2355           Don't push events (newsegment, tags) before initialising the
2356           decoder.
2357           This is neccesary for seeking to work correctly in gnonlin.
2358
2359 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2360
2361         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2362         * gst/adder/gstadder.c:
2363         * gst/audiotestsrc/gstaudiotestsrc.c
2364           (gst_audio_test_src_create_white_noise):
2365         * gst/videotestsrc/gstvideotestsrc.c:
2366         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2367           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2368           volume_sink_template, volume_src_template, gst_volume_init,
2369           volume_process_double, volume_process_int16,
2370           volume_process_int16_clamp):
2371           Doc fixes and formatting.
2372
2373 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2374
2375         * tests/check/Makefile.am:
2376         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2377           Minimal check for volume's GstController usability; also another
2378           test for #422295.
2379
2380 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2381
2382         * gst-libs/gst/cdda/gstcddabasesrc.c:
2383         (gst_cdda_base_src_add_track):
2384           Fix it so that it (a) makes sense and (b) doesn't break
2385           everything cdda-related including the unit test.
2386
2387 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2388
2389         * gst-libs/gst/cdda/gstcddabasesrc.c:
2390         (gst_cdda_base_src_add_track):
2391           Fix build when disabling asserts.
2392
2393 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2394
2395         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2396           When XShm is not available, we might get row strides that are not
2397           rounded up to multiples of four; this is bad, because virtually
2398           every RGB-processing element in GStreamer assumes rowstrides are
2399           rounded up to multiples of four, so let's allocate at least enough
2400           memory to avoid crashes in this case. The image will still be
2401           displayed distorted though if this happens, so that still needs
2402           fixing (maybe by allocating a bigger image with an 'even' width
2403           and then clipping it appropriately when rendering - something for
2404           Xlib aficionados in any case).
2405
2406 2007-05-03  Michael Smith <msmith@fluendo.com>
2407
2408         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2409           If a buffer doesn't have a timestamp, assume it's contiguous with
2410           the previous buffer, and synthesise timestamps appropriately.
2411
2412 2007-05-03  Edward Hervey  <edward@fluendo.com>
2413
2414         * tests/check/elements/videorate.c: (GST_START_TEST):
2415         Set buffer timestamp to a valid value in order to test the buffer
2416         really does stay in videorate.
2417
2418 2007-05-03  Edward Hervey  <edward@fluendo.com>
2419
2420         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2421         There is no sensible way to handle incoming buffers which don't have a
2422         valid timestamp. We therefore discard them and wait for the next one.
2423
2424 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2425
2426         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2427         * gst/playback/gstdecodebin2.c: (plugin_init):
2428           Better error message for text files.
2429
2430 2007-04-29  Wim Taymans  <wim@fluendo.com>
2431
2432         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2433         Fix offset bug in generation RR packets.
2434
2435 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2436
2437         * ext/theora/theoradec.c: (_theora_granule_time),
2438         (theora_dec_push_forward), (theora_handle_data_packet),
2439         (theora_dec_decode_buffer): Calculate buffer duration correctly
2440         to generate a perfect stream (#433888).
2441         * gst/audioresample/gstaudioresample.c:
2442         (audioresample_check_discont): Glib provides ABS.
2443
2444 2007-04-27  Wim Taymans  <wim@fluendo.com>
2445
2446         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2447         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2448         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2449         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2450         (gst_rtcp_packet_bye_set_reason):
2451         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2452         Fix RB block parsing and writing.
2453         Add support for constructing BYE packets.
2454
2455 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2456
2457         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2458         (gst_base_audio_src_create):
2459         * po/POTFILES.in:
2460           When posting a warning message because samples were dropped, post
2461           something more intelligible than he default error message for clock
2462           errors which is just confusing in this context (#432984).
2463
2464 2007-04-25  Wim Taymans  <wim@fluendo.com>
2465
2466         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2467         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2468         (read_packet_header), (gst_rtcp_packet_move_to_next),
2469         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2470         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2471         (gst_rtcp_packet_sdes_get_item_count),
2472         (gst_rtcp_packet_sdes_first_item),
2473         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2474         (gst_rtcp_packet_sdes_first_entry),
2475         (gst_rtcp_packet_sdes_next_entry),
2476         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2477         (gst_rtcp_packet_sdes_add_entry):
2478         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2479         Implement code to write SR, RR and SDES packets.
2480
2481 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2482
2483         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2484
2485         * sys/ximage/ximagesink.c:
2486           Fix build if XShm is not available (#432362).
2487
2488 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2489
2490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2491         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2492         pointers to random memory which are passed to g_free() when
2493         audio_convert_prepare_context() is called the first time.
2494
2495 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2496
2497         Patch by: Dan Williams <dcbw redhat com>
2498
2499         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2500           Don't leak incoming buffer if gst_pad_push() returns a
2501           non-OK flow. Fixes #432755.
2502          
2503         * tests/check/elements/videorate.c: (GST_START_TEST),
2504         (videorate_suite):
2505           Unit test for the above by Yours Truly.
2506
2507 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2508
2509         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2510         (gst_adder_sink_event), (gst_adder_collected):
2511           Fix non-flushing segmented seeks, Fixes #340060 for me
2512
2513 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2514
2515         Patch by: Olivier Crete  <tester at tester ca>
2516
2517         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2518         (gst_base_rtp_audio_payload_class_init),
2519         (gst_base_rtp_audio_payload_init),
2520         (gst_base_rtp_audio_payload_dispose):
2521           Chain up to parent class in dispose function; get rid of
2522           unnecessary 'diposed' flag in private structure (#415001).
2523
2524 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2525
2526         * docs/libs/gst-plugins-base-libs.types:
2527         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2528         (gst_base_rtp_audio_payload_class_init):
2529         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2530         * gst-libs/gst/rtp/gstbasertppayload.c:
2531           Some minor docs fixes and additions; also add missing 'Since' bits.
2532
2533 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2534
2535         Patch by: Zeeshan Ali  <zeenix gmail com>
2536
2537         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2538         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2539         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2540         (gst_base_rtp_audio_payload_push):
2541         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2542           The recently-added gst_base_rtp_audio_payload_push() should take an
2543           object of type GstBaseRTPAudioPayload as first argument (#431672).
2544
2545 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2546
2547         * gst/audioresample/gstaudioresample.c:
2548           Make more functions static, just because we can.
2549
2550 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2551
2552         * tests/check/elements/audioresample.c:
2553           Add unit test for audioresample shutdown crasher (#420106).
2554
2555 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2556
2557         * gst/subparse/gstsubparse.c:
2558         * gst/subparse/samiparse.c:
2559           Use GST_DISABLE_XML here
2560
2561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2562         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2563         (gst_xvimagesink_buffer_alloc),
2564         (gst_xvimagesink_navigation_send_event):
2565         * sys/xvimage/xvimagesink.h:
2566           Include stdlib.h when using atoi.
2567           
2568         * tests/check/elements/playbin.c: (playbin_suite):
2569           Use GST_DISABLE_REGISTRY here
2570
2571 2007-04-19  Michael Smith  <msmith@fluendo.com>
2572
2573         * ext/theora/gsttheoraenc.h:
2574         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2575         (theora_enc_sink_event), (theora_enc_change_state):
2576           Track initialisation state; don't try to use encoder state if we're
2577           not initialised (it'll segfault).
2578
2579 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2580
2581         * tests/check/pipelines/.cvsignore:
2582         Fix build.
2583
2584 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2585
2586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2587         Allow random depths between 1 and 32 instead of only multiplies of 8.
2588
2589 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2590
2591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2592         Set the maximum number of channels for PCM and float in the correct
2593         place to have it also used when creating the template caps.
2594
2595 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2596
2597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2598         Correctly support 4, 6 and 8 channels with normal PCM and float
2599         wav files.
2600
2601         Fix the depth and signedness calculation in extensible wav files and
2602         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2603         mask is found.
2604
2605         Add support for float, alaw and mulaw in extensible wav files.
2606
2607         This allows correct playback of all but 5 files from
2608         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2609         
2610         (gst_riff_create_audio_template_caps):
2611         Add voxware and float formats to the template caps.     
2612
2613 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2614
2615         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2616
2617         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2618         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2619
2620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2621         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2622         Use the correct format strings for integer formats.
2623
2624 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2625
2626         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2627           Don't use pad_alloc_buffer_and_set_caps to create a small header
2628           packet, or, worse, to create a big temporary video buffer using the
2629           src pad.
2630
2631 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2632
2633         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2634         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2635           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2636           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2637
2638 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2639
2640         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2641           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2642           streamheader_suite):
2643           Add another test set up for failure
2644
2645 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2646
2647         * tests/check/Makefile.am:
2648         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2649           GST_START_TEST, streamheader_suite, main):
2650           Add a test for the streamheader bug Wim fixed.
2651
2652 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2653
2654         * ext/theora/theoradec.c: (theora_dec_sink_event):
2655         Fix misleading comment.
2656
2657 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2658
2659         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2660           More sanity checks for the header fields.
2661
2662 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2663
2664         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2665           Try encodings from all environment variables, not just those in the
2666           first environment variable that is set.
2667
2668 2007-04-12  Wim Taymans  <wim@fluendo.com>
2669
2670         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2671         (gst_video_rate_chain):
2672         Add some debug.
2673
2674         * tests/check/elements/videorate.c: (GST_START_TEST),
2675         (videorate_suite):
2676         Added check for videorate changing caps handling. Closes #421834.
2677
2678 2007-04-12  Michael Smith  <msmith@fluendo.com>
2679
2680         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2681           Use scale functions to avoid overflow when calculating duration of 
2682           vorbis buffers.
2683
2684 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2685
2686         * docs/libs/gst-plugins-base-libs-sections.txt:
2687         * gst-libs/gst/tag/tag.h:
2688         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2689           API: add gst_tag_freeform_string_to_utf8() (#405072).
2690
2691         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2692           Use gst_tag_freeform_string_to_utf8() here.
2693
2694 2007-04-12  Wim Taymans  <wim@fluendo.com>
2695
2696         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2697         (gst_gdp_pay_sink_event):
2698         Make sure we set the IN_CAPS flag correctly.
2699
2700         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2701         Get the IN_CAPS flag before we call functions that mess with the flags.
2702
2703 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2704
2705         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2706           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2707           Only stamp buffers with offset/offset_end right before they get
2708           pushed.  This ensures offset continuity, which was not the case
2709           before as shown by
2710           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2711
2712 2007-04-06  Wim Taymans  <wim@fluendo.com>
2713
2714         * gst/playback/gstplaybin.c: (add_sink),
2715         (gst_play_bin_change_state):
2716         Activate sync in playbin, we are ready to handle it for live streams.
2717
2718 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2719
2720         * tests/check/elements/playbin.c:
2721         (test_sink_usage_video_only_stream), (playbin_suite):
2722           Add small test for stream-info-value-array code paths.
2723
2724 2007-04-05  Wim Taymans  <wim@fluendo.com>
2725
2726         * gst-libs/gst/audio/gstbaseaudiosink.c:
2727         (gst_base_audio_sink_skew_slaving):
2728         Don't try to create invalid calibration parameters by making the
2729         internal time go backwards, instead make external time go forward.
2730
2731 2007-04-05  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/gstplaybasebin.c: (add_stream):
2736         Fix leak in add_stream(), when g_value_set_object() increases the
2737         refcount of streaminfo object. Fixes #426250.
2738
2739 2007-04-03  David Schleef  <ds@schleef.org>
2740
2741         * gst/videotestsrc/gstvideotestsrc.c:
2742         * gst/videotestsrc/gstvideotestsrc.h:
2743         * gst/videotestsrc/videotestsrc.c:
2744         * gst/videotestsrc/videotestsrc.h:
2745           Add a test pattern called "circular", which has concentric
2746           rings with varying radial frequency.  The main purpose of this
2747           pattern is to test fidelity loss in a filter or scaler element.
2748           Notably, this pattern is scale invariant, and is optimally viewed
2749           with a width (and height) of 400.
2750
2751 2007-04-03  Wim Taymans  <wim@fluendo.com>
2752
2753         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2754
2755         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2756         (deactivate_free_recursive):
2757         Decodebin2 doesn't unref pads it obtains in some occasions:
2758         - multiqueue src pads, when either connecting further or exposing
2759         - sink pads of new autoplugged elements
2760         - peer pads when recursively freeing elements
2761         Fixes #425455.
2762
2763 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2764
2765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2766         Add audio/x-raw-float support, now that audioconvert support
2767         non-native endianness floats.
2768
2769 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2770
2771         * docs/libs/gst-plugins-base-libs-docs.sgml:
2772           gstreamer-plugins-base.pc doesn't exist, it's
2773           gstreamer-plugins-base-0.10.pc.
2774
2775 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2776
2777         Patch by: René Stadler <mail at renestadler dot de>
2778         with some minor changes
2779
2780         * gst-libs/gst/floatcast/floatcast.h:
2781         Use more efficient float endianness conversion functions that don't
2782         involve 2 function calls per value.
2783         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2784         (check_default), (audio_convert_prepare_context):
2785         * gst/audioconvert/gstaudioconvert.c:
2786         (gst_audio_convert_parse_caps), (make_lossless_changes):
2787         Support non-native endianness floats as input and output.
2788         Fixes #339838.
2789         * tests/check/elements/audioconvert.c: (verify_convert),
2790         (GST_START_TEST):
2791         Add unit tests for the non-native endianness float conversions.
2792
2793 2007-03-29  Wim Taymans  <wim@fluendo.com>
2794
2795         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2796         (gst_base_rtp_depayload_base_init),
2797         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2798         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2799         (gst_base_rtp_depayload_set_gst_timestamp),
2800         (gst_base_rtp_depayload_change_state),
2801         (gst_base_rtp_depayload_set_property),
2802         (gst_base_rtp_depayload_get_property):
2803         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2804         Add Private structure.
2805         Bring element code to 2007.
2806         Parse clock-base caps param and use it when generating the
2807         newsegment.
2808         Reset variables before going to PAUSED.
2809         Fix some docs.
2810
2811 2007-03-29  Wim Taymans  <wim@fluendo.com>
2812
2813         * docs/libs/gst-plugins-base-libs-docs.sgml:
2814         * docs/libs/gst-plugins-base-libs-sections.txt:
2815         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2816         (gst_base_rtp_audio_payload_get_adapter):
2817         Add RTCP docs.
2818         Fix some more docs.
2819
2820         * gst-libs/gst/rtp/Makefile.am:
2821         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2822         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2823         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2824         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2825         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2826         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2827         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2828         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2829         (gst_rtcp_packet_sr_get_sender_info),
2830         (gst_rtcp_packet_sr_set_sender_info),
2831         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2832         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2833         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2834         (gst_rtcp_packet_sdes_get_chunk_count),
2835         (gst_rtcp_packet_sdes_first_chunk),
2836         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2837         (gst_rtcp_packet_sdes_first_item),
2838         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2839         (gst_rtcp_packet_bye_get_ssrc_count),
2840         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2841         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2842         (gst_rtcp_packet_bye_get_reason_len),
2843         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2844         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2845         Add new helper object for parsing and creating RTCP messages.
2846
2847 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2848
2849         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2850         PCM samples with width=8 must be always unsigned, no matter what
2851         depth they have.
2852
2853 2007-03-29  Andy Wingo  <wingo@pobox.com>
2854
2855         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2856         perfect offsets also, not just timestamps.
2857
2858         * tests/check/elements/videorate.c (test_more): Test that given
2859         any incoming offsets, that videorate produces perfect offsets.
2860
2861 2007-03-29  Wim Taymans  <wim@fluendo.com>
2862
2863         * gst-libs/gst/riff/riff-ids.h:
2864         Add some more RIFF formats.
2865
2866 2007-03-29  Wim Taymans  <wim@fluendo.com>
2867
2868         * gst-libs/gst/rtp/gstrtpbuffer.c:
2869         (gst_rtp_buffer_default_clock_rate):
2870         * gst-libs/gst/rtp/gstrtpbuffer.h:
2871         Fix fixed payload names and docs.
2872         Added method to get the default clock rates of fixed payload types.
2873         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2874
2875 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2876
2877         * tests/check/pipelines/.cvsignore:
2878         Add new vorbisdec test to cvsignore.
2879
2880 2007-03-28  Wim Taymans  <wim@fluendo.com>
2881
2882         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2883         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2884         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2885         (gst_base_audio_sink_set_property),
2886         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2887         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2888         (gst_base_audio_sink_skew_slaving),
2889         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2890         (gst_base_audio_sink_async_play):
2891         * gst-libs/gst/audio/gstbaseaudiosink.h:
2892         Store private stuff in GstBaseAudioSinkPrivate.
2893         Add configurable clock slaving modes property.
2894         API:: GstBaseAudioSink::slave-method property
2895         Some more latency reporting tweaks.
2896         Added skew based clock slaving correction and make it the default until
2897         the resampling method is more robust.
2898
2899 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2900
2901         * gst/audioconvert/audioconvert.c:
2902         Add docs to the integer pack functions and implement proper
2903         rounding. Before we had rounding towards negative infinity, i.e.
2904         always the smaller number was taken. Now we use natural rounding,
2905         i.e. rounding to the nearest integer and to the one with the largest
2906         absolute value for X.5. The old rounding introduced some minor
2907         distortions. Fixes #420079
2908         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2909         Fix one unit test that assumed the old rounding and added unit tests
2910         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2911         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2912         rounding from signed int32 to signed/unsigned int16.
2913
2914 2007-03-27  Michael Smith  <msmith@fluendo.com>
2915
2916         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2917         (gst_audio_convert_transform_caps):
2918           Fix typo in debug line introduced recently, as pointed out on irc.
2919
2920 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2921
2922         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2923         * tests/check/libs/tag.c: (GST_START_TEST):
2924           Make sure we parse floating-point numbers in vorbis comments
2925           correctly with either '.' or ',' as separator, no matter what
2926           the current locale is. Add unit test for this too.
2927
2928 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2929
2930         Patch by: René Stadler  <mail at renestadler de>
2931
2932         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2933           When writing out floating-point numbers to vorbis comment tags, always
2934           use the same character as separator no matter what the current locale is
2935           (fixes #423051).
2936
2937         * tests/check/libs/tag.c: (GST_START_TEST):
2938           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2939
2940 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2941
2942         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2943           vorbis_handle_data_packet):
2944           Correctly set DURATION to generate a timestamp-continuous stream.
2945           One bug left at the end; see
2946           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2947         * tests/check/Makefile.am:
2948         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2949           Add a test to check this.  Without the above patch this test fails.
2950
2951 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2952
2953         * gst-libs/gst/rtp/Makefile.am:
2954         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2955
2956 2007-03-23  Michael Smith  <msmith@fluendo.com>
2957
2958         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2959         (gst_video_rate_reset), (gst_video_rate_chain):
2960           If videorate changes caps, we can no longer use the old buffer
2961           (which may have a different size, incompatible with our caps).
2962           So don't do that; just duplicate the new frame more times.
2963
2964 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2965
2966         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2967         Remove playbin's override of the set_clock vmethod. It's irrelevant
2968         after Wim's commit on the 19th.
2969
2970 2007-03-22  Wim Taymans  <wim@fluendo.com>
2971
2972         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2973         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2974         * ext/gnomevfs/gstgnomevfssrc.h:
2975         Don't cache file sizes. Fixes #341078.
2976
2977 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2978
2979         * gst/playback/gstplaybin.c: (add_sink):
2980           Use GST_PTR_FORMAT to log caps. 
2981
2982 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2983
2984         Patch by: Young-Ho Cha <ganadist at chollian net>
2985
2986         * gst/subparse/samiparse.c: (handle_start_font):
2987           Special-case some more colour names that pango doesn't handle by
2988           default. Fixes #420578.
2989
2990 2007-03-20  Michael Smith  <msmith@fluendo.com>
2991
2992         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2993           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2994           that marks EOS internally. After that, libvorbis will buffer all
2995           input data, and encode none of it, eventually leading to memory
2996           exhaustion.
2997
2998 2007-03-19  Wim Taymans  <wim@fluendo.com>
2999
3000         * gst/playback/gstdecodebin.c: (remove_fakesink):
3001         Don't post STATE_DIRTY anymore.
3002
3003         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
3004         (gst_play_bin_change_state):
3005         Remove stream_time reset in seek handling, core does that now.
3006         Disable clocking for live pipelines by forcing a NULL clock to the
3007         complete pipeline, core is too smart now for our previous hack.
3008         We can always autoplug in PAUSED now.
3009
3010 2007-03-17  David Schleef  <ds@schleef.org>
3011
3012         * REQUIREMENTS:  Update this file, change the formatting to make
3013         it more consistent, plus more machine readable.
3014
3015 2007-03-16  Michael Smith  <msmith@fluendo.com>
3016
3017         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3018         (strip_width_64), (append_with_other_format):
3019           Previous fix was too simplistic, and broke the tests. Use a better
3020           approach; only strip 64 from widths for integer audio.
3021
3022 2007-03-16  Michael Smith  <msmith@fluendo.com>
3023
3024         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3025         (gst_audio_convert_transform_caps):
3026           We don't support 64 bit integer audio, so don't try to claim we can.
3027           Stops us producing caps don't match our template caps.
3028           Update comments.
3029
3030 2007-03-15  Michael Smith  <msmith@fluendo.com>
3031
3032         * gst/audioresample/gstaudioresample.c:
3033         (audioresample_check_discont), (audioresample_transform):
3034           Don't trigger discontinuities for very small imperfections; a filter
3035           flush will sound bad, and many plugins have rounding errors leading
3036           to these.
3037
3038 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3039
3040         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
3041
3042         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3043         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3044         API: add "min-ptime" property to RTP base audio payloader.
3045         API: add gst_base_rtp_audio_payload_push().
3046         API: add gst_base_rtp_audio_payload_get_adapter().
3047         Fixes #415001
3048         Indentation/whitespace/documentation fixes.
3049
3050 2007-03-14  Julien MOUTTE  <julien@moutte.net>
3051
3052         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
3053         (audioresample_transform_size), (audioresample_do_output),
3054         (audioresample_transform), (audioresample_pushthrough): Handle
3055         discontinuous streams.
3056         * gst/audioresample/gstaudioresample.h:
3057         * tests/check/elements/audioresample.c:
3058         (test_discont_stream_instance), (GST_START_TEST),
3059         (audioresample_suite): Add a test for discontinuous streams.
3060         * win32/common/config.h: Updated.
3061
3062 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3063
3064         * po/af.po:
3065         * po/az.po:
3066         * po/cs.po:
3067         * po/en_GB.po:
3068         * po/it.po:
3069         * po/nb.po:
3070         * po/nl.po:
3071         * po/or.po:
3072         * po/sq.po:
3073         * po/sr.po:
3074         * po/sv.po:
3075         * po/uk.po:
3076         * po/vi.po:
3077           Update translations from translation project.
3078
3079 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3080
3081         * gst/audioresample/debug.h:
3082         * gst/audioresample/resample.c: (resample_init):
3083           Since I really am not interested in a debug line for each sample
3084           being processed, move the library's debugging to its own category,
3085           libaudioresample
3086
3087 2007-03-13  Michael Smith  <msmith@fluendo.com>
3088
3089         * ext/theora/theoradec.c: (theora_handle_type_packet):
3090           Since the plugin doesn't support anything other than 4:2:0 right
3091           now, post an error and fail if we get something else. Won't matter
3092           until libtheora supports the other pixel formats, but hopefully
3093           that'll be soon...
3094
3095 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3096
3097         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
3098         Use gst_guint64_to_gdouble for conversion.
3099         * win32/MANIFEST:
3100         Add new files to the win32 MANIFEST.
3101         * win32/common/libgstaudio.def:
3102         * win32/common/libgstpbutils.def:
3103         Add new exported functions.
3104         * win32/vs6/gst_plugins_base.dsw:
3105         * win32/vs6/libgstdecodebin.dsp:
3106         * win32/vs6/libgstplaybin.dsp:
3107         Change the link to libgstpbutils.lib.
3108         * win32/vs6/libgstdecodebin2.dsp:
3109         Add a new project for decodebin2.
3110         * win32/vs6/libgstpbutils.dsp:
3111         Add a new project for pbutils.
3112
3113 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3114
3115         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3116           Also accept partial dates with only year and month,
3117           like 1999-12-00 (fixes #410396 even more).
3118
3119         * tests/check/libs/tag.c: (GST_START_TEST):
3120           Add unit test for the above.
3121
3122 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3123
3124         * tests/check/elements/subparse.c: (GST_START_TEST),
3125         (subparse_suite):
3126           Add unit test for MPL2 subtitle format (#413799).
3127
3128 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3129
3130         Patch by: Kamil Pawlowski  <kamilpe gmail com>
3131
3132         * gst/subparse/Makefile.am:
3133         * gst/subparse/gstsubparse.c:
3134         (gst_sub_parse_data_format_autodetect),
3135         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
3136         (gst_subparse_type_find):
3137         * gst/subparse/gstsubparse.h:
3138         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
3139         * gst/subparse/mpl2parse.h:
3140           Add support for MPL2 subtitle format (#413799).
3141
3142 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3143
3144         * configure.ac:
3145           We require core CVS for the new buffer metadata copy functions.
3146
3147 2007-03-09  Wim Taymans  <wim@fluendo.com>
3148
3149         * gst-libs/gst/tag/gstid3tag.c:
3150         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
3151         Fixes #414496.
3152
3153         Patch by: Alex Lancaster <alexl at users sourceforge net>
3154
3155 2007-03-09  Wim Taymans  <wim@fluendo.com>
3156
3157         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
3158         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
3159         Improve adapter usage and comments.
3160
3161 2007-03-09  Wim Taymans  <wim@fluendo.com>
3162
3163         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3164         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
3165         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
3166         Use new metadata copy function.
3167
3168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3169         (gst_ffmpegcsp_transform):
3170         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
3171         Basetransform copied the metadata for us.
3172
3173 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3174
3175         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
3176         (gst_text_overlay_video_event):
3177           Some more logging. Only accept newsegment events in TIME format and
3178           send a WARNING message if they are not in TIME format.
3179
3180         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3181         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
3182         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
3183         * gst/subparse/gstsubparse.h:
3184           No need to allocate GstSegment structure dynamically, just put it
3185           into the instance structure; ignore newsegment events in BYTE
3186           format and in particular don't let it overwrite our saved TIME
3187           segment from the last seek.
3188
3189 2007-03-09  Michael Smith  <msmith@fluendo.com>
3190
3191         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
3192           Replace AC3 typefinder with one that isn't terrible, and actually
3193           works usefully.
3194
3195 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3196
3197         * gst/audioconvert/gstaudioconvert.c:
3198         (gst_audio_convert_transform):
3199           fix error category and translatable string
3200           
3201
3202 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3203
3204         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3205         * pkgconfig/gstreamer-plugins-base.pc.in:
3206           Fix up utils => pbutils here too.
3207
3208 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3209
3210         * gst/subparse/gstsubparse.c: (handle_buffer):
3211           Break out of loop in chain function as soon as possible if we get
3212           a non-OK flow return.
3213
3214 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3215
3216         * tests/check/elements/alsa.c: (GST_START_TEST):
3217         Unref the mixer if the state change fails too (if the
3218         alsa devices are inaccessible, for example)
3219
3220 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3221
3222         * tests/check/Makefile.am:
3223         Don't test libvisual elements in the states check, because libvisual
3224         seems to leak internally.
3225
3226         Re-enable the alsa and states tests now that there's new suppressions
3227         in gst.supp.
3228
3229         * tests/check/elements/alsa.c: (GST_START_TEST):
3230         Don't leak the alsamixer we instantiated.
3231
3232 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3233
3234         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3235         (gst_ximagesink_change_state), (gst_ximagesink_reset),
3236         (gst_ximagesink_finalize):
3237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3238         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
3239         Move some cleanup stuff from the state change handler into a _reset()
3240         function that can be called from _finalize(). This ensures that things
3241         get freed even if (for some reason) the NULL->READY state transition
3242         fails in the parent class.
3243         Even if a parent state change fails, process our downward state change
3244         logic instead of bailing out early.
3245         Free the correct xcontext pointer in ximagesink's xcontext_clear.
3246
3247 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3248
3249         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3250         Extra log line.
3251
3252         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
3253         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
3254         Use pango_font_description_set_family_static instead of 
3255         pango_font_description_set_family to save a string copy (it was
3256         leaking due to the strdup anyway)
3257
3258         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
3259         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
3260         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3261         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3262         Chain up in finalize.
3263
3264 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3265
3266         * gst-libs/gst/interfaces/mixertrack.c:
3267         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3268         (gst_mixer_track_set_property):
3269           API: add "untranslated-label" property which should be set by
3270           implementations at construct time (#414645).
3271
3272         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3273         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3274           Set "untranslated-label" when constructing mixer track objects.
3275
3276         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3277           Unit test to check the above.
3278
3279 2007-03-07  Wim Taymans  <wim@fluendo.com>
3280
3281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3282         Fix confusing debug message.
3283
3284 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3285
3286         * gst-plugins-base.doap:
3287         update doap file with new version
3288
3289 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3290
3291         * configure.ac:
3292         Back to CVS
3293
3294 === release 0.10.12 ===
3295
3296 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3297
3298         * configure.ac:
3299           releasing 0.10.12, "Zombie Horde"
3300
3301 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3302
3303         * configure.ac:
3304         Bump version to 0.10.11.4 pre-release
3305
3306 2007-03-06  Wim Taymans  <wim@fluendo.com>
3307
3308         * gst-libs/gst/audio/gstbaseaudiosink.c:
3309         (gst_base_audio_sink_async_play):
3310         Fix regression that made GStreamer skip the first samples of audio.
3311         Fixes #414684.
3312
3313 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3314
3315         * configure.ac:
3316         Bump version to 0.10.11.3 pre-release
3317
3318 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3319
3320         * po/POTFILES.in:
3321           Update paths for the rename from utils to pbutils to fix the build.
3322
3323 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3324
3325         * gst-libs/gst/pbutils/Makefile.am:
3326           Change directory to install headers in from gst/utils to gst/pbutils
3327           as well.
3328
3329 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3330
3331         * configure.ac:
3332         * docs/libs/gst-plugins-base-libs-docs.sgml:
3333         * docs/libs/gst-plugins-base-libs-sections.txt:
3334         * gst-libs/gst/Makefile.am:
3335         * gst-libs/gst/interfaces/mixer.c:
3336         * gst-libs/gst/pbutils/Makefile.am:
3337         * gst-libs/gst/pbutils/descriptions.c:
3338         (gst_pb_utils_get_source_description),
3339         (gst_pb_utils_get_sink_description),
3340         (gst_pb_utils_get_decoder_description),
3341         (gst_pb_utils_get_encoder_description),
3342         (gst_pb_utils_get_element_description),
3343         (gst_pb_utils_add_codec_description_to_tag_list),
3344         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3345         * gst-libs/gst/pbutils/descriptions.h:
3346         * gst-libs/gst/pbutils/install-plugins.c:
3347         * gst-libs/gst/pbutils/install-plugins.h:
3348         * gst-libs/gst/pbutils/missing-plugins.c:
3349         (gst_missing_uri_source_message_new),
3350         (gst_missing_uri_sink_message_new),
3351         (gst_missing_element_message_new),
3352         (gst_missing_decoder_message_new),
3353         (gst_missing_encoder_message_new),
3354         (gst_missing_plugin_message_get_description):
3355         * gst-libs/gst/pbutils/missing-plugins.h:
3356         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3357         * gst-libs/gst/pbutils/pbutils.h:
3358         * gst-libs/gst/utils/Makefile.am:
3359         * gst-libs/gst/utils/base-utils.c:
3360         * gst-libs/gst/utils/base-utils.h:
3361         * gst-libs/gst/utils/descriptions.c:
3362         * gst-libs/gst/utils/descriptions.h:
3363         * gst-libs/gst/utils/install-plugins.c:
3364         * gst-libs/gst/utils/install-plugins.h:
3365         * gst-libs/gst/utils/missing-plugins.c:
3366         * gst-libs/gst/utils/missing-plugins.h:
3367         * gst-plugins-base.spec.in:
3368         * gst/playback/Makefile.am:
3369         * gst/playback/gstdecodebin.c:
3370         * gst/playback/gstdecodebin2.c:
3371         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3372         (gen_source_element):
3373         * gst/playback/gstplaybin.c: (plugin_init):
3374         * tests/check/Makefile.am:
3375         * tests/check/libs/pbutils.c: (GST_START_TEST),
3376         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3377         * tests/check/libs/utils.c:
3378           rename utils to pbutils
3379
3380 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3381
3382         * docs/plugins/Makefile.am:
3383         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3384         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3385         * docs/plugins/inspect/plugin-decodebin2.xml:
3386         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3387         Add documentation for decodebin2 that indicates that the API
3388         is still unstable.
3389
3390 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3391
3392         * configure.ac:
3393         Update to 0.10.11.2 (0.10.12 pre-release)
3394
3395 2007-03-01  Wim Taymans  <wim@fluendo.com>
3396
3397         * gst-libs/gst/audio/gstbaseaudiosink.c:
3398         (gst_base_audio_sink_async_play):
3399         base time is irrelevant here.
3400
3401 2007-03-01  Wim Taymans  <wim@fluendo.com>
3402
3403         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3404         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3405         Improve debugging.
3406
3407         * gst-libs/gst/audio/gstbaseaudiosink.c:
3408         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3409         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3410         Improve latency and clock slaving calculations.
3411         Improve slave clock calibration.
3412
3413         * gst-libs/gst/audio/gstringbuffer.c:
3414         (gst_ring_buffer_commit_full):
3415         When we are asked to render N sample to 0 bytes, return N.
3416
3417 2007-03-01  Wim Taymans  <wim@fluendo.com>
3418
3419         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3420         (gst_alsasink_write), (gst_alsasink_reset):
3421         * ext/alsa/gstalsasink.h:
3422         Remove unused dispose function.
3423         Rename lock to not interfere with alsasrc lock.
3424
3425         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3426         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3427         (gst_alsasrc_read), (gst_alsasrc_reset):
3428         * ext/alsa/gstalsasrc.h:
3429         Implement finalize function.
3430         Use lock to protect alsa access.
3431         Implement _reset.
3432         Fine tune sw params.
3433
3434 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3435
3436         * configure.ac:
3437           Convert to new AG_GST style.
3438
3439 2007-02-28  Wim Taymans  <wim@fluendo.com>
3440
3441         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3442
3443         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3444         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3445         Fix race condition when rapidly switching visualisations in playbin.
3446         Fixes #401029.
3447
3448 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3449
3450         * tests/check/Makefile.am:
3451         Include local stuff before system installed things in LDFLAGS and
3452         CFLAGS.
3453
3454 2007-02-28  Wim Taymans  <wim@fluendo.com>
3455
3456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3457         Improve debugging.
3458
3459 2007-02-28  Wim Taymans  <wim@fluendo.com>
3460
3461         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3462         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3463         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3464         Fix duration and timestamping, taking latency into account.
3465         Implement latency query.
3466
3467 2007-02-28  Wim Taymans  <wim@fluendo.com>
3468
3469         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3470         (gst_audio_clock_new):
3471         Fix clock name.
3472
3473         * gst-libs/gst/audio/gstbaseaudiosink.c:
3474         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3475         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3476         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3477         (gst_base_audio_src_create):
3478         Improve latency query code.
3479         Use proper clock names.
3480
3481 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3482
3483         * tests/check/generic/states.c: (GST_START_TEST):
3484           Copy the states.c test from core again
3485         * tests/check/Makefile.am:
3486           ignore cdio and cdparanoiasrc
3487
3488 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3489
3490         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3491         (double_hq), (audio_convert_get_func_index), (check_default),
3492         (audio_convert_prepare_context), (audio_convert_convert):
3493           Also make valgrind happy and avoid copying data in some cases.
3494
3495 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3496
3497         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3498         (double_hq), (audio_convert_get_func_index),
3499         (audio_convert_prepare_context), (audio_convert_convert):
3500         * gst/audioconvert/gstaudioconvert.c:
3501         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3502         (gst_audio_convert_transform_caps):
3503         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3504         (audioconvert_suite):
3505           Don't run inplace if that overwrites source data as we go. Add more
3506           tests. Fixes #339837 even more.
3507
3508 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3509
3510         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3511         (msg_segment_done): Fix various seeking bugs (Slider was not
3512         updating when doing a non flushing seek, Reverse playback 
3513         on segment seek was wrong).
3514
3515 2007-02-26  Wim Taymans  <wim@fluendo.com>
3516
3517         * tests/examples/seek/seek.c: (stop_seek):
3518         When we stop scrubbing, don't leave the pipeline PLAYING when we
3519         requested a PAUSED state.
3520
3521 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3522
3523         Patch by: René Stadler <mail at renestadler de>
3524
3525         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3526           Parse date strings in vorbis comments that have an invalid (zero)
3527           month or day (#410396).
3528
3529         * tests/check/libs/tag.c: (GST_START_TEST):
3530           Test case for the above.
3531
3532 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3533
3534         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3535
3536         * configure.ac:
3537         * ext/alsa/Makefile.am:
3538         * gst/audiotestsrc/Makefile.am:
3539           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3540
3541 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3542
3543         * gst/playback/gstplaybin.c:
3544           Improve docs: point out that the application needs to assist playbin
3545           with buffering.
3546
3547 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3548
3549         * gst-libs/gst/utils/install-plugins.c:
3550         * gst-libs/gst/utils/missing-plugins.c:
3551         * tests/check/libs/utils.c: (missing_msg_check_getters):
3552           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3553           to just 'gstreamer'. Document the caps string component of the
3554           decoder/encoder detail a bit better, since not everyone will be
3555           familiar with the GStreamer media type/caps system (but they better
3556           enjoy nested itemized lists).
3557
3558 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3559
3560         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3561         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3562           Fix copying of GstNetBuffer (would crash before, or at least lead to
3563           invalid memory access, #410772), for now by copying the GstBuffer copy
3564           code from the core over here so we can copy the GstBuffer fields on a
3565           provided buffer instance (of type GstNetBuffer in this case). Would be
3566           better to fix this with some support by the core though (and in the long
3567           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3568
3569         * tests/check/Makefile.am:
3570           Enable unit test for GstNetBuffer.
3571
3572 2007-02-22  Andy Wingo  <wingo@pobox.com>
3573
3574         * gst-libs/gst/audio/gstbaseaudiosink.c
3575         (gst_base_audio_sink_init): Disable pull-mode activation until we
3576         figure out how to make audio sinks go to PLAYING.
3577
3578 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3579
3580         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3581         (double_hq), (audio_convert_get_func_index),
3582         (audio_convert_prepare_context), (audio_convert_convert):
3583         * gst/audioconvert/audioconvert.h:
3584         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3585         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3586         * gst/audioconvert/gstchannelmix.h:
3587         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3588           Add float as an intermediate format, as well as float mixing. Enable
3589           test that was failing before. Fixes #339837
3590
3591 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3592
3593         * tests/examples/seek/seek.c: (do_seek):
3594         Undo the previous commit: -1 as a stop time implies that the stop
3595         time is the end of file, clearing any previously configured segment.
3596
3597 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3598
3599         * tests/examples/seek/seek.c: (do_seek):
3600         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3601
3602 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3603
3604         * gst/volume/gstvolume.c: (volume_process_int16),
3605         (volume_process_int16_clamp), (volume_set_caps):
3606           Unbreak volume, value remains gint.
3607
3608 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3609
3610         * gst/volume/gstvolume.c: (volume_choose_func),
3611         (volume_update_real_volume), (gst_volume_set_volume),
3612         (gst_volume_init), (volume_process_double), (volume_process_float),
3613         (volume_process_int16), (volume_process_int16_clamp),
3614         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3615         * gst/volume/gstvolume.h:
3616           Extend float audio support (double) and some int->uint cleanups.
3617
3618 2007-02-20  Edward Hervey  <edward@fluendo.com>
3619
3620         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3621         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3622         (sort_end_pads), (gst_decode_group_expose),
3623         (gst_decode_group_hide):
3624         Don't free groups from the streaming threads. Just put them aside and
3625         free them in dispose.
3626
3627 2007-02-20  Edward Hervey  <edward@fluendo.com>
3628
3629         * gst/playback/gstdecodebin2.c: (connect_element),
3630         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3631         (sort_end_pads), (gst_decode_group_expose):
3632         Handle dynamic pads within groups.
3633         Sort pads before exposing them in order to make playbin happy.
3634         There still is a race with the multiqueue filling up. This should be
3635         solved separately.
3636         Fixes #398721
3637
3638 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3639
3640         * gst-libs/gst/utils/base-utils.c:
3641         * gst-libs/gst/utils/descriptions.c:
3642         * gst-libs/gst/utils/install-plugins.c:
3643         * gst-libs/gst/utils/missing-plugins.c:
3644           Some more docs (and descriptions for two subtitle formats).
3645
3646 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3647
3648         * gst-libs/gst/audio/audio.c:
3649           Fix documentation.
3650
3651 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3652
3653         Patch by: Yves Lefebvre  <ivanohe abacom com>
3654
3655         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3656           Don't leak caps. Fixes #408278.
3657
3658 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3659
3660         * ext/cdparanoia/gstcdparanoiasrc.h:
3661         * ext/ogg/gstoggdemux.h:
3662         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3663         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3664         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3665         * gst-libs/gst/audio/audio.h:
3666         * gst-libs/gst/audio/gstaudiofilter.h:
3667         * gst-libs/gst/interfaces/videoorientation.h:
3668         * gst/adder/gstadder.h:
3669           More docs coverage and some ChangeLog surgery (add missing names)
3670
3671 2007-02-15  Wim Taymans  <wim@fluendo.com>
3672
3673         * sys/ximage/ximagesink.c:
3674         (gst_ximagesink_calculate_pixel_aspect_ratio):
3675         * sys/xvimage/xvimagesink.c:
3676         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3677         Small constifications.
3678
3679 2007-02-15  Wim Taymans  <wim@fluendo.com>
3680
3681         * gst-libs/gst/audio/gstbaseaudiosink.c:
3682         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3683         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3684         (gst_base_audio_sink_async_play),
3685         (gst_base_audio_sink_change_state):
3686         Answer latency query.
3687         Use configured latency when syncing.
3688         Fix clock slaving.
3689
3690         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3691         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3692         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3693         Fix possible memleak.
3694         Implement latency query.
3695         Small cleanups.
3696
3697 2007-02-15  Wim Taymans  <wim@fluendo.com>
3698
3699         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3700         Ignore errors in reset, these are not fatal. They also grab the element
3701         lock which is already taking when this function is called. Fixes
3702         #405451.
3703
3704 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3705
3706         * configure.ac:
3707           Remove 'tests/examples/xerror/Makefile' from output files again.
3708
3709 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3710
3711         * configure.ac:
3712         * docs/plugins/Makefile.am:
3713           Also crossref against gst-plugins-base-libs.
3714
3715 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3716
3717         * configure.ac:
3718         * docs/libs/Makefile.am:
3719         * docs/plugins/Makefile.am:
3720           Add crossreferences to glib/gobject/gstream docs.
3721
3722         * gst-libs/gst/audio/audio.h:
3723           Source formatting.
3724
3725         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3726           Add own debug category.
3727
3728 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3729
3730         Patch by: René Stadler <mail at renestadler de>
3731
3732         * gst-libs/gst/tag/gstvorbistag.c:
3733           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3734           (#403597).
3735
3736 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3737
3738         * gst/playback/gstplaybasebin.c: (setup_source):
3739           When we have external subtitles and wait for the subtitle decodebin
3740           to get up and running, we set up a (sync) bus handler for the
3741           subtitle decodebin, so we can stop waiting when it posts an error
3742           message. However, we should do that before we set the subtitle
3743           decodebin's state to playing, otherwise things are racy and we might
3744           miss error messages posted before we had a chance to set up the bus.
3745           This should finally fix totem hanging on .txt pseudo-subtitle files.
3746           
3747 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3748
3749         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3750           Use gst_gdouble_to_guint64 for conversions.
3751         * win32/common/config.h.in:
3752           Add a define for GST_INSTALL_PLUGINS_HELPER
3753         * win32/common/libgstaudio.def:
3754         * win32/common/libgstcdda.def:
3755         * win32/common/libgstnetbuffer.def:
3756         * win32/common/libgstrtp.def:
3757         * win32/common/libgutils.def:
3758           Add new exported functions.
3759         * win32/vs6/gst_plugins_base.dsw:
3760         * win32/vs6/libgstdecodebin.dsp:
3761         * win32/vs6/libgstnetbuffer.dsp:
3762         * win32/vs6/libgstplaybin.dsp:
3763         * win32/vs6/libgstrtp.dsp:
3764         * win32/vs6/libgstvorbis.dsp:
3765         * win32/vs6/libgstcdda.dsp:
3766         * win32/vs6/libgstgdp.dsp:
3767         * win32/vs6/libgstutils.dsp:
3768           Update and add new project files.
3769
3770 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3771
3772         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3773         (subrip_remove_unhandled_tags), (parse_subrip):
3774           For SubRip (.srt) subtitles, ignore all markup tags we don't
3775           handle (like font tags, for example).
3776
3777         * tests/check/elements/subparse.c:
3778           Add test for this.
3779
3780 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3781
3782         * gst/playback/gstdecodebin.c: (add_fakesink),
3783         (gst_decode_bin_change_state):
3784         * gst/playback/gstdecodebin2.c: (add_fakesink),
3785         (gst_decode_bin_change_state):
3786           Don't error out if there is no fakesink in the NULL to READY state
3787           change, since when decodebin is re-used, we're only adding the
3788           fakesink element in READY to PAUSED.
3789
3790         * tests/check/elements/decodebin.c:
3791         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3792         (decodebin_suite):
3793           Minimal unit test to make sure we can use the same decodebin
3794           instance twice (at least with audiotestsrc input).
3795
3796 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3797
3798         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3799           Try to get devic-name from device string first, and from handle only
3800           as fallback (seems to yield better results and is more robust
3801           against buggy probing code on the application side).
3802
3803 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3804
3805         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3806
3807         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3808         (gst_alsa_find_device_name):
3809         * ext/alsa/gstalsa.h:
3810         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3811         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3812           Improve device-name detection a bit, especially in the case where
3813           the device is not actually open (#405020, #405024). Move common code
3814           into gstalsa.c instead of duplicating it.
3815
3816 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3817
3818         * gst/audioconvert/gstaudioconvert.c:
3819           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3820
3821 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3822
3823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3824         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3825         (gst_xvimagesink_interface_supported),
3826         (gst_xvimagesink_probe_get_properties),
3827         (gst_xvimagesink_probe_probe_property),
3828         (gst_xvimagesink_probe_needs_probe),
3829         (gst_xvimagesink_probe_get_values),
3830         (gst_xvimagesink_property_probe_interface_init),
3831         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3832         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3833         (gst_xvimagesink_get_type):
3834         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3835         for XVAdaptors so that one can choose the adaptor to use with 
3836         gstreamer-properties.
3837
3838 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3839
3840         * gst/audioconvert/gstaudioconvert.c:
3841           Also mention that a conversion from double to float is suboptimal still.
3842
3843 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * gst-libs/gst/audio/gstaudiofilter.c:
3846         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3847           Clear our formats structure and free the caps contained in it when
3848           shutting down.
3849
3850 2007-02-05  Andy Wingo  <wingo@pobox.com>
3851
3852         * gst-libs/gst/audio/gstbaseaudiosink.c
3853         (gst_base_audio_sink_callback): Update basesink->offset so that we
3854         pull monotonically increasing offsets instead of, um, seeking back
3855         to 0 each time. Fixes alsasrc ! alsasink!
3856
3857 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         * gst/videoscale/gstvideoscale.c:
3860           A width and height of 1 makes us crash, so increase minimum size to
3861           2x2 pixels until someone feels like fixing this (#404512).
3862
3863 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3864
3865         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3866           Add small test to make sure request pads are cleaned up properly
3867           even if oggmux never changes state out of NULL.
3868
3869 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3870
3871         * tests/check/libs/utils.c: (GST_START_TEST):
3872           Fix unit test. Turns out things work much better when you
3873           NULL-terminate string arrays. Should make p5 build bot happy again.
3874
3875 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3876
3877         * gst-libs/gst/audio/Makefile.am:
3878         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3879         (gst_audio_filter_template_base_init),
3880         (gst_audio_filter_template_class_init),
3881         (gst_audio_filter_template_init),
3882         (gst_audio_filter_template_set_property),
3883         (gst_audio_filter_template_get_property),
3884         (gst_audio_filter_template_setup),
3885         (gst_audio_filter_template_filter),
3886         (gst_audio_filter_template_filter_inplace), (plugin_init):
3887           Oops, forgot to commit fixed-up example.
3888
3889 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3890
3891         * docs/libs/gst-plugins-base-libs-sections.txt:
3892         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3893         (gst_audio_filter_class_init), (gst_audio_filter_init),
3894         (gst_audio_filter_set_caps),
3895         (gst_audio_filter_class_add_pad_templates):
3896         * gst-libs/gst/audio/gstaudiofilter.h:
3897           Port GstAudioFilter to 0.10. This change technically breaks
3898           API and ABI (and thus also every library developer's heart),
3899           but seems justifiable on the grounds that the base class was
3900           completely unusable before (ie. would crash immediately when
3901           actually used). Fixes #403963 (and eventually also #403572).
3902           Also document all of this a bit.
3903
3904 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3905
3906         * gst-libs/gst/utils/install-plugins.c:
3907         (gst_install_plugins_spawn_child):
3908         * tests/check/libs/utils.c:
3909         (test_base_utils_install_plugins_do_callout):
3910           Lowering log level to see why things fail on the p5 build bot;
3911           fix some typos in unit test messages.
3912
3913 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3914
3915         * tests/check/libs/utils.c:
3916         (test_base_utils_install_plugins_do_callout):
3917           Don't hard-code temp directory for test helper; use GLib functions
3918           to write out file and do error checking etc.
3919
3920 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3921
3922         * gst-libs/gst/utils/Makefile.am:
3923         * gst-libs/gst/utils/base-utils.h:
3924         * gst-libs/gst/utils/install-plugins.c:
3925         (gst_install_plugins_context_set_xid),
3926         (gst_install_plugins_context_new),
3927         (gst_install_plugins_context_free),
3928         (gst_install_plugins_get_helper),
3929         (gst_install_plugins_spawn_child),
3930         (gst_install_plugins_return_from_status),
3931         (gst_install_plugins_installer_exited),
3932         (gst_install_plugins_async), (gst_install_plugins_sync),
3933         (gst_install_plugins_return_get_name),
3934         (gst_install_plugins_installation_in_progress):
3935         * gst-libs/gst/utils/install-plugins.h:
3936           API: add API for applications to initiate installation of missing
3937           plugins, ie. gst_install_plugins_async() primarily.
3938           Based on libgimme-codec by Ryan Lortie.
3939
3940         * configure.ac:
3941           Add --with-install-plugins-helper configure option so distros can specify
3942           the path of the helper script or program to call when plugin installation
3943           is requested (distros: please do any argument munging in this helper
3944           script instead of patching GStreamer to pass arguments differently
3945           to another program directly).
3946
3947         * docs/libs/gst-plugins-base-libs-docs.sgml:
3948         * docs/libs/gst-plugins-base-libs-sections.txt:
3949           Build and document new API.
3950
3951         * tests/check/libs/utils.c: (result_cb),
3952         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3953         (libgstbaseutils_suite):
3954           Some simple checks for the new API.
3955
3956 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         * tests/check/elements/audioconvert.c: (test_float_conversion):
3959           Add small test for 32bit float <=> 64bit float conversion (works
3960           only one way so far, 32=>64 produces structured noise).
3961
3962 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3963
3964         * gst/audioconvert/gstaudioconvert.c:
3965         (set_structure_widths_32_and_64), (make_lossless_changes):
3966           We don't support floats with a width of 40, 48 or 56 bits.
3967
3968 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3969
3970         * gst/audioconvert/audioconvert.c: (float), (double),
3971         (audio_convert_get_func_index):
3972         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3973         (make_lossless_changes):
3974           Support for 64-bit float audio in audioconvert (#339837)
3975
3976 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3977
3978         Patch by: Holger Wansing  <linux wansing-online de>
3979
3980         * po/LINGUAS:
3981         * po/de.po:
3982           Add German translation (#352069).
3983
3984 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3985
3986         reviewed by: Wim Taymans <wim@fluendo.com>
3987
3988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3989         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3990         Use newly added GstCollectPads API to free the allocated resources in
3991         the GstOggPad structures (#402393).
3992
3993 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3994
3995         * gst/playback/gstplaybin.c: (gen_vis_element):
3996           Add audioresample+audioconvert in front of the visualisation
3997           element, so that elements like libvisual 0.4 that don't support all
3998           samplerates can work.
3999
4000           Fixes: #402505
4001
4002 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4003
4004         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
4005         (gst_play_base_bin_get_streaminfo_value_array):
4006           Take some locks and make a copy of the streaminfo value array we
4007           maintain while holding the lock, so that the application can
4008           retrieve the stream-info as a value array in a thread-safe way.
4009
4010 2007-01-30  Wim Taymans  <wim@fluendo.com>
4011
4012         * gst/audioconvert/gstaudioconvert.c:
4013         Don't fail on 0 sized buffers. Fixes #396835.
4014
4015 2007-01-29  David Schleef  <ds@schleef.org>
4016
4017         * gst/typefind/gsttypefindfunctions.c:
4018           Detect BBCD as video/x-dirac, so we can play raw dirac
4019           streams.
4020
4021 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
4022
4023         * ext/theora/theoraenc.c: (theora_enc_chain):
4024           Check return value of theora_encode_header(), or we might try to
4025           allocate a random number of bytes. theora_encode_header() can fail
4026           if libtheora has been compiled with encoding support disabled.
4027           Fixes #398110.
4028
4029 2007-01-29  Wim Taymans  <wim@fluendo.com>
4030
4031         * tests/check/gst/.cvsignore:
4032         Do as buildbot says.
4033
4034 2007-01-29  Wim Taymans  <wim@fluendo.com>
4035
4036         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
4037         Fix strides in libvisual. Gst uses X strides.
4038         Inspired by: <ed at catmur dot co dot uk> and 
4039         <tim at centricular dot net>
4040         Fixes #401118.
4041
4042 2007-01-27  Wim Taymans  <wim@fluendo.com>
4043
4044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4045         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
4046         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
4047         (gst_ogg_demux_perform_seek),
4048         (gst_ogg_demux_bisect_forward_serialno),
4049         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4050         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
4051         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
4052         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
4053         * ext/ogg/gstoggdemux.h:
4054         Properly propagate streaming errors when we are scanning the file for
4055         chains so that we don't crash when shut down. Might fix some crashers
4056         when quickly switching oggs in RB such as #332503 and #378436.
4057
4058 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
4059
4060         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
4061           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
4062           error code as well.
4063
4064 2007-01-25  Wim Taymans  <wim@fluendo.com>
4065
4066         * gst/playback/gstplaybasebin.c: (remove_source):
4067         Don't try to disconnect a signal from a finalized object.
4068
4069 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4070
4071         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
4072           Cast lock macro parameters to make sure we're actually accessing the
4073           lock member at the right class level. Free list itself in _dispose()
4074           as well and NULL it in case dispose gets called multiple times.
4075
4076 2007-01-25  Edward Hervey  <edward@fluendo.com>
4077
4078         * gst/playback/gstdecodebin2.c:
4079         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
4080         Free GstDecodeGroups no longer used.
4081         (gst_decode_group_expose):
4082         Don't unlock too many times !
4083         (deactivate_free_recursive):
4084         Free iterator once we're done with it.
4085         Fix for recursively deactivating elements (stop at ghostpads).
4086
4087 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4088
4089         * gst/playback/gstplaybin.c: (handoff):
4090           Fix up caps on the frame buffer before we save it and potentially
4091           make it accessible to other threads via g_object_get; also use
4092           gst_buffer_replace() instead of gst_mini_object_replace().
4093
4094 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4097           Make getting the current frame thread-safe.
4098
4099 2007-01-25  Edward Hervey  <edward@fluendo.com>
4100
4101         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
4102         (gst_decode_group_new), (gst_decode_group_free):
4103         Set queues to bigger sizes to cope with HD contents.
4104         Fix some mutex freeing and add comment about MT safe methods.
4105
4106 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
4107
4108         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4109         (gst_text_overlay_text_event):
4110           Don't unnecessarily ref (and then leak) upstream events if the text
4111           pad is not linked. Fixes #399948.
4112
4113         * tests/check/gst-plugins-base.supp:
4114           Add suppression for pango on edgy/x86 for textoverlay test.
4115
4116 2007-01-24  Wim Taymans  <wim@fluendo.com>
4117
4118         * gst-libs/gst/rtp/gstrtpbuffer.h:
4119         Add some more fixed payloads.
4120
4121 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4124           Error out properly if we get an error from libogg while reading the
4125           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
4126
4127 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4128
4129         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
4130           Don't leak mutex.
4131
4132         * tests/check/elements/playbin.c:
4133         (test_sink_usage_video_only_stream),
4134         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4135         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
4136         (test_missing_suburisource_handler),
4137         (test_missing_primary_decoder), (playbin_suite):
4138           Run all tests once with decodebin and once with decodebin2.
4139           One test does not pass yet with decodebin2.
4140
4141 2007-01-23  Edward Hervey  <edward@fluendo.com>
4142
4143         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
4144         Fix the cases where oggmux doesn't properly figure out that all
4145         sinkpads have gone EOS, and therefore doesn't push out the remaining
4146         buffers and the final EOS event.
4147         Fixes #363379
4148
4149 2007-01-23  Julien MOUTTE  <julien@moutte.net>
4150
4151         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4153         Don't lock on navigation event push, just on keysym to string.
4154         Fixes #397673 again.
4155
4156 2007-01-22  Edward Hervey  <edward@fluendo.com>
4157
4158         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
4159         (get_current_group), (group_demuxer_event_probe),
4160         (gst_decode_group_expose), (deactivate_free_recursive),
4161         (gst_decode_group_free):
4162         Cleanups.
4163         Don't forget to emit 'no-more-pads' once a group is exposed.
4164         Cleanup elements from a DecodeGroup once we remove it.
4165         Protect call to gst_decode_group_expose() with the decodebin lock.
4166
4167 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4168
4169         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4171         Looking at Xorg code i can't figure out if that XKeysymToString
4172         function is thread sensible or not. Lock it just in case as
4173         recommended by Radek Doulik <rodo at ximian dot com>.
4174
4175 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4176
4177         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4179         Lock that X Call as well. Fixes #397673.
4180
4181 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4182
4183         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4184           Don't go into an endless loop if the file starts with 00 00 01 2X,
4185           like quicktime redirect files might. Fixes #396042.
4186
4187         * tests/check/Makefile.am:
4188         * tests/check/gst/.cvsignore:
4189         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
4190         (typefindfunctions_suite):
4191           Add unit test for the above.
4192
4193 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4194
4195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4196           On second thought, use "depth" field rather than "bpp" field.
4197
4198 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4199
4200         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4201           Camtasia caps apparently need a bpp field (#398875).
4202
4203 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4204
4205         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4206         (gen_source_element), (gst_play_base_bin_change_state):
4207           Attempt at a better error message in case we don't have the required
4208           URI handler installed; post missing-plugin message also when we're
4209           missing an URI handler for the subtitle URI; clean up properly also
4210           when an error occurs and we never made it to PAUSED state.
4211
4212         * tests/check/elements/playbin.c: (GST_START_TEST),
4213         (playbin_suite):
4214           Check that we're also getting a missing-plugin messsage for a
4215           missing subtitle URI handler (and clean up properly).
4216
4217 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4218
4219         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
4220           Plug a few reference leaks.
4221
4222 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4225           Lower probability a bit if the marker isn't right at the start,
4226           to decrease the chance of false positives.
4227
4228 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4229
4230         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4231           Small mpeg2 system stream typefinding improvement: make typefinder
4232           probe a bit into the stream instead of just looking for a marker
4233           at the beginning. Fixes #397810.
4234
4235 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4236
4237         * gst/audioconvert/gstchannelmix.c:
4238           Remove compatibility cruft for prehistoric GLib versions.
4239
4240 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4241
4242         * gst/playback/Makefile.am:
4243         * gst/playback/gstdecodebin.c: (close_pad_link):
4244         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4246         (gst_play_base_bin_handle_message_func), (unknown_type):
4247           Let decodebin be the element to post missing-plugin messages for
4248           missing decoders (rather than playbin); make playbin implement
4249           GstBin::handle_message so we can suppress missing-plugin messages
4250           for types we're not handling on purpose (don't want to bring up an
4251           installer in those cases).
4252
4253 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
4254
4255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4256         * gst-libs/gst/tag/gstvorbistag.c:
4257         (gst_tag_list_to_vorbiscomment_buffer):
4258         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
4259           Fix potentially unaligned access (#397207).
4260
4261 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4262
4263         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4264         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4265         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4266         (main):
4267           Allow to toggle looping while it plays. Fix callback prototype. Clean
4268           up code a bit more. Add copyright header.
4269
4270 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4271
4272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4273           Red and blue mask was swapped (spotted by Dan Williams).
4274
4275 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4276
4277         * gst-libs/gst/tag/gstid3tag.c:
4278         * gst-libs/gst/tag/gstvorbistag.c:
4279           Use new beats-per-minute tag from core.
4280
4281 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4282
4283         * po/POTFILES.in:
4284           Add new files with translatable strings, so they actually make it
4285           into the template file one day.
4286
4287 2007-01-12  Andy Wingo  <wingo@pobox.com>
4288
4289         * gst-libs/gst/audio/gstbaseaudiosink.c
4290         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4291         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4292         stuff, as the base class handles this now. Actually tell the ring
4293         buffer to start.
4294         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4295         How did this work before? Maybe I'm not as awesome a programmer as
4296         I think.
4297
4298         * gst-libs/gst/audio/gstbaseaudiosrc.c
4299         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4300         of a pad function.
4301
4302 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4305           Remove more fields so that the application can better blacklist
4306           formats that have been tried before.
4307
4308 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         * gst-libs/gst/audio/mixerutils.h:
4311           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4312           used when compiling with c++ compilers as well.
4313
4314 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4315
4316         * gst/typefind/gsttypefindfunctions.c:
4317           Fix comment.
4318
4319 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4320
4321         * gst/playback/gstplaybin.c: (post_missing_element_message),
4322         (gen_video_element), (gen_text_element), (gen_audio_element),
4323         (gen_vis_element):
4324           Post missing-plugin messages also when we error out because
4325           converters, textoverlay or auto*sinks are missing (#161922).
4326
4327 2007-01-10  Wim Taymans  <wim@fluendo.com>
4328
4329         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4330         (is_demuxer_element), (new_caps):
4331         * gst/playback/gstplaybasebin.c: (source_new_pad):
4332         Fix the case where we try to ref a NULL element when we delay a link
4333         because of unfixed caps.
4334         Set the state of autoplugged decodebins to PAUSED.
4335         RTSP now works in playbin, we can remove it from the blacklist.
4336
4337 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4338
4339         * gst/playback/Makefile.am:
4340         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4341         (unknown_type), (setup_subtitle), (gen_source_element):
4342         * gst/playback/gstplaybin.c: (plugin_init):
4343           Post missing-plugin messages on the bus for missing sources and
4344           missing decoders/demuxers/depayloaders; fix error code used when
4345           we're missing an URI handler source; for media types that we are not
4346           handling on purpose at the moment, don't print "don't know how to
4347           handle xyz" messages to the terminal or post missing-plugin
4348           messages on the bus.
4349
4350         * tests/check/elements/playbin.c: (create_playbin),
4351         (GST_START_TEST), (gst_codec_src_uri_get_type),
4352         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4353         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4354         (gst_codec_src_init_type), (gst_codec_src_base_init),
4355         (gst_codec_src_create), (gst_codec_src_class_init),
4356         (gst_codec_src_init), (plugin_init), (playbin_suite):
4357           Add some tests for the missing-plugin stuff.
4358
4359 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4360
4361         * configure.ac:
4362         * gst-libs/gst/Makefile.am:
4363         * gst-libs/gst/utils/Makefile.am:
4364         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4365         * gst-libs/gst/utils/base-utils.h:
4366         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4367         (find_format_info), (caps_are_rtp_caps),
4368         (gst_base_utils_get_source_description),
4369         (gst_base_utils_get_sink_description),
4370         (gst_base_utils_get_decoder_description),
4371         (gst_base_utils_get_encoder_description),
4372         (gst_base_utils_get_element_description),
4373         (gst_base_utils_add_codec_description_to_tag_list),
4374         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4375         * gst-libs/gst/utils/descriptions.h:
4376         * gst-libs/gst/utils/missing-plugins.c:
4377         (missing_structure_get_type), (copy_and_clean_caps),
4378         (gst_missing_uri_source_message_new),
4379         (gst_missing_uri_sink_message_new),
4380         (gst_missing_element_message_new),
4381         (gst_missing_decoder_message_new),
4382         (gst_missing_encoder_message_new),
4383         (missing_structure_get_string_detail),
4384         (missing_structure_get_caps_detail),
4385         (gst_missing_plugin_message_get_installer_detail),
4386         (gst_missing_plugin_message_get_description),
4387         (gst_is_missing_plugin_message):
4388         * gst-libs/gst/utils/missing-plugins.h:
4389           API: add new libgstbaseutils library with functions
4390           - to create and parse missing-plugins messages
4391           - that provide (translated) descriptions for caps/decoders/sources/etc.
4392           Closes #392393.
4393
4394         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4395         * pkgconfig/gstreamer-plugins-base.pc.in:
4396           Add new lib.
4397
4398         * docs/libs/gst-plugins-base-libs-docs.sgml:
4399         * docs/libs/gst-plugins-base-libs-sections.txt:
4400           Generate docs for new lib and API.
4401
4402         * tests/check/Makefile.am:
4403         * tests/check/libs/.cvsignore:
4404         * tests/check/libs/utils.c: (missing_msg_check_getters),
4405         (GST_START_TEST), (libgstbaseutils_suite):
4406           Add some basic unit tests.
4407
4408 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4409
4410         * ext/ogg/Makefile.am:
4411           Dist gstoggdemux.h to fix 'make distcheck'.
4412
4413         * sys/v4l/Makefile.am:
4414           Fix 'make distcheck' even more.
4415
4416 2007-01-09  Wim Taymans  <wim@fluendo.com>
4417
4418         * docs/plugins/Makefile.am:
4419         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4420         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4421         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4422         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4423         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4424         (gst_ogg_demux_perform_seek):
4425         * ext/ogg/gstoggdemux.h:
4426         Added docs.
4427         Add some more comments.
4428         Small cleanups.
4429
4430 2007-01-09  Wim Taymans  <wim@fluendo.com>
4431
4432         * ext/theora/theoradec.c:
4433         * ext/vorbis/vorbisdec.c:
4434         * gst-libs/gst/audio/gstringbuffer.c:
4435         (gst_ring_buffer_commit_full):
4436         * gst-libs/gst/audio/gstringbuffer.h:
4437         * gst-libs/gst/rtp/gstrtpbuffer.c:
4438         * gst-libs/gst/tag/gstvorbistag.c:
4439         Small documentation updates/fixes
4440
4441 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4442
4443         * configure.ac:
4444           Require core CVS HEAD for Andy's basesrc/sink API additions.
4445
4446 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4447
4448         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4449
4450         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4451         (plugin_init):
4452           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4453           on flac.sf.net (there appear to be other versions of the first
4454           ogg page in the wild) (#391365).
4455
4456 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * configure.ac:
4459           Check if localtime_r() is available.
4460
4461         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4462           If localtime_r() is not available, fall back to localtime(). Should
4463           fix build on MingW (#393310).
4464
4465 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4466
4467         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4468         * gst/subparse/gstsubparse.h:
4469           Remove spurious 1000 subtrahend when calculating the timestamp from
4470           the frame number and the frame rate . Also, use the frames/second
4471           value specified in the first line of the file, if one is specified
4472           there. Should fix #357503.
4473
4474         * tests/check/elements/subparse.c: (do_test),
4475         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4476         (subparse_suite):
4477           Add some basic unit tests for the microdvd subtitle format.
4478
4479 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4480
4481         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4482
4483         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4484         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4485         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4486         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4487         (gst_xvimagesink_set_xwindow_id),
4488         (gst_xvimagesink_set_event_handling),
4489         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4490         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4491         Fixes: #390076.
4492         Add an adaptor property to select a specific XV adaptor.
4493         * sys/xvimage/xvimagesink.h:
4494
4495 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4496
4497         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4498         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4499         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4500         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4501         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4502         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4503         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4504         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4505         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4506         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4507         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4508         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4509         Use flow_lock much more to protect every access to xwindow.
4510         Try to catch erros while creating images in case some drivers are
4511         just generating an XError when the requested image is too big.
4512         Should fix : #354698, #384008, #384060.
4513         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4514         Implement some stress testing of setting window xid.
4515
4516 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4517
4518         * win32/common/libgsaudio.def:
4519           Add new exported function.
4520         * win32/common/libgstogg.dsp:
4521           Add gstoggaviparse.c to the build.
4522         * win32/common/libgstvideoscale.dsp:
4523           Add vs_4tap.c to the build.
4524         * win32/common/libgstvorbis.dsp:
4525           Add vorbistag.c to the build.
4526         
4527 2007-01-06  Andy Wingo  <wingo@pobox.com>
4528
4529         * gst-libs/gst/audio/gstbaseaudiosink.c
4530         (gst_base_audio_sink_class_init)
4531         (gst_base_audio_sink_init): 
4532         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4533         to baseaudiosink, and tell basesink that we can work in pull mode.
4534         This way the ring buffer thread drives the pipeline directly, if
4535         pull mode is possible. There is some lingering nastiness regarding
4536         capsnego, however.
4537         (gst_base_audio_sink_callback): Implement the callback to pull
4538         data. This interface is a bit light, though -- it should get a
4539         GstFlowReturn return value at least.
4540
4541 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4542
4543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4544         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4545         * gst/playback/gstdecodebin2.c:
4546         (gst_decode_group_check_if_blocked):
4547           Printf format and missing argument fixes.
4548
4549 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4550
4551         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4552         (gst_ogm_parse_change_state):
4553         Activate pads before adding them to the element.
4554
4555 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         * tests/examples/seek/scrubby.c: (main):
4558         * tests/examples/seek/seek.c: (main):
4559           Call g_thread_init() first thing in main() (see #391278).
4560
4561 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4562
4563         * tests/check/Makefile.am:
4564         * tests/check/libs/.cvsignore:
4565         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4566         (netbuffer_suite):
4567           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4568           for the time being, since it's broken, see #393099.
4569
4570 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * tests/check/Makefile.am:
4573           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4574
4575 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4576
4577         * configure.ac:
4578           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4579           so that GST_BASE_CFLAGS can go inbetween them, making sure
4580           we use uninstalled gst-libs headers
4581         * docs/libs/Makefile.am:
4582         * ext/alsa/Makefile.am:
4583         * ext/cdparanoia/Makefile.am:
4584         * ext/gnomevfs/Makefile.am:
4585         * ext/libvisual/Makefile.am:
4586         * ext/ogg/Makefile.am:
4587         * ext/theora/Makefile.am:
4588         * ext/vorbis/Makefile.am:
4589         * gst-libs/gst/audio/Makefile.am:
4590         * gst-libs/gst/cdda/Makefile.am:
4591         * gst-libs/gst/interfaces/Makefile.am:
4592         * gst-libs/gst/riff/Makefile.am:
4593         * gst-libs/gst/rtp/Makefile.am:
4594         * gst-libs/gst/tag/Makefile.am:
4595         * gst/adder/Makefile.am:
4596         * gst/audioconvert/Makefile.am:
4597         * gst/audiorate/Makefile.am:
4598         * gst/audioresample/Makefile.am:
4599         * gst/playback/Makefile.am:
4600         * gst/tcp/Makefile.am:
4601         * gst/videoscale/Makefile.am:
4602         * gst/volume/Makefile.am:
4603         * sys/ximage/Makefile.am:
4604         * sys/xvimage/Makefile.am:
4605         * tests/icles/Makefile.am:
4606           adapt
4607
4608 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4609
4610         * gst-libs/gst/interfaces/xoverlay.c:
4611         (gst_x_overlay_handle_events):
4612         * gst-libs/gst/interfaces/xoverlay.h:
4613         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4614         (gst_ximagesink_set_xwindow_id),
4615         (gst_ximagesink_set_event_handling),
4616         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4617         (gst_ximagesink_get_property), (gst_ximagesink_init),
4618         (gst_ximagesink_class_init):
4619         * sys/ximage/ximagesink.h:
4620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4621         (gst_xvimagesink_set_xwindow_id),
4622         (gst_xvimagesink_set_event_handling),
4623         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4624         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4625         (gst_xvimagesink_class_init):
4626         * sys/xvimage/xvimagesink.h:
4627         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4628         Add a method to the XOverlay interface to allow disabling of 
4629         event handling in x[v]imagesink elements. This will let X events
4630         propagate to parent windows which can be usefull in some cases.
4631         Be carefull that the application is then responsible of pushing
4632         navigation events and expose events to the video sink.
4633         Fixes: #387138.
4634
4635 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4636
4637         * gst-libs/gst/tag/gstvorbistag.c:
4638         * tests/check/libs/tag.c: (GST_START_TEST):
4639           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4640           (fixes #392070).
4641
4642 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4643
4644         * configure.ac:
4645         * docs/Makefile.am:
4646         * docs/design/Makefile.am:
4647           Dist design docs.
4648
4649 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4650
4651         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4652         typo. Fixes: #390063.
4653
4654 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4655
4656         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4658         caps leak.
4659         * win32/common/config.h: Updated.
4660
4661 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4662
4663         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4664         (setup_gdpdepay_streamheader):
4665         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4666         (setup_gdppay_streamheader):
4667           Fix the dp tests, but activating the pads for the streamheader tests
4668           too and cleaning up conditionaly
4669
4670 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4671
4672         * gst/ffmpegcolorspace/avcodec.h:
4673         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4674         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4675         (gst_ffmpegcsp_avpicture_fill):
4676         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4677         (img_get_alpha_info):
4678         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4679         other end of the word. Fixes: #387073.
4680
4681         Add some inconsequential branch hints in a couple of places.
4682
4683 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4684
4685         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4686         (gst_ffmpeg_caps_to_smpfmt):
4687           The "signed" field in raw audio caps is of boolean type, trying to
4688           extract the value with _get_int() will fail (fix to keep in sync with
4689           the copy in gst-ffmpeg)
4690
4691 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4692
4693         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4694         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4695         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4696         (cleanup_gdpdepay):
4697         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4698         * tests/check/elements/subparse.c: (teardown_subparse):
4699         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4700         * tests/check/elements/videorate.c: (cleanup_videorate):
4701         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4702         * tests/check/elements/volume.c: (cleanup_volume):
4703         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4704         (cleanup_vorbisdec):
4705         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4706         (cleanup_vorbistag):
4707           consistent pad (de)activation
4708
4709 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4710
4711         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4712           Forgot to register the extensions.
4713
4714 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4717         (plugin_init):
4718           Add typefinder for VIVO files (my christmas present to the 90s).
4719
4720 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * gst/playback/gstdecodebin.c: (type_found):
4723           Special-case the text/plain media type: we only want to recognise it
4724           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4725           parser, but not if the entire stream is of text/plain type. If the
4726           entire stream is text/plain, we should just error out.
4727
4728           This fixes playback of audio files with lyrics in totem. Totem can't
4729           distinguish between text files and subtitle files and passes any
4730           .txt file with the same basename as the main file to playbin as
4731           suburi, and playbin will then throw a 'subtitle found, but no video
4732           stream' error, which isn't entirely helpful. See #380342.
4733
4734           Also, with this change we'll show a slightly more correct error
4735           message in case totem passes a playlist file to us (although a
4736           custom error message wording instead of the default text would
4737           probably not be a bad idea either).
4738
4739           Same problem also needs to be fixed for playbin+decodebin2.
4740
4741         * tests/check/Makefile.am:
4742         * tests/check/elements/decodebin.c: (src_handoff_cb),
4743         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4744         (decodebin_suite):
4745           Add simple unit test for decodebin for the above.
4746
4747 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4748
4749         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4750         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4751           Refuse to change state to READY when we failed to create any of the
4752           required elements in our instance init function.
4753
4754 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         * docs/libs/gst-plugins-base-libs-sections.txt:
4757           Small docs fixes/updates.
4758
4759         * gst-libs/gst/video/gstvideosink.h:
4760           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4761           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4762           removed from the base sink API between 0.9.6 and 0.9.7).
4763           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4764           accessor macros, so we don't do a runtime GObject type check every
4765           time we use them.
4766
4767 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4768
4769         * Makefile.am:
4770         * gst-plugins-base.doap:
4771         * gst-plugins-base.spec.in:
4772           add doap file
4773
4774 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         Patch by: Jens Granseuer <jensgr at gmx net>
4777
4778         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4779         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4780         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4781         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4783           Declare variables at the beginning of a block. Fixes #383195.
4784
4785 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4786
4787         * configure.ac:
4788         Bump version nano - back to CVS.
4789
4790
4791 === release 0.10.11 ===
4792
4793 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4794
4795         * configure.ac:
4796           releasing 0.10.11, "Dumb things"
4797
4798 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4799
4800         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4801         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4802         Handle the case where an element has multiple pads with 
4803         unfixed caps as well as still possibly producing more dynamic 
4804         pads by storing each case as a distinct entry in the dynamic list.
4805         Fixes #38223 again.
4806
4807 2006-12-04  Wim Taymans  <wim@fluendo.com>
4808
4809         * gst/playback/gstdecodebin.c: (close_pad_link):
4810         Fix #382223, add more dynamic caps handling.
4811
4812 2006-12-04  Wim Taymans  <wim@fluendo.com>
4813
4814         * gst-libs/gst/audio/gstringbuffer.h:
4815         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4816         (gst_netaddress_set_ip4_interface),
4817         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4818         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4819         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4820         (gst_netaddress_get_ttl):
4821         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4822         * gst/playback/gstdecodebin.c: (close_pad_link):
4823         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4824         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4825         * win32/common/config.h:
4826
4827 2006-12-01  Michael Smith  <msmith@fluendo.com>
4828
4829         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4830           Delete bad debug code.
4831           Fixes #381219
4832
4833 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4834
4835         * gst/videoscale/vs_4tap.c:
4836         * win32/MANIFEST:
4837         * win32/common/config.h:
4838         * win32/vs8/libgstvideoscale.vcproj:
4839         Fix compilation on win32 under VS8
4840         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4841         Partially fixes #381175
4842
4843 2006-11-30  Michael Smith  <msmith@fluendo.com>
4844
4845         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4846         (GST_START_TEST):
4847           It would be very bad if, after a discont buffer, we thought every
4848           single following buffer was also discont. So, add to the test to
4849           ensure that this isn't the case.
4850           
4851         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4852           ... it was the case. So fix it.
4853
4854 2006-11-28  Wim Taymans  <wim@fluendo.com>
4855
4856         * gst/playback/gstplaybasebin.c: (check_queue_event):
4857         Improve debug.
4858
4859         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4860         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4861         padtemplate caps. Refixes #357577.
4862
4863 2006-11-28  Wim Taymans  <wim@fluendo.com>
4864
4865         * gst/playback/gstplaybasebin.c: (check_queue_event),
4866         (queue_threshold_reached), (queue_out_of_data),
4867         (gen_preroll_element):
4868         Add event probe to see when EOS is in a queue and we can disable the
4869         underrun signals. Fixes #357577.
4870
4871 2006-11-28  Edward Hervey  <edward@fluendo.com>
4872
4873         * gst/playback/Makefile.am:
4874         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4875         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4876         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4877         (gst_decode_bin_init), (gst_decode_bin_dispose),
4878         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4879         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4880         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4881         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4882         (connect_element), (expose_pad), (type_found),
4883         (pad_added_group_cb), (pad_removed_group_cb),
4884         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4885         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4886         (are_raw_caps), (multi_queue_overrun_cb),
4887         (multi_queue_underrun_cb), (gst_decode_group_new),
4888         (get_current_group), (group_demuxer_event_probe),
4889         (gst_decode_group_control_demuxer_pad),
4890         (gst_decode_group_control_source_pad),
4891         (gst_decode_group_check_if_blocked),
4892         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4893         (gst_decode_group_hide), (gst_decode_group_free),
4894         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4895         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4896         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4897         (plugin_init):
4898         New decodebin2 element.
4899         Closes #370092
4900         * gst/playback/gstplay-marshal.list:
4901         Added marshallers for new signals in decodebin2
4902         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4903         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4904         is set.
4905
4906 2006-11-28  Wim Taymans  <wim@fluendo.com>
4907
4908         * gst/playback/gstplaybasebin.c: (setup_source),
4909         (gst_play_base_bin_change_state):
4910         Disable rtsp:// uris for the release, it's not good enough yet.
4911         Remove unused var.
4912
4913 2006-11-26  Wim Taymans  <wim@fluendo.com>
4914
4915         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4916         (theora_dec_push_forward), (theora_dec_push_reverse),
4917         (theora_handle_data_packet), (theora_dec_decode_buffer),
4918         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4919         (theora_dec_chain_forward), (theora_dec_chain):
4920         Implement reverse playback.
4921
4922         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4923         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4924         (vorbis_dec_chain_forward):
4925         Clear buffers used for reverse playback in _reset.
4926         No need to set the eos flag, we clip samples using the segment.
4927
4928 2006-11-24  Wim Taymans  <wim@fluendo.com>
4929
4930         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4931         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4932         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4933         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4934         Some cleanups.
4935         Handle continued pages in reverse mode.
4936
4937 2006-11-24  Wim Taymans  <wim@fluendo.com>
4938
4939         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4940         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4941         (vorbis_dec_flush_decode):
4942         Small cleanups.
4943         Don't try to add invalid timestamps.
4944         Clipping will unref the buffer.
4945
4946 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4947
4948         * gst/adder/gstadder.h:
4949         * gst/audiotestsrc/gstaudiotestsrc.h:
4950           remove obsolete _factory_init protos
4951
4952 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4953
4954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4955           Fix spacing in debug message.
4956
4957 2006-11-23  Wim Taymans  <wim@fluendo.com>
4958
4959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4960         (gst_ogg_demux_chain):
4961         Don't just ignore return values from _pad_push().
4962         Small debug improvements.
4963
4964 2006-11-23  Michael Smith  <msmith@fluendo.com>
4965
4966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4967           If our incoming buffer is marked as DISCONT, then increment the page
4968           number (so that the discontinuity is marked in the final ogg
4969           bitstream) and flush the previous page.
4970
4971 2006-11-22  Michael Smith  <msmith@fluendo.com>
4972
4973         * ext/theora/gsttheoraenc.h:
4974         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4975         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4976         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4977         (theora_enc_chain), (theora_enc_change_state):
4978           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4979
4980         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4981         (GST_START_TEST), (theoraenc_suite):
4982           Enable discontinuity test, fix it.
4983
4984 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4985
4986         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4987         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4988         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4989         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4990         (gst_text_overlay_change_state):
4991         * ext/pango/gsttextoverlay.h:
4992           Some textoverlay fixes: for one, in the video chain function,
4993           actually wait for a text buffer to come in if there is none at the
4994           moment and there should be one; also, deal more gracefully with
4995           incoming buffers that do not have a timestamp or duration; discard
4996           text buffer when not needed any longer. Fixes #341681.
4997
4998         * tests/check/Makefile.am:
4999         * tests/check/elements/.cvsignore:
5000         * tests/check/elements/textoverlay.c:
5001         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
5002         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
5003         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
5004         (test_video_waits_for_text_send_text_newsegment_thread),
5005         (test_video_waits_for_text_shutdown_element),
5006         (test_render_continuity_push_video_buffers_thread),
5007         (textoverlay_suite):
5008           Add some unit tests for textoverlay.
5009
5010 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
5013           Avoid integer underflow when the found probability for mp3 is
5014           smaller than the 'penalty' we subtract if there's not a clean
5015           mp3 header sync at offset 0.
5016
5017 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
5018
5019         * docs/libs/gst-plugins-base-libs-sections.txt:
5020           Add some new symbols to the docs
5021
5022 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
5023
5024         * tests/check/Makefile.am:
5025         * tests/check/elements/ffmpegcolorspace.c:
5026         (ffmpegcolorspace_suite):
5027           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
5028           (for now not for valgrinding though, since it takes too long).
5029
5030 2006-11-20  Wim Taymans  <wim@fluendo.com>
5031
5032         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5033         (gst_ffmpeg_pixfmt_to_caps):
5034         Fix RGBA32 caps. Fixes #357038.
5035
5036 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
5037
5038         * gst-libs/gst/interfaces/mixertrack.h:
5039           Add FIXME so we can add some padding here in 0.11
5040
5041 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5042
5043         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5044           Fix GstBaseRTPAudioPayload structure so the whole GObject
5045           inheritance business actually works (parent class instance structure
5046           must always come first in the derived class instance structure).
5047
5048 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5049
5050         * gst/videotestsrc/Makefile.am:
5051         * tests/check/Makefile.am:
5052           Make sure our checks and the videotestsrc plugin link against the
5053           local uninstalled gst libs and not any installed gst libs that
5054           might happen to exist as well.
5055
5056         * tests/check/elements/adder.c: (message_received),
5057         (test_event_message_received), (test_play_twice_message_received):
5058         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
5059           Fix compiler warnings when compiling against core with disabled
5060           debugging system.
5061
5062 2006-11-16  Michael Smith  <msmith@fluendo.com>
5063
5064         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5065         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
5066           Fix audiorate, so that it accurately sets offsets and timestamps.
5067           Doesn't change the fundamental algorithmic decisions; so should be
5068           safe.
5069
5070         * tests/check/Makefile.am:
5071           Enable audiorate test now that it passes.
5072
5073 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
5074
5075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5076           clear xv when going to NULL, remove // commented non-existant proto
5077
5078         * tests/examples/seek/seek.c: (main):
5079           add missing tooltip description for scrub and play_scrub
5080
5081 2006-11-14  David Schleef  <ds@schleef.org>
5082
5083         * configure.ac:
5084           Bump liboil requirement to 0.3.8.
5085         * gst-libs/gst/riff/riff-media.c:
5086           Add Dirac fourcc.
5087         * gst/videoscale/vs_image.h:
5088         * gst/videoscale/vs_scanline.h:
5089           Use liboil's stdint.h.
5090         * gst/videotestsrc/videotestsrc.c:
5091           Remove liboil related ifdef's, since they aren't needed now, and
5092           won't work with future versions.
5093
5094 2006-11-14  David Schleef  <ds@schleef.org>
5095
5096         * gst/videoscale/Makefile.am:
5097         * gst/videoscale/gstvideoscale.c:
5098         * gst/videoscale/gstvideoscale.h:
5099         * gst/videoscale/vs_4tap.c:
5100         * gst/videoscale/vs_4tap.h:
5101         * gst/videoscale/vs_image.c:
5102         * gst/videoscale/vs_image.h:
5103         * gst/videoscale/vs_scanline.c:
5104         * gst/videoscale/vs_scanline.h:
5105           Add a 4-tap image scaler.  Theoretically looks much prettier.
5106           The tap calculation could use some improvement.
5107
5108 2006-11-14  Wim Taymans  <wim@fluendo.com>
5109
5110         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
5111
5112         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
5113         (gst_riff_parse_strf_iavs):
5114         * gst/subparse/gstsubparse.c: (convert_encoding):
5115         * gst/tcp/gstmultifdsink.c:
5116         (gst_multi_fd_sink_handle_client_write):
5117         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5118         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
5119         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
5120         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
5121         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5122         (gst_ximagesink_ximage_new):
5123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5124         Various gsize and gssize printf fixes. Fixes #372507.
5125
5126 2006-11-13  Wim Taymans  <wim@fluendo.com>
5127
5128         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5129         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
5130         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
5131         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
5132         (vorbis_dec_chain_forward), (vorbis_dec_chain):
5133         * ext/vorbis/vorbisdec.h:
5134         First stab at vorbis reverse playback.
5135
5136 2006-11-13  Wim Taymans  <wim@fluendo.com>
5137
5138         * gst-libs/gst/audio/gstbaseaudiosink.c:
5139         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5140         * gst-libs/gst/audio/gstbaseaudiosink.h:
5141         Make the clock sync code more accurate wrt resampling and playback
5142         at different rates.
5143         
5144         * gst-libs/gst/audio/gstringbuffer.c:
5145         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
5146         * gst-libs/gst/audio/gstringbuffer.h:
5147         Use better algorithm to interpolate sample rates. 
5148
5149 2006-11-13  Michael Smith  <msmith@fluendo.com>
5150
5151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
5152           Improve a debug line slightly.
5153
5154         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
5155           Call gst_riff_init() in plugin_init, to avoid getting errors from
5156           the debug system (unrelated changes to another plugin made this turn
5157           up; not sure why).
5158
5159 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
5162
5163         * win32/common/libgsttag.def:
5164           Add missing symbol (#366492).
5165
5166 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
5169           Don't unref a NULL pad.
5170
5171 2006-11-09  Wim Taymans  <wim@fluendo.com>
5172
5173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
5174         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
5175         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
5176         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
5177         (gst_ogg_demux_loop):
5178         Implement first stab at reverse playback.
5179
5180 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
5181
5182         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5183         (gst_riff_create_video_template_caps):
5184           add h263/h264 variants to the caps, Fixes #363118
5185
5186 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5189         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5190           Use g_strerror instead of strerror so we get UTF-8.
5191
5192 2006-11-03  David Schleef  <ds@schleef.org>
5193
5194         * ext/ogg/gstoggdemux.c:
5195         * ext/ogg/gstoggmux.c:
5196           Add/remove KW-DIRAC header here, since it is ogg-specific.
5197
5198 2006-11-03  Michael Smith  <msmith@fluendo.com>
5199
5200         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5201           Recognise more mpeg4 elementary video streams.
5202
5203 2006-11-02  Edward Hervey  <edward@fluendo.com>
5204
5205         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
5206         Lower the probability of mp3 typefinding functions if we don't find a
5207         valid mp3 header at the start of the file.
5208         Closes #369482
5209
5210 2006-11-02  Wim Taymans  <wim@fluendo.com>
5211
5212         * ext/theora/gsttheoradec.h:
5213         * ext/theora/theoradec.c: (gst_theora_dec_init),
5214         (theora_dec_sink_event), (theora_dec_chain_forward),
5215         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5216         (theora_dec_chain):
5217         Document and partially implement an algorithm for doing reverse playback
5218         of theora video.
5219
5220 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5223
5224         * win32/common/config.h:
5225         * win32/common/interfaces-enumtypes.c:
5226         * win32/common/libgsttag.def:
5227         * win32/vs8/gst-plugins-base.sln:
5228         * win32/vs8/libgstaudioresample.vcproj:
5229         * win32/vs8/libgstinterfaces.vcproj:
5230         * win32/vs8/libgstogg.vcproj:
5231         * win32/vs8/libgstriff.vcproj:
5232         * win32/vs8/libgsttag.vcproj:
5233         * win32/vs8/libgsttheora.vcproj:
5234         * win32/vs8/libgstvideoscale.vcproj:
5235         * win32/vs8/libgstvorbis.vcproj:
5236           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
5237           to libgsttag.def; add missing dependencies for some vs8 projects;
5238           re-arrange placement of .def files in vs8 projects (#366334).
5239
5240 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5241
5242         * ext/ogg/gstogg.c:
5243           Remove unused variable.
5244
5245         * ext/ogg/gstoggdemux.c:
5246           Fix Wim's surname in plugin description.
5247
5248 2006-10-31  Wim Taymans  <wim@fluendo.com>
5249
5250         * gst-plugins-base.spec.in:
5251         spec new .h file. Fixes #368310.
5252
5253 2006-10-31  Michael Smith  <msmith@fluendo.com>
5254
5255         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
5256         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
5257         (gst_multi_fd_sink_get_stats),
5258         (gst_multi_fd_sink_remove_client_link),
5259         (gst_multi_fd_sink_queue_buffer),
5260         (gst_multi_fd_sink_handle_clients):
5261         * gst/tcp/gstmultifdsink.h:
5262           Make using the remove or clear signals threadsafe.
5263           Make calling get-stats with an invalid fd not segfault.
5264           Fixes 368273.
5265
5266 2006-10-31  Wim Taymans  <wim@fluendo.com>
5267
5268         * gst-libs/gst/rtp/Makefile.am:
5269         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5270         (gst_base_rtp_audio_payload_init):
5271         Fix and activate base audio payloader.
5272
5273 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5274
5275         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5276         (plugin_init):
5277           Add typefinder for QuickTime Image Files (see #366156).
5278
5279 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5280
5281         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5282           Another typo fix (#366212).
5283
5284 2006-10-27  Wim Taymans  <wim@fluendo.com>
5285
5286         * gst/volume/gstvolume.c: (volume_transform_ip):
5287         Use stream time to synchronize volume property instead of rather random
5288         timestamps. This is needed when gnonlin does its time shifting.
5289
5290 2006-10-27  Wim Taymans  <wim@fluendo.com>
5291
5292         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5293
5294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5295         Remove the pad from the element in release_pad. Fixes #364812.
5296
5297 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5298
5299         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5301           Explicitly create our custom buffer classes at a thread-safe
5302           location as well, since g_type_class_ref() doesn't seem to be
5303           entirely thread-safe either (#365501; also see #349410).
5304
5305 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5308         (gst_riff_parse_info):
5309           If strings in INFO chunk are not UTF-8, do something similar to
5310           what we do for ID3v1 tags: check a number of environment variables
5311           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5312           character sets to try, otherwise try the current locale and/or fall
5313           back on ISO-8859-1. Fixes #360552.
5314
5315 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         * gst/videotestsrc/gstvideotestsrc.c:
5318         (gst_video_test_src_pattern_get_type),
5319         (gst_video_test_src_set_pattern):
5320         * gst/videotestsrc/gstvideotestsrc.h:
5321         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5322         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5323         (gst_video_test_src_checkers8):
5324         * gst/videotestsrc/videotestsrc.h:
5325           Add a bunch of exciting new checkers patterns.
5326
5327 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5328
5329         * gst/subparse/Makefile.am:
5330         * gst/subparse/gstsubparse.c:
5331         (gst_sub_parse_data_format_autodetect),
5332         (gst_sub_parse_format_autodetect), (handle_buffer),
5333         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5334         * gst/subparse/gstsubparse.h:
5335         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5336         (parse_tmplayer):
5337         * gst/subparse/tmplayerparse.h:
5338           Add support for TMPlayer-type subtitles (#362845).
5339
5340         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5341         (GST_START_TEST), (subparse_suite):
5342           Add some basic unit tests for the above.
5343
5344 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         * tests/check/elements/audiorate.c: (test_injector_base_init),
5347         (test_injector_class_init), (test_injector_chain),
5348         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5349         (GST_START_TEST), (audiorate_suite):
5350           More tests for audiorate: inject buffers to check behaviour when
5351           buffers overlap.
5352
5353 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5354
5355         * tests/check/Makefile.am:
5356         * tests/check/elements/.cvsignore:
5357         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5358         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5359           Add some basic unit tests for audiorate. Disabled at the moment
5360           since it doesn't pass yet (see bug #363119).
5361
5362 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5365         (parse_subrip), (handle_buffer):
5366           Add missing closing tags for markup and fix broken markup,
5367           otherwise pango won't render anything (fixes #357531). Also,
5368           make sure the text we send out is always NUL-terminated
5369           (better safe than sorry etc.).
5370
5371         * tests/check/elements/subparse.c: (test_srt_do_test),
5372         (test_srt):
5373           Some more tests for .srt incl. tests for the above stuff.
5374
5375 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5376
5377         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5379         Patch by: Stefan Kost  <ensonic@users.sf.net>
5380         Try to redraw borders only when needed. Apparently this consumes
5381         resources on small devices... :-O (#363607)
5382
5383 2006-10-20  Michael Smith  <msmith@fluendo.com>
5384
5385         * gst/tcp/gstmultifdsink.c:
5386         (gst_multi_fd_sink_client_queue_buffer):
5387           If caps change, then update the client's idea of the caps so that we
5388           don't end up re-sending streamheaders for every single buffer after
5389           the caps change.
5390
5391 2006-10-20  Michael Smith  <msmith@fluendo.com>
5392
5393         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5394         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5395           Set caps on pushed buffers; fix up refcounting of caps objects.
5396
5397 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5398
5399         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5400         (plugin_init):
5401           Typefind mmsh header data packet to application/x-mmsh (#362625).
5402
5403 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5404
5405         * tests/check/Makefile.am:
5406         * tests/check/elements/.cvsignore:
5407         * tests/check/elements/subparse.c: (buffer_from_static_string),
5408         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5409         (GST_START_TEST), (subparse_suite):
5410           Add very simple unit test for subparse.
5411
5412 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5413
5414         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5415         (parse_subrip):
5416           Strip trailing newlines from subtitle text output.
5417
5418 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5421         (gst_sub_parse_change_state):
5422           Fix memleak; clear subparse->textbuf n state change function.
5423
5424 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5425
5426         * gst/subparse/gstsubparse.c:
5427         (gst_sub_parse_data_format_autodetect):
5428           Don't require subrip (.srt) files to start with a chunk number of 1.
5429
5430 2006-10-18  Wim Taymans  <wim@fluendo.com>
5431
5432         * gst-libs/gst/audio/gstbaseaudiosink.c:
5433         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5434         * gst-libs/gst/audio/gstbaseaudiosink.h:
5435         Extract rate from the NEWSEGMENT event.
5436         Use commit_full to also take rate adjustment into account when writing
5437         samples to the ringbuffer.
5438         
5439         * gst-libs/gst/audio/gstringbuffer.c:
5440         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5441         (gst_ring_buffer_read):
5442         * gst-libs/gst/audio/gstringbuffer.h:
5443         Added _commit_full() to also take rate into account.
5444         Use simple interpolation algorithm to resample audio.
5445         API: gst_ring_buffer_commit_full()
5446
5447         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5448         * tests/examples/seek/seek.c: (segment_done):
5449         Don't try to seek with 0.0 rate, just pause instead.
5450         Remove bogus debug line.
5451
5452 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5453
5454         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5455         (setup_source):
5456           Catch async errors when starting up the subtitle bin, so we can
5457           stop waiting and continue with the main film instead of hanging
5458           forever. Fixes #339366.
5459
5460         * tests/check/elements/playbin.c: (playbin_suite):
5461           Enable unit test for the above.
5462
5463 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5464
5465         * tests/check/Makefile.am:
5466         * tests/check/elements/.cvsignore:
5467         * tests/check/elements/playbin.c: (GST_START_TEST),
5468         (gst_red_video_src_uri_get_type),
5469         (gst_red_video_src_uri_get_protocols),
5470         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5471         (gst_red_video_src_uri_handler_init),
5472         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5473         (gst_red_video_src_create), (gst_red_video_src_class_init),
5474         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5475           Some small and basic unit tests for playbin; not very useful yet,
5476           but at least a start.
5477
5478 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5479
5480         * gst/playback/gstplaybin.c: (setup_sinks):
5481           The old pad activation spiel.
5482
5483 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5484
5485         * gst/playback/gstplaybasebin.c: (setup_source):
5486           Don't hang forever if the subbin already fails to start up in 
5487           the state change to PAUSED (#339366).
5488
5489 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5490
5491         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5492         (gst_tuner_set_channel), (gst_tuner_get_channel),
5493         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5494         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5495         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5496         (gst_tuner_find_channel_by_name):
5497           Fix some function guards, add some more function guards.
5498
5499 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5500
5501         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5502         (remove_element_chain):
5503         Don't return a pad from get_our_ghost_pad unless it is actually the
5504         one we want.
5505         Change a cast in remove_element_chain slightly.
5506
5507 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5508
5509         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5510         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5511         Segment seeking needs to use the rate and set stop to -1.
5512
5513 2006-10-13  Wim Taymans  <wim@fluendo.com>
5514
5515         * gst-libs/gst/audio/gstbaseaudiosink.c:
5516         (gst_base_audio_sink_setcaps):
5517         Don't crash when ringbuffer is not yet created.
5518         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5519         Fixes #361634.
5520
5521         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5522         * gst/playback/gststreamselector.c:
5523         (gst_stream_selector_request_new_pad):
5524         Activate pads befre adding them to running elements.
5525
5526 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5527
5528         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5529         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5530         updater when we start grabing the slider. Don't wait for the
5531         pipeline to be PAUSED.
5532
5533 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5534
5535         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5536         (gst_mixer_set_volume), (gst_mixer_get_volume),
5537         (gst_mixer_set_mute), (gst_mixer_set_option),
5538         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5539         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5540         (gst_mixer_option_changed):
5541           Guard mixer interface functions against bogus arguments.
5542
5543 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5544
5545         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5546         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5547         (msg_state_changed), (main): Use state-changed messages to trigger
5548         start/stop of scale update timer. Indeed the scale slider was
5549         jumping here and there because the update timer was activated 
5550         before seek completed. This fixes instant applying of rate changes
5551         by pressing the spinbutton like a crazy man !
5552
5553 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5554
5555         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5556
5557         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5558         (gst_basertppayload_finalize):
5559           Fix two small memory leaks (#361456).
5560
5561 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5562
5563         * tests/examples/seek/seek.c: (do_seek),
5564         (rate_spinbutton_changed_cb): When changing spinbutton we try
5565         to change the rate on the fly.
5566
5567 2006-10-10  Wim Taymans  <wim@fluendo.com>
5568
5569         * gst-libs/gst/riff/riff-ids.h:
5570         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5571         (gst_riff_create_audio_template_caps):
5572         Add WMS caps.
5573
5574 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5575
5576         Patch by: Josep Torra Valles <josep@fluendo.com>
5577
5578         * ext/gnomevfs/gstgnomevfssink.c:
5579         * ext/gnomevfs/gstgnomevfssrc.c:
5580         Fix URI interface implementation return type.
5581         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5582         Fix what looks like a copy/paste issue when assigning values.
5583         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5584         (gst_audio_filter_template_get_type):
5585         Cast to prevent Forte warnings.
5586         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5587         Fix URI interface implementation return type.
5588         gst_pad_query_position requires a signed integer pointer as
5589         3rd parameter, GstClockTime is unsigned.
5590         * gst/audioconvert/audioconvert.c:
5591         Fix integer overflow when treated as signed.
5592         * gst/audioresample/resample.c: (resample_add_input_data):
5593         Cast to prevent warnings on Forte.
5594         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5595         Fix integer overflow when treated as signed.
5596         * gst/ffmpegcolorspace/imgconvert_template.h:
5597         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5598         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5599         (cleanup_decodebin):
5600         Who initialises a guint to -1!
5601         Cast function pointers to prevent warnings on Forte.
5602         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5603         (queue_threshold_reached):
5604         Cast function pointers correctly to prevent warnings on Forte.
5605         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5606         Cast function pointers correctly to prevent warnings on Forte.
5607         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5608         Obvious change to unsigned, 0xEF > max signed char.
5609         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5610         GstClockTime is unsigned, initialise correctly.
5611         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5612         Cast so pointer arithemetic doesn't cause warnings on Forte.
5613         * gst/videorate/gstvideorate.c:
5614         Use correct return value.
5615         * tests/examples/seek/scrubby.c:
5616         GstClockTime is unsigned, initialise correctly.
5617
5618 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5619
5620         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5621
5622         * gst/typefind/gsttypefindfunctions.c:
5623           Recognise XML files and XML-like files shorter than 256 bytes as
5624           well (fixes #359237).
5625
5626 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5627
5628         Patch by: Renato Filho <renato.filho@indt.org.br>
5629         
5630         * gst/typefind/gsttypefindfunctions.c:
5631         Added typefind functions to video/x-nuv media.
5632         
5633 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * gst-libs/gst/interfaces/xoverlay.c:
5636         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5637           Some more guards against invalid input.
5638
5639 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5640
5641         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5642         Useless goto.
5643         * tests/examples/seek/seek.c: (do_seek),
5644         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5645         seek example to experiment with rates != 1.0 (reverse playback !)
5646
5647 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5648
5649         * gst-libs/gst/interfaces/xoverlay.c:
5650           Unref message in doc-example (spotted by Robert McQueen)
5651
5652 2006-10-06  Wim Taymans  <wim@fluendo.com>
5653
5654         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5655         (mpeg1_parse_header), (mpeg1_sys_type_find):
5656         printf fix.
5657
5658 2006-10-06  Wim Taymans  <wim@fluendo.com>
5659
5660         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5661         (close_pad_link):
5662         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5663         Activate dynamic pads before adding them to the element.
5664
5665 2006-10-06  Michael Smith  <msmith@fluendo.com>
5666
5667         * gst-libs/gst/floatcast/floatcast.h:
5668           Fix obviously-bogus macros; use the correct types.
5669
5670 2006-10-06  Wim Taymans  <wim@fluendo.com>
5671
5672         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5673         (gst_base_rtp_depayload_change_state):
5674         Also call parent state change function to activate pads.
5675
5676         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5677         (mpeg1_parse_header), (mpeg1_sys_type_find):
5678         Add some more debug info in mpeg typefinding.
5679
5680 2006-10-06  Michael Smith  <msmith@fluendo.com>
5681
5682         * ext/theora/theoradec.c: (theora_dec_chain):
5683           Zero byte theora packets are valid and well-defined; don't warn on
5684           them.
5685
5686 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5687
5688         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5689         (gst_multi_fd_sink_get_stats), (find_limits),
5690         (gst_multi_fd_sink_queue_buffer):
5691           API: add dropped_buffers to the get-stats GValueArray
5692
5693 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5694
5695         * ext/alsa/gstalsadeviceprobe.c:
5696         (gst_alsa_device_property_probe_get_values):
5697         * ext/alsa/gstalsasink.c: (set_hwparams):
5698         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5699         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5700         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5701         (gst_ogg_mux_process_best_pad):
5702         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5703         (gst_ogg_parse_chain):
5704         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5705         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5706         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5707         (gst_vorbis_enc_buffer_check_discontinuous):
5708         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5709         * gst-libs/gst/audio/gstbaseaudiosink.c:
5710         (gst_base_audio_sink_render):
5711         * gst-libs/gst/cdda/gstcddabasesrc.c:
5712         (gst_cdda_base_src_handle_track_seek):
5713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5714         (gst_base_rtp_depayload_push_full):
5715         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5716         * gst/audioresample/resample.c: (resample_input_pushthrough):
5717         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5718         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5719         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5720         (wavpack_type_find):
5721         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5722         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5723         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5724         * tests/check/elements/volume.c: (GST_START_TEST):
5725           Printf format fixes.
5726
5727 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5728
5729         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5730           Fix a simple mistake (see the docs)
5731           Fixes #359580
5732
5733 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * docs/plugins/Makefile.am:
5736         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5737         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5738         * docs/plugins/gst-plugins-base-plugins.args:
5739         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5740         * docs/plugins/inspect/plugin-adder.xml:
5741         * docs/plugins/inspect/plugin-alsa.xml:
5742         * docs/plugins/inspect/plugin-audioconvert.xml:
5743         * docs/plugins/inspect/plugin-audiorate.xml:
5744         * docs/plugins/inspect/plugin-audioresample.xml:
5745         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5746         * docs/plugins/inspect/plugin-cdparanoia.xml:
5747         * docs/plugins/inspect/plugin-decodebin.xml:
5748         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5749         * docs/plugins/inspect/plugin-gdp.xml:
5750         * docs/plugins/inspect/plugin-gnomevfs.xml:
5751         * docs/plugins/inspect/plugin-libvisual.xml:
5752         * docs/plugins/inspect/plugin-ogg.xml:
5753         * docs/plugins/inspect/plugin-pango.xml:
5754         * docs/plugins/inspect/plugin-playbin.xml:
5755         * docs/plugins/inspect/plugin-subparse.xml:
5756         * docs/plugins/inspect/plugin-tcp.xml:
5757         * docs/plugins/inspect/plugin-theora.xml:
5758         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5759         * docs/plugins/inspect/plugin-video4linux.xml:
5760         * docs/plugins/inspect/plugin-videorate.xml:
5761         * docs/plugins/inspect/plugin-videoscale.xml:
5762         * docs/plugins/inspect/plugin-videotestsrc.xml:
5763         * docs/plugins/inspect/plugin-volume.xml:
5764         * docs/plugins/inspect/plugin-vorbis.xml:
5765         * docs/plugins/inspect/plugin-ximagesink.xml:
5766         * docs/plugins/inspect/plugin-xvimagesink.xml:
5767           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5768
5769 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5770
5771         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5772
5773         * ext/vorbis/Makefile.am:
5774         * ext/vorbis/vorbis.c: (plugin_init):
5775         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5776         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5777         * ext/vorbis/vorbisparse.h:
5778         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5779         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5780         (gst_vorbis_tag_parse_packet):
5781         * ext/vorbis/vorbistag.h:
5782           Add new vorbistag element which derives from vorbisparse
5783           and is essentially the same as well, only that it implements
5784           the GstTagSetter interface and can modify the stream's
5785           vorbiscomment on the fly (#335635).
5786
5787         * tests/check/Makefile.am:
5788         * tests/check/elements/.cvsignore:
5789         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5790         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5791         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5792         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5793           Add unit test for new vorbistag element.
5794
5795 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5796
5797         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5798         (vorbis_parse_push_headers), (vorbis_parse_chain):
5799           Set BOS flag in packet structure to fix 'jump depends
5800           on unitialized value' errors in valgrind; various minor
5801           clean-ups.
5802
5803 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5804
5805         * gst/playback/gstdecodebin.c: (close_pad_link):
5806         Fix typo in a debug statement.
5807
5808         * gst/playback/gstplaybasebin.c: (probe_triggered),
5809         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5810         (gen_source_element), (source_new_pad), (analyse_source),
5811         (setup_source):
5812         When handling no_more_pads in new_decoded_pad, make sure to treat
5813         subtitle pads correctly. Fixes playback with subtitle files.
5814
5815         Move a recurring message to LOG level.
5816
5817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5818         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5819         which ends up as -1 when cast to an int. Make the logic handle the
5820         max value as an unsigned mask and only change the colorkey when it's
5821         a value we recognise.
5822
5823 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5824
5825         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5826         Removed empty * between paragraphs
5827
5828 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5829
5830         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5831         * gst-libs/gst/rtp/README:
5832         Moved some documentation into .c file
5833
5834 2006-09-29  Wim Taymans  <wim@fluendo.com>
5835
5836         * gst/playback/gstdecodebin.c: (no_more_pads):
5837         Fix compilation.
5838
5839 2006-09-29  Wim Taymans  <wim@fluendo.com>
5840
5841         * gst/playback/gstdecodebin.c: (new_caps):
5842         Remove g_print
5843
5844         * gst/playback/gstplaybin.c:
5845         Add some docs.
5846
5847 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5848
5849         * tests/check/Makefile.am:
5850           Re-enable cddabasesrc test to see if it works again
5851           now.
5852
5853 2006-09-29  Wim Taymans  <wim@fluendo.com>
5854
5855         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5856         (gen_source_element):
5857         Handle invalid URIs a bit more gracefully.
5858
5859 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5860
5861         * tests/check/pipelines/oggmux.c:
5862           Remove obsolete comment.
5863
5864 2006-09-29  Michael Smith  <msmith@fluendo.com>
5865
5866         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5867         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5868         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5869         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5870         (gst_ogg_mux_collected):
5871           Commit patch from James "Doc" Livingston, adds proper EOS handling
5872           in oggmux. GStreamer can, for the first time ever, create a valid
5873           Ogg file! Yay!
5874
5875         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5876         (oggmux_suite):
5877           Reenable tests now that they pass.
5878
5879 2006-09-29  Wim Taymans  <wim@fluendo.com>
5880
5881         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5882         Stop reading commands when EOF (we read 0) as well.
5883
5884 2006-09-28  Wim Taymans  <wim@fluendo.com>
5885
5886         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5887         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5888         (find_dynamic), (unlinked), (close_link):
5889         Implement delayed caps linking needed for element with a lot of
5890         different caps on the src pads that get fixed at runtime.
5891         Improve management of dynamic elements.
5892
5893         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5894         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5895         (gen_preroll_element), (remove_groups), (unknown_type),
5896         (add_element_stream), (no_more_pads_full), (no_more_pads),
5897         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5898         (new_decoded_pad), (setup_subtitle), (array_has_value),
5899         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5900         (analyse_source), (remove_decoders), (make_decoder),
5901         (remove_source), (setup_source), (finish_source), (prepare_output),
5902         (gst_play_base_bin_change_state):
5903         * gst/playback/gstplaybasebin.h:
5904         Use more _CAST instead of full type checking casts.
5905         Small cleanups, plug some leaks.
5906         Handle dynamic sources.
5907         Add some helper functions to create lists of strings used for
5908         blacklisting and other stuff.
5909         Refactor some code dealing with analysing the source.
5910         Re-enable sources without pads (like cd:// or other selfcontained
5911         elements).
5912
5913 2006-09-28  Wim Taymans  <wim@fluendo.com>
5914
5915         * gst-libs/gst/audio/gstbaseaudiosink.c:
5916         (gst_base_audio_sink_render):
5917         When we have a timestamp, we can still perform clipping.
5918         When we have no clock, we must play the sample ASAP.
5919
5920 2006-09-28  Wim Taymans  <wim@fluendo.com>
5921
5922         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5923         Set caps on outgoing buffers.
5924
5925         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5926         (gst_video_rate_event), (gst_video_rate_chain):
5927         * gst/videorate/gstvideorate.h:
5928         Fix videorate some more. Fixes #357977
5929
5930 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5931
5932         * tests/check/elements/adder.c: (adder_suite):
5933           Don't set timeout to 6 seconds when we're running
5934           in valgrind ... (and how is 6 seconds longer than
5935           the default anyway?)
5936
5937 2006-09-28  Wim Taymans  <wim@fluendo.com>
5938
5939         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5940         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5941         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5942         Keep sink and src segment to keep track of time and support more
5943         input formats.
5944         Fix bogus next_offset and run_time calculation, don't understand how
5945         this could have worked before. Fixes #357976.
5946         Remove some unneeded vars.
5947
5948 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5949
5950         * gst/playback/gstplaybin.c: (remove_sinks):
5951           Only remove visualisation from visbin if there is a visbin (or:
5952           don't throw warnings when closing totem without playing a file).
5953
5954 2006-09-27  Wim Taymans  <wim@fluendo.com>
5955
5956         * gst-libs/gst/audio/gstbaseaudiosink.c:
5957         (gst_base_audio_sink_render):
5958         Add some more info in a WARNING.
5959
5960         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5961         (gst_base_audio_src_create):
5962         Handle PAUSE in create function, use new -core addition to
5963         wait for playing. Fixes pausing and resuming capture from an
5964         audiosrc.
5965
5966         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5967         (gst_ring_buffer_read):
5968         Constify some more.
5969         Caller supports interrupted reads now.
5970
5971 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5972
5973         * tests/check/Makefile.am:
5974           Another attempt to make the gen64 buildbot happy.
5975
5976 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5977
5978         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5979
5980         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5981         (gst_visual_chain), (gst_visual_change_state):
5982           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5983           correctly. Fixes #357800
5984
5985 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5988           Add timeout to _get_state() so we see which pipeline it is
5989           that causes trouble on the gen64 build bot.
5990
5991 2006-09-27  Wim Taymans  <wim@fluendo.com>
5992
5993         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5994         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5995         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5996         (gst_base_rtp_depayload_set_gst_timestamp):
5997         the source pad always uses fixed caps.
5998
5999 2006-09-27  Wim Taymans  <wim@fluendo.com>
6000
6001         * docs/libs/gst-plugins-base-libs-docs.sgml:
6002         * docs/libs/gst-plugins-base-libs-sections.txt:
6003         * gst-libs/gst/audio/gstaudioclock.c:
6004         * gst-libs/gst/audio/gstaudioclock.h:
6005         * gst-libs/gst/audio/gstaudiosink.c:
6006         * gst-libs/gst/audio/gstaudiosink.h:
6007         * gst-libs/gst/audio/gstaudiosrc.c:
6008         * gst-libs/gst/audio/gstbaseaudiosink.c:
6009         (gst_base_audio_sink_render):
6010         * gst-libs/gst/audio/gstbaseaudiosink.h:
6011         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
6012         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6013         * gst-libs/gst/audio/gstringbuffer.h:
6014         Added docs for the audio libs.
6015
6016 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6017
6018         * tests/check/Makefile.am:
6019           Temporarily disable test that fails on the bots for unknown reasons.
6020
6021 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
6022
6023         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6024         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6025         Moved AudioCodecType into priv
6026         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
6027
6028 2006-09-25  Wim Taymans  <wim@fluendo.com>
6029
6030         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
6031         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
6032         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
6033         (new_pad):
6034         Cleanups and small leak fixes.
6035         Added Depayloaders to valid list of autopluggable elements.
6036
6037 2006-09-25  Wim Taymans  <wim@fluendo.com>
6038
6039         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6040         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
6041         (gen_video_element), (gen_text_element), (gen_audio_element),
6042         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
6043         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
6044         Detect NO_PREROLL state change returns and disable clock distribution to
6045         the sinks so that sync is disabled.
6046         Avoid some type checking and do simple casts instead.
6047         Small cleanups, fix some FIXMEs.
6048         Be more robust when linking user specified elements, catch an report
6049         errors. Fixes #357404.
6050         Fix some leaks in the error paths.
6051
6052 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
6053
6054         * ChangeLog:
6055           ChangeLog surgery for missing bug-number
6056
6057 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6058
6059         Patch by: Peter Kjellerstedt  <pkj at axis com>
6060
6061         * gst/playback/test.c:
6062           Fix compilation with uClibc and -Werror (#357591).
6063
6064 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
6067           Parse dates that are followed by a time as well (#357532).
6068
6069         * tests/check/libs/tag.c: (test_vorbis_tags):
6070           Add unit test for this.
6071
6072 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6073
6074         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
6075         (gst_audio_convert_transform_caps):
6076         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
6077         * gst/videotestsrc/videotestsrc.h:
6078           A few array const-ifications.
6079
6080 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6081
6082         * tests/check/Makefile.am:
6083           See if this makes the build bots happy.
6084
6085         * tests/check/libs/cddabasesrc.c:
6086           UTF8-ise my name.
6087
6088 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6089
6090         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6091
6092         * gst/subparse/samiparse.c: (handle_start_font),
6093         (fix_invalid_entities):
6094           More case-insensitivity for certain tags; recognise entities with
6095           decimal codes as special entities as well (#357330).
6096
6097 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6098
6099         * gst-libs/gst/Makefile.am:
6100           Need to build tag directory before cdda.
6101
6102 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6103
6104         * docs/libs/gst-plugins-base-libs-sections.txt:
6105         * gst-libs/gst/cdda/Makefile.am:
6106         * gst-libs/gst/cdda/gstcddabasesrc.c:
6107         (gst_cdda_base_src_base_init):
6108         * gst-libs/gst/cdda/gstcddabasesrc.h:
6109         * gst-libs/gst/tag/tag.h:
6110         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
6111         (gst_tag_register_musicbrainz_tags):
6112           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
6113           depend on libgsttag. This is required so we can extract/read tags like
6114           DISCID without depending on libgstcddabasesrc (which used to register
6115           them).
6116
6117         * gst-libs/gst/tag/gstvorbistag.c:
6118           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
6119           tags (also see #347848).
6120
6121         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
6122           Log vorbis comments we are actually writing. Const-ify array.
6123
6124 2006-09-23  Wim Taymans  <wim@fluendo.com>
6125
6126         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6127         Improve buffering a bit by avoiding a deadlock because we cannot assume
6128         the underrun is always called.
6129
6130 2006-09-23  Wim Taymans  <wim@fluendo.com>
6131
6132         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6133
6134         * gst-libs/gst/riff/riff-ids.h:
6135         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6136         (gst_riff_create_audio_template_caps):
6137         Added MPEG-4 AAC and id and caps. Fixes #357289
6138         Added WMA9 Lossless id.
6139
6140 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6141
6142         * ext/gnomevfs/gstgnomevfssrc.c:
6143           Fix misleading docs addition.
6144
6145         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6146           Get rid of compiler warning the right way.
6147
6148 2006-09-22  Wim Taymans  <wim@fluendo.com>
6149
6150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6151         (gst_base_rtp_depayload_finalize),
6152         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6153         (gst_base_rtp_depayload_push_full),
6154         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
6155         (gst_base_rtp_depayload_process),
6156         (gst_base_rtp_depayload_set_gst_timestamp),
6157         (gst_base_rtp_depayload_queue_release):
6158         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6159         Small cleanups.
6160         Fix some leaks.
6161         Refactored the process method and added methods to push from the process
6162         vmethod.
6163         Use _scale functions.
6164         API: gst_base_rtp_depayload_push_ts
6165         API: gst_base_rtp_depayload_push
6166
6167         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6168         timestamps are uint.
6169
6170 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
6171
6172         * gst-libs/gst/interfaces/xoverlay.c:
6173           Remove unused statement from doc example.
6174
6175 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
6176
6177         * gst-libs/gst/interfaces/videoorientation.c:
6178         (gst_video_orientation_iface_init),
6179         (gst_video_orientation_get_hflip),
6180         (gst_video_orientation_get_vflip),
6181         (gst_video_orientation_get_hcenter),
6182         (gst_video_orientation_get_vcenter),
6183         (gst_video_orientation_set_hflip),
6184         (gst_video_orientation_set_vflip),
6185         (gst_video_orientation_set_hcenter),
6186         (gst_video_orientation_set_vcenter):
6187           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
6188           in ChangeLog)
6189
6190 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
6191
6192         * tests/check/Makefile.am:
6193         * tests/check/elements/.cvsignore:
6194         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
6195         (create_rgb_conversions), (rgb_conversion_free),
6196         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
6197         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
6198           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
6199           but disable for now since it doesn't pass (something wrong with
6200           RGBA somewhere).
6201
6202 2006-09-21  Wim Taymans  <wim@fluendo.com>
6203
6204         * gst/playback/gstplaybasebin.c: (group_commit),
6205         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
6206         (queue_out_of_data), (gen_preroll_element),
6207         (preroll_remove_overrun), (probe_triggered):
6208         Refactor handling of overrun detection.
6209         Separate handling of group completion and deadlock detection when doing
6210         network buffering. This should fix some deadlocks that were not detected
6211         because the group was completed.
6212         Add more comments, improve debugging.
6213
6214 2006-09-21  Wim Taymans  <wim@fluendo.com>
6215
6216         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6217         * tests/check/libs/audio.c:
6218         Some more compilation fixes.
6219
6220 2006-09-21  Wim Taymans  <wim@fluendo.com>
6221
6222         * gst-libs/gst/audio/gstringbuffer.c:
6223         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6224         (gst_ring_buffer_read):
6225         Early morning compilation fix.
6226
6227 2006-09-20  Wim Taymans  <wim@fluendo.com>
6228
6229         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6230         * tests/check/elements/multifdsink.c: (GST_START_TEST):
6231         * tests/check/elements/videorate.c: (GST_START_TEST):
6232         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6233         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
6234         Fix some warnings.
6235
6236 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6237
6238         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6239         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6240         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6241           Handcrafted merge to help CVS understanding what I changed and what
6242           not.
6243
6244 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6245
6246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6247         (gst_xvimagesink_get_times):
6248           change colorkey behaviour back according to #354773 comment 6/7
6249
6250 2006-09-19  Michael Smith  <msmith@fluendo.com>
6251
6252         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6253         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
6254         (gst_multi_fd_sink_recover_client),
6255         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
6256         (gst_multi_fd_sink_get_property):
6257         * gst/tcp/gstmultifdsink.h:
6258           Implement stubbed out properties unit-type, units-soft-max,
6259           units-max, to allow specifying maximum sizes in units other than
6260           buffers.
6261           Fixes #355935
6262
6263 2006-09-19  Wim Taymans  <wim@fluendo.com>
6264
6265         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6266         (gst_riff_create_audio_template_caps):
6267         Reorder the audio formats a bit for clarity.
6268         Detect and create caps for MSGSM and MSN (WAV49).
6269         Fixes #356596.
6270
6271         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6272         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6273         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6274         Small cleanups, move error handling out of normal flow for clarity.
6275
6276 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6277
6278         * docs/libs/gst-plugins-base-libs-docs.sgml:
6279         * docs/libs/gst-plugins-base-libs.types:
6280         * gst-libs/gst/interfaces/Makefile.am:
6281         * gst-libs/gst/interfaces/videoorientation.c:
6282         (gst_video_orientation_get_type),
6283         (gst_video_orientation_iface_init),
6284         (gst_video_orientation_get_hflip),
6285         (gst_video_orientation_get_vflip),
6286         (gst_video_orientation_get_hcenter),
6287         (gst_video_orientation_get_vcenter),
6288         (gst_video_orientation_set_hflip),
6289         (gst_video_orientation_set_vflip),
6290         (gst_video_orientation_set_hcenter),
6291         (gst_video_orientation_set_vcenter):
6292         * gst-libs/gst/interfaces/videoorientation.h:
6293           API: Add new interface to control video orientation (fixes #354908)
6294
6295 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6296
6297         * gst/videotestsrc/gstvideotestsrc.c:
6298           Use G_UNLIKELY in _create and log one more detail.
6299           
6300         (gst_video_test_src_get_times), (gst_video_test_src_create):
6301         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6302           Use gst_util_uint64_scale_int in _get_times().
6303
6304 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6305
6306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6307           Give better warning message (add object and detail).
6308
6309 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6310
6311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6312         (gst_xvimagesink_get_times):
6313           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6314           #354773), use gst_util_uint64_scale_int in _get_times()
6315
6316 2006-09-18  Michael Smith  <msmith@fluendo.com>
6317
6318         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6319           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6320           always true, leading to dropping all timestamps.
6321
6322 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6323
6324         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6325         (gst_visual_chain), (gst_visual_change_state):
6326           update to work also with libvisual 0.4 API, fix double unref (#355914)
6327           
6328         * tools/gst-launch-ext.1.in:
6329         * tools/gst-visualise.1.in:
6330           remove references to old man-pages
6331
6332         * tests/examples/seek/seek.c: (main):
6333           add real meadi-buttons, add tool-tips for the seek-options, arrange
6334           seek options in a table
6335
6336 2006-09-18  Michael Smith  <msmith@fluendo.com>
6337
6338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6339         (gst_ogg_mux_push_buffer):
6340           Don't generate out-of-order timestamps from oggmux, instead clamp
6341           output timestamps to be >= the previously output ts.
6342           Fixes #355595
6343
6344 2006-09-18  Michael Smith  <msmith@fluendo.com>
6345
6346         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6347         (gst_multi_fd_sink_class_init):
6348           Updates, fixes, and typo corrections for multifdsink. No functional
6349           changes.
6350
6351 2006-09-17  Michael Smith  <msmith@fluendo.com>
6352
6353         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6354           Don't crash on truncated files - check that we got an 8 byte buffer
6355           before trying to memcmp it.
6356
6357 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6358
6359         * gst/playback/gstplaybasebin.c: (get_active_source):
6360           Make stream-switching appear instant to the application
6361           (ie. make sure that a g_object_get on 'current-foo' returns
6362           the stream previously set with g_object_set(). Totem needs
6363           this to update stream-related meta-info (like audio-codec)
6364           correctly when switching streams.
6365
6366 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6369         (gst_alsa_mixer_ensure_track_list):
6370           Try harder to guess which mixer track is the master mixer
6371           track (instead of just taking the first one that has a pvolume).
6372           Fixes #342228.
6373
6374 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6375
6376         reviewed by: <delete if not using a buddy>
6377
6378         * gst-libs/gst/audio/audio.h:
6379         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6380
6381 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6382
6383         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6384         (gst_audio_convert_transform_caps):
6385           Get structure-name just once.
6386
6387 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6388
6389         * tests/check/elements/audioresample.c: (GST_START_TEST):
6390         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6391         * tests/check/elements/volume.c: (GST_START_TEST):
6392         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6393         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6394         (test_pipeline), (GST_START_TEST):
6395         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6396         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6397           Fix big batch of compiler warnings.
6398
6399 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6400
6401         * ext/gnomevfs/gstgnomevfssrc.c:
6402           Add docs about icydemux usage in connection with gnomevfssrc
6403
6404         * ext/libvisual/visual.c:
6405         * ext/ogg/gstoggaviparse.c:
6406         * ext/ogg/gstoggdemux.c:
6407         * ext/ogg/gstoggmux.c:
6408         * ext/ogg/gstoggparse.c:
6409         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6410         * gst-libs/gst/audio/gstaudiosink.c:
6411         * gst-libs/gst/audio/gstaudiosrc.c:
6412         * gst/audiorate/gstaudiorate.c:
6413           More G_OBJECT macro fixing.
6414
6415         * gst/audiotestsrc/gstaudiotestsrc.h:
6416           Fix wrong info in header due to copy & paste
6417
6418 2006-09-15  Wim Taymans  <wim@fluendo.com>
6419
6420         * gst-libs/gst/audio/gstbaseaudiosink.c:
6421         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6422         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6423         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6424         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6425         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6426         Do the delay calculation in the source/sink base classes as this is
6427         specific for the capture/playback mode.
6428         Try to fixate a bit better, like round depth up to a multiple of 8
6429         bigger than width.
6430         Handle underruns correctly by marking DISCONT on buffers and adjusting
6431         timestamps to handle the gap.
6432         Set offset/offset_end correctly on buffers.
6433
6434         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6435         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6436         (gst_ring_buffer_read):
6437         Remove resync and underrun recovery from the ringbuffer.
6438         Fix ringbuffer read code on under/overrun.
6439
6440 2006-09-15  Wim Taymans  <wim@fluendo.com>
6441
6442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6443         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6444         (queue_threshold_reached), (gst_play_base_bin_set_property),
6445         (gst_play_base_bin_get_property):
6446         * gst/playback/gstplaybasebin.h:
6447         Don't use a 0 low watermark when buffering, it is catching starvation
6448         way too late. Instead, use a 3 second queue with 30 and 95
6449         percent low/high watermarks. 
6450         Added queue-min-threshold property to configure low watermark.
6451         Use new _buffering message API.
6452         Make queue_threshold variable big enough to store a uint64 time value.
6453         API: playbin::queue-min-threshold property.
6454
6455 2006-09-15  Wim Taymans  <wim@fluendo.com>
6456
6457         * configure.ac:
6458         We require 0.10.10.1 now because of _wait_preroll().
6459
6460         * gst-libs/gst/audio/gstbaseaudiosink.c:
6461         (gst_base_audio_sink_render):
6462         Use gst_base_sink_wait_preroll().
6463
6464 2006-09-15  Wim Taymans  <wim@fluendo.com>
6465
6466         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6467         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6468         Use DEBUG_OBJECT more.
6469
6470 === release 0.10.10 ===
6471
6472 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6473
6474         patch by: Michael Smith <msmith at fluendo dot com>
6475
6476         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6477         (gst_multi_fd_sink_client_queue_buffer),
6478         (gst_multi_fd_sink_new_client):
6479         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6480         (multifdsink_suite):
6481           Fix implementation of sync-method 'next-keyframe'
6482           Closes #354594
6483
6484 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6485
6486         patch by: Wim Taymans <wim at fluendo dot com>
6487
6488         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6489         This patch removes the RANDOM flag that was incorrectly introduced with
6490         revision 1.91.  Fixes #354590
6491
6492 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6493
6494         * tests/check/Makefile.am:
6495           Random variation in Makefile line to see if it makes the
6496           gen64-base-full bot any happier.
6497
6498 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6499
6500         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6501           Disable test that fails at the moment (killed after timeout).
6502
6503 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6504
6505         Patch by: James Livingston  <doclivingston at gmail.com>
6506
6507         * tests/check/Makefile.am:
6508         * tests/check/pipelines/.cvsignore:
6509         * tests/check/pipelines/oggmux.c: (get_page_codec),
6510         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6511         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6512         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6513         (test_theora_vorbis), (oggmux_suite):
6514           Add simple unit test for oggmux from #337026 with checking for the
6515           EOS flags disabled for the time being.
6516
6517 2006-09-04  Wim Taymans  <wim@fluendo.com>
6518
6519         patch by: Alessandro Dessina <alessandro nnva org>
6520
6521         * ext/ogg/gstoggmux.c:
6522         Add cmml caps to oggmux. Fixes #353912
6523
6524 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6527           Returning a return value often helps. In this case, we
6528           don't need the return value anyway, so just get rid of it.
6529           Should make build bots much happier.
6530
6531 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6532
6533         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6534         (paint_get_structure), (gst_video_test_src_get_size),
6535         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6536         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6537         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6538         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6539         * gst/videotestsrc/videotestsrc.h:
6540           Add support for AYUV and the various RGBA formats. Initialise
6541           fields of paintinfo structs allocated on the stack.
6542
6543         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6544         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6545         (check_rgb_buf), (videotestsrc_suite):
6546           Add unit tests for videotestsrc's RGB output.
6547
6548 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         * gst/videotestsrc/gstvideotestsrc.c:
6551         (gst_video_test_src_pattern_get_type),
6552         (gst_video_test_src_set_pattern):
6553         * gst/videotestsrc/gstvideotestsrc.h:
6554         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6555         (gst_video_test_src_black), (gst_video_test_src_white),
6556         (gst_video_test_src_red), (gst_video_test_src_green),
6557         (gst_video_test_src_blue):
6558         * gst/videotestsrc/videotestsrc.h:
6559           Add more uni-colour patterns ("white", "red", "green", and "blue").
6560
6561 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6562
6563         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6564           Fix stride for YVYU, should be word-aligned (#353658).
6565
6566 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6567
6568         * gst/adder/gstadder.c: (gst_adder_src_event):
6569           Fix build.
6570
6571 2006-08-31  Edward Hervey  <edward@fluendo.com>
6572
6573         * gst/adder/gstadder.c: (forward_event_func),
6574         (gst_adder_src_event), (gst_adder_collected),
6575         (gst_adder_change_state):
6576         * gst/adder/gstadder.h:
6577         Remember the start position asked in the incoming seeks, so we can
6578         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6579         of assuming it will always be 0).
6580
6581 2006-08-31  Edward Hervey  <edward@fluendo.com>
6582
6583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6584         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6585         (gst_ogg_demux_loop):
6586         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6587
6588 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6589
6590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6591         (gst_ffmpegcsp_get_unit_size):
6592           Return FALSE instead of returning a random false unit
6593           size when the format isn't known/supported (even if
6594           this shouldn't happen under normal circumstances).
6595
6596 2006-08-29  Wim Taymans  <wim@fluendo.com>
6597
6598         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6599
6600         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6601         (gst_gnome_vfs_src_start):
6602         Try harder to get the size from a uri by using _info_uri() when
6603         _info_from_handle() does not give us enough info. 
6604         Also follow symlinks when getting the size.
6605         Partially Fixes #332864.
6606
6607 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6610
6611         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6612         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6613         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6614         (gst_alsa_mixer_set_record):
6615         * ext/alsa/gstalsamixertrack.c:
6616         (gst_alsa_mixer_track_update_alsa_capabilities),
6617         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6618         (gst_alsa_mixer_track_update):
6619         * ext/alsa/gstalsamixertrack.h:
6620           Improve and fix mixer track handling, in particular better handling
6621           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6622           separate track objects for tracks that have both capture and playback
6623           volume (and label them differently as well so they're not mistakenly
6624           assumed to be duplicates); classify mixer tracks that only affect
6625           the audible volume of something (rather than the capture volume)
6626           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6627           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6628           (following the meaning documented in the mixer interface header
6629           file); add support for alsa's exclusive cswitch groups; update/sync
6630           state/flags better if mixer settings are changed by another
6631           application. Fixes #336075.
6632
6633 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6634
6635         * gst/playback/gstplaybin.c:
6636           Improve docs: add section about BUFFERING messages sent by playbin.
6637
6638 2006-08-29  Michael Smith  <msmith@fluendo.com>
6639
6640         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6641         (gst_vorbis_enc_buffer_check_discontinuous),
6642         (gst_vorbis_enc_chain):
6643           Ignore explicit DISCONT marked on buffers (which is often spurious,
6644           particularly when using multiple segments), in favour of solely
6645           using the timestamps/durations.
6646
6647 2006-08-29  Edward Hervey  <edward@fluendo.com>
6648
6649         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6650         Don't rely on incoming buffers offset anymore, since it is completely
6651         broken when using multiple segments.
6652         Instead convert the incoming buffers timestamp to running time, and
6653         then convert that value to the offsets.
6654         Also inform GstSegment of the last outputted stop position, which is
6655         needed if we received several segments with an unknown stop value.
6656
6657 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6658
6659         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6660           fix buffer unreffing on a header push failure
6661
6662 2006-08-28  Wim Taymans  <wim@fluendo.com>
6663
6664         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6665         (gst_audio_rate_chain):
6666         Make the metadata of the buffer writable before changing its
6667         flags.
6668
6669 2006-08-28  Wim Taymans  <wim@fluendo.com>
6670
6671         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6672         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6673         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6674         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6675         Fix audiorate some more.
6676         Reset and resync counters on flush and READY.
6677         Handle the DISCONT flag correctly.
6678         Use GstSegment to track position.
6679         Fail when not negotiated.
6680         Fixes #353234.
6681
6682 2006-08-25  Michael Smith  <msmith@fluendo.com>
6683
6684         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6685           Fix spelling.
6686           Remove accidently included debug line.
6687
6688 2006-08-25  Wim Taymans  <wim@fluendo.com>
6689
6690         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6691         Small cleanups.
6692         If a buffer is received with no caps, make the buffer metadata
6693         writable and set the caps, making sure that we don't screw up the
6694         refcounts.
6695
6696 2006-08-25  Michael Smith  <msmith@fluendo.com>
6697
6698         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6699         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6700           Fix memory leaks and misleading debug messages, add a couple of
6701           comments.
6702
6703         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6704         (gst_multi_fd_sink_render):
6705           Do not use gst_buffer_make_writable() in a basesink render method,
6706           as it may incorrectly unref the buffer. Instead, use convoluted
6707           dance to avoid copying the buffer except when we need to.
6708
6709 2006-08-25  Michael Smith  <msmith@fluendo.com>
6710
6711         * ext/vorbis/vorbisenc.c:
6712         (gst_vorbis_enc_buffer_check_discontinuous):
6713           Allow very small discontinuities in the timestamps. These we can't
6714           do anything useful with anyway (because vorbis's timestamps have
6715           only sample granularity), and are commonly produced by elements with
6716           minor bugs. Allow up to 1/2 a sample out.
6717           Fixes #351742.
6718
6719 2006-08-24  Wim Taymans  <wim@fluendo.com>
6720
6721         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6722         (play_scrub_toggle_cb), (main):
6723         Add a checkbox to enable play scrubbing. Makes it possible to disable
6724         normal scrubbing.
6725
6726 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6727
6728         * tests/check/elements/.cvsignore:
6729           make buildbot happy
6730
6731 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6732
6733         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6734         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6735         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6736         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6737         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6738         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6739         (gst_ogm_text_parse_strip_trailing_zeroes),
6740         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6741         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6742           Refactor ogm parse, do better input checking, misc. clean-ups.
6743           Cache incoming events and push them once the source pad has
6744           been created. Don't pass unterminated strings to sscanf().
6745           Strip trailing zeroes from subtitle text output, since they
6746           are not valid UTF-8. Don't push vorbiscomment packets on
6747           the subtitle text pad. Output perfect streams if possible.
6748
6749 2006-08-23  Wim Taymans  <wim@fluendo.com>
6750
6751         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6752         Waits for tasks to settle down so that we clean up correctly for 
6753         valgrind.
6754
6755 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6756
6757         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6758           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6759           actually return return value in taglists_are_equal.
6760
6761 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6762
6763         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6764           Fix crash due to broken bitstream parsing on x86-64: can't make
6765           any assumptions about sizeof(struct) due to alignment/packing
6766           differences on different architectures. Fixes #351790.
6767
6768 2006-08-22  Wim Taymans  <wim@fluendo.com>
6769
6770         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6771         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6772         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6773         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6774         (gst_riff_parse_info):
6775         Protect public functions against bad input.
6776         Do some cleanups.
6777         Fix documentation.
6778
6779 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * gst-libs/gst/riff/riff-ids.h:
6782         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6783           Add voxware audio IDs (even if we can't play it) (#351795).
6784
6785 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         * gst-libs/gst/riff/riff-media.c:
6788         (gst_riff_create_video_template_caps),
6789         (gst_riff_create_audio_template_caps),
6790         (gst_riff_create_iavs_template_caps):
6791           Const-ify some arrays and use G_N_ELEMENTS instead
6792           of wasting oodles of RAM on terminator bits.
6793
6794 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6795
6796         * gst-libs/gst/tag/gstvorbistag.c:
6797         (gst_tag_list_to_vorbiscomment_buffer):
6798         * tests/check/libs/tag.c: (GST_START_TEST):
6799           And the same for _to_vorbiscomment_buffer(): allow
6800           id_data_len == 0 for speex.
6801
6802 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6803
6804         * configure.ac:
6805         * docs/plugins/Makefile.am:
6806         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6807         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6808         * docs/plugins/inspect/plugin-gdp.xml:
6809         * gst/gdp/Makefile.am:
6810         * tests/check/Makefile.am:
6811           Move GDP plugin to -base from -bad.  Closes #347783.
6812
6813 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6814
6815         * gst-libs/gst/tag/gstvorbistag.c:
6816         (gst_tag_list_from_vorbiscomment_buffer):
6817           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6818           Also add some checks to make sure we don't memcmp() beyond the end of
6819           vorbiscomment buffer if the ID to check for is larger than the buffer.
6820
6821         * tests/check/libs/tag.c: (GST_START_TEST):
6822           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6823
6824 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6827         (gst_vorbis_enc_set_metadata):
6828           Use vorbis comment utility functions from libgsttag
6829           instead of re-inventing the wheel (partially fixes #347091).
6830
6831 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6832
6833         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6834         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6835         as some that won't.
6836
6837 2006-08-21  Wim Taymans  <wim@fluendo.com>
6838
6839         * docs/libs/Makefile.am:
6840         * docs/libs/gst-plugins-base-libs-sections.txt:
6841         * docs/libs/gst-plugins-base-libs.types:
6842         Don't try to GObject scan the netbuffer as it's not a GObject.
6843         Fixes #351308.
6844
6845         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6846         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6847         Document GstNetBuffer.
6848
6849 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6850
6851         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6852         (audioconvert_suite):
6853           Add testcase for caps-size-explosion
6854
6855 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6856
6857         * gst/audioconvert/gstaudioconvert.c:
6858         (gst_audio_convert_get_unit_size), (set_structure_widths):
6859           Lower debug, use g_assert in _get_unit_size
6860
6861         * gst/audioresample/gstaudioresample.c:
6862         (audioresample_get_unit_size):
6863         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6864         (gst_ffmpegcsp_get_unit_size):
6865         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6866           use g_assert in _get_unit_size
6867
6868 2006-08-18  Wim Taymans  <wim@fluendo.com>
6869
6870         * docs/libs/gst-plugins-base-libs-sections.txt:
6871         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6872         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6873         (gst_rtp_buffer_get_payload_buffer):
6874         * gst-libs/gst/rtp/gstrtpbuffer.h:
6875         Document GstRTPBuffer.
6876         Added function to efficiently strip payload headers.
6877         API: gst_rtp_buffer_get_payload_subbuffer()
6878
6879 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6880
6881         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6882         (gst_tag_to_vorbis_comments):
6883           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6884           tags and deserialise them properly as well (#347091).
6885           Add some more gtk-doc blurbs and also some g_return_if_fail().
6886
6887         * tests/check/libs/tag.c: (GST_START_TEST),
6888         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6889           More tests.
6890
6891 2006-08-17  Wim Taymans  <wim@fluendo.com>
6892
6893         * ext/ogg/Makefile.am:
6894         * ext/ogg/gstogg.c: (plugin_init):
6895         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6896         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6897         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6898         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6899         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6900         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6901         Added ogg-in-avi parser element. Fixes #140139.
6902
6903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6904         Fixed a bug in oggdemux debug code.
6905
6906         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6907         (gst_riff_create_audio_template_caps):
6908         Recognise Ogg in the AVI extensible wave format.
6909
6910 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6913           Make buffer durations add up (duration should be next_ts-ts for
6914           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6915           from CVS.
6916
6917         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6918         (test_buffer_timestamps), (cddabasesrc_suite):
6919           Add unit test for the above.
6920
6921         * tests/check/Makefile.am:
6922           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6923           to see what happens.
6924
6925 2006-08-16  Wim Taymans  <wim@fluendo.com>
6926
6927         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6928         (gst_alsasink_open):
6929         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6930         (gst_alsasrc_open):
6931         Avoid setting and using a NULL device name.
6932         Print more info when we fail to open a device.
6933
6934 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6935
6936         * docs/libs/gst-plugins-base-libs-sections.txt:
6937         * gst-libs/gst/tag/tag.h:
6938         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6939           API: add gst_tag_parse_extended_comment() (#351426).
6940
6941         * tests/check/Makefile.am:
6942         * tests/check/libs/.cvsignore:
6943         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6944           Add unit test for gst_tag_parse_extended_comment().
6945
6946 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6947
6948         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6950           Fix leak (#351502).
6951
6952 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6955         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6956         * docs/plugins/gst-plugins-base-plugins.args:
6957         * gst/playback/gstplaybin.c:
6958           Document playbin.
6959           
6960         * docs/plugins/inspect/plugin-adder.xml:
6961         * docs/plugins/inspect/plugin-alsa.xml:
6962         * docs/plugins/inspect/plugin-audioconvert.xml:
6963         * docs/plugins/inspect/plugin-audiorate.xml:
6964         * docs/plugins/inspect/plugin-audioresample.xml:
6965         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6966         * docs/plugins/inspect/plugin-cdparanoia.xml:
6967         * docs/plugins/inspect/plugin-decodebin.xml:
6968         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6969         * docs/plugins/inspect/plugin-gnomevfs.xml:
6970         * docs/plugins/inspect/plugin-ogg.xml:
6971         * docs/plugins/inspect/plugin-pango.xml:
6972         * docs/plugins/inspect/plugin-playbin.xml:
6973         * docs/plugins/inspect/plugin-subparse.xml:
6974         * docs/plugins/inspect/plugin-tcp.xml:
6975         * docs/plugins/inspect/plugin-theora.xml:
6976         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6977         * docs/plugins/inspect/plugin-video4linux.xml:
6978         * docs/plugins/inspect/plugin-videorate.xml:
6979         * docs/plugins/inspect/plugin-videoscale.xml:
6980         * docs/plugins/inspect/plugin-videotestsrc.xml:
6981         * docs/plugins/inspect/plugin-volume.xml:
6982         * docs/plugins/inspect/plugin-vorbis.xml:
6983         * docs/plugins/inspect/plugin-ximagesink.xml:
6984         * docs/plugins/inspect/plugin-xvimagesink.xml:
6985           Update to CVS version.
6986
6987 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6988
6989         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6990         (gst_play_bin_set_property), (gst_play_bin_get_property),
6991         (value_list_append_structure_list),
6992         (gst_play_bin_handle_redirect_message),
6993         (gst_play_bin_handle_message):
6994           API: GstPlayBin::connection-speed
6995           Add "connection-speed" property; re-order redirect messages with
6996           multiple redirect locations depending on the minimum bitrate if
6997           that information is available and a connection speed is set
6998           (#350399).
6999
7000 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
7001
7002         * gst/playback/gstplaybin.c:
7003           Update max volume to the same value that the volume element uses.
7004
7005 2006-08-14  Wim Taymans  <wim@fluendo.com>
7006
7007         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
7008         Less uglyness..
7009
7010 2006-08-14  Wim Taymans  <wim@fluendo.com>
7011
7012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
7013         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
7014         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
7015         Add some more debug info.
7016         Don't crash when a seek failed.
7017         Actually return the result of the seek instead of TRUE.
7018         Ignore multiple BOS pages with the same serial so that we don't create
7019         the same stream multiple times.
7020         Post an error when we fail to do the initial seek.
7021
7022 2006-08-13  Wim Taymans  <wim@fluendo.com>
7023
7024         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
7025         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
7026         Small code cleanup.
7027
7028         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
7029         (gst_alsa_mixer_new):
7030         Remove hack that always set the device to hw:0*.
7031         Properly find the card name for whatever device was configured.
7032         Do some better debugging.
7033         Fixes #350784.
7034
7035         * ext/alsa/gstalsamixerelement.c:
7036         (gst_alsa_mixer_element_set_property),
7037         (gst_alsa_mixer_element_change_state):
7038         Cleanups.
7039         Handle setting of a NULL device name better.
7040
7041 2006-08-11  Wim Taymans  <wim@fluendo.com>
7042
7043         * gst/adder/gstadder.c:
7044         Don't clip float values. Fixes #350900.
7045
7046 2006-08-11  Andy Wingo  <wingo@pobox.com>
7047
7048         * gst/tcp/gsttcp.c: Really fix the build?
7049
7050         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
7051         fixes the build.
7052
7053 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
7056           Float caps shouldn't have a "signed" field.
7057
7058 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7059
7060         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
7061           Implement SEEKING query in its most basic form, so that we can
7062           at least check if we're seekable or not (#350655).
7063
7064 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
7065
7066         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7067           The checks here are not even close to anything that would
7068           justify MAXIMUM probability, lowering to POSSIBLE until someone
7069           fixes the checks (case at hand: quicktime redirection files
7070           might start with 00 00 01 XX and pass the checks here just
7071           fine, see #350399).
7072
7073 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7074
7075         Patch by: Sjoerd Simons  <sjoerd at luon net>
7076
7077         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
7078           Better detection for multipart/x-mixed-replace: accept leading
7079           whitespaces before the boundary marker as well (as our very own
7080           multipartmux used to produce) (#349068).
7081
7082 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
7083
7084         Patch by: Young-Ho Cha  <ganadist at chollian net>
7085
7086         * gst-libs/gst/riff/riff-ids.h:
7087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7088         (gst_riff_create_audio_template_caps):
7089           Detect DTS audio streams (#350157).
7090
7091 2006-08-05  Andy Wingo  <wingo@pobox.com>
7092
7093         * ext/theora/gsttheoraparse.h:
7094         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
7095         (theora_parse_dispose, theora_parse_set_property)
7096         (theora_parse_get_property, theora_parse_munge_granulepos)
7097         (theora_parse_push_buffer, theora_parse_change_state):
7098         API: GstTheoraParse::synchronization-points
7099         Add a property 'synchronization-points' to fix badly synchronized oggs.
7100
7101 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7102
7103         * tests/check/Makefile.am:
7104         * tests/check/libs/.cvsignore:
7105         * tests/check/libs/audio.c: (structure_contains_channel_positions),
7106         (fixed_caps_have_channel_positions), (GST_START_TEST),
7107         (audio_suite), (main):
7108           Add a few tests for the channel position stuff in libgstaudio.
7109
7110 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7111
7112         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
7113         (gst_alsa_detect_channels):
7114         * ext/alsa/gstalsasink.c:
7115           Add support for cards that (only) do more than 8 channels,
7116           like the Delta 44 (#345188).
7117
7118         * gst-libs/gst/audio/multichannel.c:
7119         (gst_audio_check_channel_positions):
7120         * gst-libs/gst/audio/multichannel.h:
7121           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
7122           unspecified channel position and cannot be combined with any
7123           of the other audio channel positions; adjust position layout
7124           checks accordingly (#345188).
7125
7126 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7127
7128         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7129           Recognise ancient RealAudio files (see #349779).
7130
7131 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7132
7133         Patch by: Jens Granseuer  <jensgr at gmx net>
7134
7135         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7136           Add typefinder for Interplay's MVE format (#348973).
7137
7138 2006-08-02  Wim Taymans  <wim@fluendo.com>
7139
7140         Patch by: Marcel Moreaux <marcelm at luon dot net>
7141
7142         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7143         (gst_base_rtp_depayload_add_to_queue):
7144         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7145         Handle RTP sequence number rollover.
7146         Disable jitterbuffer by default.
7147
7148 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
7149
7150         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
7151         (audioresample_set_caps):
7152         Don't leak references to the incoming caps. Clean them up when
7153         stopping.
7154
7155         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7156         (gst_video_scale_finalize):
7157         Don't leak our temporary pixel buffer.
7158
7159         * tests/check/Makefile.am:
7160         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
7161         (GST_START_TEST), (simple_launch_lines_suite):
7162
7163         Fix leaks and re-enable the test for valgrind checking.
7164
7165 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7166
7167         Patch by: Sjoerd Simons  <sjoerd at luon net>
7168
7169         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
7170         (plugin_init):
7171           Add typefind function for multipart/x-mixed-replace (#348916).
7172
7173 2006-07-28  Wim Taymans  <wim@fluendo.com>
7174
7175         * gst/adder/gstadder.c: (gst_adder_setcaps),
7176         (gst_adder_query_duration):
7177         Fix leak in duration query.
7178         Reflow some docs and notes.
7179
7180 2006-07-28  Michael Smith  <msmith@fluendo.com>
7181
7182         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
7183         (vorbisenc_suite):
7184           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
7185           aspect of it.
7186
7187 2006-07-28  Michael Smith  <msmith@fluendo.com>
7188
7189         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
7190         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
7191         (gst_vorbis_enc_push_buffer),
7192         (gst_vorbis_enc_buffer_check_discontinuous),
7193         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7194         * ext/vorbis/vorbisenc.h:
7195           Handle discontinuities in the input vorbis stream correctly,
7196           so that the output is properly timestamped (and has good granulepos
7197           values). Needs some oggmux fixes too.
7198
7199 2006-07-27  Wim Taymans  <wim@fluendo.com>
7200
7201         patch by: Kai Vehmanen <kv2004 eca cx>
7202
7203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7204         (gst_base_rtp_depayload_chain),
7205         (gst_base_rtp_depayload_handle_sink_event),
7206         (gst_base_rtp_depayload_change_state):
7207         Don't send multiple newsegments with different formats.
7208         Fixes #348677.
7209
7210 2006-07-26  Wim Taymans  <wim@fluendo.com>
7211
7212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7213         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
7214         Make seeking in ogg more accurate again by doing the more correct
7215         granuletime to stream time conversion.
7216
7217 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7218
7219         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7220         (gst_multi_fd_sink_new_client):
7221           debug a little more understandably
7222           do not use goto as a substitute for break, especially if
7223           break is also being used
7224
7225 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7226
7227         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
7228         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7229           Remove GLib-2.6 compatibility cruft.
7230
7231 2006-07-24  Wim Taymans  <wim@fluendo.com>
7232
7233         * gst-libs/gst/audio/gstbaseaudiosink.c:
7234         (gst_base_audio_sink_render):
7235         Don't try to align a sample to an unknown value.
7236
7237 2006-07-24  Wim Taymans  <wim@fluendo.com>
7238
7239         * gst-libs/gst/audio/gstbaseaudiosink.c:
7240         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7241         When the audio clock is slaved to another clock, never try to align
7242         samples but trust the rate interpolation algorithm.
7243
7244 2006-07-24  Wim Taymans  <wim@fluendo.com>
7245
7246         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7247         Don't try to calculate silence samples, base class does this much
7248         better now.
7249
7250         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7251         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
7252         (gst_ring_buffer_acquire):
7253         Calculate silence samples correctly.
7254
7255         * gst-libs/gst/audio/gstringbuffer.h:
7256         Add _CAST macro.
7257
7258 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7259
7260         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7261           Limit search for the first markup tag to the first few kB of
7262           the file. If we don't find one there, it's highly unlikely that
7263           this is an XML(-ish) file.
7264
7265 2006-07-21  Andy Wingo  <wingo@pobox.com>
7266
7267         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7268         test to the one in vorbisenc. Also commented out.
7269
7270         * tests/check/pipelines/vorbisenc.c: 
7271         (test_discontinuity): New test, commented out until Mike lands
7272         some elite vorbisenc patches.
7273
7274         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7275         Bufferstraw was actually factored out of these tests. Now we share
7276         code yay.
7277
7278         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7279         for bufferstraw addition to gstcheck.
7280
7281 2006-07-21  Wim Taymans  <wim@fluendo.com>
7282
7283         * ext/theora/theoradec.c: (clip_buffer):
7284         Better clipping.
7285
7286 2006-07-21  Wim Taymans  <wim@fluendo.com>
7287
7288         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7289         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7290         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7291         Fix leak.
7292         Avoid type casting when we can.
7293
7294         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7295         Fix mem leak.
7296
7297 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7298
7299         * ext/alsa/gstalsamixerelement.c:
7300         (gst_alsa_mixer_element_change_state):
7301           Make state change fail if the specified device can't be opened
7302           for some reason.
7303
7304 2006-07-20  Wim Taymans  <wim@fluendo.com>
7305
7306         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7307         (cb_newpad), (main):
7308         Example of a small audio/video player using decodebin.
7309
7310 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7311
7312         * gst-libs/gst/riff/riff-ids.h:
7313           Add 'fact' chunk id
7314
7315 2006-07-19  Wim Taymans  <wim@fluendo.com>
7316
7317         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7318         (gst_base_rtp_depayload_chain),
7319         (gst_base_rtp_depayload_change_state):
7320         Don't assert when not negotiated but post a meaningfull 
7321         error message. Fixes #347918.
7322
7323         * gst-libs/gst/rtp/gstbasertppayload.c:
7324         Add comment about better default MTU size.
7325
7326         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7327         Small cleanups, start docs.
7328
7329 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7330
7331         Patch by: Martin Szulecki
7332
7333         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7334           If "device-name" is requested and the device is not
7335           open, try to temporarily open it to obtain this
7336           information (#342494).
7337
7338 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7339
7340         * gst-libs/gst/tag/gstid3tag.c:
7341           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7342
7343         * gst-libs/gst/tag/gsttageditingprivate.h:
7344         * gst-libs/gst/tag/gstvorbistag.c:
7345           Some more random const-ifications.
7346
7347 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7348
7349         * gst-libs/gst/riff/riff-ids.h:
7350         * gst-libs/gst/riff/riff-media.c:
7351         (gst_riff_create_video_template_caps):
7352           Add more FOURCCs (sort list to make stuff easier to find),
7353           add comment what those 16 bytes in struct _gst_riff_strh according to
7354           one avi-dumper are
7355
7356 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7357
7358         * gst-libs/gst/audio/multichannel.c:
7359         (gst_audio_check_channel_positions),
7360         (gst_audio_fixate_channel_positions):
7361           Const-ify two arrays.
7362
7363 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7366           Fix typo, so that alsasink also advertises 8 channels
7367           if that's supported (tags: can, worms, open, alsa, ph34r).
7368
7369 2006-07-17  Wim Taymans  <wim@fluendo.com>
7370
7371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7372         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7373         *sigh*, when is the compiler going to warn when the comments
7374         are out-of-sync with the code.. Refix case of busted theora
7375         headers with 0 granule pos.
7376
7377 2006-07-14  Wim Taymans  <wim@fluendo.com>
7378
7379         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7380         (gst_base_rtp_depayload_wait),
7381         (gst_base_rtp_depayload_change_state),
7382         (gst_base_rtp_depayload_set_property),
7383         (gst_base_rtp_depayload_get_property):
7384         Fix 99% cpu load by waiting for absolute times on the
7385         clock. Fixes #347300.
7386
7387 2006-07-14  Andy Wingo  <wingo@pobox.com>
7388
7389         * ext/theora/gsttheoraparse.h: 
7390         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7391         (theora_parse_push_headers, theora_parse_clear_queue)
7392         (theora_parse_drain_queue_prematurely, )
7393         (theora_parse_sink_event, theora_parse_change_state): Queue events
7394         until we initialized our state, like in vorbisparse.
7395
7396         * ext/vorbis/vorbisparse.h: 
7397         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7398         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7399         (vorbis_parse_drain_queue_prematurely, )
7400         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7401         until we have initialized our state. Fixes seeking after an
7402         initial pad block.
7403
7404 2006-07-14  Andy Wingo  <wingo@pobox.com>
7405
7406         Patch by: Iain Holmes <iaingnome@gmail.com>
7407         
7408         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7409
7410 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7411
7412         * configure.ac:
7413         Bump nano back to CVS
7414
7415 === release 0.10.9 ===
7416
7417 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7418
7419         * configure.ac:
7420           releasing 0.10.9, "I walk the line"
7421
7422 2006-07-14  Michael Smith  <msmith@fluendo.com>
7423
7424         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7425           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7426           (commonly happens when running this test under valgrind) when trying
7427           to remove the buffer probe.
7428
7429 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7430
7431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7432         Fix missing g_unlock from the previous commit
7433
7434 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7435
7436         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7437         (gst_ximagesink_change_state):
7438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7439         (gst_xvimagesink_change_state):
7440         Implement a locking order to ensure we always take the object lock
7441         before the x_lock and never vice-versa.
7442
7443 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7444
7445         * gst/playback/gstdecodebin.c: (find_compatibles):
7446         Fix a caps leak when linking (#347304)
7447
7448         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7449         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7450         (gst_ximagesink_change_state):
7451         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7452         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7453         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7454         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7455         Don't leak shared memory resources. Use the object lock to protect
7456         against the xcontext disappearing while returning a buffer from the
7457         pipeline. (#347304)
7458
7459 2006-07-12  Edward Hervey  <edward@fluendo.com>
7460
7461         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7462         (vorbis_handle_comment_packet):
7463         gst_tag_list_merge() returns a new object. Take that into account when
7464         using it. This avoids memleak.
7465         Revert previous commit which is not needed.
7466
7467 2006-07-12  Edward Hervey  <edward@fluendo.com>
7468
7469         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7470         Reset the decoder in finalize so that all fields get cleared.
7471
7472 2006-07-12  Wim Taymans  <wim@fluendo.com>
7473
7474         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7475         (gst_base_audio_src_set_clock),
7476         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7477         Don't try to post an error message when setting the clock fails
7478         as this can happen when adding an element to a bin which will then
7479         deadlock. Fixes #347296.
7480
7481 2006-07-12  Edward Hervey  <edward@fluendo.com>
7482
7483         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7484         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7485         (vorbis_handle_type_packet):
7486         Post tag messages on the bus even if we're not initialized.
7487         If we're not initialized, we still postpone the event pushing of tags.
7488
7489 2006-07-12  Wim Taymans  <wim@fluendo.com>
7490
7491         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7492         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7493         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7494         Revert last two changes that broke the freeze.
7495
7496 2006-07-12  Wim Taymans  <wim@fluendo.com>
7497
7498         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7499         basesink calculates silence sample correctly for us.
7500
7501 2006-07-12  Wim Taymans  <wim@fluendo.com>
7502
7503         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7504         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7505         Calculate correct silence samples so we don't fill our ringbuffer
7506         with noise.
7507
7508 2006-07-12  Edward Hervey  <edward@fluendo.com>
7509
7510         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7511         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7512         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7513         * ext/vorbis/vorbisdec.h:
7514         Delay sending events (newsegment, tags) until the decoder is properly
7515         initialized.
7516         Fixes #347295
7517
7518 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7519
7520         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7521         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7522           Patch from #347221 adding a test for audioconvert
7523           channel remappings.
7524
7525 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7526
7527         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7528         (gst_ssa_parse_parse_line):
7529           Don't include the terminating NUL in the buffer size,
7530           it's only there for extra paranoia (would add random
7531           '*' characters at the end of each subtitle since the
7532           terminator itself is not valid UTF-8 technically).
7533           Also fix indenting after boilerplate macro.
7534
7535 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7536
7537         * gst/playback/gstdecodebin.c: (close_pad_link):
7538           Also emit 'unknown-type' signal (which should really be
7539           called unhandled-type) if we found potential decoders/demuxers
7540           in the registry but none of them worked in the end (as in the
7541           case where the plugins don't exist any longer but are still
7542           listed in the registry). Fixes #329798.
7543
7544 2006-07-08  Andy Wingo  <wingo@pobox.com>
7545
7546         * theoraparse.c (theora_parse_push_buffer)
7547         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7548         Add some more debugging. Fix granulepos reconstruction in the face
7549         of discontinuities.
7550
7551 2006-07-06  Wim Taymans  <wim@fluendo.com>
7552
7553         * gst-libs/gst/audio/gstbaseaudiosink.c:
7554         (gst_base_audio_sink_class_init),
7555         (gst_base_audio_sink_provide_clock):
7556         Use gobject_class instead of G_OBJECT_CLASS (klass)
7557
7558         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7559         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7560         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7561         (gst_base_audio_src_get_time),
7562         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7563         (gst_base_audio_src_create_ringbuffer):
7564         Fix latency and buffer-time constants and properties ala basesink.
7565         Implement pull based scheduling. Fixes #346527.
7566         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7567         one segment.
7568         Refuse slaving to another clock instead of silently not working.
7569         Only provide a clock when we are actually able to do so.
7570         Various small cleanups and compiler hints.
7571
7572 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7573
7574         Patch by: Lutz Mueller <lutz at topfrose de>
7575
7576         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7577         (plugin_init):
7578           Add typefinding for text/html (#346581).
7579
7580 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7581
7582         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7583         (xml_check_first_element), (xml_type_find), (smil_type_find):
7584           Fix SMIL typefinding, make xml_check_first_element() more
7585           useful.
7586
7587 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7588
7589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7590         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7591         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7592         * gst/playback/gstplaybasebin.h:
7593           Protect list of elements with a subtitle-encoding property and
7594           the subtitle encoding member itself with a lock of their own
7595           instead of using the object lock. This prevents a dead-lock in
7596           the element-remove callback in some circumstances when shutting
7597           down playbin.
7598
7599 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7600
7601         * win32/common/libgsttag.def:
7602         Export some new functions.
7603         * win32/vs6/libgstogg.dsp:
7604         Add a link to libgsttag-0.10.lib.
7605
7606 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7607
7608         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7609           Some const-ification.
7610
7611 2006-07-04  Wim Taymans  <wim@fluendo.com>
7612
7613         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7614         Improve checking if we are dealing with a stream. Added some
7615         more uris that need buffering.
7616
7617 2006-07-03  Edward Hervey  <edward@fluendo.com>
7618
7619         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7620         Remove unused variable.
7621
7622 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7623
7624         * Makefile.am:
7625           include lcov.mak
7626         * configure.ac:
7627           add GCOV_LIBS to GST_LIBS
7628
7629 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7630
7631         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7632
7633         * ext/alsa/gstalsasrc.c:
7634           Add 32 bps to template caps and increase channels range
7635           from [1,2] to [1,MAX]. See #346326.
7636
7637 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7638
7639         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7640           Recognise 'WMVA' video codec fourcc (#345879).
7641           
7642 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7643          
7644         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7645           Fixed nasty memory leak
7646
7647 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7648
7649         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7650         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7651           fix logging
7652
7653 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7654
7655         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7656         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7657         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7658         Protect remove_fakesink using a mutex, so that we don't try and
7659         remove the fakesink simultaneously from multiple threads.
7660
7661         When going from READY to PAUSED, restore the fakesink, so that
7662         it is there when decodebin gets reused.
7663
7664 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7665
7666         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7667         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7668         * gst-libs/gst/rtp/gstbasertppayload.c:
7669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7670         * gst/tcp/gstmultifdsink.c:
7671         * gst/tcp/gsttcpclientsink.c:
7672         * gst/tcp/gsttcpclientsrc.c:
7673         * gst/tcp/gsttcpserversink.c:
7674         * gst/tcp/gsttcpserversrc.c:
7675         * gst/videorate/gstvideorate.c:
7676         * gst/videotestsrc/gstvideotestsrc.c:
7677         * sys/v4l/gstv4ljpegsrc.c:
7678         * sys/v4l/gstv4lmjpegsink.c:
7679         * sys/v4l/gstv4lsrc.c:
7680         * tests/examples/seek/scrubby.c:
7681         * tests/examples/seek/seek.c:
7682           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7683
7684 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7685
7686         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7687           Second field in GEnumValue shouldn't be a description,
7688           but a stringified version of the enum value.
7689
7690 2006-06-22  Wim Taymans  <wim@fluendo.com>
7691
7692         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7693         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7694         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7695         Avoid type checking in buffer casts.
7696         Avoid caps copy in buffer_alloc when we can.
7697         Use pad_peer_accept.
7698
7699 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7700
7701         * gst-libs/gst/tag/tag.h:
7702           Oops, make that 'Since: 0.10.9'.
7703
7704 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7705
7706         * docs/libs/gst-plugins-base-libs-sections.txt:
7707         * gst-libs/gst/tag/tag.h:
7708         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7709         (gst_tag_image_type_get_type):
7710           API: add GstTagImageType enum to describe images contained
7711           in image tags (#345641).
7712
7713 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7714
7715         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7716           Fix warnings with gst-inspect: "buffers-min" property
7717           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7718           typo in property description.
7719
7720 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7721
7722         Patch by: Cody Russell <bratsche at gnome org>
7723
7724         * gst/audioresample/gstaudioresample.c:
7725         (gst_audioresample_class_init):
7726         * gst/playback/gststreamselector.c:
7727         (gst_stream_selector_class_init):
7728         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7729         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7730         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7731         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7732         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7733         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7734         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7735         * gst/videotestsrc/gstvideotestsrc.c:
7736         (gst_video_test_src_class_init):
7737         * gst/volume/gstvolume.c: (gst_volume_class_init):
7738           Avoid unnecessary class cast check in class_init
7739           functions (#337747).
7740
7741 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7742
7743         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7744         (gst_text_overlay_video_chain):
7745           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7746           and doesn't validate its input either (and neither did
7747           textoverlay it seems). Let's do that then and fix #345206.
7748
7749 2006-06-19  Wim Taymans  <wim@fluendo.com>
7750
7751         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7752         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7753         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7754         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7755         (find_syncframe), (find_limits), (assign_value),
7756         (count_burst_unit), (gst_multi_fd_sink_new_client),
7757         (gst_multi_fd_sink_handle_client_write),
7758         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7759         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7760         (gst_multi_fd_sink_change_state):
7761         * gst/tcp/gstmultifdsink.h:
7762         Added shiny new burst-on-connect methods.
7763         Add properties to control the minimal amount of data queued.
7764         Small cleanups.
7765         API: bytes-min property
7766         API: time-min property
7767         API: buffers-min property
7768         API: burst-unit property
7769         API: burst-value property
7770         API: add-full signal
7771
7772         * gst/tcp/gsttcp-marshal.list:
7773         Added new marshaller code for the new signal.
7774
7775         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7776         (multifdsink_suite):
7777         Added testcases for new burst methods.
7778
7779 2006-06-19  Edward Hervey  <edward@fluendo.com>
7780
7781         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7782         Implement clipping for accurate seeking.
7783         Closes #345225
7784
7785 2006-06-19  Wim Taymans  <wim@fluendo.com>
7786
7787         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7788
7789         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7790         (gst_video_scale_transform):
7791         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7792
7793 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7794
7795         * configure.ac:
7796           Fix --disable-external (can't set conditionals conditionally,
7797           #343602).
7798
7799 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         * tests/check/elements/audioresample.c: (test_reuse),
7802         (audioresample_suite):
7803           Add test case for bug #342789 fixed below.
7804
7805 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7806
7807         * gst/audioresample/gstaudioresample.c:
7808         (gst_audioresample_class_init), (gst_audioresample_init),
7809         (audioresample_start), (audioresample_stop),
7810         (gst_audioresample_set_property), (gst_audioresample_get_property):
7811           Implement GstBaseTransform::start and ::stop so that audioresample
7812           can clear its internal state properly and be reused instead of
7813           causing non-negotiated errors with playbin under some circumstances
7814           (#342789).
7815
7816         * tests/check/elements/audioresample.c: (setup_audioresample),
7817         (cleanup_audioresample):
7818           Need to set element state here so that ::start and ::stop are
7819           called.
7820
7821 2006-06-16  Wim Taymans  <wim@fluendo.com>
7822
7823         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7824
7825         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7826         Parse extra data better, apparently it's right behind
7827         the normal strf header size. Fixes #343500.
7828
7829 2006-06-16  Wim Taymans  <wim@fluendo.com>
7830
7831         * ext/alsa/gstalsasink.c: (set_hwparams):
7832         If we fail to set the buffer_time and period_time alsa
7833         parameters, post a warning and leave alsa select a 
7834         default instead of failing. Fixes #342085
7835
7836 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7837
7838         * docs/libs/gst-plugins-base-libs-sections.txt:
7839         * gst-libs/gst/cdda/gstcddabasesrc.h:
7840           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7841           out in the header file and shouldn't be listed in the docs.
7842
7843         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7844           Must dereference pointer to fourcc in the debug statement.
7845
7846 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7847
7848         * docs/libs/Makefile.am:
7849         * docs/libs/gst-plugins-base-libs-docs.sgml:
7850         * docs/libs/gst-plugins-base-libs-sections.txt:
7851         * docs/libs/gst-plugins-base-libs.types:
7852         add remaining symbols into correct setions
7853         
7854         * gst-libs/gst/audio/gstringbuffer.c:
7855         fix incomplete docs
7856         
7857         * gst-libs/gst/audio/gstringbuffer.h:
7858         comment out not yet implemented function
7859         
7860         
7861         * gst-libs/gst/floatcast/floatcast.h:
7862         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7863         add short descriptions
7864         
7865         
7866         * gst-libs/gst/interfaces/propertyprobe.c:
7867         fix return value docs   
7868         
7869         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7870         simplify debug logging
7871         
7872         * gst-libs/gst/riff/riff-read.h:
7873         sync function prototype and docs
7874         
7875         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7876         remove left over symbol
7877
7878 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7879
7880         * autogen.sh:
7881         * configure.ac:
7882         * docs/Makefile.am:
7883           Use GST_PLUGIN_DOCS macro in configure.ac, add
7884           --enable-plugin-docs default to autogen.sh and use
7885           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7886
7887 2006-06-15  Wim Taymans  <wim@fluendo.com>
7888
7889         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7890         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7891         (gst_ogg_demux_loop):
7892         Combine GstFlowReturn from the source pads to give a
7893         meaningfull result to the upstream peer or to stop the
7894         processing task in case of errors.
7895
7896 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7897
7898         * gst/playback/gststreaminfo.c: (cb_probe):
7899           Try GST_TAG_CODEC as fallback when extracting the
7900           codec name; more debug info.
7901
7902 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7903
7904         * ext/ogg/Makefile.am:
7905         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7906           Extract language tags from ogm subtitle streams, so that
7907           the subtitle menu choices are labelled correctly in
7908           Totem (fixes #344708).
7909
7910 2006-06-14  Wim Taymans  <wim@fluendo.com>
7911
7912         Patch by: Alessandro Decina <alessandro at nnva dot org>
7913
7914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7915         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7916         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7917         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7918         Fix various leaks. Fixes #343699.
7919         Add x-smoke mime type.
7920
7921 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * gst-libs/gst/riff/riff-ids.h:
7924           Add IDs for 'bext' chunks (see #343837).
7925
7926 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7927
7928         Patch by: Young-Ho Cha  <ganadist at chollian net>
7929
7930         * gst/subparse/samiparse.c: (sami_context_pop_state),
7931         (handle_start_font), (end_sami_element):
7932           Honour font face tags in SAMI subtitles (#344503).
7933
7934 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7935
7936         * po/POTFILES.in:
7937           add missing files containing translatable strings
7938
7939 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7940
7941         * docs/libs/tmpl/.cvsignore:
7942           we don't want those *.sgml files in CVS either
7943
7944 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7945
7946         * docs/libs/.cvsignore:
7947         * tests/check/elements/.cvsignore:
7948         * tests/check/libs/.cvsignore:
7949           ignore more
7950
7951 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7952
7953         * docs/libs/Makefile.am:
7954           also commiting the changed Makefile.am (added more libs to the
7955           doc-build)
7956
7957 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7958
7959         * docs/libs/gst-plugins-base-libs-docs.sgml:
7960         * docs/libs/gst-plugins-base-libs-sections.txt:
7961         * docs/libs/gst-plugins-base-libs.types:
7962           first batch of reordering things, add index & hierarchy
7963
7964 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7965
7966         * configure.ac:
7967           use GST_PKG_CHECK_MODULES, cleans up output
7968
7969 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7970
7971         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7972           Add support for burn:// URIs (#343385); const-ify things a bit,
7973           use G_N_ELEMENTS instead of hard-coded array size.
7974
7975 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7976
7977         Patch by: Young-Ho Cha  <ganadist at chollian net>
7978
7979         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7980           Fix up broken entities before passing them to libxml *sigh*.
7981           (#343303).
7982           
7983 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7984
7985         * configure.ac:
7986           back to TRUNK
7987
7988 === release 0.10.8 ===
7989
7990 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7991
7992         * configure.ac:
7993           releasing 0.10.8, "Moar gij ziet mij nie"
7994
7995 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7996
7997         * configure.ac:
7998         * po/af.po:
7999         * po/az.po:
8000         * po/cs.po:
8001         * po/en_GB.po:
8002         * po/hu.po:
8003         * po/it.po:
8004         * po/nb.po:
8005         * po/nl.po:
8006         * po/or.po:
8007         * po/sq.po:
8008         * po/sr.po:
8009         * po/sv.po:
8010         * po/uk.po:
8011         * po/vi.po:
8012         * win32/common/config.h:
8013           0.10.7.2 prerelease
8014
8015 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8016
8017         * docs/libs/tmpl/gstaudio.sgml:
8018         * docs/libs/tmpl/gstcolorbalance.sgml:
8019         * docs/libs/tmpl/gstmixer.sgml:
8020         * docs/libs/tmpl/gstringbuffer.sgml:
8021         * docs/libs/tmpl/gsttuner.sgml:
8022         * docs/libs/tmpl/gstxoverlay.sgml:
8023         * gst-libs/gst/audio/audio.c:
8024         * gst-libs/gst/audio/gstringbuffer.c:
8025         * gst-libs/gst/interfaces/colorbalance.c:
8026         * gst-libs/gst/interfaces/mixer.c:
8027         * gst-libs/gst/interfaces/tuner.c:
8028         * gst-libs/gst/interfaces/xoverlay.c:
8029           move last template doc snippets to source code and delete them
8030
8031 2006-06-06  Michael Smith  <msmith@fluendo.com>
8032
8033         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
8034         (theora_parse_drain_queue):
8035           Mark DELTA_UNIT on non-keyframes.
8036
8037 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
8038
8039         * gst-libs/gst/audio/gstbaseaudiosink.c:
8040         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
8041         * gst-libs/gst/audio/gstbaseaudiosink.h:
8042         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
8043         (gst_ring_buffer_samples_done):
8044         * gst-libs/gst/audio/gstringbuffer.h:
8045         Document better the fact that latency_time and buffer_time are values
8046         stored in microseconds, and not the usual GStreamer nanoseconds.
8047         Change the variables (compatibly) that store them from GstClockTime 
8048         to guint64 to make it more clear that they're not storing clock times.
8049         Also, remove the bogus property description that says the user can
8050         specify -1 to get the default value, since that's never been the case.
8051
8052         When computing the default segment size for the ring buffer, make it
8053         an integer number of samples.
8054
8055         When the sub-class indicates a delay greater than the number of
8056         samples we've written return 0 from the audio sink get_time method.
8057
8058 2006-06-02  Michael Smith  <msmith@fluendo.com>
8059
8060         * tests/check/elements/audioconvert.c: (set_channel_positions),
8061         (get_float_mc_caps), (get_int_mc_caps):
8062         * tests/check/elements/audioresample.c:
8063         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
8064         * tests/check/elements/videorate.c:
8065         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
8066         * tests/check/elements/volume.c:
8067         * tests/check/elements/vorbisdec.c:
8068         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
8069           Don't busy-wait in tests; this was causing test timeouts very
8070           frequently when running under valgrind.
8071
8072 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8073
8074         * gst/tcp/README:
8075         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
8076         (gst_multi_fd_sink_remove_client_link),
8077         (gst_multi_fd_sink_client_queue_caps),
8078         (gst_multi_fd_sink_client_queue_buffer),
8079         (gst_multi_fd_sink_handle_client_write),
8080         (gst_multi_fd_sink_render):
8081         * gst/tcp/gstmultifdsink.h:
8082           make multifdsink properly deal with streamheader:
8083           - streamheader is taken from caps
8084           - buffers marked with IN_CAPS are not sent
8085           - streamheaders are sent, on connection, from the caps of the
8086             buffer where the client gets positioned to
8087           - further streamheader changes are done every time the client
8088             will receive a buffer with different caps
8089         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8090         (gst_multifdsink_create_streamheader):
8091           add tests for this
8092
8093 2006-06-02  Michael Smith  <msmith@fluendo.com>
8094
8095         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8096           Reinstate limit on channel count. Vorbis does not define the meaning
8097           of > 6 channels, so they're just independent channels. Gstreamer
8098           currently has no mechanism to represent N independent channels.
8099
8100 2006-06-02  Michael Smith  <msmith@fluendo.com>
8101
8102         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8103           Don't arbitrarily restrict channel counts and rate in vorbis.
8104           In terms of effects likely on real-world files, this fixes 96kHz
8105           playback of vorbis.
8106
8107 2006-06-02  Michael Smith  <msmith@fluendo.com>
8108
8109         * gst/audioconvert/audioconvert.c: (float):
8110           More correct float->int conversion.
8111
8112 2006-06-02  Michael Smith  <msmith@fluendo.com>
8113
8114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
8115           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
8116           value. Fixes g-critical on trying to play back ogg containing
8117           unknown codec.
8118
8119 2006-06-02  Wim Taymans  <wim@fluendo.com>
8120
8121         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
8122         (setup_source):
8123         * gst/playback/gstplaybasebin.h:
8124         Make the subtitle detection work from any thread so we don't
8125         deadlock. Fixes #343397.
8126
8127 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8128
8129         * gst/volume/Makefile.am:
8130           Seriously, it's not *that* hard to get compilation right.  Even
8131           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
8132
8133 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8134
8135         * gst/volume/gstvolume.c: (volume_choose_func),
8136         (volume_update_real_volume), (gst_volume_class_init),
8137         (gst_volume_init), (volume_process_float), (volume_process_int16),
8138         (volume_process_int16_clamp), (volume_set_caps),
8139         (volume_transform_ip), (plugin_init):
8140         * gst/volume/gstvolume.h:
8141         rewrite the passthrough check, split _int16 and _int16_clamp, fix
8142         another property desc., remove unused param from process function
8143         
8144         * tests/check/elements/volume.c: (volume_suite):
8145         reactivate the passthrough test
8146
8147 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8148
8149         * ext/alsa/gstalsamixerelement.h:
8150         * ext/alsa/gstalsamixeroptions.h:
8151         * ext/alsa/gstalsamixertrack.h:
8152         * ext/gnomevfs/gstgnomevfssink.h:
8153         * ext/gnomevfs/gstgnomevfssrc.h:
8154         * ext/theora/gsttheoradec.h:
8155         * ext/theora/gsttheoraenc.h:
8156         * ext/theora/gsttheoraparse.h:
8157         * ext/vorbis/vorbisparse.h:
8158         * gst-libs/gst/audio/gstaudioclock.h:
8159         * gst-libs/gst/audio/gstaudiofilter.h:
8160         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8161         * gst/audioconvert/gstaudioconvert.h:
8162         * gst/audioresample/gstaudioresample.h:
8163         * gst/audiotestsrc/gstaudiotestsrc.h:
8164         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
8165         * gst/playback/gststreamselector.h:
8166         * gst/tcp/gstmultifdsink.h:
8167         * gst/tcp/gsttcpclientsink.h:
8168         * gst/tcp/gsttcpclientsrc.h:
8169         * gst/tcp/gsttcpserversink.h:
8170         * gst/tcp/gsttcpserversrc.h:
8171         * gst/videorate/gstvideorate.h:
8172         * gst/videoscale/gstvideoscale.h:
8173         * gst/videotestsrc/gstvideotestsrc.h:
8174         * gst/volume/gstvolume.h:
8175         * sys/v4l/gstv4ljpegsrc.h:
8176         * sys/v4l/gstv4lmjpegsink.h:
8177         * sys/v4l/gstv4lmjpegsrc.h:
8178         * sys/v4l/gstv4lsrc.h:
8179         * sys/ximage/ximagesink.h:
8180         * sys/xvimage/xvimagesink.h:
8181         * tests/old/testsuite/alsa/sinesrc.h:
8182         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8183
8184 2006-05-31  Wim Taymans  <wim@fluendo.com>
8185
8186         * ext/libvisual/visual.c: (gst_visual_reset),
8187         (gst_visual_sink_setcaps), (gst_visual_sink_event),
8188         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
8189         Handle DISCONT.
8190         Use running time before doing QoS.
8191         Handle mono too.
8192
8193 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8194
8195         * docs/libs/Makefile.am:
8196           set a magic variable to indicate we know the docs are incomplete
8197
8198 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8199
8200         * win32/common/libgstvideo.def:
8201           export gst_video_calculate_display_ratio
8202         * win32/vs6/libgstvideoscale.dsp:
8203           add link to libgstvideo-0.10.lib
8204
8205 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8206
8207         * gst/playback/gstplaybasebin.c: (gen_source_element):
8208           Throw a more comprehensible error for rtsp:// URIs (rather
8209           than erroring out with a negotiation error later on) until
8210           we fix playbin to handle rtspsrc etc.
8211
8212 2006-05-30  Wim Taymans  <wim@fluendo.com>
8213
8214         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8215         (gst_text_overlay_text_event):
8216         Added some FIXMEs.
8217
8218 2006-05-30  Wim Taymans  <wim@fluendo.com>
8219
8220         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
8221         (gst_adder_request_new_pad), (gst_adder_release_pad):
8222         * gst/adder/gstadder.h:
8223         Implement release_request_pad.
8224         Make padcounter atomic.
8225
8226         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
8227         Added check for release_pad in adder.
8228
8229 2006-05-30  Wim Taymans  <wim@fluendo.com>
8230
8231         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
8232         Fix build again.
8233
8234 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8235
8236         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8237         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8238         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8239         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
8240         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
8241         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
8242         (gst_ogg_demux_bisect_forward_serialno),
8243         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
8244         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8245           add more debugging
8246           clean up printf formats for granulepos and serialno
8247
8248 2006-05-30  Michael Smith  <msmith@fluendo.com>
8249
8250         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8251         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
8252         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
8253         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
8254         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8255         * ext/vorbis/vorbisenc.h:
8256           Multi-channel caps negotiation, so we can do proper multichannel
8257           vorbis encoding, negotiated through audioconvert.
8258
8259 2006-05-30  Wim Taymans  <wim@fluendo.com>
8260
8261         * tests/check/elements/adder.c: (test_event_message_received),
8262         (test_play_twice_message_received), (GST_START_TEST),
8263         (adder_suite):
8264         Added check to show that #339935 is fixed with ongoing
8265         adder and collectpads fixes.
8266
8267 2006-05-29  Wim Taymans  <wim@fluendo.com>
8268
8269         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8270         Don't leak pad name.
8271
8272 2006-05-29  Wim Taymans  <wim@fluendo.com>
8273
8274         * gst/adder/gstadder.c: (gst_adder_query_duration),
8275         (forward_event_func), (forward_event), (gst_adder_src_event):
8276         Fix adder seeking.
8277         Make query/seeking code threadsafe.
8278
8279         * tests/check/Makefile.am:
8280         * tests/check/elements/adder.c: (test_event_message_received),
8281         (GST_START_TEST), (test_play_twice_message_received):
8282         Fix adder test case.
8283
8284 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8285
8286         Patch by: Young-Ho Cha  <ganadist at chollian net>
8287
8288         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8289         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8290         (set_encoding_element), (decodebin_element_added_cb),
8291         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8292         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8293         * gst/playback/gstplaybasebin.h:
8294           Add 'subtitle-encoding' property to playbin, so applications can
8295           force a subtitle encoding for non-UTF8 subtitles (#342268).
8296
8297         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8298         (gst_sub_parse_set_property):
8299           Rename recently-added 'encoding' property to 'subtitle-encoding'
8300           (so it can be proxied by playbin/decodebin in a generic way
8301           with less danger of false positives).
8302
8303 2006-05-29  Michael Smith  <msmith@fluendo.com>
8304
8305         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8306         (append_with_other_format), (set_structure_widths),
8307         (gst_audio_convert_transform_caps):
8308           Patch from #341562: give more specific audio caps in get_caps, so
8309           that basetransform  can make better decisions on what caps to
8310           negotiate.
8311
8312 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8313
8314         * tests/check/elements/volume.c:
8315         make it compile again
8316
8317 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8318
8319         * tests/check/elements/volume.c: (volume_suite):
8320         disable test until #343196 gets resolved
8321
8322 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8323
8324         * gst/adder/gstadder.c: (gst_adder_get_type):
8325         Make it easier to copy&paste
8326         
8327         * gst/volume/Makefile.am:
8328         * gst/volume/gstvolume.c: (volume_update_real_volume),
8329         (gst_volume_set_volume), (gst_volume_set_mute),
8330         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8331         (volume_transform_ip), (volume_update_mute),
8332         (volume_update_volume):
8333         * gst/volume/gstvolume.h:
8334         Add own debug category, move duplicate code to helper function, fix
8335         property texts, add more comments and prepare ffor liboil-goodness
8336         
8337         * tests/check/Makefile.am:
8338         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8339         add test for mute and passtrough case, be a bit more verbose to track
8340         failure
8341         
8342         * tests/check/generic/states.c: (GST_START_TEST):
8343         catch elements that fail to instantiate
8344
8345 2006-05-28  Edward Hervey  <edward@fluendo.com>
8346
8347         * tests/check/pipelines/simple-launch-lines.c:
8348         * tests/check/pipelines/theoraenc.c:
8349         * tests/check/pipelines/vorbisenc.c:
8350         Comment out tests using parse_launch() if core was built without
8351         parsing capabilities.
8352
8353 2006-05-27  Edward Hervey  <edward@fluendo.com>
8354
8355         * tests/check/Makefile.am:
8356         Extra bonus points for whoever explains to ensonic that you are meant
8357         to test unit tests thoroughly before commiting them, especially if
8358         you know it's going to break.
8359         De-activated element/adder tests.
8360
8361 2006-05-27  Edward Hervey  <edward@fluendo.com>
8362
8363         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8364         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8365         Marking caps conversion issues as GST_WARNING is way too verbose,
8366         Moving them to GST_LOG.
8367
8368 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8369
8370         * README:
8371           Replace current README (containing the release notes from
8372           some 0.9.x version) with a proper README taken from the core.
8373
8374 2006-05-26  Wim Taymans  <wim@fluendo.com>
8375
8376         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8377         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8378         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8379         (vorbis_dec_change_state):
8380         Small cleanups.
8381         Add some FIXMEs
8382         Clip output samples to segment boundaries.
8383
8384 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8385
8386         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8387         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8388         Improve the errors produced on bad output, including some human
8389         readable description strings.
8390         Handle the (theoretical for ximagesink) case where the XServer 
8391         has a different idea about the size required for a particular 
8392         frame and gives us too small a memory allocation.
8393
8394 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8395
8396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8397         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8398         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8399         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8400         Improve the errors produced on bad output, including some human 
8401         readable description strings.
8402         Handle RGB Xv formats properly by transforming them into our 
8403         big-endian caps description.
8404         Use gst_caps_truncate to ensure that we never try and choose a
8405         non-fixed caps in buffer_alloc.
8406         Handle the case where the XServer has a different idea about the size
8407         required for a particular frame and gives us too small a memory
8408         allocation.
8409         Use -1 to indicate 'no image format', because 0 is a valid XServer
8410         image format number.
8411         Put RGB Xv formats at the end of the caps, so that we always prefer
8412         YUV format frames.
8413         Iterate the available Xv Encodings to determine the maximum width and
8414         height, and then return that in our caps.
8415         (Closes #315312, #337544)
8416
8417 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8418
8419         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8420         When there is only one unfinished pad and it receives an event that
8421         doesn't match our requirements, we need to set alldone=FALSE so that
8422         the fakesink is not removed yet.
8423
8424 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8425
8426         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8427           Use gst_type_find_helper_for_buffer() to find the type
8428           of stream from the first packet.
8429
8430         * configure.ac:
8431           Bump requirements to core CVS (needed for vorbis
8432           typefinding to work).
8433
8434 2006-05-24  Edward Hervey  <edward@fluendo.com>
8435
8436         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8437         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8438         contain.  Else they play perfectly fine with qtdemux.
8439
8440 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8441
8442         * ext/theora/theoradec.c:
8443         * ext/theora/theoraenc.c:
8444         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8445         * gst/audiorate/gstaudiorate.c:
8446           make more debug catagories static
8447         
8448         * tests/check/Makefile.am:
8449         * tests/check/elements/adder.c: (message_received),
8450         (test_event_message_received), (GST_START_TEST),
8451         (test_play_twice_message_received), (adder_suite):
8452           added test case for using element twice, extra bonus points for anyone
8453           who can make these test run reliably
8454
8455 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * ext/theora/theoradec.c: (theora_dec_chain):
8458           Make work with time-stamped input buffers that do not
8459           have a granulepos in BUFFER_OFFSET_END (like theora
8460           buffers coming from matroskademux). Fixes #342448.
8461
8462 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8463
8464         Patch by: Peter Kjellerstedt  <pkj at axis com>
8465
8466         * gst/tcp/Makefile.am:
8467           fdstresstest doesn't need Gtk+, fix compilation if 
8468           gtk is not available (#342566).
8469
8470 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8471          
8472         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8473           80 line columns
8474           Removed redundant floor()
8475
8476 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8477
8478         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8479           On second thought, just skip JUNK chunks automatically, so
8480           the caller doesn't have to handle this. Fixes #342345.
8481           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8482           not GST_FLOW_ERROR.
8483
8484 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8485
8486         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8487           Don't bail out on JUNK chunks with a size of 0 (would try to
8488           pull_range 0 bytes before, which sources don't like too much).
8489           See #342345.
8490
8491 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8492
8493         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8495         Use the gstutil scaling function to preserve 64 bits while calculating
8496         output width and height from the display-aspect-ratio. (A continuation
8497         of #341542)
8498
8499 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8500
8501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8502         (gst_xvimagesink_buffer_alloc):
8503         * sys/xvimage/xvimagesink.h:
8504         When performing buffer allocations, remember the caps and image format
8505         we return so that if the same caps are asked for next time we can
8506         return them immediately without doing any caps intersections.
8507
8508 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8509          
8510         * gst-libs/gst/rtp/README:
8511           Some new documentation
8512         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8513           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8514         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8515         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8516           New RTP audio base payloader class. Supports frame or sample based
8517           codecs.  Not enabled in Makefile.am until approved.
8518
8519 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8520
8521         * tests/check/elements/alsa.c: (test_device_property_probe):
8522           Fix test case: don't try to free NULL GValueArray when there
8523           are no devices.
8524
8525 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * tests/check/Makefile.am:
8528         * tests/check/elements/alsa.c: (test_device_property_probe),
8529         (alsa_suite), (main):
8530           Add simple test that runs a device property probe on alsasrc,
8531           alsasink and alsamixer. Disable valgrind check for now (too
8532           many leaks in libasound, and valgrind ignored my suppressions
8533           additions).
8534
8535 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8536
8537         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8538         (gst_alsa_device_property_probe_probe_property),
8539         (gst_alsa_device_property_probe_needs_probe),
8540         (gst_alsa_device_property_probe_get_values),
8541         (gst_alsa_type_add_device_property_probe_interface):
8542         * ext/alsa/gstalsadeviceprobe.h:
8543         * ext/alsa/gstalsamixerelement.c:
8544         (gst_alsa_mixer_element_init_interfaces):
8545         * ext/alsa/gstalsamixerelement.h:
8546           Clean up and simplify alsa device probing. Make it actually work
8547           for multiple classes. Don't cache results any longer.
8548
8549         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8550         (gst_alsasink_init):
8551         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8552         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8553         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8554           Make alsasink and alsasrc implement the GstPropertyProbe interface
8555           for device probing (#342181).
8556           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8557
8558 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8559
8560         * gst/subparse/samiparse.c: (handle_start_font):
8561           Don't ignore return value of strtol (++compiler_happiness).
8562
8563 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8564
8565         Patch by: Young-Ho Cha  <ganadist chollian net>
8566
8567         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8568         (gst_sub_parse_class_init), (gst_sub_parse_init),
8569         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8570         (convert_encoding):
8571         * gst/subparse/gstsubparse.h:
8572           Add 'encoding' property (#341681).
8573
8574         * gst/subparse/samiparse.c: (characters_sami):
8575           Output is pango markup, so we need to escape text
8576           between tags (#342143).
8577
8578 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8579
8580         * gst-libs/gst/audio/multichannel.c:
8581         (gst_audio_check_channel_positions):
8582           It's okay to have caps with channels=1 and a channel position
8583           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8584           (deinterleavers might want to keep the position in the caps,
8585           so that they can be re-interleaved again properly later).
8586           Leave check for unexpected 2-channel layouts intact for now.
8587
8588 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8589
8590         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8591         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8592         basesrc can do its job correctly.
8593
8594 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8595
8596         * ext/alsa/Makefile.am:
8597         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8598         (gst_alsa_detect_formats), (get_channel_free_structure),
8599         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8600         (gst_alsa_probe_supported_formats):
8601         * ext/alsa/gstalsa.h:
8602         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8603           Refactor and improve caps probing code: probe signedness
8604           when we probe the supported formats/widths; set endianness
8605           to the one we actually probed for (ie. cpu endianness).
8606           
8607         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8608         (gst_alsasrc_close):
8609         * ext/alsa/gstalsasrc.h:
8610           Implement caps probing for alsasrc.
8611
8612 2006-05-15  Wim Taymans  <wim@fluendo.com>
8613
8614         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8615         (theora_dec_src_query), (theora_dec_src_event),
8616         (theora_dec_sink_event), (theora_handle_comment_packet),
8617         (theora_handle_data_packet), (theora_dec_change_state):
8618         Cleanups, add some G_LIKELY.
8619         Use segment helpers instead of our own wrong code.
8620         Clear queued buffers on seek and READY.
8621
8622         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8623         (vorbis_dec_convert), (vorbis_dec_src_query),
8624         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8625         (vorbis_handle_comment_packet), (vorbis_dec_push),
8626         (vorbis_handle_data_packet), (vorbis_dec_chain),
8627         (vorbis_dec_change_state):
8628         * ext/vorbis/vorbisdec.h:
8629         Remove old useless packetno variable.
8630         Do position query properly.
8631         Add some G_LIKELY.
8632         Do cleanup of queued buffers in new helper function
8633         and use it.
8634
8635 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8636
8637         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8638           Query supported sample rates. Fixes #341732.
8639
8640 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8641
8642         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8643         (gst_decode_bin_change_state): Make decodebin reusable
8644         when going from PAUSE_TO_READY and then back to PAUSED.
8645         Fixes #331678.
8646
8647 2006-05-15  Wim Taymans  <wim@fluendo.com>
8648
8649         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8650         (vorbis_dec_convert), (vorbis_dec_src_query),
8651         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8652         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8653         (vorbis_dec_clean_queued), (vorbis_dec_push),
8654         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8655         Cleanups. Use refcounting and DEBUG_OBJECT.
8656         Reset segment on flush, use code methods instead of our
8657         own wrong version.
8658         Fix potential memleak.
8659
8660 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8661
8662         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8663         (gst_alsasink_init):
8664         * ext/alsa/gstalsasink.h:
8665           Don't leak allocated snd_output_t structure if there's
8666           more than one alsasink instance at a time (#341873).
8667           Also fix GObject macros in header file.
8668           
8669 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8670
8671         * gst/subparse/gstsubparse.c:
8672         (gst_sub_parse_data_format_autodetect):
8673           Don't use libxml functions in the typefinding code.
8674
8675 2006-05-15  Wim Taymans  <wim@fluendo.com>
8676
8677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8678         Fix seeking performance in the case where a non-header 
8679         packet has a 0 granulepos (busted theora case). 
8680         Fixes #341719
8681         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8682          the first place, you limelight stealer you)
8683
8684 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         * gst/subparse/gstsubparse.c:
8687         (gst_sub_parse_data_format_autodetect):
8688           Improve SAMI typefinding: handle case where there are
8689           whitespaces or newlines in front of the first <SAMI>
8690           tag (#169936).
8691
8692 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8693
8694         * configure.ac:
8695           Build video4linux plugin even if there's no XVIDEO, just
8696           without implementing the GstXOverlay interface (#334002).
8697          
8698 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * configure.ac:
8701         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8702         (plugin_init):
8703           Add tentative support for libvisual-0.4 (#336881).
8704
8705 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         Patch by: Young-Ho Cha <ganadist at chollian net>
8708
8709         * gst/subparse/samiparse.c: (handle_start_font):
8710           Need to map "silver" colour explicitly (#169936).
8711
8712 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8713
8714         Patch by: Young-Ho Cha  <ganadist at chollian net>
8715
8716         * gst/subparse/Makefile.am:
8717         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8718         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8719         (gst_sub_parse_format_autodetect), (feed_textbuf),
8720         (gst_subparse_type_find), (plugin_init):
8721         * gst/subparse/gstsubparse.h:
8722         * gst/subparse/samiparse.c:
8723         * gst/subparse/samiparse.h:
8724           Add support for SAMI subtitles (#169936).
8725
8726 2006-05-14  Michael Smith  <msmith@fluendo.com>
8727
8728         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8729           Fix #341696: crash when mixing L+R+C to mono or stereo.
8730         * tests/check/Makefile.am:
8731         * tests/check/elements/audioconvert.c: (set_channel_positions),
8732         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8733         (audioconvert_suite):
8734           Add test for the above, including some generic framework bits for
8735           testing multichannel things.
8736
8737 === release 0.10.7 ===
8738
8739 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8740
8741         * configure.ac:
8742           releasing 0.10.7, "Leave the gun"
8743
8744 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8745
8746         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8748         Fix the build.
8749
8750 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8751
8752         * docs/libs/gst-plugins-base-libs-docs.sgml:
8753         * docs/libs/gst-plugins-base-libs-sections.txt:
8754         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8755         * gst-libs/gst/video/video.h:
8756         * gst/videoscale/Makefile.am:
8757         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8759         * tests/check/Makefile.am:
8760         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8761         (main):
8762           Fix integer overflow problem with pixel-aspect-ratio calculations
8763           in videoscale and xvimagesink (#341542)
8764
8765 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8766
8767         * gst-libs/gst/tag/gstid3tag.c:
8768           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8769
8770 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8771
8772         * win32/MANIFEST:
8773           update win32 files listing
8774
8775 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8776
8777         patch by: Sjoerd Simons (sjoerd@luon.net)
8778
8779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8780         (group_create), (group_destroy), (add_stream),
8781         (gst_play_base_bin_get_property),
8782         (gst_play_base_bin_get_streaminfo_value_array):
8783         * gst/playback/gstplaybasebin.h:
8784           API: GstPlayBaseBin::stream-info-value-array property
8785           use a more bindings-friendly way of exposing streaminfo
8786           using a GValueArray.  Tested in ipython.
8787           Closes #341114
8788
8789 2006-05-11  Wim Taymans  <wim@fluendo.com>
8790
8791         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8792         (queue_underrun_cb), (queue_filled_cb):
8793         Also catch queue underruns but don't do anything yet.
8794         Refactor and comment queue enlarging code a bit.
8795
8796         * gst/playback/gstplaybasebin.c: (queue_overrun),
8797         (queue_threshold_reached), (queue_out_of_data),
8798         (gen_preroll_element):
8799         If a queue over/underruns check that we don't create nasty
8800         deadlocks when the min-threshold is not reached but the
8801         max-bytes is. In those cases disable max-bytes when we
8802         know that the queue is fed timed data.
8803         Add more comments.
8804
8805 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8806
8807         * gst/playback/gstplaybin.c: (gen_audio_element):
8808           Make playbin automatically plug an 'audioresample'
8809           element before the audio sink as well. This solves
8810           problems with sinks that only accept a very specific
8811           sample rate, like esdsink (e.g. #340379).
8812
8813 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8814
8815         * gst/playback/gstplaybasebin.c: (gen_source_element):
8816           Make http sources send special headers so that we receive
8817           icecast metadata if the http stream is an icecast stream
8818           (otherwise the server will just ignore them). This also
8819           means that from now on users will need the 'icydemux'
8820           element from gst-plugins-good installed if they want to
8821           listen to icecast radio streams. (#341432, #333657).
8822
8823 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8824
8825         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8826         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8827           remove stupid example from docs - it should come with a simple
8828           C program instead.
8829           Clean up/fix docs
8830         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8831         (fail_if_can_read), (GST_START_TEST),
8832         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8833           add a test for changing streamheader which exposes a bug in
8834           multifdsink
8835
8836 2006-05-11  Michael Smith  <msmith@fluendo.com>
8837
8838         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8839         (gst_gnome_vfs_src_received_headers_callback):
8840         * ext/gnomevfs/gstgnomevfssrc.h:
8841           Don't set icy-caps unless we have a sane interval value. Move
8842           interval to a local variable; we never use it outside this function.
8843
8844 2006-05-11  Wim Taymans  <wim@fluendo.com>
8845
8846         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8848         Register special buffer types along with the objects so
8849         that they are not registered at runtime from N different
8850         streaming threads since they are not threadsafe.
8851
8852 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8853
8854         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8855         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8856           add two more tests, one doing streamheader
8857
8858 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8859
8860         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8861           clean up the bufqueue when shutting down
8862         * tests/check/Makefile.am:
8863         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8864         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8865         (main):
8866           add a test for the leak that was just fixed
8867
8868 2006-05-10  Wim Taymans  <wim@fluendo.com>
8869
8870         * gst/adder/gstadder.c: (gst_adder_setcaps),
8871         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8872         (gst_adder_src_event), (gst_adder_sink_event),
8873         (gst_adder_class_init), (gst_adder_finalize),
8874         (gst_adder_request_new_pad), (gst_adder_collected):
8875         * gst/adder/gstadder.h:
8876         Updated some docs. Added comments and FIXMEs all over the place.
8877         Improve debugging info.
8878         Fix leak on finalize by not calling the parent.
8879         Implement duration query.
8880         Make event forwarding threadsafe.
8881         Correctly send NEWSEGMENT at start and after flush.
8882         Handle EOS correctly.
8883         Post error when not negotiated.
8884
8885         * tests/check/elements/adder.c: (GST_START_TEST):
8886         Added FIXME in the test.
8887
8888 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8889
8890         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8891         (gst_text_overlay_halign_get_type),
8892         (gst_text_overlay_wrap_mode_get_type):
8893         * ext/theora/theoradec.c: (theora_handle_type_packet),
8894         (theora_handle_data_packet):
8895         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8896         (theora_enc_sink_setcaps), (theora_enc_chain):
8897         * gst-libs/gst/cdda/gstcddabasesrc.c:
8898         (gst_cdda_base_src_mode_get_type):
8899         * gst/audiotestsrc/gstaudiotestsrc.c:
8900         (gst_audiostestsrc_wave_get_type):
8901         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8902         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8903         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8904         (gst_sync_method_get_type), (gst_unit_type_get_type),
8905         (gst_client_status_get_type):
8906         * gst/videoscale/gstvideoscale.c:
8907         (gst_video_scale_method_get_type):
8908         * gst/videotestsrc/gstvideotestsrc.c:
8909         (gst_video_test_src_pattern_get_type):
8910         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8911         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8912         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8913         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8914         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8915         (paint_setup_RGB565), (paint_setup_xRGB1555):
8916           Const-ify GEnumValue and GFlagsValue arrays. Use
8917           GST_ROUND_UP_* macros instead of home-made ones.
8918
8919 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8920
8921         * configure.ac:
8922           Require core CVS for the new newsegment stuff.
8923
8924 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8925
8926         Patch by: Sjoerd Simons  <sjoerd at luon net>
8927
8928         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8929           Register nick for enum value (#341160).
8930
8931 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8932
8933         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8934         (plugin_init):
8935          backout typefind patch #340375
8936          
8937         * tests/check/elements/adder.c: (message_received),
8938         (GST_START_TEST), (adder_suite):
8939           redo, signal-handling of test
8940
8941 2006-05-09  Wim Taymans  <wim@fluendo.com>
8942
8943         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8944         (gst_adder_collected):
8945         * gst/adder/gstadder.h:
8946         Remove bogus segment merging and forwarding, we don't
8947         care about timestamps anyway and we just produce a
8948         continuous stream. 
8949         Also create a nice NEWSEGMENT event when we start.
8950         Use _scale_int some more.
8951
8952 2006-05-09  Edward Hervey  <edward@fluendo.com>
8953
8954         * tests/icles/stress-xoverlay.c:
8955         Fix if core was built without parsing support.
8956
8957 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8958
8959         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8960           Add SEDG (Samsung MPEG-4) fourcc.
8961
8962 2006-05-09  Edward Hervey  <edward@fluendo.com>
8963
8964         * tests/icles/stress-xoverlay.c:
8965         * tests/examples/volume/volume.c:
8966         Fix if core was built without parsing support.
8967
8968         * tests/examples/seek/seek.c:
8969         Disable the parse_launch example if core was built without parsing
8970         support.
8971
8972 2006-05-08  Edward Hervey  <edward@fluendo.com>
8973
8974         * autogen.sh: (CONFIGURE_DEF_OPT): 
8975         libtoolize on Darwin/MacOSX is called glibtoolize
8976
8977 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8978
8979         * tests/check/Makefile.am:
8980         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8981           Disable the adder test, until the build-slaves posses the kindness to 
8982           either like it or to give valid reason for not doing so 
8983
8984 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8985
8986         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8987         (adder_suite):
8988           Shuffle NULL state change around and raise timeout more
8989
8990 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8991
8992         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8993         (mp4_type_find), (plugin_init):
8994           Add typefind to distinguish between "audio/x-m4a" and new type
8995           "video/mp4". Fixes #340375
8996
8997         * tests/check/elements/adder.c: (adder_suite):
8998           Raise timeout to make buildbot happy
8999
9000 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
9001
9002         * gst/adder/gstadder.c: (gst_adder_sink_event),
9003         (gst_adder_request_new_pad), (gst_adder_change_state):
9004         * gst/adder/gstadder.h:
9005         * tests/check/Makefile.am:
9006         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
9007         (adder_suite), (main):
9008           Add sink-event handling to adder. It tries to merge incomming
9009           newsegment-events. Added test to check if segment_done is comming
9010           through. Fixes #340060
9011
9012 2006-05-05  Andy Wingo  <wingo@pobox.com>
9013
9014         * ext/theora/theoraparse.c (gst_theora_parse_init)
9015         (theora_parse_src_convert, theora_parse_src_query):
9016         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
9017         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
9018         query functions on the source pads of the theora and vorbis parse
9019         elements. Fixes position querying when doing a remux.
9020
9021 2006-05-05  Michael Smith  <msmith@fluendo.com>
9022
9023         * ext/theora/theoraparse.c: (parse_granulepos),
9024         (theora_parse_drain_queue_prematurely),
9025         (theora_parse_queue_buffer), (theora_parse_sink_event):
9026           Fix flushing.
9027           Fix invalid granulepos outputs when starting with a non-keyframe.
9028
9029 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
9030
9031         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
9032         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
9033         Rearrange MPEG system stream detection, fixing some memleaks in the
9034         process.
9035         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
9036         they clean up their data correctly.
9037         Remove unused ogganx caps and move the 'is_annodex' check to inside
9038         the 'is_ogg' if statement.
9039
9040 2006-05-05  Wim Taymans  <wim@fluendo.com>
9041
9042         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
9043         Properly remove ghostpads. Fixes #340392
9044
9045 2006-05-04  David Schleef  <ds@schleef.org>
9046
9047         * gst/typefind/gsttypefindfunctions.c:
9048
9049 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
9050
9051         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9052         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
9053
9054         When typefinding an MP3 in push-based mode, don't penalise the
9055         probability down to 74% when we found 5 valid frames just because we
9056         can't peek the end of the file.
9057
9058         Make the probability for detecting MPEG Transport Streams based on the
9059         number of sequential headers we successfully detected.
9060
9061 2006-05-03  Wim Taymans  <wim@fluendo.com>
9062
9063         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9064         (vorbis_dec_push), (vorbis_dec_chain):
9065         Still produce an error when we receive an empty packet.
9066
9067 2006-05-03  Wim Taymans  <wim@fluendo.com>
9068
9069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9070         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
9071         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
9072         Mark buffers with DISCONT after seek and after activating new
9073         chains.
9074
9075         * ext/theora/gsttheoradec.h:
9076         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9077         (theora_get_query_types), (theora_dec_sink_event),
9078         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
9079         (theora_dec_change_state):
9080         Fix frame counter.
9081         Detect and mark DISCONT buffers.
9082
9083         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9084         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
9085         (vorbis_dec_change_state):
9086         * ext/vorbis/vorbisdec.h:
9087         Use GstSegment.
9088         Detect and mark DISCONT buffers.
9089         Don't crash on 0 sized buffers.
9090
9091 2006-05-03  Wim Taymans  <wim@fluendo.com>
9092
9093         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
9094         (volume_transform_ip):
9095         Increase "volume" property to 10.0. Fixes #340369.
9096         Set the process function to NULL when capsnego fails so that
9097         we properly error out.
9098
9099 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9100
9101         * gst/playback/gstplaybin.c: (add_sink):
9102         * gst/playback/test.c: (main):
9103         * gst/playback/test5.c: (dump_element_stats):
9104         * gst/playback/test6.c: (main):
9105           free caps using gst_caps_unref, don't leak caps-strings
9106
9107 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9108
9109         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
9110         (plugin_init):
9111           Refine musepack typefinding a bit. Return MAXIMUM
9112           probability when we detect stream version 7 to make
9113           sure the mpeg audio typefinder doesn't trump us.
9114
9115 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9116
9117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9118           Protect against unexpected NULL strf_data buffer.
9119
9120 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9121
9122         * tests/check/elements/audioconvert.c: (verify_convert),
9123         (GST_START_TEST):
9124           interpret the out[] buffer in the order the bytes are actually
9125           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
9126           Other tests should use BYTE_ORDER since the array is filled in
9127           with actual values
9128
9129 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9130
9131         * tests/check/elements/audioconvert.c: (verify_convert),
9132         (GST_START_TEST):
9133           when a test fails, give an indication of which it is
9134
9135 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9136
9137         * gst-libs/gst/cdda/gstcddabasesrc.c:
9138           compile fix; strtol() needs <stdlib.h>
9139
9140 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9141
9142         * ext/alsa/gstalsamixerelement.c:
9143         * ext/alsa/gstalsasrc.c:
9144         * ext/cdparanoia/gstcdparanoiasrc.c:
9145         * ext/gnomevfs/gstgnomevfssink.c:
9146         * ext/gnomevfs/gstgnomevfssrc.c:
9147         * ext/ogg/gstoggdemux.c:
9148         * ext/ogg/gstoggmux.c:
9149         * ext/ogg/gstoggparse.c:
9150         * ext/ogg/gstogmparse.c:
9151         * ext/pango/gstclockoverlay.c:
9152         * ext/pango/gsttextoverlay.c:
9153         * ext/pango/gsttextrender.c:
9154         * ext/pango/gsttimeoverlay.c:
9155         * ext/theora/theoradec.c:
9156         * ext/theora/theoraenc.c:
9157         * ext/vorbis/vorbisdec.c:
9158         * ext/vorbis/vorbisenc.c:
9159         * gst-libs/gst/audio/gstaudiofilter.c:
9160         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9161         * gst/audioconvert/gstaudioconvert.c:
9162         * gst/audiorate/gstaudiorate.c:
9163         * gst/audioresample/gstaudioresample.c:
9164         * gst/audiotestsrc/gstaudiotestsrc.c:
9165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9166         * gst/playback/gstdecodebin.c:
9167         * gst/playback/gstplaybin.c:
9168         * gst/playback/gststreamselector.c:
9169         * gst/subparse/gstsubparse.c:
9170         * gst/tcp/gstmultifdsink.c:
9171         * gst/tcp/gsttcpclientsink.c:
9172         * gst/tcp/gsttcpclientsrc.c:
9173         * gst/tcp/gsttcpserversink.c:
9174         * gst/tcp/gsttcpserversrc.c:
9175         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9176         * gst/videorate/gstvideorate.c:
9177         * gst/videoscale/gstvideoscale.c:
9178         * gst/videotestsrc/gstvideotestsrc.c:
9179         * gst/volume/gstvolume.c:
9180         * sys/v4l/gstv4ljpegsrc.c:
9181         * sys/v4l/gstv4lmjpegsink.c:
9182         * sys/v4l/gstv4lmjpegsrc.c:
9183         * sys/v4l/gstv4lsrc.c:
9184         * sys/ximage/ximagesink.c:
9185         * sys/xvimage/xvimagesink.c:
9186         * tests/check/libs/cddabasesrc.c:
9187           make GstElementDetails const
9188
9189 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9190
9191         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9192         (gst_adder_init):
9193           send events from src-pad to all sink-pads fixes #338657
9194
9195 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9196
9197         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
9198         (alsasink_parse_spec):
9199           query width capabilities from alsa, fixes #338919
9200
9201 2006-04-28  Wim Taymans  <wim@fluendo.com>
9202
9203         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
9204         (gst_multi_fd_sink_remove_client_link):
9205         * gst/tcp/gstmultifdsink.h:
9206         Fix race condition in multifdsink that can lead to spurious 
9207         duplicate clients. this patch adds a new signal that is fired when
9208         multifdsink has removed all references to the fd.
9209         Fixes #339574.
9210         Updated documentation.
9211         API: client-fd-removed signal added
9212
9213 2006-04-28  Michael Smith  <msmith@fluendo.com>
9214
9215         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
9216           When asking g_value_array_new to prealloc elements, we may as well
9217           ask for the right number of elements.
9218
9219 2006-04-28  Wim Taymans  <wim@fluendo.com>
9220
9221         * gst-libs/gst/audio/gstbaseaudiosink.c:
9222         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
9223         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9224         patch to make timestamp checking more tollerant to rounding 
9225         errors given that real discontinuities are to be marked on
9226         buffers. Fixes some asf files and #338778.
9227         Also avoid some crashers when we receive an event in the 
9228         NULL state.
9229
9230 2006-04-28  Michael Smith  <msmith@fluendo.com>
9231
9232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9233         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9234         (gst_gnome_vfs_src_get_property),
9235         (gst_gnome_vfs_src_send_additional_headers_callback),
9236         (gst_gnome_vfs_src_received_headers_callback),
9237         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
9238         (gst_gnome_vfs_src_stop):
9239         * ext/gnomevfs/gstgnomevfssrc.h:
9240           Remove ICY handling (mostly) from gnomevfssrc, in favour of
9241           proper shared support within icydemux.
9242
9243 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9244
9245         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
9246         (gst_video_rate_swap_prev), (gst_video_rate_chain):
9247           fix up docs
9248           fix a leak when no caps negotiated
9249           fix counting of input frames
9250         * tests/check/elements/.cvsignore:
9251         * tests/check/elements/videorate.c: (assert_videorate_stats),
9252         (GST_START_TEST), (videorate_suite):
9253           add tests for these
9254
9255 2006-04-28  Wim Taymans  <wim@fluendo.com>
9256
9257         * gst-libs/gst/audio/gstringbuffer.c:
9258         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9259         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9260         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9261         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9262         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9263         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9264         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9265         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9266         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9267         Check arguments passed to public functions instead of
9268         crashing.
9269
9270 2006-04-28  Wim Taymans  <wim@fluendo.com>
9271
9272         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9273         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9274         GstBaseAudioSrc must be live or it does not work.
9275
9276         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9277         Don't set live to TRUE as this is the default in the parentclass.
9278
9279 2006-04-28  Wim Taymans  <wim@fluendo.com>
9280
9281         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9282         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9283         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9284         fixation cases better. Fixes #338991
9285
9286 2006-04-28  Wim Taymans  <wim@fluendo.com>
9287
9288         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9289         Handle 0/1 framerate correctly Fixes #331901.
9290
9291 2006-04-28  Wim Taymans  <wim@fluendo.com>
9292
9293         * tests/check/elements/audioconvert.c: (get_float_caps),
9294         (GST_START_TEST), (audioconvert_suite):
9295         Added check for correct clipping when doing float samples
9296         in audioconvert.
9297
9298 2006-04-28  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9301         (gst_video_rate_chain):
9302         Print more debugging info.
9303
9304 2006-04-28  Wim Taymans  <wim@fluendo.com>
9305
9306         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9307         (resample_set_state_from_caps):
9308         Add support for other formats audioresample can handle such as
9309         32 bits in and float and 64 bits float. Fixes #301759
9310
9311 2006-04-28  Wim Taymans  <wim@fluendo.com>
9312
9313         * gst/audioconvert/audioconvert.c: (float):
9314         correctly clip float samples > 1.0. Fixes #338718
9315
9316 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9317
9318         Patch by: Young-Ho Cha  <ganadist at chollian net>
9319
9320         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9321         (gst_text_overlay_render_text):
9322           Don't strip newlines from the text. Also, center lines
9323           within multi-line paragraphs (#339405).
9324
9325 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9326
9327         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9328           Fix wavpack typefinding to work in more cases (don't peek
9329           for chunks of multiple hundred kBs at once, but process
9330           things step-by-step in smaller units). Fixes #339786.
9331
9332 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9333
9334         * configure.ac:
9335           back to HEAD
9336
9337 === release 0.10.6 ===
9338
9339 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9340
9341         * configure.ac:
9342           releasing 0.10.6, "Chao"
9343
9344 2006-04-26  David Schleef  <ds@schleef.org>
9345
9346         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9347           Fixes #338897.
9348
9349 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9350
9351         * configure.ac:
9352         * win32/common/config.h:
9353           new prerelease
9354
9355 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9356
9357         patch by: Wim Taymans
9358
9359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9360         (gst_ogg_demux_perform_seek):
9361           make sure correct newsegments are sent, so that the decoder
9362           and the demuxer agree on timestamps.  Fixes playback of a lot
9363           of Ogg files that do not start from 0.  Fixes #339833.
9364
9365 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9366
9367         Patch by: Edward Hervey  <edward@fluendo.com>
9368
9369         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9370         * tests/check/Makefile.am:
9371         * tests/check/elements/videorate.c: (assert_videorate_stats),
9372         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9373         (videorate_suite), (main):
9374           Fix an infinite loop if frames are passed in with wrongly ordered
9375           timestamps.  Fixes #339013.
9376
9377 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9378
9379         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9382           fix typefinding on some ISO files.  Fixes #339212.
9383
9384 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9385
9386         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9387
9388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9389           add another H264 fourcc.  Fixes #339047.
9390
9391 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9392
9393         Patch by: Jan Schmidt
9394
9395         * gst/playback/gststreamselector.c:
9396         (gst_stream_selector_bufferalloc):
9397           Restore old StreamSelector behaviour.
9398           Fixes #338419.
9399
9400 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9401
9402         * configure.ac:
9403         * win32/common/config.h:
9404           prerelease
9405
9406 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9407
9408         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9409
9410         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9411         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9412           Fix some memory leaks: on finalize, free buffers left in the queue
9413           before destroying the queue; in _push(), unref rtp_buf even if
9414           the process vfunc returned a NULL buffer as output buffer (#337548);
9415           demote some recuring debug messages to LOG level.
9416
9417 2006-04-11  Wim Taymans  <wim@fluendo.com>
9418
9419         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9420         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9421         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9422         (gst_ogg_demux_loop):
9423         More cleanups.
9424         Respect segment stop when emiting EOS or SEGMENT_DONE.
9425         Fixes (#337945).
9426
9427 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * gst/playback/gststreamselector.c:
9430         (gst_stream_selector_get_property):
9431           Don't leak pad name.
9432
9433 2006-04-10  Michael Smith  <msmith@fluendo.com>
9434
9435         * tests/check/Makefile.am:
9436         * tests/check/gst-plugins-base.supp:
9437           Suppress an old libtheora bug (fixed in more recent versions), so 
9438           that FC4 buildslaves can pass.
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_init), (gst_ogg_demux_finalize),
9445         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9446         (gst_ogg_demux_loop):
9447         Don't leak events.
9448         Remember what error we got when finding chains, if we
9449         were shutdown, that would not be an error.
9450
9451 2006-04-10  Wim Taymans  <wim@fluendo.com>
9452
9453         * gst-libs/gst/audio/gstbaseaudiosink.c:
9454         (gst_base_audio_sink_event):
9455         Starting the ringbuffer when we did not acquire it can cause
9456         a deadlock, is pointless and causes nasty things for
9457         subclasses. 
9458         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9459
9460 2006-04-10  Wim Taymans  <wim@fluendo.com>
9461
9462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9463         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9464         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9465         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9466         (gst_ogg_demux_deactivate_current_chain),
9467         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9468         (gst_ogg_demux_bisect_forward_serialno),
9469         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9470         Add some more debugging.
9471
9472 2006-04-10  Wim Taymans  <wim@fluendo.com>
9473
9474         * ext/theora/theoradec.c: (theora_dec_src_event),
9475         (theora_handle_data_packet):
9476         Some more debug info.
9477
9478         * tests/examples/seek/seek.c: (start_seek), (main):
9479         Print element messages too.
9480
9481 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9482
9483         * gst/audioresample/debug.h:
9484           replace debug macros with variable number of parameters
9485           by a simple alias to gstreamer standard debug macros 
9486          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9487           supported by MSVC 6.0 and 7.1)
9488         * gst/audioresample/resample.h:
9489           define M_PI and rint for WIN32
9490         * win32/common/libgstaudio.def:
9491         * win32/common/libgstriff.def:
9492         * win32/common/libgsttag.def:
9493         * win32/common/libgstvideo.def:
9494           add new exported functions
9495         * win32/vs6:
9496           update project files
9497
9498 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9499
9500         * ext/alsa/gstalsamixeroptions.c:
9501         (gst_alsa_mixer_options_class_init):
9502         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9505         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9506         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9507         * gst-libs/gst/audio/gstaudiofilter.c:
9508         (gst_audio_filter_class_init):
9509         * gst-libs/gst/audio/gstaudiosink.c:
9510         (gst_audioringbuffer_class_init):
9511         * gst-libs/gst/audio/gstaudiosrc.c:
9512         (gst_audioringbuffer_class_init):
9513         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9514         * gst-libs/gst/interfaces/colorbalancechannel.c:
9515         (gst_color_balance_channel_class_init):
9516         * gst-libs/gst/interfaces/mixeroptions.c:
9517         (gst_mixer_options_class_init):
9518         * gst-libs/gst/interfaces/mixertrack.c:
9519         (gst_mixer_track_class_init):
9520         * gst-libs/gst/interfaces/tunerchannel.c:
9521         (gst_tuner_channel_class_init):
9522         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9523         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9524         (gst_netbuffer_class_init):
9525         * gst-libs/gst/rtp/gstbasertppayload.c:
9526         (gst_basertppayload_class_init):
9527         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9529         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9530         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9531         * gst/playback/gststreamselector.c:
9532         (gst_stream_selector_class_init):
9533         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9534         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9535         * sys/v4l/gstv4lcolorbalance.c:
9536         (gst_v4l_color_balance_channel_class_init):
9537         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9538         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9539         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9540         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9541         (gst_v4l_tuner_norm_class_init):
9542         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9544         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9545         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9546
9547 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9548
9549         * ext/pango/gsttextrender.h:
9550         * gst-libs/gst/audio/gstaudiosink.h:
9551         * gst-libs/gst/audio/gstaudiosrc.h:
9552         * gst-libs/gst/audio/gstbaseaudiosink.h:
9553         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9554         * gst-libs/gst/audio/gstringbuffer.h:
9555         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9556         * gst-libs/gst/rtp/gstbasertppayload.h:
9557         * gst-libs/gst/video/gstvideofilter.h:
9558         * gst-libs/gst/video/gstvideosink.h:
9559         * gst/playback/gstplaybasebin.h:
9560         * gst/tcp/gstmultifdsink.h:
9561         * sys/v4l/gstv4lelement.h:
9562         Fix broken GObject macros
9563
9564 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9565
9566         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9567         More debug to trace why my USB headset is not working with gst
9568
9569 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9570
9571         * gst/playback/gstplaybasebin.c: (group_destroy):
9572         Clean up our group elements properly in the case where it never 
9573         got committed - it still got added unconditionally to the bin.
9574
9575 2006-04-07  Wim Taymans  <wim@fluendo.com>
9576
9577         * ext/theora/theoradec.c: (theora_dec_sink_event),
9578         (theora_handle_data_packet), (theora_dec_chain):
9579         Unref unhandled events.
9580         Protect against empty buffers.
9581         Perform QoS on running time.
9582
9583 2006-04-07  Michael Smith  <msmith@fluendo.com>
9584
9585         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9586         (gst_vorbis_enc_chain):
9587           Remove leaks from vorbisenc.
9588           Mostly minor changes, the only significant one is that now the
9589           buffers we set as 'streamheader' on the caps are copies of the
9590           original buffers, to avoid circular refcounting problems.
9591
9592 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9593
9594         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9595           Don't remove our mute-probe if someone else already did so.
9596           Don't set a 2nd one if there is already one pending on the pad.
9597
9598         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9599         (do_playbin_seek):
9600           When a seek fails, ensure that playbin is still set back to playing.
9601           
9602         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9603         (mpeg_ts_type_find), (plugin_init):
9604           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9605
9606 2006-04-06  Andy Wingo  <wingo@pobox.com>
9607
9608         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9609         (gst_video_rate_init): Caps-related parameters should not be reset
9610         by a flush -- move their inits to the instance init function.
9611         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9612         is not OK, just return the result.
9613
9614         * gst/audiotestsrc/gstaudiotestsrc.c
9615         (gst_audio_test_src_class_init)
9616         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9617         broken by Stefan's commit on 24 March.
9618
9619         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9620         buffers being pushed out. Fixes oggmux ! multifdsink.
9621
9622 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9623
9624         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9625         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9626         * ext/vorbis/vorbisdec.h:
9627         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9628         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9629         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9630         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9631         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9632         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9633         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9634         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9635         (gst_vorbis_enc_buffer_from_packet),
9636         (gst_vorbis_enc_buffer_from_header_packet),
9637         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9638         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9639         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9640         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9641         (gst_vorbis_enc_change_state):
9642         * ext/vorbis/vorbisenc.h:
9643           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9644           vorbisenc adhere to the official nomenclature; use boilerplate
9645           macro.
9646
9647 2006-04-04  Andy Wingo  <wingo@pobox.com>
9648
9649         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9650         Whoops, fix bug introduced. Bad hacker!
9651         
9652         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9653         Properly handle the case where you get EOS before any buffers are
9654         received. Use gst_buffer_make_metadata_writable where appropriate.
9655
9656         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9657         is often negative -- make it signed so as not to wrap around.
9658         Fixes segfaults introduced on 9 March.
9659
9660 2006-04-03  Wim Taymans  <wim@fluendo.com>
9661
9662         * ext/theora/gsttheoradec.h:
9663         * ext/theora/theoradec.c: (theora_dec_src_event):
9664         Don't try to store a gdouble in a gboolean.
9665         Small cleanups.
9666
9667 2006-04-03  Michael Smith  <msmith@fluendo.com>
9668
9669         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9670           Oggmux sucks.
9671           Make it suck slightly less by writing out the final page.
9672           Still can't encode a vorbis-in-ogg file correctly, though.
9673
9674 2006-04-03  Andy Wingo  <wingo@pobox.com>
9675
9676         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9677         a g_print.
9678
9679         * ext/theora/theora.c (plugin_init): Register theoraparse.
9680
9681         * ext/theora/gsttheoraparse.h: 
9682         * ext/theora/theoraparse.c: New files implementing a theora
9683         parser. Now we can properly remux ogg/theora+vorbis, yay.
9684
9685         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9686
9687 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9688
9689         * gst/audiotestsrc/gstaudiotestsrc.c:
9690           Fixed the sample pipeline (see #323798)
9691
9692 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9693
9694         * configure.ac:
9695         * win32/common/config.h:
9696         * win32/common/config.h.in:
9697           use AS_VERSION and AS_NANO
9698           more cleanups
9699
9700 2006-03-31  Andy Wingo  <wingo@pobox.com>
9701
9702         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9703         uninitialized variable return that would happen.
9704         
9705         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9706         uninitialized variable return that would never happen.
9707
9708         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9709         (vorbis_parse_sink_event): Add an event function to flush our
9710         state on a seek, and to drain buffers on a premature EOS.
9711         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9712         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9713         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9714         (vorbis_parse_drain_queue): Queue up buffers until we can set
9715         their timestamps and granulepos values.
9716
9717         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9718         and keep track of data needed for deriving granulepos and
9719         timestamps for buffers.
9720
9721 2006-03-29  Wim Taymans  <wim@fluendo.com>
9722
9723         Patch by: j^ <j at bootlab dot org>
9724
9725         * ext/alsa/gstalsamixerelement.c:
9726         (gst_alsa_mixer_element_class_init):
9727         * ext/alsa/gstalsasink.c:
9728         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9729         * ext/ogg/gstoggdemux.c:
9730         * ext/ogg/gstoggmux.c:
9731         * ext/ogg/gstoggparse.c:
9732         * ext/pango/gstclockoverlay.c:
9733         * ext/pango/gsttextoverlay.c:
9734         * ext/pango/gsttextrender.c:
9735         * ext/pango/gsttimeoverlay.c:
9736         * ext/theora/theoradec.c:
9737         * ext/theora/theoraenc.c:
9738         * ext/vorbis/vorbisdec.c:
9739         * ext/vorbis/vorbisenc.c:
9740         * gst/audioconvert/gstaudioconvert.c:
9741         * gst/subparse/gstsubparse.c:
9742         * gst/tcp/gstmultifdsink.c:
9743         * gst/tcp/gsttcpclientsink.c:
9744         * gst/tcp/gsttcpclientsrc.c:
9745         * gst/tcp/gsttcpserversink.c:
9746         * gst/tcp/gsttcpserversrc.c:
9747           better/unified long descriptions
9748           Fixes #336477
9749
9750 2006-03-29  Wim Taymans  <wim@fluendo.com>
9751
9752         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9753         (stop_seek):
9754         Don't let double and triple clicks mess up our state.
9755
9756 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9757
9758         * gst/playback/gstplaybin.c: (gen_video_element),
9759         (gen_text_element), (gen_audio_element), (gen_vis_element):
9760           Error out gracefully when we can't create any of the usual
9761           conversion elements for some reason. Also, don't try to
9762           create an audioscale (sic) element that's not used anyway.
9763
9764 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9765
9766         * gst/playback/gstplaybasebin.c: (setup_source):
9767           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9768           element for a particular protocol, that's confusing for users.
9769           Instead, post a RESOURCE_FAILED error, so that our own error
9770           message is actually shown in totem etc. (#336303).
9771
9772 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9773
9774         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9775
9776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9777         (gst_gnome_vfs_src_get_icy_metadata):
9778           Fix some minor memory leaks (#336194).
9779
9780 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9781
9782         * ext/gnomevfs/gstgnomevfs.c:
9783         (gst_gnome_vfs_location_to_uri_string):
9784         * ext/gnomevfs/gstgnomevfs.h:
9785         * ext/gnomevfs/gstgnomevfssink.c:
9786         (gst_gnome_vfs_sink_set_property):
9787         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9788           Make gnomevfssink accept filenames as well as URIs for the
9789           "location" property, just like gnomevfssrc does (and
9790           filesrc/filesink do) (#336190).
9791
9792 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9793
9794         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9795           set to NULL before unreffing, fixes a valgrind leak.
9796           Why was this not triggering the error that an object needs to
9797           be NULL before unreffing ?
9798         * win32/common/config.h:
9799           update
9800
9801 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9802
9803         * gst/subparse/gstsubparse.c: (convert_encoding),
9804         (gst_sub_parse_change_state):
9805         * gst/subparse/gstsubparse.h:
9806           Text subtitle files may or may not be UTF-8. If it's not, we
9807           don't really want to see '?' characters in place of non-ASCII
9808           characters like accented characters. So let's assume the input
9809           is UTF-8 until we come across text that is clearly not. If it's
9810           not UTF-8, we don't really know what it is, so try the following:
9811           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9812           is set; if not, check (b) if the current locale encoding is
9813           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9814           the current locale encoding is UTF-8 and the environment variable
9815           was not set to any particular encoding. Not perfect, but better
9816           than nothing (and better than before, I think) (fixes #172848).
9817
9818 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9819
9820         * configure.ac:
9821           update core requirement to 0.10.4.1 because of async_playback
9822           vmethod on GstBaseSink
9823
9824 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9825
9826         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9827         * gst/adder/gstadder.c: (gst_adder_init):
9828         use DEBUG_FUNCPTR for collectpads
9829
9830 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9831
9832         * docs/plugins/Makefile.am:
9833         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9834         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9835         * ext/cdparanoia/gstcdparanoiasrc.c:
9836         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9837         (gst_gnome_vfs_sink_class_init):
9838         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9839         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9840         * ext/ogg/gstoggmux.c:
9841         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9842         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9843         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9844         * ext/pango/gsttextoverlay.c:
9845         * ext/pango/gsttextrender.c:
9846         * ext/theora/theoradec.c:
9847         * ext/theora/theoraenc.c:
9848         * ext/vorbis/vorbisdec.c:
9849         * ext/vorbis/vorbisenc.c:
9850         * gst-libs/gst/audio/gstaudiofilter.c:
9851         (gst_audio_filter_base_init):
9852         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9853         (gst_audio_filter_template_base_init):
9854         * gst/adder/gstadder.c: (gst_adder_get_type):
9855         * gst/adder/gstadder.h:
9856         * gst/audioconvert/gstaudioconvert.c:
9857         * gst/audiotestsrc/gstaudiotestsrc.c:
9858         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9859         (gst_audio_test_src_create):
9860         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9861         * gst/playback/gstdecodebin.c:
9862         * gst/playback/gstplaybin.c:
9863         * gst/playback/gststreamselector.c:
9864         (gst_stream_selector_base_init):
9865         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9866         * gst/volume/gstvolume.c:
9867         * sys/v4l/gstv4lmjpegsink.c:
9868         * sys/v4l/gstv4lmjpegsrc.c:
9869         * tests/check/libs/cddabasesrc.c:
9870         * tests/old/examples/gob/gst-identity2.gob:
9871           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9872           define GstElementDetails at the top
9873
9874 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9875
9876         * win32/common/libgstinterfaces.def:
9877         Add a lot of export functions for gst-python
9878         * win32/vs6/libgstinterfaces.dsp:
9879         Add a missing include folder in the project configuration
9880         
9881 2006-03-23  Wim Taymans  <wim@fluendo.com>
9882
9883         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9884         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9885         (gst_base_audio_src_change_state):
9886         Fix audio sources, forgot to make the ringbuffer
9887         startable...
9888
9889 2006-03-23  Wim Taymans  <wim@fluendo.com>
9890
9891         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9892         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9893         (gst_base_audio_src_change_state):
9894         unparent instead of unref the ringbuffer.
9895
9896 2006-03-23  Wim Taymans  <wim@fluendo.com>
9897
9898         * gst-libs/gst/audio/gstbaseaudiosink.c:
9899         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9900         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9901         Implement new async_play vmethod to start slaving and allow
9902         playback start in case of async PLAY state changes. 
9903
9904         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9905         Enable QoS with new method in base class.
9906
9907 2006-03-23  Wim Taymans  <wim@fluendo.com>
9908
9909         Patch by: Julien MOUTTE <julien at moutte dot net>
9910
9911         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9912         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9913         Partially handle 0 framerate, only EOS after the first frame
9914         is missing.
9915
9916 2006-03-23  Wim Taymans  <wim@fluendo.com>
9917
9918         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9919
9920         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9921         (gst_riff_create_video_template_caps):
9922         * gst/ffmpegcolorspace/avcodec.h:
9923         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9924         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9925         (gst_ffmpegcsp_avpicture_fill):
9926         * gst/ffmpegcolorspace/imgconvert.c:
9927         Patch for support of YVU9 AVI files (#334822)
9928
9929 2006-03-22  Edward Hervey  <edward@fluendo.com>
9930
9931         * docs/design/design-decodebin.txt:
9932         Added design document for new decodebin
9933         (Target Caps): text/x-pango-markup is also a default target caps.
9934
9935 2006-03-22  Wim Taymans  <wim@fluendo.com>
9936
9937         * gst-libs/gst/audio/gstbaseaudiosink.c:
9938         (gst_base_audio_sink_dispose):
9939         Since we _parent the ringbuffer, we also need to
9940         _unparent instead of a plain _unref.
9941
9942 2006-03-22  Wim Taymans  <wim@fluendo.com>
9943
9944         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9945         (stop_seek), (scrub_toggle_cb), (main):
9946         Add scrub checkbox.
9947
9948 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9949
9950         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9951         (gst_ogg_parse_chain):
9952           Fix very inefficient usage of linked lists (#335365).
9953
9954 2006-03-21  Edward Hervey  <edward@fluendo.com>
9955
9956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9957         * gst/playback/gstplaybin.c: (handoff):
9958         * gst/playback/gststreamselector.c:
9959         (gst_stream_selector_set_property):
9960         gcc 4.1 unreferenced pointer fixes.
9961         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9963         gst_buffer_ref() now takes a GstBuffer*.
9964
9965 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9966
9967         * sys/xvimage/xvimagesink.c:
9968         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9969         by Jan Schmidt.
9970
9971 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9974         (id3v1_type_find), (apetag_type_find), (plugin_init):
9975           Can't do tag preferences via probability, as tags would then
9976           lose against types that are recognised with MAXIMUM probability
9977           (like .wav); so let all tag typefinders return MAXIMUM themselves
9978           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9979           that we can prefer APE to ID3v1 (fixes #335028).
9980           
9981 2006-03-17  Wim Taymans  <wim@fluendo.com>
9982
9983         * gst-libs/gst/audio/gstbaseaudiosink.c:
9984         (gst_base_audio_sink_change_state):
9985         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9986         (gst_ring_buffer_may_start):
9987         * gst-libs/gst/audio/gstringbuffer.h:
9988         Only start playback if we are playing.
9989         should fix #330748.
9990
9991 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9992
9993         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9994         * win32/common/config.h:
9995           Revert accidental commits to these files.
9996
9997 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10000
10001         * tests/Makefile.am:
10002           Don't try to build tests in tests/icles if we
10003           don't have X (#323852)
10004
10005 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10006
10007         * gst-libs/gst/tag/gstid3tag.c:
10008           Add TXXX frame identifiers for replaygain stuff as used
10009           by some taggers (see #323721).
10010
10011 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
10012
10013         * gst/playback/gststreamselector.c:
10014         (gst_stream_selector_set_property),
10015         (gst_stream_selector_bufferalloc):
10016           Preserve the existing buggy streamselector behaviour by performing
10017           a fallback buffer allocation when downstream isn't linked yet.
10018           This should really be fixed in playbin by blocking pads until it's
10019           linked them.
10020           Also, use gst_pad_alloc_buffer instead of
10021           gst_pad_alloc_buffer_and_set.
10022
10023 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10024
10025         * gst-libs/gst/tag/gstid3tag.c:
10026           Don't crash on unknown ID3v2 TXXX frames.
10027           
10028 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
10029
10030         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
10031           Chain up to the parent finalize method.
10032           Add 32-bit sample size to the template caps.
10033
10034         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10035         (gst_riff_create_video_template_caps):
10036           Add the fourcc that the VMWare codec uses.
10037           
10038         * gst/playback/gststreamselector.c:
10039         (gst_stream_selector_set_property),
10040         (gst_stream_selector_bufferalloc),
10041         (gst_stream_selector_request_new_pad):
10042           For the active pad, forward buffer-alloc requests, otherwise
10043           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
10044           having to memcpy every frame when used by playbin.
10045
10046         * gst/tcp/gstmultifdsink.c:
10047         (gst_multi_fd_sink_handle_client_write):
10048           Get negotiated caps from the sink pad, rather than the sink
10049           pad's peer.
10050
10051 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10054         
10055         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
10056           Don't forget to set src->callbacks_pushed to FALSE again when
10057           popping them, otherwise re-activation in a different mode won't
10058           work (#334620).
10059
10060 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         Patch by: Sebastien Moutte  <sebastien moutte net>
10063
10064         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
10065         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
10066         (gst_ffmpeg_smpfmt_to_caps):
10067           Replace __VA_ARGS__ caps creation macros with varargs functions.
10068           Makes things compile on MSVC (#320765), looks nicer, and we can
10069           tell the compiler to check for the NULL terminator.
10070
10071 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10072
10073         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10074
10075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10076           Make sure the buffer we copy into is really always big
10077           enough, this time for real (#333488).
10078           
10079 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10080
10081         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10082           Add support for 24bpp DIB (#305279).
10083
10084 2006-03-14  Wim Taymans  <wim@fluendo.com>
10085
10086         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
10087         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10088         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
10089         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10090         (gst_video_scale_init), (gst_video_scale_src_event):
10091         Re-enable QoS after the release.
10092         Rework videoscale to use the base class src_event handler.
10093
10094 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         * configure.ac:
10097           back to CVS.
10098
10099 === release 0.10.5 ===
10100
10101 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
10102
10103         * configure.ac:
10104           releasing 0.10.5, "Net"
10105
10106 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * docs/plugins/Makefile.am:
10109           Part of previous cdparanoiasrc docs fixes, forgot to commit.
10110           
10111 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10112
10113         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10114         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10115         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10116           Add cdparanoiasrc to docs.
10117
10118         * gst-libs/gst/cdda/gstcddabasesrc.c:
10119           More GstCddaBaseSrc docs.
10120
10121 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * docs/libs/gst-plugins-base-libs-sections.txt:
10124         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
10125         * gst-libs/gst/tag/tag.h:
10126           API: libgsttag: new method gst_tag_from_id3_user_tag().
10127
10128 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10129
10130         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10131           NULL-terminate array of mpeg4 video file extensions.
10132           Fixes crash on PPC (#334226).
10133
10134 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10135
10136         * ext/gnomevfs/gstgnomevfssrc.c:
10137         (gst_gnome_vfs_src_check_get_range):
10138           gnome_vfs_uri_is_local() alone is not a good indicator
10139           whether we can operate in pull-mode with a specific URI,
10140           as it returns FALSE for file:// URIs that point to an
10141           NFS-mounted path. Be more conservative here: whitelist
10142           local files, blacklist http URIs and use the old
10143           mechanism for anything else (fixes #334216).
10144
10145 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10146
10147         * configure.ac:
10148           back to trunk
10149
10150 === release 0.10.4 ===
10151
10152 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
10153
10154         * configure.ac:
10155           releasing 0.10.4, "Power"
10156
10157 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
10158
10159         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10160         Disable max-lateness by setting it to -1 for now, so that 
10161         we can bed QoS stuff in thoroughly between now and the next
10162         release.
10163
10164 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10165
10166         Patch by: Fabrizio Gennari
10167
10168         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10169           Make sure we don't read beyond the palette buffer in case of
10170           broken or manipulated files (#333488)
10171
10172 2006-03-10  Edward Hervey  <edward@fluendo.com>
10173
10174         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10175         Fix for variable not initialized.
10176
10177 2006-03-09  Wim Taymans  <wim@fluendo.com>
10178
10179         * ext/libvisual/visual.c: (gst_visual_get_type),
10180         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
10181         (gst_visual_chain):
10182         Small cleanups.
10183
10184         * ext/theora/gsttheoradec.h:
10185         * ext/theora/theoradec.c: (gst_theora_dec_init),
10186         (gst_theora_dec_reset), (_theora_granule_time),
10187         (theora_dec_src_convert), (theora_dec_sink_convert),
10188         (theora_dec_src_query), (theora_dec_src_event),
10189         (theora_dec_sink_event), (theora_handle_comment_packet),
10190         (theora_handle_header_packet), (theora_dec_push),
10191         (theora_handle_data_packet), (theora_dec_chain),
10192         (theora_dec_change_state):
10193         Add simple QoS.
10194
10195 2006-03-09  Wim Taymans  <wim@fluendo.com>
10196
10197         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10198         (audiocast_register_listener), (gst_gnome_vfs_src_start):
10199         Some cleanups.
10200
10201 2006-03-09  Wim Taymans  <wim@fluendo.com>
10202
10203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10204         Don't try to activate NULL chains.
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           Fix invalid memory access to region before peek'd data (#332964).
10210
10211 2006-03-09  Wim Taymans  <wim@fluendo.com>
10212
10213         Patch by: Christophe Fergeau
10214
10215         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
10216         * ext/pango/gsttextrender.c: (gst_text_render_init):
10217         * gst/adder/gstadder.c: (gst_adder_init):
10218         Don't leak padtemplates, closes #333510.
10219
10220 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10223           Fix invalid memory access: make sure string passed to
10224           regexec() is NUL-termianted.
10225
10226 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10227
10228         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10229         (mp3_type_find):
10230           Refactor mpeg/audio typefinding to make it more maintainable
10231           and easier to fine-tune. Make probing into middle of the file
10232           work properly (fixes #333900, also see #152688).
10233
10234 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * gst/typefind/gsttypefindfunctions.c:
10237         (utf8_type_find_have_valid_utf8_at_offset):
10238           Remove part from previous commit that was bogus:
10239           g_utf8_validate() does in fact not accept embedded
10240           zeroes, so we don't need to check for those (thanks
10241           to Mike for the hint).
10242
10243 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10244
10245         * gst/typefind/gsttypefindfunctions.c:
10246         (utf8_type_find_count_embedded_zeroes),
10247         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
10248           Make plain/text typefinder more conservative: firstly, check
10249           for embedded zeroes, which are perfectly valid UTF-8 characters,
10250           but also a fairly good sign that something is not a plain text
10251           file; secondly, probe into the middle of the file if possible.
10252           If we can't probe into the middle, limit the probability value
10253           to be returned to TYPE_FIND_POSSIBLE (see #333900).
10254
10255 2006-03-08  Michael Smith  <msmith@fluendo.com>
10256
10257         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10258           Make typefind function name for mpeg4 video unique.
10259
10260 2006-03-08  Wim Taymans  <wim@fluendo.com>
10261
10262         * ext/libvisual/visual.c: (gst_visual_init),
10263         (gst_visual_clear_actors), (gst_visual_dispose),
10264         (gst_visual_reset), (gst_visual_src_setcaps),
10265         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10266         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10267         (gst_visual_chain), (gst_visual_change_state):
10268         Cleanups, post nice errors.
10269         Handle sink and src events.
10270         Implement simple QoS.
10271
10272         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10273         Use new basesink methods to configure max-lateness.
10274         Small doc update.
10275
10276         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10277         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10278         Debug statement cleanups.
10279
10280         * gst/volume/gstvolume.c: (gst_volume_class_init):
10281         Simple cleanup.
10282
10283 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10284
10285         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10286         (gst_text_overlay_init), (gst_text_overlay_set_property),
10287         (gst_text_overlay_get_property):
10288           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10289           as string type properties, but mark them deprecated. Add
10290           'halignment' and 'valignment' properties that use enums
10291           instead of strings.
10292
10293 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10294
10295         Patch by: Fabrizio Gennari
10296
10297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10298           Allow palettes with less than 256 colours in AVI files
10299           (#333488)
10300
10301 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10302
10303         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10304         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10305         pad. We were releasing the queued text buffer when we should keep
10306         it until video pad gets EOS or discard the text buffer because it's
10307         too old. That was eating the last subtitle buffer. Add some more
10308         debug.
10309
10310 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10311
10312         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10313         (gst_text_overlay_video_chain):
10314           Fix invalid memory access (we can't access a buffer after it's been
10315           pushed downstream without taking a reference); fix memory leak (if
10316           there's no text to render, bail out before allocating stuff).
10317
10318 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10319
10320         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10321         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10322         * ext/pango/gsttextoverlay.h:
10323           If input is plain text, escape it before passing it to
10324           pango_layout_set_markup().
10325
10326 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10329           Don't ignore flow return from gst_pad_push().
10330
10331 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10332
10333         Patch by: Fabrizio Gennari
10334
10335         * ext/libvisual/visual.c: (gst_visual_getcaps),
10336         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10337         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10339         (gst_vorbisenc_convert_sink):
10340         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10341         (gst_audio_duration_from_pad_buffer):
10342         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10343         (gst_audio_filter_chain):
10344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10345         (gst_base_rtp_depayload_setcaps):
10346         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10347         (gst_video_get_size):
10348         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10349           Don't leak references returned by gst_pad_get_parent()
10350           (#333663)
10351
10352 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10353
10354         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10355           change location param details
10356         * gst/volume/gstvolume.c: (plugin_init):
10357           correct plugin description
10358
10359 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10362         (gst_gnome_vfs_src_check_get_range):
10363           Override GstBaseSrc::check_get_range() in order to avoid opening
10364           the resource just to check whether we can operate in pull-mode or
10365           not - we can predict that pretty well from the URI alone. Should
10366           fix problems with last.fm (#331690). (Requires latest core CVS).
10367
10368 2006-03-06  Wim Taymans  <wim@fluendo.com>
10369
10370         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10371         (gst_video_sink_class_init):
10372         Throw away frames that are later than 20 ms.
10373
10374 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10375
10376         Patch by: Fabrizio Gennari
10377
10378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10379           Set depth on WMA caps (#333545)
10380
10381 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10382
10383         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10384         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10385           put Theora BOS pages before others.  This hardcodes
10386           the Ogg/Theora I profile, but hey.
10387
10388 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10389
10390         * ext/ogg/README:
10391           updated with some examples
10392         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10393         (granulepos_add), (theora_buffer_from_packet):
10394         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10395         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10396         (gst_vorbisenc_chain):
10397           implement strategy from ext/ogg/README
10398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10399         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10400         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10401         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10402           Fix muxer so that oggz-validate is happy with all streams;
10403           except for no eos mark, and the BOS page ordering
10404         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10405         (check_buffer_granulepos):
10406         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10407           update tests to check for OFFSET being set as requested
10408           fixed type of granulepos, it's not a ClockTime
10409
10410 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10411
10412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10413         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10414         Check that the xvimage we are creating has a correct size
10415         before returning it. (#314897)
10416
10417 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10418
10419         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10420           Give id3 and ape tag typefinders a rank slightly higher
10421           than PRIMARY to ensure they're always run before any of
10422           the other typefinders (in particular wav and mp3) (#324186).
10423
10424 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10425
10426         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10427           Add support for '3IVD' fourcc (#333403).
10428
10429 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10430
10431         * configure.ac:
10432           Bump requirements to GStreamer CVS for the new error enum.
10433
10434         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10435           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10436           space left on the device (fixes #333352).
10437
10438 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10439
10440         * win32/vs6:
10441           add a project file for libgstvolume
10442           update the workspace
10443
10444 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10445
10446         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10447         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10448         (GST_START_TEST):
10449           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10450           Set IN_CAPS on header buffers
10451
10452 2006-03-02  Wim Taymans  <wim@fluendo.com>
10453
10454         * docs/plugins/Makefile.am:
10455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10457         Add audioresample to docs.
10458
10459         * gst/audioconvert/gstaudioconvert.c:
10460         Add revision date.
10461
10462         * gst/audioresample/gstaudioresample.c:
10463         (gst_audioresample_base_init), (gst_audioresample_class_init),
10464         (gst_audioresample_init), (gst_audioresample_dispose),
10465         (audioresample_get_unit_size), (audioresample_transform_caps),
10466         (resample_set_state_from_caps), (audioresample_transform_size),
10467         (audioresample_set_caps), (audioresample_event),
10468         (audioresample_do_output), (audioresample_transform),
10469         (audioresample_pushthrough), (gst_audioresample_set_property),
10470         (gst_audioresample_get_property), (plugin_init):
10471         * gst/audioresample/gstaudioresample.h:
10472         Added docs.
10473         Small code cleanups.
10474
10475 2006-03-02  Wim Taymans  <wim@fluendo.com>
10476
10477         * docs/plugins/Makefile.am:
10478         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10479         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10480         Added videoscale to docs.
10481
10482         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10483         (gst_video_rate_swap_prev), (gst_video_rate_event),
10484         (gst_video_rate_chain):
10485         Fix typo in docs.
10486
10487         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10488         (gst_video_scale_init), (gst_video_scale_prepare_size),
10489         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10490         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10491         * gst/videoscale/gstvideoscale.h:
10492         Added docs, examples.
10493         Some code cleanups.
10494         Post errors instead of g_warning.
10495
10496 2006-03-02  Wim Taymans  <wim@fluendo.com>
10497
10498         * docs/libs/gst-plugins-base-libs-docs.sgml:
10499         * docs/libs/gst-plugins-base-libs-sections.txt:
10500         * docs/libs/gst-plugins-base-libs.types:
10501         * docs/plugins/Makefile.am:
10502         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10503         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10504         Added some more docs to libs and plugins.
10505
10506         * gst-libs/gst/audio/gstringbuffer.c:
10507         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10508         * gst-libs/gst/audio/gstringbuffer.h:
10509         Document ringbuffer some more.
10510
10511         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10512         (gst_video_rate_setcaps), (gst_video_rate_reset),
10513         (gst_video_rate_init), (gst_video_rate_flush_prev),
10514         (gst_video_rate_swap_prev), (gst_video_rate_event),
10515         (gst_video_rate_chain), (gst_video_rate_change_state):
10516         * gst/videorate/gstvideorate.h:
10517         Fix videorate to use segments.
10518         Make it work with 0/1 framerates (closes #331903)
10519         Handle EOS correctly.
10520         Added docs.
10521
10522 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10523
10524         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10525         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10526         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10527           In state change function, first chain up to parent class,
10528           then handle downwards state change stuff. Remove some
10529           commented out cruft from 0.8 code.
10530
10531 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10532
10533         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10534         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10535         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10536         (gst_ogm_parse_chain):
10537           Don't remove/re-add source pad if the new caps are the same as
10538           the old caps anyway (#333042). When removing source pad, don't
10539           unref it afterwards - we didn't ref it when adding. Sprinkle some
10540           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10541           after using gst_pad_get_parent(). Return downstream flow return
10542           value in chain function.
10543
10544 2006-03-02  Wim Taymans  <wim@fluendo.com>
10545
10546         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10547         * docs/plugins/gst-plugins-base-plugins.args:
10548         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10549         * docs/plugins/gst-plugins-base-plugins.interfaces:
10550         * docs/plugins/gst-plugins-base-plugins.signals:
10551         Fix hierarchy, added some more elements to the docs.
10552
10553         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10554         (gst_ffmpegcsp_get_type):
10555         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10556         Fix docs for ffmpegcolorspace.
10557
10558 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10559
10560         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10561         (apetag_type_find), (ape_type_find), (plugin_init):
10562           Some typefinding fine-tuning:
10563           - rank ID3/APE tags in order of preference via probabilities, so that
10564             ID3v2 > APEv2 > APEv1 > ID3v1.
10565           - three or four bytes don't really justify MAXIMUM probability,
10566             change those to 'very likely' (musepack and monkeysaudio).
10567
10568 2006-03-01  Wim Taymans  <wim@fluendo.com>
10569
10570         * docs/plugins/Makefile.am:
10571         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10572         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10573         * ext/alsa/gstalsamixer.c:
10574         * ext/alsa/gstalsamixer.h:
10575         * ext/alsa/gstalsamixerelement.c:
10576         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10577         * ext/alsa/gstalsamixerelement.h:
10578         * ext/alsa/gstalsasink.c:
10579         * ext/alsa/gstalsasink.h:
10580         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10581         (gst_alsasrc_init):
10582         * ext/alsa/gstalsasrc.h:
10583         Added alsa docs.
10584         Small code cleanups.
10585
10586 2006-03-01  Wim Taymans  <wim@fluendo.com>
10587
10588         * ext/theora/Makefile.am:
10589         Dist new header too,
10590
10591 2006-03-01  Wim Taymans  <wim@fluendo.com>
10592
10593         * docs/plugins/Makefile.am:
10594         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10595         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10596         * ext/gnomevfs/gstgnomevfssink.h:
10597         * ext/gnomevfs/gstgnomevfssrc.h:
10598         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10599         * ext/vorbis/vorbisdec.h:
10600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10601         * ext/vorbis/vorbisenc.h:
10602         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10603         (vorbis_parse_chain), (vorbis_parse_change_state):
10604         * ext/vorbis/vorbisparse.h:
10605         * gst/audioconvert/gstaudioconvert.h:
10606         * gst/tcp/gsttcpserversink.h:
10607         * gst/videotestsrc/gstvideotestsrc.c:
10608         * gst/videotestsrc/gstvideotestsrc.h:
10609         * gst/volume/gstvolume.c:
10610         * gst/volume/gstvolume.h:
10611         Fix some more docs.
10612         Added docs for vorbisdec and vorbisparse.
10613         Fix vorbisparse.
10614
10615 2006-03-01  Wim Taymans  <wim@fluendo.com>
10616
10617         * docs/plugins/Makefile.am:
10618         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10619         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10620         * ext/pango/gstclockoverlay.h:
10621         * ext/pango/gsttextoverlay.h:
10622         * ext/pango/gsttextrender.h:
10623         * ext/pango/gsttimeoverlay.h:
10624         * ext/theora/gsttheoradec.h:
10625         * ext/theora/gsttheoraenc.h:
10626         * ext/theora/theoradec.c:
10627         * ext/theora/theoraenc.c:
10628         * gst/audioconvert/gstaudioconvert.h:
10629         * gst/audiotestsrc/gstaudiotestsrc.h:
10630         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10631         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10632         * gst/tcp/gstmultifdsink.h:
10633         Updated/added documentation.
10634
10635         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10636         (gst_text_overlay_halign_get_type),
10637         (gst_text_overlay_wrap_mode_get_type),
10638         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10639         (gst_text_overlay_init), (gst_text_overlay_set_property),
10640         (gst_text_overlay_get_property):
10641         Fix up properties to be enums instead of string to make bindings,
10642         introspection and automatic GUI creation possible.
10643         Add getters for the properties.
10644
10645 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10646
10647         * gst/audiotestsrc/gstaudiotestsrc.c:
10648           added defines of M_PI and M_PI_2
10649         * gst/ffmpegcolorspace/avcodec.h:
10650           removed #include "stdint.h" for win32 as _stdint.h is 
10651           autogenerated to win32/common
10652         * win32/common/libgstaudio.def:
10653         * win32/common/libgsttag.def:
10654           added some exports
10655         * win32/vs6:
10656           some project files bugs corrected
10657         * win32/vs7:
10658           project files are reset to the default vs7 configuration 
10659           (they link to msvcr71.dll using default optimizations)
10660           
10661 2006-02-28  Wim Taymans  <wim@fluendo.com>
10662
10663         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10664         Fix some docs.
10665
10666 2006-02-28  Edward Hervey  <edward@fluendo.com>
10667
10668         * ext/alsa/gstalsasrc.c:
10669         Set proper class on the ElementDetails:
10670         Source/Audio instead of Src/Audio/
10671
10672 2006-02-28  Edward Hervey  <edward@fluendo.com>
10673
10674         * gst/videoscale/vs_scanline.c:
10675         (vs_scanline_resample_nearest_RGBA):
10676         Revert optimization in videoscale. It should go in liboil and have
10677         an appropriate liboil function.
10678
10679 2006-02-28  Wim Taymans  <wim@fluendo.com>
10680
10681         * gst-libs/gst/audio/gstbaseaudiosink.c:
10682         (gst_base_audio_sink_provide_clock):
10683         Don't try to provide a clock in the NULL state.
10684
10685 2006-02-28  Wim Taymans  <wim@fluendo.com>
10686
10687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10688         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10689         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10690         (gst_ogg_demux_deactivate_current_chain),
10691         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10692         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10693         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10694         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10695         Use GstSegment infrastructure to remove duplicated code
10696         and handle more seek cases correctly.
10697
10698 2006-02-28  Wim Taymans  <wim@fluendo.com>
10699
10700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10701         (gst_ffmpegcsp_transform):
10702         Don't ignore return code from ffmpeg convert function.
10703
10704         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10705         Split out some long statements to ease debugging.
10706
10707 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10708
10709         * ext/libvisual/visual.c: (gst_visual_init),
10710         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10711         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10712         being able to renegotiate the size. Instead, use the negotiation
10713         algorithm from the goom plugin to pick an initial output caps. 
10714
10715         Also, allow theoretical libvisual plugins that might support non-GL 
10716         output even if they also do GL.
10717
10718 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10719
10720         * ext/libvisual/visual.c: (gst_visual_init),
10721         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10722         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10723         possible negotiation issues.
10724
10725 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10726
10727         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10728
10729 2006-02-24  Michael Smith  <msmith@fluendo.com>
10730
10731         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10732         (cmml_type_find), (plugin_init):
10733           Fix CMML type find function to not require a specific minor version
10734           of the CMML header.
10735
10736           Add an MPEG4 video elementary stream typefind function.
10737
10738 2006-02-04  Michael Smith  <msmith@fluendo.com>
10739
10740         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10741         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10742         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10743         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10744         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10745         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10746           Annodex support in ogg demuxer. Doesn't do very much without the
10747           other annodex patches (to come).
10748
10749 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10750
10751         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10752
10753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10754           Pick up palette for MS video v1 (#327028)
10755
10756 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10759         (gst_ffmpegcsp_caps_remove_format_info),
10760         (gst_ffmpegcsp_get_unit_size):
10761           The 'palette_data' field from incoming RGB caps shouldn't be
10762           proxied on outgoing YUV caps; also, restrict unit size
10763           adjustment in case of paletted data only to the unit that
10764           actually has a palette. Fixes #330711.
10765
10766 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10767
10768         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10769         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10770         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10771         (gst_ffmpegcsp_get_unit_size):
10772           Plug some memory leaks.
10773
10774 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10775
10776         * sys/ximage/Makefile.am:
10777         * sys/xvimage/Makefile.am:
10778           Add some _CFLAGS and _LIBS that seem to be missing
10779           and/or required for Cygwin (see #317048).
10780
10781 2006-02-22  Wim Taymans  <wim@fluendo.com>
10782
10783         * ext/alsa/gstalsasrc.c:
10784         Fix description as pointed out by caugier.
10785
10786 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10787
10788         Reviewed by : Edward Hervey  <edward@fluendo.com>
10789
10790         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10791         (qt_type_find):
10792         Better 3gp typefinding (#331526).
10793
10794 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10795
10796         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10797           Don't send EOS event here, the base class will send one for us.
10798
10799         * gst/playback/gstplaybasebin.c: (prepare_output):
10800           Subpictures without video stream aren't allowed either.
10801         
10802         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10803           Fix debug statement copy'n'paste-o.
10804
10805 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10806
10807         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10808           Fix issues with mixer keeping state when muting/unmuting
10809           and when changing the volume whilst muted (see #331763
10810           and #331765).
10811
10812 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10813
10814         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10815         (parse_subrip), (gst_sub_parse_format_autodetect):
10816           Set right caps given that we send escaped text. Also,
10817           honour <i></i>, <b></b> and <u></u> markers that can be found
10818           in .srt files (fixes #310202).
10819
10820 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * gst-libs/gst/audio/mixerutils.c:
10823         (element_factory_rank_compare_func):
10824           Make order in which elements are tried more determinable.
10825
10826 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10827
10828         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10829         (remove_element_chain), (cleanup_decodebin),
10830         (gst_decode_bin_change_state): Make decodebin reusable by
10831         fixing remove_element_chain first and then introduce a
10832         cleaner in state change to ->NULL. (Closes #331678)
10833
10834 2006-02-19  Wim Taymans  <wim@fluendo.com>
10835
10836         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10837         use 0666 mask when creating files so umask gets applied
10838         correctly. Fixes #331295.
10839
10840 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * gst/subparse/Makefile.am:
10843         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10844         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10845         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10846         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10847         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10848         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10849         * gst/subparse/gstssaparse.h:
10850         * gst/subparse/gstsubparse.c: (plugin_init):
10851           Add very basic parser for SSA subtitle streams (as often
10852           found in matroska files).
10853
10854 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10857           That should be text/x-pango-markup, not text/x-pango-layout.
10858
10859 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10860
10861         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10862         Polishing.
10863
10864 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10865
10866         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10867         (gst_text_overlay_finalize), (gst_text_overlay_init),
10868         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10869         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10870         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10871         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10872         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10873         Fix state change deadlock.
10874
10875 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10876
10877         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10878         (gst_text_overlay_finalize), (gst_text_overlay_init),
10879         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10880         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10881         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10882         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10883         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10884         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10885         and subtitles files.
10886
10887 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10888
10889         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10890         should be considered as raw.
10891
10892 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10893
10894         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10895         (cb_probe):
10896         * gst/playback/gststreaminfo.h: Introduce language informations.
10897
10898 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10899
10900         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10901         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10902         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10903         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10904         Set shared memory segments to be deleted as soon as we have attached,
10905         that way they get cleaned up automatically if we crash.
10906
10907 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10908
10909         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10910         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10911         functions are called with lock held.
10912
10913 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10914
10915         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10916         (gst_text_overlay_finalize), (gst_text_overlay_init),
10917         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10918         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10919         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10920         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10921         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10922         (gst_text_overlay_change_state): Refactoring of textoverlay
10923         without collectpads. This now supports sparse subtitles coming
10924         from a demuxer instead of a sub file. Seeking is still broken 
10925         though. Need to discuss with wtay some more on how to handle
10926         seeking correctly.
10927         * ext/pango/gsttextoverlay.h:
10928         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10929         subtitles coming from the demuxer.
10930
10931 2006-02-17  Wim Taymans  <wim@fluendo.com>
10932
10933         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10934         (gst_vorbisenc_convert_sink):
10935         Use some more scaling functions.
10936
10937 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * ext/cdparanoia/gstcdparanoiasrc.c:
10940         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10941         (gst_cd_paranoia_paranoia_callback),
10942         (gst_cd_paranoia_src_signal_is_being_watched),
10943         (gst_cd_paranoia_src_read_sector):
10944         * ext/cdparanoia/gstcdparanoiasrc.h:
10945           Add back 'transport-error' and 'uncorrected-error' signals and
10946           make them actually be fired when bad stuff happens (#319340).
10947
10948 2006-02-17  Wim Taymans  <wim@fluendo.com>
10949
10950         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10951         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10952         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10953         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10954         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10955         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10956         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10957         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10958         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10959         (gst_ring_buffer_clear):
10960         Small cleanups.
10961         Added some G_LIKELY.
10962
10963 2006-02-17  Wim Taymans  <wim@fluendo.com>
10964
10965         * gst-libs/gst/audio/TODO:
10966         Update TODO
10967
10968         * gst-libs/gst/audio/gstbaseaudiosink.c:
10969         (gst_base_audio_sink_get_offset):
10970         When trying to play samples ASAP and we don't have a
10971         previous sample, try to play at position 0 instead of
10972         an invalid position.
10973
10974 2006-02-17  Wim Taymans  <wim@fluendo.com>
10975
10976         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10977         (gst_alsasink_reset):
10978         Also release lock when we get an error in _reset();
10979         fix an error message.
10980
10981 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10982
10983         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10984         (gst_alsasink_init), (get_channel_free_structure),
10985         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10986         (gst_alsasink_close):
10987         * ext/alsa/gstalsasink.h:
10988           Add support for more than 2 channels (#326720).
10989
10990 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10991
10992         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10993           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10994           with 4 or 6 channels, assume a default channel layout to make things
10995           work (not sure there's anything else we can do in those cases).
10996
10997 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10998
10999         * gst-libs/gst/audio/multichannel.c:
11000           Minor docs fix.
11001
11002         * gst-libs/gst/riff/Makefile.am:
11003         * gst-libs/gst/riff/riff-ids.h:
11004         * gst-libs/gst/riff/riff-media.c:
11005         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
11006           Add support for WAVEFORMATEX, eg. PCM audio with more than two
11007           channels and a channel layout map.
11008           
11009 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
11010
11011         Reviewed by Edward Hervey  <edward@fluendo.com>
11012
11013         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
11014         C-level optimization of the RGBA nearest neighbour function.
11015         Eventually this might end up in liboil with vectorized versions.
11016
11017 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         * gst-libs/gst/audio/multichannel.c:
11020         (gst_audio_get_channel_positions):
11021           When we have more than 2 channels, but no channel layout is
11022           specified in the caps, return some default channel layout
11023           to the caller and warn about about a possibly buggy element
11024           (could be buggy filtercaps as well of course) (#317038).
11025
11026 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11029           Add gst-libs/gst/cdda to list of lib search paths.
11030
11031 2006-02-15  Andy Wingo  <wingo@pobox.com>
11032
11033         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
11034         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
11035         to the Lord Jesus that I do not have to touch the ogg muxer ever
11036         again.
11037
11038 2006-02-15  Edward Hervey  <edward@fluendo.com>
11039
11040         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11041         quicktime movie files can also contain 'uuid' atoms.
11042
11043 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * gst/audioconvert/plugin.c: (plugin_init):
11046           Register the GstAudioChannelPosition enum type with the type
11047           system in the plugin_init function, so that it is known before
11048           any element actually makes use of multi-channel stuff. This is
11049           required for example if one wants to be able to deserialise/use
11050           a caps string with channel positions before any pipeline has
11051           been setup and started, like with gst-launch.
11052
11053 2006-02-14  Wim Taymans  <wim@fluendo.com>
11054
11055         * gst-libs/gst/audio/gstringbuffer.c:
11056         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
11057         (gst_ring_buffer_samples_done), (wait_segment),
11058         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
11059         Add some compiler G_(UN_)LIKELY help.
11060         SIGNAL the ringbuffer waiters when going to PAUSED as well to
11061         make sure they can exit their functions. Should fix #330748
11062
11063 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11064
11065         * Makefile.am:
11066         * configure.ac:
11067         * win32/MANIFEST:
11068         * win32/common/_stdint.h:
11069           Windows does not have long long; copy the generated _stdint.h
11070         * win32/common/interfaces-enumtypes.c:
11071         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11072         (gst_mixer_track_flags_get_type),
11073         (gst_tuner_channel_flags_get_type):
11074         * win32/common/multichannel-enumtypes.c:
11075         (gst_audio_channel_position_get_type):
11076           update
11077
11078 2006-02-13  Wim Taymans  <wim@fluendo.com>
11079
11080         * gst-libs/gst/audio/gstbaseaudiosink.c:
11081         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
11082         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11083         Always sync on first sample we receive when starting.
11084
11085 2006-02-13  Wim Taymans  <wim@fluendo.com>
11086
11087         * gst/playback/gstplaybin.c: (gen_vis_element):
11088         Update vis bin docs.
11089         Move queue after tee so we don't queue video buffers but
11090         audio samples instead. Fixes problems where the video queue
11091         is filled and the audio queue empty.
11092
11093 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
11094
11095         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11096           No need to push an EOS event here, GstBaseSrc will do that for us
11097           when we return FLOW_UNEXPECTED.
11098           
11099 2006-02-12  Wim Taymans  <wim@fluendo.com>
11100
11101         * gst-libs/gst/audio/gstbaseaudiosink.c:
11102         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
11103         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
11104         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11105         Use scale functions when possible.
11106         Fix error messages.
11107         Free clockid when after waiting for EOS.
11108         Use G_(UN_)LIKLY when it makes sense.
11109         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
11110
11111 2006-02-12  Edward Hervey  <edward@fluendo.com>
11112
11113         * gst/playback/gstplaybasebin.c: (prepare_output): 
11114         Remove stray semi-colon (fixes #330888).
11115
11116 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
11117
11118         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
11120         Fix up the XShm call testing so that we catch errors, and don't
11121         cause new ones by attempting to detach from a segment we failed
11122         to attach to. Fixes #312439.
11123
11124 2006-02-10  Edward Hervey  <edward@fluendo.com>
11125
11126         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11127         Added flv file typefind (video/x-flv).
11128
11129 2006-02-10  Edward Hervey  <edward@fluendo.com>
11130
11131         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11132         (gst_riff_create_video_template_caps):
11133         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
11134         Also added the caps to the default set of riff video caps.
11135
11136 2006-02-09  Andy Wingo  <wingo@pobox.com>
11137
11138         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
11139         time and the end time of the last packet in the page.
11140         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
11141         on the pages in our queue, set the duration as well. Reflow a
11142         debug statement.
11143         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
11144         Fixes bad muxing order.
11145
11146 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11147
11148         * gst-libs/gst/rtp/gstbasertppayload.c:
11149         (gst_basertppayload_setcaps), (gst_basertppayload_push):
11150           update seqnum before setting it on the packet; this makes sure
11151           that the timestamp and seqnum properties match after pushing
11152           a buffer
11153
11154 2006-02-09  Andy Wingo  <wingo@pobox.com>
11155
11156         * gst-libs/gst/audio/gstringbuffer.c
11157         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
11158         overflow after 13.5 hours of recording. Kapow!
11159
11160         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
11161         the buffer size -- we don't care about underrun/overrun reporting
11162         right now, just need to return a useful value.
11163
11164 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11165
11166         * configure.ac:
11167           Back to CVS
11168
11169 === release 0.10.3 ===
11170
11171 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11172
11173         * configure.ac:
11174           releasing 0.10.3, "Under Pressure"
11175
11176 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11177
11178         * configure.ac:
11179         Drat. Bump libtool version number for new API.
11180         Prelease 0.10.2.3 (of 0.10.3)
11181
11182 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11183
11184         * configure.ac:
11185         * win32/common/config.h:
11186         0.10.2.2 prerelease (of 0.10.3).
11187
11188 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11189
11190         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
11191           Revert Andy's newsegment change pending a more correct
11192           fix.
11193
11194 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11195
11196         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11197         (qt_type_find), (plugin_init):
11198           detect more files as 3gp
11199           group and reorder the iso file formats
11200
11201 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11202
11203         * ext/vorbis/vorbis.c: (plugin_init):
11204           Register musicbrainz tags, so apps don't have to.
11205
11206 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
11209         (gst_tag_to_vorbis_tag):
11210           Make sure we called gst_tag_register_musicbrainz_tags()
11211           before possibly mapping a vorbiscomment string from/to a
11212           musicbrainz tag.
11213
11214 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11215
11216         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11217           In case we can't find the required number of consecutive
11218           mpeg audio frames to positively identify an MPEG audio
11219           stream, check if there's at least a valid mpeg audio
11220           frame right at offset 0 and if so suggest mpeg/audio
11221           caps with a very low probability (#153004).
11222
11223 2006-02-07  Andy Wingo  <wingo@pobox.com>
11224
11225         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
11226         a TIME segment if we get timestamped buffers. Requires recent
11227         fixes in core to work properly.
11228
11229 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11230
11231         * gst/playback/gstplaybasebin.c: (prepare_output):
11232           Don't print the URI as part of the error message, it
11233           makes error dialogs look rather ugly, especially if
11234           the URI is very long or has characters in it that
11235           need escaping.
11236
11237 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * gst/playback/gstplaybasebin.c: (prepare_output):
11240           Error out if we have only text or subtitles, but nothing
11241           else. Also error out if we have subtitles but no video
11242           stream.
11243
11244 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11247           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
11248           Post an error message on the bus when we encounter an
11249           error, which will hopefully be more meaningful than the
11250           'Internal Flow Error' message users get to see if we
11251           just return GST_FLOW_ERROR.
11252
11253 2006-02-07  Andy Wingo  <wingo@pobox.com>
11254
11255         * configure.ac (GST_MAJORMINOR): Update core version req to
11256         0.10.2.2, for the collectpads API addition (#330244).
11257
11258 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11259
11260         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11261           Return FALSE from plugin_init() when GnomeVFS can't
11262           be initialised for some reason (#328423).
11263
11264 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11265
11266         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11267         Stick to seeking theory until i find the bug.
11268         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11269
11270 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11271
11272         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11273         (theora_enc_finalize), (theora_enc_sink_setcaps),
11274         (theora_set_header_on_caps), (theora_enc_chain),
11275         (theora_enc_change_state):
11276         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11277           Make theoraenc and the tests leak free. Like, really.
11278
11279 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11280
11281         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11282         (theora_enc_finalize), (theora_enc_sink_setcaps):
11283           Add a finalize method to ensure we clean up state even if
11284           someone omitted the state change back to NULL.
11285
11286         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11287         (gst_vorbisenc_chain):
11288           Free some more leaked bits.
11289
11290         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11291         (stop_pipeline):
11292           Wait for state changes to happen if they're ASYNC.
11293
11294           This ought to teach those fancy pants buildbots a lesson.
11295
11296 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11297
11298         * gst-libs/gst/tag/gstid3tag.c:
11299           Add mapping for ID3 International Standard Recording Code
11300           tag "TSRC"
11301
11302 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11303
11304         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11305           Don't leak tag names.
11306
11307 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11308
11309         * docs/libs/gst-plugins-base-libs-docs.sgml:
11310         * docs/libs/gst-plugins-base-libs-sections.txt:
11311         * gst-libs/gst/tag/gstid3tag.c:
11312         * gst-libs/gst/tag/gstvorbistag.c:
11313         * gst-libs/gst/tag/tags.c:
11314           Split libgsttag docs into multiple sections.
11315
11316 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11317
11318         * docs/libs/Makefile.am:
11319         * docs/libs/gst-plugins-base-libs-docs.sgml:
11320         * docs/libs/gst-plugins-base-libs-sections.txt:
11321         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11322         * gst-libs/gst/tag/gstvorbistag.c:
11323         * gst-libs/gst/tag/tag.h:
11324         * gst-libs/gst/tag/tags.c:
11325           Add libgsttag to the docs.
11326
11327 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11328
11329         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11330         (gst_text_overlay_init), (gst_text_overlay_src_event),
11331         (gst_text_overlay_collected): Fix clockoverlay.
11332
11333 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         * docs/libs/compiling.sgml:
11336           Fix typo: it's pkg-config, not pkg-gconfig
11337
11338         * docs/libs/gst-plugins-base-libs-docs.sgml:
11339         * docs/libs/gst-plugins-base-libs-sections.txt:
11340         * docs/libs/tmpl/gstgconf.sgml:
11341           There is no libgstgconf in 0.10, remove it
11342           from the docs.
11343
11344 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11345
11346         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11347         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11348         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11349         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11350         (gst_sub_parse_class_init), (gst_sub_parse_init),
11351         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11352         (parse_mpsub), (parser_state_init), (handle_buffer),
11353         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11354         * gst/subparse/gstsubparse.h: Introduce seeking code.
11355
11356 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11357
11358         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11359           Add comment about LANGUAGE tag inconsistency (we want
11360           ISO-639-1, but extract three-letter identifiers?)
11361
11362         * po/POTFILES.in:
11363           Add two translatable files.
11364
11365 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         * gst-libs/gst/tag/Makefile.am:
11368         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11369         * gst-libs/gst/tag/tag.h:
11370         * gst-libs/gst/tag/tags.c:
11371         (gst_tag_register_musicbrainz_tags_internal),
11372         (gst_tag_register_musicbrainz_tags):
11373           Forward-port some tags stuff from the 0.8 branch. This is
11374           mostly the addition of musicbrainz tags and their mapping
11375           to vorbistags, and a vorbistag mapping of the language tag.
11376
11377 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11378
11379         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11380         refactoring.
11381
11382 2006-02-04  David Schleef  <ds@schleef.org>
11383
11384         * ext/ogg/gstoggmux.c:
11385         * gst/typefind/gsttypefindfunctions.c:
11386           Add Dirac typefinding and add dirac format to oggmux.
11387
11388 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11389
11390         * gst/playback/gstdecodebin.c: (try_to_link_1):
11391           Don't put essential function call into
11392           g_return_*() macro, otherwise it'll all be
11393           replaced by NOOPs when compiling with
11394           G_DISABLE_CHECKS defined.
11395
11396 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11397
11398         * ext/ogg/gstoggdemux.c:
11399         * ext/ogg/gstoggparse.c:
11400         * gst/tcp/gsttcpserversink.c:
11401         * sys/v4l/v4lsrc_calls.c:
11402         * sys/v4l/v4lsrc_calls.h:
11403         Just make it compile with --disable-gst-debug.
11404
11405 2006-02-03  Wim Taymans  <wim@fluendo.com>
11406
11407         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11408         (gst_alsasink_class_init), (gst_alsasink_init),
11409         (gst_alsasink_write), (gst_alsasink_reset):
11410         * ext/alsa/gstalsasink.h:
11411         Add lock to protect alsa calls.
11412         Implement reset to flush samples ASAP, does not work
11413         with dmix though.
11414
11415 2006-02-02  Wim Taymans  <wim@fluendo.com>
11416
11417         * gst-libs/gst/audio/gstbaseaudiosink.c:
11418         (gst_base_audio_sink_provide_clock):
11419         Ugh.. getting late I guess...
11420
11421 2006-02-02  Wim Taymans  <wim@fluendo.com>
11422
11423         * gst-libs/gst/audio/gstbaseaudiosink.c:
11424         (gst_base_audio_sink_provide_clock),
11425         (gst_base_audio_sink_set_property),
11426         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11427         Don't try to provide a clock when we are not negotiated since
11428         we might not be able to make it run.
11429
11430 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11431
11432         * gst/playback/gstdecodebin.c: (try_to_link_1):
11433           Unlinking two source pads is ... hard.
11434
11435 2006-02-02  Wim Taymans  <wim@fluendo.com>
11436
11437         * gst-libs/gst/audio/TODO:
11438         Updated.
11439
11440         * gst-libs/gst/audio/gstbaseaudiosink.c:
11441         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11442         On EOS, wait till the last sample is played before posting EOS.
11443
11444 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11445
11446         Patch by: Kai Vehmanen
11447         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11448           Adds ability to enable newsegment bypass by setting queue_delay to
11449           zero. Also avoid thread being started if queue_delay is zero.
11450
11451 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11452
11453         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11454           Make test work again by connecting fakesinks to each decoded pad,
11455           which makes the pipeline wait until each fakesink has a buffer
11456           queued before going to PAUSED state. At that point we know the
11457           decodebin pads are negotiated.
11458
11459 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11460
11461         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11462         (gst_cdda_base_src_handle_event):
11463         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11464           Pass unhandled queries to the parent class's query function.
11465
11466 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11469         (gst_ogg_pad_src_query):
11470         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11471         * ext/theora/theoradec.c: (theora_dec_src_query),
11472         (theora_dec_sink_query):
11473         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11474         (vorbis_dec_sink_query):
11475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11476         (gst_vorbisenc_sink_query):
11477         * gst/adder/gstadder.c: (gst_adder_query):
11478           Pass unhandled queries upstream instead of just
11479           dropping them (#326447). Also, fix supported
11480           query types list for some elements.
11481
11482 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11485         (paris_type_find), (ilbc_type_find), (plugin_init):
11486           Fix typefinding for audio/x-au, audio/x-paris and
11487           audio/iLBC-sh. We cannot use the START_WITH macros
11488           here, because there can only be one typefind factory
11489           with the same name (caps), so the second one would
11490           replace the first one and the first one would never
11491           be called when doing typefinding (see #161712).
11492           
11493
11494 2006-01-31  Wim Taymans  <wim@fluendo.com>
11495
11496         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11497         (vorbis_handle_header_packet), (vorbis_dec_push),
11498         (vorbis_handle_data_packet):
11499         Use scale_int when we can, add some more scaling.
11500         Check packettype before parsing it.
11501
11502 2006-01-31  Wim Taymans  <wim@fluendo.com>
11503
11504         * ext/theora/theoradec.c: (_theora_granule_time),
11505         (theora_dec_src_convert), (theora_dec_sink_convert):
11506         Call right _scale functions.
11507         Use parameter instead of some other random value.
11508
11509 2006-01-31  Wim Taymans  <wim@fluendo.com>
11510
11511         * ext/theora/theoradec.c: (_theora_granule_frame),
11512         (_theora_granule_time), (_inc_granulepos),
11513         (theora_dec_src_convert), (theora_dec_sink_convert),
11514         (theora_handle_type_packet), (theora_handle_data_packet),
11515         (theora_dec_chain):
11516         Use higher precision timestamps calculation.
11517         Convert some other conversions to _scale.
11518
11519 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11520
11521         * gst/audiotestsrc/gstaudiotestsrc.c:
11522         (gst_audio_test_src_create_sine_table), (plugin_init):
11523         * gst/volume/gstvolume.c: (plugin_init):
11524           initialize gst_controller before using
11525
11526 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11527
11528         * tests/check/pipelines/theoraenc.c:
11529         * tests/check/pipelines/vorbisenc.c:
11530         Define constant using G_GINT64_CONSTANT to avoid errors when
11531         passing it around - otherwise it gets truncated to 32 bits.
11532
11533         Fixes failing tests.
11534
11535 2006-01-31  Andy Wingo  <wingo@pobox.com>
11536
11537         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11538         caps being set doesn't have a framerate value. Basically a stopgap
11539         measure.
11540
11541         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11542         technically correct enough to put into core though.
11543         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11544         DURATION. Fixes theoraenc ! oggmux.
11545
11546         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11547         fraction, not double.
11548
11549 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11550
11551         * win32/vs7:
11552         add vs7 project files created by Sergey Scobich
11553
11554 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11555
11556         * win32/vs8:
11557         add vs8 project files created by Sergey Scobich
11558         
11559 2006-01-30  Andy Wingo  <wingo@pobox.com>
11560
11561         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11562         timestamp + duration, not just timestamp -- ogg pages should be
11563         ordered by stop time. Necessary fix given the change in vorbis
11564         timestamps.
11565
11566         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11567         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11568         (granulepos_add): New function, handles the messiness of adjusting
11569         granulepos values.
11570         (theora_buffer_from_packet):
11571         (theora_enc_chain):
11572         (theora_enc_sink_event): Use granulepos_add, not +.
11573
11574         * tests/check/pipelines/theoraenc.c
11575         (check_buffer_granulepos_from_starttime): Just check the frame
11576         count, not the actual granulepos -- we can't dictate to the
11577         encoder when it should be placing keyframes.
11578
11579 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11580
11581         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11582           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11583           play an http:// stream from a server that's not serving
11584
11585 2006-01-30  Andy Wingo  <wingo@pobox.com>
11586
11587         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11588         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11589         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11590         available.
11591
11592         * ext/theora/gsttheoraenc.h:
11593         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11594         although theoraenc was timestamping correctly. Added handling of
11595         streams that start with nonzero timestamps.
11596
11597         * tests/check/Makefile.am:
11598         * tests/check/pipelines/theoraenc.c: New file, basically does same
11599         tests as vorbisenc.
11600
11601         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11602
11603 2006-01-30  Wim Taymans  <wim@fluendo.com>
11604
11605         * gst-libs/gst/audio/gstaudiosink.c:
11606         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11607         (gst_audioringbuffer_pause):
11608         Implement pause that does not wait for completion.
11609
11610         * gst-libs/gst/audio/gstbaseaudiosink.c:
11611         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11612         Don't drop buffers when going to PAUSED but perform preroll on
11613         remaining samples now that core base class supports this.
11614
11615         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11616         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11617         (gst_ring_buffer_commit):
11618         Pause should not signal waiters.
11619         Implement return value of _commit correctly.
11620
11621 2006-01-30  Andy Wingo  <wingo@pobox.com>
11622
11623         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11624
11625         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11626         updated to timestamp from the first sample, not the last.
11627         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11628         special care of granulepos and timestamp for header packets.
11629         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11630         when the first buffer has a nonzero timestamp.
11631
11632         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11633         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11634         case when the first audio buffer we get has a nonzero timestamp.
11635         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11636         properly timestamp vorbis buffers with the time of the first
11637         sample, not the last.
11638         
11639         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11640         vorbis_granule_time_copy -- now it takes the granule/subgranule
11641         offset into account.
11642
11643         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11644         timestamps, durations, and granulepos on buffers produced by
11645         vorbisenc.
11646
11647 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11648
11649         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11650         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11651           Patch from Eric Jonas to support conversions to/from UYVY 
11652           (Fixes: #324626)
11653
11654 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11655
11656         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11657         (setup_subtitle), (setup_source), (set_active_source):
11658         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11659         (gen_text_element), (gen_audio_element), (gen_vis_element),
11660         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11661
11662 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11663
11664         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11665         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11666                 use gst_guint64_to_gdouble to be compliant with vs6
11667         * gst/playback/gstdecodebin.c: (try_to_link_1)
11668         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11669                 use G_GINT64_CONSTANT for int64 constants
11670         * win32/common/libgstinterfaces.def:
11671                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11672         * win32/vs6:
11673                 update and add new project files
11674                 
11675 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11676
11677         * Makefile.am:
11678         * win32/MANIFEST:
11679         * win32/common/interfaces-enumtypes.c:
11680         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11681         (gst_mixer_track_flags_get_type),
11682         (gst_tuner_channel_flags_get_type):
11683         * win32/common/interfaces-enumtypes.h:
11684         * win32/common/multichannel-enumtypes.c:
11685         (gst_audio_channel_position_get_type):
11686         * win32/common/multichannel-enumtypes.h:
11687           add a win32-update rule like in core, and copy over enumtypes files
11688
11689 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11690
11691         * win32/MANIFEST:
11692         * win32/common/config.h:
11693         * win32/common/config.h.in:
11694           add config files just like in core
11695
11696 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11697
11698         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11699           Make gcc-4.1 happy (part of #327357).
11700
11701 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11702
11703         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11704         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11705         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11706         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11707         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11708         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11709           Update all error messages.  All of them should either use
11710           the default translated message, or actually provide a
11711           translatable string.
11712           Make the string for channel count problems meaningful.
11713
11714 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11715
11716         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11717           check for and throw RESOURCE_BUSY
11718
11719 2006-01-27  David Schleef  <ds@schleef.org>
11720
11721         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11722           checked in this change -- it requires liboil features not
11723           in 0.3.6.  Revert parts.
11724
11725 2006-01-27  David Schleef  <ds@schleef.org>
11726
11727         * REQUIREMENTS:
11728         * configure.ac: update liboil requirement to 0.3.6
11729         * gst/videoscale/Makefile.am:
11730         * gst/videoscale/vs_scanline.c: liboilify
11731
11732 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11733
11734         * ext/libvisual/visual.c: (get_buffer):
11735           When pad_alloc returns a GstFlowReturn other
11736           than GST_FLOW_OK, make sure it is passed upstream.
11737
11738 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11739
11740         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11741         (gst_alsasink_class_init):
11742           Free the device name string.
11743
11744         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11745         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11746         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11747           Don't remove a pad from the collectpads structure until it
11748           is released - it's a request pad, and may receive data again
11749           if the element gets moved back to PLAYING state.
11750
11751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11752           Ensure we turn on double buffering on the Xv port, and
11753           set the colour key to something dark and mysterious that
11754           isn't black.
11755
11756 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11757
11758         * ext/alsa/gstalsaplugin.c: (plugin_init):
11759         * ext/cdparanoia/gstcdparanoiasrc.c:
11760         (gst_cd_paranoia_src_base_init), (plugin_init):
11761         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11763           - a library should not call setlocale. see "Libraries" node in
11764             gettext manual
11765           - make sure all plugins that use translation do bindtextdomain
11766             to point to the localedir
11767         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11768         (setup_sinks), (plugin_init):
11769           all this, and check for NULL when creating sinks
11770
11771 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11772
11773         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11774         (plugin_init): Make typefinding of subtitles work again.
11775
11776 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11779         (mp3_type_frame_length_from_header), (mp3_type_find),
11780         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11781         (plugin_init):
11782           Backport a bunch of typefinding fixes from the 0.8 branch.
11783           Also, improve wavpack typefinding: if we can't peek the
11784           entire wavpack block, try to parse the bits we can get and
11785           see if we find what we're looking for in those.
11786
11787 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11788
11789         * sys/ximage/ximagesink.c:
11790         (gst_ximagesink_calculate_pixel_aspect_ratio):
11791         * sys/xvimage/xvimagesink.c:
11792         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11793         more cases of pixel aspect ratio.
11794
11795 2006-01-26  Edward Hervey  <edward@fluendo.com>
11796
11797         * gst/playback/gstdecodebin.c: (pad_probe):
11798         Also consider the flush-start and tag events as unblockers
11799         for the pad probes.
11800
11801 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11802
11803         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11804         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11805         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11806         On the fly visualisation switch, works disabling, enabling as
11807         well but it won't be able to enable vis in a playbin that was
11808         created with no visualisation.
11809
11810 2006-01-25  Wim Taymans  <wim@fluendo.com>
11811
11812         * gst-libs/gst/audio/gstbaseaudiosink.c:
11813         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11814         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11815         resume after pause.
11816
11817 2006-01-25  Wim Taymans  <wim@fluendo.com>
11818
11819         * gst-libs/gst/audio/gstbaseaudiosink.c:
11820         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11821         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11822         Improve debugging.
11823         Post error when caps cannot be parsed.
11824         Resync on discontinuity in the stream.
11825         Clip samples to segment boundaries.
11826         return WRONG_STATE sooner when we are flushing.
11827
11828         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11829         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11830         Make audiosrc operate in TIME.
11831         Set TIMESTAMP and DURATION on buffers.
11832
11833 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * tests/examples/seek/seek.c: (main):
11836           Output tag messages as well.
11837
11838 2006-01-23  Edward Hervey  <edward@fluendo.com>
11839
11840         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11841         (free_pad_probes), (remove_fakesink), (pad_probe),
11842         (close_pad_link), (gst_decode_bin_change_state):
11843         Replace GstPadBlockCallback with pad probes that detect
11844         first buffer AND eos before removing fakesink.
11845         Fixes hang with demuxers doing EOS while pre-rolling.
11846         Solves #328279
11847
11848 2006-01-23  Andy Wingo  <wingo@pobox.com>
11849
11850         * ext/alsa/gstalsasink.c:
11851         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11852         (gst_base_rtp_depayload_setcaps),
11853         (gst_base_rtp_depayload_add_to_queue),
11854         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11855         
11856         Patch by: Jens Granseuer <jensgr at gmx dot net>
11857
11858 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11859
11860         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11861         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11862         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11863         frames. We might get a frame destroyed after changing state to
11864         NULL, adding a safety check on xcontext.
11865
11866 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         * gst-libs/gst/interfaces/xoverlay.c:
11869           Fix prepare-xwindow-id code example in the docs - we need to
11870           ignore all messages that aren't element messages as well.
11871           
11872 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11873
11874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11875           I think one day i'll completely undestand how caps negotiation
11876           is supposed to work. This refactoring handles buffer_alloc
11877           called with caps we can't handle. We definitely don't want a
11878           set_caps with those caps, so we define and allocate a buffer
11879           we would like to receive.
11880
11881 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11882
11883         * gst/playback/gstplaybasebin.c: (setup_source):
11884           Free iterator when done.
11885
11886 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11887
11888         * gst-libs/gst/audio/gstbaseaudiosink.c:
11889         (gst_base_audio_sink_render):
11890           Fix playback of non-synchronised streams by assuming a rate
11891           of 1.0 instead of a random one.
11892
11893           Makes this work again:
11894
11895           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11896           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11897           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11898           audioresample ! alsasink
11899
11900 === release 0.10.2 ===
11901
11902 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11903
11904         * configure.ac:
11905           releasing 0.10.2, "Then the devil is six"
11906
11907 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11908
11909         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11910         * gst/playback/gststreamselector.c:
11911         (gst_stream_selector_set_property):
11912           Comment out broken code that connects to the state-changed signal.
11913           At this point, changing current stream selection is broken, but 
11914           stuff like gst-launch playbin current-audio=1 works and filters
11915           to the chosen stream.
11916
11917 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11918
11919         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11920           Fix #327216 (null dereference in vorbisdec)
11921
11922 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11923
11924         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11925           Post taglist actually on bus instead of just freeing it
11926           (fixes #327114 and totem bug #327080).
11927
11928         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11929           Use gst_element_found_tags_for_pad(), so that the tags
11930           are sent downstream as an event as well.
11931
11932 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11933
11934         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11935         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11936         (gst_ximagesink_buffer_alloc):
11937         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11938         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11939         (gst_xvimagesink_buffer_alloc):
11940           move all regularly occurring messages to GST_LOG level
11941           add some more object logs
11942
11943 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11944
11945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11946           fix a silly segfault
11947
11948 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * docs/libs/gst-plugins-base-libs-docs.sgml:
11951         * docs/libs/gst-plugins-base-libs-sections.txt:
11952         * gst-libs/gst/audio/mixerutils.c:
11953         * gst-libs/gst/audio/mixerutils.h:
11954           Add docs for mixerutils stuff.
11955
11956 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11957
11958         * gst/playback/gstplaybasebin.c: (setup_source):
11959           Fix playback for sources that emit raw audio or
11960           raw video streams (e.g.: cd audio sources) (#325984).
11961
11962 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11963
11964         * gst-libs/gst/audio/mixerutils.c:
11965         (gst_audio_mixer_filter_do_filter):
11966           actually save the element we create
11967
11968 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11969
11970         * gst-libs/gst/cdda/gstcddabasesrc.c:
11971         (gst_cdda_base_src_handle_track_seek):
11972           No need to post a tag message on the bus when seeking
11973           within the same track, only post it when the current
11974           track changes.
11975
11976 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11977
11978         * gst/playback/gstplaybasebin.c: (group_destroy),
11979         (probe_triggered), (new_decoded_pad), (mute_group_type),
11980         (set_active_source):
11981         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11982         * gst/playback/gststreamselector.c:
11983         (gst_stream_selector_base_init),
11984         (gst_stream_selector_set_property),
11985         (gst_stream_selector_request_new_pad):
11986           Reenable stream selection. These mechanisms need a complete overhaul
11987           in the face of 0.8->0.10 changes though.
11988
11989 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11990
11991         * ext/ogg/gstoggdemux.c:
11992           Change the pad template to src_%d to match the pads that 
11993           are created from it. decodebin needs this information in order
11994           to decide that oggdemux is capable of producing multiple pads
11995           (and hence needs queues inserted).
11996
11997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11998         (gst_ogg_mux_collected):
11999           Make debug output more useful by using GST_PTR_FORMAT.
12000
12001 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12002
12003         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12004
12005         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
12006           Set depth and width for alaw/mulaw (fixes #326601).
12007
12008 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12009
12010         * tests/icles/Makefile.am:
12011           don't build the tests if we don't have the libs
12012
12013 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12014
12015         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
12016         (gst_cd_paranoia_paranoia_callback):
12017           Don't try to free NULL pointers.
12018
12019 2006-01-10  Edward Hervey  <edward@fluendo.com>
12020
12021         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
12022         (gst_audio_rate_change_state), (plugin_init):
12023         Add debugging category.
12024         Fix type issues.
12025         Add case for incoming buffers without valid offset/offset_end.
12026
12027 2006-01-10  Michael Smith  <msmith@fluendo.com>
12028
12029         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
12030           Don't leak GCond in audio sources.
12031
12032 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
12033
12034         * gst/playback/gstplaybin.c: (gen_audio_element):
12035           Don't leak an autoaudiosink/alsasink when we generate
12036           a new audio element. (old code, I guess)
12037
12038 2006-01-10  Michael Smith  <msmith@fluendo.com>
12039
12040         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
12041           Support float audio in audiorate.
12042           Use width rather than depth for selecting sample width.
12043
12044 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * gst/videotestsrc/videotestsrc.h:
12047           Use GLib types here (that way we don't have to include the
12048           generated _stdint.h header, which makes life easier for win32
12049           folks that don't use autotools for the build) (#325990, patch
12050           by: Sergey Scobich).
12051
12052 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12053
12054         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12055         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12056         (gst_ring_buffer_pause), (wait_segment):
12057         * gst-libs/gst/audio/gstringbuffer.h:
12058           Name (private) union, makes Forte compiler happy (this time
12059           for real) (#324900).
12060
12061 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12062
12063         * gst-libs/gst/audio/Makefile.am:
12064           Link against libgstinterfaces, needed for mixer
12065           and property probe stuff.
12066
12067 2006-01-09  Edward Hervey  <edward@fluendo.com>
12068
12069         * gst-libs/gst/Makefile.am:
12070
12071 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12072
12073         * gst-libs/gst/audio/Makefile.am:
12074         * gst-libs/gst/audio/mixerutils.c:
12075         (gst_audio_mixer_filter_do_filter),
12076         (gst_audio_mixer_filter_check_element),
12077         (gst_audio_mixer_filter_probe_feature),
12078         (element_factory_rank_compare_func),
12079         (gst_audio_default_registry_mixer_filter):
12080         * gst-libs/gst/audio/mixerutils.h:
12081           Add gst_audio_default_registry_mixer_filter() utility
12082           function.
12083
12084 2006-01-03  Michael Smith  <msmith@fluendo.com>
12085
12086         * gst/audioresample/resample.h:
12087           As before, but for o_buf
12088
12089 2006-01-03  Michael Smith  <msmith@fluendo.com>
12090
12091         * gst/audioresample/resample.h:
12092           Declare struct _ResampleState.buffer as unsigned char *, not void *,
12093           since we do arithmetic on it.
12094
12095 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
12096
12097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12098         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12099         (gst_ring_buffer_pause), (wait_segment):
12100         * gst-libs/gst/audio/gstringbuffer.h:
12101           Sun's Forte compiler doesn't seem to like anonymous structs,
12102           so use same setup as in GstBaseSrc (fixes #324900).
12103
12104 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12105
12106         * configure.ac:
12107         * gst/volume/Makefile.am:
12108         * gst/volume/demo.c:
12109           move old example to tests/examples/volume/volune.c
12110         * tests/examples/Makefile.am:
12111         * tests/examples/seek/seek.c: (main):
12112           change window-close event from "delete-event" to "destroy"
12113         * tests/examples/volume/Makefile.am:
12114         * tests/examples/volume/volume.c: (value_changed_callback),
12115         (setup_gui), (message_received), (eos_message_received), (main):
12116           fix event handling and bus usage
12117
12118 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
12119
12120         * gst/audiotestsrc/gstaudiotestsrc.c:
12121         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
12122         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
12123         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
12124         (gst_audio_test_src_create_square),
12125         (gst_audio_test_src_create_saw),
12126         (gst_audio_test_src_create_triangle),
12127         (gst_audio_test_src_create_silence),
12128         (gst_audio_test_src_create_white_noise),
12129         (gst_audio_test_src_create_pink_noise),
12130         (gst_audio_test_src_init_sine_table),
12131         (gst_audio_test_src_create_sine_table),
12132         (gst_audio_test_src_change_wave),
12133         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
12134         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
12135         * gst/audiotestsrc/gstaudiotestsrc.h:
12136           update to basesrc changes, implement segmented seeking and eos
12137           handling, add a 'sine-tab' waveform for performance critical playback
12138
12139 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12140
12141         * po/POTFILES.in:
12142           ... and this time the other modified file that I missed last time.
12143
12144 2005-12-29  Michael Smith  <msmith@fluendo.com>
12145
12146         * gst/playback/gstdecodebin.c: (new_pad):
12147           Fix non-C89 variable declaration not at the start of a block. Should
12148           help some compilers.
12149
12150 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * tests/check/Makefile.am:
12153           And now fix 'make distcheck' (builddir != srcdir)
12154
12155 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12156
12157         * configure.ac:
12158         * ext/cdparanoia/Makefile.am:
12159         * ext/cdparanoia/gstcdparanoia.c:
12160         * ext/cdparanoia/gstcdparanoia.h:
12161         * ext/cdparanoia/gstcdparanoiasrc.c:
12162         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
12163         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
12164         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
12165         (gst_cd_paranoia_paranoia_callback),
12166         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
12167         (gst_cd_paranoia_src_set_property),
12168         (gst_cd_paranoia_src_get_property), (plugin_init):
12169         * ext/cdparanoia/gstcdparanoiasrc.h:
12170           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
12171           plugin again (there are still fixes required to playbin to make
12172           cdda:// uris work there).
12173
12174 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12175
12176         * tests/check/Makefile.am:
12177           Fix test case compilation.
12178
12179 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         * gst-libs/gst/cdda/gstcddabasesrc.c:
12182         (gst_cdda_base_src_update_duration),
12183         (gst_cdda_base_src_calculate_cddb_id):
12184           An integer is not a string. Fix access to uninitialised variable.
12185
12186         * tests/check/Makefile.am:
12187           Add cddabasesrc unit test; also actually enable the vorbis test.
12188
12189         * tests/check/generic/states.c:
12190           Blacklist new cd audio elements as well.
12191
12192         * tests/check/libs/cddabasesrc.c:
12193           Unit test for GstCddaBaseSrc (discid calculation mostly).
12194
12195 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         * docs/libs/Makefile.am:
12198         * docs/libs/gst-plugins-base-libs-docs.sgml:
12199         * docs/libs/gst-plugins-base-libs-sections.txt:
12200         * docs/libs/gst-plugins-base-libs.types:
12201           Add docs for libgstcdda/GstCddaBaseSrc.
12202
12203         * gst-libs/gst/interfaces/mixertrack.h:
12204           Do one struct member per line with a semicolon at the end, that way
12205           even gtk-doc might parse it without complaining.
12206
12207 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * configure.ac:
12210         * gst-libs/gst/Makefile.am:
12211         * gst-libs/gst/cdda/Makefile.am:
12212         * gst-libs/gst/cdda/base64.c:
12213         * gst-libs/gst/cdda/base64.h:
12214         * gst-libs/gst/cdda/gstcddabasesrc.c:
12215         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
12216         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
12217         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
12218         (gst_cdda_base_src_get_property),
12219         (gst_cdda_base_src_get_track_from_sector),
12220         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
12221         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
12222         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
12223         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
12224         (gst_cdda_base_src_uri_get_protocols),
12225         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
12226         (gst_cdda_base_src_uri_handler_init),
12227         (gst_cdda_base_src_setup_interfaces),
12228         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
12229         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
12230         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
12231         (gst_cdda_base_src_add_tags),
12232         (gst_cdda_base_src_add_index_associations),
12233         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
12234         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
12235         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
12236         (gst_cdda_base_src_create):
12237         * gst-libs/gst/cdda/gstcddabasesrc.h:
12238         * gst-libs/gst/cdda/sha1.c:
12239         * gst-libs/gst/cdda/sha1.h:
12240           Add new libgstcdda with GstCddaBaseSrc class.
12241
12242 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12243
12244         * ext/gnomevfs/gstgnomevfssink.h:
12245           Use GstBaseSinkClass as parent_class member for class struct, not
12246           GstBaseSink.
12247
12248 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12249
12250         Patch by: Michael Benes
12251
12252         * gst/videotestsrc/gstvideotestsrc.c:
12253         (gst_video_test_src_class_init), (gst_video_test_src_start):
12254           Add start method to reset running time and number of frames sent
12255           when starting up (fixes #324696)
12256
12257 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12258
12259         * docs/plugins/Makefile.am:
12260         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12261         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12262         * docs/plugins/gst-plugins-base-plugins.args:
12263         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12264         * docs/plugins/gst-plugins-base-plugins.signals:
12265           Add docs stuff for gnomevfssrc and gnomevfssink.
12266
12267         * ext/gnomevfs/gstgnomevfssrc.c:
12268           Fix example pipeline in gtk-doc blurb.
12269
12270 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12271
12272         * ext/gnomevfs/Makefile.am:
12273         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12274         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12275         (gst_gnome_vfs_handle_get_type), (plugin_init):
12276         * ext/gnomevfs/gstgnomevfs.h:
12277         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12278         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12279         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12280         (gst_gnome_vfs_sink_set_property),
12281         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12282         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12283         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12284         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12285         (gst_gnome_vfs_sink_uri_get_type),
12286         (gst_gnome_vfs_sink_uri_get_protocols),
12287         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12288         (gst_gnome_vfs_sink_uri_handler_init):
12289         * ext/gnomevfs/gstgnomevfssink.h:
12290           Port gnomevfssink; add gtk-doc blurb.
12291
12292         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12293         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12294         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12295         (gst_gnome_vfs_src_uri_get_type),
12296         (gst_gnome_vfs_src_uri_get_protocols),
12297         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12298         (gst_gnome_vfs_src_uri_handler_init),
12299         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12300         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12301         (gst_gnome_vfs_src_send_additional_headers_callback),
12302         (gst_gnome_vfs_src_received_headers_callback),
12303         (gst_gnome_vfs_src_push_callbacks),
12304         (gst_gnome_vfs_src_pop_callbacks),
12305         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12306         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12307         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12308         * ext/gnomevfs/gstgnomevfssrc.h:
12309           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12310           file; add gtk-doc blurb with example pipelines.
12311
12312 === release 0.10.1 ===
12313
12314 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12315
12316         * configure.ac:
12317           releasing 0.10.1, "Dobro Dedek"
12318
12319 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12320
12321         * gst/typefind/gsttypefindfunctions.c:
12322         iLBC30 and iLBC20 added to typefind.
12323
12324 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12325
12326         * gst-libs/gst/audio/gstbaseaudiosink.c:
12327         (gst_base_audio_sink_class_init):
12328         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12329         (gst_base_audio_src_class_init):
12330           update strings, values are in microseconds
12331           change the default sink buffer time to something that is smaller
12332           (to help software volume mixing have a slightly lower delay) but
12333           still be acceptable on Wim's laptop
12334
12335 2005-12-20  Edward Hervey  <edward@fluendo.com>
12336
12337         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12338         Made a quack, forgot to add DUCK to the riff video template.
12339
12340 2005-12-19  Edward Hervey  <edward@fluendo.com>
12341
12342         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12343         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12344         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12345         (gst_ogm_parse_chain):
12346         Make sure pads are initialized correctly.
12347         * gst-libs/gst/riff/riff-ids.h:
12348         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12349         (gst_riff_create_video_template_caps):
12350         Add a whole bunch of FOURCC <=> MimeType.
12351         Extend the riff video pad template to support the newly added fourcc.
12352
12353 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12354
12355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12356         (gst_ogg_demux_activate_chain):
12357           Extra debug output when activating/deactivating chains.
12358
12359         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12360         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12361         (unlinked):
12362           Remove a queue from our list when it becomes unlinked.
12363           Don't add queues to elements in class 'Demux' if they
12364           can only produce one pad 
12365
12366 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12367
12368         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12369         (gst_video_sink_get_type): Add a debug category.
12370
12371 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12372
12373         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12374         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12375           Handle downstream newsegment by sending our own newsegment before the
12376           next buffer to be released. (#323900)
12377
12378 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12379
12380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12381         (gst_base_rtp_depayload_set_gst_timestamp):
12382           add queue delay to new segment as well (as opposed to just the first
12383           buffer). (bug #322347)
12384
12385 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12386
12387         * ext/libvisual/visual.c: (make_valid_name):
12388           change some char* into char[]
12389         * gst/audiotestsrc/gstaudiotestsrc.c:
12390         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12391         (gst_audio_test_src_create):
12392         * gst/audiotestsrc/gstaudiotestsrc.h:
12393           prepare to handle EOS and SEGMENT_DONE
12394
12395 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12396
12397         * tests/check/generic/states.c: (GST_START_TEST):
12398           Blacklist cdparanoia element in state test.
12399
12400 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12401
12402           Patch by: Benjamin Pineau
12403
12404         * gst/tcp/gsttcp.c:
12405         * gst/tcp/gsttcpclientsink.c:
12406         * gst/tcp/gsttcpserversink.c:
12407         * gst/tcp/gsttcpserversrc.c:
12408           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12409
12410 2005-12-15  Michael Smith  <msmith@fluendo.com>
12411
12412         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12413         (gst_video_rate_chain):
12414           Fix timestamping for videorate when the first buffer it sees has a
12415           non-zero timestamp. Fix some misleading debug output.
12416
12417 2005-12-15  Michael Smith  <msmith@fluendo.com>
12418
12419         * gst/audioresample/gstaudioresample.c:
12420           Don't leak all input buffers to audioresample.
12421
12422 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12423
12424         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12425           Don't operate on empty text buffers. Strip newlines and
12426           tabs only from the end of the text, but leave them intact
12427           in the middle. Fix typo in gtk-doc description.
12428
12429 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12430
12431         * gst/playback/gstplaybasebin.c:
12432         * gst/playback/gstplaybin.c: (handoff):
12433           Make sure the video frame buffer we return to apps via the
12434           "frame" property always has caps set on it. Modify
12435           _gst_gvalue_set_object() macro to handle NULL objects
12436           gracefully too.
12437
12438 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12439
12440         * gst/audiotestsrc/gstaudiotestsrc.c:
12441         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12442         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12443         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12444         (gst_audio_test_src_create):
12445         * gst/audiotestsrc/gstaudiotestsrc.h:
12446         Adjust to some recent api changes and add wtays new cool seeking
12447         capabillities
12448
12449 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12450
12451         * ext/alsa/Makefile.am:
12452         * ext/alsa/gstalsadeviceprobe.c:
12453         * ext/alsa/gstalsadeviceprobe.h:
12454           Helper functions to add device probing via the GstPropertyProbe
12455           interface to a class.
12456
12457         * ext/alsa/gstalsamixer.h:
12458           Comment out GST_ALSA_MIXER, it returns a struct that's not
12459           used.
12460
12461         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12462           Add some debug info. 
12463
12464         * ext/alsa/gstalsamixerelement.c:
12465         (gst_alsa_mixer_element_interface_supported),
12466         (gst_implements_interface_init),
12467         (gst_alsa_mixer_element_init_interfaces),
12468         (gst_alsa_mixer_element_class_init),
12469         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12470         (gst_alsa_mixer_element_set_property),
12471         (gst_alsa_mixer_element_get_property),
12472         (gst_alsa_mixer_element_change_state):
12473         * ext/alsa/gstalsamixerelement.h:
12474           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12475           for device handling (gnome-volume-control will need that).
12476
12477 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12478
12479         * ext/Makefile.am: fix cdparanoia entry
12480         * gst-plugins-base.spec.in: add cdparanoia
12481
12482 2005-12-12  Michael Smith  <msmith@fluendo.com>
12483
12484         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12485           Use the correct function to free list of typefind factories.
12486
12487 2005-12-12  Wim Taymans  <wim@fluendo.com>
12488
12489         * gst/videotestsrc/gstvideotestsrc.c:
12490         (gst_video_test_src_class_init), (gst_video_test_src_init),
12491         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12492         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12493         (gst_video_test_src_create):
12494         * gst/videotestsrc/gstvideotestsrc.h:
12495         Implement seeking in videotestsrc.
12496         Small cleanups.
12497
12498 2005-12-12  Wim Taymans  <wim@fluendo.com>
12499
12500         * ext/cdparanoia/Makefile.am:
12501         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12502         (gst_paranoia_endian_get_type), (_do_init),
12503         (cdparanoia_class_init), (cdparanoia_init),
12504         (cdparanoia_set_property), (cdparanoia_get_property),
12505         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12506         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12507         (cdparanoia_convert), (cdparanoia_get_query_types),
12508         (cdparanoia_query), (cdparanoia_set_index),
12509         (cdparanoia_uri_set_uri):
12510         * ext/cdparanoia/gstcdparanoia.h:
12511         Partially ported cdparanoia now that basesrc can support a
12512         plugin like this..
12513
12514 2005-12-12  Wim Taymans  <wim@fluendo.com>
12515
12516         * tests/examples/seek/scrubby.c: (main):
12517         Set higher priority for bus events so they don't get reordered with
12518         gtk gui events.
12519
12520         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12521         (flush_toggle_cb), (main):
12522         Added checkbox to disable flushing seeks. 
12523         Disable scrubbing when doing non flushing seeks.
12524
12525 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12526
12527         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12528         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12529         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12530         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12531           Implement some sort of event handling that doesn't rely on
12532           g_return_if_fail; make sure we always push the last chunk of an 
12533           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12534           state change function; remove some old cruft. Seeking is still
12535           rather unlikely to work though.
12536
12537         * tools/.cvsignore:
12538           Ignore more.
12539
12540 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12541
12542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12543         Fixed a leak of the current image reference when cleaning up.
12544         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12545
12546 2005-12-09  Michael Smith  <msmith@fluendo.com>
12547
12548         * tools/Makefile.am:
12549         * tools/gst-launch-ext-m.m:
12550           Remove gst-launch-ext. It doesn't work, and is no longer
12551           particularly useful.
12552
12553 2005-12-08  Luca Ognibene  <luogni@tin.it>
12554
12555         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12556           don't pass random values to ogmparse convert function.
12557           Make seeking possible in the exile1.ogm file.
12558
12559 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12560
12561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12562         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12563           Work around refcount problem with g_value_set_object() that occur
12564           if the core has been compiled against GLib-2.6 (g_value_set_object()
12565           will only g_object_ref() the element, but the caller will
12566           gst_object_unref() it and bad things will happen due to the way
12567           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12568           totem for people on FC4 using Thomas's 0.10 RPMs.
12569           
12570 2005-12-07  Edward Hervey  <edward@fluendo.com>
12571
12572         Time to welcome ogm to 0.10 :)
12573         
12574         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12575         (gst_ogg_pad_typefind):
12576         Oggdemux can now properly typefind elements with dynamic pads.
12577         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12578         Properly set caps on src pad, and set caps on outgoing buffers.
12579
12580 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12581
12582         * ext/alsa/gstalsamixer.h:
12583         * ext/alsa/gstalsamixerelement.h:
12584         * ext/alsa/gstalsamixeroptions.h:
12585         * ext/alsa/gstalsamixertrack.h:
12586         * ext/alsa/gstalsasink.c:
12587         * ext/alsa/gstalsasink.h:
12588         * ext/alsa/gstalsasrc.c:
12589         * ext/alsa/gstalsasrc.h:
12590         * ext/cdparanoia/gstcdparanoia.h:
12591         * ext/gnomevfs/gstgnomevfsuri.h:
12592         * ext/ogg/gstoggdemux.c:
12593         * ext/ogg/gstoggmux.c:
12594         * ext/pango/gsttextoverlay.h:
12595         * ext/theora/theoradec.c:
12596         * ext/theora/theoraenc.c:
12597         * ext/vorbis/vorbisdec.h:
12598         * ext/vorbis/vorbisenc.c:
12599         * ext/vorbis/vorbisenc.h:
12600         * ext/vorbis/vorbisparse.h:
12601         * gst-libs/gst/audio/gstaudioclock.h:
12602         * gst-libs/gst/audio/gstaudiosink.c:
12603         * gst-libs/gst/audio/gstaudiosink.h:
12604         * gst-libs/gst/audio/gstaudiosrc.c:
12605         * gst-libs/gst/audio/gstaudiosrc.h:
12606         * gst-libs/gst/audio/gstbaseaudiosink.c:
12607         * gst-libs/gst/audio/gstbaseaudiosink.h:
12608         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12609         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12610         * gst-libs/gst/audio/gstringbuffer.h:
12611         * gst-libs/gst/audio/multichannel.h:
12612         * gst-libs/gst/floatcast/floatcast.h:
12613         * gst-libs/gst/interfaces/colorbalance.c:
12614         * gst-libs/gst/interfaces/colorbalance.h:
12615         * gst-libs/gst/interfaces/colorbalancechannel.h:
12616         * gst-libs/gst/interfaces/mixer.h:
12617         * gst-libs/gst/interfaces/mixeroptions.h:
12618         * gst-libs/gst/interfaces/mixertrack.h:
12619         * gst-libs/gst/interfaces/navigation.h:
12620         * gst-libs/gst/interfaces/propertyprobe.h:
12621         * gst-libs/gst/interfaces/tuner.h:
12622         * gst-libs/gst/interfaces/tunerchannel.h:
12623         * gst-libs/gst/interfaces/tunernorm.h:
12624         * gst-libs/gst/interfaces/xoverlay.h:
12625         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12626         * gst-libs/gst/riff/riff-ids.h:
12627         * gst-libs/gst/riff/riff-media.h:
12628         * gst-libs/gst/riff/riff-read.h:
12629         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12630         * gst-libs/gst/rtp/gstbasertppayload.c:
12631         * gst-libs/gst/rtp/gstbasertppayload.h:
12632         * gst-libs/gst/rtp/gstrtpbuffer.c:
12633         * gst-libs/gst/rtp/gstrtpbuffer.h:
12634         * gst-libs/gst/tag/gsttageditingprivate.h:
12635         * gst-libs/gst/tag/gstvorbistag.c:
12636         (gst_tag_list_from_vorbiscomment_buffer):
12637         * gst-libs/gst/tag/tag.h:
12638         * gst-libs/gst/video/video.h:
12639         * gst/adder/gstadder.c:
12640         * gst/adder/gstadder.h:
12641         * gst/audioconvert/audioconvert.c:
12642         * gst/audioconvert/audioconvert.h:
12643         * gst/audioconvert/gstaudioconvert.c:
12644         * gst/audioconvert/gstchannelmix.c:
12645         * gst/audioconvert/gstchannelmix.h:
12646         * gst/audiorate/gstaudiorate.c:
12647         * gst/audioresample/buffer.h:
12648         * gst/audioresample/functable.h:
12649         * gst/audioresample/gstaudioresample.c:
12650         * gst/audioresample/resample.h:
12651         * gst/ffmpegcolorspace/avcodec.h:
12652         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12653         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12654         * gst/ffmpegcolorspace/imgconvert.c:
12655         * gst/ffmpegcolorspace/imgconvert_template.h:
12656         * gst/playback/gstdecodebin.c:
12657         * gst/playback/gstplaybasebin.h:
12658         * gst/playback/gstplaybin.c:
12659         * gst/playback/gststreaminfo.h:
12660         * gst/tcp/gstfdset.c:
12661         * gst/tcp/gstfdset.h:
12662         * gst/tcp/gstmultifdsink.c:
12663         * gst/tcp/gstmultifdsink.h:
12664         * gst/tcp/gsttcp.h:
12665         * gst/tcp/gsttcpclientsrc.c:
12666         * gst/tcp/gsttcpclientsrc.h:
12667         * gst/tcp/gsttcpplugin.h:
12668         * gst/tcp/gsttcpserversink.c:
12669         * gst/tcp/gsttcpserversrc.c:
12670         * gst/typefind/gsttypefindfunctions.c:
12671         * gst/videorate/gstvideorate.c:
12672         * gst/videotestsrc/gstvideotestsrc.h:
12673         * gst/videotestsrc/videotestsrc.h:
12674         * sys/v4l/gstv4lcolorbalance.h:
12675         * sys/v4l/gstv4ltuner.h:
12676         * sys/v4l/gstv4lxoverlay.h:
12677         * sys/v4l/v4l_calls.h:
12678         * sys/v4l/videodev_mjpeg.h:
12679         * tests/check/elements/audioconvert.c:
12680         * tests/check/elements/audioresample.c:
12681         * tests/check/elements/audiotestsrc.c:
12682         * tests/check/elements/videotestsrc.c:
12683         * tests/check/elements/volume.c:
12684         * tests/examples/seek/scrubby.c:
12685         * tests/examples/seek/seek.c:
12686           expand tabs
12687
12688 === release 0.10.0 ===
12689
12690 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12691
12692         * configure.ac:
12693           releasing 0.10.0, "Mont-d'or"
12694
12695 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12696
12697         * tests/examples/seek/Makefile.am:
12698         Build fix for when gtk is not available.
12699
12700 2005-12-05  Andy Wingo  <wingo@pobox.com>
12701
12702         * ext/libvisual/visual.c: (get_buffer):
12703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12704         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12705         * ext/theora/theoradec.c: (theora_handle_data_packet):
12706         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12707         (theora_enc_chain):
12708         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12709         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12710         Update for alloc_buffer changes.
12711
12712 2005-12-05  Andy Wingo  <wingo@pobox.com>
12713
12714         patch by: Kai Vehmanen <kv2004 eca cx>
12715         
12716         * gst-libs/gst/rtp/gstbasertpdepayload.c
12717         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12718
12719 2005-12-04  Andy Wingo  <wingo@pobox.com>
12720
12721         patch by: Sebastien Cote <sebas642 yahoo ca>
12722         
12723         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12724         Fixes #319172.
12725
12726 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12727
12728         * docs/plugins/Makefile.am:
12729         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12730         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12731         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12732         * ext/pango/gstclockoverlay.c:
12733         * ext/pango/gsttextoverlay.c: 
12734         * ext/pango/gsttextrender.c:
12735         * ext/pango/gsttimeoverlay.c:
12736           Add gtk-doc blurbs to pango elements.
12737
12738 2005-12-02  Wim Taymans  <wim@fluendo.com>
12739
12740         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12741         * gst/audioresample/buffer.h:
12742         * gst/audioresample/gstaudioresample.c:
12743         * gst/audioresample/gstaudioresample.h:
12744         * gst/audioresample/resample.c: (resample_input_flush),
12745         (resample_input_pushthrough), (resample_input_eos),
12746         (resample_get_output_size_for_input),
12747         (resample_get_input_size_for_output), (resample_get_output_size),
12748         (resample_get_output_data):
12749         * gst/audioresample/resample.h:
12750         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12751         Fix audioresample, seek torture, new segments, reverse negotiation
12752         etc.. work fine.
12753
12754 2005-12-02  Wim Taymans  <wim@fluendo.com>
12755
12756         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12757         Small cleanups.
12758
12759 2005-12-02  Wim Taymans  <wim@fluendo.com>
12760
12761         * gst/audioconvert/gstaudioconvert.c:
12762         (gst_audio_convert_transform):
12763         Post errors.
12764
12765 === release 0.9.7 ===
12766
12767 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12768
12769         * configure.ac:
12770           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12771
12772 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12773
12774         * Makefile.am:
12775         * po/hu.po:
12776         * win32/MANIFEST:
12777         * win32/gst.sln:
12778           add win32 MANIFEST file
12779           do something to the hungarian translation
12780
12781 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12782
12783         * ext/Makefile.am:
12784           Add $(PANGO_DIR) to SUBDIRS
12785
12786         * ext/pango/gstclockoverlay.c:
12787         * ext/pango/gsttimeoverlay.c:
12788           Fix and improve element descriptions.
12789
12790 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12791
12792         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12793         * docs/plugins/inspect/plugin-libvisual.xml:
12794         * docs/plugins/inspect/plugin-pango.xml:
12795           add pango plugin to docs
12796
12797 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12798
12799         * configure.ac:
12800         * ext/Makefile.am:
12801           moved pango to base
12802
12803 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12804
12805         * configure.ac:
12806         * tests/Makefile.am:
12807         * tests/icles/.cvsignore:
12808         * tests/icles/Makefile.am:
12809         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12810         (close_display), (resize_window), (move_window), (create_window),
12811         (terminate_playback), (pause_playback), (start_playback), (main):
12812           add stress test for xoverlay from Julien
12813
12814 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12815
12816         * docs/libs/tmpl/gstcolorbalance.sgml:
12817         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12818         * gst-libs/gst/rtp/gstbasertppayload.c:
12819         * gst-libs/gst/rtp/gstrtpbuffer.c:
12820         * gst-libs/gst/rtp/gstrtpbuffer.h:
12821           Do burger's rename for rtp payloaders and depayloaders
12822
12823 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12824
12825         * win32/:
12826           add Visual Studio 6 build files
12827
12828 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12829
12830         * docs/libs/gst-plugins-base-libs-docs.sgml:
12831         * docs/libs/gst-plugins-base-libs-sections.txt:
12832         * docs/libs/tmpl/gstaudio.sgml:
12833         * docs/libs/tmpl/gstringbuffer.sgml:
12834         * gst-libs/gst/interfaces/xoverlay.c:
12835         * gst-libs/gst/video/gstvideofilter.c:
12836         * gst-libs/gst/video/gstvideosink.c:
12837           update documentation
12838
12839 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12840
12841         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12842         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12843         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12844         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12845         (gst_multi_fd_sink_get_stats),
12846         (gst_multi_fd_sink_remove_client_link),
12847         (gst_multi_fd_sink_handle_client_read),
12848         (gst_multi_fd_sink_client_queue_data),
12849         (gst_multi_fd_sink_client_queue_caps),
12850         (gst_multi_fd_sink_client_queue_buffer),
12851         (gst_multi_fd_sink_new_client),
12852         (gst_multi_fd_sink_handle_client_write),
12853         (gst_multi_fd_sink_recover_client),
12854         (gst_multi_fd_sink_queue_buffer),
12855         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12856         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12857         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12858         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12859         * gst/tcp/gstmultifdsink.h:
12860         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12861         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12862         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12863         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12864         (gst_tcp_client_sink_set_property),
12865         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12866         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12867         * gst/tcp/gsttcpclientsink.h:
12868         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12869         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12870         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12871         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12872         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12873         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12874         * gst/tcp/gsttcpclientsrc.h:
12875         * gst/tcp/gsttcpplugin.c: (plugin_init):
12876         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12877         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12878         (gst_tcp_server_sink_finalize),
12879         (gst_tcp_server_sink_handle_server_read),
12880         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12881         (gst_tcp_server_sink_set_property),
12882         (gst_tcp_server_sink_get_property),
12883         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12884         * gst/tcp/gsttcpserversink.h:
12885         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12886         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12887         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12888         (gst_tcp_server_src_set_property),
12889         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12890         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12891         * gst/tcp/gsttcpserversrc.h:
12892           more borgifying
12893
12894 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12895
12896         * docs/plugins/Makefile.am:
12897         * docs/plugins/gst-plugins-base-plugins.args:
12898         * docs/plugins/inspect/plugin-libvisual.xml:
12899         * gst/audioconvert/plugin.h:
12900         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12901         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12902         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12903         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12904         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12905         (plugin_init):
12906         * gst/audiotestsrc/gstaudiotestsrc.c:
12907         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12908         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12909         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12910         (gst_audio_test_src_get_query_types),
12911         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12912         (gst_audio_test_src_create_square),
12913         (gst_audio_test_src_create_saw),
12914         (gst_audio_test_src_create_triangle),
12915         (gst_audio_test_src_create_silence),
12916         (gst_audio_test_src_create_white_noise),
12917         (gst_audio_test_src_init_pink_noise),
12918         (gst_audio_test_src_generate_pink_noise_value),
12919         (gst_audio_test_src_create_pink_noise),
12920         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12921         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12922         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12923         (plugin_init):
12924         * gst/audiotestsrc/gstaudiotestsrc.h:
12925         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12926         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12927         (gst_sub_parse_init), (gst_sub_parse_formats),
12928         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12929         (convert_encoding), (get_next_line),
12930         (gst_sub_parse_data_format_autodetect),
12931         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12932         (gst_sub_parse_loop), (gst_sub_parse_chain),
12933         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12934         (plugin_init):
12935         * gst/subparse/gstsubparse.h:
12936         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12937         (gst_video_rate_base_init), (gst_video_rate_class_init),
12938         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12939         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12940         (gst_video_rate_init), (gst_video_rate_event),
12941         (gst_video_rate_chain), (gst_video_rate_set_property),
12942         (gst_video_rate_get_property), (gst_video_rate_change_state),
12943         (plugin_init):
12944         * gst/videoscale/gstvideoscale.c:
12945         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12946         (gst_video_scale_src_template_factory),
12947         (gst_video_scale_sink_template_factory),
12948         (gst_video_scale_get_type), (gst_video_scale_base_init),
12949         (gst_video_scale_class_init), (gst_video_scale_init),
12950         (gst_video_scale_set_property), (gst_video_scale_get_property),
12951         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12952         (gst_video_scale_prepare_size), (parse_caps),
12953         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12954         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12955         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12956         (plugin_init):
12957         * gst/videoscale/gstvideoscale.h:
12958         * gst/videotestsrc/gstvideotestsrc.c:
12959         (gst_video_test_src_pattern_get_type),
12960         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12961         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12962         (gst_video_test_src_set_pattern),
12963         (gst_video_test_src_set_property),
12964         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12965         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12966         (gst_video_test_src_event), (gst_video_test_src_get_times),
12967         (gst_video_test_src_create), (plugin_init):
12968         * gst/videotestsrc/gstvideotestsrc.h:
12969         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12970         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12971         (gst_video_test_src_black):
12972         * gst/videotestsrc/videotestsrc.h:
12973           borgify further
12974           clean up docs a little
12975
12976 2005-11-30  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12979         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12980         (gst_basertppayload_event), (gst_basertppayload_push),
12981         (gst_basertppayload_change_state):
12982         * gst-libs/gst/rtp/gstbasertppayload.h:
12983         closed #320644.
12984
12985 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12986
12987         * docs/libs/gst-plugins-base-libs-docs.sgml:
12988         * docs/libs/gst-plugins-base-libs-sections.txt:
12989         * gst-libs/gst/video/gstvideofilter.c:
12990         * gst-libs/gst/video/gstvideosink.c:
12991         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12992
12993 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12994
12995         * LICENSE:
12996           move
12997         * po/af.po:
12998         * po/az.po:
12999         * po/cs.po:
13000         * po/en_GB.po:
13001         * po/hu.po:
13002         * po/it.po:
13003         * po/nb.po:
13004         * po/nl.po:
13005         * po/or.po:
13006         * po/sq.po:
13007         * po/sr.po:
13008         * po/sv.po:
13009         * po/uk.po:
13010         * po/vi.po:
13011         * Makefile.am:
13012           update
13013         * scripts/autoplugins.sh:
13014           remove
13015
13016 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13017
13018         * Makefile.am:
13019         * configure.ac:
13020         * examples/Makefile.am:
13021         * examples/capsfilter/Makefile.am:
13022         * examples/capsfilter/capsfilter1.c:
13023         * examples/gob/Makefile.am:
13024         * examples/gob/gst-identity2.gob:
13025         * examples/indexing/.cvsignore:
13026         * examples/indexing/Makefile.am:
13027         * examples/indexing/indexmpeg.c:
13028         * examples/seeking/.cvsignore:
13029         * examples/seeking/Makefile.am:
13030         * examples/seeking/cdparanoia.c:
13031         * examples/seeking/cdplayer.c:
13032         * examples/seeking/chained.c:
13033         * examples/seeking/scrubby.c:
13034         * examples/seeking/seek.c:
13035         * examples/stats/Makefile.am:
13036         * examples/stats/mp2ogg.c:
13037         * examples/switch/.cvsignore:
13038         * examples/switch/Makefile.am:
13039         * examples/switch/switcher.c:
13040         * tests/Makefile.am:
13041         * tests/check/generic/.cvsignore:
13042         * tests/check/pipelines/.cvsignore:
13043         * tests/examples/Makefile.am:
13044         * tests/examples/seek/Makefile.am:
13045           reorganize stuff under tests/
13046
13047 2005-11-30  Edward Hervey  <edward@fluendo.com>
13048
13049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
13050         Go away you stupid GstStaticPadTemplate memleak.
13051
13052 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13053
13054         * gst-libs/gst/net/Makefile.am:
13055         * gst-libs/gst/net/README:
13056         * gst-libs/gst/net/gstnetbuffer.c:
13057         * gst-libs/gst/net/gstnetbuffer.h:
13058           this was moved to "netbuffer"
13059
13060 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13061
13062         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
13063         (gst_video_filter_class_init), (gst_video_filter_init):
13064         * gst-libs/gst/video/gstvideofilter.h:
13065           borgify name to bring in line with other classes
13066
13067 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13068
13069         * gst/audioscale/.cvsignore:
13070         * gst/audioscale/Makefile.am:
13071         * gst/audioscale/README:
13072         * gst/audioscale/audioscale.vcproj:
13073         * gst/audioscale/dtof.c:
13074         * gst/audioscale/dtos.c:
13075         * gst/audioscale/functable.c:
13076         * gst/audioscale/gstaudioscale.c:
13077         * gst/audioscale/gstaudioscale.h:
13078         * gst/audioscale/private.h:
13079         * gst/audioscale/resample.c:
13080         * gst/audioscale/resample.h:
13081         * gst/audioscale/test.c:
13082           remove
13083
13084 2005-11-30  Edward Hervey  <edward@fluendo.com>
13085
13086         * gst-libs/gst/netbuffer/Makefile.am:
13087         really, really tired
13088
13089 2005-11-30  Edward Hervey  <edward@fluendo.com>
13090
13091         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13092         Update for new GstTypeFindFactory _register()
13093
13094 2005-11-30  Edward Hervey  <edward@fluendo.com>
13095
13096         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
13097         Let's not override libgstnet from core for no reason...
13098         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
13099         Ok, maybe not so quick next time.
13100
13101 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13102
13103         * configure.ac:
13104         * gst-libs/gst/Makefile.am:
13105           moved gst-libs/gst/net to netbuffer through CVS surgery
13106           remove old directory
13107           updating build to accomodate
13108           (#322257)
13109
13110 2005-11-29  Andy Wingo  <wingo@pobox.com>
13111
13112         * pkgconfig/gstreamer-plugins-base.pc.in:
13113         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
13114         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
13115         (#322257).
13116
13117 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13118
13119         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
13120         3rd time's the charm. Correct ref-counting for discarded buffers.
13121
13122 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13123
13124         * gst/playback/gststreamselector.c:
13125         (gst_stream_selector_class_init),
13126         (gst_stream_selector_set_property),
13127         (gst_stream_selector_get_property),
13128         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13129         Fix ref-counting
13130
13131 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13132
13133         * gst/subparse/gstsubparse.c: (feed_textbuf):
13134           Don't access already unref'ed buffer.
13135
13136 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13137
13138         * gst/playback/gststreamselector.c:
13139         (gst_stream_selector_class_init), (gst_stream_selector_init),
13140         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
13141         (gst_stream_selector_get_property),
13142         (gst_stream_selector_get_linked_pad),
13143         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13144         * gst/playback/gststreamselector.h:
13145         Add the active-pad property for playbin to use shortly. Ignore buffers
13146         from any other pad, returning GST_FLOW_NOT_LINKED
13147
13148 2005-11-29  Julien MOUTTE  <julien@moutte.net>
13149
13150         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
13151         patch from bug #322704 (Alessandro Decina).
13152
13153 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13154
13155         * gst-libs/gst/audio/Makefile.am:
13156           folded audiofilter into the audio library
13157
13158 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13159
13160         * gst/videoscale/gstvideoscale.h:
13161         * gst/videoscale/gstvideoscale.c:
13162           remove unimplemented scale methods
13163
13164 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13165
13166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
13167           Don't leak caps.
13168
13169 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13170
13171         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13172         (gst_ximagesink_setcaps):
13173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13174         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
13175         happens (only visible on ximagesink but bug is in xv too) set_caps was
13176         destroying the internal x[v]image used to memcpy non locally alloced
13177         buffers so that it got renewed on next _chain. The issue is that 
13178         _expose will try to put that image as it reffed it in _put.
13179         Using gst_buffer_unref instead of destroy fixes it !
13180
13181 2005-11-28  Edward Hervey  <edward@fluendo.com>
13182
13183         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13184         (try_to_link_1), (queue_filled_cb):
13185         Better use of the queues. Start with a small size queue and only increase
13186         the size of the queues when the other queues are empty.
13187
13188 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13189
13190         * gst-libs/gst/video/Makefile.am:
13191           compile in copied-over videofilter into the video library
13192         * gst-libs/gst/video/videosink.h:
13193           rename the header to gstvideosink.h since it's a base GstObject class
13194         * sys/ximage/ximagesink.h:
13195         * sys/xvimage/xvimagesink.h:
13196           use the new header
13197
13198 2005-11-28  Wim Taymans  <wim@fluendo.com>
13199
13200         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
13201         * gst/playback/gstplaybasebin.h:
13202         Prepare to handle errors betters.
13203
13204         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
13205         Set sinks to PAUSED first before adding and linking them so that
13206         we don't interrupt dataflow.
13207
13208 2005-11-28  Wim Taymans  <wim@fluendo.com>
13209
13210         * gst-libs/gst/audio/TODO:
13211         Updated TODO
13212
13213         * gst-libs/gst/audio/gstaudiosink.c:
13214         (gst_audioringbuffer_open_device),
13215         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
13216         (gst_audioringbuffer_release):
13217         Small cleanups.
13218
13219         * gst-libs/gst/audio/gstbaseaudiosink.c:
13220         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
13221         (gst_base_audio_sink_change_state):
13222         Slave to the master clock when going to PLAYING and unslave when
13223         going to PAUSED.
13224
13225         * gst-libs/gst/audio/gstringbuffer.c:
13226         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13227         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13228         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13229         (gst_ring_buffer_clear_all), (wait_segment),
13230         (gst_ring_buffer_commit), (gst_ring_buffer_read),
13231         (gst_ring_buffer_advance):
13232         * gst-libs/gst/audio/gstringbuffer.h:
13233         Add some docs and cleanups.
13234
13235 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13236
13237         * sys/xvimage/xvimagesink.c:
13238         (gst_xvimagesink_navigation_send_event): Fix navigation events
13239         coordinates translation with pixel aspect ratios.
13240
13241 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13242
13243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
13244         Use calculated video geometry from _setcaps instead of buffer
13245         caps to respect pixel aspect ratio. (fixes #322388)
13246
13247 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13248
13249         * docs/libs/tmpl/gstcolorbalance.sgml:
13250         * docs/libs/tmpl/gstmixer.sgml:
13251         * docs/libs/tmpl/gstxoverlay.sgml:
13252         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
13253         interface.
13254
13255 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13256
13257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13258         Refuse to create an XvImage if we can't find the format.
13259
13260 2005-11-28  Edward Hervey  <edward@fluendo.com>
13261
13262         * gst-libs/gst/riff/riff-media.c:
13263         (gst_riff_create_audio_template_caps):
13264         Add ATRAC3 to the list of riff-possible audio caps.
13265         I know we still don't have a plugin for atrac3, but it's saner to output
13266         that than a cryptic mimetype.
13267
13268 2005-11-27  Edward Hervey  <edward@fluendo.com>
13269
13270         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13271         Don't try to create a zero-sized subbuffer.
13272
13273 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13274
13275         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13276         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13277         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13278         (gst_ximagesink_expose): Fixed a tricky race.
13279         * sys/ximage/ximagesink.h:
13280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13281         (gst_xvimagesink_expose): Fixed a tricky race.
13282         * sys/xvimage/xvimagesink.h:
13283
13284 2005-11-27  Edward Hervey  <edward@fluendo.com>
13285
13286         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13287         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13288         Remove unused properties, and add queues between demuxers and decoders
13289         so that a lot more files can preroll properly.
13290
13291 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13292
13293         * gst-libs/gst/net/Makefile.am:
13294         * gst-libs/gst/rtp/Makefile.am:
13295         * gst-libs/gst/tag/Makefile.am:
13296           remove silly include
13297         * gst/tags/Makefile.am:
13298         * gst/tags/gsttagediting.c:
13299         * gst/tags/gsttageditingprivate.h:
13300         * gst/tags/tagedit.vcproj:
13301           remove directory, is as good as empty
13302
13303 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13304
13305         * configure.ac:
13306           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13307         * gst-libs/Makefile.am:
13308         * gst-libs/gst/audio/Makefile.am:
13309         * gst-libs/gst/interfaces/Makefile.am:
13310         * gst-libs/gst/net/Makefile.am:
13311         * gst-libs/gst/riff/Makefile.am:
13312         * gst-libs/gst/rtp/Makefile.am:
13313         * gst-libs/gst/tag/Makefile.am:
13314         * gst-libs/gst/video/Makefile.am:
13315           and use them
13316
13317 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13318
13319         * docs/libs/tmpl/gstcolorbalance.sgml:
13320         * docs/libs/tmpl/gstmixer.sgml:
13321         * docs/libs/tmpl/gstxoverlay.sgml:
13322         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13323         * sys/ximage/ximagesink.h:
13324         * sys/xvimage/xvimagesink.h: More and more documentation.
13325
13326 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13327
13328         * docs/libs/gst-plugins-base-libs-docs.sgml:
13329         * docs/libs/gst-plugins-base-libs-sections.txt:
13330         * docs/libs/tmpl/gstcolorbalance.sgml:
13331         * docs/libs/tmpl/gstmixer.sgml:
13332         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13333         to documentation.
13334
13335 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13336
13337         * docs/plugins/Makefile.am:
13338         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13339         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13340         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13341
13342 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13343
13344         * docs/plugins/Makefile.am:
13345         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13346         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13347         * docs/plugins/inspect/plugin-adder.xml:
13348         * docs/plugins/inspect/plugin-alsa.xml:
13349         * docs/plugins/inspect/plugin-audioconvert.xml:
13350         * docs/plugins/inspect/plugin-audiorate.xml:
13351         * docs/plugins/inspect/plugin-audioresample.xml:
13352         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13353         * docs/plugins/inspect/plugin-decodebin.xml:
13354         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13355         * docs/plugins/inspect/plugin-gnomevfs.xml:
13356         * docs/plugins/inspect/plugin-ogg.xml:
13357         * docs/plugins/inspect/plugin-playbin.xml:
13358         * docs/plugins/inspect/plugin-subparse.xml:
13359         * docs/plugins/inspect/plugin-tcp.xml:
13360         * docs/plugins/inspect/plugin-theora.xml:
13361         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13362         * docs/plugins/inspect/plugin-video4linux.xml:
13363         * docs/plugins/inspect/plugin-videorate.xml:
13364         * docs/plugins/inspect/plugin-videoscale.xml:
13365         * docs/plugins/inspect/plugin-videotestsrc.xml:
13366         * docs/plugins/inspect/plugin-volume.xml:
13367         * docs/plugins/inspect/plugin-vorbis.xml:
13368         * docs/plugins/inspect/plugin-ximagesink.xml:
13369         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13370         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13371
13372 2005-11-26  Edward Hervey  <edward@fluendo.com>
13373
13374         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13375         Properly return GstFlowReturn from gst_pad_push in chain functions.
13376
13377 2005-11-25  Michael Smith  <msmith@fluendo.com>
13378
13379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13380         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13381         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13382         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13383           Handle various conditions better when we don't understand a stream.
13384           Removes a heap of CRITICALs on ogg streams containing unknown data.
13385
13386 2005-11-24  Andy Wingo  <wingo@pobox.com>
13387
13388         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13389         Be threadsafe.
13390
13391 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13392
13393         * configure.ac: back to HEAD
13394
13395 === release 0.9.6 ===
13396
13397 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13398
13399         * configure.ac:
13400           releasing 0.9.6, "White Eight"
13401
13402 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13403
13404         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13405         * docs/plugins/inspect/plugin-sine.xml:
13406           remove sinesrc some more
13407
13408 2005-11-23  Wim Taymans  <wim@fluendo.com>
13409
13410         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13411         If we are reading too slowly, jump forward in the ringbuffer
13412         instead of blocking.
13413
13414 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13415
13416         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13417         (gst_visual_chain):
13418         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13419         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13420         (gst_videorate_chain):
13421         * gst/videotestsrc/gstvideotestsrc.c:
13422         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13423         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13424         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13425         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13426         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13427         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13428           Updates for API changes
13429
13430 2005-11-23  Wim Taymans  <wim@fluendo.com>
13431
13432         * gst-libs/gst/audio/gstbaseaudiosink.c:
13433         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13434         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13435         Fix for calibration API change.
13436
13437 2005-11-23  Michael Smith <msmith@fluendo.com>
13438
13439         * gst-libs/gst/audio/multichannel.c:
13440         (gst_audio_get_channel_positions),
13441         (gst_audio_set_channel_positions),
13442         (gst_audio_set_structure_channel_positions_list),
13443         (gst_audio_fixate_channel_positions):
13444           Use gst_value_array_*() functions on value arrays, not
13445           gst_value_list_*().
13446
13447 2005-11-23  Edward Hervey  <edward@fluendo.com>
13448
13449         * autogen.sh:
13450         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13451         Fixes autogen
13452
13453 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13454
13455         * check/Makefile.am:
13456         * check/elements/videotestsrc.c: (setup_videotestsrc),
13457         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13458         (main):
13459           add a test for videotestsrc
13460
13461 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13462
13463         * gst/sine/.cvsignore:
13464         * gst/sine/Makefile.am:
13465         * gst/sine/gstsinesrc.c:
13466         * gst/sine/gstsinesrc.h:
13467         * gst/sine/sinesrc.vcproj:
13468           and remove sinesrc from the repository.  Closes #321446
13469
13470 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13471
13472         * configure.ac:
13473         * gst-plugins-base.spec.in:
13474           remove sinesrc from the build
13475
13476 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13477
13478         * check/Makefile.am:
13479         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13480         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13481         (main):
13482           add a test for audiotestsrc, testing all waves.  Even seems
13483           leak-free at first glance, nice job Stefan
13484
13485 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13486
13487         * po/af.po:
13488         * po/az.po:
13489         * po/cs.po:
13490         * po/en_GB.po:
13491         * po/hu.po:
13492         * po/it.po:
13493         * po/nb.po:
13494         * po/nl.po:
13495         * po/or.po:
13496         * po/sq.po:
13497         * po/sr.po:
13498         * po/sv.po:
13499         * po/uk.po:
13500         * po/vi.po:
13501           Translation string updates
13502
13503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13504         (gst_v4lsrc_set_caps):
13505         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13506         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13507         * sys/v4l/v4lsrc_calls.h:
13508           Improve v4lsrc, by making it work again.
13509
13510 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13511
13512         * ext/libvisual/visual.c: (gst_visual_chain):
13513           Fix the fps calculations.
13514
13515         * gst/ffmpegcolorspace/avcodec.h:
13516           Move structure element for clarity
13517
13518         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13519         * gst-libs/gst/interfaces/tunernorm.h:
13520         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13521         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13523         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13524         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13525         (gst_v4lmjpegsrc_getcaps):
13526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13527         (gst_v4lsrc_set_caps):
13528         * sys/v4l/gstv4lsrc.h:
13529         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13530         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13531         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13532         * sys/v4l/v4lsrc_calls.h:
13533           Fractional framerates...
13534
13535 2005-11-22  Wim Taymans  <wim@fluendo.com>
13536
13537         * gst-libs/gst/audio/gstbaseaudiosink.c:
13538         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13539         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13540         And we provide a clock by default, of course...
13541
13542 2005-11-22  Wim Taymans  <wim@fluendo.com>
13543
13544         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13545         This clock can be slaved to a master clock now.
13546
13547         * gst-libs/gst/audio/gstbaseaudiosink.c:
13548         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13549         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13550         (gst_base_audio_sink_set_clock),
13551         (gst_base_audio_sink_set_property),
13552         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13553         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13554         * gst-libs/gst/audio/gstbaseaudiosink.h:
13555         Handle slaving the internal clock to the clock selected in the
13556         pipeline.
13557         Add property to make the basesink not provide a clock.
13558
13559         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13560         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13561         (gst_base_rtp_depayload_wait):
13562         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13563         We can use the clock in GstElement, no need to store it ourselves.
13564
13565 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13566
13567         * docs/libs/tmpl/gstaudio.sgml:
13568           update
13569         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13570         (gst_paranoia_endian_get_type):
13571         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13572         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13573         * gst/audiotestsrc/gstaudiotestsrc.c:
13574         (gst_audiostestsrc_wave_get_type):
13575         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13576         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13577         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13578         (gst_sync_method_get_type), (gst_unit_type_get_type),
13579         (gst_client_status_get_type), (gst_multifdsink_class_init),
13580         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13581         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13582         (gst_multifdsink_get_property):
13583         * gst/tcp/gstmultifdsink.h:
13584         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13585         * gst/videotestsrc/gstvideotestsrc.c:
13586         (gst_videotestsrc_pattern_get_type):
13587           remove deprecated properties
13588           fix up enums to correctly have short lowercase dashed nicks
13589
13590 2005-11-22  Michael Smith <msmith@fluendo.com>
13591
13592         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13593         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13594           Add underscore.
13595
13596 2005-11-22  Michael Smith <msmith@fluendo.com>
13597
13598         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13599         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13600           Use utility method for scaling clocktime for fractional framerates.
13601
13602 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13603
13604         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13605         (gst_visual_chain):
13606         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13607         * ext/theora/theoradec.c: (theora_handle_type_packet):
13608         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13609         (theora_enc_chain):
13610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13611         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13612         * gst-libs/gst/video/video.h:
13613         * gst/ffmpegcolorspace/avcodec.h:
13614         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13615         (gst_ffmpeg_caps_to_pixfmt):
13616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13617         (gst_ffmpegcsp_set_caps):
13618         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13619         (gst_videorate_setcaps), (gst_videorate_blank_data),
13620         (gst_videorate_chain):
13621         * gst/videotestsrc/gstvideotestsrc.c:
13622         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13623         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13624         (gst_videotestsrc_event), (gst_videotestsrc_create):
13625         * gst/videotestsrc/gstvideotestsrc.h:
13626         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13627         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13628         (gst_ximagesink_get_times), (gst_ximagesink_init):
13629         * sys/ximage/ximagesink.h:
13630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13631         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13632         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13633         * sys/xvimage/xvimagesink.h:
13634           Convert elements to use fractions for their framerate.
13635           V4L elements to come later tonight.
13636
13637 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13638
13639         * gst-libs/gst/audio/audio.c:
13640         * gst-libs/gst/audio/audio.h:
13641           remove some deprecated functions
13642
13643 2005-11-22  Andy Wingo  <wingo@pobox.com>
13644
13645         * Update for gst_tag_setter API changes.
13646
13647 2005-11-22  Andy Wingo  <wingo@pobox.com>
13648
13649         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13650         (gst_ogg_demux_perform_seek):
13651         * ext/theora/theoradec.c (theora_dec_sink_event):
13652         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13653         update-funcnames.
13654
13655 2005-11-22  Wim Taymans  <wim@fluendo.com>
13656
13657         * examples/seeking/seek.c: (main):
13658         Give higher priority to bus signals than the gtk events
13659         to fix a race condition in the segment looping.
13660
13661 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13662
13663         * ext/theora/Makefile.am:
13664         * ext/vorbis/Makefile.am:
13665         * gst-libs/gst/tag/Makefile.am:
13666         * gst-plugins-base.spec.in:
13667           Rename libgsttagedit to libgsttag (#322117).
13668
13669 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13673           Call gst_x_overlay_prepare_xwindow_id() to give applications
13674           a final chance to set their own xwindow id before the video
13675           sink creates its own window.
13676
13677 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13678
13679         * sys/xvimage/xvimagesink.c:
13680         (gst_xvimagesink_navigation_send_event): Handle navigation
13681         events correcly with borders if applicable.
13682
13683 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13684
13685         Patch by: Luca Ognibene
13686
13687         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13688         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13690         (gst_ffmpegcsp_caps_remove_format_info):
13691         * gst/ffmpegcolorspace/imgconvert.c:
13692         * gst/ffmpegcolorspace/imgconvert_template.h:
13693           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13694           #318353); use gst_structure_has_name().
13695
13696 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13697
13698         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13699         (gst_ximagesink_class_init): Add debug macros on functions.
13700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13701         (gst_xvimagesink_xwindow_draw_borders),
13702         (gst_xvimagesink_xvimage_put),
13703         (gst_xvimagesink_xwindow_update_geometry),
13704         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13705         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13706         (gst_xvimagesink_xcontext_clear),
13707         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13708         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13709         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13710         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13711         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13712         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13713         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13714         expose while being PAUSED, out of data flow navigation events, etc..
13715
13716 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13717
13718         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13719         * gst-libs/gst/audio/audio.h:
13720           fix prototype - wondering why the test worked regardless
13721
13722 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13723
13724         * check/Makefile.am:
13725         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13726         * gst-libs/gst/audio/audio.h:
13727           add a method that returns a proper GstClockTime
13728
13729 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13730
13731         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13732         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13733         * gst-libs/gst/interfaces/xoverlay.h:
13734           Remove everything having to do with the desired size; add 
13735           gst_x_overlay_prepare_xwindow_id() function; remove the
13736           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13737           post a message on the bus instead (#321816).
13738
13739         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13741         (gst_xvimagesink_xoverlay_init):
13742           Remove desired size stuff (#321816).
13743
13744 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13745
13746         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13747         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13748         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13749           Terminate vararg functions with NULL instead of 0 to 
13750           make gcc4 happy.
13751
13752 2005-11-21  Andy Wingo  <wingo@pobox.com>
13753
13754         patch by: Sebastien Cote <sebas642@yahoo.ca>
13755         
13756         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13757         * gst-libs/gst/rtp/gstrtpbuffer.c
13758         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13759
13760 2005-11-21  Andy Wingo  <wingo@pobox.com>
13761
13762         * gst/playback/gstplaybin.c (gen_audio_element) 
13763         (gen_video_element): Use the new MISSING_PLUGIN core error
13764         category. Closes #320060.
13765
13766         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13767         * gst/videorate/gstvideorate.c (gst_videorate_event):
13768         * ext/theora/theoradec.c (theora_dec_sink_event): 
13769         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13770         stream lock.
13771
13772         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13773         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13774         stream lock changes.
13775
13776 2005-11-21  Wim Taymans  <wim@fluendo.com>
13777
13778         * gst-libs/gst/audio/gstbaseaudiosink.c:
13779         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13780         (gst_base_audio_sink_provide_clock),
13781         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13782         (gst_base_audio_sink_change_state):
13783         * gst/audioresample/gstaudioresample.c:
13784         Segment update fix.
13785
13786 2005-11-21  Andy Wingo  <wingo@pobox.com>
13787
13788         * *.h:
13789         * *.c: Ran scripts/update-macros. Oh yes.
13790
13791 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13792
13793         * sys/ximage/Makefile.am:
13794         * sys/ximage/ximage.c:
13795           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13796           remove your old libgstximage.* manually if necessary).
13797
13798 2005-11-21  Michael Smith <msmith@fluendo.com>
13799
13800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13801           Minimal fix for bug #320200: set the min/max bitrate in the correct
13802           units. A better fix would be to upgrade to the RATEMANAGE2
13803           interface, rather than using the deprecated interface used here, but
13804           that would require an update in our libvorbis dependency (to 1.1),
13805           which is probably undesirable.
13806
13807 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13808
13809         * ext/libvisual/visual.c: (get_buffer):
13810         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13811         (gst_base_audio_src_fixate):
13812         * gst/audioconvert/gstaudioconvert.c:
13813         (gst_audio_convert_fixate_caps):
13814         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13815         * gst/audiotestsrc/gstaudiotestsrc.c:
13816         (gst_audiotestsrc_src_fixate):
13817         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13818         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13819         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13820         * gst/videotestsrc/gstvideotestsrc.c:
13821         (gst_videotestsrc_src_fixate):
13822         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13824           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13825           (#322027)
13826
13827
13828 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13829
13830         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13831         (gst_riff_create_iavs_caps):
13832         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13833         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13834         (gst_riff_parse_info):
13835         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13836         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13838           Fixes for GST_FOURCC_FORMAT API change.
13839
13840 2005-11-21  Andy Wingo  <wingo@pobox.com>
13841
13842         patch by: Alessandro Dessina <alessandro nnva org>
13843
13844         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13845         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13846         (gst_ogg_parse_chain):
13847         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13848         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13849         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13850         gst_value_list calls on arrays. Fixes #321962.
13851
13852 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13853
13854         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13855         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13856         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13857         * gst/adder/gstadder.c: (gst_adder_init),
13858         (gst_adder_request_new_pad), (gst_adder_collected),
13859         (gst_adder_change_state):
13860           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13861           API change.
13862
13863 2005-11-21  Michael Smith <msmith@fluendo.com>
13864
13865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13866         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13867           Properly handle pad_push return values.
13868
13869 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13870
13871         * gst-libs/gst/tag/Makefile.am:
13872         * gst-libs/gst/tag/gstvorbistag.c:
13873         (gst_tag_list_to_vorbiscomment_buffer):
13874           Remove obsolete vorbistag element and debug category.
13875
13876         * gst/playback/gstplaybasebin.c: (check_queue):
13877           Don't divide by 0 when queue-threshold is 0.
13878
13879         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13880           Don't modify an existing pixel-aspect-ratio if we fail to read
13881           a new one.
13882
13883 2005-11-20  Wim Taymans  <wim@fluendo.com>
13884
13885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13886         (gst_vorbisenc_push_packet):
13887         GST_PAD_IS_USABLE is gone, use the return value of
13888         the push or pad_alloc_buffer instead.
13889
13890 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13891
13892         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13893         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13894         (gst_ximagesink_ximage_destroy),
13895         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13896         (gst_ximagesink_xwindow_new),
13897         (gst_ximagesink_xwindow_update_geometry),
13898         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13899         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13900         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13901         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13902         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13903         (gst_ximagesink_navigation_send_event),
13904         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13905         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13906         (gst_ximagesink_finalize), (gst_ximagesink_init),
13907         (gst_ximagesink_class_init):
13908         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13909         This new version brings correct software scaling, non flickering
13910         window while resizing, pixel aspect ratio handling, usage of
13911         hardware buffer pools, out of data flow event thread for 
13912         navigation and handling of expose events even when being PAUSED,
13913         a new property to keep video aspect ratio when resizing, etc...
13914
13915 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13916
13917         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13918         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13919         handling of PAR.
13920
13921 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13922
13923         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13924         Unsetting IS_SINK flag from the fakesink, so decodebin
13925         never behaves as a sink.
13926
13927 2005-11-17  Wim Taymans  <wim@fluendo.com>
13928
13929         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13930         (gst_base_audio_src_change_state):
13931         Fix the audiosrc base class again, we did not unflush.
13932
13933 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13934
13935         * examples/seeking/seek.c: (make_dv_pipeline),
13936         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13937         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13938         to ogg/vorbis/theora pipeline.
13939
13940 2005-11-17  Wim Taymans  <wim@fluendo.com>
13941
13942         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13943         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13944         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13945         Fix EOS on multiple streams.
13946         More debugging.
13947
13948 2005-11-16  Wim Taymans  <wim@fluendo.com>
13949
13950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13951         (gst_ogg_demux_perform_seek):
13952         Segment done must include stream time.
13953
13954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13955         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13956         (gst_ogg_mux_change_state):
13957         Fix ogg muxer again.
13958
13959 2005-11-16  Wim Taymans  <wim@fluendo.com>
13960
13961         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13962         Fix compile again.
13963
13964 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13965
13966         * ext/libvisual/visual.c: (gst_visual_init):
13967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13968         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13969         (gst_ogg_parse_chain):
13970         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13971         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13972         * ext/theora/theoradec.c: (gst_theora_dec_init):
13973         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13974         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13975         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13976         * gst/adder/gstadder.c: (gst_adder_class_init),
13977         (gst_adder_dispose):
13978         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13979         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13980         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13981           Fix a whole set of pad template leaks
13982
13983 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13984
13985         * check/generic/states.c: (GST_START_TEST):
13986           fix the test so that it only checks for elements that are part of
13987           this source module
13988
13989 2005-11-16  Michael Smith <msmith@fluendo.com>
13990
13991         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13992         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13993         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13994         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13995         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13996         (gst_ogg_mux_change_state):
13997           Fix leaking collectpads.
13998
13999 2005-11-16  Edward Hervey  <edward@fluendo.com>
14000
14001         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
14002         (gst_videorate_event), (gst_videorate_chain):
14003         Handle segment seeks
14004
14005 2005-11-16  Wim Taymans  <wim@fluendo.com>
14006
14007         * gst-libs/gst/audio/gstbaseaudiosink.c:
14008         (gst_base_audio_sink_provide_clock),
14009         (gst_base_audio_sink_change_state):
14010         Set ringbuffer to non-flushing when going to PAUSED, set to
14011         flushing again when going to READY.
14012
14013         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
14014         (gst_ring_buffer_stop):
14015         Start in flushing mode by default.
14016         Don't set flushing in the _stop method, let the app call
14017         this explicitly.
14018
14019 2005-11-16  Julien MOUTTE  <julien@moutte.net>
14020
14021         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
14022         * gst-libs/gst/video/videosink.h: Add helper function needed
14023         for video sinks.
14024
14025 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14026
14027         * gst/videoscale/gstvideoscale.c:
14028         (gst_videoscale_handle_src_event):
14029           Don't leak reference to pad parent.
14030
14031 2005-11-16  Wim Taymans  <wim@fluendo.com>
14032
14033         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
14034         Set ringbuffer to flushing when stopping so that we don't
14035         block on wait_segment anymore and livelock.
14036
14037 2005-11-16  Wim Taymans  <wim@fluendo.com>
14038
14039         * examples/seeking/seek.c: (send_event), (do_seek),
14040         (loop_toggle_cb), (segment_done), (main):
14041         Added looping checkbox.
14042
14043 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14044
14045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14046         (gst_ogg_demux_init):
14047         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14048         (gst_vorbis_dec_init):
14049           revert unrefs, they don't pass make check
14050
14051 2005-11-15  Johan Dahlin  <johan@gnome.org>
14052
14053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14054         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
14055         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14056         (gst_vorbis_dec_init):
14057         Fix pad template leaks. 
14058
14059 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14060
14061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
14062           Make state change function thread safe.
14063
14064 2005-11-15  Edward Hervey  <edward@fluendo.com>
14065
14066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
14067         (gst_ogg_demux_class_init):
14068         Implement GstElement::send_event, so we can send seek events
14069         in GST_STATE_READY
14070
14071 2005-11-14  Julien MOUTTE  <julien@moutte.net>
14072
14073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
14074         Discovered how to take away flickering while resizing the
14075         window. Please don't put that in ximagesink, refactoring in
14076         progress.
14077
14078 2005-11-14  Michael Smith <msmith@fluendo.com>
14079
14080         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
14081         (gst_multifdsink_render):
14082           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
14083
14084 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14085
14086         * gst/playback/gstplaybin.c: (gen_audio_element):
14087           Use autoaudiosink, it tends to be more widely available than
14088           autoaudiiosink.
14089           
14090 2005-11-14  Andy Wingo  <wingo@pobox.com>
14091
14092         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
14093         as well if it is available. Fixes #316442.
14094
14095 2005-11-14  Michael Smith <msmith@fluendo.com>
14096
14097         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
14098         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14099         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14100         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14101         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
14102         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
14104         (gst_vorbisenc_change_state):
14105           Fix a small memory leak in vorbisenc.
14106           Fix large memory leaks in oggmux, also fix lots of state change
14107           bugs in oggmux.
14108
14109 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14110
14111         * gst/videotestsrc/gstvideotestsrc.c:
14112         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
14113         (gst_videotestsrc_src_fixate):
14114           move fixation to a fixate function
14115           remove negotiate function, basesrc's is good enough
14116           fixes a bug for check when using the element alone
14117
14118 2005-11-13  Edward Hervey  <edward@fluendo.com>
14119
14120         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
14121         (key_toggle_cb), (main):
14122         Added checkboxes for adding/removing the accurate and key_unit seek
14123         flags.
14124
14125 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14126
14127         * configure.ac: back to HEAD
14128
14129 === release 0.9.5 ===
14130
14131 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14132
14133         * configure.ac:
14134           releasing 0.9.5, "No No Kia"
14135
14136 2005-11-11  Edward Hervey  <edward@fluendo.com>
14137
14138         * examples/seeking/seek.c: (make_parselaunch_pipeline):
14139         Added parse-launch syntax seeking mode for the seeking example.
14140         This should help stress-test even more cases.
14141         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
14142
14143 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14144
14145         * sys/xvimage/xvimagesink.c:
14146         (gst_xvimagesink_navigation_send_event):
14147           Check whether peer pad exists before sending navigation events
14148           to it.
14149
14150 2005-11-11  Michael Smith <msmith@fluendo.com>
14151
14152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
14153         (gst_vorbisenc_buffer_from_packet):
14154         * ext/vorbis/vorbisenc.h:
14155           Set duration on encoded buffers. This allows oggmux's
14156           max_page_delay parameter to actually work.
14157
14158 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14161         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14162         (gst_ffmpegcsp_avpicture_fill):
14163         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14164         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
14165           Make palettes work again (see #132341). Use our own macros
14166           for rounding up.
14167
14168 2005-11-10  Andy Wingo  <wingo@pobox.com>
14169
14170         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
14171         string doober.
14172
14173 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14174
14175         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14176         (gst_ffmpegcsp_transform_caps):
14177           Prefer passthrough in transform_caps
14178
14179 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14180
14181         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14182           check for ALSA errors properly, instead of relying on ALSA's
14183           error strings to serve to the user.
14184
14185 2005-11-10  Wim Taymans  <wim@fluendo.com>
14186
14187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
14188         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
14189         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
14190         Modernise the seek code.
14191
14192 2005-11-10  Michael Smith <msmith@fluendo.com>
14193         
14194         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
14195         (setup_substreams), (set_active_source):
14196           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
14197           trying to go to NULL if we failed to read a file.
14198
14199 2005-11-10  Wim Taymans  <wim@fluendo.com>
14200
14201         * gst/audiotestsrc/gstaudiotestsrc.c:
14202         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
14203         (gst_audiotestsrc_create):
14204         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14205         (gst_sinesrc_get_times), (gst_sinesrc_create):
14206         * gst/videotestsrc/gstvideotestsrc.c:
14207         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
14208         (gst_videotestsrc_create):
14209         The base class can now sync for us.
14210
14211 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14212
14213         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
14214           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
14215           name=source autoprobe=false autoprobe-fps=false copy-mode=1
14216           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
14217           format=(fourcc)I420" ! xvimagesink
14218
14219 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
14220
14221         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14222         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
14223         (gst_sinesrc_newsegment):
14224           Send newsegment event in TIME format, set duration if
14225           num-buffers is set, fix duration querying.
14226
14227 2005-11-10  Michael Smith <msmith@fluendo.com>
14228
14229         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14230         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14231         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14232         (gst_ogg_mux_collected):
14233          Fix EOS handling, partially. Now forwarding an EOS event once we have
14234          EOS on all pads works correctly. However, we still don't properly set
14235          EOS on the actual ogg stream pages.
14236
14237 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
14238
14239         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
14240           Set elements to NULL state before disposing of them.
14241
14242 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
14243
14244         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14245
14246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14247         (gst_base_rtp_depayload_init),
14248         (gst_base_rtp_depayload_set_gst_timestamp):
14249         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14250           We need to send a newsegment event for each instance, not
14251           just for the first instance of this class (get rid of
14252           static variable in function). (#321011).
14253           
14254 2005-11-08  Michael Smith <msmith@fluendo.com>
14255
14256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14257         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
14258         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14259         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14260           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14261           This makes us mux things correctly according to the ogg muxing
14262           rules. Still not handling EOS correctly right now, though.
14263
14264 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * gst/audioconvert/gstaudioconvert.c:
14267           Fix typo in docs. 
14268
14269 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14272         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14273           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14274           creating a new chain; should fix live streaming. Also
14275           add more debug output and fix a typo.
14276
14277 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14278
14279         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14280
14281         * gst/volume/gstvolume.c: (volume_set_caps):
14282           Fix compilation on Solaris with Forte. (#320923)
14283
14284 2005-11-08  Wim Taymans  <wim@fluendo.com>
14285
14286         * gst-libs/gst/audio/gstbaseaudiosink.c:
14287         (gst_base_audio_sink_render):
14288         No need to do a typecheck.
14289
14290 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * ext/alsa/gstalsa.h:
14293           We register a debug category, so let's use it.
14294
14295 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14296
14297         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14298         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14299         Fixed a small problem.
14300
14301 2005-11-04  Wim Taymans  <wim@fluendo.com>
14302
14303         * examples/seeking/Makefile.am:
14304         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14305         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14306         (make_playerbin_pipeline), (format_value), (update_scale),
14307         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14308         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14309         (print_usage), (main):
14310         Added app for playback speed testing.
14311
14312         * examples/seeking/seek.c: (dynamic_link),
14313         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14314         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14315         (message_received), (main):
14316         Updated seek example.
14317
14318 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14319
14320         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14321         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14322         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14323         (gst_base_rtp_depayload_set_clock):
14324         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14325         Don't sleep on the bench (system clock) when you have a nice 
14326         comfortable bed (Gstreamer clock) to sleep on.
14327
14328 2005-11-03  Wim Taymans  <wim@fluendo.com>
14329
14330         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14331         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14332         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14333         Handle the case where a pad_block failed.
14334
14335 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14336
14337         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14338
14339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14340         (gst_base_rtp_depayload_add_to_queue),
14341         (gst_base_rtp_depayload_push),
14342         (gst_base_rtp_depayload_set_gst_timestamp),
14343         (gst_base_rtp_depayload_queue_release):
14344           Fixes some bugs in the depayloader's queuing/de-queueing code.
14345
14346 2005-10-31  Michael Smith <msmith@fluendo.com>
14347
14348         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14349         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14350         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14351           Patch from Alessandro Decina <alessandro@nnva.org>.
14352           Make oggdemux only find the final time in a chain, not per-pad,
14353           since the per-pad information can be very expensive to locate, and
14354           it isn't used anywhere. This makes reading a file containing
14355           OggSkeleton reasonably fast.
14356           Also, make chain finding work when there are logical bitstreams that
14357           can't be decoded. Fixes #319110.
14358
14359 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14360
14361         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14362         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14363         (gst_base_rtp_depayload_chain),
14364         (gst_base_rtp_depayload_add_to_queue),
14365         (gst_base_rtp_depayload_push),
14366         (gst_base_rtp_depayload_set_gst_timestamp),
14367         (gst_base_rtp_depayload_queue_release),
14368         (gst_base_rtp_depayload_start_thread),
14369         (gst_base_rtp_depayload_set_property),
14370         (gst_base_rtp_depayload_get_property):
14371         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14372         Some random fixes, to fullfill the desires of thomas.
14373
14374 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14375
14376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14377         (gst_base_rtp_depayload_add_to_queue),
14378         (gst_base_rtp_depayload_push):
14379         Fixed the queueing algorithm.
14380
14381 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14382
14383         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14384         (gst_base_rtp_depayload_push):
14385         A small fix
14386
14387 2005-10-31  Wim Taymans  <wim@fluendo.com>
14388
14389         * gst-libs/gst/audio/gstringbuffer.h:
14390         Don't break ABI.
14391
14392         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14393         (gst_ffmpeg_caps_to_pixfmt):
14394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14395         (gst_ffmpegcsp_set_caps):
14396         Some more comments.
14397         Handle missing required caps fields better.
14398
14399 2005-10-31  Wim Taymans  <wim@fluendo.com>
14400
14401         * gst-libs/gst/audio/gstbaseaudiosink.c:
14402         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14403         (gst_base_audio_sink_render):
14404         * gst-libs/gst/audio/gstringbuffer.c:
14405         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14406         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14407         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14408         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14409         (gst_ring_buffer_read):
14410         * gst-libs/gst/audio/gstringbuffer.h:
14411         Add flushing mode to the ringbuffer so that it in all cases does
14412         not try to handle more audio. This makes sure it does not try to
14413         block anymore when flushing and fixes a livelock.
14414
14415 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14416
14417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14418         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14419         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14420           Explicitly check for -1 values before doing a conversion
14421           and always map them to -1. (#315545)
14422
14423 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14424
14425         * gst/playback/gstplaybin.c: (gen_video_element):
14426           first try autovideosink, then xvimagesink, then error out
14427         * po/POTFILES.in:
14428           add translatable file
14429         * po/af.po:
14430         * po/az.po:
14431         * po/cs.po:
14432         * po/en_GB.po:
14433         * po/hu.po:
14434         * po/it.po:
14435         * po/nb.po:
14436         * po/nl.po:
14437         * po/or.po:
14438         * po/sq.po:
14439         * po/sr.po:
14440         * po/sv.po:
14441         * po/uk.po:
14442         * po/vi.po:
14443           update translations
14444
14445 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14446
14447         * gst-libs/gst/rtp/gstbasedepayload.c:
14448         * gst-libs/gst/rtp/gstbasedepayload.h:
14449           Minor cleanups
14450
14451 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14452
14453         * gst/playback/.cvsignore:
14454         * gst/playback/decodetest.c:
14455         * gst/playback/test3.c:
14456           Port these two tests as well.
14457
14458 2005-10-27  Wim Taymans  <wim@fluendo.com>
14459
14460         * ext/theora/theoradec.c: (theora_dec_src_query),
14461         (theora_dec_sink_event):
14462         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14463         (theora_enc_change_state):
14464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14465         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14466         Take proper locks when handling events.
14467
14468 2005-10-27  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14471         (gst_adder_change_state):
14472         Fix timestamps and fix deadlock when stopping the collectpads.
14473
14474 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14475
14476         * gst-libs/gst/rtp/gstrtpbuffer.h:
14477         Declaring the payload types as strings too so that they can be used
14478         in the padtemplate inialization.
14479
14480 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14481
14482         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14483
14484         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14485         (gst_base_rtp_depayload_class_init):
14486         Fixes a small but nasty bug. The derived elements no longer segfaults
14487         on finalization.
14488
14489 2005-10-26  Michael Smith <msmith@fluendo.com>
14490
14491         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14492           When clearing an audioconvert context, set tmpbufsize to zero, so
14493           we'll allocate it again later if required.
14494           This fixes audioconvert re-negotiating formats, which previously
14495           segfaulted with a NULL destination buffer.
14496
14497 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14498
14499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14500         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14501         (gst_base_rtp_depayload_set_gst_timestamp),
14502         (gst_base_rtp_depayload_queue_release):
14503         Fixed a smalll memleak.
14504
14505 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14507         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14508         (gst_base_rtp_depayload_finalize),
14509         (gst_base_rtp_depayload_setcaps),
14510         (gst_base_rtp_depayload_add_to_queue),
14511         (gst_base_rtp_depayload_push),
14512         (gst_base_rtp_depayload_set_gst_timestamp),
14513         (gst_base_rtp_depayload_queue_release),
14514         (gst_base_rtp_depayload_thread),
14515         (gst_base_rtp_depayload_change_state):
14516         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14517         Changed the C++ comments to C comments
14518
14519 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14520
14521         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14522         * gst/tcp/gsttcpclientsrc.h:
14523         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14524         * gst/tcp/gsttcpserversrc.h:
14525           Remove unused 'curoffset' structure member.
14526
14527 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14528
14529         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14530         (gst_base_rtp_depayload_base_init),
14531         (gst_base_rtp_depayload_finalize):
14532         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14533         * gst-libs/gst/rtp/gstbasertppayload.h:
14534           The pad-template on the sinkpad should be set by the derived classes.
14535           Also added some useful macros.
14536
14537 2005-10-24  Wim Taymans  <wim@fluendo.com>
14538
14539         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14540         Correctly flush decoder samples even if we could not
14541         copy them to an output buffer. Fixes #319618.
14542
14543 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14544
14545         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14547         the caps against our xcontext caps.
14548
14549 2005-10-24  Wim Taymans  <wim@fluendo.com>
14550
14551         * gst-libs/gst/audio/gstbaseaudiosink.c:
14552         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14553         Remove g_print
14554         Use sync property from baseclass to disable sync.
14555
14556 2005-10-24  Wim Taymans  <wim@fluendo.com>
14557
14558         * gst-libs/gst/audio/gstbaseaudiosink.c:
14559         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14560         Buffers with no timestamps get aligned with previous buffers or
14561         on underrun, played ASAP.
14562
14563 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14564
14565         * gst-libs/gst/video/video.h:
14566         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14567         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14569         here comes my change on caps for framerate and geometry range.
14570         We are now accepting 1 to MAXINT for width and height, and from
14571         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14572         to be blended correctly in videomixer.
14573
14574 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14575
14576         * configure.ac:
14577           back to HEAD
14578
14579 === release 0.9.4 ===
14580
14581 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14582
14583         * NEWS:
14584         * RELEASE:
14585         * configure.ac:
14586           releasing 0.9.4, "Velociraptor"
14587
14588 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14589
14590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14591         * po/POTFILES.in:
14592           STOPPED -> FAILED
14593
14594 2005-10-21  Wim Taymans  <wim@fluendo.com>
14595
14596         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14597         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14598         (pad_blocked), (close_pad_link), (new_pad):
14599         Don't try to remove elements twice.
14600
14601 2005-10-21  Wim Taymans  <wim@fluendo.com>
14602
14603         * ext/theora/theoradec.c: (theora_dec_src_query),
14604         (theora_dec_sink_event):
14605         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14606         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14607         (vorbis_handle_data_packet):
14608         * ext/vorbis/vorbisdec.h:
14609         Fix old naming.
14610
14611         * gst-libs/gst/audio/gstbaseaudiosink.c:
14612         (gst_base_audio_sink_render):
14613         Don't try to sync on buffers without a timestamp.
14614
14615 2005-10-21  Wim Taymans  <wim@fluendo.com>
14616
14617         * ext/theora/theoradec.c: (theora_dec_src_query),
14618         (theora_dec_sink_event):
14619         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14620         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14621         (vorbis_handle_data_packet):
14622         * ext/vorbis/vorbisdec.h:
14623         Fix old naming.
14624
14625 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14626
14627         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14628         (gst_vorbisenc_src_query):
14629           Implement position and duration queries.
14630
14631         * gst/playback/test3.c: (update_scale), (main):
14632           Fix for async state changes and print nicer output.
14633
14634 2005-10-20  Wim Taymans  <wim@fluendo.com>
14635
14636         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14637         (dump_element_stats), (main):
14638         * gst/playback/test6.c: (main):
14639         Fix tests again
14640
14641 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14642
14643         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14644         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14645           Don't use functions for position queries when handling
14646           duration queries.
14647
14648 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14651         (vorbis_handle_data_packet), (vorbis_dec_chain),
14652         (vorbis_dec_change_state):
14653         * ext/vorbis/vorbisdec.h:
14654           Vorbis streams can be embedded in other container formats
14655           than ogg, container formats where the demuxer might set 
14656           timestamps on encoded vorbis buffers instead of those silly 
14657           granulepos thingies. In short: make vorbisdec handle 
14658           timestamps on incoming buffers as well.
14659
14660 2005-10-20  Wim Taymans  <wim@fluendo.com>
14661
14662         * gst/playback/gstplaybasebin.c: (group_destroy),
14663         (gst_play_base_bin_change_state):
14664         Fix leak.
14665         Handle case where playbasebin is now ASYNC because
14666         decodebin is.
14667
14668 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14669
14670         * gst/audioconvert/Makefile.am:
14671         * gst/audioconvert/bufferframesconvert.c:
14672         * gst/audioconvert/plugin.c: (plugin_init):
14673         * gst/audioconvert/plugin.h:
14674           And bye bye buffer-frames-convert
14675
14676 2005-10-19  Wim Taymans  <wim@fluendo.com>
14677
14678         * check/elements/audioconvert.c:
14679         * docs/libs/tmpl/gstaudio.sgml:
14680         * docs/libs/tmpl/gstcolorbalance.sgml:
14681         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14682         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14683         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14684         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14685         * gst-libs/gst/audio/audio.h:
14686         * gst/audioconvert/audioconvert.h:
14687         * gst/audioconvert/gstaudioconvert.c:
14688         (gst_audio_convert_parse_caps):
14689         * gst/volume/gstvolume.c:
14690         Bye bye buffer-frames.
14691
14692 2005-10-19  Wim Taymans  <wim@fluendo.com>
14693
14694         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14695         (query_positions_elems), (query_positions_pads), (update_scale),
14696         (do_seek), (set_update_scale), (message_received), (main):
14697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14698         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14699         (gst_ogg_demux_loop):
14700         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14701         * ext/theora/theoradec.c: (theora_dec_src_query),
14702         (theora_dec_sink_event):
14703         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14704         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14705         * gst/adder/gstadder.c: (gst_adder_query):
14706         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14707         * gst/playback/test3.c: (update_scale):
14708         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14709         (dump_element_stats), (main):
14710         * gst/playback/test6.c: (main):
14711         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14712         Query API update.
14713
14714 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14717         (xml_check_first_element), (xml_type_find), (smil_type_find),
14718         (plugin_init):
14719           Add typefinding for SMIL and for generic XML. Based on patch by
14720           Akos Maroy (#308663).
14721
14722 2005-10-18  Wim Taymans  <wim@fluendo.com>
14723
14724         * gst/playback/Makefile.am:
14725         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14726         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14727         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14728         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14729         (gst_decode_bin_change_state):
14730         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14731         (gst_play_bin_send_event_to_sink):
14732         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14733         (dump_element_stats), (main):
14734         * gst/playback/test6.c: (main):
14735         Make playbin async, it'll commit state to paused when all streams
14736         are detected.
14737         Remove ugly hack.
14738         Added test6.c to show async behaviour.
14739
14740 2005-10-18  Wim Taymans  <wim@fluendo.com>
14741
14742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14743         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14744         Fix for segment-start/stop API change.
14745
14746 2005-10-18  Wim Taymans  <wim@fluendo.com>
14747
14748         * check/Makefile.am:
14749         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14750         (main):
14751         Add future test for clock selection.
14752
14753 2005-10-18  Wim Taymans  <wim@fluendo.com>
14754
14755         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14756         (gst_alsasink_close):
14757         Set handle to NULL.
14758
14759         * gst-libs/gst/audio/gstringbuffer.c:
14760         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14761         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14762         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14763         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14764         (gst_ring_buffer_read):
14765         More debug info.
14766
14767 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14768
14769         * gst/audiotestsrc/Makefile.am:
14770         * gst/sine/Makefile.am:
14771         * gst/volume/Makefile.am:
14772           fix broken build of controllerized plugins
14773
14774 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14775
14776         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14777
14778         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14779         (gst_riff_create_video_template_caps):
14780           Add support for Indeo-3 (IV32).
14781
14782 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14783
14784         * configure.ac:
14785           rewrite
14786
14787 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         * gst-libs/gst/video/video.c: (gst_video_get_size):
14790         * gst/audiotestsrc/gstaudiotestsrc.c:
14791           doc updates
14792
14793 2005-10-17  Andy Wingo  <wingo@pobox.com>
14794
14795         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14796         with the collectpads change.
14797         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14798
14799         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14800
14801         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14802
14803         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14804         alloc_buffer flow return to callers.
14805         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14806         change. Fix some memleaks in theoraenc.
14807
14808         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14809         in strange circumstance.
14810
14811 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14812
14813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14814         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14815         from caps, let's use the caps...
14816
14817 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14818
14819         * configure.ac:
14820           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14821
14822 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14823
14824         * gst-libs/gst/interfaces/Makefile.am:
14825           fix silly typo
14826
14827 2005-10-16  Andy Wingo  <wingo@pobox.com>
14828
14829         * gst/playback/gstdecodebin.c
14830         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14831         function!
14832         (try_to_link_1): Increase kraziness level.
14833
14834 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14835
14836         * configure.ac:
14837           restructure like the core one
14838         * gst-libs/gst/audio/Makefile.am:
14839         * gst-libs/gst/interfaces/Makefile.am:
14840         * gst-libs/gst/net/Makefile.am:
14841         * gst-libs/gst/riff/Makefile.am:
14842         * gst-libs/gst/rtp/Makefile.am:
14843         * gst-libs/gst/tag/Makefile.am:
14844         * gst-libs/gst/video/Makefile.am:
14845           use correct linker flags, now the libs are properly versioned
14846         * check/elements/audioconvert.c: (verify_convert):
14847         * ext/alsa/gstalsaplugin.c:
14848         * ext/cdparanoia/gstcdparanoia.c:
14849         * ext/gnomevfs/gstgnomevfs.c:
14850         * ext/libvisual/visual.c:
14851         * ext/ogg/gstogg.c:
14852         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14853         * ext/theora/theora.c:
14854         * ext/vorbis/vorbis.c:
14855         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14856         * gst-libs/gst/tag/gsttagediting.c:
14857         * gst-libs/gst/video/video.c:
14858         * gst/adder/gstadder.c:
14859         * gst/audioconvert/plugin.c:
14860         * gst/audiorate/gstaudiorate.c:
14861         * gst/audioresample/gstaudioresample.c:
14862         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14863         * gst/audioscale/gstaudioscale.c:
14864         * gst/audioscale/resample.c:
14865         * gst/audiotestsrc/gstaudiotestsrc.c:
14866         * gst/ffmpegcolorspace/gstffmpeg.c:
14867         * gst/playback/gstdecodebin.c: (close_pad_link):
14868         * gst/playback/gstplaybin.c: (gen_video_element),
14869         (gen_audio_element):
14870         * gst/sine/gstsinesrc.c:
14871         * gst/subparse/gstsubparse.c:
14872         * gst/tags/gsttagediting.c:
14873         * gst/tcp/gsttcpplugin.c:
14874         * gst/typefind/gsttypefindfunctions.c:
14875         * gst/videorate/gstvideorate.c:
14876         * gst/videoscale/gstvideoscale.c:
14877         * gst/videotestsrc/gstvideotestsrc.c:
14878         * gst/volume/gstvolume.c:
14879         * sys/v4l/gstv4l.c:
14880         * sys/ximage/ximage.c:
14881         * sys/xvimage/xvimagesink.c:
14882           fix up defines
14883
14884 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         * ext/vorbis/vorbisenc.c:
14887         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14888         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14889         (gst_tag_to_vorbis_comments):
14890           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14891
14892 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14893
14894         * examples/stats/mp2ogg.c:
14895         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14896           typo fixes
14897
14898 2005-10-13  Michael Smith <msmith@fluendo.com>
14899
14900         * ext/ogg/gstoggmux.c:
14901           Use magic glib macros to define constants as 64 bit, to ensure
14902           appropriate vararg passing.
14903
14904 2005-10-13  Michael Smith <msmith@fluendo.com>
14905
14906         * ext/ogg/gstoggmux.c:
14907         * gst/audioconvert/audioconvert.c: (float):
14908           Don't use LL suffix, as it's not portable, and neither of these
14909           uses required it anyway.
14910
14911 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14912
14913         * examples/indexing/indexmpeg.c: (main):
14914         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14915         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14916         (cdparanoia_convert), (cdparanoia_query):
14917         * ext/cdparanoia/gstcdparanoia.h:
14918         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14919         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14920         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14921         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14922         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14923         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14924         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14925         (gst_multifdsink_render), (gst_multifdsink_start),
14926         (gst_multifdsink_stop):
14927         * gst/tcp/gstmultifdsink.h:
14928         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14929         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14930         (gst_tcpclientsink_stop):
14931         * gst/tcp/gsttcpclientsink.h:
14932         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14933         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14934         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14935         * gst/tcp/gsttcpclientsrc.h:
14936         * gst/tcp/gsttcpserversink.h:
14937         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14938         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14939         (gst_tcpserversrc_stop):
14940         * gst/tcp/gsttcpserversrc.h:
14941         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14942         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14943         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14944           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14945           moved bitshift from macro to enum definition
14946
14947 2005-10-12  Wim Taymans  <wim@fluendo.com>
14948
14949         * examples/seeking/Makefile.am:
14950         Oops.
14951
14952 2005-10-12  Wim Taymans  <wim@fluendo.com>
14953
14954         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14955         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14956         Don't assert on normal stuff.
14957
14958         * gst/playback/gstplaybin.c: (do_playbin_seek):
14959         API fix.
14960
14961 2005-10-12  Wim Taymans  <wim@fluendo.com>
14962
14963         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14964         * examples/seeking/Makefile.am:
14965         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14966         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14967         (do_seek), (set_update_scale), (message_received), (main):
14968         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14969         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14970         Update for _get_state() API change.
14971
14972 2005-10-11  Wim Taymans  <wim@fluendo.com>
14973
14974         * gst-libs/gst/audio/gstbaseaudiosink.c:
14975         (gst_base_audio_sink_render):
14976         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14977         (gst_base_audio_src_create):
14978         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14979         (gst_ring_buffer_read):
14980         Cleanups.
14981         Commit and read from ringbuffer in samples rather than bytes.
14982
14983 2005-10-11  Wim Taymans  <wim@fluendo.com>
14984
14985         * gst-libs/gst/audio/gstbaseaudiosink.c:
14986         (gst_base_audio_sink_render):
14987         Respect segment rate and accum when scheduling samples.
14988
14989 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14990
14991         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14992         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14993         EOS correctly, that needs more work.
14994
14995 2005-10-11  Wim Taymans  <wim@fluendo.com>
14996
14997         * check/generic/states.c: (GST_START_TEST):
14998         remove old property.
14999
15000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15001         (gst_ogg_demux_perform_seek):
15002         * ext/theora/theoradec.c: (theora_dec_sink_event):
15003         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15004         (vorbis_handle_data_packet):
15005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15006         (gst_base_rtp_depayload_set_gst_timestamp):
15007         * gst/videorate/gstvideorate.c: (gst_videorate_event):
15008         Update for newsegment API change.
15009
15010 2005-10-11  Michael Smith <msmith@fluendo.com>
15011
15012         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15013         (do_playbin_seek), (gst_play_bin_send_event):
15014           Override send_event differently, so that we can takes bits of
15015           functionality from GstPipeline (special handling for seeks,
15016           including pausing/resuming, and resetting stream time) and still get
15017           the appropriate behaviour of only forwarding event to a single sink,
15018           rather than all of them.
15019           Unfortunately requires a lot of code duplication, but the
15020           alternatives are equally ugly in the end.
15021
15022 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15023
15024         * check/elements/audioconvert.c: (setup_audioconvert),
15025         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15026         (GST_START_TEST), (audioconvert_suite):
15027           clean up tests a little, fix some leaks.
15028
15029 2005-10-10  Wim Taymans  <wim@fluendo.com>
15030
15031         * ext/alsa/gstalsasink.c:
15032         Also allow unsigned int.
15033
15034         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15035         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15036         Small cleanup
15037
15038 2005-10-10  Wim Taymans  <wim@fluendo.com>
15039
15040         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15041         Small update, use API as stated in design docs.
15042
15043         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
15044         (update_scale), (do_seek), (seek_cb), (set_update_scale),
15045         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
15046         (message_received), (main):
15047         Updated seek example for GOption. Some usability improvements.
15048
15049 2005-10-10  Wim Taymans  <wim@fluendo.com>
15050
15051         * gst/audioconvert/audioconvert.h:
15052         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15053         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
15054         Alloc temp storage somewhere else where we can do it more
15055         portable.
15056
15057 2005-10-10  Wim Taymans  <wim@fluendo.com>
15058
15059         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
15060         (gst_tcpserversrc_start):
15061         Don't block in accept while doing the state change, move
15062         to poll and make cancellable.
15063
15064 2005-10-09  Philippe Khalaf <burger@speedy.org>
15065
15066         * gst-libs/gst/rtp/rtpbasedepayload.c:
15067         Set timestamp and add queue delay to timestamp
15068         * gst-libs/gst/rtp/rtpbuffer.h:
15069         Set correct payload type for h263
15070
15071 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15072
15073         * gst/audiotestsrc/gstaudiotestsrc.c:
15074         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
15075         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
15076         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
15077         (gst_audiotestsrc_create_triangle),
15078         (gst_audiotestsrc_create_silence),
15079         (gst_audiotestsrc_create_white_noise),
15080         (gst_audiotestsrc_init_pink_noise),
15081         (gst_audiotestsrc_generate_pink_noise_value),
15082         (gst_audiotestsrc_create_pink_noise),
15083         (gst_audiotestsrc_change_wave):
15084         * gst/audiotestsrc/gstaudiotestsrc.h:
15085           fixed typo, added pink noise
15086
15087 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15088
15089         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
15090         (plugin_init):
15091           Add wavpack and spc typefind functions from 0.8 branch.
15092
15093 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15094
15095         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
15096         (ar_type_find), (msdos_type_find), (plugin_init):
15097           Add typefind functions for tar archives, ar archives,
15098           RAR archives, and msdos-executables (dlls, exe, etc.).
15099           Some of those would be wrongly identified as mpeg
15100           streams of some sort before (#315550).
15101
15102 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15103
15104         * configure.ac:
15105         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15106         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15107         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15108         * gst/audiotestsrc/Makefile.am:
15109         * gst/audiotestsrc/gstaudiotestsrc.c:
15110         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
15111         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
15112         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
15113         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
15114         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
15115         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
15116         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
15117         (gst_audiotestsrc_create_silence),
15118         (gst_audiotestsrc_create_white_noise),
15119         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
15120         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
15121         (gst_audiotestsrc_start), (plugin_init):
15122         * gst/audiotestsrc/gstaudiotestsrc.h:
15123           add new plugin and element
15124         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
15125           use gobject_class
15126
15127 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15128
15129         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
15130         (gst_adder_init), (gst_adder_request_new_pad),
15131         (gst_adder_change_state):
15132           Add query function to source pad, so adder reports the correct
15133           time/sample position when queried (#315457); fix state change
15134           function; use GST_DEBUG_FUNCPTR() for pad functions.
15135
15136 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
15139           Fix leaks in typefind registration
15140           Clean up the gratuitous commenting and whitespacing a little
15141
15142 2005-10-08  Wim Taymans  <wim@fluendo.com>
15143
15144         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
15145         Only actually wait for the thread to be stopped if it's 
15146         running.
15147
15148 2005-10-08  Wim Taymans  <wim@fluendo.com>
15149
15150         * gst-libs/gst/audio/gstbaseaudiosink.c:
15151         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15152         If we receive EOS we can start playback of what we had.
15153
15154 2005-10-08  Wim Taymans  <wim@fluendo.com>
15155
15156         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15157         (gst_multifdsink_finalize), (multifdsink_hash_remove),
15158         (gst_multifdsink_stop):
15159         Fix crasher when going to NULL multiple times.
15160
15161 2005-10-06  Wim Taymans  <wim@fluendo.com>
15162
15163         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
15164         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15165         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15166         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15167         patch from Edgard Lima <edgard.lima@indt.org.br>
15168         Fixed gstbaseaudiosrc adding ring buffer sync to it.
15169
15170 2005-10-06  Wim Taymans  <wim@fluendo.com>
15171
15172         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15173         Report the FLOW_RETURN as string in the error message.
15174
15175         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
15176         Don't assert when clearing an unnegotiated buffer.
15177
15178 2005-10-04  Michael Smith <msmith@fluendo.com>
15179
15180         * gst/playback/gstplaybasebin.c: (group_destroy),
15181         (gen_preroll_element), (remove_groups), (setup_source):
15182         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
15183         (setup_sinks), (gst_play_bin_send_event),
15184         (gst_play_bin_change_state):
15185           Set state to NULL before removing from bin. Fix refcounting.
15186
15187 2005-10-04  Michael Smith <msmith@fluendo.com>
15188
15189         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15190           Correct refcounting in send_event() function. Previously was wrong
15191           if the first sink was unable to handle the event.
15192
15193 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15194
15195         * configure.ac:
15196           back to development
15197
15198 === release 0.9.3 ===
15199
15200 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15201
15202         * configure.ac:
15203           Releasing 0.9.3, "De Facto"
15204
15205 2005-10-03  Andy Wingo  <wingo@pobox.com>
15206
15207         * gst/playback/gstdecodebin.c (try_to_link_1)
15208         (remove_element_chain): set element to NULL before removing it.
15209
15210 2005-10-02  Johan Dahlin  <johan@gnome.org>
15211
15212         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
15213         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
15214         MT safe.
15215
15216 2005-10-02  Andy Wingo  <wingo@pobox.com>
15217
15218         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
15219         (gst_ring_buffer_prepare_read): 
15220         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
15221         Demote to LOG.
15222
15223 2005-09-29  Wim Taymans  <wim@fluendo.com>
15224
15225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
15226         * ext/theora/theoradec.c: (theora_handle_data_packet):
15227         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15228         Propagate error codes from alloc_buffer too.
15229
15230 2005-09-29  Wim Taymans  <wim@fluendo.com>
15231
15232         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15233         We use fixed caps.
15234
15235         * gst/playback/Makefile.am:
15236         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15237         (dump_element_stats), (main):
15238         Added example stream introspection code.
15239
15240 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
15241
15242         * gst/adder/gstadder.c: (gst_adder_collected):
15243           fix adder for float elements
15244
15245 2005-09-28  Wim Taymans  <wim@fluendo.com>
15246
15247         * gst-libs/gst/audio/gstbaseaudiosink.c:
15248         (gst_base_audio_sink_class_init),
15249         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
15250         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15251         (gst_base_audio_src_class_init),
15252         (gst_base_audio_src_provide_clock):
15253         get_clock -> provide_clock
15254
15255 2005-09-28  Andy Wingo  <wingo@pobox.com>
15256
15257         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
15258         and unlocking.
15259
15260         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15261         unlocking.
15262
15263         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15264         Actually add the pad template.
15265         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15266
15267         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15268         I'm at it...
15269
15270         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15271         from fdsrc. Get caps in create() instead of start() so it can be
15272         interrupted. Interruption somewhat untested.
15273
15274         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15275         Proper EOS handling.
15276
15277 2005-09-27  Andy Wingo  <wingo@pobox.com>
15278
15279         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15280
15281         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15282
15283         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15284
15285         * gst/tcp/gsttcp.h: 
15286         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15287         out of tcpclientsrc.c. Cancellable.
15288         (gst_tcp_socket_read): Made private, cancellable, with better
15289         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15290         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15291         whole buffer, and better diagnostics.
15292         (gst_tcp_gdp_read_caps): Same.
15293
15294         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15295
15296 2005-09-26  Andy Wingo  <wingo@pobox.com>
15297
15298         * gst/sine/gstsinesrc.h:
15299         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15300         change the 'sync' property to 'is-live' and implement it halfway,
15301         update for controller api change.
15302
15303         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15304         controller api change.
15305
15306 2005-09-24  Wim Taymans  <wim@fluendo.com>
15307
15308         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15309         * gst-libs/gst/audio/gstaudiosink.c:
15310         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15311         (gst_audioringbuffer_stop):
15312         * gst-libs/gst/audio/gstbaseaudiosink.c:
15313         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15314         (gst_base_audio_sink_change_state):
15315         * gst-libs/gst/audio/gstbaseaudiosink.h:
15316         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15317         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15318         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15319         * gst-libs/gst/audio/gstringbuffer.h:
15320         Fix sync again. Moved sample alignment to basesink.
15321
15322 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15323
15324         * docs/plugins/Makefile.am:
15325         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15326         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15327         * gst/volume/gstvolume.c:
15328           add/fix docs
15329         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15330         * gst-libs/gst/audio/audio.h:
15331           add conversion macros for frames <-> clocktime
15332
15333 2005-09-23  David Schleef  <ds@schleef.org>
15334
15335         * gst/audioresample/Makefile.am:
15336         * gst/audioresample/debug.h:
15337         * gst/audioresample/gstaudioresample.c:
15338         * gst/audioresample/resample.c: Convert to using gst debugging
15339
15340 2005-09-22  Wim Taymans  <wim@fluendo.com>
15341
15342         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15343         (gst_play_bin_send_event):
15344         Only seek on one sink, the first one that succeeds.
15345
15346 2005-09-22  Michael Smith <msmith@fluendo.com>
15347
15348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15349         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15350         Don't flush encoder state unless we have an initialised encoder.
15351         Clear out encoder state on PAUSED_TO_READY.
15352
15353 2005-09-22  Wim Taymans  <wim@fluendo.com>
15354
15355         * gst-libs/gst/rtp/gstbasertppayload.c:
15356         (gst_basertppayload_class_init), (gst_basertppayload_init),
15357         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15358         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15359         (gst_basertppayload_is_filled), (gst_basertppayload_push),
15360         (gst_basertppayload_set_property),
15361         (gst_basertppayload_get_property),
15362         (gst_basertppayload_change_state):
15363         * gst-libs/gst/rtp/gstbasertppayload.h:
15364         Added max-ptime to control amount of data in the rtp packets.
15365
15366 2005-09-21  Andy Wingo  <wingo@pobox.com>
15367
15368         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15369         thingies.
15370
15371         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15372         can be called multiple times, dogs.
15373
15374 2005-09-21  Wim Taymans  <wim@fluendo.com>
15375
15376         * gst-libs/gst/rtp/gstbasertppayload.c:
15377         (gst_basertppayload_class_init), (gst_basertppayload_init),
15378         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15379         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15380         (gst_basertppayload_push), (gst_basertppayload_get_property),
15381         (gst_basertppayload_change_state):
15382         Allow 0 ssrc too.
15383
15384 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15385
15386         * docs/libs/compiling.sgml:
15387           fixing typos
15388
15389 2005-09-20  Wim Taymans  <wim@fluendo.com>
15390
15391         * gst-libs/gst/rtp/gstbasertppayload.c:
15392         (gst_basertppayload_class_init), (gst_basertppayload_init),
15393         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15394         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15395         (gst_basertppayload_push), (gst_basertppayload_set_property),
15396         (gst_basertppayload_get_property),
15397         (gst_basertppayload_change_state):
15398         * gst-libs/gst/rtp/gstbasertppayload.h:
15399         Added property to configure sequence number offsets.
15400
15401 2005-09-20  Wim Taymans  <wim@fluendo.com>
15402
15403         * gst-libs/gst/rtp/gstbasertppayload.c:
15404         (gst_basertppayload_class_init), (gst_basertppayload_init),
15405         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15406         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15407         (gst_basertppayload_push), (gst_basertppayload_set_property),
15408         (gst_basertppayload_get_property),
15409         (gst_basertppayload_change_state):
15410         * gst-libs/gst/rtp/gstbasertppayload.h:
15411         Make timestamp offset configurable.
15412
15413 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15414
15415         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15416           fix wrong pop/unref
15417
15418 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15419
15420         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15421
15422         * gst-libs/gst/interfaces/propertyprobe.c:
15423         (gst_property_probe_probe_property_name),
15424         (gst_property_probe_needs_probe_name),
15425         (gst_property_probe_get_values_name),
15426         (gst_property_probe_probe_and_get_values_name):
15427           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15428           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15429
15430 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15431
15432         * check/Makefile.am:
15433           have some tests be disabled for valgrinding
15434         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15435         (GST_START_TEST):
15436         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15437           Fix A Leak.  Chain To Parent Finalize.
15438
15439 2005-09-19  Wim Taymans  <wim@fluendo.com>
15440
15441         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15442         Fixed wav pipeline.
15443
15444 2005-09-19  Wim Taymans  <wim@fluendo.com>
15445
15446         * gst-libs/gst/rtp/gstbasertppayload.c:
15447         (gst_basertppayload_class_init), (gst_basertppayload_init),
15448         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15449         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15450         (gst_basertppayload_push), (gst_basertppayload_get_property),
15451         (gst_basertppayload_change_state):
15452         Posting ERROR and WARNING messages is good.
15453
15454 2005-09-19  Wim Taymans  <wim@fluendo.com>
15455
15456         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15457         (gst_base_rtp_depayload_add_to_queue),
15458         (gst_base_rtp_depayload_push),
15459         (gst_base_rtp_depayload_set_gst_timestamp),
15460         (gst_base_rtp_depayload_queue_release):
15461         This one was not supposed to go in.
15462
15463 2005-09-19  Wim Taymans  <wim@fluendo.com>
15464
15465         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15466         Fix for bus API.
15467
15468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15469         (gst_base_rtp_depayload_chain),
15470         (gst_base_rtp_depayload_add_to_queue),
15471         (gst_base_rtp_depayload_push),
15472         (gst_base_rtp_depayload_set_gst_timestamp),
15473         (gst_base_rtp_depayload_queue_release):
15474         Some cleanups.
15475
15476         * gst-libs/gst/rtp/gstbasertppayload.c:
15477         (gst_basertppayload_class_init), (gst_basertppayload_init),
15478         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15479         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15480         (gst_basertppayload_get_property),
15481         (gst_basertppayload_change_state):
15482         Added debugging category.
15483
15484 2005-09-18  David Schleef  <ds@schleef.org>
15485
15486         * gst/playback/gstdecodebin.c: free plugin list correctly
15487         * gst/playback/gstplaybin.c: emit warning if autovideosink
15488           and autoaudiosink can't be found (instead of segfaulting)
15489
15490 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15491
15492         * check/elements/audioconvert.c: (GST_START_TEST):
15493           try out 24 bit conversion
15494
15495 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15498         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15499         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15500         * ext/vorbis/vorbisenc.h:
15501           Fix EOS handling.  Still needs a fix in the ogg muxer to
15502           mark the last page as eos.
15503
15504 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15505
15506         * common/gtk-doc-plugins.mak:
15507         * docs/plugins/Makefile.am:
15508         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15509         * gst/ffmpegcolorspace/Makefile.am:
15510         * gst/ffmpegcolorspace/avcodec.h:
15511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15512         * gst/tcp/gstmultifdsink.c:
15513           fix up ffmpegcolorspace docs; extract header
15514
15515 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15516
15517         * common/gtk-doc-plugins.mak:
15518         * docs/plugins/Makefile.am:
15519         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15520         * ext/theora/Makefile.am:
15521         * ext/theora/gsttheoraenc.h:
15522         * ext/theora/theoraenc.c:
15523         * ext/vorbis/vorbisenc.c:
15524           pick up signals and args for vorbis; add some docs for vorbis
15525
15526 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15527
15528         * common/gstdoc-scangobj:
15529         * common/gtk-doc-plugins.mak:
15530         * docs/libs/Makefile.am:
15531         * docs/plugins/gst-plugins-base-plugins.args:
15532         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15533         * docs/plugins/gst-plugins-base-plugins.interfaces:
15534         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15535         * docs/plugins/gst-plugins-base-plugins.signals:
15536           only scanobj stuff from our source module.  Not sure yet
15537           if that's correct, given the hierarchy stuff :)
15538
15539 2005-09-15  Wim Taymans  <wim@fluendo.com>
15540
15541         * gst/audioconvert/gstaudioconvert.c:
15542         And enable 24 bits mode as well..
15543
15544 2005-09-15  Wim Taymans  <wim@fluendo.com>
15545
15546         * gst-libs/gst/rtp/Makefile.am:
15547         * gst-libs/gst/rtp/gstbasertppayload.c:
15548         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15549         (gst_basertppayload_class_init), (gst_basertppayload_init),
15550         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15551         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15552         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15553         (gst_basertppayload_set_property),
15554         (gst_basertppayload_get_property),
15555         (gst_basertppayload_change_state):
15556         * gst-libs/gst/rtp/gstbasertppayload.h:
15557         Added rtp payloader base class.
15558
15559 2005-09-15  Andy Wingo  <wingo@pobox.com>
15560
15561         * configure.ac (plugindir): Remove the EOL matcher from the
15562         regexp, as it causes me problems. Libtool? Make? Who knows?
15563
15564 2005-09-14  David Schleef  <ds@schleef.org>
15565
15566         * check/generic/states.c: 
15567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15568         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15569           Fixes for changes in registry API.
15570
15571         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15572           to GST_PLUGIN_LDFLAGS.
15573         * ext/libvisual/visual.c: Make the library shut up.
15574         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15575         * gst-libs/gst/audio/gstaudiofilter.c: same
15576
15577 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15578
15579         * docs/plugins/Makefile.am:
15580         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15581         * docs/plugins/inspect/plugin-libvisual.xml:
15582         * docs/plugins/tmpl/element-tcpserversink.sgml:
15583         * ext/theora/theoraenc.c:
15584           add libvisual plugin and theoraenc element to docs
15585
15586 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15589         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15590         * ext/theora/theoraenc.c:
15591           add theoraenc
15592
15593 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15594
15595         * gst/audioconvert/Makefile.am:
15596           Audioconvert derives from GstBaseTransform and should
15597           link to the library with our base elements to avoid
15598           unresolved symbols. Makes things work with MinGW (#316160)
15599
15600         * gst/playback/test4.c: (main):
15601           Fix MinGW build problem and use g_usleep() instead of 
15602           sleep() (#316162)
15603
15604 2005-09-12  Wim Taymans  <wim@fluendo.com>
15605
15606         * gst/audioconvert/audioconvert.c: (float),
15607         (audio_convert_prepare_context), (audio_convert_convert):
15608         * gst/audioconvert/audioconvert.h:
15609         Cleanups, speedups, simplifications, added back support
15610         for 24 bits.
15611
15612 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15613
15614         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15615         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15616         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15617         * docs/plugins/tmpl/element-tcpserversink.sgml:
15618         * gst/ffmpegcolorspace/gstffmpeg.c:
15619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15620         * gst/videotestsrc/gstvideotestsrc.c:
15621         * gst/volume/gstvolume.c:
15622           add more elements to the docs
15623
15624 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15625
15626         * check/Makefile.am:
15627         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15628         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15629           Add extra tests for basetransform based components. 
15630           Comment out the test_element_negotiation test until we decide
15631           if it's testing correct behaviour.
15632         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15633         (gst_visual_chain), (gst_visual_change_state):
15634           Slightly more correct but still bogus timestamping.
15635           Fix state change function.
15636         * gst/audioconvert/gstaudioconvert.c:
15637         (gst_audio_convert_class_init):
15638         * gst/audioresample/gstaudioresample.c:
15639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15640         (gst_ffmpegcsp_class_init):
15641         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15642         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15643         (gst_videoscale_prepare_image):
15644         * gst/volume/gstvolume.c: (gst_volume_class_init),
15645         (volume_transform_ip):
15646           Basetransform updates. Enable passthrough modes.
15647         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15648         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15649         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15650           Negotiation fix that allows the window to return to the original
15651           size and renegotiate passthrough upstream. Extra debug output.
15652
15653 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15654
15655         * gst/sine/gstsinesrc.c:
15656         * gst/volume/gstvolume.c:
15657           fix up header include
15658
15659 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15660
15661         * gst-libs/gst/audio/gstbaseaudiosink.c:
15662         (gst_base_audio_sink_render):
15663         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15664         * gst/volume/gstvolume.c: (gst_volume_class_init),
15665         (volume_transform):
15666           fixing lost sync, some more debugging
15667
15668 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15669
15670         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15671         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15672         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15673         (gst_xvimagesink_check_xshm_calls):
15674           Fix compilation when XShm is not available.
15675
15676 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15677
15678         * ext/libvisual/visual.c: (gst_visual_dispose),
15679         (gst_visual_getcaps), (gst_visual_src_setcaps),
15680         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15681         (gst_visual_change_state):
15682           Finish fixing up libvisual plugin so that it runs. 
15683
15684 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15685
15686         * ext/vorbis/vorbisenc.c:
15687         * gst-libs/gst/tag/gstvorbistag.c:
15688           gsttaginterface.h -> gsttagsetter.h
15689
15690 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15691
15692         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15693           added another test that failes for me (test is not active by default)
15694
15695 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15696
15697         * configure.ac:
15698           v4l2 is no longer in gst-plugins-base
15699
15700 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15701
15702         * configure.ac:
15703           In the output at the end, don't show the first plugin on the same
15704           line as "Core plug-ins, always built:".
15705           Indent the output as for other plugin categories
15706         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15707           #define that can be used to not use peer buffer_alloc functions for
15708           test purposes.
15709         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15710         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15711         (gst_ximagesink_show_frame):
15712         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15713         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15714         (gst_xvimagesink_show_frame):
15715           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15716           fails gracefully instead of XError aborting or deadlocking.
15717
15718 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15719
15720         * ext/libvisual/Makefile.am:
15721           link against gst-base-libs
15722
15723 2005-09-06  David Schleef  <ds@schleef.org>
15724
15725         * configure.ac: Enable libvisual plugin.
15726         * ext/libvisual/Makefile.am:
15727         * ext/libvisual/visual.c: Fixes to make it compile.
15728
15729 === release 0.9.2 ===
15730
15731 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15732
15733         * NEWS:
15734         * RELEASE:
15735         * configure.ac:
15736         * docs/random/ChangeLog-0.8:
15737           releasing 0.9.2, "Spoon"
15738
15739 2005-09-05  Michael Smith <msmith@fluendo.com>
15740
15741         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15742           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15743           that in the vorbisenc element.
15744
15745 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15746
15747         * common/gtk-doc-plugins.mak:
15748         * docs/plugins/Makefile.am:
15749           fix distcheck
15750         * gst/audioresample/resample.c:
15751           fix wrong docstring
15752
15753 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15754
15755         * common/gst-xmlinspect.py:
15756         * common/gtk-doc-plugins.mak:
15757           only inspect plugins for this given package
15758           require gst-python 0.9
15759
15760 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15761
15762         * Makefile.am:
15763         * autogen.sh:
15764         * common/gst-xmlinspect.py:
15765         * configure.ac:
15766         * docs/Makefile.am:
15767         * docs/plugins/inspect/plugin-alsa.xml:
15768         * docs/plugins/inspect/plugin-audioresample.xml:
15769         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15770         * docs/plugins/inspect/plugin-ogg.xml:
15771         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15772         * docs/plugins/tmpl/element-multifdsink.sgml:
15773         * docs/plugins/tmpl/element-tcpserversink.sgml:
15774         * docs/plugins/tmpl/element-vorbisenc.sgml:
15775         * gst-plugins-base.spec.in:
15776           various doc-related updates
15777
15778 2005-08-31  Wim Taymans  <wim@fluendo.com>
15779
15780         * gst-libs/gst/audio/gstbaseaudiosink.c:
15781         (gst_base_audio_sink_render):
15782         Resync if the buffer timestamps drift more than a 10th 
15783         of a second.
15784
15785 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15786
15787         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15788         (gst_v4lsrc_get_property):
15789           The 'timestamp-offset' property is registered as an int64, so
15790           let's use g_value_{set|get}_int64() in our setter and getter
15791           functions (makes it work and fixes warnings with gst-inspect).
15792
15793 2005-08-30  Wim Taymans  <wim@fluendo.com>
15794
15795         * check/elements/audioconvert.c: (setup_audioconvert):
15796         * check/elements/audioresample.c: (setup_audioresample):
15797         * check/elements/volume.c: (setup_volume):
15798         Fix checks.
15799
15800 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15801
15802         * common/gtk-doc-plugins.mak:
15803         * common/plugins.xsl:
15804         * docs/plugins/Makefile.am:
15805           make module a param
15806
15807 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15808
15809         * examples/seeking/seek.c: (make_mp3_pipeline),
15810         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15811         (play_cb), (pause_cb), (stop_cb):
15812           update the example
15813
15814 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15815
15816         * gst/volume/gstvolume.c: (gst_volume_class_init),
15817         (volume_transform):
15818           do not update controlled params, if buffer has no timestamp
15819
15820 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15821
15822         * configure.ac:
15823         * gst/sine/Makefile.am:
15824         * gst/volume/Makefile.am:
15825           controllerized elements also need to link against controller-libs ;)
15826
15827 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15828
15829         * docs/libs/tmpl/gstcolorbalance.sgml:
15830         * docs/libs/tmpl/gstgconf.sgml:
15831         * docs/libs/tmpl/gstmixer.sgml:
15832         * docs/libs/tmpl/gstringbuffer.sgml:
15833         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15834         (gst_sinesrc_create):
15835         * gst/volume/gstvolume.c: (gst_volume_class_init),
15836         (volume_transform):
15837           controllerized two audio plugins
15838
15839 2005-08-29  Andy Wingo  <wingo@pobox.com>
15840
15841         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15842         (vorbis_handle_data_packet): Fix some int overflow errors.
15843
15844         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15845         -1.
15846         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15847         valid.
15848         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15849         if it's valid. Fixed streaming-mode playback.
15850
15851         * check/elements/volume.c (cleanup_volume): Fix for running
15852         CK_FORK=no.
15853
15854         * check/elements/audioconvert.c: Convert from native endian, not
15855         little endian.
15856
15857 2005-08-29  Michael Smith <msmith@fluendo.com>
15858
15859         * ext/ogg/Makefile.am:
15860         * ext/ogg/gstogg.c: (plugin_init):
15861         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15862         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15863         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15864         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15865         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15866         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15867         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15868         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15869         Add an ogg parser element.
15870
15871 2005-08-28  Andy Wingo  <wingo@pobox.com>
15872
15873         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15874
15875 2005-08-26  Wim Taymans  <wim@fluendo.com>
15876
15877         * gst/audioconvert/audioconvert.c: (if), (float),
15878         (audio_convert_get_func_index), (check_default),
15879         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15880         (audio_convert_clean_context), (audio_convert_get_sizes),
15881         (audio_convert_convert):
15882         Cleanups.
15883
15884 2005-08-26  Wim Taymans  <wim@fluendo.com>
15885
15886         * gst/audioconvert/audioconvert.c: (if), (float),
15887         (audio_convert_get_func_index), (check_default),
15888         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15889         (audio_convert_clean_context), (audio_convert_get_sizes),
15890         (audio_convert_convert):
15891         More elegant and working temp buffer selection algo.
15892
15893 2005-08-26  Wim Taymans  <wim@fluendo.com>
15894
15895         * gst/audioconvert/audioconvert.c: (if), (float),
15896         (audio_convert_get_func_index), (check_default),
15897         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15898         (audio_convert_clean_context), (audio_convert_get_sizes),
15899         (get_temp_buffer), (audio_convert_convert):
15900         Use realloc else we lose our original data.
15901
15902 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15903
15904         * gst/audioresample/gstaudioresample.c:
15905           use base class' newsegment to properly timestamp
15906
15907 2005-08-26  Wim Taymans  <wim@fluendo.com>
15908
15909         * gst/audioconvert/audioconvert.c: (if), (float),
15910         (audio_convert_get_func_index), (check_default),
15911         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15912         (audio_convert_clean_context), (audio_convert_get_sizes),
15913         (get_temp_buffer), (audio_convert_convert):
15914         * gst/audioconvert/gstaudioconvert.c:
15915         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15916         (gst_audio_convert_transform_caps),
15917         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15918         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15919         Oops, allocate enough space to perform the channel mix.
15920
15921 2005-08-26  Wim Taymans  <wim@fluendo.com>
15922
15923         * gst/audioconvert/Makefile.am:
15924         * gst/audioconvert/audioconvert.c: (if), (float),
15925         (audio_convert_get_func_index), (check_default),
15926         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15927         (audio_convert_clean_context), (audio_convert_get_sizes),
15928         (get_temp_buffer), (audio_convert_convert):
15929         * gst/audioconvert/audioconvert.h:
15930         * gst/audioconvert/gstaudioconvert.c:
15931         (gst_audio_convert_class_init), (gst_audio_convert_init),
15932         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15933         (gst_audio_convert_get_unit_size),
15934         (gst_audio_convert_transform_caps),
15935         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15936         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15937         * gst/audioconvert/gstaudioconvert.h:
15938         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15939         (gst_channel_mix_fill_identical),
15940         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15941         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15942         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15943         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15944         (gst_channel_mix_mix):
15945         * gst/audioconvert/gstchannelmix.h:
15946         Cleanups, librarify a bit, optimize, better negotiation and more.
15947
15948 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15949
15950         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15951         Another from MikeS:
15952         During typefinding, don't support negative offsets
15953         (offsets from the end of the stream) in our typefind->peek() function
15954         - nothing embedded in ogg ever needs them. However, we need to recognise
15955         those requests and reject them, otherwise we return invalid pointers.
15956
15957 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15958
15959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15960         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15961         (vorbisdec_finalize), (vorbis_handle_type_packet):
15962           Big shout-out to MikeS for fixing this giant memory leak.
15963           Huzzah!
15964
15965 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15966
15967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15968         (audio_convert_get_unit_size):
15969           plug some leaks
15970
15971 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15972
15973         * check/Makefile.am:
15974         * check/elements/audioconvert.c: (setup_audioconvert),
15975         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15976         (GST_START_TEST), (audioconvert_suite), (main):
15977           add a test for audioconvert
15978         * gst/audioresample/gstaudioresample.c:
15979         * gst/audioresample/gstaudioresample.h:
15980           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15981           note that for buffers of 1/3 sec this means DURATION(c) is 
15982           one nanosecond more than for a and b
15983
15984 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15985
15986         * check/Makefile.am:
15987         * check/elements/audioresample.c: (setup_audioresample),
15988         (cleanup_audioresample), (fail_unless_perfect_stream),
15989         (test_perfect_stream_instance), (GST_START_TEST),
15990           add a check for audioresample
15991         (audioresample_suite), (main):
15992         * check/elements/volume.c: (GST_START_TEST):
15993           remove unused method
15994         * gst/audioresample/gstaudioresample.c:
15995           set correct buffer parameters since we're changing them
15996         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15997           add some debug
15998
15999 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16000
16001         * gst/audioresample/debug.c:
16002         * gst/audioresample/gstaudioresample.c:
16003           add room for extra overlap samples when asked to transform size
16004           protect against possible mem corruption and check for discrepancies
16005           between written size and outbuffer's size so we can warn for
16006           potential problems
16007         * gst/audioresample/resample.c: (resample_init),
16008         (resample_get_output_size_for_input), (resample_get_output_size),
16009         (resample_set_n_channels), (resample_set_format):
16010           set debug level based on RESAMPLE_DEBUG env var
16011           make sure that get_output_size* returns a whole number of
16012           sample_size
16013           set sample_size each time either channel or format is set
16014         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
16015         * gst/audioresample/resample_functable.c:
16016         (resample_scale_functable):
16017         * gst/audioresample/resample_ref.c: (resample_scale_ref):
16018           remove r->sample_size, it's done in resample.c now
16019           add some debugging to the ref implementation
16020           make sure we only give back bytes that are wholes of the sample
16021           size
16022
16023 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
16024         * gst/playback/gstplaybasebin.c: (fill_buffer):
16025         Revert unpopular change for GST_MESSAGE_SRC to GObject.
16026
16027 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
16028
16029         * gst/volume/gstvolume.c:
16030           made set_caps function static
16031
16032 2005-08-24  Wim Taymans  <wim@fluendo.com>
16033
16034         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16035         (gst_vorbisenc_change_state):
16036         Stop leaking taglists.
16037
16038 2005-08-24  Wim Taymans  <wim@fluendo.com>
16039
16040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16041         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
16042         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
16043         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
16044         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16045         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
16046         Parse seeking events better.
16047         Unref static caps.
16048         Generate correct newsegment events, fixes seeking in live oggs.
16049
16050         * ext/theora/theoradec.c: (theora_dec_src_query),
16051         (theora_dec_src_event), (theora_dec_src_getcaps),
16052         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
16053         Use newsegment values to report correct play time.
16054
16055         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16056         (vorbis_dec_src_event), (vorbis_dec_sink_event):
16057         * ext/vorbis/vorbisdec.h:
16058         Parse and use newsegment values to report correct play time.
16059
16060         * gst-libs/gst/audio/gstbaseaudiosink.c:
16061         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16062         Clear ringbuffer on flush.
16063         Use newsegment values to calculate playback time.
16064
16065         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
16066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16067         Basesink does newsegment calculations for us now.
16068
16069 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16070
16071         * check/Makefile.am:
16072         * configure.ac:
16073           add core's plugins to the mix so that playbin works
16074         * check/generic/states.c: (GST_START_TEST):
16075           set a 0 timeout on pipelines, so they don't force the next
16076           state change
16077         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
16078         (gst_play_base_bin_change_state):
16079           remove the crappy error handling and do GST error handling
16080
16081 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16082
16083         * check/Makefile.am:
16084         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
16085           add same test as to core, it bitches out on playbin atm.
16086
16087 2005-08-24  Wim Taymans  <wim@fluendo.com>
16088
16089         * configure.ac:
16090         Remove audioscale.
16091
16092 2005-08-24  Wim Taymans  <wim@fluendo.com>
16093
16094         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
16095         (gst_videoscale_prepare_size), (parse_caps),
16096         (gst_videoscale_set_caps), (gst_videoscale_get_size),
16097         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
16098         (gst_videoscale_transform):
16099         * gst/videoscale/gstvideoscale.h:
16100         Refactor, make use of BaseTranform really well.
16101
16102 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16103
16104         * configure.ac:
16105           compile audioresample
16106         * gst/audioresample/Makefile.am:
16107         * gst/audioresample/buffer.c:
16108         * gst/audioresample/functable.c:
16109         * gst/audioresample/gstaudioresample.c:
16110         * gst/audioresample/gstaudioresample.h:
16111         * gst/audioresample/resample.c:
16112         (resample_get_output_size_for_input):
16113         * gst/audioresample/resample.h:
16114         * gst/audioresample/resample_chunk.c:
16115         * gst/audioresample/resample_functable.c:
16116         * gst/audioresample/resample_ref.c:
16117           port to use basetransform; doesn't work in all cases yet
16118
16119 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16120
16121         * gst/audioconvert/gstaudioconvert.c:
16122         (gst_audio_convert_class_init), (gst_audio_convert_init),
16123         (audio_convert_get_unit_size), (audio_convert_transform_caps),
16124         (audio_convert_fixate_caps), (audio_convert_set_caps),
16125         (audio_convert_transform),
16126         (gst_audio_convert_buffer_to_default_format),
16127         (gst_audio_convert_buffer_from_default_format),
16128         (gst_audio_convert_channels):
16129         * gst/audioconvert/gstchannelmix.c:
16130         * gst/audioconvert/gstchannelmix.h:
16131           port to basetransform
16132         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16133         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
16134         (gst_ffmpegcsp_get_unit_size):
16135         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16136         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
16137           fix for basetransform changes
16138
16139 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
16140
16141         * check/Makefile.am:
16142           Add CHECK_CFLAGS and LDFLAGS
16143
16144         * gst/playback/gstplaybasebin.c: (fill_buffer):
16145           GST_MESSAGE_SRC became a GObject
16146
16147 2005-08-24  Wim Taymans  <wim@fluendo.com>
16148
16149         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
16150         (gst_ring_buffer_clear_all):
16151         * gst-libs/gst/audio/gstringbuffer.h:
16152         Added function to clear the ringbuffer.
16153
16154 2005-08-24  Andy Wingo  <wingo@pobox.com>
16155
16156         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
16157         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
16158         of _open and _close.
16159
16160         * sys/v4l/gstv4lxoverlay.h:
16161         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
16162         an Xv connection here, instead of all the time. Make Xv only be
16163         loaded if you axe for it. Kindof a workaround for buggy behaviour
16164         of Xv when using remote xservers (XvQueryExtension would block).
16165         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
16166         replace the _open and _close public API. Only start the xv
16167         connection if necessary.
16168         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
16169
16170 2005-08-23  David Schleef  <ds@schleef.org>
16171
16172         * gst/audioresample/Makefile.am: Leet audioresampling code
16173         * gst/audioresample/buffer.c:
16174         * gst/audioresample/buffer.h:
16175         * gst/audioresample/debug.c:
16176         * gst/audioresample/debug.h:
16177         * gst/audioresample/functable.c:
16178         * gst/audioresample/functable.h:
16179         * gst/audioresample/gstaudioresample.c:
16180         * gst/audioresample/gstaudioresample.h:
16181         * gst/audioresample/resample.c:
16182         * gst/audioresample/resample.h:
16183         * gst/audioresample/resample_chunk.c:
16184         * gst/audioresample/resample_functable.c:
16185         * gst/audioresample/resample_ref.c:
16186
16187 2005-08-23  Wim Taymans  <wim@fluendo.com>
16188
16189         * examples/seeking/seek.c: (make_vorbis_pipeline),
16190         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
16191         Small seek updates.
16192
16193 2005-08-23  Andy Wingo  <wingo@pobox.com>
16194
16195         * gst-libs/gst/audio/gstbaseaudiosrc.c
16196         (gst_base_audio_src_fixate): Only fixate endianness if it is
16197         present in the caps.
16198
16199 2005-08-22  Andy Wingo  <wingo@pobox.com>
16200
16201         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
16202         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
16203         device-name property.
16204
16205         * gst-libs/gst/audio/gstaudiosrc.h:
16206         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
16207         close_device in the ring buffer, like gstaudiosink.
16208
16209         * ext/alsa/gstalsamixer.h:
16210         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
16211         macro to implement the interface without much code. Cleanups. 
16212
16213         * ext/alsa/gstalsasrc.h:
16214         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
16215         READY.
16216
16217         * ext/alsa/Makefile.am: Add new files.
16218         * ext/alsa/gstalsamixerelement.c: 
16219         * ext/alsa/gstalsamixerelement.c: Split element code out from
16220         mixer code so that alsasrc can be a mixer too.
16221
16222 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16223
16224         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16225         (GST_START_TEST):
16226         * check/elements/vorbisdec.c: (setup_vorbisdec),
16227         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
16228         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16229         (vorbis_handle_identification_packet),
16230         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
16231         (vorbis_handle_header_packet), (vorbis_dec_push),
16232         (vorbis_dec_chain):
16233           use the setup/teardown methods to save code.  save code is good.
16234
16235 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16236
16237         * check/Makefile.am:
16238           add ext dir for plugins
16239           add vorbisdec test conditionally
16240         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16241         (GST_START_TEST), (volume_suite):
16242           add a test with wrong caps
16243         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
16244         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
16245           add a vorbisdec test
16246         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
16247         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
16248           clean up debug output
16249         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16250           yay, fix a segfault/security issue in vorbisdec
16251           gst-launch fakesrc ! vorbisdec wasn't happy
16252         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
16253         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
16254         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
16255         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
16256         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
16257         (gst_vorbisenc_set_metadata), (get_constraints_string),
16258         (update_start_message), (gst_vorbisenc_setup),
16259         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16260         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16261         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16262         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16263         * ext/vorbis/vorbisenc.h:
16264           march in line
16265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16266         (gst_ffmpegcsp_transform):
16267           have the kow come home
16268         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16269           debug my func ptr
16270         * gst/volume/gstvolume.c: (volume_set_caps):
16271           add a debug
16272
16273 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16274
16275         * Makefile.am:
16276         * check/.cvsignore:
16277         * check/Makefile.am:
16278         * check/elements/.cvsignore:
16279         * check/elements/volume.c: (chain_func), (event_func),
16280         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16281         (main):
16282         * configure.ac:
16283           add unit test structure for gst-plugins-base
16284           add a test for volume
16285         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16286         (gst_volume_set_volume), (gst_volume_get_volume),
16287         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16288         (volume_funcfind), (volume_process_float), (volume_process_int16),
16289         (volume_set_caps), (volume_transform), (volume_update_mute),
16290         (volume_update_volume), (volume_set_property),
16291         (volume_get_property):
16292           document a little; use basetransform vmethod _set_caps
16293
16294 2005-08-19  Andy Wingo  <wingo@pobox.com>
16295
16296         * ext/alsa/gstalsamixertrack.h:
16297         * ext/alsa/gstalsamixertrack.c:
16298         * ext/alsa/gstalsamixeroptions.h:
16299         * ext/alsa/gstalsamixeroptions.c:
16300         * ext/alsa/gstalsamixer.h:
16301         * ext/alsa/gstalsamixer.c: Port to 0.9.
16302
16303         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16304         Remove gstalsa.c and alsaclock. No more cruft here.
16305         
16306 2005-08-18  Wim Taymans  <wim@fluendo.com>
16307
16308         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16309         (gst_base_rtp_depayload_chain),
16310         (gst_base_rtp_depayload_add_to_queue),
16311         (gst_base_rtp_depayload_push),
16312         (gst_base_rtp_depayload_queue_release):
16313         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16314         Fix for RTPBuffer changes.
16315
16316         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16317         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16318         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16319         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16320         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16321         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16322         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16323         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16324         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16325         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16326         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16327         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16328         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16329         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16330         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16331         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16332         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16333         (gst_rtpbuffer_get_payload):
16334         * gst-libs/gst/rtp/gstrtpbuffer.h:
16335         Don't subclass GstBuffer but add methods and helper functions
16336         to construct and manipulate RTP packets in regular GstBuffers.
16337
16338 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16339
16340         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16341           moved statement below switch
16342         * gst/volume/gstvolume.c: (gst_volume_class_init):
16343           added debug ptr
16344
16345 2005-08-16  Wim Taymans  <wim@fluendo.com>
16346
16347         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16348         (gst_base_audio_src_change_state):
16349         Open and close device in READY<->NULL state change.
16350
16351 2005-08-16  Andy Wingo  <wingo@pobox.com>
16352
16353         * examples/seeking/Makefile.am: Don't compile non-compiling
16354         compiled objects with the compiler.
16355
16356         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16357         elements.
16358
16359 2005-08-12  Philippe Khalaf <burger@speedy.org>
16360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16361         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16362           Made a thread to release the queue.
16363           Removed timestamp conversion for now.
16364
16365 2005-08-10  Philippe Khalaf <burger@speedy.org>
16366         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16367         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16368           Added rtp timestamp -> gst timestamp conversion.
16369           Fixed several problems with queue.
16370
16371 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16372
16373         * gst-libs/gst/audio/gstaudioclock.h:
16374         * gst-libs/gst/audio/gstaudiofilter.h:
16375         * gst-libs/gst/audio/gstaudiosink.h:
16376         * gst-libs/gst/audio/gstaudiosrc.h:
16377         * gst-libs/gst/audio/gstbaseaudiosink.h:
16378         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16379         * gst-libs/gst/audio/gstringbuffer.h:
16380         * gst-libs/gst/net/gstnetbuffer.h:
16381         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16382         * gst-libs/gst/rtp/gstrtpbuffer.h:
16383           Add padding (you will need to rebuild gst-plugins-base,
16384           gst-plugins and all applications afterwards!)
16385
16386 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16387
16388         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16389         (gst_riff_parse_chunk):
16390           Fix bug in debug message and add some more debug messages.
16391
16392 2005-08-08  Edward Hervey  <edward@fluendo.com>
16393
16394         * gst-libs/gst/riff/riff-media.c:
16395         backported updates since branch
16396
16397 2005-08-08  Andy Wingo  <wingo@pobox.com>
16398
16399         * gst-libs/gst/audio/gstbaseaudiosink.c
16400         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16401         like good elements should. Close on READY->NULL too.
16402
16403         * gst-libs/gst/audio/gstaudiosink.c
16404         (gst_audioringbuffer_open_device,
16405         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16406         (gst_audioringbuffer_release): Updates for new ring buffer API,
16407         hook into the new audio sink api.
16408
16409         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16410         (GstAudioSinkClass.close): Just open and close the device -- no
16411         resource allocation or configuration.
16412         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16413         vmethods, handle device setup and resource allocation.
16414
16415         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16416         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16417         base class API.
16418
16419         * gst-libs/gst/audio/gstringbuffer.h
16420         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16421         New vmethods.
16422
16423         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16424         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16425         New API functions. The device should be opened before acquiring
16426         and closed after releasing.
16427
16428 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16429
16430         * gst-libs/gst/interfaces/mixer.h:
16431           Reset padding to GST_PADDING.
16432
16433 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16434
16435         * gst/playback/gstplaybin.c: (remove_sinks):
16436           Remove visualization from parent explicitely; works around some
16437           apparent refcount issue that I haven't tracked down yet.
16438
16439 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16440
16441         * ext/alsa/gstalsasink.c: (set_hwparams):
16442           Assign debug category, add negotiation debug msgs.
16443
16444 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16445
16446         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16447           Fix error code for file-not-found to NOT_FOUND.
16448
16449 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16450
16451         * common/gtk-doc-plugins.mak:
16452         * docs/plugins/Makefile.am:
16453         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16454         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16455           renamed to actual element names, so much nicer to look at
16456         * docs/plugins/tmpl/gstmultifdsink.sgml:
16457           remove
16458         * docs/plugins/tmpl/multifdsink.sgml:
16459         * docs/plugins/tmpl/tcpserversink.sgml:
16460           add
16461         * ext/alsa/gstalsa.c:
16462         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16463         * ext/ogg/gstoggmux.c:
16464         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16465         * gst/playback/gstdecodebin.c:
16466         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16467         * gst/tcp/gsttcpserversink.c:
16468           various fixes and documentation additions
16469
16470 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16471
16472         * common/Makefile.am:
16473         * common/gstdoc-scangobj:
16474         * common/gtk-doc-plugins.mak:
16475         * common/gtk-doc.mak:
16476           add a custom scangobj that uses the registry
16477           add a custom gtk-doc-plugins.mak that uses it
16478           some doc build fixes
16479         * configure.ac:
16480         * docs/Makefile.am:
16481         * docs/plugins/Makefile.am:
16482         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16483         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16484         * docs/plugins/gst-plugins-base-plugins.types:
16485         * docs/plugins/tmpl/gstmultifdsink.sgml:
16486           add docs for one element, multifdsink
16487         * gst/adder/gstadder.h:
16488         * gst/volume/gstvolume.h:
16489           don't privatize enum
16490         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16491         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16492         (gst_sync_method_get_type), (gst_client_status_get_type),
16493         (gst_multifdsink_class_init),
16494         (gst_multifdsink_client_queue_buffer),
16495         (gst_multifdsink_handle_client_write):
16496         * gst/tcp/gstmultifdsink.h:
16497         * gst/tcp/gsttcp.h:
16498         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16499         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16500         (gst_tcpclientsink_render):
16501         * gst/tcp/gsttcpclientsink.h:
16502         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16503         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16504         (gst_tcpclientsrc_start):
16505         * gst/tcp/gsttcpclientsrc.h:
16506         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16507         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16508         * gst/tcp/gsttcpserversrc.h:
16509         * gst/typefind/gsttypefindfunctions.c:
16510           remove superfluous Type stuff
16511
16512 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16513
16514         * gst/playback/gstplaybin.c: (gen_video_element):
16515           Enable videoscale.
16516
16517 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16518
16519         * gst-libs/gst/gconf/gconf.c:
16520         * gst-libs/gst/gconf/gconf.h:
16521           Fix some Andy Problem [tm].
16522
16523 2005-08-04  Andy Wingo  <wingo@pobox.com>
16524
16525         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16527         (gst_ffmpegcsp_get_size): Adapt to API changes.
16528
16529         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16530         Implement an in-place do-nothing transform.
16531
16532 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16533
16534         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16535         (gst_ximagesink_renegotiate_size):
16536           Do not set new window sizes yet if we prepare a new buffer size
16537           for upstream renegotiation (software scaling) at some point in the
16538           future, because this new size waqs not actually accepted yet. Once
16539           accepted, renegotiation later on will set the new sizes just fine.
16540           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16541           embedding testcase.
16542
16543 2005-08-03  Andy Wingo  <wingo@pobox.com>
16544
16545         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16546         (gst_ximagesink_buffer_alloc): 
16547         Protect the height, width, and desired_caps with the pool_lock.
16548         Fixes videotestsrc ! queue ! ximagesink.
16549
16550 2005-08-02  Edward Hervey  <edward@fluendo.com>
16551
16552         * gst/volume/gstvolume.c:
16553         include left from controller cleanup
16554
16555 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16557           Stop collectpads before calling the parent state
16558           change function on PAUSED->READY.
16559
16560 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16561         * configure.ac:
16562           When testing for X libs, use the X CFlags 
16563         * gst/adder/gstadder.c: (gst_adder_change_state):
16564           Stop the collectpads before calling parent state change function
16565           on PAUSED->READY, otherwise we deadlock deactivating pads.
16566
16567 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16568
16569         * configure.ac:
16570         * docs/libs/tmpl/gstcolorbalance.sgml:
16571         * docs/libs/tmpl/gstmixer.sgml:
16572         * examples/Makefile.am:
16573         * gst/sine/Makefile.am:
16574         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16575         (gst_sinesrc_set_property), (plugin_init):
16576         * gst/sine/gstsinesrc.h:
16577         * gst/volume/Makefile.am:
16578         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16579         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16580         (volume_process_float), (volume_process_int16),
16581         (volume_set_property), (plugin_init):
16582         * gst/volume/gstvolume.h:
16583           deactivate and remove dparams (libgstcontrol)
16584
16585 2005-07-29  Wim Taymans  <wim@fluendo.com>
16586
16587         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16588         Convert me to BaseTransform!! help..
16589
16590 2005-07-29  Andy Wingo  <wingo@pobox.com>
16591
16592         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16593         sinks.
16594
16595         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16596         support of both endiannesses.
16597
16598 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16599
16600         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16601           Fix confusing debug message (s/event/query/)
16602
16603 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16604
16605         * gst/videotestsrc/videotestsrc.h:
16606           Use "_stdint.h" instead of <stdint.h>
16607
16608 2005-07-27  Wim Taymans  <wim@fluendo.com>
16609
16610         * ext/vorbis/Makefile.am:
16611         Revert wrong commit.
16612
16613 2005-07-27  Wim Taymans  <wim@fluendo.com>
16614
16615         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16616         More compilation fixen.
16617
16618 2005-07-27  Wim Taymans  <wim@fluendo.com>
16619
16620         * gst-libs/gst/audio/gstbaseaudiosink.c:
16621         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16622         (gst_base_audio_sink_create_ringbuffer),
16623         (gst_base_audio_sink_change_state):
16624         Fix compilation.
16625
16626 2005-07-27  Wim Taymans  <wim@fluendo.com>
16627
16628         * examples/seeking/seek.c: (setup_dynamic_link),
16629         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16630         (query_positions_elems), (query_positions_pads), (do_seek):
16631         Update seek example.
16632
16633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16634         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16635         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16636         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16637         (gst_ogg_demux_handle_event),
16638         (gst_ogg_demux_deactivate_current_chain),
16639         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16640         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16641         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16642         (gst_ogg_demux_loop):
16643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16644         * ext/theora/theoradec.c: (theora_dec_src_event),
16645         (theora_dec_src_getcaps), (theora_dec_sink_event),
16646         (theora_dec_push), (theora_dec_chain):
16647         * ext/vorbis/Makefile.am:
16648         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16649         (vorbis_dec_sink_event), (vorbis_dec_push),
16650         (vorbis_handle_data_packet):
16651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16652         (gst_vorbisenc_chain):
16653         * gst/playback/gststreaminfo.c: (cb_probe):
16654         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16655         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16656         * gst/videoscale/gstvideoscale.c:
16657         (gst_videoscale_handle_src_event):
16658         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16659         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16660         (gst_ximagesink_navigation_send_event):
16661         * sys/xvimage/xvimagesink.c:
16662         (gst_xvimagesink_navigation_send_event):
16663         Various event updates and cleanups
16664
16665 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16666
16667         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16668           Fix segfault for I420/YV12.
16669
16670 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16671
16672         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16673           Report bitrate.
16674
16675 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16676
16677         * gst/playback/gstplaybin.c: (gen_video_element),
16678         (gen_audio_element):
16679           Switch to auto*sink elements as default sinks; add volume element
16680           so that volume control in totem works.
16681
16682 2005-07-21  Wim Taymans  <wim@fluendo.com>
16683
16684         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16685         * gst/playback/gstplaybin.c: (setup_sinks),
16686         (gst_play_bin_change_state):
16687         Refcount fix and more comments.
16688
16689 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16690
16691         * sys/ximage/Makefile.am:
16692         * sys/ximage/ximage.c: (plugin_init):
16693         * sys/ximage/ximagesink.c:
16694         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16695         
16696
16697 2005-07-21  Wim Taymans  <wim@fluendo.com>
16698
16699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16700         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16701         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16702         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16703         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16704         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16705         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16706         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16707         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16708         Generate correct disconts for live chained oggs.
16709
16710         * gst-libs/gst/audio/gstbaseaudiosink.c:
16711         (gst_base_audio_sink_render),
16712         (gst_base_audio_sink_create_ringbuffer),
16713         (gst_base_audio_sink_change_state):
16714         Handle discont math correctly.
16715
16716         * gst/playback/gstplaybin.c: (add_sink):
16717         Some small debug cleanup.
16718
16719 2005-07-21  Wim Taymans  <wim@fluendo.com>
16720
16721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16722         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16723         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16724         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16725         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16726         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16727         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16728         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16729         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16730         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16731         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16732         (gst_ogg_demux_change_state), (gst_ogg_print):
16733         Reorganize code to send the right disconts when in streaming
16734         mode.
16735
16736 2005-07-20  Andy Wingo  <wingo@pobox.com>
16737
16738         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16739         fix (?), fixes a seggie mcfalterson (#310894).
16740
16741 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16742
16743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16744         (gst_ogg_mux_set_header_on_caps):
16745         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16746         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16747         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16748         * gst-libs/gst/audio/multichannel.c:
16749         (gst_audio_set_channel_positions),
16750         (gst_audio_set_structure_channel_positions_list):
16751         * gst/playback/gstdecodebin.c: (dynamic_create):
16752         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16753         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16754           Fixes for API changes in core.
16755
16756 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16757
16758         * gst/playback/gstplaybasebin.c: (fill_buffer):
16759           Use _new_custom() so we can set custom message types for buffering
16760           messages.
16761
16762 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16763
16764         * configure.ac:
16765         * gst-libs/gst/Makefile.am:
16766         * gst-libs/gst/gconf/.cvsignore:
16767         * gst-libs/gst/gconf/Makefile.am:
16768         * gst-libs/gst/gconf/test-gconf.c:
16769         * pkgconfig/Makefile.am:
16770         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16771         * pkgconfig/gstreamer-gconf.pc.in:
16772           Remove gconf stuff, use gconf elements instead from now on.
16773
16774 2005-07-20  Wim Taymans  <wim@fluendo.com>
16775
16776         * gst-libs/gst/audio/TODO:
16777         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16778         (gst_audio_clock_get_internal_time):
16779         * gst-libs/gst/audio/gstaudioclock.h:
16780         * gst-libs/gst/audio/gstbaseaudiosink.c:
16781         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16782         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16783         (gst_base_audio_sink_render),
16784         (gst_base_audio_sink_create_ringbuffer),
16785         (gst_base_audio_sink_change_state):
16786         Make sure the audio clock always returns an increasing value.
16787
16788 2005-07-19  Andy Wingo  <wingo@pobox.com>
16789
16790         * gst/videotestsrc/: Cleanups.
16791
16792 2005-07-19  Wim Taymans  <wim@fluendo.com>
16793
16794         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16795         Better debugging.
16796
16797 2005-07-19  Wim Taymans  <wim@fluendo.com>
16798
16799         * examples/seeking/seek.c: (make_dv_pipeline),
16800         (make_vorbis_theora_pipeline), (query_rates),
16801         (query_positions_elems), (query_positions_pads), (do_seek):
16802         Make correct DV pipeline.
16803
16804 2005-07-18  Andy Wingo  <wingo@pobox.com>
16805
16806         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16807         default. Also because it's the only thing that really works. (This
16808         is used in the GConf elements).
16809         Use AS_LIBTOOL_TAGS.
16810
16811 2005-07-18  Wim Taymans  <wim@fluendo.com>
16812
16813         * gst/playback/gstdecodebin.c: (remove_element_chain):
16814         * gst/playback/gstplaybin.c: (add_sink):
16815         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16816         (gst_stream_info_set_mute):
16817         * gst/playback/gststreamselector.c:
16818         (gst_stream_selector_get_linked_pad),
16819         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16820         More leak and compile fixes.
16821
16822 2005-07-18  Wim Taymans  <wim@fluendo.com>
16823
16824         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16825         (query_rates), (query_positions_elems), (query_positions_pads),
16826         (do_seek), (seek_cb), (stop_seek):
16827         Updated seek example. 
16828
16829         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16830         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16831         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16832         * gst/playback/gstplaybin.c: (add_sink):
16833         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16834         (gst_stream_info_set_mute):
16835         Some refcount leak fixes.
16836
16837 2005-07-16  Wim Taymans  <wim@fluendo.com>
16838
16839         * gst-libs/gst/audio/gstbaseaudiosink.c:
16840         (gst_base_audio_sink_render):
16841         Align samples even if we have roundoff errors in the 
16842         timestamp conversion.
16843
16844 2005-07-16  Wim Taymans  <wim@fluendo.com>
16845
16846         * docs/libs/tmpl/gstringbuffer.sgml:
16847         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16848         (query_rates), (query_positions_elems), (query_positions_pads),
16849         (update_scale), (do_seek):
16850         Updated seek example.
16851
16852         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16853         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16854         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16855         (gst_ogg_demux_loop):
16856         Push out correct discont values.
16857
16858         * ext/theora/theoradec.c: (theora_dec_src_convert),
16859         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16860         (theora_dec_sink_event), (theora_handle_type_packet),
16861         (theora_handle_header_packet), (theora_dec_push),
16862         (theora_handle_data_packet), (theora_dec_chain),
16863         (theora_dec_change_state):
16864         Better timestamping.
16865
16866         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16867         (vorbis_dec_sink_event), (vorbis_dec_push),
16868         (vorbis_handle_data_packet), (vorbis_dec_chain):
16869         * ext/vorbis/vorbisdec.h:
16870         Better timestamping.
16871
16872         * gst-libs/gst/audio/gstbaseaudiosink.c:
16873         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16874         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16875         Handle syncing on timestamps instead of sample offsets. Make
16876         use of DISCONT values as described in design docs.
16877
16878         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16879         (gst_base_audio_src_get_time):
16880         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16881         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16882         (gst_ring_buffer_read):
16883         * gst-libs/gst/audio/gstringbuffer.h:
16884         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16885         (gst_ximagesink_show_frame):
16886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16887         Correcly convert buffer timestamp to stream time.
16888
16889 2005-07-16  Wim Taymans  <wim@fluendo.com>
16890
16891         * gst/audioconvert/gstaudioconvert.c:
16892         (gst_audio_convert_get_buffer):
16893         Timestamp buffers correctly.
16894
16895         * gst/playback/gstplaybin.c: (gen_video_element):
16896         Make internal fakesink silent.
16897
16898 2005-07-15  Wim Taymans  <wim@fluendo.com>
16899
16900         * gst/ffmpegcolorspace/Makefile.am:
16901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16902         (gst_ffmpegcsp_caps_remove_format_info),
16903         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16904         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16905         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16906         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16907         Ported ffmpegcolorspace to basetransform.
16908
16909         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16910         * gst/volume/gstvolume.c: (volume_transform):
16911         Ported to new API.
16912
16913 2005-07-14  Wim Taymans  <wim@fluendo.com>
16914
16915         * gst/videotestsrc/Makefile.am:
16916         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16917         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16918         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16919         (gst_videotestsrc_init), (gst_videotestsrc_event),
16920         (gst_videotestsrc_create), (gst_videotestsrc_start),
16921         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16922         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16923         (gst_videotestsrc_get_property):
16924         * gst/videotestsrc/gstvideotestsrc.h:
16925         Make videotestsrc a pushsrc.
16926
16927 2005-07-14  Wim Taymans  <wim@fluendo.com>
16928
16929         * gst/tcp/gstfdset.c: (gst_fdset_free):
16930         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16931         (gst_multifdsink_add), (gst_multifdsink_remove),
16932         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16933         (gst_multifdsink_remove_client_link),
16934         (gst_multifdsink_client_queue_data),
16935         (gst_multifdsink_client_queue_caps),
16936         (gst_multifdsink_client_queue_buffer),
16937         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16938         (gst_multifdsink_stop):
16939         * gst/tcp/gstmultifdsink.h:
16940         0.8 backporting.
16941
16942         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16943         Also draw image when not from a pool.
16944
16945 2005-07-14  Wim Taymans  <wim@fluendo.com>
16946
16947         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16948         (mute_stream), (silence_stream):
16949         Small debug additions.
16950
16951 2005-07-14  Wim Taymans  <wim@fluendo.com>
16952
16953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16954         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16955         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16956         Better error recovery, ignore unconnected pads and
16957         non-fatal errors.
16958
16959 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16960
16961         * docs/libs/tmpl/gstaudio.sgml:
16962         * docs/libs/tmpl/gstcolorbalance.sgml:
16963         * docs/libs/tmpl/gstgconf.sgml:
16964         * docs/libs/tmpl/gstmixer.sgml:
16965         * docs/libs/tmpl/gstringbuffer.sgml:
16966         * docs/libs/tmpl/gsttuner.sgml:
16967         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16968         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16969         (gst_tcpclientsrc_class_init):
16970         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16971         (gst_tcpserversrc_class_init):
16972         * sys/v4l/gstv4lelement.c:
16973           more autistic cleanliness in functions/names/defines
16974
16975 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16976
16977         * configure.ac:
16978           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16979           added manually to each Makefile.am so we are sure it goes
16980           *last* and doesn't add -L flags before linking in libs of our
16981           own, like, say, internal .la libs, that then accidentally pick
16982           up the installed copy.
16983         * docs/libs/Makefile.am:
16984         * ext/alsa/Makefile.am:
16985         * ext/cdparanoia/Makefile.am:
16986         * ext/gnomevfs/Makefile.am:
16987         * ext/libvisual/Makefile.am:
16988         * ext/ogg/Makefile.am:
16989         * ext/theora/Makefile.am:
16990         * ext/vorbis/Makefile.am:
16991         * gst-libs/gst/video/Makefile.am:
16992         * gst/adder/Makefile.am:
16993         * gst/audioconvert/Makefile.am:
16994         * gst/audiorate/Makefile.am:
16995         * gst/audioscale/Makefile.am:
16996         * gst/ffmpegcolorspace/Makefile.am:
16997         * gst/playback/Makefile.am:
16998         * gst/sine/Makefile.am:
16999         * gst/subparse/Makefile.am:
17000         * gst/tags/Makefile.am:
17001         * gst/tcp/Makefile.am:
17002         * gst/typefind/Makefile.am:
17003         * gst/videorate/Makefile.am:
17004         * gst/videoscale/Makefile.am:
17005         * gst/videotestsrc/Makefile.am:
17006         * gst/volume/Makefile.am:
17007         * sys/v4l/Makefile.am:
17008         * sys/ximage/Makefile.am:
17009         * sys/xvimage/Makefile.am:
17010           adapt properly to this change. This should make sure that
17011           plugins and libs properly link to the as-yet-uninstalled
17012           copies of stuff like libgstinterfaces and libgstvideo
17013
17014 2005-07-13  Andy Wingo  <wingo@pobox.com>
17015
17016         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
17017         (gst_v4lsrc_fixate): Fixate on format as well.
17018
17019         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
17020         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
17021         buffer points to it.
17022         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
17023         rather just doing X calls ourselves. Also fixes a memleak.
17024
17025 2005-07-12  Andy Wingo  <wingo@pobox.com>
17026
17027         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
17028         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
17029         (gst_v4lsrc_create): Re-add the copy-mode property, default to
17030         TRUE to avoid deadlocks if an element holds on to our buffers.
17031
17032 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17033
17034         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17035         (gst_sinesrc_init), (gst_sinesrc_create),
17036         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17037         (gst_sinesrc_start):
17038         * gst/sine/gstsinesrc.h:
17039           removing num-buffers property before moving it
17040
17041 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17042
17043         * configure.ac:
17044           use overridable ERROR_CFLAGS
17045         * docs/libs/gst-plugins-base-libs.types:
17046         * docs/libs/tmpl/gstringbuffer.sgml:
17047         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17048         (gst_alsasink_class_init):
17049         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17050         (gst_alsasrc_class_init):
17051         * gst-libs/gst/audio/audio.h:
17052         * gst-libs/gst/audio/gstaudioclock.h:
17053         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
17054         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
17055         (gst_audio_filter_link), (gst_audio_filter_init),
17056         (gst_audio_filter_chain), (gst_audio_filter_set_property),
17057         (gst_audio_filter_get_property),
17058         (gst_audio_filter_class_add_pad_templates):
17059         * gst-libs/gst/audio/gstaudiofilter.h:
17060         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17061         (gst_audio_filter_template_get_type),
17062         (gst_audio_filter_template_base_init),
17063         (gst_audio_filter_template_class_init),
17064         (gst_audio_filter_template_init),
17065         (gst_audio_filter_template_set_property),
17066         (gst_audio_filter_template_get_property), (plugin_init),
17067         (gst_audio_filter_template_setup),
17068         (gst_audio_filter_template_filter),
17069         (gst_audio_filter_template_filter_inplace):
17070         * gst-libs/gst/audio/gstaudiosink.c:
17071         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17072         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
17073         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17074         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17075         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
17076         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
17077         * gst-libs/gst/audio/gstaudiosink.h:
17078         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17079         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17080         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17081         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
17082         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
17083         (gst_audio_src_class_init), (gst_audio_src_init),
17084         (gst_audio_src_create_ringbuffer):
17085         * gst-libs/gst/audio/gstaudiosrc.h:
17086         * gst-libs/gst/audio/gstbaseaudiosink.c:
17087         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
17088         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
17089         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
17090         (gst_base_audio_sink_set_property),
17091         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
17092         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
17093         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
17094         (gst_base_audio_sink_create_ringbuffer),
17095         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
17096         * gst-libs/gst/audio/gstbaseaudiosink.h:
17097         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17098         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
17099         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
17100         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
17101         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
17102         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
17103         (gst_base_audio_src_event), (gst_base_audio_src_create),
17104         (gst_base_audio_src_create_ringbuffer),
17105         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
17106         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17107         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17108         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
17109         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
17110         (gst_ring_buffer_debug_spec_caps),
17111         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
17112         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
17113         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
17114         (gst_ring_buffer_start), (gst_ring_buffer_pause),
17115         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
17116         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
17117         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
17118         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
17119         (gst_ring_buffer_clear):
17120         * gst-libs/gst/audio/gstringbuffer.h:
17121         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17122         (gst_video_sink_class_init), (gst_video_sink_get_type):
17123         * gst-libs/gst/video/videosink.h:
17124         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17125         (gst_multifdsink_class_init),
17126         (gst_multifdsink_handle_client_write),
17127         (gst_multifdsink_change_state):
17128         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17129         (gst_tcpclientsink_setcaps):
17130         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17131         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
17132         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
17133         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
17134         (gst_ximagesink_send_pending_navigation),
17135         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
17136         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
17137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
17138         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17139         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
17140         (gst_xvimagesink_send_pending_navigation),
17141         (gst_xvimagesink_navigation_send_event),
17142         (gst_xvimagesink_set_xwindow_id),
17143         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
17144         (gst_xvimagesink_get_type):
17145         more macro splitting
17146
17147 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17148
17149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17150           plug a memleak, allows me to import 1479 albums in one go
17151           in jamboree
17152         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17153         (vorbis_handle_type_packet), (vorbis_dec_chain),
17154         (vorbis_dec_change_state):
17155           fix some format strings
17156
17157 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17158
17159         * docs/libs/tmpl/gstcolorbalance.sgml:
17160         * docs/libs/tmpl/gstmixer.sgml:
17161         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17162         (gst_alsasink_set_property), (gst_alsasink_get_property):
17163         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17164         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
17165           add device property
17166
17167 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17168
17169         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17170         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17171         (audiocast_register_listener), (audiocast_thread_run),
17172         (gst_gnomevfssrc_send_additional_headers_callback),
17173         (gst_gnomevfssrc_received_headers_callback),
17174         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
17175         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
17176         (gst_gnomevfssrc_get_size):
17177           add/clean up debugging
17178         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
17179           cleanups
17180
17181 2005-07-07  Andy Wingo  <wingo@pobox.com>
17182
17183         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
17184         framerate. Need to get a handle on when exactly this function is
17185         called, tho.
17186
17187         * sys/v4l/v4lsrc_calls.h:
17188         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
17189         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
17190         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
17191
17192         * sys/v4l/v4l_calls.h: Cast to V4lElement.
17193         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
17194         v4lelements are sources.
17195
17196         * sys/v4l/gstv4lxoverlay.h:
17197         * sys/v4l/gstv4lxoverlay.c:
17198         * sys/v4l/gstv4ltuner.h:
17199         * sys/v4l/gstv4ltuner.c: Header loc fixen.
17200         
17201         * sys/v4l/gstv4lsrc.h:
17202         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
17203         PushSrc/BaseSrc. Removed most sync-related properties, videorate
17204         or something should handle that. Made a live source.
17205
17206         * sys/v4l/gstv4lelement.h:
17207         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
17208         signals. Some cleanups.
17209
17210         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
17211
17212         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
17213         stuff.
17214
17215         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
17216         stuff.
17217
17218         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
17219
17220 2005-07-07  Wim Taymans  <wim@fluendo.com>
17221
17222         * ext/theora/theoradec.c: (theora_get_query_types),
17223         (theora_dec_src_getcaps), (theora_dec_push):
17224         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
17225         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
17226         Remove deprecated/unused query types.
17227
17228 2005-07-06  Wim Taymans  <wim@fluendo.com>
17229
17230         * ext/alsa/Makefile.am:
17231         * ext/alsa/gstalsaplugin.c: (plugin_init):
17232         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17233         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17234         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
17235         (gst_alsasrc_class_init), (gst_alsasrc_init),
17236         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
17237         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
17238         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
17239         (gst_alsasrc_reset):
17240         * ext/alsa/gstalsasrc.h:
17241         * gst-libs/gst/audio/Makefile.am:
17242         * gst-libs/gst/audio/gstaudiosink.c:
17243         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17244         (gst_audioringbuffer_start):
17245         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17246         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17247         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
17248         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
17249         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17250         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17251         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
17252         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
17253         * gst-libs/gst/audio/gstaudiosrc.h:
17254         * gst-libs/gst/audio/gstbaseaudiosink.c:
17255         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17256         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
17257         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
17258         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17259         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17260         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17261         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17262         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17263         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17264         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17265         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17266         (gst_baseaudiosrc_change_state):
17267         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17268         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17269         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17270         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17271         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17272         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17273         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17274         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17275         * gst-libs/gst/audio/gstringbuffer.h:
17276         Added audiosource base classes.
17277         Ported alsasrc, still very basic.
17278
17279 2005-07-06  Wim Taymans  <wim@fluendo.com>
17280
17281         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17282         (theora_dec_push), (theora_handle_data_packet):
17283         Prepare for better timestamp fix later.
17284
17285         * gst/audioconvert/gstaudioconvert.c:
17286         List most accurate caps first
17287
17288         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17289         Use proper pad task function.
17290
17291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17292         (gst_xvimagesink_show_frame):
17293         Fix deadlock when alloc failed.
17294
17295 2005-07-05  Andy Wingo  <wingo@pobox.com>
17296
17297         * ext/gnomevfs/gstgnomevfssrc.c:
17298         * gst/sine/gstsinesrc.c:
17299         * gst/tcp/gsttcpserversrc.c:
17300         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17301
17302         * sys/v4l/: Port from 0.8.
17303
17304         * Many files: Null if we got it....
17305
17306 2005-07-05  Andy Wingo  <wingo@pobox.com>
17307
17308         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17309         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17310         Signedness fixes.
17311
17312 2005-07-05  Wim Taymans  <wim@fluendo.com>
17313
17314         * configure.ac:
17315         * gst/tcp/Makefile.am:
17316         * gst/tcp/README:
17317         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17318         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17319         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17320         (is_sync_frame), (gst_multifdsink_handle_client_write),
17321         (gst_multifdsink_render), (gst_multifdsink_start),
17322         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17323         * gst/tcp/gstmultifdsink.h:
17324         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17325         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17326         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17327         * gst/tcp/gsttcp.h:
17328         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17329         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17330         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17331         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17332         * gst/tcp/gsttcpclientsink.h:
17333         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17334         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17335         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17336         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17337         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17338         * gst/tcp/gsttcpclientsrc.h:
17339         * gst/tcp/gsttcpplugin.c: (plugin_init):
17340         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17341         * gst/tcp/gsttcpserversink.h:
17342         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17343         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17344         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17345         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17346         (gst_tcpserversrc_stop):
17347         * gst/tcp/gsttcpserversrc.h:
17348         * gst/tcp/gsttcpsink.c:
17349         * gst/tcp/gsttcpsink.h:
17350         * gst/tcp/gsttcpsrc.c:
17351         * gst/tcp/gsttcpsrc.h:
17352         Ported tcp plugins to 0.9. 
17353         
17354
17355 2005-07-05  Andy Wingo  <wingo@pobox.com>
17356
17357         * gst/playback/gstplaybasebin.c (fill_buffer):
17358         message_new_application fixen.
17359
17360         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17361         Style fix.
17362
17363 2005-07-04  Wim Taymans  <wim@fluendo.com>
17364
17365         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17366         Set caps on output buffer.
17367
17368 2005-07-04  Andy Wingo  <wingo@pobox.com>
17369
17370         * ext/gnomevfs/gstgnomevfssrc.c
17371         (gst_gnomevfssrc_received_headers_callback) 
17372         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17373         hopefully.
17374
17375         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17376         No refcount leakage.
17377
17378         * configure.ac: Enable -Werror.
17379         
17380         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17381         * gst/audioconvert/bufferframesconvert.c
17382         (buffer_frames_convert_fixate):
17383         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17384         (gst_audio_convert_fixate):
17385         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17386         (gst_sinesrc_create): Fixate func changes.
17387         
17388         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17389         (gst_ximagesink_buffer_alloc): Unused var.
17390
17391 2005-07-01  Andy Wingo  <wingo@pobox.com>
17392
17393         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17394         getcaps to do explicit caps. Needs to be done in all decoders,
17395         possibly via a base class.
17396
17397         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17398
17399         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17400         caps on the sink pad, just rely on the pad template. Also, setting
17401         ANY caps on a pad is not valid because the caps are not fixed.
17402
17403         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17404         caps on the buffer, and get the width from the desired_caps if
17405         they're set.
17406         (gst_ximagesink_renegotiate_size): Implement via setting the
17407         desired_caps on the ximagesink.
17408         (gst_ximagesink_setcaps): Only reset the width of the player if it
17409         wasn't already set. Not sure if this is right.
17410         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17411
17412         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17413         that the user wants. NULL unless the window has been resized.
17414
17415         * gst/volume/gstvolume.c (volume_transform): Adapt to
17416         basetransform refcount changes.
17417         
17418 2005-07-01  Andy Wingo  <wingo@pobox.com>
17419
17420         * gst/videoscale/gstvideoscale.c:
17421         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17422         from BaseTransform, implements a transform_caps. Removed dead code
17423         including some PAR stuff that was never reached -- should probably
17424         be added back somehow.
17425
17426 2005-07-01  Andy Wingo  <wingo@pobox.com>
17427
17428         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17429         come later.
17430
17431 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17432
17433         * configure.ac:
17434         * docs/libs/Makefile.am:
17435         * docs/libs/gst-plugins-libs.types:
17436         * ext/alsa/Makefile.am:
17437         * ext/alsa/gstalsamixer.h:
17438         * ext/alsa/gstalsamixeroptions.h:
17439         * ext/alsa/gstalsamixertrack.h:
17440         * gst-libs/gst/Makefile.am:
17441         * gst-libs/gst/colorbalance/.cvsignore:
17442         * gst-libs/gst/colorbalance/Makefile.am:
17443         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17444         * gst-libs/gst/colorbalance/colorbalance.c:
17445         * gst-libs/gst/colorbalance/colorbalance.h:
17446         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17447         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17448         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17449         * gst-libs/gst/interfaces/Makefile.am:
17450         * gst-libs/gst/interfaces/colorbalance.c:
17451         (gst_color_balance_class_init):
17452         * gst-libs/gst/interfaces/colorbalance.h:
17453         * gst-libs/gst/interfaces/interfaces-marshal.list:
17454         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17455         * gst-libs/gst/interfaces/mixer.h:
17456         * gst-libs/gst/interfaces/mixeroptions.h:
17457         * gst-libs/gst/interfaces/navigation.c:
17458         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17459         * gst-libs/gst/interfaces/tuner.h:
17460         * gst/volume/Makefile.am:
17461         * gst/volume/gstvolume.c:
17462         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17463         * sys/ximage/Makefile.am:
17464         * sys/ximage/ximagesink.c:
17465         * sys/xvimage/Makefile.am:
17466         * sys/xvimage/xvimagesink.c:
17467           fold in all interfaces into an interfaces dir, preserving CVS
17468           history
17469
17470 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17471
17472         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17473           Fix build after riff changes.
17474
17475 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17476
17477         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17478         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17479         (gst_riff_create_video_template_caps),
17480         (gst_riff_create_audio_template_caps),
17481         (gst_riff_create_iavs_template_caps):
17482         * gst-libs/gst/riff/riff-media.h:
17483         * gst-libs/gst/riff/riff-read.h:
17484         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17485           Add gst_riff_init() to initialize the debug category, instead
17486           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17487
17488 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17489
17490         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17491           Oops, I shouldn't apply hacks.
17492
17493 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17494
17495         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17496           Remove pad_loop function which doesn't work.
17497
17498 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17499
17500         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17501           Send EOS when deactivating.
17502         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17503         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17504         (gen_preroll_element), (probe_triggered), (mute_stream),
17505         (silence_stream), (new_decoded_pad), (setup_substreams),
17506         (set_active_source):
17507         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17508         (remove_sinks), (add_sink):
17509         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17510           Change for new probe API.
17511
17512 2005-06-29  Wim Taymans  <wim@fluendo.com>
17513
17514         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17515         * gst-libs/gst/audio/gstbaseaudiosink.c:
17516         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17517         (gst_baseaudiosink_change_state):
17518         * gst-libs/gst/audio/gstbaseaudiosink.h:
17519         * gst-libs/gst/audio/gstringbuffer.c:
17520         (gst_ringbuffer_set_callback):
17521         Fix compilation error.
17522         Ringbuffer starts out as not running.
17523         Free our clock in dispose.
17524         When releasing the ringbuffer we need to renegotiate so
17525         clear the pad caps.
17526
17527 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17528
17529         * autogen.sh:
17530         * configure.ac:
17531         * docs/Makefile.am:
17532         * docs/libs/Makefile.am:
17533         * docs/libs/gst-plugins-libs-docs.sgml:
17534         * docs/libs/gst-plugins-libs-sections.txt:
17535         * docs/libs/gst-plugins-libs.types:
17536         * docs/libs/tmpl/gstaudio.sgml:
17537         * docs/libs/tmpl/gstcolorbalance.sgml:
17538         * docs/libs/tmpl/gstringbuffer.sgml:
17539         * gst-libs/gst/audio/gstringbuffer.c:
17540         (gst_ringbuffer_set_callback):
17541           reinstate gtk-doc docs for plugin libs
17542
17543 2005-06-28  Wim Taymans  <wim@fluendo.com>
17544
17545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17546         (gst_ogg_demux_init):
17547         Removed pad loop function.
17548
17549 2005-06-28  Wim Taymans  <wim@fluendo.com>
17550
17551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17552         If we're building a chain we are not in an error case
17553         when we queue a buffer.
17554
17555 2005-06-28  Andy Wingo  <wingo@pobox.com>
17556
17557         * *.c: Don't cast to GstObject before reffing/unreffing.
17558
17559 2005-06-27  Andy Wingo  <wingo@pobox.com>
17560
17561         * gst/videotestsrc/gstvideotestsrc.c
17562         (gst_videotestsrc_activate_push): Activation API changes.
17563
17564         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17565         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17566         they have refs on the decodebin.
17567
17568         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17569         parent class.
17570         (gst_ogg_pad_typefind): Don't leak a pad ref.
17571         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17572         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17573         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17574
17575 2005-06-27  Edward Hervey  <edward@fluendo.com>
17576
17577         * ext/theora/theoradec.c: (theora_dec_change_state): 
17578         re-arranged call to parent's state change in order to avoid locks (or
17579         worse).
17580
17581 2005-06-26  Edward Hervey  <edward@fluendo.com>
17582
17583         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17584         2nd argument of 'unknow-type' signal is a GstCaps and not a
17585         GstMiniObject
17586
17587 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17588         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17589           Set the worker thread's running flag to TRUE before starting the
17590           thread.
17591         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17592           Catch a failure to add typefind to the bin.
17593
17594 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17595
17596         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17597         (gst_sinesrc_init), (gst_sinesrc_create),
17598         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17599         (gst_sinesrc_start):
17600         * gst/sine/gstsinesrc.h:
17601           add num-buffers and timestamp-offset properties
17602         * gst/videotestsrc/gstvideotestsrc.c:
17603         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17604         (gst_videotestsrc_get_property):
17605           add timestamp-offset property
17606
17607 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17608
17609         * configure.ac: add videorate
17610         * gst-plugins-base.spec.in: add videorate
17611
17612 2005-06-23  Wim Taymans  <wim@fluendo.com>
17613
17614         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17615         (gst_videorate_getcaps), (gst_videorate_setcaps),
17616         (gst_videorate_event), (gst_videorate_chain):
17617         Fixed videorate, fixating an already fixated caps is not
17618         an error.
17619
17620 2005-06-23  Wim Taymans  <wim@fluendo.com>
17621
17622         * ext/ogg/README:
17623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17624         Buffer on caps is not boxed anymore.
17625
17626 2005-06-22  Wim Taymans  <wim@fluendo.com>
17627
17628         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17630         Set buffers on caps as miniobjects and not as boxed.
17631
17632 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17633
17634         * configure.ac:
17635           back to HEAD
17636
17637 === release 0.9.1 ===
17638
17639 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17640
17641         * .cvsignore:
17642         * NEWS:
17643         * README:
17644         * RELEASE:
17645         * configure.ac:
17646         * po/af.po:
17647         * po/az.po:
17648         * po/cs.po:
17649         * po/en_GB.po:
17650         * po/hu.po:
17651         * po/it.po:
17652         * po/nb.po:
17653         * po/nl.po:
17654         * po/or.po:
17655         * po/sq.po:
17656         * po/sr.po:
17657         * po/sv.po:
17658         * po/uk.po:
17659         * po/vi.po:
17660           updates for release
17661
17662 2005-06-09  Andy Wingo  <wingo@pobox.com>
17663
17664         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17665         
17666 2005-06-09  Andy Wingo  <wingo@pobox.com>
17667
17668         * configure.ac:
17669         * gst-libs/gst/Makefile.am:
17670         * gst-libs/gst/net/Makefile.am:
17671         Add gstnet to build.
17672
17673 2005-06-09  Andy Wingo  <wingo@pobox.com>
17674
17675         * gst-libs/gst/gconf/gconf.c:
17676         * gst/playback/test.c:
17677         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17678         fixes.
17679
17680         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17681
17682         * ext/theora/theoraenc.c (theora_enc_chain): 
17683         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17684
17685         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17686         RealPad.
17687
17688 2005-06-02  Wim Taymans  <wim@fluendo.com>
17689
17690         * gst-libs/gst/net/Makefile.am:
17691         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17692         * pkgconfig/gstreamer-libs.pc.in:
17693         Added net stuff, version net lib.
17694
17695 2005-06-02  Wim Taymans  <wim@fluendo.com>
17696
17697         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17698         (query_rates), (query_positions_elems), (query_positions_pads),
17699         (do_seek):
17700         Updated seek example.
17701
17702 2005-06-02  Andy Wingo  <wingo@pobox.com>
17703
17704         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17705         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17706         list.
17707
17708         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17709         remove the typefind, the bin dispose will do it for us. When it's
17710         removed and unreffed, the signal handler will be disconnected,
17711         too.
17712         (unlinked): It's too difficult to disconnect from unlinked
17713         handlers, as they are on pads not elements. Just punt if the pads
17714         aren't grandkids of the bin.
17715
17716 2005-06-02  Wim Taymans  <wim@fluendo.com>
17717
17718         * ext/ogg/README:
17719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17720         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17722         * ext/theora/theoradec.c: (theora_dec_src_query),
17723         (theora_handle_data_packet):
17724         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17725         (theora_enc_chain):
17726         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17727         (vorbis_handle_data_packet):
17728         * gst/audioconvert/bufferframesconvert.c:
17729         (buffer_frames_convert_chain):
17730         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17731         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17732         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17733         (gst_ffmpegcsp_chain):
17734         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17735         (gst_videorate_getcaps), (gst_videorate_setcaps),
17736         (gst_videorate_event), (gst_videorate_chain):
17737         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17738         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17739         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17740         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17741         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17742         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17743         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17744         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17745         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17746         Cleanups and buffer alloc.
17747
17748 2005-05-31  Wim Taymans  <wim@fluendo.com>
17749
17750         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17751         Don't try to call the delay method when the device is not
17752         opened.
17753
17754 2005-05-31  Wim Taymans  <wim@fluendo.com>
17755
17756         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17757         Get actual segment size and buffer size after opening
17758         the device.
17759
17760 2005-05-30  Wim Taymans  <wim@fluendo.com>
17761
17762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17763         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17764         Also FLUSH upstream, makes the loop function exit faster.
17765         
17766         * ext/theora/theoradec.c: (theora_dec_src_query):
17767         Some more debug info in the query.
17768         
17769         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17770         (gst_ximagesink_setcaps):
17771         Release lock on par error, better error reporting.
17772
17773 2005-05-26  Wim Taymans  <wim@fluendo.com>
17774
17775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17776         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17777         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17778         Clear chains in READY
17779         Queue packets until the chain is activated.
17780
17781 2005-05-25  Wim Taymans  <wim@fluendo.com>
17782
17783         * gst-libs/gst/audio/gstaudiosink.c:
17784         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17785         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17786         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17787         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17788         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17789         (gst_audiosink_create_ringbuffer):
17790         * gst-libs/gst/audio/gstbaseaudiosink.c:
17791         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17792         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17793         (gst_baseaudiosink_set_property), (build_linear_format),
17794         (debug_spec_caps), (debug_spec_buffer),
17795         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17796         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17797         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17798         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17799         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17800         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17801         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17802         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17803         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17804         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17805         (wait_segment), (gst_ringbuffer_commit),
17806         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17807         (gst_ringbuffer_clear):
17808         Various small cleanups.
17809
17810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17811         (gst_audio_convert_change_state):
17812         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17813         No need to take the locks anymore.
17814
17815 2005-05-25  Wim Taymans  <wim@fluendo.com>
17816
17817         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17818         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17819         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17820         (type_found):
17821         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17822         (group_destroy), (group_commit), (queue_overrun),
17823         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17824         (mute_stream), (new_decoded_pad), (setup_substreams),
17825         (setup_source), (mute_group_type), (set_active_source),
17826         (gst_play_base_bin_change_state):
17827         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17828         (gen_video_element), (gen_text_element), (gen_audio_element),
17829         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17830         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17831         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17832         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17833         Some playbin cleanups mostly refcounting sloppyness.
17834
17835 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17836
17837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17838           Work with streaming input.
17839
17840 2005-05-25  Wim Taymans  <wim@fluendo.com>
17841
17842         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17843         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17844         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17845         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17846         No need to take the STREAM lock anymore.
17847
17848 2005-05-25  Wim Taymans  <wim@fluendo.com>
17849
17850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17851         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17852         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17853         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17854         (gst_ogg_demux_sink_activate):
17855         * ext/theora/theoradec.c: (theora_dec_src_event),
17856         (theora_handle_comment_packet), (theora_dec_chain),
17857         (theora_dec_change_state):
17858         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17859         (vorbis_handle_data_packet), (vorbis_dec_chain),
17860         (vorbis_dec_change_state):
17861         Remove STREAM locks as they are taken in core now.
17862         Never set bogus granulepos on vorbis/theora.
17863         Fix leaks in theoradec tag parsing.
17864
17865 2005-05-25  Wim Taymans  <wim@fluendo.com>
17866
17867         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17868         Fix memleaks, GST_BUFFER_DATA() is not freed.
17869
17870 2005-05-25  Wim Taymans  <wim@fluendo.com>
17871
17872         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17873         Open non-blocking, set to blocking mode afterwards to avoid
17874         lockups when audio device is busy.
17875
17876 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17877
17878         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17879           This can't be good.
17880
17881 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17882
17883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17884         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17885         (gst_audio_convert_setcaps):
17886           Implement instant setup switching.
17887
17888 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17889
17890         * gst/playback/gstplaybasebin.c: (probe_triggered):
17891           Fix missing unlock.
17892         * gst/playback/gstplaybin.c: (add_sink):
17893           First add, then link (otherwise pad link fails).
17894
17895 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17896
17897         * examples/Makefile.am:
17898         fix buildbot (make distcheck)
17899
17900 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17901
17902         * gst/playback/gstplaybin.c: (gen_vis_element):
17903           Remove some wrong code. Doesn't work yet.
17904
17905 2005-05-19  Wim Taymans  <wim@fluendo.com>
17906
17907         * gst-libs/gst/net/Makefile.am:
17908         * gst-libs/gst/net/README:
17909         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17910         (gst_netbuffer_class_init), (gst_netbuffer_init),
17911         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17912         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17913         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17914         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17915         * gst-libs/gst/net/gstnetbuffer.h:
17916         Added buffer subclass to store extra to/from addresses for
17917         network sources/sinks.
17918
17919 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17920
17921         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17922           Don't lock an unassigned variable.
17923
17924 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17925
17926         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17927           Increase buffer for video, decrease buffer for other media types.
17928         * gst/playback/gstplaybin.c: (gen_video_element),
17929         (gen_audio_element):
17930           Change names for debugging purposes.
17931
17932 2005-05-18  Wim Taymans  <wim@fluendo.com>
17933
17934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17935         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17936         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17937         (gst_ffmpegcsp_chain):
17938         Enable buffer alloc passthrough if the source and dest
17939         formats are the same.
17940
17941 2005-05-17  Wim Taymans  <wim@fluendo.com>
17942
17943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17944         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17945         (gst_ogg_demux_chain_unlocked):
17946         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17947         (gst_audio_convert_caps_remove_format_info),
17948         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17949         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17950         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17951         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17952         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17953         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17954         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17955         (gst_ffmpegcsp_get_property):
17956         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17957         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17958         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17959         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17960         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17961         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17962         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17963         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17964         Leak fixes in oggdemux.
17965         Some cleanups in audioconvert.
17966         Make passthrough work along with buffer_alloc etc.
17967         Make buffer_alloc and buffer recycling actually work in
17968         xvimagesink.
17969
17970 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17971
17972         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17973           make the compiler happy
17974
17975 2005-05-17  Wim Taymans  <wim@fluendo.com>
17976
17977         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17978         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17979         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17980         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17981         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17982         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17983         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17984         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17985         (gst_xvimagesink_set_xwindow_id):
17986         * sys/xvimage/xvimagesink.h:
17987         Port xvimagesink to new MiniObject.
17988
17989 2005-05-17  Wim Taymans  <wim@fluendo.com>
17990
17991         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17992         (gst_audiofilter_chain):
17993         * gst-libs/gst/audio/gstaudiosink.c:
17994         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17995         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17996         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17997         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17998         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17999         (gst_audiosink_create_ringbuffer):
18000         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18001         (gst_audio_convert_caps_remove_format_info),
18002         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18003         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18005         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18006         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18007         Fix passthrough in ffmpegcolorspace.
18008         Fix memset in audiosink on wrong memory.
18009
18010 2005-05-16  David Schleef  <ds@schleef.org>
18011
18012         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
18013         to GstMiniObject.
18014
18015 2005-05-16  David Schleef  <ds@schleef.org>
18016
18017         Port from GstData to GstMiniObject.
18018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
18019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
18020         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
18021         (gst_ogg_mux_collected):
18022         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18023         * ext/theora/theoradec.c: (theora_handle_comment_packet),
18024         (theora_handle_data_packet):
18025         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18026         (theora_set_header_on_caps), (theora_enc_chain):
18027         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18028         (vorbis_handle_comment_packet):
18029         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18030         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18031         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
18032         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
18033         * gst/audioconvert/gstaudioconvert.c:
18034         (gst_audio_convert_get_buffer):
18035         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
18036         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18037         (mute_stream), (silence_stream):
18038         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
18039         * gst/volume/gstvolume.c: (volume_transform):
18040         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18041         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
18042         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
18043         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18044         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
18045         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
18046         (gst_ximagesink_buffer_alloc):
18047         * sys/ximage/ximagesink.h:
18048
18049 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18050
18051         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18052         (fill_buffer), (check_queue), (queue_threshold_reached),
18053         (queue_out_of_data):
18054         * gst/playback/gstplaybasebin.h:
18055           Post buffer-fullness on the bus.
18056
18057 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18058
18059         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18060         (try_to_link_1):
18061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18062         (group_commit), (probe_triggered), (setup_source),
18063         (gst_play_base_bin_change_state):
18064         * gst/playback/gstplaybasebin.h:
18065         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18066         (gst_play_bin_init), (remove_sinks), (setup_sinks),
18067         (gst_play_bin_change_state):
18068           Move setup_output_pads into a virtual function, remove
18069           group-switch (no longer needed) and redirect (handled by bus
18070           now) signals.
18071
18072 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18073
18074         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18075         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
18076         (get_active_group), (get_building_group), (group_destroy),
18077         (group_commit), (check_queue), (queue_overrun),
18078         (queue_threshold_reached), (queue_out_of_data),
18079         (gen_preroll_element), (remove_groups), (unknown_type),
18080         (add_element_stream), (no_more_pads), (probe_triggered),
18081         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
18082         (setup_substreams), (setup_source), (finish_source),
18083         (prepare_output), (muted_group_change_state),
18084         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18085         (gst_play_base_bin_change_state):
18086         * gst/playback/gstplaybasebin.h:
18087         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18088         (gst_play_bin_init), (gst_play_bin_set_property),
18089         (gen_video_element), (gen_text_element), (gen_audio_element),
18090         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
18091         (gst_play_bin_change_state):
18092         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
18093         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
18094         (stream_info_change_state), (gst_stream_info_set_mute),
18095         (gst_stream_info_get_property):
18096         * gst/playback/gststreaminfo.h:
18097         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18098         (gst_stream_selector_get_linked_pad),
18099         (gst_stream_selector_getcaps),
18100         (gst_stream_selector_get_linked_pads),
18101         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18102         * gst/playback/gststreamselector.h:
18103           Rough port of playbin. Needs some more work, but is mostly done,
18104           and uses a few locks in important places, which should make stuff
18105           like chain-switches clean. Still uses GST_STATE() in a few places,
18106           which isn't all that good an idea, subtitles/elements disabled
18107           because no elements to test with and thus probably broken, query
18108           and event handling moved to GstBin, internal thread removed
18109           alltogether because the pipeline does that for us now. Can play
18110           Ogg/Vorbis files. Haven't tested anything else yet.
18111
18112 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18113
18114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
18115           Do no-more-pads (needed for autoplugging).
18116
18117 2005-05-10  Andy Wingo  <wingo@pobox.com>
18118
18119         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
18120         message to the bus with the tags. Still not sent downstream tho.
18121
18122         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
18123         get_parent.
18124         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
18125         avoid refcounting hassles.
18126
18127 2005-05-09  Andy Wingo  <wingo@pobox.com>
18128
18129         * gst/volume/Makefile.am:
18130         * gst/volume/demo.c
18131         * gst/volume/gstvolume.h
18132         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
18133         basetransform. Probably need an audio filter base class.
18134
18135 2005-05-09  Wim Taymans  <wim@fluendo.com>
18136
18137         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
18138         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18139         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
18140         (gst_vorbisenc_chain):
18141         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18142         (gst_audio_convert_caps_remove_format_info),
18143         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18144         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18145         Make caps writable before writing to it.
18146         Fix negotiation in audioconvert some more.
18147
18148 2005-05-09  Wim Taymans  <wim@fluendo.com>
18149
18150         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18151         (gst_videorate_getcaps), (gst_videorate_setcaps),
18152         (gst_videorate_event), (gst_videorate_chain):
18153         Better negotiation.
18154
18155 2005-05-09  Wim Taymans  <wim@fluendo.com>
18156
18157         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18158         (gst_videorate_getcaps), (gst_videorate_setcaps),
18159         (gst_videorate_blank_data), (gst_videorate_init),
18160         (gst_videorate_event), (gst_videorate_chain),
18161         (gst_videorate_change_state):
18162         Port videorate, do a better job at negotiation while we're at
18163         it.
18164
18165 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
18166
18167         * configure.ac:
18168           Disable libvisual
18169
18170         * examples/Makefile.am:
18171         * gst-libs/gst/audio/Makefile.am:
18172         * gst-libs/gst/riff/Makefile.am:
18173         * gst-libs/gst/tag/Makefile.am:
18174         * gst-libs/gst/video/Makefile.am:
18175           Fixups for missing variables.
18176
18177 2005-05-09  Wim Taymans  <wim@fluendo.com>
18178
18179         * examples/seeking/seek.c: (make_theora_pipeline),
18180         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
18181         (query_rates), (query_positions_elems), (query_positions_pads),
18182         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
18183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
18184         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
18185         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
18186         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
18187         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
18188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18189         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18190         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18191         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
18192         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
18193         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
18194         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18195         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
18196         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18197         (theora_dec_src_convert), (theora_dec_sink_convert),
18198         (theora_dec_src_query), (theora_dec_sink_query),
18199         (theora_dec_src_event), (theora_dec_sink_event),
18200         (theora_handle_comment_packet), (theora_handle_type_packet),
18201         (theora_handle_header_packet), (theora_handle_data_packet),
18202         (theora_dec_chain):
18203         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18204         (vorbis_dec_convert), (vorbis_dec_src_query),
18205         (vorbis_dec_sink_query), (vorbis_dec_src_event),
18206         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18207         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18208         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18210         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
18211         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
18212         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18213         (gst_play_bin_query):
18214         * gst/playback/test3.c: (update_scale):
18215         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
18216         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
18217         * gst/subparse/gstsubparse.c: (gst_subparse_init):
18218         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18219         (gst_videotestsrc_src_query):
18220         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
18221         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
18222         (paint_hline_YUV9):
18223         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18224         Port to new query API.
18225         Updated seek.
18226         Cleanups in x[v]imagesink
18227
18228 2005-05-09  Andy Wingo  <wingo@pobox.com>
18229
18230         * ext/alsa/gstalsasink.h:
18231         * ext/gnomevfs/gstgnomevfssrc.c:
18232         (gst_gnomevfssrc_get_icy_metadata):
18233         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
18234         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
18235         * ext/theora/theoradec.c (theora_dec_src_query)
18236         (theora_dec_src_event, theora_dec_sink_event)
18237         (theora_handle_comment_packet, theora_handle_data_packet):
18238         * ext/theora/theoraenc.c (theora_enc_chain):
18239         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
18240         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
18241         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18242         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
18243         (qt_type_find):
18244         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
18245         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
18246         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
18247         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
18248         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
18249         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
18250         (paint_setup_xBGR8888, paint_setup_RGBx8888)
18251         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
18252         (paint_setup_RGB565, paint_setup_xRGB1555):
18253         * gst/videotestsrc/videotestsrc.h:
18254         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
18255         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
18256         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
18257         GCC4 fixes.
18258         
18259         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18260         gst_pad_query_position. Fixes oggdemux.
18261
18262 2005-05-08  David Schleef  <ds@schleef.org>
18263
18264         * configure.ac: Require liboil.
18265         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18266         a few more.
18267         * gst/videotestsrc/videotestsrc.c:
18268         * gst/videotestsrc/videotestsrc.h:
18269
18270 2005-05-06  Wim Taymans  <wim@fluendo.com>
18271
18272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18273         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18274         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18275         Well, unreffing a buffer right before pushing it is asking
18276         for trouble..
18277
18278 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18279
18280         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18281
18282 2005-05-06  Wim Taymans  <wim@fluendo.com>
18283
18284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18285         (gst_audio_convert_caps_remove_format_info),
18286         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18287         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18288         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18289         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18290         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18291         * gst/sine/Makefile.am:
18292         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18293         (gst_sinesrc_class_init), (gst_sinesrc_init),
18294         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18295         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18296         (gst_sinesrc_update_freq):
18297         * gst/sine/gstsinesrc.h:
18298         * gst/tcp/gstmultifdsink.c:
18299         * sys/xvimage/xvimagesink.c:
18300         Fixed negotiation wrt _peer_get_caps()
18301         Some cleanups.
18302
18303
18304 2005-05-06  Wim Taymans  <wim@fluendo.com>
18305
18306         * gst-libs/gst/audio/gstaudiosink.c:
18307         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18308         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18309         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18310         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18311         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18312         (gst_audiosink_create_ringbuffer):
18313         * gst-libs/gst/audio/gstbaseaudiosink.c:
18314         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18315         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18316         (gst_baseaudiosink_set_property), (build_linear_format),
18317         (debug_spec_caps), (debug_spec_buffer),
18318         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18319         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18320         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18321         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18322         * gst-libs/gst/audio/gstbaseaudiosink.h:
18323         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18324         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18325         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18326         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18327         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18328         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18329         (wait_segment), (gst_ringbuffer_commit),
18330         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18331         (gst_ringbuffer_clear):
18332         * gst-libs/gst/audio/gstringbuffer.h:
18333         Make the base audiosink return an error when there is no
18334         audiobuffer negotiated.
18335
18336 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18337
18338         * ext/Makefile.am:
18339         Disable cdparanoia until someone ports it!
18340
18341 2005-05-06  Wim Taymans  <wim@fluendo.com>
18342
18343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18344         (gst_ogg_demux_sink_activate):
18345         And revert after wingo's revert.. sigh..
18346
18347 2005-05-05  Andy Wingo  <wingo@pobox.com>
18348
18349         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18350         GObject.
18351         * configure.ac: Return audiorate and subparse from the ghetto.
18352         Re-enable -Wall -Werror.
18353         * gst/subparse/gstsubparse.c:
18354         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18355         or chain-based. Cleaned up a bit. Not tested.
18356         
18357 2005-05-05  Christian Schaller <christian@fluendo.com> 
18358
18359         * Makefile.am: remove stuff that is not building
18360         * configure.ac: remove stuff that is not building
18361         * examples/Makefile.am: remove stuff that is not building
18362         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18363         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18364         * sys/Makefile.am: remove stuff that is not building
18365         * testsuite/Makefile.am: remove stuff that is not building
18366
18367 2005-05-05  Andy Wingo  <wingo@pobox.com>
18368
18369         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18370         * gst-libs/gst/tag/gstvorbistag.c:
18371         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18372         * gst/adder/gstadder.h:
18373         * gst/audioconvert/gstchannelmix.c:
18374         (gst_audio_convert_fill_one_other):
18375         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18376         (gst_audiorate_init), (gst_audiorate_chain):
18377         * gst/playback/gstplaybasebin.c: (setup_source):
18378         * gst/playback/test3.c: (update_scale):
18379         Some GCC4 fixes
18380         
18381         * po/af.po:
18382         * po/az.po:
18383         * po/cs.po:
18384         * po/en_GB.po:
18385         * po/hu.po:
18386         * po/it.po:
18387         * po/nb.po:
18388         * po/nl.po:
18389         * po/or.po:
18390         * po/sq.po:
18391         * po/sr.po:
18392         * po/sv.po:
18393         * po/uk.po:
18394         * po/vi.po: Foo
18395
18396 2005-05-05  Wim Taymans  <wim@fluendo.com>
18397
18398         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18399         (gst_audio_convert_caps_remove_format_info),
18400         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18401         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18402         * gst/videotestsrc/gstvideotestsrc.c:
18403         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18404         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18405         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18406         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18407         Don't ignore _push() return values.
18408         Make sure no processing is done when shutting down.
18409         Videotestsrc pad activation fix.
18410
18411 2005-05-05  Wim Taymans  <wim@fluendo.com>
18412
18413         * gst/adder/Makefile.am:
18414         * gst/adder/gstadder.c: (gst_adder_setcaps),
18415         (gst_adder_class_init), (gst_adder_init),
18416         (gst_adder_request_new_pad), (gst_adder_collected),
18417         (gst_adder_change_state):
18418         * gst/adder/gstadder.h:
18419         Ported adder as an example of a mixer element using
18420         collect pads. Needs more negotiation work.
18421
18422 2005-05-05  Wim Taymans  <wim@fluendo.com>
18423
18424         * ext/theora/theoradec.c: (_inc_granulepos),
18425         (theora_dec_src_event), (theora_dec_sink_event),
18426         (theora_handle_comment_packet), (theora_handle_type_packet),
18427         (theora_handle_header_packet), (theora_handle_data_packet),
18428         (theora_dec_chain):
18429         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18430         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18431         (theora_push_buffer), (theora_push_packet),
18432         (theora_enc_sink_event), (theora_enc_chain),
18433         (theora_enc_change_state), (theora_enc_set_property),
18434         (theora_enc_get_property):
18435         Added stream lock to decoder so that we can serialize
18436         the discont event.
18437         More theoraenc porting, recover from errors, do clean
18438         shutdown.
18439
18440 2005-05-05  Wim Taymans  <wim@fluendo.com>
18441
18442         * ext/ogg/Makefile.am:
18443         * ext/ogg/README:
18444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18445         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18446         (gst_ogg_print):
18447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18448         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18449         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18450         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18451         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18452         (gst_ogg_mux_change_state):
18453         Ported ogg muxer.
18454
18455 2005-05-05  Wim Taymans  <wim@fluendo.com>
18456
18457         * docs/design-audiosinks.txt:
18458         * gst-libs/gst/audio/TODO:
18459         * gst-libs/gst/audio/gstaudiosink.c:
18460         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18461         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18462         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18463         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18464         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18465         (gst_audiosink_create_ringbuffer):
18466         * gst-libs/gst/audio/gstbaseaudiosink.c:
18467         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18468         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18469         (gst_baseaudiosink_set_property), (build_linear_format),
18470         (debug_spec_caps), (debug_spec_buffer),
18471         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18472         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18473         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18474         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18475         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18476         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18477         (gst_ringbuffer_release), (gst_ringbuffer_play),
18478         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18479         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18480         (gst_ringbuffer_set_sample), (wait_segment),
18481         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18482         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18483         More work on the audiosink, mostly debugging and a race in
18484         shutdown.
18485
18486 2005-04-28  Wim Taymans  <wim@fluendo.com>
18487
18488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18489         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18490         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18491         (vorbis_dec_src_query), (vorbis_dec_src_event),
18492         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18493         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18494         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18495         Don't crap out when seeking back to position 0.
18496
18497 2005-04-28  Wim Taymans  <wim@fluendo.com>
18498
18499         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18500         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18501         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18502         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18503         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18504         Make audio sink configurable, use alsasink as default.
18505
18506 2005-04-28  Wim Taymans  <wim@fluendo.com>
18507
18508         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18509         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18510         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18511         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18512         (vorbis_dec_change_state):
18513         * ext/vorbis/vorbisdec.h:
18514         Refactor, use STREAM_LOCK.
18515
18516 2005-04-28  Wim Taymans  <wim@fluendo.com>
18517
18518         * ext/theora/theoradec.c: (_inc_granulepos),
18519         (theora_dec_sink_event), (theora_handle_comment_packet),
18520         (theora_handle_type_packet), (theora_handle_header_packet),
18521         (theora_handle_data_packet), (theora_dec_chain),
18522         (theora_dec_change_state):
18523         Refactor a bit, use STREAM_LOCK.
18524
18525 2005-04-28  Wim Taymans  <wim@fluendo.com>
18526
18527         * ext/alsa/Makefile.am:
18528         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18529         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18530         (gst_alsa_link), (gst_alsa_close_audio):
18531         * ext/alsa/gstalsaplugin.c: (plugin_init):
18532         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18533         (gst_alsasink_dispose), (gst_alsasink_base_init),
18534         (gst_alsasink_class_init), (gst_alsasink_init),
18535         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18536         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18537         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18538         (gst_alsasink_reset):
18539         * ext/alsa/gstalsasink.h:
18540         Implement alsasink with simple open/write/close API. 
18541         Make alsa dir build by disabling compilation of code.
18542
18543 2005-04-28  Wim Taymans  <wim@fluendo.com>
18544
18545         * gst-libs/gst/audio/Makefile.am:
18546         * gst-libs/gst/audio/audio.h:
18547         * gst-libs/gst/audio/audioclock.c:
18548         * gst-libs/gst/audio/audioclock.h:
18549         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18550         (gst_audio_clock_class_init), (gst_audio_clock_init),
18551         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18552         * gst-libs/gst/audio/gstaudioclock.h:
18553         * gst-libs/gst/audio/gstaudiosink.c:
18554         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18555         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18556         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18557         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18558         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18559         (gst_audiosink_create_ringbuffer):
18560         * gst-libs/gst/audio/gstbaseaudiosink.c:
18561         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18562         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18563         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18564         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18565         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18566         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18567         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18568         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18569         * gst-libs/gst/audio/gstbaseaudiosink.h:
18570         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18571         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18572         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18573         (gst_ringbuffer_release), (gst_ringbuffer_play),
18574         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18575         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18576         (gst_ringbuffer_set_sample), (wait_segment),
18577         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18578         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18579         * gst-libs/gst/audio/gstringbuffer.h:
18580         Make ringbuffer faster and more simple by removing the locks
18581         in the playback thread.
18582         Add sample accurate playback based on buffer sample offsets.
18583         Make the baseaudiosink provide a clock.
18584         Parse caps in the base class.
18585         Correctly handle seeking, flushing and state changes.
18586
18587 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18588
18589         * configure.ac:
18590         * gst/audioconvert/Makefile.am:
18591         * gst/audioscale/Makefile.am:
18592           Fix part of the build.  Come on guys, autogen didn't even work :)
18593
18594 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18595
18596         * configure.ac:
18597         * gst-libs/gst/Makefile.am:
18598         * gst-libs/gst/media-info/.cvsignore:
18599         * gst-libs/gst/media-info/Makefile.am:
18600         * gst-libs/gst/media-info/README:
18601         * gst-libs/gst/media-info/media-info-priv.c:
18602         * gst-libs/gst/media-info/media-info-priv.h:
18603         * gst-libs/gst/media-info/media-info-test.c:
18604         * gst-libs/gst/media-info/media-info.c:
18605         * gst-libs/gst/media-info/media-info.h:
18606         * gst-libs/gst/media-info/media-info.vcproj:
18607         * pkgconfig/Makefile.am:
18608         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18609         * pkgconfig/gstreamer-media-info.pc.in:
18610           Remove media-info, which is also successed by playbin (see Totem
18611           implementation).
18612
18613 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18614
18615         * configure.ac:
18616         * examples/Makefile.am:
18617         * examples/gstplay/.cvsignore:
18618         * examples/gstplay/Makefile.am:
18619         * examples/gstplay/player.c:
18620         * gst-libs/gst/Makefile.am:
18621         * gst-libs/gst/play/.cvsignore:
18622         * gst-libs/gst/play/Makefile.am:
18623         * gst-libs/gst/play/play.c:
18624         * gst-libs/gst/play/play.h:
18625         * gst-libs/gst/play/play.vcproj:
18626         * pkgconfig/Makefile.am:
18627         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18628         * pkgconfig/gstreamer-play.pc.in:
18629           Remove libgstplay, playbin is now the official successor.
18630
18631 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18632
18633         * configure.ac:
18634         * gst-libs/gst/Makefile.am:
18635         * gst-libs/gst/xwindowlistener/Makefile.am:
18636         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18637         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18638           Remove deprecated xwindowlistener (I've moved xwindowlistening
18639           in the v4l/v4l2 plugins over to serverside).
18640
18641 2005-04-25  David Schleef  <ds@schleef.org>
18642
18643         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18644         to examples/dynparams.  Examples do not belong interspersed with
18645         source code.
18646         * examples/dynparams/demo-dparams.c:
18647         * gst/sine/Makefile.am:
18648         * gst/sine/demo-dparams.c:
18649
18650 2005-04-25  David Schleef  <ds@schleef.org>
18651
18652         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18653         * gst-libs/gst/audio/Makefile.am:
18654         * gst-libs/gst/riff/Makefile.am:
18655         * gst-libs/gst/tag/Makefile.am:
18656         * gst-libs/gst/video/Makefile.am:
18657         * gst-libs/gst/xwindowlistener/Makefile.am:
18658
18659         Convert to 0.9 API, seems to work:
18660         * sys/ximage/Makefile.am:
18661         * sys/ximage/ximagesink.c:
18662
18663 2005-04-24  David Schleef  <ds@schleef.org>
18664
18665         Link plugins against libraries:
18666         * ext/alsa/Makefile.am:
18667         * gst/tcp/Makefile.am:
18668
18669         Remove asm code that should be in liboil
18670         * gst/videoscale/Makefile.am:
18671         * gst/videoscale/videoscale_x86_asm.s:
18672
18673         gettext wants these checked in:
18674         * po/af.po:
18675         * po/az.po:
18676         * po/cs.po:
18677         * po/en_GB.po:
18678         * po/hu.po:
18679         * po/it.po:
18680         * po/nb.po:
18681         * po/nl.po:
18682         * po/or.po:
18683         * po/sq.po:
18684         * po/sr.po:
18685         * po/sv.po:
18686         * po/uk.po:
18687         * po/vi.po:
18688
18689 2005-04-24  David Schleef  <ds@schleef.org>
18690
18691         Convert gst_main() to g_main_loop_run()
18692         * gst/playback/decodetest.c: (main):
18693         * gst/playback/test2.c: (main):
18694         * gst/playback/test3.c: (main):
18695         * gst/playback/test4.c: (main):
18696
18697         Link plugins against libraries:
18698         * ext/libvisual/Makefile.am:
18699         * sys/xvimage/Makefile.am:
18700
18701 2005-04-24  David Schleef  <ds@schleef.org>
18702
18703         * configure.ac: Remove idct and resample libs
18704         * gst-libs/gst/Makefile.am: same
18705
18706         Remove usage of gst_library_load():
18707         * ext/alsa/gstalsaplugin.c: (plugin_init):
18708         * ext/libvisual/visual.c: (plugin_init):
18709         * ext/ogg/gstogg.c: (plugin_init):
18710         * ext/theora/theora.c: (plugin_init):
18711         * ext/vorbis/vorbis.c: (plugin_init):
18712         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18713         * gst/audioscale/gstaudioscale.c:
18714         * gst/adder/gstadder.c: (plugin_init):
18715         * gst/audioconvert/plugin.c: (plugin_init):
18716         * sys/ximage/ximagesink.c: (plugin_init):
18717         * sys/xvimage/xvimagesink.c: (plugin_init):
18718         * gst/tcp/gsttcpplugin.c: (plugin_init):
18719
18720         Link plugins against libraries:
18721         * ext/ogg/Makefile.am:
18722         * ext/theora/Makefile.am:
18723         * ext/vorbis/Makefile.am:
18724         * gst/audioconvert/Makefile.am:
18725
18726         Create proper libraries:
18727         * gst-libs/gst/riff/Makefile.am:
18728         * gst-libs/gst/audio/Makefile.am:
18729         * gst-libs/gst/video/Makefile.am:
18730
18731         Move resample library to audioscale plugin directory:
18732         * gst-libs/gst/resample/Makefile.am:
18733         * gst-libs/gst/resample/README:
18734         * gst-libs/gst/resample/dtof.c:
18735         * gst-libs/gst/resample/dtos.c:
18736         * gst-libs/gst/resample/functable.c:
18737         * gst-libs/gst/resample/private.h:
18738         * gst-libs/gst/resample/resample.c:
18739         * gst-libs/gst/resample/resample.h:
18740         * gst-libs/gst/resample/resample.vcproj:
18741         * gst-libs/gst/resample/test.c:
18742         * gst/audioscale/Makefile.am:
18743         * gst/audioscale/README:
18744         * gst/audioscale/dtof.c:
18745         * gst/audioscale/dtos.c:
18746         * gst/audioscale/functable.c:
18747         * gst/audioscale/private.h:
18748         * gst/audioscale/resample.c:
18749         * gst/audioscale/resample.h:
18750         * gst/audioscale/test.c:
18751
18752         Move tagedit library to gst-libs:
18753         * gst-libs/gst/tag/Makefile.am:
18754         * gst-libs/gst/tag/gstid3tag.c:
18755         * gst-libs/gst/tag/gsttagediting.c:
18756         * gst-libs/gst/tag/gsttageditingprivate.h:
18757         * gst-libs/gst/tag/gstvorbistag.c:
18758         * gst/tags/Makefile.am:
18759         * gst/tags/gstid3tag.c:
18760         * gst/tags/gstvorbistag.c:
18761
18762         Fix for core changes:
18763         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18764         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18765         (gst_sinesrc_getrange):
18766
18767 2005-04-23  David Schleef  <ds@schleef.org>
18768
18769         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18770         in gst-plugins in a long time, and properly belongs in liboil.
18771         * gst-libs/gst/idct/Makefile.am:
18772         * gst-libs/gst/idct/README:
18773         * gst-libs/gst/idct/dct.h:
18774         * gst-libs/gst/idct/doieee:
18775         * gst-libs/gst/idct/fastintidct.c:
18776         * gst-libs/gst/idct/floatidct.c:
18777         * gst-libs/gst/idct/idct.c:
18778         * gst-libs/gst/idct/idct.h:
18779         * gst-libs/gst/idct/idtc.vcproj:
18780         * gst-libs/gst/idct/ieeetest.c:
18781         * gst-libs/gst/idct/intidct.c:
18782
18783 2005-04-20  Wim Taymans  <wim@fluendo.com>
18784
18785         * docs/design-audiosinks.txt:
18786         * gst-libs/gst/audio/Makefile.am:
18787         * gst-libs/gst/audio/TODO:
18788         * gst-libs/gst/audio/gstaudiosink.c:
18789         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18790         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18791         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18792         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18793         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18794         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18795         (gst_audiosink_class_init), (gst_audiosink_init),
18796         (gst_audiosink_create_ringbuffer):
18797         * gst-libs/gst/audio/gstaudiosink.h:
18798         * gst-libs/gst/audio/gstbaseaudiosink.c:
18799         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18800         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18801         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18802         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18803         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18804         (gst_baseaudiosink_create_ringbuffer),
18805         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18806         * gst-libs/gst/audio/gstbaseaudiosink.h:
18807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18808         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18809         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18810         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18811         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18812         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18813         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18814         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18815         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18816         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18817         * gst-libs/gst/audio/gstringbuffer.h:
18818         An attempt at a set of audio base classes together with some
18819         design docs.
18820
18821 2005-04-20  Wim Taymans  <wim@fluendo.com>
18822
18823         * gst/audioconvert/Makefile.am:
18824         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18825         (gst_audio_convert_caps_remove_format_info),
18826         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18827         (gst_audio_convert_channels):
18828         Link against audio libs.
18829         Fix audio convert plugin.
18830
18831 2005-04-20  Wim Taymans  <wim@fluendo.com>
18832
18833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18834         (gst_ogg_demux_sink_activate):
18835         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18836         (theora_set_header_on_caps), (theora_enc_sink_event),
18837         (theora_enc_chain):
18838         Fix theora encoder.
18839
18840 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18841
18842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18843         * gst/playback/gstdecodebin.c: (find_compatibles):
18844           Work with staticpadtemplates in elementfactories.
18845
18846 2005-04-12  Wim Taymans  <wim@fluendo.com>
18847
18848         * gst/playback/README:
18849         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18850         (compare_ranks), (print_feature), (gst_decode_bin_init),
18851         (dynamic_create), (dynamic_free), (find_compatibles),
18852         (mimetype_is_raw), (close_pad_link), (got_redirect),
18853         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18854         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18855         (gst_decode_bin_change_state):
18856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18857         (gst_play_base_bin_init), (group_destroy), (group_commit),
18858         (check_queue), (queue_overrun), (queue_threshold_reached),
18859         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18860         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18861         (got_redirect), (setup_source), (play_base_eos),
18862         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18863         (gst_play_base_bin_remove_element):
18864         * gst/playback/gstplaybasebin.h:
18865         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18866         (gst_play_bin_init), (gst_play_bin_dispose),
18867         (gst_play_bin_set_property), (gen_video_element),
18868         (gen_text_element), (gen_audio_element), (remove_sinks),
18869         (gst_play_bin_send_event):
18870         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18871         (stream_info_change_state), (gst_stream_info_set_mute):
18872         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18873         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18874         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18875         (gst_stream_selector_chain):
18876         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18877         (main):
18878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18879         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18880         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18881         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18882         Raw and crude port of decodebin. 
18883         Make playbin compile.
18884
18885 2005-04-06  Wim Taymans  <wim@fluendo.com>
18886
18887         * ext/gnomevfs/Makefile.am:
18888         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18889         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18890         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18891         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18892         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18893         (gst_gnomevfssrc_stop):
18894         * ext/ogg/Makefile.am:
18895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18896         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18897         * ext/theora/Makefile.am:
18898         * ext/theora/theoradec.c: (_inc_granulepos),
18899         (theora_dec_sink_event), (theora_dec_chain):
18900         * ext/vorbis/Makefile.am:
18901         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18902         (vorbis_dec_sink_event), (vorbis_dec_chain):
18903         * gst-libs/gst/audio/Makefile.am:
18904         * sys/xvimage/Makefile.am:
18905         Make gnomevfssrc extend the source base class.
18906         Fix linking against libs in various plugins.
18907
18908 2005-04-06  Andy Wingo  <wingo@pobox.com>
18909
18910         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18911         GST_BASE_LIBS.
18912
18913         * configure.ac: Add check and AC_SUBST for libgstbase.
18914
18915 2005-03-31  Wim Taymans  <wim@fluendo.com>
18916
18917         * examples/seeking/Makefile.am:
18918         * examples/seeking/cdparanoia.c: (main):
18919         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18920         (play_cb), (pause_cb), (stop_cb), (main):
18921         * examples/seeking/playbin.c:
18922         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18923         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18924         (make_sid_pipeline), (make_vorbis_pipeline),
18925         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18926         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18927         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18928         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18929         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18930         (stop_cb), (main):
18931         * examples/seeking/spider_seek.c:
18932         * examples/seeking/vorbisfile.c:
18933         * ext/gnomevfs/Makefile.am:
18934         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18936         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18937         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18938         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18939         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18940         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18941         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18942         * ext/ogg/README:
18943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18944         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18945         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18946         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18947         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18948         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18949         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18950         (gst_ogg_demux_factory_filter), (compare_ranks),
18951         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18952         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18953         (gst_ogg_chain_new), (gst_ogg_chain_free),
18954         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18955         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18956         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18957         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18958         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18959         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18960         (gst_ogg_demux_get_prev_page),
18961         (gst_ogg_demux_deactivate_current_chain),
18962         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18963         (gst_ogg_demux_bisect_forward_serialno),
18964         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18965         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18966         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18967         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18968         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18969         (gst_ogg_demux_change_state), (gst_ogg_print):
18970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18971         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18972         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18973         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18974         (gst_ogg_mux_loop):
18975         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18976         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18977         (theora_dec_src_convert), (theora_dec_sink_convert),
18978         (theora_dec_src_query), (theora_dec_src_event),
18979         (theora_dec_sink_event), (theora_dec_chain),
18980         (theora_dec_change_state):
18981         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18982         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18983         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18984         (theora_enc_change_state):
18985         * ext/vorbis/Makefile.am:
18986         * ext/vorbis/oggvorbisenc.c:
18987         * ext/vorbis/oggvorbisenc.h:
18988         * ext/vorbis/vorbis.c: (plugin_init):
18989         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18990         (vorbis_dec_src_query), (vorbis_dec_src_event),
18991         (vorbis_dec_sink_event), (vorbis_dec_chain),
18992         (vorbis_dec_change_state):
18993         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18994         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18995         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18996         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18997         (gst_vorbisenc_change_state):
18998         * ext/vorbis/vorbisenc.h:
18999         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
19000         * gst-libs/gst/audio/audioclock.c:
19001         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19002         (gst_audiofilter_init), (gst_audiofilter_chain):
19003         * gst-libs/gst/audio/testchannels.c: (main):
19004         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
19005         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
19006         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
19007         (gmip_find_track_streaminfo), (gmip_find_track_format):
19008         * gst-libs/gst/media-info/media-info.c:
19009         (gst_media_info_read_idler):
19010         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
19011         (gst_play_get_all_by_interface):
19012         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
19013         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
19014         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19015         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
19016         (gst_riff_parse_info):
19017         * gst-libs/gst/riff/riff-read.h:
19018         * gst-libs/gst/riff/riff.c: (plugin_init):
19019         * gst-libs/gst/video/Makefile.am:
19020         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
19021         (gst_videosink_class_init), (gst_videosink_get_type):
19022         * gst-libs/gst/video/videosink.h:
19023         * gst/audioconvert/bufferframesconvert.c:
19024         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
19025         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
19026         * gst/audioconvert/channelmixtest.c: (main):
19027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19028         (gst_audio_convert_chain),
19029         (gst_audio_convert_caps_remove_format_info),
19030         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
19031         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
19032         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
19033         (gst_audio_convert_buffer_to_default_format),
19034         (gst_audio_convert_buffer_from_default_format),
19035         (gst_audio_convert_channels):
19036         * gst/audioconvert/gstchannelmix.h:
19037         * gst/ffmpegcolorspace/avcodec.h:
19038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19039         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19040         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
19041         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
19042         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
19043         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19044         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
19045         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19046         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19047         (dv_type_find):
19048         * gst/videotestsrc/gstvideotestsrc.c:
19049         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
19050         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
19051         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
19052         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
19053         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
19054         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
19055         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
19056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19057         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
19058         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
19059         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
19060         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
19061         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19062         (gst_xvimagesink_navigation_send_event),
19063         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
19064         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
19065         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19066         * sys/xvimage/xvimagesink.h:
19067         Plugin port to 0.9, ogg/theora playback should work in the seek
19068         example now.
19069         Removed old examples.
19070         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
19071         explained in 0.9 TODO doc.
19072
19073
19074 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19075
19076         * autogen.sh:
19077         * configure.ac:
19078         * ext/Makefile.am:
19079         * gst/Makefile.am:
19080         * po/POTFILES.in:
19081         * po/af.po:
19082         * po/az.po:
19083         * po/cs.po:
19084         * po/en_GB.po:
19085         * po/hu.po:
19086         * po/it.po:
19087         * po/nb.po:
19088         * po/nl.po:
19089         * po/or.po:
19090         * po/sq.po:
19091         * po/sr.po:
19092         * po/sv.po:
19093         * po/uk.po:
19094         * po/vi.po:
19095         * sys/Makefile.am:
19096         * testsuite/Makefile.am:
19097           remove a whole bunch of plugins.  This module now contains a set
19098           of free reference plugins/elements as agreed.
19099
19100 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19101
19102         * configure.ac:
19103           hunting season on 0.9 is now OPEN
19104
19105 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19106
19107         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19108           Kick the hell out of gcc for not warning me about a symbol conflict.
19109
19110 2005-02-22  Luca Ognibene  <luogni@tin.it>
19111
19112         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19113
19114         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
19115           Don't leak caps string (fixes #168134)
19116
19117         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
19118         (gst_jpegenc_init), (gst_jpegenc_finalize),
19119         (gst_jpegenc_change_state):
19120           Don't leak line buffers and context struct (fixes #168133).
19121
19122 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
19123
19124         * configure.ac:
19125         * ext/dirac/gstdiracdec.cc:
19126         (gst_diracdec_chain):
19127           Since dirac 0.5.0 the framerate in dirac is expressed as a
19128           rational number. Fix build and up requirement to 0.5.0, and
19129           also pass parameters to gst_diracdec_link in the right order
19130           (fixes #167959).
19131
19132 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
19133
19134         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
19135         * ext/faad/gstfaad.h:
19136         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
19137         certain invalid muxed streams, where some packets will contain 
19138         junk after decoder data. Partially fixes #149158.
19139
19140 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
19141         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
19142           Make sure we only write to writable buffers
19143
19144 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
19145
19146         * gst-libs/gst/riff/riff-media.c:
19147         (gst_riff_create_audio_caps_with_data):
19148           Do actually fix invalid RIFF fmt header values for alaw
19149           and mulaw audio instead of just saying so.
19150
19151         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19152           Give gst_riff_create_audio_caps_with_data() a chance to
19153           fix up broken format header fields before extracting any
19154           parameters from the header. (fixes #167633)
19155
19156 2005-02-19  Martin Holters  <martin.holters@gmx.de>
19157
19158         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19159
19160         * gst/audioconvert/bufferframesconvert.c:
19161         (buffer_frames_convert_link):
19162           Don't leak othercaps. (fixes #167878)
19163
19164 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
19165
19166         * configure.ac:
19167         * ext/libvisual/visual.c: (gst_visual_srclink),
19168         (gst_visual_change_state):
19169           Support libvisual 0.2.0.
19170
19171 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
19172
19173         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
19174         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
19175           Use same rowstrides for I420 as used everywhere else.
19176
19177 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
19178
19179         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19180           Declare variables at beginning of block and make gcc-2.95 happy
19181           (fixes # 167482, patch by Gergely Nagy).
19182           
19183         * gst/tcp/gsttcpclientsrc.c:
19184         * gst/tcp/gsttcpclientsrc.h:
19185           Move some includes into the header, so that struct sockaddr_in is
19186           defined when it should be defined on FreeBSD as well (fixes
19187           #167483).
19188           
19189         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19190           Don't pass uninitialised values to setsockopt() here either.
19191
19192 2005-02-17  Luca Ognibene  <luogni at tin dot it>
19193
19194         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19195
19196         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
19197           Don't pass uninitialised values to setsockopt(). (fixes #167704)
19198
19199 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19200
19201         * gst/playback/gstplaybin.c: (add_sink):
19202           Invert bin_add/link order to workaround deadlock in opt.
19203
19204 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19205
19206         * gst/modplug/gstmodplug.cc:
19207           Add missing break causing position queries to fail.
19208
19209 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19210
19211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
19212           Granpos can apparently be -1, which screws up calculations...
19213
19214 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
19215
19216         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19217         (gst_ximagesink_send_pending_navigation),
19218         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
19219         (gst_ximagesink_init):
19220         * sys/ximage/ximagesink.h:
19221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19222         (gst_xvimagesink_send_pending_navigation),
19223         (gst_xvimagesink_navigation_send_event),
19224         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
19225         * sys/xvimage/xvimagesink.h:
19226           Use a mutex protected list to marshal navigation
19227           events into the stream thread from whichever thread
19228           sends them.
19229
19230 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19231
19232         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
19233           Display current position and track length; misc. clean-ups.
19234           
19235         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
19236         (speed_init), (speed_chain):
19237           Add query function, so that the stream length and current position
19238           get adjusted when queried (note that current position queries may
19239           still be wrong if the audio sink returns values based on buffer
19240           timestamps instead of passing on the query).
19241
19242 2005-02-13  Benjamin Otte  <otte@gnome.org>
19243
19244         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19245         (gst_audio_convert_channels):
19246           create channel conversion matrix when linking
19247         * gst/audioconvert/.cvsignore:
19248         * gst/audioconvert/Makefile.am:
19249         * gst/audioconvert/channelmixtest.c: (main):
19250           add (ugly) test that ensures stereo <=> mono conversion works
19251           correctly
19252
19253 2005-02-13  Benjamin Otte  <otte@gnome.org>
19254
19255         * gst/audioconvert/gstchannelmix.h:
19256           include missing header file
19257         * gst/audioconvert/gstchannelmix.c:
19258         (gst_audio_convert_fill_compatible):
19259           use same sign for both channels when converting to/from compatible
19260           channel. Previously used different signs made the signals cancel
19261           each other out and appear like silence. (fixes #167269)
19262
19263 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19264
19265         * gst/ffmpegcolorspace/avcodec.h:
19266         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19267         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19268         (gst_ffmpegcsp_avpicture_fill):
19269         * gst/ffmpegcolorspace/imgconvert.c:
19270           Convert to and from YV12 (fixes #156379).
19271
19272 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19273
19274         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19275         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19276         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19277         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19278         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19279         methods from chain and negotiation and vice versa (Fixes #166142).
19280         * sys/ximage/ximagesink.h: Add stream_lock.
19281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19282         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19283         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19284         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19285
19286 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19287
19288         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19289           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19290           error message when we can't open the DVD device (when dvdnav_open()
19291           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19292           the above). Send something more useful instead (fixes #167117).
19293
19294 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19295
19296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19297         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19298         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19299         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19300         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19301         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19302         methods from chain and negotiation and vice versa (Fixes #166142).
19303         Fix a possible bug of images in the buffer pool being discarded because
19304         we are looking at the wrong geometry.
19305         * sys/xvimage/xvimagesink.h: Add stream_lock.
19306
19307 2005-02-11  David Schleef  <ds@schleef.org>
19308
19309         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19310         unsigned int. (fixes #167128)
19311
19312 2005-02-11  David Schleef  <ds@schleef.org>
19313
19314         * gst/librfb/Makefile.am: Testing stuff before committing is
19315           for wimps... and people with fast machines.  Fix stupid
19316           mistake.
19317
19318 2005-02-11  David Schleef  <ds@schleef.org>
19319
19320         * configure.ac: Pull in librfb from my CVS tree, because it is
19321           too small and annoying to be separate.  Move rfbsrc plugin
19322           to gst/.
19323         * ext/Makefile.am:
19324         * ext/librfb/Makefile.am:
19325         * ext/librfb/gstrfbsrc.c:
19326         * gst/librfb/Makefile.am:
19327         * gst/librfb/gstrfbsrc.c:
19328         * gst/librfb/rfb.c:
19329         * gst/librfb/rfb.h:
19330         * gst/librfb/rfbbuffer.c:
19331         * gst/librfb/rfbbuffer.h:
19332         * gst/librfb/rfbbytestream.c:
19333         * gst/librfb/rfbbytestream.h:
19334         * gst/librfb/rfbcontext.h:
19335         * gst/librfb/rfbdecoder.c:
19336         * gst/librfb/rfbdecoder.h:
19337         * gst/librfb/rfbutil.h:
19338
19339 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19340
19341         * gst/speed/Makefile.am:
19342         * gst/speed/demo-mp3.c: (main):
19343         * gst/speed/filter.func:
19344         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19345         (speed_class_init), (speed_init), (speed_chain_int16),
19346         (speed_chain_float32), (speed_chain), (speed_set_property),
19347         (speed_get_property), (speed_change_state):
19348         * gst/speed/gstspeed.h:
19349           Fix speed element and make it chain-based (fixes #156467),
19350           and make it handle more than one channel.
19351
19352 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19353
19354         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19355         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19356         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19357         * ext/dts/gstdtsdec.h:
19358           Don't clobber the stack constructing the channels array.
19359           Make the element chain-based. DTS tracks can now be played.
19360           
19361 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19362
19363         * gst-libs/gst/audio/multichannel.h:
19364         * gst-libs/gst/gconf/gconf.h:
19365         * gst-libs/gst/idct/idct.h:
19366         * gst-libs/gst/media-info/media-info-priv.h:
19367         * gst-libs/gst/play/play.h:
19368         * gst-libs/gst/resample/private.h:
19369         * gst-libs/gst/resample/resample.h:
19370         * gst-libs/gst/riff/riff-ids.h:
19371         * gst-libs/gst/video/video.h:
19372         * gst-libs/gst/video/videosink.h:
19373           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19374           missing, so that they work when included from C++ code.
19375
19376 2005-02-09  David Schleef  <ds@schleef.org>
19377
19378         * testsuite/gst-lint: Check for non-statically scoped
19379           parent_class variables.  This won't be a problem once
19380           plugins are loaded with RTLD_LOCAL.
19381
19382 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19383
19384         * ext/mplex/gstmplexibitstream.cc:
19385           gcc madness.
19386
19387 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19388
19389         * ext/ogg/gstogmparse.c:
19390         * gst/debug/gstnavigationtest.c:
19391           Die, thou faulty symbol pollutors (non-static parent_class).
19392
19393 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19394
19395         * ext/mplex/gstmplexibitstream.cc:
19396           Fix event handling (#165525).
19397
19398 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19399
19400         * ext/mikmod/gstmikmod.c:
19401         * gst/modplug/gstmodplug.cc:
19402           Add missing endianness to template (fixes #165509).
19403
19404 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19405
19406         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19407           Fix wrong order of reading of optional bytes (#165290).
19408
19409 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19410
19411         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19412           Implement FILLER event awareness.
19413
19414 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19415
19416         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19417           Fix track calculations (#166208).
19418
19419 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19420
19421         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19422
19423         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19424         * ext/libpng/gstpngenc.c:
19425           Fix byte-order, use proper fixed caps. Fixes #164197.
19426
19427 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19428
19429         * configure.ac:
19430           Add dvdlpcmdec 
19431
19432         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19433         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19434           Don't push buffers if the src pad isn't negotiated yet.
19435           
19436         * gst/audioconvert/gstaudioconvert.c:
19437         (gst_audio_convert_buffer_to_default_format),
19438         (gst_audio_convert_buffer_from_default_format):
19439           Add support for 24-bit width.
19440
19441         * gst/dvdlpcmdec/.cvsignore:
19442         * gst/dvdlpcmdec/Makefile.am:
19443         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19444         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19445         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19446         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19447         (plugin_init):
19448         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19449           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19450           format. Needs support for the channels maps if someone can find 
19451           a DVD LPCM track with > 2 channels.
19452
19453         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19454         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19455         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19456         * gst/mpegstream/gstdvddemux.h:
19457         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19458         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19459         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19460         * gst/mpegstream/gstmpegdemux.h:
19461         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19462         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19463         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19464         (gst_mpeg_parse_handle_src_query),
19465         (gst_mpeg_parse_handle_src_event):
19466           Use audio/x-dvd-lpcm for LPCM output.
19467           Add DTS output.
19468
19469 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19470
19471         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19472
19473         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19474         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19475           Add BGRA handling (#165736).
19476
19477 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19478
19479         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19480
19481         * gst/law/alaw-decode.c: (alawdec_link):
19482         * gst/law/alaw-encode.c: (alawenc_link):
19483         * gst/law/mulaw-decode.c: (mulawdec_link):
19484         * gst/law/mulaw-encode.c: (mulawenc_link):
19485           Fix caps memleaks (#166600).
19486
19487 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19488
19489         * ext/tarkin/mem.h:
19490         * ext/tarkin/wavelet.h:
19491         * ext/tarkin/yuv.h:
19492         * gst/ffmpegcolorspace/avcodec.h:
19493           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19494           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19495
19496 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19497
19498         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19500         (gst_xvimagesink_change_state):
19501           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19502           Xv video (and thereby regenerate Xv colourkey) in clear() so
19503           that PLAY -> READY -> PLAY works (fixes #162504).
19504
19505 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19506
19507         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19508           Switch to list instead of range, since MJPEG-devices really just
19509           support decimations, not any size.
19510
19511 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19512         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19513         (gst_mpeg2dec_reset), (free_all_buffers),
19514         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19515         * ext/mpeg2dec/gstmpeg2dec.h:
19516           The libmpeg2 user-allocated buffer management is awkward, 
19517           to say the least. Hopefully this fixes things.
19518
19519 2005-02-04  Andy Wingo  <wingo@pobox.com>
19520
19521         * gst/audioconvert/bufferframesconvert.c
19522         (buffer_frames_convert_fixate): New function, fixates to 256
19523         frames per buffer by default. (Much better than 1.)
19524         (buffer_frames_convert_init): Set the fixate function for both src
19525         and sink pad.
19526         (buffer_frames_convert_link): After success setting nonfixed caps,
19527         get the negotiated caps so we can know how many buffer-frames it
19528         will be. No idea how this worked at all before.
19529
19530 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19531
19532         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19533         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19534         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19535         (handle_sequence), (handle_picture):
19536         * ext/mpeg2dec/gstmpeg2dec.h:
19537           Rearrange buffer tracking and refcounting and refactor
19538           a little for readability. 
19539
19540 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19541         * sys/v4l/gstv4l.c: (plugin_init):
19542         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19543         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19544         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19545         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19546         * sys/v4l/gstv4ljpegsrc.h:
19547         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19548         * sys/v4l/v4l_calls.h:
19549         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19550         (gst_v4lsrc_get_fps):
19551         * sys/v4l/v4lsrc_calls.h:
19552           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19553           you jpeg inside rgb frames" driver.
19554           Don't error in the v4lsrc link function, just return 
19555           REFUSED.
19556
19557 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19558
19559         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19560         (gst_qcamsrc_open):
19561           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19562
19563 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19564
19565         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19566           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19567
19568 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19569
19570         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19571           Reset negotiated state on PAUSED->READY.
19572
19573 2005-02-02  David Schleef  <ds@schleef.org>
19574
19575         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19576         whereever possible.  (Fixes #165997)
19577         * examples/capsfilter/capsfilter1.c: (main):
19578         * examples/dynparams/filter.c: (create_ui):
19579         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19580         * examples/seeking/chained.c: (main):
19581         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19582         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19583         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19584         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19585         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19586         * examples/switch/switcher.c: (main):
19587         * ext/dv/demo-play.c: (main):
19588         * ext/faad/gstfaad.c: (gst_faad_change_state):
19589         * ext/mad/gstmad.c: (gst_mad_chain):
19590         * ext/smoothwave/demo-osssrc.c: (main):
19591         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19592         (gst_gconf_render_bin_from_description),
19593         (gst_gconf_get_default_audio_sink),
19594         (gst_gconf_get_default_video_sink),
19595         (gst_gconf_get_default_audio_src),
19596         (gst_gconf_get_default_video_src),
19597         (gst_gconf_get_default_visualization_element):
19598         * gst/level/demo.c: (main):
19599         * gst/level/plot.c: (main):
19600         * gst/playback/gstplaybin.c: (gen_video_element),
19601         (gen_audio_element):
19602         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19603         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19604         * gst/sine/demo-dparams.c: (main):
19605         * gst/spectrum/demo-osssrc.c: (main):
19606         * gst/speed/demo-mp3.c: (main):
19607         * gst/volume/demo.c: (main):
19608         * testsuite/embed/embed.c: (main):
19609
19610 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19611
19612         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19613         (gst_tcpclientsink_finalize):
19614         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19615         (gst_tcpclientsrc_finalize):
19616         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19617         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19618         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19619         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19620           Don't leak the hostname when shutting down.
19621           In tcpserversrc, take a copy of the default hostname.
19622
19623 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19624
19625         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19626           Set caps to systemstream=TRUE.
19627
19628 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19629
19630         * testsuite/Makefile.am:
19631           Fix more OSX buildbots.
19632
19633 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19634
19635         * ext/mpeg2dec/gstmpeg2dec.c:
19636           Don't send things to NULL PAD_PEERs
19637
19638         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19639           Copy-on-write the incoming buffer.
19640
19641         * gst/mpegstream/gstdvddemux.h:
19642         * gst/mpegstream/gstmpegclock.h:
19643         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19644         (normal_seek), (gst_mpeg_demux_handle_src_event):
19645         * gst/mpegstream/gstmpegdemux.h:
19646         * gst/mpegstream/gstmpegpacketize.h:
19647         * gst/mpegstream/gstmpegparse.c:
19648         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19649         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19650         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19651         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19652         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19653         * gst/mpegstream/gstmpegparse.h:
19654         * gst/mpegstream/gstrfc2250enc.h:
19655           Various changes to the way time is computed that make seeking and
19656           total time estimation much better here.
19657           Use G_BEGIN/END_DECLS instead of __cplusplus
19658
19659         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19660           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19661
19662 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19663
19664         * gst/subparse/gstsubparse.c:
19665           Fix OSX buildbot.
19666
19667 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19668
19669         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19670         (theora_enc_chain), (theora_enc_change_state):
19671         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19672         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19673         (gst_vorbisenc_change_state):
19674         * ext/vorbis/vorbisenc.h:
19675           Set granulepos and timestamp correctly for streams not
19676           starting at 0, taking into account the initial delay.
19677
19678 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19679
19680         * gst/mpegstream/gstdvddemux.c:
19681           Add audio/x-dts to audio pad template caps
19682
19683 2005-01-30  David Schleef  <ds@schleef.org>
19684
19685         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19686         (create_context), (gst_polypsink_link): Fix silly endianness
19687         bug.  Add some debugging.  Remove float from caps; it doesn't
19688         work.  Attempt to get remote audio working.
19689
19690 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19691
19692         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19693           Add 3IV2 fourcc.
19694
19695 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19696
19697         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19698         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19699         (gst_avi_demux_stream_data):
19700         * gst/avi/gstavidemux.h:
19701           Invert DIB images. Fixes #132341.
19702
19703 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19704
19705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19706         (gst_ffmpegcsp_chain):
19707           D'oh, reference the palette data, not the palette structure.
19708           Fixes color distortion in #132341.
19709
19710 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19711
19712         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19713           PAR can be non-fixed when not provided as argument (#162626).
19714
19715 2005-01-29  David Moore  <dcm@acm.org>
19716
19717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19718
19719         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19720         (gst_qtdemux_loop_header):
19721           Re-apply patch from #142272 that allows non-seekable sources,
19722           re-proposed by Daniel Drake <dsd@gentoo.org>.
19723
19724 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19725
19726         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19727           Use the src template for creating the src pad (#162330).
19728
19729 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19730
19731         * configure.ac:
19732         * ext/musepack/Makefile.am:
19733         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19734         (gst_musepackdec_init), (gst_musepackdec_dispose),
19735         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19736         (gst_musepack_stream_init), (gst_musepackdec_loop),
19737         (gst_musepackdec_change_state):
19738         * ext/musepack/gstmusepackdec.cpp:
19739         * ext/musepack/gstmusepackdec.h:
19740         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19741         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19742         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19743         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19744         * ext/musepack/gstmusepackreader.cpp:
19745         * ext/musepack/gstmusepackreader.h:
19746           Update to 1.1 API (#165446).
19747
19748 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19749
19750         * ext/Makefile.am:
19751           Unbreak buildbot.
19752
19753 2005-01-28  Andy Wingo  <wingo@pobox.com>
19754
19755         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19756         to reflect a different dubious internet source. Add a reference
19757         and some commentary.
19758
19759 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19760
19761         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19762         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19763         * gst/playback/gststreamselector.h:
19764           Be more selective when we're redoing caps negotiation from
19765           within the chain function on a stream change.
19766
19767 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19768
19769         * configure.ac:
19770         * ext/Makefile.am:
19771         * ext/amrnb/Makefile.am:
19772         * ext/amrnb/amrnb.c: (plugin_init):
19773         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19774         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19775         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19776         (gst_amrnbdec_state_change):
19777         * ext/amrnb/amrnbdec.h:
19778         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19779         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19780         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19781         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19782         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19783         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19784         * ext/amrnb/amrnbparse.h:
19785           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19786         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19787           Add AMR-NB/-WB raw formats.
19788         * ext/alsa/gstalsa.c: (gst_alsa_link):
19789           Keep valid time when changing format.
19790         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19791         (qtdemux_parse_trak):
19792           Add some more format-specific options (#140141, #143555, #155163).
19793
19794 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19795
19796         * gst/matroska/matroska-demux.c:
19797         (gst_matroska_demux_parse_blockgroup):
19798           Fix logic error in timing of subtitle stream synchronization.
19799         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19800           Add skip-chunk, which is found in kodak-camera streams.
19801
19802 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19803
19804         * po/LINGUAS:
19805         * po/vi.po:
19806           Adding Vietnamese translation (submitted by Clytie Siddall)
19807
19808 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19809
19810         * gst/playback/gstdecodebin.c: (try_to_link_1):
19811           Use realpad for signal.
19812
19813 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19814
19815         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19816           Fix category so decodebin picks it up.
19817
19818 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19819
19820         * ext/mad/Makefile.am:
19821         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19822         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19823         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19824         (found_type), (gst_id3demux_bin_change_state):
19825         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19826         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19827         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19828         (gst_id3_tag_change_state), (plugin_init):
19829         * ext/mad/gstmad.h:
19830           Add id3demuxbin (which is a simple bin consisting of id3demux
19831           and typefind), take over rank from id3demux, remove typefind
19832           code from id3demux. Makes all broken mp3s that I know of work,
19833           and thereby fixes #152688.
19834
19835 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19836
19837         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19838
19839         * ext/mad/gstmad.c: (gst_mad_src_event):
19840         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19841           Allow seeks on audio pad, make mad forward those (#164826).
19842         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19843           Set duration (#165335).
19844
19845 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19846
19847         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19848         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19849         (gst_asf_demux_process_ext_content_desc),
19850         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19851         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19852         * gst/asfdemux/gstasfdemux.h:
19853           Improve metadata display, e.g. if the metadata comes before the
19854           streams are loaded (which is perfectly valid).
19855
19856 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * tools/gst-launch-ext-m.m:
19859           Fix AVI/ASF pipelines (#165340).
19860
19861 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19862         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19863         build failure on amd64
19864
19865 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19866
19867         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19868         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19869           Check environment variables GST_ID3V2_TAG_ENCODING,
19870           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19871           list of character encodings to force interpretation of non-unicode
19872           strings stored in an ID3v2 tag to a particular encoding. If none
19873           is specified, try to use current locale's encoding, then fall back
19874           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19875         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19876         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19877           Check environment variables GST_ID3V1_TAG_ENCODING,
19878           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19879           list of character encodings to use in case a string encountered
19880           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19881           specified, try to use the current locale's encoding, then fall
19882           back to ISO-8859-1 (which will always succeed).
19883
19884 2005-01-25  Benjamin Otte  <otte@gnome.org>
19885
19886         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19887           - on half framerate, compute the rate in advance so the comparisons
19888             don't compare wrong values
19889           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19890             behaviour
19891           - don't use mad_header_decode anymore, mad_frame_decode does that
19892             automatically
19893           - when getting rid of consumed bytes, reset the stream's skiplen
19894           (fixes #163867)
19895
19896 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19897
19898         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19899           Use 1/2 a second for default max_discont, as PES streams from DVB
19900           seem to have larger spacings in the SCR. 
19901           Fix a typo.
19902
19903 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19904
19905         * gst/playback/gstplaybasebin.c: (group_commit):
19906           Notify delayed stream-info availability.
19907
19908 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19909         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19910         (gst_a52dec_handle_event), (gst_a52dec_chain):
19911         Add some debug output. Check that a discont has a valid
19912         time associated.
19913         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19914         (gst_alsa_sink_loop):
19915         Ignore TAG events. A little extra debug for broken timestamps.
19916         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19917         (dvdnavsrc_change_state):
19918         Ensure we send a discont to engage the link before we send any
19919         other events.
19920         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19921         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19922         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19923         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19924         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19925         dvd://title works in totem because typefinding sends a seek that ends
19926         up going back to chapter 1 regardless.
19927         * ext/mpeg2dec/gstmpeg2dec.c:
19928         * ext/mpeg2dec/gstmpeg2dec.h:
19929         Output correct timestamps and handle disconts.
19930         * ext/ogg/gstoggdemux.c: (get_relative):
19931         Small guard against a null dereference.
19932         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19933         (gst_textoverlay_set_property):
19934         Free memory when done. Don't call gst_event_filler_get_duration on
19935         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19936         g_warning.
19937         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19938         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19939         (gst_sw_srclink), (gst_smoothwave_chain):
19940         Draw solid lines, prettier colours.
19941         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19942         Add a default palette that'll work for some movies.
19943         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19944         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19945         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19946         * gst/mpegstream/gstdvddemux.h:
19947         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19948         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19949         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19950         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19951         * gst/mpegstream/gstmpegparse.h:
19952         Use PTM/NAV events when for timestamp adjustment when connected to 
19953         dvdnavsrc. Don't use many discont events where one suffices.
19954         * gst/playback/gstplaybasebin.c: (group_destroy),
19955         (gen_preroll_element), (gst_play_base_bin_add_element):
19956         * gst/playback/gstplaybasebin.h:
19957         Make sure we remove subtitles from the same bin we put them in.
19958         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19959         (gst_subparse_buffer_format_autodetect),
19960         (gst_subparse_change_state):
19961         Fix some memleaks and invalid accesses.
19962         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19963         (oggskel_type_find), (cmml_type_find), (plugin_init):
19964         Some typefind functions for Annodex v3.0 files
19965         * gst/wavparse/gstwavparse.h:
19966         GstRiffReadClass is the correct parent class.
19967
19968 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19969
19970         * gst-libs/gst/riff/riff-media.c:
19971         (gst_riff_create_video_caps_with_data):
19972           Add extradata to huffyuv (fixes #165013).
19973         * gst-libs/gst/riff/riff-read.c:
19974         (gst_riff_read_strf_vids_with_data):
19975           Fix extradata extraction if it is in the chunk size.
19976
19977 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19978
19979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19980
19981         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19982         (gst_quarktv_change_state), (gst_quarktv_dispose):
19983           Memory free'ing location fix (#164708).
19984
19985 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19986
19987         * gst/playback/gstplaybasebin.c: (group_commit),
19988         (gen_preroll_element), (probe_triggered), (gen_source_element),
19989         (setup_source), (gst_play_base_bin_change_state),
19990         (gst_play_base_bin_add_element):
19991           Don't block for streams.
19992         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19993         (gst_stream_info_set_mute):
19994           Use gst_pad_set_active_recursive.
19995
19996 2005-01-25  Andy Wingo  <wingo@pobox.com>
19997
19998         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19999         for #ifndef HAVE_XVIDEO.
20000
20001 2005-01-24  Jeffrey C. Ollie
20002
20003         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
20004
20005         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
20006         * ext/gsm/gstgsmdec.h:
20007         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
20008         * ext/gsm/gstgsmenc.h:
20009         Fix rate to 8kHz as per spec, removes obscure errors when no rate
20010         was given by property. Add proper buffer timestamps and offsets.
20011
20012 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20013
20014         * gst-libs/gst/riff/riff-media.c:
20015         (gst_riff_create_audio_caps_with_data):
20016           Audio can be <8000Hz.
20017
20018 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20019
20020         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20021           Explicit state change to workaround refcount bugs.
20022
20023 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20024
20025         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
20026         (gst_avimux_riff_get_avi_header):
20027           Fix...
20028
20029 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20030
20031         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
20032         (gst_riff_read_element_data):
20033         * gst-libs/gst/riff/riff-read.h:
20034           Add _peek version (req'ed in CDXA).
20035         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
20036         (gst_cdxaparse_loop):
20037           Fix parsing in playbin.
20038         * gst/playback/gstdecodebin.c: (close_pad_link):
20039           Ignore current_ pads, they cause major annoyance.
20040
20041 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20042
20043         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20044           Safety guard.
20045
20046 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20047
20048         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
20049           Fix padding...
20050
20051 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20052
20053         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
20054           Allow for 0-sized buffers. Fixes length query problems in
20055           starwars.mkv from the testsuite.
20056
20057 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
20058
20059         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
20060         (gst_video_box_i420), (gst_video_box_chain):
20061           Fix row strides for I420 (fixes #163159)
20062           
20063 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20064
20065         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20066           MPEG2 has a useful rate property, so we can actually use that.
20067           For MPEG-1, continue using the bytes/time properties.
20068
20069 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20070
20071         * gst-libs/gst/riff/riff-media.c:
20072         (gst_riff_create_video_caps_with_data),
20073         (gst_riff_create_video_template_caps):
20074           Add intel-h263.
20075
20076 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20077
20078         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20079           Fail if caps negotiation fails. Should fix #162184, and should
20080           definately be in there regardless of it fixing the actual bug.
20081         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
20082         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
20083         (gst_avimux_riff_get_avix_header),
20084         (gst_avimux_riff_get_video_header),
20085         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
20086         (gst_avimux_start_file), (gst_avimux_handle_event),
20087         (gst_avimux_change_state):
20088         * gst/avi/gstavimux.h:
20089           Refactor structure writing to use GST_WRITE_UINT macros, add
20090           metadata writing support.
20091
20092 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20093
20094         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
20095           Elements may already be destroyed when this function is called.
20096
20097 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20098
20099         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20100         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
20101           More memory leak fixes (#149162).
20102
20103 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20106         (gst_qtdemux_add_stream):
20107           Fix two memleaks.
20108
20109 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20110
20111         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20112           Argh...
20113
20114 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20115
20116         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20117           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
20118           when fixating to six channels in Totem.
20119
20120 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20121
20122         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
20123           Fix compile warnings on Solaris 10 buildbot
20124
20125 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20126
20127         * ext/dvdread/dvdreadsrc.c: (_read):
20128           Don't read beyond the last cell in a chapter (fixes 
20129           invalid memory access)
20130
20131 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20132
20133         * ext/dvdread/stream_labels.c:
20134         (dvdreadsrc_get_audio_stream_labels):
20135           Use NULL for an empty GList instead of g_list_alloc(); fix 
20136           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
20137           of GString (easier to bulk free later)
20138
20139 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20140
20141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20142
20143         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20144         (gst_ffmpeg_pixfmt_to_caps):
20145           Fix BGRA32 caps (#164209).
20146
20147 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20148
20149         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20150
20151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20152         (gst_ffmpeg_caps_to_pixfmt):
20153           alpha_mask can be RGBA/ABGR. Fixes #164265.
20154
20155 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
20156
20157         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20158
20159         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
20160         (gst_mpeg2dec_alloc_buffer):
20161         * ext/mpeg2dec/gstmpeg2dec.h:
20162           Crop if decoding size is not the actual image size (#163676).
20163
20164 2005-01-17  Steve Baker  <steve@stevebaker.org>
20165
20166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20167
20168         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
20169         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
20170           Add libsndfile typefind functions (#163309).
20171
20172 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20173
20174         * tools/gst-launch-ext-m.m:
20175           Add .aac, fix .m1v/.m2v (#163891).
20176
20177 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20178
20179         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
20180           Sanity check, don't wait endlessly since the clock might not
20181           actually run at this point (which is a deadlock). Fixes #164069.
20182
20183 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20184
20185         * gst/playback/gstplaybasebin.c: (probe_triggered):
20186           Of course, only pause if group is done...
20187
20188 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20189
20190         * gst/playback/gstplaybasebin.c: (probe_triggered):
20191           Thread safety.
20192
20193 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
20194
20195         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20196           Don't return state change success when the parent
20197           failed.
20198
20199 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20200
20201         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
20202           Free events (fix memleak in #162905).
20203
20204 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
20205
20206         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20207
20208         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20209         (gst_ffmpeg_caps_to_pixfmt):
20210           Fix for depth = 15. Fixes #161675.
20211
20212 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20213
20214         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20215           Set FPS correctly, even for webcams and the like.
20216         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
20217           Don error on setting while capturing.
20218
20219 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20220
20221         * ext/dv/gstdvdec.c:
20222         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20223         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20224           I'm a bad boy. using /1001. to force C to do float division
20225           and not integer division (as it did in my last commit)
20226           Thanks to David I. Lehn for pointing this mistake.
20227
20228 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20229
20230         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20231           Revert Johan's 1.35->1.36 since it breaks compat.
20232
20233 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20234
20235         * ext/dv/gstdvdec.c:
20236         * ext/libfame/gstlibfame.c:
20237         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20238         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20239           replace framerate aproximations by their real value
20240           (24000/1001, 30000/1001, 60000/1001)
20241           Finish fixing bug #164049
20242
20243 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20244
20245         * ext/ogg/gstoggmux.c:
20246           eos/bos debugging
20247         * gst/tcp/gstmultifdsink.c:
20248         * gst/tcp/gstmultifdsink.h:
20249         * gst/tcp/gsttcp.c:
20250         * gst/tcp/gsttcp.h:
20251         * gst/tcp/gsttcpclientsink.c:
20252         * gst/tcp/gsttcpclientsrc.c:
20253         * gst/tcp/gsttcpserversink.c:
20254         * gst/tcp/gsttcpserversrc.c:
20255           improve reusability of elements after state changes and errors
20256           make multifdsink throw away streamheaders when receiving new ones
20257
20258 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20259
20260         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20261           Fix for if items are already in list...
20262
20263 2005-01-12  Benjamin Otte  <otte@gnome.org>
20264
20265         * gst/adder/gstadder.c: (gst_adder_loop):
20266           fix adder a bit so it doesn't screw up with events as much anymore
20267
20268 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20269
20270         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20271         (pixbufscale_scale), (gst_pixbufscale_chain):
20272         * ext/gdk_pixbuf/pixbufscale.h:
20273           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20274           to ensure rowstrides are calculated the same way as 
20275           ffmpegcolorspace
20276           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20277           that we pick up duration and offset also.
20278
20279 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20280
20281         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20282         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20283           Reusability fixes.
20284
20285 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20286
20287         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20288         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20289         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20290         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20291           Update flags when requested.
20292
20293 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20294
20295         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20296           Fix dmix.
20297
20298 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20299
20300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20301         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20302         (probe_triggered), (new_decoded_pad), (gen_source_element),
20303         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20304         * gst/playback/gstplaybasebin.h:
20305         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20306         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20307         (gst_play_bin_change_state):
20308           Implement group-switch signal for use in apps to clear metadata
20309           cache, clean up subtitle, add suburi property instead of # hack,
20310           some error-out fixes.
20311
20312 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20313
20314         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20315           Debug.
20316         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20317           If we got a state change in the _get handler, don't return success.
20318
20319 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20320
20321         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20322         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20323           Make jpegdec quiet on MJPEG decoding
20324         * gst/asfdemux/README:
20325           Fix mimetypes for MJPEG and H263
20326
20327 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20328
20329         * ext/theora/theoradec.c: (theora_dec_chain):
20330           Fix broken code generation by gcc by swapping arguments.
20331         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20332           Fix \n in debug.
20333
20334 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20335
20336         * TODO:
20337           delete this file, it is by far outdated
20338         * ext/alsa/gstalsa.1: remove
20339         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20340         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20341         (gst_alsa_get_caps):
20342           Add HW probing for supported sample rates. Fixes #161704
20343
20344 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20345
20346         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20347           Don't crash, biatch! :).
20348
20349 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20350
20351         * ext/musepack/gstmusepackreader.cpp:
20352         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20353           Some work on tags - still doesn't work in playbin...
20354         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20355           Handle events...
20356
20357 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20358
20359         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20360           Also shove tags on kid pads.
20361
20362 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20363
20364         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20365           Don't bail on unknown events.
20366         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20367           Don't crash on events before negotiation.
20368         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20369           Send tags on pads, too.
20370         * gst/playback/gststreamselector.c:
20371         (gst_stream_selector_request_new_pad):
20372           Forward events on first pad if no input was selected yet.
20373
20374 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20375
20376         * gst/playback/gstplaybasebin.c: (setup_substreams):
20377           Don't disable streamtype if the stream doesn't exist, since
20378           then playing a video after audio will disable both and nothing
20379           will happen. Fixes the testsuite.
20380
20381 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20382
20383         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20384         (gst_v4l_xoverlay_set_xwindow_id):
20385         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20386         (gst_v4l2_xoverlay_set_xwindow_id):
20387           Add debug categories, fix overlay disabling.
20388
20389 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20390
20391         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20392         * ext/alsa/gstalsa.h:
20393           Add HW probing for period_count/size and buffer_size MIX/MAX
20394           Adjust default/user defined value if out of bounds
20395           Should fix bug #162024
20396
20397 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20398
20399         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20400           Fix warning (#161191).
20401
20402 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20403
20404         * ext/dvdread/stream_labels.c:
20405         (dvdreadsrc_get_audio_stream_labels):
20406           Fix warning (init the good variable in switch default)
20407
20408 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20409
20410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20411
20412         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20413           Fix gcc-2.95 compile (#163485).
20414
20415 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20416
20417         * configure.ac:
20418         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20419         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20420         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20421         (gst_flacenc_change_state):
20422         * ext/flac/gstflacenc.h:
20423           Update for API change in flac-1.1.1. Update requirement in
20424           configure.ac. Fixes #162974.
20425
20426 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20427
20428         * gst/playback/gstplaybasebin.c: (group_destroy):
20429           Remove hack to get rid of assert and get rid of unlinked
20430           signals properly.
20431
20432 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20433
20434         * gst/playback/gstplaybasebin.c: (setup_source):
20435           Set source to NULL so that resources are free'ed. Fixes issues
20436           with playback of CDDA and similar device-accessing things.
20437
20438 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20439
20440         * testsuite/embed/Makefile.am:
20441           test->noinst, fix make test in buildbot.
20442
20443 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20444
20445         * ext/dvdread/stream_labels.c: new file
20446         * ext/dvdread/stream_labels.h: new file
20447         * ext/dvdread/Makefile.am:
20448         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20449           Extract audio stream label from DVD IFO files.
20450           It only dump them on the console for now, still have to
20451           make playbin aware of them.
20452
20453 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20454
20455         * gst/playback/gstplaybasebin.c: (setup_source):
20456           Fix hanging subs.
20457
20458 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20459
20460         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20461         (gen_preroll_element), (remove_groups), (setup_subtitle),
20462         (gen_source_element), (setup_source):
20463         * gst/playback/gstplaybasebin.h:
20464           Multiple .sub files is just a stupid idea... Fix some threading
20465           mistakes. Interestingly, external .sub files cause playbin to
20466           hang, I don't know why... Parsing fixes contributed by Fran??ois
20467           Kooman <fkooman@tuxed.net>.
20468
20469 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20470
20471         * testsuite/embed/Makefile.am:
20472           Fix buildbot.
20473
20474 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20475
20476         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20477
20478         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20479         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20480         (gst_pngenc_set_property):
20481         * ext/libpng/gstpngenc.h:
20482           Add compression level property (#163323).
20483
20484 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20485
20486         * configure.ac:
20487         * examples/capsfilter/capsfilter1.c: (main):
20488         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20489         * ext/dvdread/Makefile.am:
20490         * ext/dvdread/demo-play:
20491         * ext/dvdread/demo-play.c:
20492         * gconf/gstreamer.schemas.in:
20493         * gst-libs/gst/gconf/gconf.c:
20494         * sys/v4l/TODO:
20495         * testsuite/Makefile.am:
20496         * testsuite/embed/Makefile.am:
20497         * testsuite/embed/embed.c: (cb_expose), (main):
20498           Remove all references to xvideosink, fix examples (#140845).
20499         * gst/playback/gstplaybasebin.c: (group_destroy):
20500           Apparently, disposal does not unlink - so do explicitely.
20501         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20502           Add debug.
20503
20504 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20505
20506         * README: fix PKG_CONFIG_PATH instructions, what was there
20507         previously was breaking default search path, not nice. 
20508         Fixes #163358
20509
20510 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20511
20512         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20513         (gst_audioscale_chain):
20514           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20515           when resampling - how the ^@$^!@^! is this possible?!?
20516
20517 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20518
20519         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20520           Reset variables on READY.
20521         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20522         (gst_matroska_mux_loop):
20523           Require data before writing header.
20524
20525 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20526
20527         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20528
20529         * ext/mad/gstmad.c: (gst_mad_chain):
20530           Don't call mad_stream_sync() directly after recovering sync.
20531           Fixes #151661.
20532
20533 2005-01-09  Martin Eikermann  <meiker@upb.de>
20534
20535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20536
20537         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20538         (snapshot_handler), (gst_snapshot_sinkconnect),
20539         (gst_snapshot_chain):
20540           Allocate resources when required, fix recursive signal emission
20541           and fix caps. Fixes #161667.
20542
20543 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20544
20545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20546
20547         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20548         (gst_pngdec_chain):
20549           Handle only 8-bppc (bits-per-pixel-component) images, better
20550           error handling and correct strides. Fixes #163177.
20551         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20552         (gst_pngenc_chain):
20553           Better error handling. Fixes #163348.
20554
20555 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20556
20557         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20558         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20559         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20560         (dvdnavsrc_uri_handler_init):
20561           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20562         * gst/playback/gstplaybasebin.c: (gen_source_element):
20563           Add MMS to streaming URIs.
20564
20565 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20566
20567         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20568         * sys/xvimage/xvimagesink.c:
20569         (gst_xvimagesink_navigation_send_event):
20570           Check for pad availability before sending event.
20571
20572 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20573
20574         * gst-plugins.spec.in:
20575           Add subparse.
20576
20577 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20578
20579         * configure.ac:
20580           Since we use functions from CVS, up requirement.
20581
20582 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20583
20584         * gst/playback/Makefile.am:
20585         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20586         (group_destroy), (group_commit), (group_is_muted),
20587         (gen_preroll_element), (add_stream), (unknown_type),
20588         (probe_triggered), (preroll_unlinked), (mute_stream),
20589         (silence_stream), (new_decoded_pad), (setup_substreams),
20590         (setup_source), (get_active_source), (mute_group_type),
20591         (muted_group_change_state), (set_active_source),
20592         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20593         (play_base_eos), (gst_play_base_bin_change_state):
20594         * gst/playback/gstplaybasebin.h:
20595         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20596         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20597         (gst_stream_info_dispose), (stream_info_mute_pad),
20598         (stream_info_change_state), (gst_stream_info_set_mute):
20599         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20600         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20601         (gst_stream_selector_init), (gst_stream_selector_dispose),
20602         (gst_stream_selector_get_linked_pad),
20603         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20604         (gst_stream_selector_get_linked_pads),
20605         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20606         * gst/playback/gststreamselector.h:
20607           Adding stream selection support plus required properties for
20608           applications to use this. Fully fixes #100931.
20609
20610 2005-01-08  Benjamin Otte  <otte@gnome.org>
20611
20612         * gst/games/gstpuzzle.c: (nav_event_handler):
20613           - handle nav events differently: forward every event no matter if it
20614             was handled or not.
20615           - translate events
20616           You can now cheat by using navigationtest ! puzzle and moving the
20617           mouse close to the edge of a tile. ;)
20618
20619 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20620
20621         * configure.ac:
20622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20623         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20624         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20625         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20626         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20627         (gst_ogm_parse_plugin_init):
20628         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20629         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20630         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20631         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20632         * ext/pango/gsttextoverlay.h:
20633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20634         (gst_matroska_demux_handle_seek_event),
20635         (gst_matroska_demux_sync_streams),
20636         (gst_matroska_demux_parse_blockgroup),
20637         (gst_matroska_demux_subtitle_caps),
20638         (gst_matroska_demux_plugin_init):
20639         * gst/matroska/matroska-ids.h:
20640         * gst/playback/gstdecodebin.c: (close_pad_link):
20641         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20642         (gen_preroll_element), (remove_groups), (add_stream),
20643         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20644         (setup_source):
20645         * gst/playback/gstplaybasebin.h:
20646         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20647         * gst/subparse/Makefile.am:
20648         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20649         (gst_subparse_base_init), (gst_subparse_class_init),
20650         (gst_subparse_init), (gst_subparse_formats),
20651         (gst_subparse_eventmask), (gst_subparse_event),
20652         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20653         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20654         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20655         (parse_mpsub_deinit), (parse_mpsub_init),
20656         (gst_subparse_buffer_format_autodetect),
20657         (gst_subparse_format_autodetect), (gst_subparse_loop),
20658         (gst_subparse_change_state), (gst_subparse_type_find),
20659         (plugin_init):
20660         * gst/subparse/gstsubparse.h:
20661         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20662         (plugin_init):
20663           Add subtitle support, .sub parser (supports SRT and MPsub),
20664           OGM text support, Matroska UTF-8 text support, deadlock fixes
20665           all over the place, subtitle awareness in decodebin/playbin
20666           and some fixes to textoverlay to handle subtitles in a stream
20667           correctly. Fixes #100931.
20668
20669 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20670
20671         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20672           Check for pad availability before doing a query on it.
20673
20674 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20675
20676         * ext/dv/gstdvdec.c:
20677           really fix bpp24/32 dvdec caps (classic rgba indeed)
20678         * gst/asfdemux/gstasfdemux.c:
20679         (gst_asf_demux_process_ext_content_desc):
20680           don't send text tags if they are empty (bis repetita)
20681
20682 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20683
20684         * ext/dv/gstdvdec.c:
20685          remove unneeded comment from dvdec
20686           (related to DV 4CC codes in AVI files)
20687           moved them in gstreamer/docs/random/mimetypes
20688         * gst/asfdemux/gstasfdemux.c:
20689         (gst_asf_demux_process_ext_content_desc):
20690          don't send text tags if they are empty
20691          fix mem leak on error path
20692         * gst/ffmpegcolorspace/avcodec.h:
20693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20694         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20695         (gst_ffmpegcsp_avpicture_fill):
20696         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20697         * gst/ffmpegcolorspace/imgconvert_template.h:
20698          adds BGR32 and BGRA32 to ffmpegcolorspace
20699           (still bad colors, fixing it on next commit)
20700           helps with dvdec outputing BGR32
20701
20702 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20703
20704         * ext/dv/gstdvdec.c:
20705          Fix audio caps i just broke (missing ',')
20706         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20707         (gst_matroska_mux_reset):
20708          Fix typo + add FIXME about old "x-gst-metadata" crap
20709
20710 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20711
20712         * ext/dv/demo-play.c: (main):
20713          xvideosink -> xvimagesink
20714         * ext/dv/gstdvdec.c:
20715          change rgb 32/32 caps to 24/32 (no alpha)
20716          change nb of channels to be a list (2 or 4, not 2)
20717          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20718         * gst/asfdemux/gstasfdemux.c:
20719         (gst_asf_demux_process_ext_content_desc):
20720          Add 'date/year' to extracted metadata list
20721
20722 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20723
20724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20725           The return value of fixate_to does not imply that the requested
20726           value was set, so don't assume.
20727
20728 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20729
20730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20731
20732         * ext/libpng/gstpngdec.c:
20733         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20734         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20735         * ext/libpng/gstpngenc.h:
20736           Alpha support (encoder; #163161), mime fixage.
20737
20738 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20739
20740         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20741
20742         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20743         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20744         (gst_faac_set_property), (gst_faac_get_property):
20745         * ext/faac/gstfaac.h:
20746           Allow for ADTS output (#153434).
20747
20748 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20749
20750         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20751           Fix against template (#150576).
20752
20753 2005-01-06  Benjamin Otte  <otte@gnome.org>
20754
20755         * gst/games/gstpuzzle.c: (draw_puzzle):
20756           don't draw a puzzle if either width or height of tiles would be 0.
20757
20758 2005-01-06  Benjamin Otte  <otte@gnome.org>
20759
20760         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20761         (gst_puzzle_class_init), (gst_puzzle_finalize):
20762           no memleaks, please
20763         (gst_puzzle_create), (gst_puzzle_init),
20764         (gst_puzzle_set_property), (gst_puzzle_setup):
20765           change initialization code around so we don't reshuffle on resize
20766         (draw_puzzle):
20767           fix another stupid typo
20768
20769 2005-01-06  Benjamin Otte  <otte@gnome.org>
20770
20771         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20772           fix stupid typo that borked copying on YUY2
20773
20774 2005-01-06  Benjamin Otte  <otte@gnome.org>
20775
20776         * gst/games/gstpuzzle.c: (draw_puzzle):
20777           fix edges when image sizes aren't multiples of tile sizes
20778
20779 2005-01-06  Benjamin Otte  <otte@gnome.org>
20780
20781         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20782           make RGB endianness work correctly
20783         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20784           refactor and fix race with initial shuffling
20785         (nav_event_handler):
20786           allow using the mouse to puzzle
20787         (draw_puzzle):
20788           insist on tiles having width and height as multiples of 4 to get
20789           clean YUV image handling
20790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20791         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20792           s/DEBUG/LOG/ for common messages
20793         (gst_xvimagesink_navigation_send_event):
20794           fix mouse event translation to not include screen PAR
20795         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20796           fix mouse event translation to actually work
20797
20798 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20799
20800         * gst/asfdemux/gstasfdemux.c:
20801         (gst_asf_demux_process_ext_content_desc):
20802          Extract TrackNumber metadata + clean up code
20803         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20804          Hope this is the good fix (var used unitialised)
20805
20806 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * ext/faad/gstfaad.c: (gst_faad_chain):
20809           Only increment timestamp if it's valid. Fixes raw AAC streams.
20810
20811 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20812
20813         * configure.ac:
20814         * gst/games/Makefile.am:
20815         * gst/games/gstpuzzle.c:
20816           add a puzzle game with...
20817         * gst/games/gstvideoimage.c:
20818         * gst/games/gstvideoimage.h:
20819           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20820           from videotestsrc and made into something that would be a nice
20821           library for a lot of other plugins.
20822
20823 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20824
20825         * configure.ac:
20826          don't compile faad plugin if a RC of 2.0 is found
20827          Fixes #155346 (and FC1 buildbot)
20828         * gst/asfdemux/gstasfdemux.c:
20829         (gst_asf_demux_process_ext_content_desc):
20830          try to make Solaris compiler happier
20831
20832 2005-01-06  Paul Jack  <pjack@sfaf.org>
20833
20834         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20835
20836         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20837           Fix segfault (#161667).
20838
20839 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20840
20841         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20842           Fix framerate reporting.
20843
20844 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20845
20846         * gst-libs/gst/riff/riff-ids.h:
20847         * gst/wavenc/riff.h:
20848          Add AMR (VBR and CBR) ids to riff.h audio codec list
20849         * gst/asfdemux/gstasfdemux.c:
20850         (gst_asf_demux_process_ext_content_desc),
20851         (gst_asf_demux_process_object):
20852           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20853
20854 2005-01-05  Martin Eikermann  <meiker@upb.de>
20855
20856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20857
20858         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20859         (gst_dvd_demux_handle_discont):
20860         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20861         (gst_mpeg_demux_handle_discont):
20862           Recreate pads on new-media (#160730).
20863         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20864           Send discont even if manager changes timestamps (#161929).
20865
20866 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20867
20868         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20869
20870         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20871           Fix invalid memory access (#159211).
20872
20873 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20874
20875         * examples/gstplay/player.c: (main):
20876           Don't iterate.
20877         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20878           Add visualizations.
20879         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20880         (gst_a52dec_handle_frame):
20881           Set duration.
20882         * ext/dvdnav/gst-dvd:
20883           Add audioconvert. Fixes #161325.
20884         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20885           Explicitely case to gint64. Possible valgrind error.
20886         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20887         (gst_play_tick_callback), (gst_play_change_state),
20888         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20889         (gst_play_set_location), (gst_play_get_location),
20890         (gst_play_seek_to_time), (gst_play_set_data_src),
20891         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20892         (gst_play_set_visualization), (gst_play_connect_visualization),
20893         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20894         (gst_play_new):
20895           Use playbin. Fixes #139749 and #147744.
20896         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20897           Add genre tag.
20898         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20899         (audioscale_get_type), (gst_audioscale_base_init),
20900         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20901         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20902         (gst_audioscale_link), (gst_audioscale_get_buffer),
20903         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20904         (gst_audioscale_init), (gst_audioscale_dispose),
20905         (gst_audioscale_chain), (gst_audioscale_set_property),
20906         (gst_audioscale_get_property), (plugin_init):
20907           Indent properly.
20908         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20909           Fix LPCM.
20910         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20911         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20912         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20913           Add more metadata (fixes #162656).
20914
20915 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20916
20917         * configure.ac:
20918           back to cvs
20919
20920 === release 0.8.7 ===
20921
20922 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20923
20924         * NEWS:
20925         * RELEASE:
20926         * configure.ac:
20927           releasing 0.8.7, "Hyperspace"
20928
20929 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20930
20931         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20932
20933         * gst/playback/gstplaybasebin.c:
20934          Fix for #162924 - free caps after use, not before
20935
20936 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20937
20938         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20939
20940         * gst/playback/gstplaybasebin.c:
20941         * gst/wavparse/gstwavparse.c:
20942           Fix for #154773 - fixes playback of small .wav files
20943
20944 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20945
20946         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20947
20948         * gst/audioscale/gstaudioscale.c:
20949           Fix for #162819 - make audioscale reusable
20950           Fixes playback of more than one file with playbin/totem
20951
20952 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20953
20954         * gst/ffmpegcolorspace/avcodec.h:
20955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20956         * gst/ffmpegcolorspace/imgconvert.c:
20957           clean up the mess that made me cry and avoid needless duplication
20958
20959 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20960
20961         * gst/ffmpegcolorspace/imgconvert.c:
20962           give some indication of why we're segfaulting
20963
20964 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20965
20966         * configure.ac:
20967           Fix indentation, fix v4l2 plugin detection.
20968         * ext/Makefile.am:
20969           Fix libmms location (Maciej, use diff -u!).
20970         * ext/alsa/gstalsa.c: (gst_alsa_init):
20971           Initialize caps cache to NULL.
20972         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20973           Only change state on audiosink if it exists.
20974
20975 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20976
20977         * gst/matroska/matroska-demux.c:
20978         * gst/matroska/matroska-ids.h:
20979         * gst/matroska/matroska-demux.h:
20980         Fix Vorbis streams failing to decode in some files, where cluster_time
20981         isn't 0, because then it doesn't send codec_priv before actual data.
20982         Remove time-based test and replace it with marker set on beginning of
20983         new stream
20984
20985 2004-12-28  David Schleef  <ds@schleef.org>
20986
20987         Merge patch from Ronald fixing problems with streaming
20988         text.
20989         * ext/cairo/gstcairo.c: (plugin_init):
20990         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20991         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20992         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20993         (gst_textoverlay_font_init), (gst_textoverlay_init),
20994         (gst_textoverlay_set_property):
20995         * ext/cairo/gsttextoverlay.h:
20996
20997 2004-12-27  David Schleef  <ds@schleef.org>
20998
20999         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
21000         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
21001         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
21002         (gst_textoverlay_font_init), (gst_textoverlay_init),
21003         (gst_textoverlay_set_property): Improvements to actually
21004         render text as white on black outline on video, including
21005         font selection and horizontal/vertical alignment.  (Ronald's
21006         christmas present)
21007         * ext/cairo/gsttextoverlay.h:
21008
21009 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21010
21011         * ext/ogg/gstogg.c:
21012         * ext/ogg/gstogmparse.c:
21013           fix ogm[audio/video]parse plugin registration
21014           (riff won't load if bytestream is already loaded)
21015
21016 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21017
21018         * gst/audioconvert/gstchannelmix.c:
21019           fix for GLIB < 2.4
21020
21021 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21022
21023         * Makefile.am:
21024         * configure.ac:
21025           disable docs again until it actually passes make distcheck.
21026
21027 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21028
21029         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
21030         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
21031         (plugin_init):
21032           Add 3GP (variables name Q3GP because they can't start with a
21033           number). Add samr audio fourcc (used in .3gp files), decoder
21034           is work in progress. Also do a GST_WARNING instead of ERROR
21035           in case of unknown nodes, to decrease output.
21036
21037 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21038
21039         * Makefile.am:
21040           really fix dist
21041
21042 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21043
21044         * configure.ac:
21045         * ext/speex/gstspeexdec.h:
21046         * ext/speex/gstspeexenc.h:
21047           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
21048           Fix detection code in configure.ac
21049
21050 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21051
21052         * gst/matroska/matroska-demux.c:
21053         (gst_matroska_demux_parse_blockgroup):
21054           Save position, so that queries give proper return values. Don't
21055           know how this could ever have worked before...
21056
21057 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21058
21059         * configure.ac:
21060           Put additional LAME check inside the conditional.  Fixes #152339
21061
21062 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21065         (gst_avi_demux_stream_scan):
21066           Add some more debug. Fix logic error when setting movi offset
21067           while reading index.
21068
21069 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21070
21071         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21072         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
21073         (gst_avi_demux_process_next_entry):
21074           Add some debugging. Better detection of broken indexes and the
21075           accompanying index recovery. No infinite loops on state changes
21076           when we're still in our loopfunction.
21077
21078 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21079
21080         * configure.ac:
21081           Fix up.
21082
21083 2004-12-22  Archana Shah  <archana.shah@wipro.com>
21084
21085         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21086
21087         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
21088           Normalizing the value before setting
21089         (gst_sunaudiomixer_get_volume):
21090           Normalizing the value after getting. Fixes bug# 161980
21091
21092 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21093
21094         * Makefile.am: Make sure docs gets disted
21095         * docs/Makefile.am: Make sure all needed files get disted
21096         * gst-plugins.spec.in: latest updates
21097
21098 2004-12-22  Wim Taymans  <wim@fluendo.com>
21099
21100         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21101         Revert patch 1.38 as clock distribution over schedulers does
21102         not work correcly in the core yet.
21103
21104 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21105
21106         * sys/oss/README: remove this file, which predates my birth
21107           (and which content is by far outdated)
21108
21109 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
21110
21111         * Makefile.am:
21112         * configure.ac:
21113         * docs/Makefile.am:
21114         * docs/libs/Makefile.am:
21115         * docs/libs/gst-plugins-libs-docs.sgml:
21116         * docs/libs/gst-plugins-libs-sections.txt:
21117         * docs/libs/tmpl/gstgconf.sgml:
21118         * docs/upload.mak:
21119         * docs/version.entities.in:
21120           Added boilerplate gtk-doc files for plugin-libs documentation.
21121
21122 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21123
21124         * gst/auparse/gstauparse.c: fix int and float audio caps
21125
21126 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21127
21128         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21129         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21130           g_assert() can be a macro, don't use #ifdef inside it.
21131
21132 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
21133
21134         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21135
21136         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21137         (gst_videorate_init), (gst_videorate_chain),
21138         (gst_videorate_change_state):
21139           Event handling (fixes #159986).
21140
21141 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21142
21143         * gst-libs/gst/riff/riff-media.c:
21144         (gst_riff_create_video_caps_with_data):
21145           Add BLZ0 (Blizzard's version of DivX) fourcc.
21146
21147 2004-12-18  David Schleef  <ds@schleef.org>
21148
21149         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
21150         portability fix.
21151
21152 2004-12-18  David Schleef  <ds@schleef.org>
21153
21154         * gst/tta/ttadec.h: Disable some header code that isn't used
21155         and clearly isn't portable.
21156
21157 2004-12-18  David Schleef  <ds@schleef.org>
21158
21159         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
21160         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21161         (avcodec_get_pix_fmt), (avpicture_layout),
21162         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
21163         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
21164         Fix code to not use GCC extensions (and c99 extensions that
21165         Forte does not like.)
21166
21167 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21168
21169         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21170
21171         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21172         (gst_deinterlace_chain):
21173           Rowstride fixes. Fixes #161039.
21174         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
21175         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
21176         (gst_video_crop_getcaps), (gst_video_crop_link),
21177         (gst_video_crop_i420), (gst_video_crop_chain),
21178         (gst_video_crop_change_state):
21179           Rework of negotiation. Actually works now. Fixes #158650.
21180
21181 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21182
21183         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
21184           That was very stupid.
21185
21186 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21187
21188         * gst/matroska/matroska-demux.c:
21189         (gst_matroska_demux_parse_blockgroup):
21190           Fix possible crasher.
21191
21192 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21193
21194         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
21195         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
21196           Lace sizes can be zero.
21197
21198 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21199
21200         * ext/musepack/gstmusepackdec.cpp:
21201           Fetch error return values. Fixes #161624.
21202         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21203           Really EOS.
21204
21205 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21206
21207         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
21208           Work for truncated (unfinished download etc.) files. Fixes #160514.
21209
21210 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21211
21212         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21213           Fix for integer overflow. Makes #156001 not crash. Probably masks
21214           the real bug.
21215
21216 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21217
21218         * gst/ac3parse/gstac3parse.c: (plugin_init):
21219           Parsers never have ranks. Fixes #159651.
21220
21221 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21222
21223         * gst/playback/gstdecodebin.c: (compare_ranks):
21224           make sure the facotries are ordered the same every time even if they
21225           have the same rank by using the name
21226         * gst/playback/gstdecodebin.c: (find_compatibles):
21227           make sure we don't add factories to the list twice
21228
21229 2004-12-16  David Schleef  <ds@schleef.org>
21230
21231         * configure.ac: look for musepack headers as musepack/*.h
21232         (fixes #159847)
21233         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
21234         * ext/musepack/gstmusepackreader.h: same
21235
21236 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21237
21238         * gst-libs/gst/riff/riff-read.c:
21239         (gst_riff_read_strf_auds_with_data):
21240           Read extradata correctly (fixes #155879).
21241
21242 2004-12-16  David Schleef  <ds@schleef.org>
21243
21244         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
21245         audio.  does _not_ attempt or allow conversion unless channels
21246         is 1 or 2.
21247
21248 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21249
21250         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
21251
21252 2004-12-16  David Schleef  <ds@schleef.org>
21253
21254         * gst/audioscale/gstaudioscale.c: the resample library only
21255         handles 1 or 2 channels.  Change caps to compensate.
21256
21257 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21258
21259         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21260         (gst_matroska_demux_audio_caps):
21261           Some MPEG-AAC hacks, because else it doesn't work...
21262
21263 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21264
21265         * gst-libs/gst/riff/riff-media.c:
21266         (gst_riff_create_video_caps_with_data),
21267         (gst_riff_create_video_template_caps):
21268           Add h264.
21269
21270 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21271
21272         * gst-libs/gst/audio/Makefile.am:
21273           Try to fix buildbot.
21274
21275 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21276
21277         * gst/tcp/gstmultifdsink.c:
21278           Clean up and uniformize debugging.
21279
21280 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21281
21282         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21283
21284         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21285         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21286         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21287         (gst_mpeg_demux_change_state):
21288           Reset on ready. Fixes 160276.
21289
21290 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21291
21292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21293
21294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21295         (gst_ffmpegcsp_pad_link):
21296           Fix memleak (#154815).
21297
21298 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21299
21300         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21301
21302         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21303         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21304         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21305         * ext/musicbrainz/gsttrm.h:
21306           Add support for using a proxy server when getting a trm id from
21307           the MusicBrainz database (#149613).
21308
21309 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21310
21311         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21312
21313         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21314         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21315           Fix memleaks (#157233).
21316
21317 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21318
21319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21320
21321         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21322         * gst-libs/gst/resample/resample.h:
21323         * gst/audioscale/gstaudioscale.c:
21324           Fix memleak (#159215).
21325
21326 2004-12-16  Toni Willberg  <toniw@iki.fi>
21327
21328         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21329
21330         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21331         * sys/oss/oss_probe.c: (main):
21332           Check for mono/stereo support (similar to samplerate probing),
21333           fixes #159433. Also add missing copyright header to oss_probe.c.
21334
21335 2004-12-15  David Schleef  <ds@schleef.org>
21336
21337         * configure.ac: add audioresample and cairo plugins.  Remove
21338         HAVE_MMX stuff, because it's not used.
21339         * ext/Makefile.am: same
21340         * ext/audioresample/Makefile.am: You are not ready for an
21341         audio resampling element based on audioresample.
21342         * ext/audioresample/gstaudioresample.c:
21343         * ext/audioresample/gstaudioresample.h:
21344         * ext/cairo/Makefile.am: You are not ready for overlay elements
21345         based on cairo.  Don't look too closely, these elements kinda
21346         suck right now.
21347         * ext/cairo/gstcairo.c: new
21348         * ext/cairo/gsttextoverlay.c: new
21349         * ext/cairo/gsttextoverlay.h: new
21350         * ext/cairo/gsttimeoverlay.c: new
21351         * ext/cairo/gsttimeoverlay.h: new
21352         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21353         problem with compilers that don't support variadic macros.
21354
21355 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21356
21357         Reviewed by:  David Schleef  <ds@schleef.org>
21358
21359         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21360         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21361         bit.  Also ran indent-gst.
21362         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21363         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21364         (gst_sunaudiosrc_setparams):
21365
21366 2004-12-14  David Schleef  <ds@schleef.org>
21367
21368         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21369         output rate to 16000.  Should fix #160235.
21370
21371 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21372
21373         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21374         Add typefinding for mpeg2 pes streams
21375
21376 2004-12-13  David Schleef  <ds@schleef.org>
21377
21378         * configure.ac:  Applied patch from bug #143659, making default
21379         sources and sinks OS-dependent (for Solaris), and added code
21380         for OS/X.
21381         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21382
21383 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21384
21385         * gst-libs/gst/riff/riff-media.c:
21386           forgot to add h2.64 to avidemux template caps
21387
21388 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21389
21390         * gst/wavenc/riff.h:
21391         * gst-libs/gst/riff/riff-media.c:
21392         * gst-libs/gst/riff/riff-ids.h:
21393         * gst/avi/gstavimux.c
21394         add 4CC code for VideoSoft h264 in AVI (VSSH)
21395           fixes bug #160655
21396         remove s323 from riff, it's quicktime specific :(
21397
21398 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21399
21400         * gst/asfdemux/README
21401         * gst/wavenc/riff.h
21402         * gst-libs/gst/riff/riff-ids.h
21403         * gst-libs/gst/riff/riff-media.c
21404         * gst/qtdemux/qtdemux.c:
21405           add new 4CC codes for h263 related codecs
21406           fixes partially bug #155163
21407
21408 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21409
21410         * configure.ac: Update polyaudio requirement to 0.7
21411         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21412
21413 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21414
21415         * gst/interleave/deinterleave.c:
21416         fix my name's spelling! :)
21417
21418 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21419
21420         * AUTHORS ChangeLog
21421         * gst/auparse/gstauparse.c
21422         * gst/interleave/deinterleave.c
21423         * gst/law/:
21424                 alaw-decode.c alaw-encode.c
21425                 mulaw-decode.c mulaw-encode.c
21426         * gst/oneton/gstoneton.c
21427         * sys/osxaudio/:
21428                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21429         * sys/osxvideo/:
21430                 cocoawindow.h cocoawindow.m
21431                 osxvideosink.h osxvideosink.m
21432
21433         put the same mail address for Zaheer Abbas Merali everywhere
21434
21435 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21436
21437         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21438           Align by packetsize, and assert that we a packet available before
21439           playing. The first makes webstreams work (they often include
21440           trailing padding data in a packet), the second allows pausing a
21441           ASF stream in totem without getting demux errors afterwards.
21442
21443 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21444
21445         * ext/ogg/gstoggdemux.c: (get_relative):
21446           Check for non-NULL before accessing member (end-of-chain).
21447
21448 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21449
21450         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21451         (cdparanoia_set_property), (cdparanoia_get_property):
21452         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21453         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21454         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21455         (dvdreadsrc_init), (dvdreadsrc_set_property),
21456         (dvdreadsrc_get_property):
21457         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21458         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21459           Synchronize property names where not yet the case. Devices are
21460           now device=X, other versions are deprecated (but still exist).
21461           Also use g_free() unconditionally.
21462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21463         (setup_source), (gst_play_base_bin_get_property):
21464           Expose source.
21465
21466 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21467
21468         * configure.ac: move GCONF macro outside conditional for the am
21469           conditional. Fixes #160439
21470
21471 2004-12-08  David Schleef  <ds@schleef.org>
21472
21473         * tools/gst-visualise-m.m: Switch to elements that currently
21474         exist.
21475
21476 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21477
21478         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21479           We love wrong commas.
21480
21481 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21482
21483         * gst/matroska/matroska-demux.c:
21484         (gst_matroska_demux_handle_src_query):
21485           Don't set DEFAULT, unsupported - makes length display incorrectly
21486           in some cases.
21487
21488 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21489
21490         * gst/monoscope/README: remove blurb about files being GPL
21491         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21492         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21493           monoscope is now effectively LGPL licensed
21494
21495 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21496
21497         * gst/monoscope/README: Update information to be more correct
21498         * gst/monoscope/convolve.c: Relicense to LGPL
21499         * gst/monoscope/convolve.h: Relicense to LGPL
21500
21501 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21502
21503         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21504           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21505         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21506           set default_duration for mpeg1 audio
21507
21508 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21509
21510         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21511         * ext/alsa/gstalsa.h:
21512           refactor big chunks of the core caps negotiation code to make it
21513           a lot faster, because people claim it's really slow
21514           (actually, just cache the getcaps when the device is opened)
21515
21516 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21517
21518         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21519         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21520         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21521         (gst_a52dec_change_state), (plugin_init):
21522         * ext/a52dec/gsta52dec.h:
21523           Do something useful with timestamps. Make chain-based (since
21524           there's really no reason to be loopbased).
21525         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21526           Update current_byte/frame correctly.
21527
21528 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21529
21530         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21531         (gst_ape_demux_stream_init):
21532           Forward tags, too.
21533
21534 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21535
21536         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21537           Let's make sure we're done typefinding when detecting tags.
21538
21539 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21540
21541         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21542         (gst_ebml_read_init), (gst_ebml_read_use_event),
21543         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21544         (gst_ebml_read_seek), (gst_ebml_read_skip),
21545         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21546         (gst_ebml_read_master):
21547         * gst/matroska/ebml-read.h:
21548         * gst/matroska/matroska-demux.c:
21549         (gst_matroska_demux_parse_contents),
21550         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21551           Disgustingly evil hack for working around INTERRUPT events and
21552           their extremely annoying habit of being a pain in the ass. We
21553           simply peek a cluster before reading any of it.
21554
21555 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21556
21557         * ext/musepack/gstmusepackdec.cpp:
21558           There's also floating point libmusepacks.
21559
21560 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21561
21562         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21563         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21564           Set DURATION even if source buffer didn't. Also use increasing
21565           timestamps.
21566         * gst-libs/gst/riff/riff-media.c:
21567         (gst_riff_create_audio_caps_with_data):
21568           Block_align can have larger values than 8192.
21569
21570 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21571
21572         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21573         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21574         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21575         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21576           Fix caps.
21577
21578 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21579
21580         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21581           Fix logic bug.
21582
21583 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21584
21585         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21586           Yay, another one.
21587
21588 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21589
21590         * ext/esd/esdsink.c: (gst_esdsink_chain):
21591           Make error actually say something useful (fixes #156798).
21592         * gst-libs/gst/riff/riff-media.c:
21593         (gst_riff_create_video_caps_with_data),
21594         (gst_riff_create_video_template_caps):
21595           Add Intel Video 5.0 fourcc (IV50).
21596
21597 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21598
21599         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21600         detection on mono and stereo mp3 files.
21601
21602 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21603
21604         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21605           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21606           the contained stream).
21607
21608 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21609
21610         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21611           Oops, remove debug.
21612
21613 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21614
21615         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21616
21617         * gst/law/alaw-decode.c: (alawdec_getcaps):
21618         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21619           Prevent warnings when negotiating caps (fixes #159338).
21620
21621 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21622
21623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21624         (gst_ffmpegcsp_chain):
21625           Remove old leftover that shouldn't be there...
21626
21627 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21628
21629         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21630
21631         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21632           Don't forward DISCONT events (fixes #159684).
21633
21634 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21635
21636         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21637           Unlink manually since sometimes bin disposal (and therefore
21638           pad unlinking) is delayed, which will cause a new media file
21639           to not be able to start playing instantly.
21640
21641 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21642
21643         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21644           On mute of an unlinked stream, check for pad availability so
21645           we don't crash on unlinked pad.
21646
21647 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21648
21649         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21650         (gst_avi_demux_massage_index):
21651           Fix quite humiliating bug in omitting 0-sized index chunks but
21652           forgetting to count them for timestamps.
21653
21654 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21655
21656         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21657           Actually leave the loop if we failed to sync. Don't crash.
21658
21659 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21660
21661         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21662         (gst_dvd_demux_process_private):
21663         * gst/mpegstream/gstdvddemux.h:
21664           Fix crash (#159759). Doesn't work, though. :-(.
21665
21666 2004-11-28  Benjamin Otte  <otte@gnome.org>
21667
21668         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21669           more overwriting protection due to modifying channels one by one
21670           instead of all at once
21671
21672 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21673
21674         * gst/audioconvert/gstchannelmix.c:
21675         (gst_audio_convert_fill_normalize):
21676           Normalize using absolute values.
21677
21678 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21679
21680         * configure.ac:
21681         * ext/Makefile.am:
21682         * ext/directfb/Makefile.am:
21683         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21684         (gst_directfbvideosink_get_pixel_format),
21685         (gst_directfbvideosink_get_format_from_fourcc),
21686         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21687         (gst_directfbvideosink_sink_link),
21688         (gst_directfbvideosink_change_state),
21689         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21690         (gst_directfbvideosink_buffer_alloc),
21691         (gst_directfbvideosink_interface_supported),
21692         (gst_directfbvideosink_interface_init),
21693         (gst_directfbvideosink_navigation_send_event),
21694         (gst_directfbvideosink_navigation_init),
21695         (gst_directfbvideosink_set_property),
21696         (gst_directfbvideosink_get_property),
21697         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21698         (gst_directfbvideosink_base_init),
21699         (gst_directfbvideosink_class_init),
21700         (gst_directfbvideosink_get_type), (plugin_init):
21701         * ext/directfb/directfbvideosink.h: Adding a first version of
21702         directfbvideosink.
21703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21704         more.
21705
21706 2004-11-28  Benjamin Otte  <otte@gnome.org>
21707
21708         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21709           walk the samples backwards if out_channels > in_channels so we don't
21710           overwrite data
21711
21712 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21713
21714         * gst/audioconvert/Makefile.am:
21715         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21716         (gst_audio_convert_link), (gst_audio_convert_change_state),
21717         (gst_audio_convert_channels):
21718         * gst/audioconvert/gstchannelmix.c:
21719         (gst_audio_convert_unset_matrix),
21720         (gst_audio_convert_fill_identical),
21721         (gst_audio_convert_fill_compatible),
21722         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21723         (gst_audio_convert_fill_others),
21724         (gst_audio_convert_fill_normalize),
21725         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21726         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21727         * gst/audioconvert/gstchannelmix.h:
21728           Implement a channel mixer.
21729
21730 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21731
21732         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21733         * ext/alsa/gstalsa.h:
21734         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21735         Make alsasink actually honor gst_element_set_clock and use that
21736         clock instead of its internal one.
21737
21738 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21739
21740         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21741         (gst_play_base_bin_change_state): nullify source and decoder when
21742         going from READY to NULL so that we don't try to do weird stuff with
21743         them when going from NULL to READY
21744         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21745         instead of g_object_unref
21746         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21747         it should be correct
21748         (gst_play_bin_change_state): don't call remove_sinks if we are
21749         currently disposing the object
21750
21751 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21752
21753         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21754           Don't forget bass if it's there. Else left channel is silent...
21755
21756 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21757
21758         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21759         (gst_a52dec_change_state):
21760           Don't do sample adjusting anymore, we use float audio now.
21761         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21762           Don't fixate to non-existing properties.
21763
21764 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21765
21766         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21767         (gst_a52dec_change_state):
21768           Advertise that we can do surround sound.
21769
21770 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21771
21772         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21773           Add buffer-frames=0.
21774         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21775         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21776         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21777         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21778         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21779         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21780         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21781         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21782         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21783         * ext/dvdread/dvdreadsrc.h:
21784           Add seeking, querying for bytes, sectors, title, angle and
21785           chapter. Handle multiple chapters. Relicense to LGPL because
21786           Billy agreed on that (thanks Billy!).
21787
21788 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21789
21790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21791         call parent dispose method
21792
21793 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21794
21795         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21796         (gst_audio_clock_get_internal_time):
21797         Fix active <-> inactive transitions: ensure time value always
21798         grows and avoid abrupt value changes.
21799
21800 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21801
21802         * configure.ac:
21803         * gst/tta/Makefile.am:
21804         * gst/tta/crc32.h:
21805         * gst/tta/filters.h:
21806         * gst/tta/gsttta.c:
21807         * gst/tta/gstttadec.c:
21808         * gst/tta/gstttadec.h:
21809         * gst/tta/gstttaparse.c:
21810         * gst/tta/gstttaparse.h:
21811         * gst/tta/ttadec.h:
21812           added TTA parser and decoder
21813
21814 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21815
21816         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21817         (probe_triggered), (check_queue), (buffer_underrun),
21818         (buffer_running), (buffer_overrun), (gen_source_element),
21819         (setup_source):
21820         * gst/playback/gstplaybasebin.h:
21821           Implement buffering. Needs some more work.
21822
21823 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21824
21825         * ext/theora/theoradec.c: (theora_dec_chain):
21826           Fix ilog mask range overflow.
21827
21828 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21829
21830         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21831           Don't omit the last (which in case of dmix is the only :) )
21832           channel count. Don't set channels if <= 2.
21833
21834 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21835
21836         * gst/playback/gstplaybin.c: (gen_video_element),
21837         (gen_audio_element): Removed 2 obsolete comments
21838
21839 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21840
21841         * ext/vorbis/oggvorbisenc.c
21842         * ext/vorbis/vorbisenc.c :
21843           change description fields of those plugins to differentiate them
21844           (pitivi show Encoders by description, they had the same one)
21845
21846 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21847
21848         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21849
21850         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21851         (gst_play_bin_set_property), (gen_video_element),
21852         (gen_audio_element):
21853           Refcounting fixes for provided audio-/videosinks.
21854
21855 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21856
21857         * gst/playback/gstplaybin.c: (gen_video_element),
21858         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21859           Don't reference all sinks, but only the video- and audiosinks.
21860           The vis. element should be disposed when we're done with it.
21861           We don't have any reason to keep it around. This fixes warnings
21862           when reusing playbin for playing multiple audio files with
21863           vis. enabled. Also release audio device on pause - idea stolen
21864           from Rhythmbox.
21865
21866 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21867
21868         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21869         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21870         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21871         * ext/alsa/gstalsaplugin.c: (plugin_init):
21872         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21873         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21874         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21875         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21876         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21877         (gst_faad_change_state), (plugin_init):
21878         * ext/faad/gstfaad.h:
21879         * ext/vorbis/vorbis.c: (plugin_init):
21880         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21881         * gst-libs/gst/audio/Makefile.am:
21882         * gst-libs/gst/audio/audio.c: (plugin_init):
21883         * gst-libs/gst/audio/multichannel.c:
21884         (gst_audio_check_channel_positions),
21885         (gst_audio_get_channel_positions),
21886         (gst_audio_set_channel_positions),
21887         (gst_audio_set_structure_channel_positions_list),
21888         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21889         (gst_audio_fixate_channel_positions):
21890         * gst-libs/gst/audio/multichannel.h:
21891         * gst-libs/gst/audio/testchannels.c: (main):
21892         * gst/audioconvert/gstaudioconvert.c:
21893         (gst_audio_convert_class_init), (gst_audio_convert_init),
21894         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21895         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21896         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21897         * gst/audioconvert/plugin.c: (plugin_init):
21898           Surround sound support.
21899
21900 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21901
21902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21903           Fix position for discont if we're close as well. Nitpicking, but
21904           saves a few milliseconds of extra waiting or skipping.
21905
21906 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21907
21908         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21909           We sometimes need parsers for playback, so add those too.
21910
21911 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21912
21913         * configure.ac:
21914         * gst/apetag/Makefile.am:
21915         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21916         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21917         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21918         (gst_ape_demux_get_src_query_types),
21919         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21920         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21921         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21922         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21923         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21924         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21925         (gst_ape_demux_change_state):
21926         * gst/apetag/apedemux.h:
21927         * gst/apetag/apetag.c: (plugin_init):
21928         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21929         (plugin_init):
21930           APE v1/2 tag reader plus typefind function.
21931
21932 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21933
21934         * configure.ac:
21935         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21936         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21937           Remove hacks for older core. Require newer core version
21938           accordingly.
21939
21940 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21941
21942         * gst/cdxaparse/Makefile.am:
21943         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21944         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21945         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21946         * gst/cdxaparse/gstcdxaparse.h:
21947         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21948         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21949         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21950         (gst_cdxastrip_get_src_query_types),
21951         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21952         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21953         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21954         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21955         * gst/cdxaparse/gstcdxastrip.h:
21956           SVCD/VCD header stripping separated from CDXA image parsing.
21957         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21958         (plugin_init):
21959           Add VCD/SVCD header typefinding for VCD/SVCD.
21960         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21961         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21962         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21963         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21964         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21965         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21966         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21967         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21968         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21969         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21970         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21971         * sys/vcd/vcdsrc.h:
21972           Fix up, add seeking, querying, URI interface. Works in totem now.
21973
21974 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21975
21976         * configure.ac:
21977           back to CVS
21978
21979 === release 0.8.6 ===
21980
21981 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21982
21983         * NEWS:
21984         * RELEASE:
21985         * configure.ac:
21986         * po/af.po:
21987         * po/az.po:
21988         * po/cs.po:
21989         * po/en_GB.po:
21990         * po/hu.po:
21991         * po/it.po:
21992         * po/nb.po:
21993         * po/nl.po:
21994         * po/or.po:
21995         * po/sq.po:
21996         * po/sr.po:
21997         * po/sv.po:
21998         * po/uk.po:
21999           releasing 0.8.6, "IOU Love"
22000
22001 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22002
22003         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22004
22005         * gst/playback/gstplaybasebin.c:
22006           Fix unplayable files error handling.  Fixes #158365
22007
22008 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22009
22010         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22011
22012         * gst/typefind/gsttypefindfunctions.c:
22013           Fix broken mp3 typefinding.  Fixes #158375
22014
22015 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22016
22017         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22018
22019         * ext/ogg/gstoggdemux.c:
22020           Fix sync on broken files.  Fixes #158976
22021
22022 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22023
22024         patch by: Edward Hervey <bilboed@bilboed.com>
22025
22026         * ext/libpng/gstpngenc.c:
22027           Copy over buffer properties.  Fixes #158832
22028
22029 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22030
22031         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
22032
22033         * ext/dvdread/dvdreadsrc.c:
22034           Fixes invalid reads (#158462)
22035
22036 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22037
22038         * sys/v4l/gstv4lsrc.c:
22039         * sys/v4l/gstv4lsrc.h:
22040         * sys/v4l/v4lsrc_calls.c:
22041           Probe less and cache it.  Fixes #159187.
22042
22043 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22044
22045         * gst/videorate/gstvideorate.c:
22046           Handle all video formats. Fixes #159186.
22047
22048 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
22049         * gst/synaesthesia/gstsynaesthesia.c:
22050         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
22051         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
22052         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
22053         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
22054         (gst_synaesthesia_change_state), (plugin_init):
22055         Fix up synaesthesia to work under different samplerates/ buffer sizes.
22056         Force 320x200 output, as that's the only thing the underlying
22057         synaesthesia implementation supports. Still needs to be made
22058         re-entrant.
22059
22060 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22061
22062         * configure.ac:
22063           Fix mpeg2enc configure check (similar to mplex check below).
22064
22065 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
22066
22067         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22068
22069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22070           Fix for gcc-2.95 (fixes #158221).
22071
22072 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22073
22074         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22075           Re-add clock distribution hack (until new core is released).
22076           Fixes #158125.
22077
22078 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
22079         * configure.ac:
22080           fix mplex configure check segfaulting on some systems (bug #140994)
22081
22082 2004-11-13  Benjamin Otte  <otte@gnome.org>
22083
22084         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
22085           add debugging
22086         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22087           do a wait when we enter the loop func with no data available to
22088           write instead of getting into an 100% CPU loop by just returning and
22089           being called again by the scheduler
22090
22091 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
22092
22093         * configure.ac:
22094         * ext/libvisual/visual.c: (gst_visual_get_type),
22095         (libvisual_log_handler), (gst_visual_getcaps),
22096         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
22097         (plugin_init):
22098           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
22099         * ext/smoothwave/Makefile.am:
22100         * ext/smoothwave/demo-osssrc.c: (main):
22101         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
22102         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
22103         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
22104         (plugin_init):
22105         * ext/smoothwave/gstsmoothwave.h:
22106           Make gstsmoothwave a working element in the 20th century.
22107
22108         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
22109           Fix incorrect link function
22110
22111 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22112
22113         * gst/volume/gstvolume.c:
22114           Allow buffer-frames=0.
22115
22116 2004-11-12 Iain <iaingnome@gmail.com>
22117
22118         * configure.ac: Check for polypaudio
22119
22120         * ext/Makefile.am: Build the polyp dir
22121
22122         * ext/polyp: The polypsink sources.
22123
22124 2004-10-30 Iain <iaingnome@gmail.com>
22125
22126         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
22127         caps to reflect the new number of channels.
22128
22129 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22130
22131         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22132           Fix for negotiation order problem. This would show when the
22133           ALSA loopfuction was called before any other function. ALSA
22134           wouldn't do anything because we're not negotiated yet, leading
22135           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
22136
22137 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22138
22139         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22140
22141         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22142           No warnings (#157986).
22143
22144 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22145
22146         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22147           Prefer apev1/2 and id3v1 (at end of file) over musepack.
22148
22149 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22150
22151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
22152           Signal no-more-pads (so it works in playbin).
22153
22154 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22155
22156         * ext/musepack/gstmusepackreader.cpp:
22157           Workaround for older core.
22158
22159 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22160
22161         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
22162           Actually test for odd width/height rather than testing whether
22163           a temporary variable that was 0 before we subtracted 1 is now
22164           not equal to zero (which it always is).
22165
22166 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22167
22168         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22169         Fix compilation if HAVE_XVIDEO is not defined
22170
22171 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22172
22173         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22174         Fix compilation if HAVE_XVIDEO is not defined
22175
22176 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
22177
22178         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
22179         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
22180         (gst_goom_change_state), (plugin_init):
22181         Use the bytestream adapter so goom doesn't depend on the input
22182         buffer size.
22183         Add a debug category
22184
22185 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22186
22187         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22188           Only set hardware parameters *after* negotiation. Before
22189           negotiation, it will set ANY and that seems to cause crashes
22190           (see e.g. #151288, #153227).
22191
22192 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22193
22194         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22195           This seems to be antique leftover. It needs to pass error
22196           checking.
22197         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22198         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
22199         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
22200         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
22201           Fix GstXOverlay implementation (#151059).
22202
22203 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22204
22205         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22206           Don't assert (#157853).
22207
22208 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22209
22210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22211           Fix bytes/samples confustion.
22212         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
22213           Fix for underrun (#144389).
22214
22215 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22216
22217         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22218           Disable halfway-seek for pending release (since it needs a new
22219           core release).
22220
22221 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22222
22223         * sys/v4l/gstv4lsrc.c:
22224         * sys/v4l/gstv4lsrc.h:
22225         * sys/v4l/v4lsrc_calls.c:
22226           add autoprobe-fps property so we can separate autoprobing parts
22227
22228 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22229
22230         * sys/v4l/gstv4lsrc.c:
22231         * sys/v4l/v4lsrc_calls.c:
22232         initialise fourcc to catch unset fourcc's, and debug
22233
22234 2004-11-09  Wim Taymans  <wim@fluendo.com>
22235
22236         * gst/playback/README:
22237         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22238         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22239         (gst_play_bin_dispose), (gst_play_bin_set_property),
22240         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
22241         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22242         (gst_play_bin_get_formats), (gst_play_bin_convert),
22243         (gst_play_bin_get_query_types), (gst_play_bin_query):
22244         Cleanups and some more documentation.
22245
22246 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
22247
22248         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
22249         (gst_cacasink_init), (gst_cacasink_chain):
22250         * ext/libcaca/gstcacasink.h:
22251         Cacasink inherits from VideoSink, so let that store the clock.
22252
22253 2004-11-09  Wim Taymans  <wim@fluendo.com>
22254
22255         * gst/playback/README:
22256         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
22257         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
22258         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22259         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22260         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22261         (setup_sinks):
22262         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22263         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22264         * gst/playback/gststreaminfo.h:
22265         Updated README.
22266         Only switch groups if all streams have muted (EOSed).
22267         Send Tags in sync with the stream playback instead of in
22268         the playback/preroll phase.
22269         Some cleanups, free the fakesrc elements.
22270
22271 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22272
22273         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22274           buffer-frames property was missing
22275         * ext/arts/gst_arts.c:
22276           rate missing from sinkcaps
22277         * ext/audiofile/gstafparse.c:
22278         * ext/audiofile/gstafsink.c:
22279         * ext/audiofile/gstafsrc.c:
22280         * ext/swfdec/gstswfdec.c:
22281           int audio doesn't know buffer-frames
22282         * ext/cdparanoia/gstcdparanoia.c:
22283           int audio doesn't know chunksize either
22284         * ext/nas/nassink.c:
22285           it's endianness, not endianess
22286         * gst-libs/gst/audio/audio.h:
22287           make float standard pad template caps really describe float
22288         * gst/law/mulaw.c: (linear_factory):
22289           signed only, please
22290         * gst/mpegstream/gstdvddemux.c:
22291           widths of 20 are not valid
22292
22293 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22294
22295         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22296
22297         * po/LINGUAS:
22298         * po/it.po:
22299           Add Italian
22300
22301 2004-11-08  Wim Taymans  <wim@fluendo.com>
22302
22303         * gst/playback/README:
22304         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22305         * gst/playback/gstplaybasebin.c: (probe_triggered),
22306         (gst_play_base_bin_change_state):
22307         Updated README, added more comments for fixmes etc..
22308
22309 2004-11-08  Wim Taymans  <wim@fluendo.com>
22310
22311         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22312         We can remove this hack now.
22313
22314 2004-11-08  Wim Taymans  <wim@fluendo.com>
22315
22316         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22317         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22318         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22319         Only mix AYUV for maximum quality.
22320
22321 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22322
22323         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22324         (gst_ogg_demux_push), (gst_ogg_pad_push):
22325           Let's act as if we're synchronized now! :).
22326         * ext/theora/theoradec.c: (theora_dec_chain):
22327           Add some debug.
22328
22329 2004-11-08  Wim Taymans  <wim@fluendo.com>
22330
22331         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22332         (gst_alpha_set_property), (gst_alpha_sink_link),
22333         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22334         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22335         (gst_alpha_init_params), (gst_alpha_chain):
22336         Implement alpha functions for AYUV too, this increases
22337         accuracy quite a bit.
22338
22339 2004-11-08  Wim Taymans  <wim@fluendo.com>
22340
22341         * gst/ffmpegcolorspace/avcodec.h:
22342         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22343         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22344         (gst_ffmpegcsp_avpicture_fill):
22345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22346         (gst_ffmpegcsp_caps_remove_format_info):
22347         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22348         (shrink12), (img_get_alpha_info), (deinterlace_line),
22349         (deinterlace_line_inplace):
22350         * gst/ffmpegcolorspace/imgconvert_template.h:
22351         Added AYUV colorspace and handle RGBA a bit more respectful.
22352
22353 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22354
22355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22356           Actually always send a discont (cornercase when resending the
22357           same serial-tagged chain twice).
22358
22359 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22360
22361         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22362         (gst_ximagesink_finalize):
22363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22364         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22365
22366 2004-11-08  Wim Taymans  <wim@fluendo.com>
22367
22368         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22369         Don't segfault on NULL data.
22370
22371 2004-11-08  Wim Taymans  <wim@fluendo.com>
22372
22373         * gst/playback/gstdecodebin.c: (unlinked):
22374         * gst/playback/gstplay-marshal.list:
22375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22376         (gst_play_base_bin_init), (group_create), (get_active_group),
22377         (get_building_group), (group_destroy), (group_commit),
22378         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22379         (add_element_stream), (no_more_pads), (probe_triggered),
22380         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22381         (state_change), (setup_source), (gst_play_base_bin_get_property),
22382         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22383         (gst_play_base_bin_link_stream),
22384         (gst_play_base_bin_get_streaminfo):
22385         * gst/playback/gstplaybasebin.h:
22386         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22387         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22388         Add support for chained ogg files. Prepare for playlist
22389         support. This patch introduces the concept of pad groups, which
22390         together compose one playable media file.
22391
22392 2004-11-07  David Schleef  <ds@schleef.org>
22393
22394         * testsuite/gst-lint: Check for pad templates that aren't statically
22395         scoped.
22396
22397 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22398
22399         * configure.ac:
22400         * ext/Makefile.am:
22401         * ext/musepack/Makefile.am:
22402         * ext/musepack/gstmusepackdec.cpp:
22403         * ext/musepack/gstmusepackdec.h:
22404         * ext/musepack/gstmusepackreader.cpp:
22405         * ext/musepack/gstmusepackreader.h:
22406           Add musepack decoder.
22407         * ext/faad/gstfaad.c: (gst_faad_base_init):
22408           Make pad templates static.
22409         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22410         (plugin_init):
22411           Add musepack typefinder, make mp3 typefinding work halfway stream,
22412           which doesn't actually work yet because id3demux doesn't implement
22413           _get_length().
22414
22415 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22416
22417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22418         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22419           Fix interrupt event handling (#144436).
22420
22421 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22422
22423         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22424           Hide unused glory.
22425
22426 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22427
22428         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22429
22430         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22431           Fix weird caps (#157548).
22432
22433 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22434
22435         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22436
22437         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22438           Add missing NULL terminator (#157543).
22439
22440 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22441
22442         * gst/tcp/gsttcp.h:
22443         * gst/tcp/gsttcpclientsink.c:
22444         * gst/tcp/gsttcpclientsrc.c:
22445         * gst/tcp/gsttcpserversink.c:
22446         * gst/tcp/gsttcpserversrc.c:
22447           ports can go up to 65535.  Move common defines to gsttcp.h
22448
22449 2004-11-05  Wim Taymans  <wim@fluendo.com>
22450
22451         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22452         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22453         Added two more colorspaces.
22454
22455 2004-11-05  Wim Taymans  <wim@fluendo.com>
22456
22457         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22458         (gst_ffmpegcsp_avpicture_fill):
22459         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22460         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22461         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22462         More stride fixes.
22463
22464 2004-11-05  Wim Taymans  <wim@fluendo.com>
22465
22466         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22467         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22468         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22469         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22470         (gst_videomixer_loop):
22471         More stride fixes.
22472
22473 2004-11-05  Benjamin Otte  <otte@gnome.org>
22474
22475         * ext/mad/gstmad.c: (gst_mad_chain):
22476           don't overflow data buffer. Flush not needed sync data when syncing
22477           failed.
22478
22479 2004-11-04  Wim Taymans  <wim@fluendo.com>
22480
22481         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22482         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22483         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22484         (gst_alpha_init_params), (gst_alpha_chain),
22485         (gst_alpha_change_state):
22486         Updated the chroma keying algorithm with something more
22487         sophisticated.
22488
22489 2004-11-03  Wim Taymans  <wim@fluendo.com>
22490
22491         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22492         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22493         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22494         Fix stride issues. Does not completely work for odd
22495         heights.
22496
22497 2004-11-03  Wim Taymans  <wim@fluendo.com>
22498
22499         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22500         (gst_alpha_chroma_key), (gst_alpha_chain):
22501         Fix stride issues. Does not completely work for odd
22502         heights.
22503
22504 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22505
22506         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22507         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22508         leak fixes
22509
22510 2004-11-03  Wim Taymans  <wim@fluendo.com>
22511
22512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22513         (gst_ffmpegcsp_avpicture_fill):
22514         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22515         (avpicture_alloc):
22516         * gst/ffmpegcolorspace/imgconvert_template.h:
22517         Use correct _fill function to get correct strides.
22518
22519 2004-11-02  David Schleef  <ds@schleef.org>
22520
22521         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22522         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22523         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22524         Change all g_print()s to debugging.  Add a bunch of consistency
22525         checks.
22526
22527 2004-11-02  Wim Taymans  <wim@fluendo.com>
22528
22529         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22530         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22531         (unlinked), (no_more_pads), (close_link):
22532         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22533         (unknown_type), (add_element_stream), (new_decoded_pad),
22534         (removed_decoded_pad), (setup_source):
22535         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22536         (gst_stream_info_class_init), (gst_stream_info_init),
22537         (gst_stream_info_new), (gst_stream_info_dispose),
22538         (stream_info_mute_pad), (gst_stream_info_set_property),
22539         (gst_stream_info_get_property):
22540         * gst/playback/gststreaminfo.h:
22541         Fix playback of multiple files.
22542         a slightly different approach to handling dynamic pad removals.
22543         This one only looks at pads that we have linked.
22544
22545 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22546
22547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22548         free" warning from libc.
22549
22550 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22551
22552         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22553         (get_unconnected_element), (remove_starting_from), (pad_removed),
22554         (close_link):
22555           Implement support for dynamic pad changing. We listen to "live"
22556           pad removals (i.e. while playing) and re-setup autoplugging
22557           after that. Playbasebin/playbin need some more work for this
22558           to finally work, but decodebin supports (and replugs) chained
22559           ogg now.
22560
22561 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22562
22563         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22564         (gst_alsa_finalize):
22565         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22566         (gst_cdaudio_finalize):
22567         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22568         (cdparanoia_finalize):
22569         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22570         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22571         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22572         (dvdreadsrc_finalize):
22573         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22574         (gst_flacdec_finalize):
22575         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22576         (gst_flacenc_finalize):
22577         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22578         (gst_gnomevfssink_finalize):
22579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22580         (gst_gnomevfssrc_finalize):
22581         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22582         (gst_fameenc_finalize):
22583         * ext/nas/nassink.c: (gst_nassink_class_init),
22584         (gst_nassink_finalize):
22585         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22586         (gst_sdlvideosink_class_init):
22587         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22588         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22589         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22590         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22591         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22592         (gst_x_window_listener_dispose):
22593         * gst/audioscale/gstaudioscale.c:
22594         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22595         (play_on_demand_finalize):
22596         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22597         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22598         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22599         (cdplayer_finalize):
22600         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22601         (gst_glimagesink_class_init):
22602         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22603         (gst_osselement_finalize):
22604         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22605         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22606         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22607           Fixes a bunch of problems with finalize and dispose functions,
22608           either assumptions that dispose is only called once, or not calling
22609           the parent class dispose/finalize function
22610
22611 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22612
22613         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22614           added two api precondition guards
22615           use g_strdup with getenv to fix crash when using ENVVAR
22616
22617 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22618         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22619         (gst_esdsink_finalize):
22620         Use a finalize function, not dispose, and more importantly,
22621         call the parent class finalize function too
22622
22623 2004-11-01  Johan Dahlin  <johan@gnome.org>
22624
22625         * ext/ogg/gstoggdemux.c:
22626         * gst/tags/gstvorbistag.c:
22627         Plug leaks.
22628
22629 2004-10-31  Benjamin Otte  <otte@gnome.org>
22630
22631         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22632           lotsa memleaks today. But they're all small...
22633
22634 2004-10-31  Benjamin Otte  <otte@gnome.org>
22635
22636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22637           another memleak crushed
22638
22639 2004-10-31  Benjamin Otte  <otte@gnome.org>
22640
22641         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22642           fix memleak
22643
22644 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22645
22646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22647           Hack to prevent crash when going to READY inside signal handler
22648           while this function is active.
22649
22650 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22651
22652         * gst/ffmpegcolorspace/Makefile.am:
22653         * gst/ffmpegcolorspace/avcodec.h:
22654         * gst/ffmpegcolorspace/common.h:
22655         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22656         * gst/ffmpegcolorspace/dsputil.h:
22657         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22658         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22659         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22660         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22661         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22662         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22663         (gst_ffmpegcsp_avpicture_fill):
22664         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22665         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22666         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22667         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22668         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22669         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22670         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22671         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22672         * gst/ffmpegcolorspace/imgconvert.c:
22673         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22674         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22675         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22676         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22677         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22678         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22679         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22680         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22681         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22682         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22683         (grow21), (grow22), (grow41), (grow44), (conv411),
22684         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22685         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22686         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22687         (avpicture_free), (is_yuv_planar), (img_convert),
22688         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22689         (deinterlace_line_inplace), (deinterlace_bottom_field),
22690         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22691         * gst/ffmpegcolorspace/imgconvert_template.h:
22692         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22693         * gst/ffmpegcolorspace/mmx.h:
22694         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22695         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22696         (av_freep), (avcodec_get_context_defaults),
22697         (avcodec_alloc_context), (avcodec_init):
22698           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22699           handling plus update from ffmpeg CVS. Large clean-up.
22700
22701 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22702
22703         * gst/playback/Makefile.am:
22704           We need the marshallers for decodebin, too.
22705
22706 2004-10-30  David Schleef  <ds@schleef.org>
22707
22708         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22709           quicktime typefinding work with 64-bit offsets.
22710
22711 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22712
22713         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22714           Set EOS on the element when processing an EOS event.
22715         * ext/speex/gstspeexdec.h:
22716         * ext/speex/gstspeexenc.h:
22717           Only keep a const ptr to the mode
22718         * gst-libs/gst/riff/riff-media.c:
22719         (gst_riff_create_audio_caps_with_data),
22720         (gst_riff_create_audio_template_caps):
22721           Allow WMAV3, with up to 6 channels.
22722         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22723           Don't call gst_pad_set_event_function on a sink pad.
22724         * gst/mpegstream/gstdvddemux.c:
22725         (gst_dvd_demux_get_subpicture_stream),
22726         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22727           Copy the explicit caps that were set across to the cur_* pads,
22728           instead of trying to use a possibly non-existent negotiated caps.
22729           Reset the type of subpicture pads to UNKNOWN after calling
22730           init_stream, so that the caps get set.
22731
22732 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22733
22734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22735
22736         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22737           Don't touch buffer if it is of size 0 (fixes #151064).
22738
22739 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22740
22741         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22742           Synchronized discont handling.
22743
22744 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22745
22746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22747         (gst_ogg_demux_push):
22748           Make seeking sort-of exact again (fixes #156387).
22749
22750 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22751
22752         * gst/playback/gstplaybasebin.c: (unknown_type),
22753         (add_element_stream), (new_decoded_pad),
22754         (gst_play_base_bin_change_state):
22755         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22756         (gst_stream_info_init), (gst_stream_info_new),
22757         (gst_stream_info_dispose), (gst_stream_info_get_property):
22758         * gst/playback/gststreaminfo.h:
22759           Make caps explicitely available. Makes testing for unsupported
22760           types possible. Improves error reporting.
22761
22762 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22763
22764         * gst/audioconvert/gstaudioconvert.c:
22765         (gst_audio_convert_buffer_to_default_format):
22766           Really don't touch read-only buffers (#156563).
22767
22768 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22769
22770         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22771
22772         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22773           Fix memleak (#155223).
22774
22775 2004-10-29  Wim Taymans  <wim@fluendo.com>
22776
22777         * gst/tcp/.cvsignore:
22778         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22779         (gst_multifdsink_class_init), (gst_multifdsink_init),
22780         (gst_multifdsink_add), (gst_multifdsink_remove),
22781         (gst_multifdsink_remove_client_link), (is_sync_frame),
22782         (gst_multifdsink_new_client),
22783         (gst_multifdsink_handle_client_write),
22784         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22785         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22786         (gst_multifdsink_get_property):
22787         * gst/tcp/gstmultifdsink.h:
22788         Added burst on connect sync_method, deprecated sync_clients,
22789         streamlined the sync code some more.
22790
22791 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22792
22793         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22794         (gst_play_base_bin_change_state):
22795           Improve error reporting.
22796
22797 2004-10-28  Wim Taymans  <wim@fluendo.com>
22798
22799         * gst/tcp/Makefile.am:
22800         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22801         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22802         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22803         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22804         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22805         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22806         (gst_fdset_wait):
22807         Added more locks around fdset structures. Fixed/reworked
22808         the poll array resizing code.
22809         Added stress test for fdset.
22810
22811 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22812
22813         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22814         fix build
22815
22816 2004-10-28  Benjamin Otte  <otte@gnome.org>
22817
22818         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22819           fix link function to always query channels and query width for
22820           floats
22821         * configure.ac:
22822           add equalizer dir
22823         * gst/equalizer/Makefile.am:
22824         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22825         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22826         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22827         (arg_to_scale), (setup_filter),
22828         (gst_iir_equalizer_compute_frequencies),
22829         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22830         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22831         (plugin_init):
22832           add an equalizer
22833
22834 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22835
22836         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22837
22838         * po/LINGUAS:
22839         * po/nb.po:
22840           Added Norwegian Bokmaal translation
22841
22842 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22843
22844         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22845           Don't break on options (fixes #156488).
22846
22847 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22848
22849         * configure.ac:
22850         * ext/cdaudio/Makefile.am:
22851         * sys/Makefile.am:
22852           fix build on older automake
22853
22854 2004-10-26  Wim Taymans  <wim@fluendo.com>
22855
22856         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22857         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22858         Allow a little margin when negotiating the framerate.
22859
22860 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22861
22862         * gst/level/gstlevel.c:
22863           synchonised naming of pads and pad-templates
22864
22865 2004-10-26  Wim Taymans  <wim@fluendo.com>
22866
22867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22868         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22869         (_find_streams_check), (gst_ogg_demux_push):
22870         Fix EOS again. Needs to be done in a better way. We should not
22871         remove the pad if there is no new chained stream.
22872
22873 2004-10-26 Iain <iaingnome@gmail.com>
22874
22875         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22876         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22877         of the caps.
22878         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22879         pad.
22880         (interleave_release_pad): Remove the pad.
22881         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22882         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22883         the set device.
22884         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22885         attrs
22886         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22887         (gst_xvimagesink_finalize): Free the par.
22888
22889 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22890
22891         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22892         (gst_avimux_stop_file):
22893           First calculate the rate, and only then use it. Hdr.rate is a
22894           multiple and not a derivative of hdr.scale. Scale is not the
22895           same as blockalign but is solely related to rate.
22896
22897 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22898
22899         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22900         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22901           Implement seeking.
22902
22903 2004-10-25  James Henstridge  <james@jamesh.id.au>
22904
22905         Reviewed by:  David Schleef  <ds@schleef.org>
22906
22907         * examples/gstplay/player.c: (got_stream_length), (main):
22908         * examples/seeking/cdplayer.c: (update_scale):
22909         * examples/seeking/seek.c: (format_value), (update_scale):
22910         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22911         (stop_seek):
22912         Build fixes on AMD64.
22913
22914 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22915
22916         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22917
22918         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22919         Fix for some v4l cards which hang in v4lsrc
22920
22921 2004-10-25  Wim Taymans  <wim@fluendo.com>
22922
22923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22924         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22925         Make sure to remove the pad when a new chain is
22926         encountered. Set some vars to NULL so we don't try
22927         to reference freed memory.
22928
22929 2004-10-25  Wim Taymans  <wim@fluendo.com>
22930
22931         * examples/seeking/Makefile.am:
22932         * examples/seeking/cdplayer.c: (update_scale):
22933         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22934         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22935         (format_value), (update_scale), (iterate), (start_seek),
22936         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22937         (print_usage), (main):
22938         Added some more examples, update others.
22939
22940 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22941
22942         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22943         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22944         * ext/theora/theoradec.c: (theora_dec_chain):
22945         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22946           Add codec-name metadata.
22947
22948 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22949
22950         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22951
22952         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22953         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22954         * ext/alsa/gstalsamixertrack.h:
22955         * po/POTFILES.in:
22956           ALSA mixer track label internationalization (#154054).
22957
22958 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22959
22960         * ext/theora/theoradec.c: (theora_dec_chain):
22961           Export bitrate as metadata.
22962
22963 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22964
22965         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22966         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22967         * ext/alsa/gstalsamixertrack.h:
22968           Fix names, fix loop.
22969
22970 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22971
22972         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22973         (speex_dec_convert):
22974           sinkconvert function so oggdemux can get the file length (totem).
22975
22976 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22977
22978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22979
22980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22981           Don't push incomplete packets.
22982         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22983           Fix MPEG-4 audio typefinding.
22984
22985 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22986
22987         * sys/v4l/Makefile.am:
22988         * sys/v4l/gstv4l.c: (plugin_init):
22989         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22990         (gst_v4lelement_init), (gst_v4lelement_dispose),
22991         (gst_v4lelement_change_state):
22992         * sys/v4l/gstv4lelement.h:
22993         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22994         (gst_v4l_xoverlay_close), (idle_refresh),
22995         (gst_v4l_xoverlay_set_xwindow_id):
22996         * sys/v4l/gstv4lxoverlay.h:
22997         * sys/v4l/v4l-overlay_calls.c:
22998         * sys/v4l/v4l_calls.h:
22999         * sys/v4l2/Makefile.am:
23000         * sys/v4l2/gstv4l2.c: (plugin_init):
23001         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
23002         (gst_v4l2element_init), (gst_v4l2element_dispose),
23003         (gst_v4l2element_change_state):
23004         * sys/v4l2/gstv4l2element.h:
23005         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
23006         (gst_v4l2_xoverlay_close), (idle_refresh),
23007         (gst_v4l2_xoverlay_set_xwindow_id):
23008         * sys/v4l2/gstv4l2xoverlay.h:
23009         * sys/v4l2/v4l2-overlay_calls.c:
23010         * sys/v4l2/v4l2_calls.h:
23011           Remove client-side overlay handling, use the X-server v4l plugin
23012           for that. Nicer overlay, less code. Also make the plugin
23013           compileable without X (but then without overlay, obviously).
23014           Makes xwindowlistener obsolete, should we remove that?
23015
23016 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23017
23018         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
23019         (gst_osssrc_src_query):
23020         * sys/oss/gstosssrc.h:
23021           OK, so people want offset in DEFAULT. This time, actually fix all
23022           cases.
23023         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23024           Add FPS properly.
23025
23026 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23027
23028         * gst/asfdemux/gstasfmux.c:
23029         * gst/avi/gstavimux.c:
23030           Framerate.
23031
23032 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23033
23034         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
23035           Fix properties (channel, norm, frequency).
23036
23037 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23038
23039         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
23040           Flag typo.
23041         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
23042           No warnings.
23043
23044 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23045
23046         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
23047           Fix hang.
23048
23049 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23050
23051         * sys/v4l2/gstv4l2element.h:
23052           Yet Another Hack (tm) for kernel header borkedness.
23053         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23054         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
23055         (gst_v4l2src_link), (gst_v4l2src_getcaps),
23056         (gst_v4l2src_change_state):
23057         * sys/v4l2/gstv4l2src.h:
23058         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
23059         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
23060           Fix caps, keep track of state, work.
23061
23062 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23063
23064         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
23065           Quiet.
23066
23067 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23068
23069         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23070           Don't mix bytes and samples.
23071
23072 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23073
23074         * ext/ogg/gstoggmux.c:
23075           Basic pad template which accepts OGM tracks, speex, flac, vorbis
23076           and theora. Any is incorrect.
23077         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
23078           Fix caps.
23079         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
23080         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
23081         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
23082         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
23083         * sys/v4l/gstv4lmjpegsrc.h:
23084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23085         (gst_v4lsrc_change_state):
23086         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
23087         (gst_v4lmjpegsrc_capture_stop):
23088           Fix caps. Keep track of internal state. Work.
23089
23090 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23091
23092         * ext/Makefile.am:
23093           Fix the build fixes.
23094
23095 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23096
23097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23098         (gst_ogg_demux_src_event), (_find_chain_seek),
23099         (gst_ogg_pad_push):
23100           Check for pad availability before using it.
23101         * ext/ogg/gstoggdemux.c: (_find_chain_process):
23102           Fix parsing of chained ogg. Needs more work on the decoder side.
23103
23104 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23105
23106         * gst/spectrum/Makefile.am:
23107         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
23108         (idle_func):
23109           Fix demo and reenable it. Yes, I'm currently playing with audio
23110           analysis tools
23111
23112 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23113
23114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23115           We love it if files that start at zero work too...
23116
23117 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23118
23119         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23120           Handle files with missing EOS headers.
23121
23122 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23123
23124         * gst/tcp/gsttcpserversink.c:
23125         (gst_tcpserversink_handle_server_read),
23126         (gst_tcpserversink_init_send):
23127         Zero some variables first (need for accept not to return EINVAL)
23128
23129 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23130
23131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23132         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23133         * ext/theora/theoradec.c: (theora_dec_sink_convert),
23134         (theora_dec_chain):
23135         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23136         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
23137           Seeking and querying finetune.
23138
23139 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23140
23141         * configure.ac:
23142         * ext/Makefile.am:
23143         * ext/raw1394/Makefile.am:
23144           fix the build
23145
23146 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23147
23148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23149           Wrong return.
23150         * gst/playback/Makefile.am:
23151         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23152         * gst/playback/gstplay-marshal.list:
23153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
23154           Fix marshallers.
23155
23156 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23157
23158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
23159           Silence.
23160
23161 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23162
23163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23164         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23165         (gst_ogg_pad_push):
23166           Yay for non-lineair granulepos in theora.
23167
23168 2004-10-18  Wim Taymans  <wim@fluendo.com>
23169
23170         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23171         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
23172         * ext/dv/gstdvdec.h:
23173         Make sure we renegotiate aspect ratio when the camera switches.
23174
23175 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23176
23177         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23178         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23179           Start at zero.
23180         * ext/theora/theoradec.c: (theora_dec_chain):
23181           Skip headers. Bad idea for chained ogg, but fixes seeking.
23182
23183 2004-10-18  Wim Taymans  <wim@fluendo.com>
23184
23185         * configure.ac:
23186         I swear, this is the last time I touch this.
23187
23188 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23189
23190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23191         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23192         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
23193           Faster seeking.
23194         * ext/theora/theoradec.c: (theora_dec_sink_convert):
23195           Time-to-default conversion.
23196         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23197           Don't error on unknown packets, just skip. We should probably
23198           read them if we want to support chained ogg.
23199
23200 2004-10-18  Wim Taymans  <wim@fluendo.com>
23201
23202         * configure.ac:
23203         Added cdaudio to wrong list.
23204
23205 2004-10-18  Wim Taymans  <wim@fluendo.com>
23206
23207         * configure.ac:
23208         Revive cdaudio.
23209
23210 2004-10-18  Wim Taymans  <wim@fluendo.com>
23211
23212         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23213         (gst_dvdec_video_link), (gst_dvdec_push):
23214         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23215         (gst_smokeenc_resync), (gst_smokeenc_chain):
23216         Fix mimetype on smoke encoder.
23217         Add aspect ratio to dvdec. Not sure if these
23218         values are correct though....
23219
23220 2004-10-18  Wim Taymans  <wim@fluendo.com>
23221
23222         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
23223         Fix vorbis property descriptions and ranges.
23224
23225 2004-10-18  Wim Taymans  <wim@fluendo.com>
23226
23227         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23228         Really do nothing when no data is available.
23229         Go to the playing state when the stream is not seekable
23230         instead of failing.
23231
23232 2004-10-18  Wim Taymans  <wim@fluendo.com>
23233
23234         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
23235         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
23236         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
23237         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
23238         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
23239         Added uri handler for cd://
23240         Port to new API.
23241
23242 2004-10-18  Wim Taymans  <wim@fluendo.com>
23243
23244         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23245         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23246         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23247         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23248         (remove_prerolls), (unknown_type), (add_element_stream),
23249         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
23250         (gst_play_base_bin_remove_element),
23251         (gst_play_base_bin_link_stream):
23252         * gst/playback/gstplaybin.c: (gen_video_element),
23253         (gen_vis_element), (remove_sinks), (setup_sinks):
23254         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23255         (gst_stream_info_get_type), (gst_stream_info_class_init),
23256         (gst_stream_info_init), (gst_stream_info_new),
23257         (gst_stream_info_dispose), (stream_info_mute_pad),
23258         (gst_stream_info_set_property), (gst_stream_info_get_property):
23259         * gst/playback/gststreaminfo.h:
23260         Add sink padtemplate to decodebin.
23261         Added some more comments.
23262         Make queue size configurable in playbasebin.
23263         Added possibility to use elements as sinks (ex cdaudio).
23264
23265 2004-10-15  Wim Taymans  <wim@fluendo.com>
23266
23267         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23268         (gst_speexenc_chain):
23269         Fix speex timestamps so that it gets muxed properly.
23270
23271 2004-10-15  Wim Taymans  <wim@fluendo.com>
23272
23273         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23274         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23275         (gst_dv1394src_init), (gst_dv1394src_dispose),
23276         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23277         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23278         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23279         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23280         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23281         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23282         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23283         * ext/raw1394/gstdv1394src.h:
23284         Added conversion/query functions.
23285         Update buffer timestamps,
23286         Added signals.
23287         Added uri dv:// so it might play from the firewire in playbin.
23288         Fix a possible leak.
23289         Added debugging.
23290
23291 2004-10-15  Wim Taymans  <wim@fluendo.com>
23292
23293         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23294         (gst_dv1394src_init), (gst_dv1394src_set_property),
23295         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23296         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23297         * ext/raw1394/gstdv1394src.h:
23298         Added AV/C VTR control support needed for some cameras.
23299         Added automatic port detection.
23300         Added properties for selecting the channel.
23301         The configure.ac script is not yet updated to reflect the
23302         new libavc1394 and librom1394 dependencies.
23303
23304 2004-10-15  Wim Taymans  <wim@fluendo.com>
23305
23306         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23307         (qtdemux_parse), (gst_qtdemux_handle_esds):
23308         An esds box is not a container.
23309         Fix parsing of mp4v boxes.
23310         Do not try to renegotiate fps for each frame. Need to
23311         find a better method. This should fix mp4 playback.
23312
23313 2004-10-14  David Schleef  <ds@schleef.org>
23314
23315         * configure.ac: update for swfdec-0.3 and liboil-0.2
23316         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23317         * ext/swfdec/gstswfdec.h: same
23318         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23319         * gst/videotestsrc/videotestsrc.c: same
23320
23321 2004-10-14  Wim Taymans  <wim@fluendo.com>
23322
23323         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23324         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23325         (is_sync_frame), (gst_multifdsink_new_client),
23326         (gst_multifdsink_handle_client_write),
23327         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23328         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23329         Turn warnings into info.
23330         Don't allow a state change in the streaming thread.
23331
23332 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23333
23334         * ext/vorbis/oggvorbisenc.c:
23335         * ext/vorbis/vorbisdec.c:
23336           fix template sample rate
23337
23338 2004-10-13  Wim Taymans  <wim@fluendo.com>
23339
23340         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23341         Decoding the header first fixes some problems in resyncing
23342         in more mp3s.
23343
23344 2004-10-12  Wim Taymans  <wim@fluendo.com>
23345
23346         * gst/playback/gstplaybin.c: (gen_video_element),
23347         (gen_vis_element), (remove_sinks), (setup_sinks):
23348         Added vis plugin support, need to configure the vis
23349         element to activate it.
23350
23351 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23352
23353         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23354         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23355           Some debug.
23356         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23357         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23358         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23359         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23360         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23361         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23362         * gst/avi/gstavidemux.h:
23363           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23364           recovery (where, if part of the index is broken, we will still read
23365           the rest of the index and recover the broken part by stream
23366           scanning). More broken media support. EOS workarounds. General AVI
23367           braindamage headache recovery. Aspirin included.
23368
23369 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23370
23371         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23372         (cdparanoia_event), (cdparanoia_query):
23373           Get rid of hideous lead-in.
23374
23375 2004-10-11  Wim Taymans  <wim@fluendo.com>
23376
23377         * gst/playback/gstplaybasebin.c: (setup_source):
23378         Wrong var used to get g_list_next.
23379
23380 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23381
23382         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23383         (cdparanoia_get), (cdparanoia_open):
23384           Report discid as metadata, add duration.
23385
23386 2004-10-11  Wim Taymans  <wim@fluendo.com>
23387
23388         * gst/playback/gstplaybasebin.c: (setup_source):
23389         Cleanup the previous pipeline a little earlier for the
23390         case that a source element provides raw data.
23391
23392 2004-10-11  Benjamin Otte  <otte@gnome.org>
23393
23394         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23395           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23396           consuming the last 128 bytes, even though it was valid mp3 data.
23397
23398 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23399
23400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23401         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23402         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23403         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23404
23405 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23406
23407         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23408         Fix for webcams that support only specific width or height
23409
23410 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23411
23412         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23413
23414         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23415           Fix wrong discont event setup (fixes #154967).
23416
23417 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23418
23419         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23420
23421         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23422           Error out on invalid data (fixes #154807).
23423
23424 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23425
23426         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23427
23428         * ext/dvdread/dvdreadsrc.c: (_read):
23429           Make titles > 0 work again (fixes #154834).
23430
23431 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23432
23433         * gst-libs/gst/riff/riff-media.c:
23434         (gst_riff_create_video_template_caps):
23435           WMV3 missing in template caps.
23436
23437 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23438
23439         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23440           OK, so the original code was too strict. It makes random AVI files
23441           hang for seconds upon opening, which is unacceptable and is far
23442           beyond the original goal of getting multiple chunks for one-chunk
23443           sounc stream files. So now do just that.
23444
23445 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23446
23447         * gst/playback/gstplaybasebin.c: (setup_source),
23448         (gst_play_base_bin_change_state):
23449           Actually clean up streaminfo if output fails. This would trigger
23450           if, for example, there was no CD in the drive. No preroll, so
23451           a streaminfo structure is created, but the subsequent state change
23452           of the thread fails.
23453         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23454           Don't change state if parent failed.
23455
23456 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23457
23458         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23459         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23460         (gen_video_element), (remove_sinks):
23461           Add small bits of code for screenshot handling.
23462
23463 2004-10-08  Wim Taymans  <wim@fluendo.com>
23464
23465         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23466         (gen_video_element), (gen_audio_element), (setup_sinks):
23467         Don't assume the user provided sinks are named "sink"...
23468
23469 2004-10-08  Wim Taymans  <wim@fluendo.com>
23470
23471         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23472         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23473         (gst_play_base_bin_link_stream):
23474         Do not try to autoplug sources that generate raw streams like
23475         cdparanoia.
23476         disconnect the preroll overrun signal when we don't need it anymore.
23477
23478 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23479
23480         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23481         Added reworked patch from #154903 from milosz derezynski (deadchip).
23482
23483 2004-10-08  Wim Taymans  <wim@fluendo.com>
23484
23485         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23486         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23487         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23488         (cdparanoia_convert), (cdparanoia_uri_get_type),
23489         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23490         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23491         * ext/cdparanoia/gstcdparanoia.h:
23492         This adds the cdda://<tracknum> uri.
23493
23494 2004-10-08  Wim Taymans  <wim@fluendo.com>
23495
23496         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23497         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23498         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23499         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23500         (unknown_type), (gst_play_base_bin_remove_element),
23501         (gst_play_base_bin_link_stream):
23502         * gst/playback/gstplaybasebin.h:
23503         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23504         (gst_play_bin_set_property), (gen_video_element),
23505         (gen_audio_element), (setup_sinks):
23506         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23507         (gst_stream_info_get_type), (gst_stream_info_class_init),
23508         (gst_stream_info_init), (gst_stream_info_new),
23509         (gst_stream_info_dispose), (stream_info_mute_pad),
23510         (gst_stream_info_set_property), (gst_stream_info_get_property):
23511         * gst/playback/gststreaminfo.h:
23512         Reuse the audio and video bins.
23513         Some internal cleanups in the stream selection code.
23514
23515 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23516
23517         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23518         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23519         * sys/ximage/ximagesink.h:
23520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23521         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23522         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23523         not coming from those elements. Moreover these elements should not keep
23524         the xid they have been given when in NULL state.
23525
23526 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23527
23528         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23529         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23530         * sys/ximage/ximagesink.h:
23531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23532         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23533         * sys/xvimage/xvimagesink.h:
23534           Actually only create a new toplevel window if we're not gonna
23535           embed it right after.
23536
23537 2004-10-07  Wim Taymans  <wim@fluendo.com>
23538
23539         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23540         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23541         * gst/playback/gstplaybin.c: (setup_sinks):
23542         Implement muting/unmuting of streams, mute streams that are not
23543         used.
23544
23545 2004-10-07  Wim Taymans  <wim@fluendo.com>
23546
23547         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23548         (plugin_init):
23549         Added lame audio/x-ac3 typefind function.
23550
23551 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23552
23553         * configure.ac:
23554           bump nano to cvs
23555
23556 === release 0.8.5 ===
23557
23558 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23559
23560         * NEWS:
23561         * RELEASE:
23562         * configure.ac:
23563           releasing 0.8.5, "Take You On"
23564
23565 2004-10-06  Wim Taymans  <wim@fluendo.com>
23566
23567         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23568         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23569         (no_more_pads), (close_link), (type_found):
23570         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23571         * gst/playback/gstplaybin.c: (gen_video_element):
23572         Do not signal the no_more_pads after the first pad when
23573         we are plugging a non dynamic element with multiple
23574         output pads (like swfdec, dvdec, ...).
23575
23576 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23577
23578         * configure.ac:
23579           bump for prerelease
23580
23581 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23582
23583         * gst/wavparse/gstwavparse.c:
23584           add ATRAC3 to STATIC CAPS to fix a warning
23585
23586         * gst/matroska/ebml-read.c:
23587         * gst-libs/gst/riff/riff-read.c:
23588           fix typos
23589
23590 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23591
23592         * gst-libs/gst/riff/riff-media.c:
23593           generate caps for ATRAC3 audio streams
23594
23595         * gst/realmedia/rmdemux.c:
23596           generate caps for ATRAC3 audio streams
23597
23598 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23599
23600         * gst/wavparse/Makefile.am
23601         * gst/wavparse/riff.h
23602         * gst/wavparse/wavparse.vcproj
23603           riff.h removal (unused and duplication with riff-ids.h)
23604
23605 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23606
23607         * gst/wavparse/gstwavparse.h
23608           remove duplicated defines for audio codec codes
23609
23610         * gst-libs/gst/riff/riff-ids.h
23611         * gst/wavenc/riff.h:
23612           add "4CC" code for ATRAC3 audio streams
23613           add "4CC" code for ITU_G721_ADPCM (unused for now)
23614
23615 2004-10-06  Wim Taymans  <wim@fluendo.com>
23616
23617         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23618         Actually _do_ negotiation. Pass gdouble as arg instead
23619         of guint64 for the framerate.
23620
23621 2004-10-06  Wim Taymans  <wim@fluendo.com>
23622
23623         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23624         (find_compatibles), (close_pad_link), (try_to_link_1),
23625         (no_more_pads), (close_link), (type_found):
23626         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23627         * gst/playback/gstplaybin.c: (gen_video_element),
23628         (gen_audio_element):
23629         Set state on newly added element to READY so that negotiation
23630         can happen ASAP.
23631         Addes some more debug info.
23632         Do not try to plug pads with multiple caps structures or ANY
23633         because it is too dangerous since we do not do dynamic
23634         replugging.
23635
23636 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23637
23638         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23639
23640         * po/LINGUAS:
23641         * po/or.po:
23642           add Oriya translation
23643
23644 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23645
23646         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23647           Prevent overwrite of size member. Makes audio sound crappy.
23648
23649 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23650
23651         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23652         Add rmvb to the list of known RealMedia extensions
23653
23654 2004-10-05  Wim Taymans  <wim@fluendo.com>
23655
23656         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23657         (mngdec_openstream), (mngdec_closestream),
23658         (mngdec_handle_sink_event), (mngdec_readdata),
23659         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23660         (mngdec_getcanvasline), (mngdec_refresh),
23661         (gst_mngdec_change_state):
23662         Set the framerate correctly.
23663
23664 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23665
23666         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23667           There was something wrong with the index massaging.
23668
23669 2004-10-04  Wim Taymans  <wim@fluendo.com>
23670
23671         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23672         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23673         (gst_smokedec_chain):
23674         * ext/jpeg/gstsmokedec.h:
23675         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23676         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23677         * ext/jpeg/gstsmokeenc.h:
23678         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23679         (smokecodec_decode_new), (smokecodec_info_free),
23680         (smokecodec_set_quality), (smokecodec_get_quality),
23681         (smokecodec_set_threshold), (smokecodec_get_threshold),
23682         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23683         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23684         (smokecodec_encode), (smokecodec_parse_id),
23685         (smokecodec_parse_header), (smokecodec_decode):
23686         * ext/jpeg/smokecodec.h:
23687         * ext/jpeg/smokeformat.h:
23688         Updated smoke, new bitstream, allows embedding in ogg.
23689
23690 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23691
23692         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23693           Fix seeking in some files. All this code is no longer needed (and
23694           actually breaks stuff) because we now synchronize the full index
23695           right when reading the header.
23696
23697 2004-10-04  Wim Taymans  <wim@fluendo.com>
23698
23699         * configure.ac:
23700         configure update for libmng.
23701
23702 2004-10-04  Wim Taymans  <wim@fluendo.com>
23703
23704         * ext/libmng/Makefile.am:
23705         * ext/libmng/gstmng.c: (plugin_init):
23706         * ext/libmng/gstmng.h:
23707         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23708         (gst_mngdec_base_init), (gst_mngdec_class_init),
23709         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23710         (gst_mngdec_loop), (gst_mngdec_get_property),
23711         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23712         (mngdec_closestream), (mngdec_handle_sink_event),
23713         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23714         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23715         (gst_mngdec_change_state):
23716         * ext/libmng/gstmngdec.h:
23717         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23718         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23719         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23720         (gst_mngenc_chain), (gst_mngenc_get_property),
23721         (gst_mngenc_set_property):
23722         * ext/libmng/gstmngenc.h:
23723         Added basic MNG decoder. Needs more work. The encoder does
23724         not work yet.
23725
23726 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23727
23728         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23729         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23730         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23731           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23732           no-more-pads.
23733
23734 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23735
23736         * configure.ac:
23737           you need at least 1.0.4 of speex
23738
23739 2004-10-04 Iain <iaingnome@gmail.com>
23740
23741         * ext/speex/gstspeexdec.h: Revert the includes changes.
23742
23743         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23744
23745 2004-09-30 Iain <iaingnome@gmail.com>
23746
23747         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23748         found during init or set as a property instead of hardcoding /dev/audio
23749
23750 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23751
23752         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23753         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23754         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23755         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23756         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23757         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23758         (gst_rmdemux_dump_data):
23759           Use debug category, fix EOS handling. filesrc ! rmdemux now
23760           works.
23761
23762 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23763
23764         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23765         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23766         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23767           Improve allocation, cutting and sorting of the index. How takes a
23768           few seconds instead of minutes.
23769
23770 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23771
23772         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23773           fixed compilation
23774
23775 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23776
23777         * gst-libs/gst/riff/riff-media.c:
23778         (gst_riff_create_video_caps_with_data),
23779         (gst_riff_create_video_template_caps):
23780           Add wing commander format mimetype/fourccs.
23781         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23782           Don't crash if some value is 0.
23783
23784 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23785
23786         * gst-libs/gst/riff/riff-media.c:
23787         (gst_riff_create_video_caps_with_data),
23788         (gst_riff_create_video_template_caps):
23789           Add DIB fourcc (raw, palettized 8-bit RGB).
23790         * gst-libs/gst/riff/riff-read.c:
23791         (gst_riff_read_strf_vids_with_data):
23792           Oops, fix strf_data reading bug.
23793         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23794           Use a non-NULL tag.
23795         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23796           Time for hacks. Sorry Dave. At least one quicktime movie (a
23797           trailer) that I've encountered contains multiple video tracks.
23798           One of those is the actual video track, the other are one-frame
23799           tracks (images). Unfortunately, the number of frames according
23800           to the trak header is 1 for each, so that doesn't help. So
23801           instead, I look at the duration and discard tracks with a
23802           duration shorter than 20% of the length of the stream. Better
23803           than nothing.
23804
23805 2004-10-01  Christian Schaller <christian@fluendo.com>
23806
23807         * ext/ivorbis/vorbis.c:
23808           Patch from Phil Blundell (Bug 152341)
23809
23810 2004-10-01  Wim Taymans  <wim@fluendo.com>
23811
23812         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23813         (speex_dec_get_formats), (speex_dec_convert),
23814         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23815         (speex_dec_chain), (gst_speexdec_get_property),
23816         (gst_speexdec_set_property):
23817         Small cleanups.
23818
23819 2004-10-01  Wim Taymans  <wim@fluendo.com>
23820
23821         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23822         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23823         (gst_wavparse_other), (gst_wavparse_loop),
23824         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23825         (gst_wavparse_srcpad_event):
23826         * gst/wavparse/gstwavparse.h:
23827         Added some more debugging info.
23828         Fix the case where the length of the file is 0.
23829         Make sure we seek to sample borders.
23830
23831 2004-10-01  Wim Taymans  <wim@fluendo.com>
23832
23833         * gst/playback/README:
23834         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23835         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23836         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23837         Add some debug info to decodebin, update README
23838
23839 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23840
23841         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23842           Don't use g_print(); use GST_DEBUG().
23843
23844 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23845
23846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23847         (gst_ogg_mux_queue_pads):
23848           Handle EOS properly.
23849
23850 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23851
23852         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23853
23854         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23855         (gst_faad_chain), (gst_faad_change_state):
23856         * ext/faad/gstfaad.h:
23857           Allow playback of raw (unframed) MPEG AAC files (#148993).
23858
23859 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23860
23861         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23862
23863         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23864           Throw error if we didn't recognize the stream. Fixes #152289.
23865
23866 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23867
23868         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23869           Fix negotiation.
23870
23871 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23872
23873         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23874
23875         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23876           Fix memleak.
23877
23878 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23879
23880         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23881
23882         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23883           Solve #152805.
23884         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23885           Solve 152806.
23886
23887 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23888
23889         * gst-libs/gst/riff/riff-media.c:
23890         (gst_riff_create_video_caps_with_data),
23891         (gst_riff_create_audio_caps_with_data):
23892           Add codec_data handling (like asfdemux used to do).
23893         * gst/asfdemux/gstasf.c: (plugin_init):
23894         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23895         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23896           Use riff-media for caps creation instead of our own (mostly
23897           broken) copy of its functions.
23898
23899 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23900
23901         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23902           Don't actually error out if we get another return value than
23903           -EINVAL. Opposite to what I first thought, drivers have random
23904           return values for this, although -EINVAL is the expected return
23905           value. Since this is not fatal, we shouldn't use
23906           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23907
23908 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23909
23910         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23911         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23912         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23913         (dvdreadsrc_get), (dvdreadsrc_open_file),
23914         (dvdreadsrc_change_state):
23915           Fix. Don't do one big huge loop around the whole DVD, that will
23916           cache all data and thus eat sizeof(dvd) (several GB) before we
23917           see something.
23918         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23919           Actually NULL'ify event after using it.
23920         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23921         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23922         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23923         (gst_ebml_read_seek), (gst_ebml_read_skip):
23924           Handle events.
23925         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23926         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23927         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23928           Fix timing (this will probably break if I seek using menus, but
23929           I didn't get there yet). VOBs and normal DVDs should now work.
23930           Add a mpeg2-only pad with high rank so this get autoplugged for
23931           MPEG-2 movies.
23932         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23933         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23934         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23935         (gst_mpeg_demux_get_audio_stream),
23936         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23937         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23938           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23939           MPEG-1 but use dvddemux for MPEG-2.
23940         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23941         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23942         (gst_mpeg_parse_parse_packhead):
23943           Timing. Only add pad template if it exists. Add sink template from
23944           class and not from ourselves. This means we will always use the
23945           correct sink template even if it is not the one defined in this
23946           file.
23947
23948 2004-09-29  Wim Taymans  <wim@fluendo.com>
23949
23950         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23951         (gst_mpeg_demux_parse_pes):
23952         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23953         Fix playback of mpeg again, timestamps where screwed up by
23954         patch 1.61.
23955
23956 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23957
23958         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23959           Only return true if we actually filled something in. Prevents
23960           player applications from showing a random length for flac files.
23961         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23962         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23963         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23964         (gst_riff_read_strf_vids_with_data),
23965         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23966           OK, ok, so I implemented event handling. Apparently it's normal
23967           that we receive random events at random points without asking
23968           for it.
23969         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23970         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23971         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23972         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23973         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23974         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23975         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23976         * gst/avi/gstavidemux.h:
23977           Implement non-lineair chunk handling and subchunk processing.
23978           The first solves playback of AVI files where the audio and video
23979           data of individual buffers that we read are not synchronized.
23980           This should not happen according to the wonderful AVI specs, but
23981           of course it does happen in reality. It is also a prerequisite for
23982           the second. Subchunk processing allows us to cut chunks in small
23983           pieces and process each of these pieces separately. This is
23984           required because I've seen several AVI files with incredibly large
23985           audio chunks, even some files with only one audio chunk for the
23986           whole file. This allows for proper playback including seeking.
23987           This patch is supposed to fix all AVI A/V sync issues.
23988         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23989         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23990           Work.
23991         * gst/modplug/gstmodplug.cc:
23992           Proper return value setting for the query() function.
23993         * gst/playback/gstplaybasebin.c: (setup_source):
23994           Being in non-playing state (after, e.g., EOS) is not necessarily
23995           a bad thing. Allow for that. This fixes playback of short files.
23996           They don't actually playback fully now, because the clock already
23997           runs. This means that small files (<500kB) with a small length
23998           (<2sec) will still not or barely play. Other files, such as mod
23999           or flx, will work correctly, however.
24000
24001 2004-09-28  Wim Taymans  <wim@fluendo.com>
24002
24003         * ext/speex/gstspeex.c: (plugin_init):
24004         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
24005         (gst_speex_dec_class_init), (speex_dec_get_formats),
24006         (speex_get_event_masks), (speex_get_query_types),
24007         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
24008         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
24009         (gst_speexdec_get_property), (gst_speexdec_set_property),
24010         (speex_dec_change_state):
24011         * ext/speex/gstspeexdec.h:
24012         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
24013         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
24014         (gst_speexenc_base_init), (gst_speexenc_class_init),
24015         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
24016         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
24017         (gst_speexenc_src_query), (gst_speexenc_init),
24018         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
24019         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
24020         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
24021         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
24022         (gst_speexenc_chain), (gst_speexenc_get_property),
24023         (gst_speexenc_set_property), (gst_speexenc_change_state):
24024         * ext/speex/gstspeexenc.h:
24025         Rewrote speex encoder, make sure it can be embedded in ogg.
24026         Implemented speex decoder.
24027
24028 2004-09-28  Christian Schaller <christian@fluendo.com>
24029
24030         * configure.ac:
24031         Remove kioslave plugin. Markey is brewing a new working one
24032         * ext/Makefile.am: Remove kioslave plugin
24033         * ext/kio: remove
24034         * gst-plugins.spec.in: remove kio plugin from spec
24035
24036 2004-09-27  Wim Taymans  <wim@fluendo.com>
24037
24038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24039         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24040         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
24041         (gst_multifdsink_new_client),
24042         (gst_multifdsink_handle_client_write),
24043         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24044         (gst_multifdsink_handle_clients):
24045         * gst/tcp/gstmultifdsink.h:
24046         Make syncing to keyframes actually work for new clients and lagging
24047         clients.
24048
24049 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24050
24051         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
24052         (gst_navigationtest_handle_src_event), (draw_box_planar411),
24053         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
24054         * gst/debug/gstnavigationtest.h:
24055           make navigationtest display button-press and button-release events
24056
24057 2004-09-26 Iain <iaingnome@gmail.com>
24058
24059         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
24060         the channels have received a new media event.
24061         (interleave_buffered_loop): Compresses a new media event on all
24062         channels into one.
24063
24064 2004-09-26 Iain <iaingnome@gmail.com>
24065
24066         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
24067         call the sinkpad's default event handler and not the srcpads. He also
24068         says this is confusing :)
24069         (gst_wavenc_stop_file): Company says that seek events only go upstream
24070         we should send a discontinuous downstream instead.
24071
24072 2004-09-25  Christian Schaller <christian@fluendo.com>
24073
24074         * Update SPEC file to be usable in conjunction with Fedora Core,
24075           Fedora.us and freshrpms packages
24076         * Fix typo in multifilesrc test Makefile
24077
24078 2004-09-24  Wim Taymans  <wim@fluendo.com>
24079
24080         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24081         Only signal the no_more_pads signal when we have
24082         added the stream to our list.
24083
24084 2004-09-24  Wim Taymans  <wim@fluendo.com>
24085
24086         * gst/playback/gstplaybasebin.c: (remove_prerolls),
24087         (new_decoded_pad):
24088         * gst/playback/gstplaybasebin.h:
24089         * gst/playback/gstplaybin.c: (setup_sinks):
24090         Don't try to preroll or decode more than one audio/video
24091         track.
24092
24093 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24094
24095         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24096           Throw error if we failed to find a suitable output. This should
24097           throw an error if we successfully set up a pipeline (e.g. because
24098           we recognized a media file) but found no decodable streams in it
24099           (e.g. because it contains only media stream types for which we
24100           have no decoders, or because it's not a media type).
24101
24102 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24103
24104         * ext/dirac/Makefile.am:
24105         * ext/dirac/gstdirac.cc:
24106         * ext/dirac/gstdiracdec.cc:
24107         * ext/dirac/gstdiracdec.h:
24108           Do something. Don't actually know if this works because I don't
24109           have a demuxer yet.
24110         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
24111           Add channels=1 to caps returned from _getcaps().
24112         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
24113         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
24114         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
24115         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
24116         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
24117         (gst_ogm_parse_change_state):
24118           Separate between audio/video so ogmaudioparse actually uses the
24119           audio pad templates. Both audio and video work now, including
24120           autoplugging. Also use sometimes-srcpad hack.
24121         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24122           Handle events better. Don't hang on infinite loops.
24123         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
24124         (gst_avi_demux_init), (gst_avi_demux_reset),
24125         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
24126         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
24127         (gst_avi_demux_change_state):
24128         * gst/avi/gstavidemux.h:
24129           Improve A/V sync. Still not perfect.
24130         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
24131         (gst_ebml_read_skip):
24132           Handle events better.
24133         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24134         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
24135         (qtdemux_audio_caps):
24136           Add IMA4. Improve event handling. Save offset after a seek when
24137           the headers are at the end of the file so that we don't end up in
24138           an infinite loop.
24139         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
24140           Add low-priority typefind support for files with no length.
24141
24142 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24143
24144         * testsuite/multifilesink/Makefile.am:
24145         fix typo
24146
24147 2004-09-22  Julien MOUTTE  <julien@moutte.net>
24148
24149         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
24151         mistakes from thaytan's patches.
24152
24153 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24154
24155         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24156           For completeness, XSync in the destroy function as xvimage does.
24157
24158 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24159
24160         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24161            Correct caps negotiation
24162         * gst/volume/gstvolume.c: (volume_chain_float),
24163         (volume_chain_int16):
24164            Modify debug output to be little more informative
24165         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
24166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24167         (gst_xvimagesink_xvimage_destroy):
24168           Add XSync calls after detaching from the shared memory segment to
24169           avoid a crash.
24170
24171 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24172
24173         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24174         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
24175         * ext/vorbis/vorbis.c: (plugin_init):
24176         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
24177         (gst_vorbisenc_chain):
24178         * ext/vorbis/vorbisenc.h:
24179         remove explicit newmedia support from oggmux and vorbisenc
24180         add debug category to vorbisenc
24181         * gst/multifilesink/gstmultifilesink.c:
24182         (gst_multifilesink_class_init), (gst_multifilesink_init),
24183         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
24184         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
24185         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
24186         (plugin_init):
24187         * gst/multifilesink/gstmultifilesink.h:
24188         add support for streamheader in multifilesink
24189
24190 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24191
24192         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
24193         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
24194         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
24195           Prevent infinite loops. More correct error reporting.
24196         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24197           Error out if negotiation fails.
24198         * gst/playback/gstplaybasebin.c: (setup_source),
24199         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
24200         (gst_play_base_bin_found_tag):
24201           Error/tag forwarding. Pre-roll fixes for source errors on state
24202           changes (e.g. "file does not exist") to prevent hangs.
24203
24204 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24205
24206         * testsuite/multifilesink/Makefile.am:
24207         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
24208         (gst_newmedia_class_init), (gst_newmedia_init),
24209         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24210         (newfile_signal), (test_signal), (main):
24211         * testsuite/multifilesink/multifilesrc_test.c: (main):
24212         * testsuite/multifilesink/oggtheora_test.c:
24213         (gst_newmedia_base_init), (gst_newmedia_class_init),
24214         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24215         (test_format), (newfile_signal), (test_signal), (main):
24216         * testsuite/multifilesink/oggvorbis_test.c:
24217         (gst_newmedia_base_init), (gst_newmedia_class_init),
24218         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24219         (test_format), (newfile_signal), (test_signal), (main):
24220         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
24221         (gst_newmedia_class_init), (gst_newmedia_init),
24222         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24223         (newfile_signal), (test_signal), (main):
24224         New media tests
24225
24226 2004-09-20  Christian Schaller <christian@fluendo.com>
24227
24228         * Fix mikmod license to LGPL as they have relicensed
24229         * Move Dirac and Effectv into LGPL section of README_license
24230
24231 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24232
24233         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
24234         (gst_mad_change_state):
24235           Allow for mp3 rate/channels changes. However, only very
24236           conservatively. Reason that we *have* to enable this is smiply
24237           because the mad find_sync() function is not good enough, it will
24238           regularly sync on random data as valid frames and therefore make
24239           us provide random caps as *final* caps of the stream. The best fix
24240           I could think of is to simply require several of the same stream
24241           changes in a row before we change caps.
24242           The actual testcase that works now is #
24243         * ext/ogg/Makefile.am:
24244         * ext/ogg/gstogg.c: (plugin_init):
24245         * ext/ogg/gstogmparse.c:
24246           OGM support (video only for now; I need an audio sample file).
24247         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24248         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
24249         (gst_asf_demux_add_video_stream):
24250           WMV extradata.
24251         * gst/playback/gstplaybasebin.c: (unknown_type):
24252           Don't error out on single unknown-types after all. It's wrong.
24253           If we found type of video and audio but not of a subtitle stream,
24254           it will still error out (which is unwanted). Will find a better fix
24255           later on.
24256         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
24257         (ogmaudio_type_find), (plugin_init):
24258           OGM support.
24259
24260 2004-09-20  Johan Dahlin  <johan@gnome.org>
24261
24262         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24263         after setting caps.
24264
24265 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24266
24267         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24268         * gst/wavenc/gstwavenc.h:
24269         Added newmedia support to wavenc
24270
24271 2004-09-17  Wim Taymans  <wim@fluendo.com>
24272
24273         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24274         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24275         (gst_fdset_fd_can_write), (gst_fdset_wait):
24276         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24277         (gst_multifdsink_init), (gst_multifdsink_add),
24278         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24279         (gst_multifdsink_remove_client_link),
24280         (gst_multifdsink_client_queue_buffer),
24281         (gst_multifdsink_handle_client_write),
24282         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24283         (gst_multifdsink_close), (gst_multifdsink_change_state):
24284         * gst/tcp/gstmultifdsink.h:
24285         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24286         (gst_tcpserversink_removed):
24287         Small cleanups in fdset.c
24288         Use a hastable to map fd to the client structure for faster
24289         lookup in _remove and get_stats.
24290         Added virtual function to close the fds.
24291         Handle clients even when the select/poll call was unblocked because
24292         of a command.
24293         Implement syncing to keyframe in the recovery procedure.
24294
24295 2004-09-16 Iain <iaingnome@gmail.com>
24296
24297         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24298         try caps.
24299
24300 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24301
24302         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24303           Caps are only set if the type of the stream is unknown, but this
24304           is initialized in ->init_stream(), so set to UNKNOWN after calling
24305           ->init_stream() so that capsnego starts.
24306
24307 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24308
24309         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24310         (gst_avi_demux_stream_data):
24311           Just hardcode for raw audio then. AVI audio sucks.
24312
24313 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24314
24315         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24316         * gst/matroska/matroska-mux.c: (audiosink_templ),
24317         (gst_matroska_mux_audio_pad_link):
24318         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24319         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24320
24321 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24322
24323         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24324         (gst_avi_demux_stream_data):
24325           Try to fix a/v sync issues.
24326
24327 2004-09-15  David Schleef  <ds@schleef.org>
24328
24329         * configure.ac: remove NASM check, since we don't use it.  Update
24330         dirac check to 0.4
24331         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24332         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24333         Initialized variables.
24334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24335         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24336         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24337         SVQ3 format
24338
24339 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24340
24341         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24342         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24343         * gst/avi/gstavidemux.h:
24344           Fix for compressed audio (mp3) timestamp generation. How did this
24345           ever work?
24346
24347 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24348
24349         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24350           Volume is a double not a float.
24351
24352 2004-09-15  Wim Taymans  <wim@fluendo.com>
24353
24354         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24355         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24356         Don't close the fd in multifdsink as we didn't open it in the
24357         first place. Some cleanups.
24358
24359 2004-09-15  Wim Taymans  <wim@fluendo.com>
24360
24361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24363         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24364         Fix the case where the muxer would mark pages as delta
24365         frames when they are not (vorbis only ogg).
24366
24367 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24368
24369         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24370         (gst_play_base_bin_change_state):
24371           Handle the case where we failed to setup a clear pipeline. This
24372           will throw an error (or EOS, another nice case) and if you don't
24373           catch that, the app will wait for the signal forever (and thus
24374           hang).
24375
24376 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24377
24378         * ext/gnomevfs/gstgnomevfssink.c:
24379         (gst_gnomevfssink_uri_get_protocols):
24380         * ext/gnomevfs/gstgnomevfssrc.c:
24381         (gst_gnomevfssrc_uri_get_protocols):
24382         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24383         * ext/gnomevfs/gstgnomevfsuri.h:
24384           Use _uri_new() instead of _open(), so it doesn't take as long and
24385           Christophe's computer won't hang.
24386         * gst/playback/gstplaybasebin.c: (unknown_type):
24387           Throw error on unknown media type, so apps actually display it.
24388
24389 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24390
24391         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24392           this script to work on Solaris since bash shell handles echo
24393           differenly than bash.
24394
24395 2004-09-17  Wim Taymans  <wim@fluendo.com>
24396
24397         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24398         (setup_source), (gst_play_base_bin_set_property),
24399         (gst_play_base_bin_add_element):
24400         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24401         Some more work on making sure seeking pauses the pipeline and
24402         that changing the uri actually does something.
24403
24404 2004-09-17  Wim Taymans  <wim@fluendo.com>
24405
24406         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24407         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24408         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24409         (gst_tcpserversink_close):
24410         Be a bit more paranoid when freeing memory.
24411
24412 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24413
24414         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24415         (qtdemux_parse_trak):
24416           Don't crash by dividing by zero (see sample movie in #126922).
24417
24418 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24419
24420         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24421           Don't touch non-existing data (fixes crash on file in #140147).
24422
24423 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24424
24425         * gst/playback/gstplaybasebin.c:
24426         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24427           Handle double disposals, and proper change of URIs.
24428
24429 2004-09-13  Martin Eikermann <meiker@upb.de>
24430
24431         * gst/mpegstream/gstmpegparse.c:
24432           fix synchronistation for streams recorded from digital PCR
24433           fixes bug #119376
24434
24435 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24436
24437         * ext/gnomevfs/Makefile.am:
24438         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24439         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24440         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24441         (gst_gnomevfssink_uri_get_type),
24442         (gst_gnomevfssink_uri_get_protocols),
24443         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24444         (gst_gnomevfssink_uri_handler_init),
24445         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24446         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24447         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24448         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24449         (gst_gnomevfssrc_uri_get_type),
24450         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24451         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24452         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24453         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24454         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24455         * ext/gnomevfs/gstgnomevfsuri.h:
24456           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24457           of fake URIs to see which this version of Gnome-VFS likes, and
24458           uses that for the Gst-URI interface. Makes playbin support http://
24459           streams. Also fix up some stupid behaviour in gnomevfssrc.
24460
24461 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24462
24463         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24464         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24465         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24466         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24467           Update mixer (to sync with other sessions) if we try to obtain
24468           a new value. This makes alsamixer work accross applications.
24469         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24470           Only call sync functions if we're running, else alsalib asserts.
24471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24472           Sometimes fails to compile. Possibly a gcc bug.
24473         * gst/playback/gstplaybin.c: (gen_video_element),
24474         (gen_audio_element):
24475           Add a reference to an application-provided object, because we lose
24476           this same reference if we add it to the bin. If we don't do this,
24477           we can only use this object once and thus crash if we go from
24478           ready to playing, back to ready and back to playing again.
24479           Also add an audioscale element because several cheap soundcards -
24480           like mine - don't support all samplerates.
24481         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24482         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24483           Fix wrong order or PAR calls. Makes automatically obtained PAR
24484           from the X server atually being used.
24485
24486 2004-09-12  David Schleef  <ds@schleef.org>
24487
24488         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24489         #151887, #152102, #152247.
24490         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24491         * examples/seeking/cdparanoia.c: same
24492         * examples/seeking/cdplayer.c: same
24493         * examples/seeking/seek.c: same
24494         * examples/seeking/spider_seek.c: same
24495         * examples/seeking/vorbisfile.c: same
24496         * examples/stats/mp2ogg.c: same
24497         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24498         (gst_esdsink_dispose): Dispose of element properly.
24499         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24500         fixes.
24501         * ext/nas/nassink.c: (gst_nassink_class_init),
24502         (gst_nassink_dispose): Dispose of element correctly.
24503         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24504         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24505         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24506         Fix 64-bit warning.
24507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24508         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24509         Fix 64-bit warning.
24510
24511 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24512
24513         * configure.ac : change speex detection as 1.1.6 now uses
24514           .pc/pkg-config and they changed their headers location.
24515
24516 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24517
24518         * gst/matroska/matroska-mux.h:
24519         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24520         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24521         (gst_matroska_mux_write_data):
24522           Write multiple blocks/frames per cluster.
24523                 Write meta-seek information (seek heads).
24524
24525 2004-09-09  Scott Wheeler <wheeler@kde.org>
24526
24527         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24528         (gst_play_bin_set_property), (gst_play_bin_get_property),
24529         (gen_audio_element), (gen_audio_element):
24530           Add a volume element / property to the pipeline.
24531
24532 2004-09-07  Wim Taymans  <wim@fluendo.com>
24533
24534         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24535         Copy timestamps from the master pad to the output buffers.
24536
24537 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24538
24539         * ext/raw1394/gstdv1394src.c:
24540           throw errors when applicable
24541
24542 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24543
24544         * gst/matroska/ebml-ids.h:
24545         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24546         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24547         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24548           automatically convert unix time <-> ebml time when reading/writing
24549           a date, use gst_ebml_write_uint to write CUETIME,
24550           not gst_ebml_write_date.
24551         * gst/matroska/matroska-ids.h:
24552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24553         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24554         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24555         (gst_matroska_mux_write_data):
24556           Write track and segment UIDs, write muxing date, write
24557           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24558           Create cues for audio only files.
24559
24560 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24561
24562         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24563         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24564           Re-commit ALSA switches.
24565         * gst/adder/gstadder.c: (gst_adder_loop):
24566           64-bit fix (#151416).
24567         * gst/debug/progressreport.c: (gst_progressreport_report):
24568           64-bit fix (#151419).
24569         * gst/matroska/matroska-demux.c:
24570         (gst_matroska_demux_parse_contents):
24571           64-bit fix (#151420).
24572         * gst/playback/test3.c: (update_scale):
24573           64-bit fix (#151421).
24574
24575 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24576
24577         * configure.ac:
24578           bump nano to cvs
24579
24580 === release 0.8.4 ===
24581
24582 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24583
24584         * configure.ac: releasing 0.8.4, "Alias"
24585
24586 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24587
24588         * ext/theora/Makefile.am:
24589           fix makefile.  Fixes #151462.
24590
24591 2004-08-30  Wim Taymans  <wim@fluendo.com>
24592
24593         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24594         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24595         (gst_multifdsink_remove_client_link),
24596         (gst_multifdsink_client_queue_buffer),
24597         (gst_multifdsink_handle_client_write):
24598         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24599         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24600         Fix some memory leaks.
24601
24602 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24603
24604         Patch by: David Schleef
24605
24606         * configure.ac:
24607         * sys/Makefile.am:
24608           rename our detection macro for V4L2.  Fixes #151236.
24609
24610 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24611
24612         Patch by: David Schleef
24613
24614         * configure.ac:
24615           check to define LAMEPRESET.  Fixes #151232.
24616
24617 2004-08-27  David Schleef  <ds@schleef.org>
24618
24619         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24620         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24621         (gst_glimagesink_fixate):  Move local variable declarations to
24622         make gcc-2.95 happy.
24623
24624 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24625
24626         * configure.ac:
24627           bump nano for prerelease
24628
24629 2004-08-27  David Schleef  <ds@schleef.org>
24630
24631         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24632         * sys/sunaudio/gstsunaudiosrc.c:
24633         * sys/sunaudio/gstsunaudiosrc.h:
24634
24635 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24636
24637         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24638         handle EOS correctly
24639         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24640         * gst/matroska/matroska-mux.h:
24641         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24642         VFW compatibility mode
24643
24644 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24645
24646         patch by: Zaheer Abbas Merali
24647
24648         * ext/ogg/gstoggmux.c:
24649         * ext/vorbis/vorbisenc.c:
24650         * ext/vorbis/vorbisenc.h:
24651           handle NEWMEDIA
24652
24653 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24654
24655         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24656         fix byte order reversion on little endian machines.
24657         * gst/matroska/matroska-mux.c: (audiosink_templ),
24658         (gst_matroska_mux_audio_pad_link):
24659         add TTA codec to the list of supported codecs.
24660         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24661         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24662         (gst_matroska_mux_write_data):
24663         * gst/matroska/matroska-mux.h:
24664         write segment duration correctly, write muxing app string, fixes bugs
24665         #140897 and #140898.
24666         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24667         wait for all pads to be negotiated before starting to mux.
24668
24669 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24670
24671         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24672         * ext/lame/gstlame.h:
24673         Added new media support to lame
24674
24675 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24676
24677         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24678         send vorbis headers at the beginning of a stream, fixes bug #141554.
24679         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24680         bug #148950.
24681         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24682         (gst_matroska_demux_plugin_init):
24683         * gst/matroska/matroska-ids.h:
24684         enable demuxing of TTA audio streams, fixes bug #148951.
24685         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24686         enable typefinding for TTA audio files, fixes bug #148711.
24687         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24688         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24689         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24690
24691 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24692
24693         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24694         (gst_riff_read_element_data), (gst_riff_read_seek),
24695         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24696         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24697         <teuf@gnome.org>
24698
24699 2004-08-23 Iain <iaingnome@gmail.com>
24700
24701         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24702         tags. They appear to be handled differently to normal.
24703         (tag_list_to_id3_tag_foreach): Ditto.
24704
24705 2004-08-22  Wim Taymans  <wim@fluendo.com>
24706
24707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24708         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24709         Make sure we never send -1 granulepos.
24710
24711 2004-08-20  Wim Taymans  <wim@fluendo.com>
24712
24713         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24714         (gst_ogg_mux_loop):
24715         I will accept bitchslappings with non sharp objects.
24716
24717 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24718
24719         * configure.ac:
24720         Clean up the test for lame presets
24721
24722 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24723
24724         * configure.ac:
24725         * ext/lame/Makefile.am:
24726         * ext/lame/gstlame.c: (gst_lame_class_init),
24727         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24728         Only enable lame presets if version of lame has presets in API
24729
24730 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24731         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24732         * gst/udp/gstudpsrc.h:
24733           Don't call gst_pad_push in a get function. Fixes #150449
24734
24735 2004-08-18  Wim Taymans  <wim@fluendo.com>
24736
24737         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24738         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24739         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24740         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24741         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24742         (gst_fdset_wait):
24743         * gst/tcp/gstfdset.h:
24744         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24745         (gst_multifdsink_client_queue_buffer),
24746         (gst_multifdsink_handle_client_write):
24747         * gst/tcp/gstmultifdsink.h:
24748         Some extra checks in gstfdset.
24749         Only use send() when the fd is a socket. Don't try to
24750         read from write only fds.
24751
24752 2004-08-18  Wim Taymans  <wim@fluendo.com>
24753
24754         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24755         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24756         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24757         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24758         (gst_fdset_wait):
24759         Add more locking and bounds checking.
24760
24761 2004-08-18  Wim Taymans  <wim@fluendo.com>
24762
24763         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24764         Realloc test fdset in the lock and right before starting
24765         the poll call. Bump the limit to 4096.
24766
24767 2004-08-17  David Schleef  <ds@schleef.org>
24768
24769         * sys/sunaudio/Makefile.am:
24770         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24771         of rates and channels.  Make debugging less obnoxious.
24772
24773         Patch from Balamurali Viswanathan implementing a mixer for
24774         Sun audio.  (bug #144091):
24775         * sys/sunaudio/gstsunelement.c:
24776         * sys/sunaudio/gstsunelement.h:
24777         * sys/sunaudio/gstsunmixer.c:
24778         * sys/sunaudio/gstsunmixer.h:
24779
24780 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24781
24782         * gst/audioscale/gstaudioscale.c:
24783         * gst/audioscale/gstaudioscale.h:
24784         made audioscale resample from any sample rate to any sample rate
24785
24786 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24787
24788         * ext/libpng/gstpngdec.c:
24789           error out on unsupported types
24790
24791 2004-08-17  Iain <iaingnome@gmail.com>
24792
24793         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24794         mid_side and loose_mid_side properties if its a stereo stream.
24795
24796 2004-08-17  Wim Taymans  <wim@fluendo.com>
24797
24798         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24799         (theora_get_formats), (theora_dec_src_convert),
24800         (theora_dec_sink_convert), (theora_dec_src_query),
24801         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24802         Add a debug line.
24803
24804 2004-08-17  Wim Taymans  <wim@fluendo.com>
24805
24806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24807         (gst_ogg_pad_push):
24808         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24809         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24810         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24811         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24812         Mark delta units in the muxer.
24813         Try to decode the packet after an out-of-sync error from
24814         libogg.
24815
24816 2004-08-17  Wim Taymans  <wim@fluendo.com>
24817
24818         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24819         (gst_multifdsink_init), (gst_multifdsink_add),
24820         (gst_multifdsink_client_queue_buffer),
24821         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24822         * gst/tcp/gstmultifdsink.h:
24823         Added option to send a keyframe to clients as the first buffer.
24824         Make timeout property writable.
24825
24826 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24827
24828         patch by: Wim Taymans
24829
24830         * gst/tcp/gstfdset.c:
24831         * gst/tcp/gstmultifdsink.c:
24832           fix index comparison, should include 0
24833
24834 2004-08-16  Wim Taymans  <wim@fluendo.com>
24835
24836         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24837         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24838         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24839         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24840         (gst_fdset_wait):
24841           copy when reallocing for poll so the select arguments don't get
24842           changed during the call
24843
24844 2004-08-16  Wim Taymans  <wim@fluendo.com>
24845
24846         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24847         (gst_theora_enc_class_init), (theora_enc_sink_link),
24848         (theora_buffer_from_packet), (theora_enc_chain):
24849         Fix bug where buffers were not marked as keyframes
24850         correctly.
24851
24852 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24853
24854         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24855         (gst_lame_preset_get_type), (gst_lame_class_init):
24856         describe the enum values for vbr mode and presets more verbosely
24857
24858 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24859
24860         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24861         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24862         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24863         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24864         * ext/lame/gstlame.h:
24865         add preset property to lame so it can use lame presets
24866
24867 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24868
24869         * ext/lame/gstlame.c: (gst_lame_get_property):
24870         whoops forgot break, thanks teuf
24871
24872 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24873
24874         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24875         (gst_lame_class_init), (gst_lame_src_getcaps),
24876         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24877         (gst_lame_get_property), (gst_lame_setup):
24878         * ext/lame/gstlame.h:
24879         fix lame's broken vbr stuff, allow it to resample if need be, and also
24880         make xing header optional
24881
24882 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24883
24884         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24885         added getcaps function so samplerate doesnt get fixated to silly values
24886
24887 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24888
24889         * ext/lame/gstlame.c: (gst_lame_src_link):
24890         revert previous fix
24891
24892 2004-08-12  Johan Dahlin  <johan@gnome.org>
24893
24894         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24895         checks. Doesn't matter what state we are in. Interfaces are a
24896         compile time thing, not runtime. It also broke the python bindings.
24897
24898 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24899
24900         * ext/lame/gstlame.c: (gst_lame_src_link):
24901         made source pad link function check if sinkpad is ok..fixes the problem
24902         where core fixates the output rate of lame stupidly
24903
24904 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24905
24906         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24907         * sys/v4l/v4l_calls.c:
24908         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24909           fix fixate function to handle nonsimple caps.
24910           remove bogus check in _link
24911           cleanups
24912
24913 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24914
24915         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24916         set default compression ratio parameter to 0.0 so bitrate parameter
24917         works :)
24918
24919 2004-08-11  David Schleef  <ds@schleef.org>
24920
24921         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24922
24923 2004-08-11  David Schleef  <ds@schleef.org>
24924
24925         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24926         before.
24927
24928 2004-08-11  David Schleef  <ds@schleef.org>
24929
24930         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24931
24932 2004-08-11  David Schleef  <ds@schleef.org>
24933
24934         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24935           license field
24936         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24937         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24938           LGPL.
24939         * gst/auparse/gstauparse.c: Fix plugin license field.
24940         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24941         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24942         * gst/rtp/gstrtp.c: Fix plugin license field.
24943
24944 2004-08-11  Wim Taymans  <wim@fluendo.com>
24945
24946         * gst/tcp/Makefile.am:
24947         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24948         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24949         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24950         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24951         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24952         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24953         (gst_fdset_fd_can_write), (gst_fdset_wait):
24954         * gst/tcp/gstfdset.h:
24955         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24956         (gst_multifdsink_class_init), (gst_multifdsink_init),
24957         (gst_multifdsink_add), (gst_multifdsink_remove),
24958         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24959         (gst_multifdsink_remove_client_link),
24960         (gst_multifdsink_handle_client_read),
24961         (gst_multifdsink_client_queue_data),
24962         (gst_multifdsink_client_queue_caps),
24963         (gst_multifdsink_client_queue_buffer),
24964         (gst_multifdsink_handle_client_write),
24965         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24966         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24967         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24968         (gst_multifdsink_close):
24969         * gst/tcp/gstmultifdsink.h:
24970         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24971         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24972         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24973         (gst_tcpserversink_close):
24974         * gst/tcp/gsttcpserversink.h:
24975         Abstracted away the select call, implemented poll (yes we ran into
24976         the 1024 limit in production).
24977
24978 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24979
24980         * gst/tcp/gsttcp.c:
24981         * gst/tcp/gsttcpplugin.c:
24982           improve debuggging, remove assert
24983
24984 2004-08-10  Wim Taymans  <wim@fluendo.com>
24985
24986         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24987         (gst_client_status_get_type), (gst_multifdsink_class_init),
24988         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24989         (gst_multifdsink_handle_client_read),
24990         (gst_multifdsink_handle_client_write),
24991         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24992         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24993         (gst_multifdsink_get_property):
24994         * gst/tcp/gstmultifdsink.h:
24995         * gst/tcp/gsttcp-marshal.list:
24996         Starting to prepare for specifying buffer time in other units
24997         than buffers. Expose remove reason in signal.
24998
24999 2004-08-10  Wim Taymans  <wim@fluendo.com>
25000
25001         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25002         (gst_multifdsink_remove), (gst_multifdsink_clear),
25003         (gst_multifdsink_remove_client_link),
25004         (gst_multifdsink_handle_client_read),
25005         (gst_multifdsink_client_queue_data),
25006         (gst_multifdsink_client_queue_buffer),
25007         (gst_multifdsink_handle_client_write),
25008         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
25009         (gst_multifdsink_chain), (gst_multifdsink_close):
25010         * gst/tcp/gstmultifdsink.h:
25011         Added more debugging info. Changed the way clients are
25012         removed from the lists. Fixed a bug where a bad file descriptor
25013         could cause many clients to be removed.
25014
25015 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25016
25017         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
25018           allow all pixel-aspect-ratios, not just 1:1
25019
25020 2004-08-09  David Schleef  <ds@schleef.org>
25021
25022         * sys/glsink/ARB_multitexture.h:  Remove old files.
25023         * sys/glsink/EXT_paletted_texture.h:
25024         * sys/glsink/NV_register_combiners.h:
25025         * sys/glsink/gstgl_nvimage.c:
25026         * sys/glsink/gstgl_pdrimage.c:
25027         * sys/glsink/gstgl_rgbimage.c:
25028         * sys/glsink/gstglsink.c:
25029         * sys/glsink/gstglsink.h:
25030         * sys/glsink/gstglxwindow.c:
25031         * sys/glsink/regcomb_yuvrgb.c:
25032
25033 2004-08-09  David Schleef  <ds@schleef.org>
25034
25035         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
25036         GL sink plugin.  (Bug #147302)
25037
25038         * configure.ac: Test for OpenGL
25039         * sys/Makefile.am: Use test for OpenGL
25040         * sys/glsink/Makefile.am:
25041         * sys/glsink/glimagesink.c: rewrite
25042         * sys/glsink/glimagesink.h: rewrite
25043
25044 2004-08-09  David Schleef  <ds@schleef.org>
25045
25046         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
25047         sane framerates.
25048         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
25049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
25050         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
25051
25052 2004-08-09  Wim Taymans  <wim@fluendo.com>
25053
25054         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25055         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25056         (gst_multifdsink_client_remove),
25057         (gst_multifdsink_handle_client_read),
25058         (gst_multifdsink_handle_client_write),
25059         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25060         Do a bit more logging, make the client_read code more robust.
25061
25062 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25063
25064         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
25065         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
25066         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
25067         (gst_jpegdec_init), (gst_jpegdec_chain):
25068         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
25069         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
25070           cleanups, debugging fixes and memleak plugging
25071
25072 2004-08-09  Wim Taymans  <wim@fluendo.com>
25073
25074         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25075         (theora_get_formats), (theora_dec_src_convert),
25076         (theora_dec_sink_convert), (theora_dec_src_query),
25077         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
25078         (theora_dec_change_state):
25079         Don't crash on missing header packets.
25080
25081 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25082
25083         * po/LINGUAS:
25084         * po/sq.po:
25085           Added Albanian translation (Laurent Dhima)
25086         * po/cs.po:
25087           updated
25088
25089 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25090
25091         * ext/lame/gstlame.c:
25092           fix/add debugging
25093
25094 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25095
25096         * sys/ximage/ximagesink.c:
25097         * sys/xvimage/xvimagesink.c:
25098           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
25099
25100 2004-08-06  Wim Taymans  <wim@fluendo.com>
25101
25102         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25103         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25104         (gst_multifdsink_client_remove),
25105         (gst_multifdsink_handle_client_read),
25106         (gst_multifdsink_handle_client_write),
25107         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25108         Make sure we don't try to read more from a client that what
25109         ioctl says us or we deadlock.
25110
25111 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25112
25113         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
25114         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
25115         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
25116           decouple running_time and n_frames so it can handle changing
25117           framerate while running
25118
25119 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25120
25121         * po/nl.po:
25122         * po/sv.po:
25123           updated translations
25124
25125 2004-08-04  Benjamin Otte  <otte@gnome.org>
25126
25127         * gst/videotestsrc/gstvideotestsrc.c:
25128         (gst_videotestsrc_get_capslist), (generate_capslist),
25129         (plugin_init):
25130           generate the list of supported caps at startup and reuse it instead
25131           of always generating it
25132
25133 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25134
25135         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
25136           whoops, last checkin broke normal build
25137
25138 2004-08-03  Benjamin Otte  <otte@gnome.org>
25139
25140         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
25141         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25142         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25143         (gst_alsa_mixer_get_option):
25144         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
25145         (dvdnavsrc_print_event):
25146         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
25147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
25148         (gst_ogg_mux_pad_unlink):
25149         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
25150         (gst_multipart_mux_pad_unlink):
25151         * gst/videofilter/gstvideobalance.c:
25152         (gst_videobalance_colorbalance_set_value):
25153         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
25154         (gst_videomixer_pad_unlink):
25155         * po/uk.po:
25156         * sys/oss/gstossmixer.c:
25157         * sys/v4l/gstv4lcolorbalance.c:
25158         * sys/v4l/gstv4ltuner.c:
25159         * sys/v4l/v4lsrc_calls.c:
25160         * sys/v4l2/gstv4l2colorbalance.c:
25161         * sys/v4l2/gstv4l2tuner.c:
25162           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
25163
25164 2004-08-03  Benjamin Otte  <otte@gnome.org>
25165
25166         * examples/dynparams/filter.c: (ui_control_create):
25167         * examples/gstplay/player.c: (print_tag):
25168         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
25169         * ext/gdk_pixbuf/gstgdkanimation.c:
25170         (gst_gdk_animation_iter_may_advance):
25171         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
25172         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
25173         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
25174         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
25175         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
25176         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
25177         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
25178         * gst/sine/demo-dparams.c: (main):
25179         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
25180         * testsuite/alsa/formats.c: (create_pipeline):
25181         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
25182           fixes for G_DISABLE_ASSERT and friends
25183         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25184         (mp3_type_frame_length_from_header), (mp3_type_find),
25185         (plugin_init):
25186           require mp3 typefinding to have at least MIN_HEADERS valid headers
25187           add typefinding for AAC adts files
25188
25189 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
25190
25191         * sys/ximage/ximagesink.c:
25192         (gst_ximagesink_calculate_pixel_aspect_ratio):
25193         * sys/xvimage/xvimagesink.c:
25194         (gst_xvimagesink_calculate_pixel_aspect_ratio):
25195         Make sure we calculate pixel-aspect-ratio using floating point maths
25196
25197 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25198
25199         * po/uk.po:
25200           updated translation
25201
25202 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25203
25204         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
25206           add debugging for display PAR calculation
25207
25208 2004-08-02  David Schleef  <ds@schleef.org>
25209
25210         * configure.ac: Fix mikmod CFLAGS.
25211
25212 2004-07-27  Benjamin Otte  <otte@gnome.org>
25213
25214         * gst/audioscale/gstaudioscale.c:
25215         - fix templates to only support S16, it's the only format that works
25216         - make caps nego code use try_set_caps_nonfixed and fixation instead
25217         of try_set_caps twice, which is not nice for autopluggers
25218         - change rank to secondary, so autopluggers can pick it up after
25219         audioconvert
25220
25221 2004-08-02  Iain <iain@prettypeople.org>
25222
25223         * gst/interleave/interleave.c (interleave_init),
25224         (interleave_request_new_pad),
25225         (interleave_pad_removed),
25226         (interleave_buffered_loop): Use the real pad count, not the artificial
25227         one.
25228
25229 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25230
25231         * configure.ac: bump nano back to development
25232
25233 === release 0.8.3 ===
25234
25235 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25236
25237         * configure.ac: releasing 0.8.3, "Water"
25238
25239 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25240
25241         * sys/xvimage/xvimagesink.c:
25242         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25243         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
25244         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
25245         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25246         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25247         * sys/xvimage/xvimagesink.h:
25248           apply similar PAR fixes as to ximagesink
25249
25250 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25251
25252         patch from: Benjamin Otte
25253
25254         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
25255           add link function to lame.  Fixes #148986.
25256
25257 2004-08-02  Johan Dahlin  <johan@gnome.org>
25258
25259         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25260         fix debugging log
25261
25262 2004-07-30  David Schleef  <ds@schleef.org>
25263
25264         * gst/videomixer/Makefile.am: Fix things that should have been
25265         fixed in the last checkin.
25266
25267 2004-07-30  David Schleef  <ds@schleef.org>
25268
25269         * gst/multipart/Makefile.am: Fix things that should have been
25270         fixed in the last checkin.
25271
25272 2004-07-30  David Schleef  <ds@schleef.org>
25273
25274         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25275
25276 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25277
25278         * configure.ac:
25279           bump nano for prerelease
25280         * po/af.po:
25281         * po/az.po:
25282         * po/cs.po:
25283         * po/en_GB.po:
25284         * po/hu.po:
25285         * po/nl.po:
25286         * po/sr.po:
25287         * po/sv.po:
25288         * po/uk.po:
25289           updates
25290
25291 2004-07-30  Wim Taymans  <wim@fluendo.com>
25292
25293         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25294         (gst_multifdsink_add), (gst_multifdsink_remove),
25295         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25296         (gst_multifdsink_client_remove),
25297         (gst_multifdsink_handle_client_write),
25298         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25299         * gst/tcp/gstmultifdsink.h:
25300         Recover from a select with a bad file descriptor by removing
25301         the client.
25302
25303 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25304
25305         * configure.ac:
25306           fix requirement of core
25307         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25308         (gst_play_pipeline_setup):
25309           don't use colorspace element.  do use hermescolorspace element.
25310           make macro to get a colorspace element.
25311           mark strings for translation.
25312         * po/POTFILES.in:
25313           add play.c
25314         * po/af.po:
25315         * po/az.po:
25316         * po/cs.po:
25317         * po/en_GB.po:
25318         * po/hu.po:
25319         * po/nl.po:
25320         * po/sr.po:
25321         * po/sv.po:
25322         * po/uk.po:
25323           update translations
25324
25325 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25326
25327         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25328         fix default for newmedia flag
25329
25330 2004-07-30  Wim Taymans  <wim@fluendo.com>
25331
25332         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25333         (gst_theora_dec_init), (theora_get_formats),
25334         (theora_dec_src_convert), (theora_dec_sink_convert),
25335         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25336         (theora_dec_chain), (theora_dec_set_property),
25337         (theora_dec_get_property):
25338         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25339         (gst_theora_enc_class_init), (gst_theora_enc_init),
25340         (theora_enc_sink_link), (theora_enc_chain),
25341         (theora_enc_set_property), (theora_enc_get_property):
25342         Added cropping option to theora decoder.
25343         Added border option to theora encoder.
25344
25345 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25346
25347         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25348         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25349         (gst_pngenc_set_property):
25350         * ext/libpng/gstpngenc.h:
25351         Added 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
25352
25353 2004-07-30  Wim Taymans  <wim@fluendo.com>
25354
25355         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25356         (theora_enc_sink_link), (theora_enc_chain),
25357         (theora_enc_set_property), (theora_enc_get_property):
25358         Fix encoding of non-multiple-of-16 video.
25359
25360 2004-07-29  David Schleef  <ds@schleef.org>
25361
25362         * configure.ac: make test for audiofile more strict
25363
25364 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25365
25366         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25367           give different names to typefind functions
25368
25369 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25370
25371         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25372         (gst_ximagesink_calculate_pixel_aspect_ratio),
25373         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25374         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25375         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25376         (gst_ximagesink_get_property), (gst_ximagesink_init):
25377         * sys/ximage/ximagesink.h:
25378           allocate PAR's dynamically.
25379           use autodetected PAR if no object-set PAR is given.
25380           add workaround for directfb's X not setting physical size.
25381           fix to xvimagesink will follow tomorrow.
25382
25383 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25384
25385         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25386         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25387         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25388         (gst_shout2send_class_init), (gst_shout2send_init),
25389         (set_shout_metadata), (gst_shout2send_set_metadata),
25390         (gst_shout2send_chain), (gst_shout2send_set_property),
25391         (gst_shout2send_get_property), (gst_shout2send_connect),
25392         (gst_shout2send_change_state):
25393         * ext/shout2/gstshout2.h:
25394         - fix for sending mp3 audio to icecast2 server, if pad link function not
25395         called before PAUSED state
25396         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25397         - added tagging support for mp3 audio broadcasted
25398         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25399         debug info
25400
25401 2004-07-28  Wim Taymans  <wim@fluendo.com>
25402
25403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25404         (gst_ogg_demux_push):
25405         Return query failure when we don't know the length of
25406         an ogg stream insteda of returning TRUE with a bogus value.
25407
25408 2004-07-28  Wim Taymans  <wim@fluendo.com>
25409
25410         * ext/theora/theoradec.c: (theora_get_formats),
25411         (theora_dec_src_convert), (theora_dec_sink_convert),
25412         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25413         (theora_dec_chain):
25414         Don't screw up the 1 Chroma for 1 luma sample situation when we
25415         have an odd offset/width by adding a black border in those cases.
25416
25417 2004-07-28  Wim Taymans  <wim@fluendo.com>
25418
25419         * ext/theora/theoradec.c: (theora_get_formats),
25420         (theora_dec_src_convert), (theora_dec_sink_convert),
25421         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25422         (theora_dec_chain):
25423         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25424         Added first attempt at cropping of the image as required by the
25425         theora spec. We need more properties in the caps (offset_x,
25426         offset_y,stride) to implement this correctly.
25427
25428 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25429
25430         * ext/dvdnav/README:
25431           Update the README to use dvddemux
25432         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25433           Ensure getcaps returns a subset of the template caps
25434         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25435         (gst_mpeg2subt_init):
25436           Ensure getcaps returns a subset of the template caps
25437         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25438         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25439         (gst_dvd_demux_get_subpicture_stream),
25440         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25441         * gst/mpegstream/gstdvddemux.h:
25442           Set the explicit caps on the current_video pad before pushing
25443           anything
25444         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25445         (gst_mpeg_demux_get_audio_stream):
25446           Free caps used to gst_pad_set_explicit_caps, which takes a const
25447           GstCaps *
25448
25449 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25450
25451         * configure.ac: update GStreamer requirement to 0.8.4 because of
25452           GstFraction.
25453
25454 2004-07-28  Wim Taymans  <wim@fluendo.com>
25455
25456         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25457         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25458         Add the pad to the element after setting up the caps. This
25459         makes it a lot easier to autoplug.
25460
25461 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25462
25463         * gst/median/gstmedian.c:
25464         * gst/mpeg2subt/gstmpeg2subt.c:
25465         * gst/mpegaudioparse/gstmpegaudioparse.c:
25466         * gst/mpegstream/gstdvddemux.c:
25467         * gst/mpegstream/gstmpegdemux.c:
25468         * gst/mpegstream/gstmpegpacketize.c:
25469         * gst/rtjpeg/gstrtjpeg.c:
25470         * gst/rtjpeg/gstrtjpegdec.c:
25471         * gst/rtjpeg/gstrtjpegenc.c:
25472         * gst/sine/gstsinesrc.c:
25473         * gst/smooth/gstsmooth.c:
25474         * gst/smpte/gstsmpte.c:
25475         * gst/smpte/gstsmpte.h:
25476         * gst/stereo/gststereo.c:
25477         * gst/videofilter/gstgamma.c:
25478         * gst/videofilter/gstvideobalance.c:
25479         * gst/videofilter/gstvideofilter.c:
25480         * gst/videofilter/gstvideoflip.c:
25481         * gst/videoscale/gstvideoscale.c:
25482         * gst/videoscale/videoscale.c:
25483         * gst/videotestsrc/gstvideotestsrc.c:
25484         * gst/videotestsrc/videotestsrc.c:
25485         * gst/wavenc/gstwavenc.c:
25486         * gst/wavparse/gstwavparse.c:
25487           fix local includes and 64 bits constants
25488
25489 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25490
25491         * win32/gst.sln:
25492         * gst-libs/gst/*/*.vcproj:
25493         * gst/*/*.vcproj:
25494           more working plugins
25495
25496 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25497
25498         * testsuite/alsa/Makefile.am:
25499         * testsuite/alsa/srcstate.c:
25500         add test for alsasrc changing state
25501
25502 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25503
25504         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25505         (gst_silence_get):
25506         * gst/silence/gstsilence.h:
25507         fix silence generation for 16bit raw audio
25508
25509 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25510
25511         * gst/matroska/matroska-demux.c:
25512         (gst_matroska_demux_parse_metadata),
25513         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25514         * gst/mpegaudio/common.c:
25515         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25516         (gst_videoscale_getcaps), (gst_videoscale_link),
25517         (gst_videoscale_src_fixate), (gst_videoscale_init),
25518         (gst_videoscale_finalize):
25519         * gst/videoscale/gstvideoscale.h:
25520         * gst/videotestsrc/gstvideotestsrc.c:
25521         (gst_videotestsrc_get_capslist):
25522         * gst/wavenc/gstwavenc.c:
25523         * sys/oss/gstossmixer.c: (fill_labels):
25524         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25525         (gst_ximagesink_handle_xevents),
25526         (gst_ximagesink_calculate_pixel_aspect_ratio),
25527         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25528         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25529         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25530         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25531         (gst_ximagesink_init), (gst_ximagesink_class_init):
25532         * sys/ximage/ximagesink.h:
25533         * sys/xvimage/xvimagesink.c:
25534         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25535         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25536         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25537         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25538         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25539         * sys/xvimage/xvimagesink.h:
25540           first batch of pixel aspect ratio commits.
25541
25542 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25543
25544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25545         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25546         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25547           handle stride, needs work if we want to move stride handling
25548           upstream, but works correctly for our purposes.
25549
25550 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25551
25552         * gst/videoscale/README:
25553           add testing examples
25554         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25555         (gst_videoscale_chain):
25556         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25557         (gst_videoscale_get_size):
25558           add get_size function that handles stride like videotestsrc.
25559           fixes conversion for YUV formats for as much as I can test them.
25560
25561 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25562
25563         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25564         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25566         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25567         (gst_xvimagesink_xvimage_put):
25568           further cleanups, logging, error handling and synchronizing
25569
25570 2004-07-27  Wim Taymans  <wim@fluendo.com>
25571
25572         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25573         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25574         (gst_videomixer_pad_set_property),
25575         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25576         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25577         (gst_videomixer_class_init), (gst_videomixer_init),
25578         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25579         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25580         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25581         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25582         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25583         (gst_videomixer_loop), (plugin_init):
25584         Be a nicer negotiation citizen and provide a getcaps function on
25585         the srcpad. This also fixes a crash when resizing.
25586
25587 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25588
25589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25590         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25591
25592 2004-07-27  Wim Taymans  <wim@fluendo.com>
25593
25594         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25595         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25596         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25597         (gst_pngenc_set_property):
25598         * ext/libpng/gstpngenc.h:
25599         Added snapshot property to pngenc.
25600         removed g_print from pngdec
25601
25602 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25603
25604         * gst/ac3parse/ac3parse.vcproj
25605         * gst/adder/adder.vcproj
25606         * gst/alpha/alpha.vcproj
25607         * gst/alpha/alphacolor.vcproj
25608         * gst/asfdemux/asf.vcproj
25609         * gst/audioconvert/audioconvert.vcproj
25610         * gst/audiorate/audiorate.vcproj
25611         * gst/audioscale/audioscale.vcproj
25612         * gst/auparse/auparse.vcproj
25613         * gst/avi/avi.vcproj
25614         * gst/cdxaparse/cdxaparse.vcproj
25615         * gst/chart/chart.vcproj
25616         * gst/colorspace/colorspace.vcproj
25617         * gst/cutter/cutter.vcproj
25618         * gst/debug/debug.vcproj
25619         * gst/debug/efence.vcproj
25620         * gst/debug/navigationtest.vcproj
25621         * gst/deinterlace/deinterlace.vcproj
25622         * gst/effectv/effectv.vcproj
25623         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25624         * gst/filter/filter.vcproj
25625         * gst/flx/flxdec.vcproj
25626         * gst/goom/goom.vcproj
25627         * gst/interleave/interleave.vcproj
25628         * gst/law/alaw.vcproj
25629         * gst/law/mulaw.vcproj
25630         * gst/matroska/matroska.vcproj
25631         * gst/median/median.vcproj
25632         * gst/mixmatrix/mixmatrix.vcproj
25633         * gst/mpeg1sys/mpeg1systemencode.vcproj
25634         * gst/mpeg1videoparse/mp1videoparse.vcproj
25635         * gst/mpeg2sub/mpeg2subt.vcproj
25636         * gst/mpegaudio/mpegaudio.vcproj
25637         * gst/mpegaudioparse/mpegaudioparse.vcproj
25638         * gst/mpegstream/mpegstream.vcproj
25639         * gst/multifilesink/multifilesink.vcproj
25640         * gst/multipart/multipart.vcproj
25641         * gst/oneton/oneton.vcproj
25642         * gst/overlay/overlay.vcproj
25643         * gst/passthrough/passthrough.vcproj
25644         * gst/qtdemux/qtdemux.vcproj
25645         * gst/realmedia/rmdemux.vcproj
25646         * gst/rtjpeg/rtjpeg.vcproj
25647         * gst/rtp/rtp.vcproj
25648         * gst/silence/silence.vcproj
25649         * gst/sine/sinesrc.vcproj
25650         * gst/smooth/smooth.vcproj
25651         * gst/smpte/smpte.vcproj
25652         * gst/spectrum/spectrum.vcproj
25653         * gst/speed/speed.vcproj
25654         * gst/stereo/stereo.vcproj
25655         * gst/switch/switch.vcproj
25656         * gst/tags/tagedit.vcproj
25657         * gst/tcp/tcp.vcproj
25658         * gst/typefind/typefindfunctions.vcproj
25659         * gst/udp/udp.vcproj
25660         * gst/videobox/videobox.vcproj
25661         * gst/videocrop/videocrop.vcproj
25662         * gst/videodrop/videodrop.vcproj
25663         * gst/videofilter/gamma.vcproj
25664         * gst/videofilter/videobalance.vcproj
25665         * gst/videofilter/videofilter.vcproj
25666         * gst/videofilter/videoflip.vcproj
25667         * gst/videoflip/videoflip.vcproj
25668         * gst/videomixer/videomixer.vcproj
25669         * gst/videorate/videorate.vcproj
25670         * gst/videoscale/videoscale.vcproj
25671         * gst/videotestsrc/videotestsrc.vcproj
25672         * gst/virtualdub/virtualdub.vcproj
25673         * gst/volenv/volenv.vcproj
25674         * gst/volume/volume.vcproj
25675         * gst/wavenc/wavenc.vcproj
25676         * gst/wavparse/wavparse.vcproj
25677         * gst/y4m/y4menc.vcproj
25678         * gst-libs/gst/audio/audio.vcproj
25679         * gst-libs/gst/audio/audiofilter.vcproj
25680         * gst-libs/gst/colorbalance/colorbalance.vcproj
25681         * gst-libs/gst/idct/idtc.vcproj
25682         * gst-libs/gst/media-info/media-info.vcproj
25683         * gst-libs/gst/mixer/mixer.vcproj
25684         * gst-libs/gst/navigation/navigation.vcproj
25685         * gst-libs/gst/play/play.vcproj
25686         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25687         * gst-libs/gst/resample/resample.vcproj
25688         * gst-libs/gst/riff/riff.vcproj
25689         * gst-libs/gst/tuner/tuner.vcproj
25690         * gst-libs/gst/video/video.vcproj
25691         * gst-libs/gst/xoverlay/xoverlay.vcproj
25692           avoid problems with math.h, fix release dependancy
25693           rename GStreamer-0.8.lib to libgstreamer.lib
25694
25695 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25696
25697         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25699         the atom is not available we have to unlock the mutex. Fixes #148023
25700
25701 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25702
25703         * gst-libs/gst/media-info/media-info.h:
25704           issue for a vararg macro with MSVC
25705
25706 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25707
25708         * gst/effectv/effectv.vcproj
25709         * gst-libs/gst/idct/idct.vcproj:
25710         * gst-libs/gst/media-info/media-info.vcproj:
25711         * gst-libs/gst/navigation/navigation.vcproj:
25712         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25713         * gst-libs/gst/video/video.vcproj:
25714         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25715           fixes for build problems
25716
25717 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25718
25719         * gst-libs/gst/audio/audio.def:
25720         * gst-libs/gst/audio/riff.def:
25721           add some definitions needed by plugins
25722
25723 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25724
25725         * gst/asfdemux/gstasfmux.c
25726           Fix some 64 bits constants to be glib friendly
25727
25728 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25729
25730         * gst/ac3parse/gstac3parse.c
25731         * gst/audioscale/gstaudioscale.c
25732         * gst/auparse/gstauparse.c
25733         * gst/colorspace/gstcolorspace.c
25734         * gst/colorspace/yuv2rgb.h
25735           local include fixes
25736
25737 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25738
25739         * win32/gst.sln
25740           add more plugins to the build
25741
25742 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25743
25744         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25745         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25746
25747 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25748
25749         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25750         (gst_level_set_property), (gst_level_get_property),
25751         (gst_level_base_init), (gst_level_class_init):
25752           add debugging categories.  cleanups.
25753
25754 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25755
25756         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25757         (gst_videoscale_planar411), (gst_videoscale_planar400),
25758         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25759         (gst_videoscale_scale_nearest_str1),
25760         (gst_videoscale_scale_nearest_str2),
25761         (gst_videoscale_scale_nearest_str4),
25762         (gst_videoscale_scale_nearest_16bit),
25763         (gst_videoscale_scale_nearest_24bit):
25764           fixed stride issues
25765           tested with 320x240 -> 321, 322, 324 x240
25766           tested with YV12, I420, YUY2, UYVY
25767           fixed packed422rev (don't think it could have worked before)
25768           by testing with UYVY
25769
25770 2004-07-26  Benjamin Otte  <otte@gnome.org>
25771
25772         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25773         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25774         (plugin_init):
25775           add debugging category, add error checks like checking return values
25776           of setup calls, make sure it still works after
25777           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25778
25779 2004-07-26  Wim Taymans  <wim@fluendo.com>
25780
25781         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25782         (gst_mpeg_demux_get_audio_stream),
25783         (gst_mpeg_demux_process_private):
25784         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25785         Check for error codes from the negotiation functions. Make sure
25786         we really set the pad caps when a new pad is created.
25787
25788 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25789
25790         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25791         (gst_ffmpeg_caps_to_pix_fmt):
25792         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25794         (gst_ffmpegcolorspace_pad_link):
25795           don't make function do two things at the same time without reason.
25796
25797 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25798
25799         * gst/ac3parse/ac3parse.vcproj
25800         * gst/adder/adder.vcproj
25801         * gst/alpha/alpha.vcproj
25802         * gst/alpha/alphacolor.vcproj
25803         * gst/asfdemux/asf.vcproj
25804         * gst/audioconvert/audioconvert.vcproj
25805         * gst/audiorate/audiorate.vcproj
25806         * gst/audioscale/audioscale.vcproj
25807         * gst/auparse/auparse.vcproj
25808         * gst/avi/avi.vcproj
25809         * gst/cdxaparse/cdxaparse.vcproj
25810         * gst/chart/chart.vcproj
25811         * gst/colorspace/colorspace.vcproj
25812         * gst/cutter/cutter.vcproj
25813         * gst/debug/debug.vcproj
25814         * gst/debug/efence.vcproj
25815         * gst/debug/navigationtest.vcproj
25816         * gst/deinterlace/deinterlace.vcproj
25817         * gst/effectv/effectv.vcproj
25818         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25819         * gst/filter/filter.vcproj
25820         * gst/flx/flxdec.vcproj
25821         * gst/goom/goom.vcproj
25822         * gst/interleave/interleave.vcproj
25823         * gst/law/alaw.vcproj
25824         * gst/law/mulaw.vcproj
25825         * gst/matroska/matroska.vcproj
25826         * gst/median/median.vcproj
25827         * gst/mixmatrix/mixmatrix.vcproj
25828         * gst/mpeg1sys/mpeg1systemencode.vcproj
25829         * gst/mpeg1videoparse/mp1videoparse.vcproj
25830         * gst/mpeg2sub/mpeg2subt.vcproj
25831         * gst/mpegaudio/mpegaudio.vcproj
25832         * gst/mpegaudioparse/mpegaudioparse.vcproj
25833         * gst/mpegstream/mpegstream.vcproj
25834         * gst/multifilesink/multifilesink.vcproj
25835         * gst/multipart/multipart.vcproj
25836         * gst/oneton/oneton.vcproj
25837         * gst/overlay/overlay.vcproj
25838         * gst/passthrough/passthrough.vcproj
25839         * gst/qtdemux/qtdemux.vcproj
25840         * gst/realmedia/rmdemux.vcproj
25841         * gst/rtjpeg/rtjpeg.vcproj
25842         * gst/rtp/rtp.vcproj
25843         * gst/silence/silence.vcproj
25844         * gst/sine/sinesrc.vcproj
25845         * gst/smooth/smooth.vcproj
25846         * gst/smpte/smpte.vcproj
25847         * gst/spectrum/spectrum.vcproj
25848         * gst/speed/speed.vcproj
25849         * gst/stereo/stereo.vcproj
25850         * gst/switch/switch.vcproj
25851         * gst/tags/tagedit.vcproj
25852         * gst/tcp/tcp.vcproj
25853         * gst/typefind/typefindfunctions.vcproj
25854         * gst/udp/udp.vcproj
25855         * gst/videobox/videobox.vcproj
25856         * gst/videocrop/videocrop.vcproj
25857         * gst/videodrop/videodrop.vcproj
25858         * gst/videofilter/gamma.vcproj
25859         * gst/videofilter/videobalance.vcproj
25860         * gst/videofilter/videofilter.vcproj
25861         * gst/videofilter/videoflip.vcproj
25862         * gst/videoflip/videoflip.vcproj
25863         * gst/videomixer/videomixer.vcproj
25864         * gst/videorate/videorate.vcproj
25865         * gst/videoscale/videoscale.vcproj
25866         * gst/videotestsrc/videotestsrc.vcproj
25867         * gst/virtualdub/virtualdub.vcproj
25868         * gst/volenv/volenv.vcproj
25869         * gst/volume/volume.vcproj
25870         * gst/wavenc/wavenc.vcproj
25871         * gst/wavparse/wavparse.vcproj
25872         * gst/y4m/y4menc.vcproj
25873           more plugins supported under windows
25874
25875 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25876
25877         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25878         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25879         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25881         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25882           Add debugging statements.  Use the sizes as returned by the
25883           *CreateImage calls.
25884
25885 2004-07-26  Johan Dahlin  <johan@gnome.org>
25886
25887         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25888         the pad is negotiated.
25889
25890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25891
25892 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25893
25894         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25895         * gst-libs/gst/idct/idct.vcproj:
25896         * gst-libs/gst/media-info/media-info.vcproj:
25897         * gst-libs/gst/mixer/mixer.vcproj:
25898         * gst-libs/gst/navigation/navigation.vcproj:
25899         * gst-libs/gst/play/play.vcproj:
25900         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25901         * gst-libs/gst/resample/resample.vcproj:
25902         * gst-libs/gst/tuner/tuner.vcproj:
25903         * gst-libs/gst/video/video.vcproj:
25904         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25905           more plugins supported under windows
25906
25907 2004-07-25 Iain <iain@prettypeople.org>
25908
25909         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25910         pad now rather than when the pad is created because state changes wipe
25911         explicit caps (fixes #148043).
25912
25913 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25914
25915         reviewed by Benjamin Otte  <otte@gnome.org>
25916
25917         * ext/mad/gstmad.c:
25918           fix mad plugin crashing on Sun (fixes #148289)
25919
25920 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25921
25922         * gst/avi/avi.def:
25923         * gst/avi/avi.vcproj:
25924         * gst/matroska/matroska.def:
25925         * gst/matroska/matroska.vcproj:
25926           remove unused .def files
25927
25928 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25929
25930         * gst-libs/gst/audio/gstaudiofilter.c:
25931           Clean the local include
25932
25933 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25934
25935         * win32/gst.sln:
25936         * gst-libs/gst/audio/audio.def:
25937         * gst-libs/gst/audio/audio.vcproj:
25938         * gst-libs/gst/audio/audiofilter.vcproj:
25939         * gst-libs/gst/audio/riff.def:
25940         * gst-libs/gst/audio/riff.vcproj:
25941         * gst-libs/gst/gst-libs.def:
25942         * gst-libs/gst/gst-libs.vcproj:
25943         * gst/avi/avi.vcproj:
25944         * gst/avi/avi.vcproj:
25945           Copy the files where needed after building, cleaner projects
25946
25947 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25948
25949         * gst/matroska/ebml-write.c:
25950           Fix some 64 bits constants to be glib friendly
25951
25952 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25953
25954         * win32/gst.sln:
25955         * gst-libs/gst/gst-libs.def:
25956         * gst-libs/gst/gst-libs.vcproj:
25957         * gst/matroska/matroska.def:
25958         * gst/matroska/matroska.vcproj:
25959           Add the preliminary canvas to build plugins on Win32
25960
25961 2004-07-23  Benjamin Otte  <otte@gnome.org>
25962
25963         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25964           don't enfore negotiation from source side, it breaks
25965           sinesrc ! audioconvert ! osssink
25966
25967 2004-07-22  David Schleef  <ds@schleef.org>
25968
25969         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25970         for ELF files, since they can easily be recognized as audio/mpeg.
25971         (bug #147441)
25972
25973 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25974
25975         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25976         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25977         (gst_videoscale_scale_nearest_24bit),
25978         (gst_videoscale_scale_nearest_16bit):
25979           fix 16bit and 24bit for stride (24bit might need testing)
25980           don't pretend we do more than one algorithm
25981
25982 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25983
25984         * configure.ac:
25985         * gst/Makefile.am:
25986         * gst/multifilesink/Makefile.am:
25987         * gst/multifilesink/gstmultifilesink.c:
25988         (gst_multifilesink_get_formats),
25989         (gst_multifilesink_get_query_types), (_do_init),
25990         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25991         (gst_multifilesink_init), (gst_multifilesink_dispose),
25992         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25993         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25994         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25995         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25996         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25997         (gst_multifilesink_uri_get_type),
25998         (gst_multifilesink_uri_get_protocols),
25999         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
26000         (gst_multifilesink_uri_handler_init), (plugin_init):
26001         * gst/multifilesink/gstmultifilesink.h:
26002         * testsuite/Makefile.am:
26003         * testsuite/multifilesink/Makefile.am:
26004         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
26005         (gst_newmedia_class_init), (gst_newmedia_init),
26006         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
26007         (newfile_signal), (test_signal), (main):
26008         multifilesink plugin for creating new files every time a new media
26009         discontinuity event occurs
26010
26011 2004-07-22  Wim Taymans  <wim@fluendo.com>
26012
26013         * gst/alpha/Makefile.am:
26014         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
26015         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
26016         (gst_alpha_color_init), (gst_alpha_color_set_property),
26017         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
26018         (transform), (gst_alpha_color_chain),
26019         (gst_alpha_color_change_state), (plugin_init):
26020         Stupid plugin to to RGBA to AYUV conversion because none of
26021         the colorspace plugins can handle that yet.
26022
26023 2004-07-22  Wim Taymans  <wim@fluendo.com>
26024
26025         * examples/seeking/seek.c: (update_scale), (main):
26026         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26027         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26028         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26029         (gst_decode_bin_init), (gst_decode_bin_dispose),
26030         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26031         (no_more_pads), (close_link), (type_found),
26032         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26033         (plugin_init):
26034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26035         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26036         (gst_play_base_bin_dispose), (queue_overrun),
26037         (gen_preroll_element), (remove_prerolls), (unknown_type),
26038         (no_more_pads), (new_stream), (setup_source),
26039         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26040         (play_base_eos), (gst_play_base_bin_change_state),
26041         (gst_play_base_bin_add_element),
26042         (gst_play_base_bin_remove_element),
26043         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26044         (gst_play_base_bin_unlink_stream),
26045         (gst_play_base_bin_get_streaminfo):
26046         * gst/playback/gstplaybin.c: (gen_video_element),
26047         (gen_audio_element):
26048         * gst/playback/gststreaminfo.h:
26049         More playback updates, attempt to fix things after the state change
26050         breakage.
26051
26052 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26053
26054         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
26055         (gst_videoscale_scale_nearest_16bit):
26056           comment algorithm
26057
26058 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26059
26060         * gst/videotestsrc/gstvideotestsrc.c:
26061         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
26062         (gst_videotestsrc_init), (gst_videotestsrc_get),
26063         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
26064         (gst_videotestsrc_get_property):
26065         * gst/videotestsrc/gstvideotestsrc.h:
26066         * gst/videotestsrc/videotestsrc.c:
26067         * gst/videotestsrc/videotestsrc.h:
26068           cleanup and commenting
26069
26070 2004-07-21  Wim Taymans  <wim@fluendo.com>
26071
26072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
26073         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
26074         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
26075         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
26076         (_find_chain_get_unknown_part), (_find_streams_check),
26077         (gst_ogg_demux_push), (gst_ogg_pad_push):
26078         * ext/theora/theoradec.c: (theora_get_formats),
26079         (theora_dec_src_convert), (theora_dec_sink_convert),
26080         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26081         (theora_dec_chain):
26082         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26083         (vorbis_dec_convert), (vorbis_dec_src_query),
26084         (vorbis_dec_src_event), (vorbis_dec_event):
26085         More seeking fixes, oggdemux now supports seeking to time and
26086         uses the downstream element to convert granulepos to time.
26087         Seeking in theora-only ogg files now works.
26088
26089 2004-07-21  Wim Taymans  <wim@fluendo.com>
26090
26091         * ext/theora/theoradec.c: (gst_theora_dec_init),
26092         (theora_get_formats), (theora_get_event_masks),
26093         (theora_get_query_types), (theora_dec_src_convert),
26094         (theora_dec_sink_convert), (theora_dec_src_query),
26095         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26096         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26097         (vorbis_get_event_masks), (vorbis_get_query_types),
26098         (gst_vorbis_dec_init), (vorbis_dec_convert),
26099         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
26100         Added query/convert/formats functions to vorbis and theora decoders
26101         so that the outside world can use them too. Fixed seeking on an
26102         ogg/theora/vorbis file by disabling the seeking seeking on the
26103         theora srcpad.
26104
26105 2004-07-21  Julien MOUTTE  <julien@moutte.net>
26106
26107         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
26108         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
26109         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
26110         images creation for both elements. We don't create the image on caps
26111         nego or renego, we just destroy the internal one if present if it does
26112         not match the needs. The chain function takes care of creating a new
26113         image when needed.
26114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26115         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
26116         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26117         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
26118         the image format information. The buffer pool checks for the context
26119         image format and discard images with different formats.
26120         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
26121
26122 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26123
26124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26125         (gst_ffmpegcolorspace_chain):
26126           no point in doing any chaining if the pad we want to push from
26127           isn't usable.
26128
26129 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26130
26131         * gst-libs/gst/riff/riff-media.c:
26132         (gst_riff_create_audio_caps_with_data):
26133           Fix double end-to-native symbol conversion (#148021).
26134
26135 2004-07-20  David Schleef  <ds@schleef.org>
26136
26137         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26138         Don't use an Atom that doesn't exist.
26139
26140 2004-07-20  Wim Taymans  <wim@fluendo.com>
26141
26142         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26143         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26144         (gst_multifdsink_client_remove),
26145         (gst_multifdsink_handle_client_write),
26146         (gst_multifdsink_queue_buffer):
26147         * gst/tcp/gstmultifdsink.h:
26148         More multifdsink stats. Avoid deadlock by releasing locks
26149         before sending out a signal.
26150
26151 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26152
26153         * po/LINGUAS:
26154         * po/hu.po:
26155           added Hungarian translation (Laszlo Dvornik)
26156
26157 2004-07-20  Wim Taymans  <wim@fluendo.com>
26158
26159         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26160         (gst_multifdsink_add), (gst_multifdsink_client_remove),
26161         (gst_multifdsink_handle_client_write),
26162         (gst_multifdsink_queue_buffer):
26163         * gst/tcp/gsttcp-marshal.list:
26164         Fixed the stupid marshal definition.
26165
26166 2004-07-20  Wim Taymans  <wim@fluendo.com>
26167
26168         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26169         (gst_multifdsink_init), (gst_multifdsink_add),
26170         (gst_multifdsink_client_remove),
26171         (gst_multifdsink_handle_client_write),
26172         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
26173         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
26174         (gst_multifdsink_init_send):
26175         * gst/tcp/gstmultifdsink.h:
26176         Added more stats, added timeout for a client, fixed some typos
26177         and added some comments.
26178
26179 2004-07-20  Wim Taymans  <wim@fluendo.com>
26180
26181         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26182         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26183         (gst_multifdsink_client_remove),
26184         (gst_multifdsink_handle_client_write):
26185         * gst/tcp/gstmultifdsink.h:
26186         * gst/tcp/gsttcp-marshal.list:
26187         Added get_stats method that returns a GValueArray of
26188         stats values.
26189
26190 2004-07-19  Benjamin Otte  <otte@gnome.org>
26191
26192         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
26193           make sure longname, description and author are valid UTF-8
26194
26195 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26196
26197         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
26198         (gst_ximagesink_set_property):
26199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
26200         (gst_xvimagesink_set_property):
26201           make sure SYNCHRONOUS is respected after getting the X context
26202
26203 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26204
26205         * gst/matroska/matroska-demux.c:
26206         (gst_matroska_demux_handle_src_event),
26207         (gst_matroska_demux_parse_blockgroup):
26208         * gst/matroska/matroska-ids.h:
26209           add BlockReference tag and ignore it to clear out log.
26210           ignore NAVIGATION events to clear out log.
26211
26212 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26213
26214         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26215         (gst_matroska_demux_add_stream):
26216         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
26217           add debug categories
26218
26219 2004-07-16  Wim Taymans  <wim@fluendo.com>
26220
26221         * ext/libpng/Makefile.am:
26222         * ext/libpng/gstpng.c: (plugin_init):
26223         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
26224         (gst_pngdec_get_type), (gst_pngdec_base_init),
26225         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
26226         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
26227         * ext/libpng/gstpngdec.h:
26228         Added png decoder.
26229
26230 2004-07-16  Julien MOUTTE  <julien@moutte.net>
26231
26232         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26233         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
26234         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
26235         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
26236         (gst_ximagesink_buffer_alloc):
26237         * sys/ximage/ximagesink.h:
26238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26239         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26240         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26241         (gst_xvimagesink_buffer_alloc):
26242         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
26243         again. Using internal data pointer of the x(v)image to store image's
26244         data to be coherent with the buffer alloc mechanism. Investigated the
26245         image destruction code to be sure that everything gets freed correctly.
26246
26247 2004-07-16  Wim Taymans  <wim@fluendo.com>
26248
26249         * gst-libs/gst/riff/riff-read.c:
26250         (gst_riff_read_strf_vids_with_data),
26251         (gst_riff_read_strf_auds_with_data):
26252         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26253         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26254         Make sure we don't create 0 sized subbuffers in riff-read.
26255         Signal the no more pads signal after reading the avi header.
26256
26257 2004-07-16  Wim Taymans  <wim@fluendo.com>
26258
26259         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26260         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26261         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26262         (gst_decode_bin_init), (gst_decode_bin_dispose),
26263         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26264         (no_more_pads), (close_link), (type_found),
26265         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26266         (gst_decode_bin_change_state), (plugin_init):
26267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26268         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26269         (gst_play_base_bin_dispose), (queue_overrun),
26270         (gen_preroll_element), (remove_prerolls), (unknown_type),
26271         (no_more_pads), (new_stream), (setup_source),
26272         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26273         (play_base_eos), (gst_play_base_bin_change_state),
26274         (gst_play_base_bin_add_element),
26275         (gst_play_base_bin_remove_element),
26276         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26277         (gst_play_base_bin_unlink_stream),
26278         (gst_play_base_bin_get_streaminfo):
26279         * gst/playback/gstplaybasebin.h:
26280         Better error recovery. Added configurable preroll queue size. Faster
26281         detection of no-more-pads.
26282
26283 2004-07-16  Wim Taymans  <wim@fluendo.com>
26284
26285         * gst-libs/gst/video/video.h:
26286         Added 32 bits RGBA. Not sure if we should use another mime-type
26287         for alpha rgb. Currently the presence of the alpha_mask property
26288         signals an alpha channel.
26289
26290 2004-07-16  Wim Taymans  <wim@fluendo.com>
26291
26292         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26294         FPS seems to be 0.0 to MAX everywhere else.
26295
26296 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26297
26298         * gst-libs/gst/riff/riff-media.c:
26299         (gst_riff_create_video_caps_with_data):
26300           mp42/mp43 (no caps) exist too.
26301         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26302           Set pixel_width/height; we've got them in-caps.
26303         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26304         * gst/wavparse/gstwavparse.c: (plugin_init):
26305           Both are valid primary.
26306         * sys/oss/gstossmixer.c:
26307           Remove i18n hack and enable translations.
26308
26309 2004-07-15  Benjamin Otte  <otte@gnome.org>
26310
26311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26312         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26313           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26314
26315 2004-07-15  Benjamin Otte  <otte@gnome.org>
26316
26317         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26318         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26319         (gst_alsa_close_audio):
26320           disable some of the debugging code for now. Writing debugging to a
26321           buffer is broken in current alsalib releases.
26322
26323 2004-07-12  Benjamin Otte  <otte@gnome.org>
26324
26325         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26326           use bufferpools
26327
26328 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26329
26330         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26331         (theora_dec_src_query), (theora_dec_event):
26332         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26333           add debugging categories.  Remove \n's.
26334
26335 2004-07-13  Johan Dahlin  <johan@gnome.org>
26336
26337         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26338         (gst_play_bin_get_property): Impl.
26339
26340 2004-07-13  Wim Taymans  <wim@fluendo.com>
26341
26342         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26343         When trying to find the stream length, seek back N pages
26344         instead of just one, where N is the number of streams in
26345         the current chain.
26346
26347 2004-07-13  Wim Taymans  <wim@fluendo.com>
26348
26349         * gst-libs/gst/riff/riff-media.c:
26350         (gst_riff_create_audio_caps_with_data),
26351         (gst_riff_create_audio_caps),
26352         (gst_riff_create_audio_template_caps):
26353         * gst-libs/gst/riff/riff-media.h:
26354         * gst-libs/gst/riff/riff-read.c:
26355         (gst_riff_read_strf_vids_with_data),
26356         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26357         * gst-libs/gst/riff/riff-read.h:
26358         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26359         (gst_avi_demux_add_stream):
26360         Set codec_data on caps for avidemuxer.
26361
26362 2004-07-12  David Schleef  <ds@schleef.org>
26363
26364         * configure.ac: Fix test for Objective C
26365
26366 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26367         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26368         (gst_gdk_pixbuf_chain):
26369           Add svg and pcx to template caps, and ensure that getcaps returns a
26370           subset of the template caps.
26371           Copy each row manually for output, as gdkpixbuf may pad the
26372           rowstride to a 32-bit word boundary.
26373
26374 2004-07-12  Wim Taymans  <wim@fluendo.com>
26375
26376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26377         (gst_riff_create_video_template_caps):
26378         Fix the template caps to include some more media types.
26379
26380 2004-07-12  Wim Taymans  <wim@fluendo.com>
26381
26382         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26383         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26384         (compare_ranks), (print_feature), (gst_decode_bin_init),
26385         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26386         (try_to_link_1), (new_pad), (close_link), (type_found),
26387         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26388         (gst_decode_bin_change_state), (plugin_init):
26389         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26390         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26391         (gst_play_base_bin_dispose), (queue_overrun),
26392         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26393         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26394         (gst_play_base_bin_get_property), (play_base_eos),
26395         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26396         (gst_play_base_bin_remove_element),
26397         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26398         (gst_play_base_bin_unlink_stream),
26399         (gst_play_base_bin_get_streaminfo):
26400         * gst/playback/gstplaybasebin.h:
26401         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26402         (gst_play_bin_class_init), (gst_play_bin_init),
26403         (gst_play_bin_dispose), (gst_play_bin_set_property),
26404         (gst_play_bin_get_property), (gen_video_element),
26405         (gen_audio_element), (remove_sinks), (setup_sinks),
26406         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26407         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26408         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26409         (gst_play_bin_query), (plugin_init):
26410         * gst/playback/test4.c: (main):
26411         More fixes on reusing of the element.
26412
26413 2004-07-11  Benjamin Otte  <otte@gnome.org>
26414
26415         * ext/mad/gstmad.c: (normal_seek):
26416           allow seeking for other methods than just SET
26417
26418 2004-07-11  Andy Wingo  <wingo@pobox.com>
26419
26420         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26421         float, "any" caps -> buffer_frames=[0,MAX].
26422
26423         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26424         doesn't intersect our caps with the template any more. Do it
26425         ourselves.
26426         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26427
26428 2004-07-09  Wim Taymans  <wim@fluendo.com>
26429
26430         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26431         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26432         (compare_ranks), (print_feature), (gst_decode_bin_init),
26433         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26434         (try_to_link_1), (new_pad), (close_link), (type_found),
26435         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26436         (gst_decode_bin_change_state), (plugin_init):
26437         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26438         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26439         (gst_play_base_bin_dispose), (queue_overrun),
26440         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26441         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26442         (gst_play_base_bin_get_property), (play_base_eos),
26443         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26444         (gst_play_base_bin_remove_element),
26445         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26446         (gst_play_base_bin_unlink_stream),
26447         (gst_play_base_bin_get_streaminfo):
26448         * gst/playback/gstplaybasebin.h:
26449         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26450         (gst_play_bin_class_init), (gst_play_bin_init),
26451         (gst_play_bin_dispose), (gst_play_bin_set_property),
26452         (gst_play_bin_get_property), (gen_video_element),
26453         (gen_audio_element), (remove_sinks), (setup_sinks),
26454         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26455         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26456         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26457         (gst_play_bin_query), (plugin_init):
26458         * gst/playback/test4.c: (main):
26459         Work on object reuse and seeking.
26460
26461 2004-07-09  Wim Taymans  <wim@fluendo.com>
26462
26463         * examples/seeking/seek.c: (iterate):
26464         Don't consume all CPU in the idle loop.
26465
26466 2004-07-09  Wim Taymans  <wim@fluendo.com>
26467
26468         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26469         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26470         Add pad to element *after* setting the pad functions so that
26471         the scheduler can use the correct ones.
26472
26473 2004-07-09  Wim Taymans  <wim@fluendo.com>
26474
26475         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26476         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26477         Sync to keyframe after seek
26478
26479 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26480
26481         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26483         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26484         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26485         * ext/libvisual/visual.c: (gst_visual_change_state):
26486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26487         * ext/theora/theoradec.c: (theora_dec_change_state):
26488         * ext/theora/theoraenc.c: (theora_enc_change_state):
26489         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26490         * gst-libs/gst/navigation/navigation.c:
26491         * gst/adder/gstadder.c: (gst_adder_change_state):
26492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26493         (gst_audio_convert_get_buffer):
26494         * gst/multipart/multipartdemux.c:
26495         (gst_multipart_demux_change_state):
26496         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26497         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26498         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26499         * gst/videoscale/gstvideoscale.c:
26500         (gst_videoscale_handle_src_event):
26501         * gst/volume/gstvolume.c: (volume_chain_int16):
26502           don't assert in state change, this should be done by the base
26503           GstElement class.
26504           various debugging fixes.
26505
26506 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26507
26508         * configure.ac:
26509         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26510         (gst_play_dispose), (gst_play_set_location),
26511         (gst_play_set_data_src), (gst_play_set_video_sink),
26512         (gst_play_set_audio_sink), (gst_play_set_visualization),
26513         (gst_play_connect_visualization), (gst_play_get_sink_element),
26514         (gst_play_get_all_by_interface):
26515         * gst-libs/gst/play/play.h:
26516           add new method to get elements implementing an interface.
26517           add various error logging
26518
26519 2004-07-08  Wim Taymans  <wim@fluendo.com>
26520
26521         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26522         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26523         (make_playerbin_pipeline), (query_durations_elems),
26524         (query_durations_pads), (query_positions_elems),
26525         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26526         (main):
26527         Added playbin seeking example.
26528
26529 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26530
26531         * gst-libs/gst/play/play.c: (gst_play_set_location),
26532         (gst_play_set_data_src), (gst_play_set_video_sink),
26533         (gst_play_set_audio_sink), (gst_play_set_visualization),
26534         (gst_play_connect_visualization), (gst_play_get_framerate):
26535           use a macro to look up elements from hash table
26536
26537 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26538
26539         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26540         (gst_play_get_length_callback), (gst_play_set_location),
26541         (gst_play_seek_to_time), (gst_play_set_data_src),
26542         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26543         (gst_play_set_visualization), (gst_play_connect_visualization),
26544         (gst_play_get_sink_element):
26545         - add debugging info
26546         - fix looking up sink elements by iterating over complete caps
26547         - put everything except for source and autoplugger in a complete bin
26548
26549 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26550
26551         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26552         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26553         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26554         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26555         * ext/alsa/gstalsasink.h:
26556         - add debugging info
26557         - clean up schizophrenia of data/buffer/event
26558         - fix double event unref error
26559
26560 2004-07-08  Wim Taymans  <wim@fluendo.com>
26561
26562         * gst/playback/Makefile.am:
26563         Add headers to noinst
26564
26565 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26566
26567         * tools/gst-launch-ext-m.m:
26568         * tools/gst-launch-ext.1.in:
26569           convert to the third millenium
26570
26571 2004-07-07  David Schleef  <ds@schleef.org>
26572
26573         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26574
26575 2004-07-07  Wim Taymans  <wim@fluendo.com>
26576
26577         * gst/playback/Makefile.am:
26578         * gst/playback/README:
26579         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26580         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26581         (compare_ranks), (print_feature), (gst_decode_bin_init),
26582         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26583         (try_to_link_1), (new_pad), (close_link), (type_found),
26584         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26585         (plugin_init):
26586         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26587         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26588         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26589         (gen_preroll_element), (no_more_pads), (new_stream),
26590         (setup_source), (gst_play_base_bin_set_property),
26591         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26592         (gst_play_base_bin_add_element),
26593         (gst_play_base_bin_remove_element),
26594         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26595         (gst_play_base_bin_unlink_stream),
26596         (gst_play_base_bin_get_streaminfo):
26597         * gst/playback/gstplaybasebin.h:
26598         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26599         (gst_play_bin_class_init), (gst_play_bin_init),
26600         (gst_play_bin_dispose), (gst_play_bin_set_property),
26601         (gst_play_bin_get_property), (gen_video_element),
26602         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26603         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26604         (gst_play_bin_get_formats), (gst_play_bin_convert),
26605         (gst_play_bin_get_query_types), (gst_play_bin_query),
26606         (plugin_init):
26607         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26608         (gst_stream_info_get_type), (gst_stream_info_class_init),
26609         (gst_stream_info_init), (gst_stream_info_new),
26610         (gst_stream_info_dispose), (gst_stream_info_set_property),
26611         (gst_stream_info_get_property):
26612         * gst/playback/gststreaminfo.h:
26613         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26614         (main):
26615         * gst/playback/test2.c: (main):
26616         * gst/playback/test3.c: (update_scale), (main):
26617         More playbin fixes. Added README. Do better element filtering.
26618         Added base class to preroll media. Added test apps.
26619
26620 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26621
26622         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26623         * ext/mpeg2dec/gstmpeg2dec.h:
26624           various debugging improvements.  Reset stream to next picture
26625           instead of sequence header, otherwise seeks cannot work.
26626
26627 2004-07-07  Wim Taymans  <wim@fluendo.com>
26628
26629         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26630         (gst_video_box_class_init), (gst_video_box_set_property),
26631         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26632         Use pad_alloc where possible.
26633
26634 2004-07-07  Wim Taymans  <wim@fluendo.com>
26635
26636         * sys/oss/gstosselement.c: (gst_osselement_reset),
26637         (gst_osselement_parse_caps):
26638         * sys/oss/gstosselement.h:
26639         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26640         Fix offset on osssrc.
26641
26642 2004-07-07  Wim Taymans  <wim@fluendo.com>
26643
26644         * ext/theora/theora.c: (plugin_init):
26645         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26646         (theora_dec_src_query), (theora_dec_chain):
26647         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26648         (theora_enc_sink_link), (theora_buffer_from_packet),
26649         (theora_push_packet), (theora_enc_chain):
26650         Fix theora granulepos calculation.
26651         Fix overflow in duration/position calculation.
26652         Bump rank to PRIMARY for theoradec.
26653         Use granulepos of last packet to calculate position.
26654         Set keyframe flag on buffers when needed.
26655
26656 2004-07-06  David Schleef  <ds@schleef.org>
26657
26658         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26659         serious?  (Fixed, obviously.)
26660
26661 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26662
26663         * po/LINGUAS:
26664         * po/cs.po:
26665           added Czech translation (Miloslav Trmac)
26666
26667 2004-07-05  Wim Taymans  <wim@fluendo.com>
26668
26669         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26670         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26671         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26672         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26673         (close_link), (type_found), (gst_decode_bin_set_property),
26674         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26675         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26676         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26677         (gst_decode_bin_query), (plugin_init):
26678         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26679         (gst_play_bin_class_init), (gst_play_bin_init),
26680         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26681         (get_video_element), (new_pad), (setup_source),
26682         (gst_play_bin_set_property), (gst_play_bin_get_property),
26683         (gst_play_bin_change_state), (gst_play_bin_add_element),
26684         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26685         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26686         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26687         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26688         * gst/playback/test.c: (main):
26689         More fixes, cleaned up playbin, make it use decodebin. Added
26690         threaded property to playbin.
26691
26692 2004-07-05  Wim Taymans  <wim@fluendo.com>
26693
26694         * configure.ac:
26695         * gst/playback/Makefile.am:
26696         * gst/playback/decodetest.c: (main):
26697         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26698         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26699         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26700         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26701         (close_link), (type_found), (gst_decode_bin_set_property),
26702         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26703         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26704         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26705         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26706         (plugin_init):
26707         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26708         (gst_play_bin_class_init), (gst_play_bin_init),
26709         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26710         (collect_sink_pads), (find_compatibles), (close_pad_link),
26711         (try_to_link_1), (new_pad), (close_link), (type_found),
26712         (setup_source), (gst_play_bin_set_property),
26713         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26714         (compare_ranks), (gst_play_bin_collect_factories),
26715         (gst_play_bin_change_state), (gst_play_bin_add_element),
26716         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26717         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26718         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26719         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26720         * gst/playback/test.c: (main):
26721         Added some playback helper elements and some test apps, very alpha
26722         still.
26723
26724 2004-07-04  Benjamin Otte  <otte@gnome.org>
26725
26726         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26727           only restart audio when we indeed have an xrun to fix repeated
26728           xruns. Fix suggested by Giuliano Pochini.
26729
26730 2004-07-03  David Schleef  <ds@schleef.org>
26731
26732         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26733         call to gst_debug_log() if debugging is disabled (bug #145118)
26734
26735 2004-07-03  Benjamin Otte  <otte@gnome.org>
26736
26737         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26738           use our own functions for restarting the alsa device.
26739         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26740           I should apply patches myself - use MIN for the third argument, not
26741           the second, this fixes seeking
26742
26743 2004-07-02  David Schleef  <ds@schleef.org>
26744
26745         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26746         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26747         do with the logic.
26748
26749 2004-07-02  David Schleef  <ds@schleef.org>
26750
26751         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26752         output buffers.  Fix logic mistake.  (bug #144866)
26753
26754 2004-07-02  David Schleef  <ds@schleef.org>
26755
26756         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26757         on X.  (bug #144753)
26758
26759 2004-07-02  David Schleef  <ds@schleef.org>
26760
26761         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26762         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26763         (bug #144624)
26764         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26765         (gst_osselement_rate_probe_check): Add another workaround for
26766         buggy drivers (bug #145336)
26767
26768 2004-07-02  David Schleef  <ds@schleef.org>
26769
26770         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26771         Most systems don't have MSG_NOSIGNAL.
26772
26773 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26774
26775         * Makefile.am:
26776         * gst-libs/gst/colorbalance/Makefile.am:
26777         * gst-libs/gst/mixer/Makefile.am:
26778         * gst-libs/gst/play/Makefile.am:
26779         * gst-libs/gst/tuner/Makefile.am:
26780           (hopefully) fix both install and dist and make error message useful.
26781           needs testing across automakes.
26782
26783 2004-07-02  Benjamin Otte  <otte@gnome.org>
26784
26785         * ext/ogg/gstogg.c: (plugin_init):
26786           we require bytestream now
26787         * ext/ogg/gstoggdemux.c:
26788           huge diff to implement chain setup in a fast and generic way. This
26789           improves tag reading and startup of huge files (read: Theora videos)
26790           quite a bit. It probably contains bugs, too, so please test.
26791           Seeking is not improved to the fast method.
26792
26793 2004-06-29  Wim Taymans  <wim@fluendo.com>
26794
26795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26796         * ext/ogg/gstoggmux.c:
26797         Fix memleak in oggdemux when running unconnected pads.
26798         doc update in mux, start working on keyframe mode.
26799
26800 2004-06-29  Benjamin Otte  <otte@gnome.org>
26801
26802         * sys/oss/gstosssink.c:
26803         * sys/oss/gstosssrc.c:
26804           advertise correct template caps - we indeed do non-native endianness
26805           and 8bit audio has no endianness
26806         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26808           avoid (wrong) duplications in getcaps function and return
26809           template caps
26810
26811 2004-06-29  Wim Taymans  <wim@fluendo.com>
26812
26813         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26814         (gst_multifdsink_class_init), (gst_multifdsink_add),
26815         (gst_multifdsink_remove), (gst_multifdsink_clear),
26816         (gst_multifdsink_client_remove),
26817         (gst_multifdsink_handle_client_read),
26818         (gst_multifdsink_client_queue_data),
26819         (gst_multifdsink_client_queue_caps),
26820         (gst_multifdsink_client_queue_buffer),
26821         (gst_multifdsink_handle_client_write),
26822         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26823         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26824         (gst_multifdsink_init_send), (gst_multifdsink_close):
26825         Fix wrong GList iteration that could crash the server when
26826         more then 2 clients disconnect at the same time. Read all the
26827         pending commands in one batch to recover from command storms under
26828         very heavy load.
26829
26830 2004-06-28  Wim Taymans  <wim@fluendo.com>
26831
26832         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26833         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26834         (gst_videomixer_pad_set_property),
26835         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26836         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26837         (gst_videomixer_class_init), (gst_videomixer_init),
26838         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26839         (pad_zorder_compare), (gst_videomixer_sort_pads),
26840         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26841         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26842         (gst_videomixer_update_queues), (gst_videomixer_loop),
26843         (plugin_init):
26844         Avoid divide by zero, choose masterpad as the pad with the highest
26845         framerate.
26846
26847 2004-06-27  Julien Moutte  <julien@moutte.net>
26848
26849         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26850         (gst_ximagesink_xwindow_new):
26851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26852         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26853         function directly. We might want to call it from somewhere else one day.
26854
26855 2004-06-27  Julien Moutte  <julien@moutte.net>
26856
26857         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26858         (gst_ximagesink_xwindow_new):
26859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26860         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26861         window decorations.
26862
26863 2004-06-27  Wim Taymans  <wim@fluendo.com>
26864
26865         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26866         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26867         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26868         (gst_dvdec_set_property), (gst_dvdec_get_property):
26869         * ext/dv/gstdvdec.h:
26870         Implement drop_factor property to lower the framerate with
26871         a factor.
26872
26873 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26874
26875         * gst-libs/gst/colorbalance/Makefile.am:
26876         * gst-libs/gst/mixer/Makefile.am:
26877         * gst-libs/gst/play/Makefile.am:
26878         * gst-libs/gst/tuner/Makefile.am:
26879           unbreak Company's fix that didn't install the -enum.h files
26880
26881 2004-06-27  Wim Taymans  <wim@fluendo.com>
26882
26883         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26884         (gst_dvdec_change_state):
26885         * ext/dv/gstdvdec.h:
26886         Fix timestamp, duration and offset of the buffers.
26887
26888 2004-06-27  Wim Taymans  <wim@fluendo.com>
26889
26890         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26891         (gst_multifdsink_class_init), (gst_multifdsink_add),
26892         (gst_multifdsink_remove), (gst_multifdsink_clear),
26893         (gst_multifdsink_client_remove),
26894         (gst_multifdsink_handle_client_read),
26895         (gst_multifdsink_client_queue_data),
26896         (gst_multifdsink_client_queue_caps),
26897         (gst_multifdsink_client_queue_buffer),
26898         (gst_multifdsink_handle_client_write),
26899         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26900         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26901         (gst_multifdsink_init_send), (gst_multifdsink_close):
26902         * gst/tcp/gstmultifdsink.h:
26903         * gst/tcp/gsttcpserversink.c:
26904         (gst_tcpserversink_handle_server_read),
26905         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26906         More multifdsink fixes, more recovery policy fixes.
26907         Removed stupid g_print
26908
26909 2004-06-26  Wim Taymans  <wim@fluendo.com>
26910
26911         * gst/tcp/Makefile.am:
26912         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26913         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26914         (gst_multifdsink_class_init), (gst_multifdsink_init),
26915         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26916         (gst_multifdsink_handle_client_read),
26917         (gst_multifdsink_client_queue_data),
26918         (gst_multifdsink_client_queue_caps),
26919         (gst_multifdsink_client_queue_buffer),
26920         (gst_multifdsink_handle_client_write),
26921         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26922         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26923         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26924         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26925         (gst_multifdsink_close), (gst_multifdsink_change_state):
26926         * gst/tcp/gstmultifdsink.h:
26927         * gst/tcp/gsttcpplugin.c: (plugin_init):
26928         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26929         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26930         (gst_tcpserversink_handle_server_read),
26931         (gst_tcpserversink_handle_select),
26932         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26933         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26934         * gst/tcp/gsttcpserversink.h:
26935         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26936         one of the locks, added recovery policy to multifdsink.
26937
26938 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26939
26940         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26941           fix decision for when getting frames with same timestamp
26942         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26943         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26944         (gst_v4lsrc_get_property):
26945         * sys/v4l/gstv4lsrc.h:
26946           add latency offset property
26947
26948 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26949
26950         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26951         (plugin_init):
26952           fix debugging. add category.
26953
26954 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26955
26956         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26957           fix wrong offsets
26958
26959 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26960
26961         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26962         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26963         (gst_alsa_src_change_state):
26964           return a time that is in sync with the element's processing
26965
26966 2004-06-25  Wim Taymans  <wim@fluendo.com>
26967
26968         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26969         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26970         (gst_tcpserversink_client_remove),
26971         (gst_tcpserversink_handle_client_read),
26972         (gst_tcpserversink_client_queue_data),
26973         (gst_tcpserversink_client_queue_caps),
26974         (gst_tcpserversink_client_queue_buffer),
26975         (gst_tcpserversink_handle_client_write),
26976         (gst_tcpserversink_queue_buffer),
26977         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26978         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26979         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26980         (gst_tcpserversink_close):
26981         * gst/tcp/gsttcpserversink.h:
26982         Serversink rewrite. Really do non blocking writes to clients and
26983         maintain an internal queue to handle slower clients while not
26984         disturbing fast clients.
26985
26986 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26987
26988         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26989           better debug, don't override OFFSET and OFFSET_END
26990
26991 2004-06-25  Iain <iain@prettypeople.org>
26992
26993         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26994         name=source for the wavparse pipeline.
26995
26996 2004-06-24  Johan Dahlin  <johan@gnome.org>
26997
26998         * ext/theora/theoraenc.c (theora_enc_chain): Call
26999         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
27000         streamheader caps are set correctly.
27001
27002 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27003
27004         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
27005         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
27006           respect minimum bitrate; same could be done for max bitrate
27007
27008 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27009
27010         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
27011         (gst_vorbisenc_setup):
27012           fix sample rate range
27013
27014 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27015
27016         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
27017         (gst_oggvorbisenc_setup):
27018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
27019         (gst_vorbisenc_setup):
27020           resolve ambiguities in code and description
27021
27022 2004-06-24  Wim Taymans  <wim@fluendo.com>
27023
27024         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
27025         * ext/alsa/gstalsa.h:
27026         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
27027         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
27028         Use alsa trigger_tstamp to get the timestamp of the first
27029         sample in the buffer for more precise sync. Some cleanups.
27030
27031 2004-06-24  Wim Taymans  <wim@fluendo.com>
27032
27033         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
27034         (gst_audiorate_init), (gst_audiorate_chain),
27035         (gst_audiorate_set_property), (gst_audiorate_get_property):
27036         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27037         (gst_videorate_chain):
27038         Added some logging, fixed an overflow bug in videorate.
27039
27040 2004-06-24  Benjamin Otte  <otte@gnome.org>
27041
27042         * ext/kio/Makefile.am:
27043           fix for builddir != srcdir and distcheck
27044
27045 2004-06-24  Benjamin Otte  <otte@gnome.org>
27046
27047         * gst-libs/gst/colorbalance/Makefile.am:
27048         * gst-libs/gst/mixer/Makefile.am:
27049         * gst-libs/gst/play/Makefile.am:
27050         * gst-libs/gst/tuner/Makefile.am:
27051         * gst/tcp/Makefile.am:
27052         * sys/dxr3/Makefile.am:
27053           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
27054           tarball.
27055           Also add all *.list files that were missing.
27056         * Makefile.am:
27057           add a distcheck hook to ensure the above doesn't happen again.
27058
27059 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
27060
27061         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
27062
27063 2004-06-23  Colin Walters  <walters@redhat.com>
27064
27065         * m4/Makefile.am: Distribute gst-fionread.m4.
27066
27067 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27068
27069         * configure.ac: back to dev
27070
27071 2004-06-23  Wim Taymans  <wim@fluendo.com>
27072
27073         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
27074         (gst_alsa_xrun_recovery):
27075         * ext/alsa/gstalsa.h:
27076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27077         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
27078         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
27079         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
27080         (gst_alsa_src_loop):
27081         Add clock to alsasrc. Take new capture timestamp when
27082         restarting after an overrun. Split up some functions between
27083         alsasrc and alsasink.
27084
27085 === release 0.8.2 ===
27086
27087 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27088
27089         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27090         (gst_alsa_change_state), (gst_alsa_update_avail),
27091         (gst_alsa_xrun_recovery):
27092         * ext/alsa/gstalsa.h:
27093         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27094           merge back changes from release
27095
27096 2004-06-23  Wim Taymans  <wim@fluendo.com>
27097
27098         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
27099         (gst_audiorate_init), (gst_audiorate_chain),
27100         (gst_audiorate_set_property), (gst_audiorate_get_property):
27101         Implement sample dropping and notify
27102
27103 2004-06-22  Wim Taymans  <wim@fluendo.com>
27104
27105         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27106         (theora_enc_sink_link), (theora_buffer_from_packet),
27107         (theora_push_packet), (theora_enc_chain):
27108         Some cleanups, make sure the timestamps are correct.
27109
27110 2004-06-22  Wim Taymans  <wim@fluendo.com>
27111
27112         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
27113         (gst_alsa_change_state), (gst_alsa_update_avail),
27114         (gst_alsa_xrun_recovery):
27115         * ext/alsa/gstalsa.h:
27116         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27117         Cleanups, take queued samples into account when reporting
27118         the time.
27119
27120 2004-06-22  Wim Taymans  <wim@fluendo.com>
27121
27122         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27123         (gst_videorate_init):
27124         Initialize the property as well.
27125
27126 2004-06-22  Wim Taymans  <wim@fluendo.com>
27127
27128         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27129         (gst_videorate_init), (gst_videorate_chain),
27130         (gst_videorate_set_property), (gst_videorate_get_property):
27131         Add property to make videorate silent.
27132         Add property to prefer new frames over old ones.
27133
27134 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27135
27136         * sys/osxvideo/Makefile.am:
27137         Workaround so that the osxvideo .so file gets linked with the
27138         Cocoa, OpenGL and QuickTime frameworks
27139
27140 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27141
27142         * sys/osxaudio/Makefile.am:
27143         Workaround so that the osxaudio .so file gets linked with the
27144         CoreAudio framework
27145
27146 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27147
27148         * configure.ac:
27149         Whoops, my fault...fixed build issues
27150
27151 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27152
27153         * configure.ac:
27154         Add objective-c support if running in Darwin/Mac OS X
27155         * sys/Makefile.am:
27156         * sys/osxvideo:
27157         * sys/osxvideo/Makefile.am:
27158         * sys/osxvideo/osxvideosink.h:
27159         * sys/osxvideo/osxvideosink.m:
27160         * sys/osxvideo/cocoawindow.h:
27161         * sys/osxvideo/cocoawindow.m:
27162         Add osxvideosink, a cocoa-based osx video sink
27163
27164
27165 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
27166         * ext/dvdnav/gst-dvd:
27167         Grab the gconf key from the right spot
27168         * gst/debug/gstnavseek.c: (gst_navseek_init),
27169         (gst_navseek_segseek), (gst_navseek_handle_src_event),
27170         (gst_navseek_chain):
27171         * gst/debug/gstnavseek.h:
27172           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
27173           and loop parameters of a segment seek.
27174         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
27175         (gst_videotestsrc_get_event_masks),
27176         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27177         * gst/videotestsrc/gstvideotestsrc.h:
27178           Add seeking support to videotestsrc
27179           Initialise the timestamp_offset variable.
27180
27181 2004-06-18  Wim Taymans  <wim@fluendo.com>
27182
27183         * ext/sidplay/gstsiddec.cc:
27184         Fix negotiation and set correct end offset.
27185
27186 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27187
27188         * configure.ac: branch and prerelease
27189
27190 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27191
27192         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
27193         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
27194         (gst_tcpclientsrc_init_receive):
27195         * gst/tcp/gsttcpclientsrc.h:
27196           read caps when connecting to server for GDP so we set them correctly
27197
27198 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27199
27200         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
27201           notify drops and duplicates
27202         * gst/videoscale/videoscale.c: (videoscale_get_structure):
27203           no good reason to limit ourselves to 100x100
27204
27205 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27206
27207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
27208         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27209         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27210         (gst_v4lsrc_get_property):
27211         * sys/v4l/gstv4lsrc.h:
27212         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27213         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27214         (gst_v4l_set_audio):
27215         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
27216         (gst_v4lsrc_try_capture):
27217         * sys/v4l/v4lsrc_calls.h:
27218           change try_palette to more general try_capture
27219           add autoprobe option so we can turn off autoprobing
27220           various fixes
27221
27222 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27223
27224         * configure.ac:
27225           add videorate
27226         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
27227         (gst_ximagesink_class_init):
27228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
27229         (gst_xvimagesink_class_init):
27230           run them as finalize, not dispose, since dispose can be invoked
27231           multiple times
27232
27233 2004-06-17  Wim Taymans  <wim@fluendo.com>
27234
27235         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27236         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
27237         * ext/alsa/gstalsa.h:
27238         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27239         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
27240         (gst_alsa_src_change_state):
27241         * ext/alsa/gstalsasrc.h:
27242         Make the xrun code timestamp and offset the buffers correctly.
27243         moved the clock to the base class, use alsa methods to get time.
27244         Do correct timestamping on outgoing buffers.
27245
27246 2004-06-17  Wim Taymans  <wim@fluendo.com>
27247
27248         * gst/audiorate/Makefile.am:
27249         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
27250         (gst_audiorate_base_init), (gst_audiorate_class_init),
27251         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
27252         (gst_audiorate_set_property), (gst_audiorate_get_property),
27253         (gst_audiorate_change_state), (plugin_init):
27254         Added an audiorate converter that fills in gaps.
27255
27256 2004-06-17  Johan Dahlin  <johan@gnome.org>
27257
27258         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27259
27260 2004-06-16  Wim Taymans  <wim@fluendo.com>
27261
27262         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27263         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27264         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27265         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27266         (gst_v4lsrc_get_property):
27267         * sys/v4l/gstv4lsrc.h:
27268         Added a copy mode to v4lsrc where it will output a copied version
27269         of its internal hardware buffer.
27270         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27271         can't | them.
27272
27273 2004-06-16  Wim Taymans  <wim@fluendo.com>
27274
27275         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27276         Timestamp fixes.
27277
27278 2004-06-16  Wim Taymans  <wim@fluendo.com>
27279
27280         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27281         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27282         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27283         (gst_v4lsrc_get_property):
27284         * sys/v4l/gstv4lsrc.h:
27285         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27286         Added a sync mode enum property to control v4lsrc timestamp method
27287         Removed the use-fixed-fps property and moved functionality in
27288         the enum.
27289         Don't error on an error value from v4l-conf, it might not always
27290         be a real error.
27291
27292 2004-06-16  Wim Taymans  <wim@fluendo.com>
27293
27294         * gst/videorate/Makefile.am:
27295         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27296         (gst_videorate_base_init), (gst_videorate_class_init),
27297         (gst_videorate_getcaps), (gst_videorate_link),
27298         (gst_videorate_init), (gst_videorate_chain),
27299         (gst_videorate_set_property), (gst_videorate_get_property),
27300         (gst_videorate_change_state), (plugin_init):
27301         Added a video timestamp corrector.
27302
27303 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27304
27305         fixed a potential leak with previous commit
27306
27307         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27308
27309 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27310
27311         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27312         Added missing refcount, fixes bug #144425
27313         Cheers Tim for finding the bug
27314
27315 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27316
27317         * sys/v4l/gstv4l.c: (plugin_init):
27318         * sys/v4l/gstv4lcolorbalance.c:
27319         * sys/v4l/gstv4lcolorbalance.h:
27320         * sys/v4l/gstv4lelement.c:
27321         * sys/v4l/gstv4lelement.h:
27322         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27323         * sys/v4l/gstv4lmjpegsink.h:
27324         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27325         * sys/v4l/gstv4lmjpegsrc.h:
27326         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27327         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27328         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27329         * sys/v4l/gstv4lsrc.h:
27330         * sys/v4l/gstv4ltuner.c:
27331         * sys/v4l/gstv4ltuner.h:
27332         * sys/v4l/gstv4lxoverlay.c:
27333         * sys/v4l/gstv4lxoverlay.h:
27334         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27335         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27336         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27337         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27338         (gst_v4l_set_audio):
27339         * sys/v4l/v4l_calls.h:
27340         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27341         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27342         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27343         (gst_v4lmjpegsink_playback_init),
27344         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27345         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27346         (gst_v4lmjpegsink_playback_stop),
27347         (gst_v4lmjpegsink_playback_deinit):
27348         * sys/v4l/v4lmjpegsink_calls.h:
27349         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27350         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27351         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27352         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27353         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27354         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27355         * sys/v4l/v4lmjpegsrc_calls.h:
27356         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27357         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27358         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27359         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27360         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27361         (gst_v4lsrc_try_palette):
27362         * sys/v4l/v4lsrc_calls.h:
27363           bunch of paranoia cleanups
27364
27365 2004-06-14  David Schleef  <ds@schleef.org>
27366
27367         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27368         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27369         Send discont events and change timestamps appropriately when
27370         we get a seek event.  (bug #144240)
27371         * ext/cdparanoia/gstcdparanoia.h:
27372
27373 2004-06-14  Benjamin Otte  <otte@gnome.org>
27374
27375         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27376           snd_pcm_hw_params_set_rate  since the latter fails for no good
27377           reason on some setups.
27378
27379 2004-06-14  David Schleef  <ds@schleef.org>
27380
27381         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27382         standard.  Thank you for playing.
27383
27384 2004-06-14  Wim Taymans  <wim@fluendo.com>
27385
27386         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27387         Patch 1.3 broke the ordering of the colorspace info and
27388         made the plugin basically work by coincidence, reordered
27389         the info.
27390
27391 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27392
27393         * ext/lame/gstlame.c:
27394         * ext/mad/gstmad.c:
27395           sync caps.  Make sure mad can only output a list of rates, not
27396           a full range.  In the future, have three caps lists for each of the
27397           mpeg versions.  Change mpegversion to a double as well.
27398
27399 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27400
27401         * gst/volume/.cvsignore:
27402         * gst/volume/Makefile.am:
27403         * gst/volume/demo.c: (value_changed_callback), (idler),
27404         (setup_gui), (main):
27405           added small demo app
27406
27407 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27408         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27409         * ext/esd/esdsink.h:
27410         Close the esd connection on pause, because esd will just wait -
27411         blocking all other esd clients indefinitely.
27412
27413 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27414
27415         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27416           previous commit with GST_DEBUG
27417
27418 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27419
27420         * configure.ac:
27421           add a header check for a dvdread header in dvdnav.  Fixes #133002
27422
27423 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27424
27425         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27426         * gst/tcp/gsttcpclientsink.h:
27427         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27428         * gst/tcp/gsttcpclientsrc.h:
27429         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27430         (gst_tcpserversink_handle_server_read),
27431         (gst_tcpserversink_init_send):
27432         * gst/tcp/gsttcpserversink.h:
27433         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27434         * gst/tcp/gsttcpserversrc.h:
27435         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27436         version of IP)
27437
27438 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27439
27440         * configure.ac:
27441         Added ogg library so that OSX detects libtheora properly
27442
27443 2004-06-11  Wim Taymans  <wim@fluendo.com>
27444
27445         * ext/theora/theoradec.c: (theora_dec_chain),
27446         (theora_dec_change_state):
27447         Don't try to decode frames before we received a keyframe.
27448
27449 2004-06-11  Wim Taymans  <wim@fluendo.com>
27450
27451         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27452         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27453         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27454         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27455         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27456         Added property to set the maximum delay of a page.
27457
27458 2004-06-10  Wim Taymans  <wim@fluendo.com>
27459
27460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27461         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27462         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27463         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27464         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27465         Added max-delay property to control the maximum amount
27466         of data to put in one page.
27467
27468 2004-06-10  Wim Taymans  <wim@fluendo.com>
27469
27470         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27471         (gst_theora_enc_init), (theora_enc_sink_link),
27472         (theora_buffer_from_packet), (theora_enc_set_property),
27473         (theora_enc_get_property):
27474         Set duration on encoded buffer, added some more properties
27475
27476 2004-06-10  Wim Taymans  <wim@fluendo.com>
27477
27478         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27479         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27480         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27481         * ext/theora/theoraenc.c: (theora_enc_chain):
27482         Fix refcounting bugs
27483
27484 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27485
27486         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27487         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27488         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27489         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27490         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27491         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27492         (gst_asf_demux_change_state):
27493         * gst/asfdemux/gstasfdemux.h:
27494           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27495           feels like. I think we should set a new requirement for demuxers
27496           from now on to implement sane loop functions, data loops, query
27497           and seek functions before first commit into CVS. And this commit
27498           fixes all of the above.
27499
27500 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27501
27502         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27503           vorbis comments are properly encoded in UTF-8 before adding them
27504           to a GstTagList
27505
27506 2004-06-09  Benjamin Otte  <otte@gnome.org>
27507
27508         * ext/alsa/gstalsa.c: (add_channels):
27509           handle min <= max correctly
27510         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27511         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27512           add fixation functions so we fixate correctly. No preferring of alaw
27513           anymore because it's the first structure.
27514         * ext/alsa/gstalsa.h:
27515         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27516         (gst_alsa_hw_params_dump):
27517           add functions to ease debugging in alsalib
27518         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27519         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27520         (gst_alsa_start_audio):
27521           only specify hw params if we really setup a format (fixes #134007 -
27522           or at least works around it)
27523
27524 2004-06-09  Wim Taymans  <wim@fluendo.com>
27525
27526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27527         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27528         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27529         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27530         (gst_ogg_mux_loop):
27531         Use stream caps to setup the initial pages in the ogg stream.
27532         Correctly set the streamheader caps on the srcpad.
27533
27534 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27535
27536         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27537         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27538         (gst_v4lsrc_getcaps):
27539         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27540         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27541           add querying of fps lists for webcams.  Negotiating to a framerate
27542           now works.
27543
27544 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27547         (theora_push_buffer), (theora_push_packet),
27548         (theora_set_header_on_caps), (theora_enc_chain):
27549           mark buffers and put on streamheader, raw theora streaming
27550           now works too, whee
27551
27552 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27553
27554         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27555         (gst_tcp_gdp_read_caps):
27556           do a looping read for caps and GDP headers too
27557
27558 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27559
27560         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27561         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27562           return EOS instead of NULL in _get
27563
27564 2004-06-08  Wim Taymans  <wim@fluendo.com>
27565
27566         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27567         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27568         (gst_tcp_gdp_write_caps):
27569         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27570         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27571         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27572         Memory leak fixes
27573
27574 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27575
27576         * ext/vorbis/Makefile.am:
27577         * ext/vorbis/vorbis.c: (plugin_init):
27578         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27579         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27580         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27581         (vorbis_parse_change_state):
27582         * ext/vorbis/vorbisparse.h:
27583           adding a vorbisparse element that marks the buffers, streaming
27584           raw vorbis using GDP now works, whee
27585
27586 2004-06-08  Wim Taymans  <wim@fluendo.com>
27587
27588         * ext/jpeg/Makefile.am:
27589         * ext/jpeg/README:
27590         * ext/jpeg/gstjpeg.c: (plugin_init):
27591         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27592         (gst_smokedec_base_init), (gst_smokedec_class_init),
27593         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27594         * ext/jpeg/gstsmokedec.h:
27595         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27596         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27597         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27598         (gst_smokeenc_resync), (gst_smokeenc_chain),
27599         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27600         * ext/jpeg/gstsmokeenc.h:
27601         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27602         (smokecodec_flush_destination), (smokecodec_term_destination),
27603         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27604         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27605         (smokecodec_term_source), (smokecodec_encode_new),
27606         (smokecodec_decode_new), (smokecodec_info_free),
27607         (smokecodec_set_quality), (smokecodec_get_quality),
27608         (smokecodec_set_threshold), (smokecodec_get_threshold),
27609         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27610         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27611         (smokecodec_parse_header), (smokecodec_decode):
27612         * ext/jpeg/smokecodec.h:
27613         Added a new simple jpeg based codec
27614
27615 2004-06-08  Wim Taymans  <wim@fluendo.com>
27616
27617         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27618         (gst_multipart_mux_loop):
27619         Fix memory leak
27620
27621 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27622
27623         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27624         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27625         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27626         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27627         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27628         * gst/tcp/gsttcpserversink.h:
27629           take streamheader into account
27630
27631 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         * gst/level/Makefile.am:
27634         * gst/level/gstlevel.c: (gst_level_class_init):
27635           clean up marshal generation
27636
27637 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27638
27639         * gst/tcp/Makefile.am:
27640         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27641         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27642         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27643         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27644         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27645         (gst_tcpclientsrc_get_property):
27646         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27647         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27648         (gst_tcpserversink_handle_client_read),
27649         (gst_tcpserversink_handle_client_write),
27650         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27651         * gst/tcp/gsttcpserversink.h:
27652           add signals client-added and client-removed
27653         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27654         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27655         (gst_tcpserversrc_get_property):
27656         uniformized, change default protocol to NONE
27657         * gst/tcp/gsttcp-marshal.list: added
27658 2004-06-07  Benjamin Otte  <otte@gnome.org>
27659
27660         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27661           handle discont events if they happen before caps nego
27662
27663 2004-06-07  Wim Taymans  <wim@fluendo.com>
27664
27665         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27666         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27667         (gst_multipart_demux_plugin_init):
27668         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27669         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27670         (gst_multipart_mux_change_state):
27671         Small updates, fix a memleak
27672
27673 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27674
27675         * configure.ac: OSS portability
27676         * ext/arts/gst_arts.c: idem
27677         * sys/oss/gstosselement.c: idem
27678         * sys/oss/gstossmixer.c: idem
27679         * sys/oss/gstosssink.c: idem
27680         * sys/oss/gstosssrc.c: idem
27681         * sys/oss/oss_probe.c: idem
27682           - check for soundcard.h in different places for some BSD
27683
27684 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27685
27686         * AUTHORS:
27687         Add me to the authors file
27688         * configure.ac:
27689         Increase the libdv requirement to >= version 0.100
27690         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27691         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27692         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27693         * ext/dv/gstdvdec.h:
27694         Add support for the new_media flag when sending DISCONT events
27695         Make the querying work when video pad is not linked
27696
27697 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27698
27699         reviewed by Benjamin Otte  <otte@gnome.org>
27700
27701         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27702           create a NULL-initialized array of pads, so we don't think they
27703           exist already. (fixes #143130)
27704
27705 2004-06-07  Benjamin Otte  <otte@gnome.org>
27706
27707         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27708         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27709         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27710           don't use // coments
27711
27712 2004-06-07  Benjamin Otte  <otte@gnome.org>
27713
27714         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27715           cast to GstClockTime to get higher granularity
27716         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27717           use gst_element_set_time_delay to get the exact time
27718         * ext/mad/gstmad.c: (gst_mad_chain):
27719           use the negotiated rate instead of the current frame's rate which
27720           might be wrong because of bit errors. This avoids emitting totally
27721           bogus timestamps and screwing sync.
27722         (fixes #143454)
27723
27724 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27725
27726         reviewed by Benjamin Otte  <otte@gnome.org>
27727
27728         * gst/adder/gstadder.c: (gst_adder_loop):
27729           properly error out when no negotiation has happened yet. (fixes
27730           #143032)
27731
27732 2004-06-06  Benjamin Otte  <otte@gnome.org>
27733
27734         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27735           forward correctly transformed offset in discont events. Based on
27736           patch by Arwed v. Merkatz. (fixes #142851)
27737
27738 2004-06-06  David Schleef  <ds@schleef.org>
27739
27740         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27741         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27742         problems on several systems.
27743
27744 2004-06-06  Benjamin Otte  <otte@gnome.org>
27745
27746         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27747           use explicit caps on the srcpad
27748         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27749           properly error out if caps couldn't be set (fixes #142764)
27750
27751 2004-06-06  Benjamin Otte  <otte@gnome.org>
27752
27753         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27754         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27755         (gst_alsa_start_audio):
27756           - don't call set_periods_integer anymore, it breaks the
27757           configuration randomly
27758           - call snd_pcm_hw_params_set_access directly instead of using masks
27759           - don't fail if the sw_params can't be set, just use the default
27760           params and hope it works. Alsalib has weird issues when you touch
27761           sw_params and does no proper error reporting about what failed.
27762         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27763         (gst_alsa_close_audio):
27764           make our alsa debugging go via gst debugging and not conditionally
27765           defined
27766         * ext/alsa/gstalsa.h:
27767           add ALSA_DEBUG_FLUSH macro
27768         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27769         (plugin_init):
27770           wrap alsa errors to be printed via the gst debugging system and not
27771           spammed to stderr
27772
27773 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27774
27775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27776         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27777         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27778         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27779         (qtdemux_parse_trak):
27780         * gst/qtdemux/qtdemux.h:
27781           Bitch. Also known as seeking, querying & co.
27782         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27783         (gst_osssink_change_state):
27784         * sys/oss/gstosssink.h:
27785           Resyncing is for weenies, this hack is no longer needed and was
27786           broken anyway (since it - unintendedly - always leaves resync to
27787           TRUE).
27788
27789 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27790
27791         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27792         * gst/tcp/gsttcpclientsrc.h: idem
27793           - define MSG_NOSIGNAL if not done
27794           - include unistd.h for off_t
27795           (fixes #143749)
27796
27797 2004-06-05  Benjamin Otte  <otte@gnome.org>
27798
27799         * configure.ac:
27800         * ext/kio/Makefile.am:
27801           check for qt's moc preprocessor explicitly and use it
27802
27803 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27804
27805         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27806           don't get a signal for EPIPE on socket writes
27807           (somebody check if this works on other platforms)
27808
27809 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27810
27811         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27812         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27813           check error condition on available samples correctly
27814
27815 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27816
27817         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27818           avoid a segfault
27819         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27820         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27821         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27822         (gst_tcpserversrc_gdp_read_header):
27823          use ssize_t over size_t since the former is signed and thus the
27824          check for error codes can work
27825
27826 2004-06-02  Wim Taymans  <wim@fluendo.com>
27827
27828         reviewed by: Johan
27829
27830         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27831         (gst_multipart_mux_loop):
27832         Oops
27833
27834 2004-06-02  Wim Taymans  <wim@fluendo.com>
27835
27836         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27837         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27838         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27839         (gst_multipart_mux_change_state):
27840         Added configurable boundary specifier, added the value as a
27841         caps field as well.
27842
27843 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27844
27845         * gst/tcp/gsttcp.c:
27846         * gst/tcp/gsttcpclientsrc.c:
27847         * gst/tcp/gsttcpclientsrc.h:
27848         * gst/tcp/gsttcpserversrc.c:
27849           - portability fix, to compile on OSX
27850             (fixes #143146)
27851
27852         * sys/osxaudio/gstosxaudioelement.c:
27853         * sys/osxaudio/gstosxaudiosink.c:
27854         * sys/osxaudio/gstosxaudiosrc.c:
27855           - compilation warnings on OSX
27856             (fixes #143153)
27857
27858 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27859
27860         * ext/vorbis/vorbisdec.c : sign warning fixes
27861
27862         * gst-libs/gst/mixer/mixertrack.c :
27863           do no use defines which are glib 2.4 specific
27864
27865 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27866
27867         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27868           buffer since libflac doesn't expect it (reports a sync error when
27869           it encounters that)
27870
27871
27872 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27873
27874         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27875         * gst-libs/gst/mixer/mixertrack.c:
27876         (gst_mixer_track_get_property), (get_mixer_track_init),
27877         (get_mixer_track_get_property): Added property accessors
27878         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27879         * gst-libs/gst/mixer/mixeroptions.c:
27880         (gst_mixer_options_get_values): Added
27881         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27882         * gst-libs/gst/mixer/mixer.c: Fixed comment
27883
27884
27885 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27886
27887         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27888           improve error messages on open
27889
27890
27891 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27892
27893         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27894           check if v4l-conf is in path
27895
27896 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27897
27898         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27899           change assert to a more readable error message
27900
27901 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27902
27903         * gst-libs/gst/tuner/tunerchannel.h:
27904           - add a freq_multiplicator field to make the conversion
27905             between internal frequency unit and Hz
27906         * sys/v4l/gstv4lelement.c:
27907         * sys/v4l2/gstv4l2element.c:
27908           - change default video device to /dev/video0
27909         * sys/v4l/v4l_calls.c:
27910         * sys/v4l2/v4l2_calls.c:
27911           - we only expose frequency to the user in Hz instead of
27912             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27913
27914 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27915         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27916           Initialise b_o_s and e_o_s variables
27917         * gst-libs/gst/riff/riff-media.c:
27918         (gst_riff_create_video_caps_with_data):
27919           Add some unusual fourcc's from mplayer avi's
27920         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27921           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27922           autoplugging.
27923
27924 2004-05-28  Wim Taymans  <wim@fluendo.com>
27925
27926         * configure.ac:
27927         * gst/alpha/Makefile.am:
27928         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27929         (gst_alpha_get_type), (gst_alpha_base_init),
27930         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27931         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27932         (gst_alpha_chroma_key), (gst_alpha_chain),
27933         (gst_alpha_change_state), (plugin_init):
27934         A plugin to add an alpha channel to I420 video. Can optionally do
27935         chroma keying.
27936         * gst/multipart/Makefile.am:
27937         * gst/multipart/multipart.c: (plugin_init):
27938         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27939         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27940         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27941         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27942         (gst_multipart_demux_change_state),
27943         (gst_multipart_demux_plugin_init):
27944         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27945         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27946         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27947         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27948         (gst_multipart_mux_pad_unlink),
27949         (gst_multipart_mux_request_new_pad),
27950         (gst_multipart_mux_handle_src_event),
27951         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27952         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27953         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27954         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27955         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27956         send multipart jpeg images to a browser.
27957         * gst/videobox/Makefile.am:
27958         * gst/videobox/README:
27959         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27960         (gst_video_box_get_type), (gst_video_box_base_init),
27961         (gst_video_box_class_init), (gst_video_box_init),
27962         (gst_video_box_set_property), (gst_video_box_get_property),
27963         (gst_video_box_sink_link), (gst_video_box_i420),
27964         (gst_video_box_ayuv), (gst_video_box_chain),
27965         (gst_video_box_change_state), (plugin_init):
27966         Crops or adds borders around an image. can do alpha channel
27967         borders as well.
27968         * gst/videomixer/Makefile.am:
27969         * gst/videomixer/README:
27970         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27971         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27972         (gst_videomixer_pad_get_sink_event_masks),
27973         (gst_videomixer_pad_get_property),
27974         (gst_videomixer_pad_set_property),
27975         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27976         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27977         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27978         (gst_videomixer_base_init), (gst_videomixer_class_init),
27979         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27980         (gst_videomixer_handle_src_event),
27981         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27982         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27983         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27984         (gst_videomixer_loop), (gst_videomixer_get_property),
27985         (gst_videomixer_set_property), (gst_videomixer_change_state),
27986         (plugin_init):
27987         Generic video mixer plugin, can handle multiple inputs all with
27988         different framerates and video sizes. Is fully alpha channel
27989         aware.
27990
27991 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27994           Select first track as master track. Not sure how else to handle
27995           that...
27996         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27997           Discard discont events. Should fix #142962.
27998
27999 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28000
28001         * ext/alsa/Makefile.am:
28002         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
28003         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
28004         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
28005         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
28006         (gst_alsa_mixer_get_option):
28007         * ext/alsa/gstalsamixer.h:
28008         * ext/alsa/gstalsamixeroptions.c:
28009         (gst_alsa_mixer_options_get_type),
28010         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
28011         (gst_alsa_mixer_options_new):
28012         * ext/alsa/gstalsamixeroptions.h:
28013         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28014         * ext/alsa/gstalsamixertrack.h:
28015           Add enumerations (as GstMixerOptions). Make correct distinction
28016           between input/output tracks. Add capture/playback private flag.
28017           Use flag to decide on whether to set capture or playback volumes
28018           or switches. Use playback and record switches.
28019         * gst-libs/gst/mixer/Makefile.am:
28020         * gst-libs/gst/mixer/mixer-marshal.list:
28021         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
28022         (gst_mixer_set_option), (gst_mixer_get_option),
28023         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
28024         (gst_mixer_volume_changed), (gst_mixer_option_changed):
28025         * gst-libs/gst/mixer/mixer.h:
28026         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
28027         (gst_mixer_options_class_init), (gst_mixer_options_init),
28028         (gst_mixer_options_dispose):
28029         * gst-libs/gst/mixer/mixeroptions.h:
28030           Add GstMixerOptions.
28031         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
28032           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
28033           broken device detection on computers with multiple OSS sound
28034           cards.
28035
28036 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28037
28038         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28039           fixate nicely even when the peer is not negotiating
28040
28041 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28042
28043         * gst/audioconvert/gstaudioconvert.c:
28044         (gst_audio_convert_parse_caps):
28045           make sure we don't allow depth > width
28046         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28047           fixate endianness to G_BYTE_ORDER as default
28048         * gst/audioscale/gstaudioscale.c:
28049           we don't handle another endianness as host-endianness
28050
28051 2004-05-25  David Schleef  <ds@schleef.org>
28052
28053         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
28054
28055 2004-05-24  Benjamin Otte  <otte@gnome.org>
28056
28057         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
28058         (gst_oggvorbisenc_setup):
28059           properly fail when we can't setup the vorbis encoder due to
28060           unsupported settings
28061         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
28062         (gst_vorbisenc_setup):
28063           same
28064         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28065           fix case where warnings occured when one pad was unlinked while the
28066           other's link function was called
28067
28068 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28069
28070         * gst/tcp/Makefile.am:
28071           use GST_ENABLE_NEW
28072
28073 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28074
28075         * gst-libs/gst/resample/private.h:
28076           don't use optimizations that are #if 0'ed
28077
28078 2004-05-24  Wim Taymans  <wim@fluendo.com>
28079
28080         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
28081         Fix potential division by zero error and hopefully get
28082         the position query right to get correct timestamps on avi
28083         audio.
28084
28085 2004-05-24  Wim Taymans  <wim@fluendo.com>
28086
28087         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
28088         (gst_videoscale_scale_nearest_str2),
28089         (gst_videoscale_scale_nearest_str4),
28090         (gst_videoscale_scale_nearest_32bit),
28091         (gst_videoscale_scale_nearest_24bit),
28092         (gst_videoscale_scale_nearest_16bit):
28093         Fix the scaling algorithm and avoid a buffer overflow.
28094         removed the while loop in the scaling function as it
28095         was used for point sampling only.
28096
28097 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28098
28099         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28100         (gst_id3_tag_class_init), (gst_id3_tag_init),
28101         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
28102         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
28103         (gst_id3_tag_send_tag_event):
28104           lots of fixes to make id3mux work and id3demux work correctly
28105
28106 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28107
28108         * ext/Makefile.am:
28109           add rules to build shout2send (was removed by accident
28110           when this module was no more marked experimental/broken)
28111
28112 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28113
28114         * ext/shout2/gstshout2.c:
28115         * ext/shout2/gstshout2.h:
28116           adding a "connection problem" signal to shout2send
28117           (fixes #142954)
28118
28119 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28120
28121         * ext/kio/kioreceiver.cpp:
28122         * ext/kio/kioreceiver.h:
28123           fix sign comparison issues
28124
28125 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28126
28127         * gst/cdxaparse/gstcdxaparse.c:
28128         * gst/cdxaparse/gstcdxaparse.h:
28129           some renaming
28130           add some checks/sanity
28131           prepare for seek addition
28132
28133         * sys/sunaudio/gstsunaudio.c:
28134           remove exported dupe init function
28135
28136 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
28137
28138         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
28139         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
28140           Fix format conversion and position querying.
28141         * gst/debug/progressreport.c: (gst_progressreport_report):
28142           Don't output a bogus total value that we didn't query.
28143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28144           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
28145           only a blank window after xine has been used.
28146
28147 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28148
28149         * m4/as-arts.m4:
28150           sync with upstream version to fix test on FC2
28151           readd with -ko to preserve Id header
28152
28153 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28154
28155         * configure.ac:
28156           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
28157         * gst/tcp/gsttcpclientsrc.c: idem
28158         * gst/tcp/gsttcpserversink.c: idem
28159         * gst/tcp/gsttcpserversrc.c: idem
28160         * m4/gst-fionread.m4: idem
28161
28162         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
28163
28164         * configure.ac: enable speex plugin for speex 1.1.5+
28165         * ext/speex/gstspeexenc.c: fix cast warning
28166
28167         * ext/esd/README: fix typo
28168
28169 2004-05-20  David Schleef  <ds@schleef.org>
28170
28171         * configure.ac: Minor cosmetic change to convince the buildbot to
28172         reautogen.
28173         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
28174         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
28175         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
28176         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
28177         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
28178         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
28179         More hacking.  Plays audio now.
28180
28181 2004-05-20  David Schleef  <ds@schleef.org>
28182
28183         * configure.ac:
28184         * sys/Makefile.am:
28185
28186 2004-05-20  David Schleef  <ds@schleef.org>
28187
28188         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
28189         * sys/osxaudio/gstosxaudio.c:
28190         * sys/osxaudio/gstosxaudioelement.c:
28191         * sys/osxaudio/gstosxaudioelement.h:
28192         * sys/osxaudio/gstosxaudiosink.c:
28193         * sys/osxaudio/gstosxaudiosink.h:
28194         * sys/osxaudio/gstosxaudiosrc.c:
28195         * sys/osxaudio/gstosxaudiosrc.h:
28196
28197 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28198
28199         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
28200         (gst_vorbisenc_chain):
28201           put the codec headers on the caps as streamheader as well as
28202           pushing them out
28203
28204 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28205
28206         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28207         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
28208         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
28209         split up push_packet into two functions
28210
28211 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28212
28213         * gst/tcp/.cvsignore:
28214           ignore enums
28215         * gst/tcp/Makefile.am:
28216         * gst/tcp/README:
28217         * gst/tcp/gsttcp.c:
28218         * gst/tcp/gsttcp.h:
28219         * gst/tcp/gsttcpclientsink.c:
28220         * gst/tcp/gsttcpclientsink.h:
28221         * gst/tcp/gsttcpclientsrc.c:
28222         * gst/tcp/gsttcpclientsrc.h:
28223         * gst/tcp/gsttcpplugin.c:
28224         * gst/tcp/gsttcpserversink.c:
28225         * gst/tcp/gsttcpserversink.h:
28226         * gst/tcp/gsttcpserversrc.c:
28227         * gst/tcp/gsttcpserversrc.h:
28228           add new tcp elements
28229
28230 2004-05-19  Wim Taymans  <wim@fluendo.com>
28231
28232         * gst/law/mulaw-conversion.c: (mulaw_encode):
28233         Fix overflow bug in ulaw encoding.
28234
28235 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28236
28237         * ext/mad/gstmad.c: (gst_mad_handle_event):
28238           don't unref the event twice
28239
28240 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28241
28242         * configure.ac:
28243           remove -Wno-sign-compare
28244
28245 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28246
28247         * configure.ac:
28248           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
28249           if you want to work against glib 2.2 and 2.4
28250
28251 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28252
28253         * gst/tcp/Makefile.am:
28254         * gst/tcp/gsttcp.c:
28255         * gst/tcp/gsttcp.h:
28256         * gst/tcp/gsttcpsink.h:
28257         * gst/tcp/gsttcpsrc.h:
28258           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28259
28260 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28261
28262         * gst/debug/tests.c: (md5_get_value):
28263           fix segfault on gst-inspect
28264
28265 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28266
28267         * gst/debug/testplugin.c:
28268         * gst/debug/tests.c:
28269         * gst/debug/tests.h:
28270           add new extensible and configurable testing element. Current tests
28271           include buffer count, stream length, timestamp/duration matching and
28272           md5.
28273         * gst/debug/Makefile.am:
28274         * gst/debug/gstdebug.c: (plugin_init):
28275           add infrastructure for new element
28276
28277 2004-05-19  Johan Dahlin  <johan@gnome.org>
28278
28279         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28280         ending of the array. Fixes gst-inspect segfault on ppc.
28281
28282 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28283
28284         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28285
28286         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28287
28288 2004-05-18  David Schleef  <ds@schleef.org>
28289
28290         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28291         warnings (bugs, actually) noticed by gcc but not forte.
28292
28293 2004-05-18  David Schleef  <ds@schleef.org>
28294
28295         * sys/sunaudio/Makefile.am:
28296         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28297
28298 2004-05-18  David Schleef  <ds@schleef.org>
28299
28300         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28301         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28302         to allow qtdemux to use non-seekable streams. (bug #142272)
28303
28304 2004-05-18  David Schleef  <ds@schleef.org>
28305
28306         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28307         (gst_resample_sinc_ft_float): Remove use of static temporary
28308         buffer.  This code was obviously not supposed to last long, but
28309         it's stuck in our ABI, so it required a little hack to make it
28310         ABI-compatible.  Fixes #142585.
28311         * gst-libs/gst/resample/resample.h: same.
28312
28313 2004-05-18  David Schleef  <ds@schleef.org>
28314
28315         * configure.ac: Add sunaudio
28316         * examples/Makefile.am: make gstplay depend on gconf
28317         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28318         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28319         (convert_table_lookup), (img_convert): remove c99-isms
28320         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28321           unsigned, to fix a warning on Solaris
28322         * gst/mpeg1sys/systems.c: bcopy->memcpy
28323         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28324         * sys/Makefile.am: Add sunaudio
28325
28326 2004-05-18  Wim Taymans  <wim@fluendo.com>
28327
28328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28329         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28330         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28331         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28332         (gst_ogg_mux_loop):
28333         Fix an ugly memleak where the muxer didn't flush enough ogg
28334         pages. This also resulted in badly muxed ogg files.
28335
28336 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28337
28338         * gst/asfdemux/asfheaders.c :
28339         * gst/asfdemux/asfheaders.h :
28340         * gst/asfdemux/gstasfdemux.c :
28341           - fix ASF_OBJ_PADDING guid
28342           - add 3 new object guids (language list, metadata,
28343             extended stream properties)
28344           - add a function to parse extended header objects
28345
28346 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28347
28348         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28349           remove leftover debugging g_print
28350
28351 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28352
28353         * ext/mad/gstmad.c: (gst_mad_handle_event):
28354           Fix for when the first format in a discont event is not a
28355           byte-based one. Should fix #137710.
28356
28357 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28358
28359         * m4/a52.m4 : fix compilation with -Wall -Werror
28360         * m4/libfame.m4 : idem
28361         * m4/libmikmod.m4 : idem
28362
28363 2004-05-17  Benjamin Otte  <otte@gnome.org>
28364
28365         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28366           signal the new tags before giving up the reference
28367
28368 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28369
28370         * ext/shout2/gstshout2.c:
28371           use application/ogg instead of application/x-ogg (patch by Patrick
28372           Guimond, fixes #142432)
28373         * sys/oss/gstosselement.c: (gst_osselement_reset),
28374         (gst_osselement_sync_parms):
28375           don't set fragment size unless specified (fixes #142493)
28376
28377 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28378
28379         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28380           fixes #142664
28381
28382 2004-05-17  Benjamin Otte  <otte@gnome.org>
28383
28384         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28385           compute offsets correctly for internal buffers so timestamps are set
28386           correctly when we can't seek. Also handle cases where there are no
28387           offsets. (based on a patch by David Moore, fixes #142507)
28388
28389 2004-05-17  Benjamin Otte  <otte@gnome.org>
28390
28391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28392           use correct variable when determining amount of data to skip so we
28393           don't skip into the void and segfault
28394
28395 2004-05-16  Benjamin Otte  <otte@gnome.org>
28396
28397         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28398           Hi, I'm a memleak
28399
28400 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28401
28402         * gst/asfdemux/gstasfdemux.c:
28403           - fix a mem leak and always propagate tags
28404           - add WMV3 to known video codecs (but no decoder yet)
28405           - replace "surplus data" at end of audio header for what
28406             it is : codec specific data
28407           - fix a typo
28408
28409 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28410
28411         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28412
28413         * gst-libs/gst/audio/audioclock.c:
28414           Fix wrong return type (#142205).
28415
28416 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28417
28418         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28419           Ignore CRCs by default (fixes #142566).
28420
28421 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28422
28423         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28424         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28425         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28426         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28427         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28428         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28429           Fix for cases where we fail to attach to a mixer.
28430
28431 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28432
28433         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28434           Don't touch events after not owning them anymore.
28435         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28436         (gst_wavparse_fmt), (gst_wavparse_other),
28437         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28438         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28439         (gst_wavparse_srcpad_event):
28440         * gst/wavparse/gstwavparse.h:
28441           Add seeking, fix querying.
28442
28443 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28444
28445         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28446           - process comments even if they don't end with \0\0
28447             g_convert would ignore them if present and works well without them
28448
28449 2004-05-16  Benjamin Otte  <otte@gnome.org>
28450
28451         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28452           simplify caps
28453
28454 2004-05-16  Benjamin Otte  <otte@gnome.org>
28455
28456         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28457           don't write to memory we might not write to - g_convert does that
28458           for us anyway (fixes #142613)
28459         (gst_asf_demux_audio_caps):
28460           comment out gst_util_dump_mem
28461
28462 2004-05-16  Benjamin Otte  <otte@gnome.org>
28463
28464         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28465           compute correct expected timestamps after seek (broken since
28466           last commit)
28467         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28468           rename element and debugging category to gdkpixbufscale
28469
28470 2004-05-16  Benjamin Otte  <otte@gnome.org>
28471
28472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28473           add error checking to snd_pcm_delay and remove duplicate call to
28474           snd_pcm_delay that caused issues (see inline code comments)
28475         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28476           make more readable and fix return value when snd_pcm_delay fails
28477         (fixes #142586)
28478
28479 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28480         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28481         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28482         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28483         (gst_pixbufscale_link), (gst_pixbufscale_init),
28484         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28485         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28486         (gst_pixbufscale_get_property), (pixbufscale_init):
28487         * ext/gdk_pixbuf/pixbufscale.h:
28488         Add these files I forgot earlier
28489
28490 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28491         * ext/gdk_pixbuf/Makefile.am:
28492         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28493         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28494         Add new pixbufscale element to scale RGB video
28495         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28496         and HYPER interpolation correctly.
28497         * ext/theora/theoraenc.c: (theora_enc_chain),
28498         Discard buffer and return if explicit caps could not be set
28499         (theora_enc_get_property):
28500         Make _get return kbps for the bitrate consistent with
28501         the _set function.
28502
28503
28504 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28505
28506         * ext/libvisual/visual.c: (gst_visual_chain):
28507           add missing visual_audio_analyze
28508
28509 2004-05-14  David Schleef  <ds@schleef.org>
28510
28511         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28512         is killed while we're playing.
28513         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28514         gst_element_no_more_pads().
28515
28516 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28517
28518         * gst-libs/gst/riff/riff-read.c :
28519           - fix INFO tag extraction in RIFF/AVI files
28520             because gst_event_unref (event) also freed taglist
28521           - avoid a mem leak
28522
28523 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28524
28525         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28526         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28527
28528         * gst/auparse/gstauparse.c :
28529           - add code (commented for now) to support audio/x-adpcm on src pad
28530             (we have no decoder for those layout yet)
28531
28532         * gst/cdxaparse/gstcdxaparse.c :
28533         * gst/cdxaparse/gstcdxaparse.h :
28534           - partial rewrite using RiffRead (ripped iain's wavparse code)
28535
28536         * gst/rtp/gstrtpL16enc.c : typo
28537         * gst/rtp/gstrtpgsmenc.c : typo
28538
28539 2004-05-13  Benjamin Otte  <otte@gnome.org>
28540
28541         * configure.ac:
28542           check for exact version of libvisual, it's not supposed to be
28543           API/ABI stable yet
28544
28545 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28546
28547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28548           signal no-more-pads
28549
28550 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28551
28552         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28553         Report which format was used for GST_FORMAT_DEFAULT
28554         * gst/debug/Makefile.am:
28555         * gst/debug/gstdebug.c: (plugin_init):
28556         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28557         (gst_progressreport_class_init), (gst_progressreport_init),
28558         (gst_progressreport_report), (gst_progressreport_set_property),
28559         (gst_progressreport_get_property), (gst_progressreport_chain),
28560         (gst_progressreport_plugin_init):
28561         Add progressreport element for testing.
28562
28563 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28564
28565         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28566         * sys/v4l/gstv4lsrc.h:
28567         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28568         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28569         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28570         (gst_v4lsrc_grab_frame):
28571           add more debugging
28572           send a discont at start
28573
28574 2004-05-12  Colin Walters  <walters@redhat.com>
28575
28576         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28577         inflooping if we can't find a chunk.  Or in other words, don't blow
28578         chunks if we don't have a chunk to blow.
28579
28580 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28581         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28582         Remove old debug output
28583         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28584         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28585         (gst_dvdec_set_property), (gst_dvdec_get_property):
28586         Change the quality setting to an enum, so it works from gst-launch
28587         Don't renegotiate a non-linked pad. Allows audio only decoding.
28588         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28589         (gst_deinterlace_link), (gst_deinterlace_init):
28590         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28591         (gst_videodrop_link):
28592         Some caps negotiation fixes
28593
28594 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28595
28596         * ext/tarkin/gsttarkin.c :
28597           - Change RANK from NONE to PRIMARY
28598         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28599           - Change RANK from NONE to MARGINAL
28600         * ext/divx/gstdivxenc.c :
28601           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28602
28603 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28604
28605         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28606         (gst_vorbisenc_push_packet):
28607           copy a function that was added between 1.0 and 1.0.1 until we
28608           depend on worthwhile features of post-1.0
28609
28610 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28611
28612         * configure.ac:
28613           enable shout2 by default
28614         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28615         (gst_shout2send_base_init), (gst_shout2send_init),
28616         (gst_shout2send_connect), (gst_shout2send_change_state):
28617         * ext/shout2/gstshout2.h:
28618           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28619           #142262)
28620         * ext/theora/theora.c: (plugin_init):
28621           don't set rank on encoders
28622
28623 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28624
28625         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28626           Use codec_data property instead of flag1 and flag2 for wma
28627
28628 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28629
28630         * gst/cdxaparse/gstcdxaparse.c :
28631           - Add mpegversion to CAPS to make it link
28632           - Rank is as GST_RANK_SECONDARY instead of NONE
28633         * gst/auparse/gstauparse.c :
28634           - Document all audio encoding we can encounter from Solaris 9
28635             headers and libsndfile information.
28636           - Increase max. rate from 48000 to 192000 (to match other elements)
28637           - Don't try to play junk data between header and samples
28638
28639 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28640
28641         * ext/libvisual/visual.c: (gst_visual_getcaps):
28642           use the right caps depending on endianness (I hope)
28643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28644           use GST_RANK_NONE for all non-decoding elements or spider gets
28645           mighty confused
28646
28647 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28648
28649         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28650           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28651
28652 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28653
28654         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28655         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28656         (gst_switch_loop), (gst_switch_get_type):
28657           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28658           HEADERS. Had to be said.
28659
28660 2004-05-10  David Schleef  <ds@schleef.org>
28661
28662         * configure.ac: Add prototype Dirac support.
28663         * ext/Makefile.am:
28664         * ext/dirac/Makefile.am:
28665         * ext/dirac/gstdirac.cc:
28666         * ext/dirac/gstdiracdec.cc:
28667
28668 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28669
28670         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28671         (gst_auparse_init), (gst_auparse_chain),
28672         (gst_auparse_change_state):
28673           Hack around spider. Remove me some day please.
28674
28675 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28676
28677         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28678           Fix for some uninitialized variables in previous patch, also
28679           makes it work. Fixes #142286 while we're at it.
28680
28681 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28682
28683         * gst/auparse/gstauparse.c:
28684                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28685                 only unsupported formats are ADPCM/CCITT G.72x
28686                 reviewed by Ronald
28687         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28688
28689 2004-05-10  Wim Taymans  <wim@fluendo.com>
28690
28691         * ext/vorbis/Makefile.am:
28692         * ext/vorbis/README:
28693         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28694         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28695         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28696         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28697         (gst_oggvorbisenc_convert_sink),
28698         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28699         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28700         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28701         (get_constraints_string), (update_start_message),
28702         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28703         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28704         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28705         * ext/vorbis/oggvorbisenc.h:
28706         * ext/vorbis/vorbis.c: (plugin_init):
28707         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28708         (raw_caps_factory), (gst_vorbisenc_class_init),
28709         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28710         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28711         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28712         * ext/vorbis/vorbisenc.h:
28713         Added a raw vorbis encoder to be used with the oggmuxer.
28714         We still need the old encoder for some gnome applications,
28715         read the README to find out how that works.
28716         The raw encoder is called "rawvorbisenc" until 0.9.
28717
28718 2004-05-10  Wim Taymans  <wim@fluendo.com>
28719
28720         * ext/ogg/gstogg.c: (plugin_init):
28721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28722         (gst_ogg_print):
28723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28724         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28725         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28726         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28727         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28728         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28729         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28730         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28731         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28732         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28733         Added an ogg muxer.
28734         Small typo fixes in the demuxer.
28735
28736 2004-05-10  Wim Taymans  <wim@fluendo.com>
28737
28738         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28739         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28740         (theora_enc_change_state), (theora_enc_set_property),
28741         (theora_enc_get_property):
28742         Mark the last packet with an EOS flag which is not really needed
28743         in gstreamer.
28744         Do some better video framerate initialisation.
28745         Update the buffer timestamp.
28746
28747 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28748
28749         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28750         Return the result of the parent state change call
28751
28752 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28753
28754         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28755         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28756         * gst/law/alaw-encode.c : (idem)
28757         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28758         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28759         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28760
28761 2004-05-09  Benjamin Otte  <otte@gnome.org>
28762
28763         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28764           don't use a fixed buffer size when writing variable length data to
28765           it. Fixes memory corruption and makes alsasrc work
28766
28767 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28768
28769         * ext/gnomevfs/gstgnomevfssink.c:
28770         (_gst_boolean_allow_overwrite_accumulator),
28771         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28772           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28773           RUN_LAST, and don't use that to set the accumulator value because
28774           then it's always FALSE.
28775
28776 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28777
28778         * gst-libs/gst/riff/riff-media.c:
28779         (gst_riff_create_video_caps_with_data),
28780         (gst_riff_create_audio_caps),
28781         (gst_riff_create_audio_template_caps):
28782         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28783           Fix for unaligned RIFF files (i.e. where all the chunks together
28784           in a LIST chunk are not of the same size as the size given in
28785           the LIST chunk header). Fixes several odd WAVE files. Also fix
28786           ADPCM (block_align property) in audio, so that wavparse based
28787           on this works now as it used to stand-alone.
28788
28789 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28790
28791         reviewed by Benjamin Otte  <otte@gnome.org>
28792
28793         * ext/a52dec/gsta52dec.c:
28794         * ext/divx/gstdivxdec.c:
28795         * ext/divx/gstdivxenc.c:
28796         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28797         * ext/faac/gstfaac.c: (gst_faac_base_init):
28798         * ext/faad/gstfaad.c: (gst_faad_base_init):
28799         * ext/ivorbis/vorbisfile.c:
28800         * ext/lame/gstlame.c:
28801         * ext/libfame/gstlibfame.c:
28802         * ext/mpeg2enc/gstmpeg2enc.cc:
28803         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28804         * ext/sidplay/gstsiddec.cc:
28805         * ext/speex/gstspeexdec.c:
28806         * ext/speex/gstspeexenc.c:
28807         * ext/xvid/gstxviddec.c:
28808         * ext/xvid/gstxvidenc.c:
28809           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28810           (fixes #142193)
28811
28812 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28813
28814         * ext/alsa/gstalsa.c: (device_list),
28815         (gst_alsa_class_probe_devices):
28816         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28817           Fix alsa oddness in mixer after the combination of using mixer
28818           in source/sink elements and using hw:x,y instead of just hw:x.
28819
28820 2004-05-09  Benjamin Otte  <otte@gnome.org>
28821
28822         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28823         (gst_wavparse_create_sourcepad):
28824           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28825           sourcepads
28826
28827 2004-05-09  Benjamin Otte  <otte@gnome.org>
28828
28829         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28830           allow discont events before caps nego
28831
28832 2004-05-08  Benjamin Otte  <otte@gnome.org>
28833
28834         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28835           don't leak events
28836
28837 2004-05-08  Benjamin Otte  <otte@gnome.org>
28838
28839         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28840         (gst_level_change_state), (gst_level_init):
28841         * gst/level/gstlevel.h:
28842           figure out if we're initialized directly instead of keeping a
28843           variable that's wrong in 90% of cases
28844           don't initialize pads and then leak them and use a new unitialized
28845           pad. (fixes #142084)
28846           these were bugs so n00bish I didn't find them for an hour :/
28847
28848 2004-05-08 Iain <iain@prettypeople.org>
28849
28850         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28851         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28852         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28853         return the length that was read.
28854         (gst_riff_read_strf_auds): Allow fmt tags as well.
28855
28856 2004-05-07  David Schleef  <ds@schleef.org>
28857
28858         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28859         signed char assumption in faad.h.
28860
28861 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28862
28863         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28864           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28865
28866 2004-05-07  Colin Walters  <walters@redhat.com>
28867
28868         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28869         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28870         function.
28871         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28872         Add dispose function.
28873
28874 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28875         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28876           Fix caps nego and pad templates. RGB mode caps should
28877           work now.
28878         * ext/dvdnav/gst-dvd:
28879           Move mpeg2dec inside the thread because otherwise the
28880           queue rejects cap changes mid-stream
28881         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28882         (gst_mpeg2dec_flush_decoder):
28883           For mpeg2dec > 0.4.0, call the flush function instead of
28884           manually extracting all in-flight frames.
28885         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28886         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28887           Change mime type video/dv go video/x-dv to match the
28888           rest of gst-plugins
28889
28890 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28893         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28894         (gst_alsa_sink_class_init):
28895         * ext/alsa/gstalsasink.h:
28896         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28897         (gst_alsa_src_class_init):
28898         * ext/alsa/gstalsasrc.h:
28899           Make alsasink/src a subclass of alsamixer so that mixer stuff
28900           shows up in gst-rec. Needs some finetuning.
28901
28902 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28903
28904         * ext/lame/gstlame.c: (gst_lame_chain):
28905           simplify
28906         * ext/mad/gstmad.c: (gst_mad_handle_event):
28907           fix event leak
28908         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28909           be able to detect mp3 files < 4096 bytes
28910
28911 2004-05-06  Wim Taymans  <wim@fluendo.com>
28912
28913         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28914         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28915         (theora_enc_set_property), (theora_enc_get_property):
28916         Also encode the first frame, cleanup some code.
28917
28918 2004-05-06  Wim Taymans  <wim@fluendo.com>
28919
28920         * ext/mpeg2enc/gstmpeg2enc.cc:
28921         Forward events first before deciding that negotiation was
28922         not performed.
28923
28924 2004-05-06  Wim Taymans  <wim@fluendo.com>
28925
28926         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28927         First process the events before deciding that negotiation
28928         was not performed.
28929
28930 2004-05-06  Wim Taymans  <wim@fluendo.com>
28931
28932         * ext/theora/Makefile.am:
28933         * ext/theora/theora.c: (plugin_init):
28934         * ext/theora/theoradec.c: (theora_dec_change_state):
28935         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28936         (gst_theora_enc_class_init), (gst_theora_enc_init),
28937         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28938         (theora_enc_chain), (theora_enc_change_state),
28939         (theora_enc_set_property), (theora_enc_get_property):
28940         Added a theora encoder, grouped the encoder and decoder into the
28941         same plugin.
28942
28943 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28944
28945         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28946         (gst_jpegenc_chain):
28947         fix DURATION on outgoing buffers
28948         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28949         debug using time formats
28950         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28952         (gst_xvimagesink_sink_link):
28953         windows with width/height 0 generate X errors, so don't allow them
28954
28955 2004-05-05  Wim Taymans  <wim@fluendo.com>
28956
28957         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28958         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28959         (gst_mpeg2dec_negotiate_format):
28960         * ext/mpeg2dec/gstmpeg2dec.h:
28961           removed the static pad template so that we can add the
28962           more accurate framerate value to the caps.
28963
28964
28965 2004-05-04  Benjamin Otte  <otte@gnome.org>
28966
28967         * configure.ac:
28968           check for kdemacros.h, too (should fix #141821)
28969         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28970           don't crash if no header was sent, but nicely error out (fixes part
28971           of #141554)
28972
28973 2004-05-04  Wim Taymans  <wim@fluendo.com>
28974
28975         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28976         parent dispose function to avoid segfault on destroy.
28977
28978 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28979
28980         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28981         (plugin_init):
28982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28983         (gst_xvimagesink_sink_link):
28984         clean up debugging caps
28985         also recreate xvimage when format has changed
28986
28987 2004-05-04  Benjamin Otte  <otte@gnome.org>
28988
28989         * ext/libvisual/Makefile.am:
28990         * ext/libvisual/visual.c: (gst_visual_class_init),
28991         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28992         (gst_visual_srclink), (gst_visual_chain),
28993         (gst_visual_change_state), (plugin_init):
28994           use a GstAdapter to correctly adapt buffer sizes - allows using a
28995           framerate
28996
28997 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28998
28999         * sys/v4l/gstv4lelement.h:
29000         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
29001         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
29002         (gst_v4lsrc_buffer_free):
29003         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
29004         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29005         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
29006         (gst_v4lsrc_requeue_frame):
29007         move some debugging categories around
29008         query for fps index and set accordingly if found
29009
29010 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29011
29012         * ext/lame/gstlame.c:
29013         correct defaults that lame_init puts out of range
29014
29015 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29016
29017         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
29018         (gst_divxenc_class_init):
29019         fix range since -1 is the default
29020         * gst/mpeg1sys/gstmpeg1systemencode.c:
29021         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
29022         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
29023         (gst_rtjpegdec_chain):
29024         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
29025         (gst_rtjpegenc_chain):
29026         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
29027         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
29028         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
29029         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
29030         * sys/v4l/gstv4lsrc.c:
29031         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29032         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
29033         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
29034         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
29035         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
29036           remove gst_info calls
29037
29038 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29039
29040         * Makefile.am:
29041         * po/af.po:
29042         * po/az.po:
29043         * po/en_GB.po:
29044         * po/nl.po:
29045         * po/sr.po:
29046         * po/sv.po:
29047           Updated translations
29048
29049 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29050
29051         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29052           refactor/comment code
29053
29054 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29055
29056         * gst/asfdemux/Makefile.am:
29057         * gst/asfdemux/asfheaders.c:
29058         * gst/asfdemux/asfheaders.h:
29059         * gst/asfdemux/gstasf.c: (plugin_init):
29060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
29061         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
29062         (gst_asf_demux_setup_pad):
29063         * gst/asfdemux/gstasfdemux.h:
29064         * gst/asfdemux/gstasfmux.c:
29065         * gst/asfdemux/gstasfmux.h:
29066           Add tagging support to demuxer, split out registration in its own
29067           file instead of in demux (hacky), and prevent having some tables
29068           in our memory multiple times (in asfheaders.h).
29069
29070 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29071
29072         * gst/matroska/matroska-demux.c:
29073         (gst_matroska_demux_parse_metadata):
29074         * gst/matroska/matroska-ids.h:
29075           Basic tag reading support.
29076
29077 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29078
29079         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29080           Really detect ac-3 audio.
29081         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
29082           really detect matroska files (off-by-1).
29083
29084 2004-04-30  David Schleef  <ds@schleef.org>
29085
29086         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29087         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
29088         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
29089         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
29090         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
29091         hackage -- parse a lot more atoms, extract a few tags.  One might even
29092         mistake this for tag support.  Maybe it is.
29093         * gst/qtdemux/qtdemux.h:
29094
29095 2004-04-30  Colin Walters  <walters@verbum.org>
29096
29097         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
29098
29099 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29100
29101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29102         (gst_ffmpegcolorspace_getcaps):
29103           remove broken nego fix
29104
29105 2004-04-30  Benjamin Otte  <otte@gnome.org>
29106
29107         * configure.ac:
29108         * ext/Makefile.am:
29109         * ext/libvisual/Makefile.am:
29110         * ext/libvisual/visual.c:
29111           add initial support for libvisual (http://libvisual.sourceforge.net)
29112           libvisual is still quite alpha, so expect crashes in there :)
29113
29114 2004-04-29  David Schleef  <ds@schleef.org>
29115
29116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
29117         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
29118         up qtdemux to make it spit out codec_data.  Do _not_ look at this
29119         code; you will no longer respect me.
29120
29121 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29122
29123         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
29124         * ext/alsa/gstalsa.h :
29125         change alsa pcm device discovery to find more than 1 device
29126         per card. code review by Ronald.
29127
29128 2004-04-29  David Schleef  <ds@schleef.org>
29129
29130         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
29131         Add a check for a driver bug on FreeBSD.  (bug #140565)
29132
29133 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29134
29135         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
29136         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29137         (gst_jpegenc_getcaps):
29138           move format setting to inner loop
29139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29140         (gst_ffmpegcolorspace_getcaps):
29141           use GST_PAD_CAPS if available so that we use already negotiated
29142           caps
29143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29144         (qtdemux_parse_moov), (qtdemux_parse):
29145           extra debugging
29146         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
29147         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
29148           move hardcoded path to DEFINE
29149
29150 2004-04-28  David Schleef  <ds@schleef.org>
29151
29152         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
29153         (bug #140064)
29154
29155 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29156
29157         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29158           Don't probe for playback device if we're a source element. Fixes
29159           #139658.
29160
29161 2004-04-29  Benjamin Otte  <otte@gnome.org>
29162
29163         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29164         (gst_id3_tag_chain):
29165           rewrite buffer offset
29166
29167 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29168
29169         * configure.ac:
29170         * ext/Makefile.am:
29171         * ext/dts/Makefile.am:
29172         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
29173         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
29174         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
29175         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
29176         (gst_dtsdec_loop), (gst_dtsdec_change_state),
29177         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
29178         (plugin_init):
29179         * ext/dts/gstdtsdec.h:
29180           New DTS decoder.
29181         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
29182         (gst_faad_srcconnect):
29183           Add ESDS atom handling (.m4a).
29184
29185 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29186
29187         * ext/divx/gstdivxdec.c: (plugin_init):
29188           Remove comment that makes no sense.
29189         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
29190           Fix for obvious typo that resulted in warnings during gst-register.
29191         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
29192         (gst_xviddec_sink_link):
29193           Fix caps negotiation a bit better.
29194         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29195           We call this 'codec_data', not 'esds'.
29196
29197 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29198
29199         * gst/monoscope/gstmonoscope.c:
29200           make sure we only provide 256x128
29201         * gst/monoscope/monoscope.c: (monoscope_init):
29202           assert size of 256x128
29203
29204 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29205
29206         * Makefile.am:
29207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
29208         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
29209           fixate to max width and height of device
29210
29211 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29212
29213         * Makefile.am:
29214         * sys/v4l/gstv4l.c:
29215         * sys/v4l/gstv4lsrc.c:
29216         * sys/v4l/v4l_calls.c:
29217         * sys/v4l/v4lsrc_calls.c:
29218           fix for qc-usb driver which fakes having more than one buffer
29219           by handing the same buffer twice, which confused GStreamer's/v4lsrc
29220           buffer_free override
29221           add debugging
29222
29223 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29224
29225         * Makefile.am:
29226         * gst/videotestsrc/gstvideotestsrc.c:
29227         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
29228         (gst_videotestsrc_init), (gst_videotestsrc_get),
29229         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
29230         * gst/videotestsrc/gstvideotestsrc.h:
29231           add num-buffers property
29232
29233         2004-04-26  Benjamin Otte  <otte@gnome.org>
29234
29235         * ext/mad/gstid3tag.c: (plugin_init):
29236           set id3mux rank to NONE so it doesn't confuse spider
29237           require audio/mpeg,mpegversion=1 in id3mux
29238
29239 2004-04-26  Benjamin Otte  <otte@gnome.org>
29240
29241         * configure.ac:
29242           detect faad correctly as non-working if it's indeed non-working
29243
29244 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29245
29246         * Makefile.am:
29247         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29248         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
29249         fix _getcaps so it only negotiates to its supported format
29250
29251 2004-04-25  Benjamin Otte  <otte@gnome.org>
29252
29253         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29254           fix memleak
29255
29256 2004-04-23  Benjamin Otte  <otte@gnome.org>
29257
29258         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29259           audio/x-raw-int with height rules! not. Now it's depth.
29260
29261 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29262
29263         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29264         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29265         (gst_wavparse_loop):
29266           Missing variable initialization. Add handling of DVI ADPCM. Fix
29267           mis-parsing of LIST chunks. This works around a bug where we mis-
29268           parse non-aligning LIST chunks (so LIST chunks where the contents
29269           don't align with the actual LIST size). The correct fix is to use
29270           rifflib, I'm not going to fix wavparse - too much work. All this
29271           fixes #104878.
29272
29273 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29274
29275         reviewed by Benjamin Otte  <otte@gnome.org>
29276
29277         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29278           fix shoutcast not working (fixes #140844)
29279
29280 2004-04-22  Benjamin Otte  <otte@gnome.org>
29281
29282         * ext/hermes/gsthermescolorspace.c:
29283         (gst_hermes_colorspace_caps_remove_format_info):
29284         * gst/colorspace/gstcolorspace.c:
29285         (gst_colorspace_caps_remove_format_info):
29286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29287         (gst_ffmpegcolorspace_caps_remove_format_info):
29288           s/gst_caps_simplify/gst_caps_do_simplify/
29289
29290 2004-04-22  Benjamin Otte  <otte@gnome.org>
29291
29292         * gst-libs/gst/riff/riff-media.c:
29293         (gst_riff_create_video_caps_with_data):
29294           mpegversion is an int
29295         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29296           don't try to create pad templates with NULL caps, use any caps
29297           instead.
29298
29299 2004-04-20  David Schleef  <ds@schleef.org>
29300
29301         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29302         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29303         (bug #140384)
29304
29305 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29306
29307         reviewed by David Schleef
29308
29309         * ext/mad/gstid3tag.c: Add stdlib.h
29310         * gst/rtp/gstrtpgsmenc.c: same
29311         * gst/tags/gstid3tag.c: same
29312         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29313         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29314         GST_DISABLE_LOADSAVE use.
29315         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29316         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29317         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29318         atol(3)).
29319         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29320         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29321         strtoul(3)).
29322         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29323         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29324         $(ID3_CFLAGS).
29325         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29326         $(LIBFAME_CFLAGS).
29327
29328 2004-04-20  David Schleef  <ds@schleef.org>
29329
29330         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29331         last checkin.  Same idea.
29332
29333 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29334
29335         reviewed by David Schleef
29336
29337         * configure.ac: bump required gstreamer version to 0.8.1.1
29338         because of following changes [--ds]
29339
29340         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29341         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29342         (gst_riff_read_header):  Use GST_READ_UINT*
29343         macros to access possibly unaligned memory.
29344
29345         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29346         (mp3_type_find):  Use GST_READ_UINT*
29347         macros to access possibly unaligned memory.
29348         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29349         (speex_type_find): Likewise
29350
29351         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29352
29353         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29354         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29355         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29356         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29357         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29358         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29359         macros to access possibly unaligned memory.
29360
29361         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29362         Likewise.
29363
29364         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29365         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29366
29367         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29368         Likewise.
29369
29370         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29371         (gst_mpeg2subt_chain_subtitle): Likewise.
29372
29373         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29374         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29375         Likewise.
29376
29377         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29378         Likewise.
29379
29380         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29381         Likewise.
29382
29383         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29384         Likewise.
29385
29386 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29387
29388         * configure.ac:
29389           update required version of GStreamer because of GST_TIME_FORMAT
29390
29391 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29392
29393         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29394           remove leftover g_print
29395         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29396           don't try setting only a subset of the caps. We don't want to kill
29397           autoplugging on purpose
29398
29399 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29400
29401         * sys/ximage/ximagesink.c: (plugin_init):
29402         * sys/xvimage/xvimagesink.c: (plugin_init):
29403           add debugging categories
29404
29405 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29406
29407         * po/en_GB.po:
29408         * po/LINGUAS:
29409           Adding en_GB translation (Gareth Owen)
29410
29411 2004-04-20  David Schleef  <ds@schleef.org>
29412
29413         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29414         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29415         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29416         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29417         A number of new features and hacks to extract the esds atom and
29418         put it into the caps.  (bug #137724)
29419
29420 2004-04-19  David Schleef  <ds@schleef.org>
29421
29422         * gconf/Makefile.am: Fix for non-GNU make
29423         * gst-libs/gst/Makefile.am: Change directory order to handle
29424         GstPlay linking with gstinterfaces
29425         * gst-libs/gst/audio/make_filter: make use of tr portable
29426         * gst-libs/gst/play/Makefile.am: Add intended \
29427         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29428         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29429         function prototype instead of void *.
29430         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29431         macro.
29432         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29433         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29434         * gst/videofilter/make_filter: make use of tr portable
29435         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29436
29437 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29438
29439         * po/LINGUAS:
29440         * po/uk.po:
29441           Added Ukrainian translation (Maxim V. Dziumanenko)
29442
29443 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29444
29445         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29446         (gst_gsmdec_link), (gst_gsmdec_chain):
29447           Fix capsnego, simplify chain function slightly.
29448         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29449           Add GSM.
29450
29451 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29452
29453         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29454         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29455         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29456           Hack to make wavparse work with spider (always -> sometimes pad).
29457           Fixes #135862 && #140411.
29458
29459 2004-04-18  Benjamin Otte  <otte@gnome.org>
29460
29461         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29462         (gst_osselement_rate_probe_check),
29463         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29464           get rid of \n in debug output
29465
29466 2004-04-17  Iain <iain@prettypeople.org>
29467
29468         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29469         not just EOS.
29470
29471 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29472
29473         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29474         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29475         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29476         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29477         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29478         (gst_id3_tag_change_state), (plugin_init):
29479           deprecate id3tag element and replace with id3demux/id3mux.
29480           great side effect: this ugly file is now even uglier, yay!
29481         * ext/mad/gstmad.h:
29482           remove non-available function
29483           update for new get_type
29484
29485 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29486
29487         * configure.ac:
29488           require mpeg2dec >= 0.4.0
29489
29490 2004-04-17  Benjamin Otte  <otte@gnome.org>
29491
29492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29493         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29494         (gst_xvimagesink_set_xwindow_id):
29495           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29496           assorted cleanup fixes.
29497
29498 2004-04-16  David Schleef  <ds@schleef.org>
29499
29500         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29501         * sys/xvimage/xvimagesink.h: same
29502
29503 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29504
29505         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29506           Fix GST_ELEMENT_ERROR with (NULL)
29507
29508 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29509
29510         * gst-libs/gst/riff/riff-media.c:
29511         (gst_riff_create_video_caps_with_data):
29512           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29513
29514 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29515
29516         * gst-libs/gst/riff/riff-media.c:
29517         (gst_riff_create_video_caps_with_data),
29518         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29519         (gst_riff_create_video_template_caps),
29520         (gst_riff_create_audio_template_caps):
29521         * gst-libs/gst/riff/riff-media.h:
29522         * gst-libs/gst/riff/riff-read.c:
29523         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29524         * gst-libs/gst/riff/riff-read.h:
29525         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29526           Add MS RLE support. I added some functions to read out strf chunks
29527           into strf chunks and the data behind it. This is usually color
29528           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29529           caps creation. Lastly, add ADPCM (similar to wavparse - which
29530           should eventually be rifflib based).
29531         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29532         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29533         * gst/matroska/matroska-demux.h:
29534           Remove placeholders for some prehistoric tagging system. Didn't add
29535           support for any tag system really anyway.
29536         * gst/qtdemux/qtdemux.c:
29537           Add support for audio/x-m4a (MPEG-4) through spider.
29538         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29539         (gst_wavparse_loop):
29540           ADPCM support (#135862). Increase max. buffer size because we
29541           cannot split buffers for ADPCM (screws references) and I've seen
29542           files with 2048 byte chunks. 4096 seems safe for now.
29543
29544 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29545
29546         * configure.ac: bump nano to 1
29547
29548 === release 0.8.1 ===
29549
29550 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29551
29552         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29553
29554 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29555
29556         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29557           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29558           Fixes #140058
29559
29560 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29561
29562         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29563           lower rank of dvddemux so that it's not used for mpeg playback.
29564
29565 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29566
29567         * configure.ac:
29568           save libs correctly when checking mad
29569
29570 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29571
29572         * ext/mad/gstid3tag.c: (plugin_init):
29573           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29574
29575 2004-04-13  David Schleef  <ds@schleef.org>
29576
29577         * common/m4/gst-feature.m4: Call -config scripts with
29578         --plugin-libs if it is supported.
29579         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29580         JPEG images are image/jpeg.
29581         * gst/debug/Makefile.am:
29582         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29583         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29584         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29585         (gst_negotiation_plugin_init): Add a property that acts like
29586         filter caps.
29587         * testsuite/gst-lint:  Move license checking to be a standard
29588         test.
29589
29590 2004-04-13  David Schleef  <ds@schleef.org>
29591
29592         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29593         patch from Sebastien Cote (bug #139958)
29594
29595 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29596
29597         * examples/gstplay/Makefile.am:
29598         * examples/gstplay/player.c: (main):
29599           make the commandline player example use gconf settings
29600
29601 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29602
29603         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29604         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29605         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29606           init/end library during state transition, not object
29607           creation/disposal.  get rid of custom dispose handler.
29608
29609
29610 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29611
29612         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29613         be a symlink
29614
29615 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29616
29617         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29618           Handle JUNK chunks inside data section. Prevents warnings.
29619
29620 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29621
29622         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29623         (gst_riff_create_video_template_caps):
29624           Add MS video v1.
29625         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29626         (gst_avi_demux_stream_data):
29627           Add support for "rec-list" chunks.
29628
29629 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29630
29631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29632           Fix another codecname mismatch.
29633
29634 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29635
29636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29637           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29638           so that MJPEG plays back.
29639
29640 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29641
29642         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29643         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29644         * gst/mpeg1videoparse/gstmp1videoparse.h:
29645           Fix for some slight mis-cuts in buffer parsing, and for some
29646           potential overflows or faults-causers. Adds disconts. Also fixes
29647           #139105 while we're at it.
29648
29649 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29650
29651         * configure.ac:
29652         * sys/v4l2/gstv4l2element.h:
29653           Workaround for missing struct v4l2_buffer declaration in Suse 9
29654           and Mandrake 10 linux/videodev2.h header file (#135919).
29655
29656 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29657
29658         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29659           Bail out if no filename was given.
29660
29661 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29662
29663         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29664         (gst_v4l2_fourcc_from_structure):
29665           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29666           Y41B somewhere).
29667
29668 2004-04-09  Benjamin Otte  <otte@gnome.org>
29669
29670         * ext/gnomevfs/gstgnomevfssink.c:
29671         (_gst_boolean_allow_overwrite_accumulator),
29672         (gst_gnomevfssink_class_init):
29673           fix erase signal - if any handler returns false the file will not be
29674           overwritten. If no handler is connected, the file will not be
29675           overwritten either.
29676           renamed signal to "allow-overwrite"
29677         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29678           free string when adding it to ID3 failed
29679         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29680           unref event when done
29681         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29682           free caps
29683         * gst/typefind/gsttypefindfunctions.c:
29684         (mpeg_video_stream_type_find):
29685           fix invalid read
29686
29687 2004-04-08  David Schleef  <ds@schleef.org>
29688
29689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29690         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29691
29692 2004-04-08  David Schleef  <ds@schleef.org>
29693
29694         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29695         we don't support (bug #139532)
29696
29697 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29698
29699         * ext/mad/gstmad.c: (gst_mad_handle_event),
29700         (gst_mad_check_caps_reset), (gst_mad_chain),
29701         (gst_mad_change_state):
29702           only set explicit caps if they haven't been set before for
29703           this stream.  MPEG-audio sample rate/channels aren't allowed
29704           to change in-stream.
29705           Fixes #139382
29706
29707 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29708
29709         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29710         (_gst_boolean_did_something_accumulator),
29711         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29712         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29713         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29714         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29715         (gst_gnomevfssink_change_state):
29716           Fix erase signal. Don't erase by default. Remove handoff signal.
29717           Remove erase property. Don't segfault. General cleanup.
29718
29719 2004-04-07  Benjamin Otte  <otte@gnome.org>
29720
29721         * gst-libs/gst/gconf/test-gconf.c: (main):
29722           add missing gst_init
29723
29724 2004-04-07  Benjamin Otte  <otte@gnome.org>
29725
29726         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29727           free the mutexes, too
29728
29729 2004-04-07  Benjamin Otte  <otte@gnome.org>
29730
29731         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29732           actually free the URI string
29733         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29734           compute offset correctly when passing discont events
29735         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29736           don't leak discont events
29737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29738           add some missing breaks so caps aren't copied randomly
29739         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29740           if we realloc memory, we better use it
29741
29742 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29743
29744         * ext/mad/gstmad.c: (normal_seek):
29745           fix GST_FORMAT_TIME usage
29746
29747 2004-04-05  David Schleef  <ds@schleef.org>
29748
29749         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29750         a deprecated function (hack!)
29751
29752 2004-04-05  Benjamin Otte  <otte@gnome.org>
29753
29754         * ext/esd/esdmon.c: (gst_esdmon_get):
29755           fix nonterminated vararg and memleak
29756
29757 2004-04-05  Benjamin Otte  <otte@gnome.org>
29758
29759         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29760         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29761         (gst_ladspa_set_property), (gst_ladspa_get_property),
29762         (gst_ladspa_instantiate), (gst_ladspa_activate),
29763         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29764           clean up debugging
29765
29766 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29767
29768         reviewed by Benjamin Otte  <otte@gnome.org>
29769
29770         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29771           check for broken LADSPA parameters (fixes #138635)
29772
29773 2004-04-05  Benjamin Otte  <otte@gnome.org>
29774
29775         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29776           advertise buffer-frames correctly on sinkpads
29777
29778 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29779
29780         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29781         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29782         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29783         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29784         (gst_mad_check_caps_reset), (gst_mad_chain):
29785         add more debugging, only reset caps when we're not in error state
29786
29787 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29788
29789         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29790
29791 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29792
29793         reviewed by Benjamin Otte  <otte@gnome.org>
29794
29795         * configure.ac:
29796           fix == in test(1) operator
29797
29798 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29799
29800         reviewed by Benjamin Otte  <otte@gnome.org>
29801
29802         * configure.ac:
29803           fix --export-symblos-regex to a working regex.
29804
29805 2004-04-04  Benjamin Otte  <otte@gnome.org>
29806
29807         * sys/oss/.cvsignore:
29808           add for oss_probe
29809
29810 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29811
29812         reviewed by Benjamin Otte  <otte@gnome.org>
29813
29814         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29815           add missing 'new_media' argument (fixes #138168)
29816         * gst/matroska/matroska-demux.c:
29817         (gst_matroska_demux_handle_seek_event):
29818           add vararg terminator (fixes #138169)
29819
29820 2004-04-02  David Schleef  <ds@schleef.org>
29821
29822         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29823         disted (bug #138914)
29824
29825 2004-04-01  Benjamin Otte  <otte@gnome.org>
29826
29827         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29828         (gst_alsa_close_audio):
29829           handle case better where a soundcard can't pause
29830         * ext/ogg/gstoggdemux.c:
29831           don't crash when we get events but don't have pads yet
29832
29833 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29834
29835         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29836           throw an error if we couldn't probe any caps.
29837
29838 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29839
29840         * ext/dvdnav/gst-dvd:
29841         Add a really simple sample DVD player
29842
29843 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29844
29845         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29846         (gst_a52dec_push), (gst_a52dec_handle_event),
29847         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29848         (gst_a52dec_change_state):
29849         * ext/a52dec/gsta52dec.h:
29850           Use a debug category, Output timestamps correctly
29851           Emit tag info, Handle events, tell liba52dec about cpu
29852           capabilities so it can use MMX etc.
29853         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29854           Fix a crasher accessing invalid memory
29855         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29856         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29857         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29858         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29859         (dvdnavsrc_query):
29860           Some support for byte-format seeking.
29861           Small fixes for still frames and menu button overlays
29862         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29863         (gst_mpeg2dec_alloc_buffer):
29864           Use a debug category. Adjust the report level of several items to
29865           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29866           so it doesn't lose the GstBuffer pointer
29867         * gst/debug/Makefile.am:
29868         * gst/debug/gstdebug.c: (plugin_init):
29869         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29870         (gst_navseek_base_init), (gst_navseek_class_init),
29871         (gst_navseek_init), (gst_navseek_seek),
29872         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29873         (gst_navseek_get_property), (gst_navseek_chain),
29874         (gst_navseek_plugin_init):
29875         * gst/debug/gstnavseek.h:
29876           Add the navseek debug element for seeking back and forth in a
29877           video stream using arrow keys.
29878         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29879         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29880         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29881         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29882         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29883         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29884         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29885         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29886         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29887         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29888         * gst/mpeg2sub/gstmpeg2subt.h:
29889           Pretty much a complete rewrite. Now a loopbased element. May still
29890           require work to properly synchronise subtitle buffers.
29891         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29892         (gst_dvd_demux_send_subbuffer):
29893         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29894           Don't attempt to create subbuffers of size 0
29895           Reduce a couple of error outputs to warnings.
29896         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29897         (gst_y4mencode_chain):
29898         Output the y4m frame header correctly.
29899
29900 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29901
29902         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29903           throw errors instead of allowing SIGFPE
29904
29905 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29906
29907         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29908         (gst_gconf_render_bin_from_key):
29909           leak plugging and style fixing
29910
29911 2004-03-31  David Schleef  <ds@schleef.org>
29912
29913         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29914         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29915         (bug #138225)
29916         * gst/debug/Makefile.am:
29917         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29918         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29919         plugin.
29920         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29921         (gst_negotiation_base_init), (gst_negotiation_class_init),
29922         (gst_negotiation_init), (gst_negotiation_getcaps),
29923         (gst_negotiation_pad_link), (gst_negotiation_chain),
29924         (gst_negotiation_set_property), (gst_negotiation_get_property),
29925         (gst_negotiation_plugin_init):  New element to talk about random
29926         negotiation things happening in a pipeline.
29927
29928 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29929
29930         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29931           fix integer addition with help of Stefan Kost
29932
29933 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29934
29935         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29936
29937 2004-03-30  David Schleef  <ds@schleef.org>
29938
29939         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29940         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29941         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29942         (bug #137504)
29943         * ext/mpeg2dec/gstmpeg2dec.h:
29944
29945 2004-03-30  David Schleef  <ds@schleef.org>
29946
29947         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29948
29949 2004-03-30  David Schleef  <ds@schleef.org>
29950
29951         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29952         Michael Petullo) to handle .mov
29953
29954 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29955
29956         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29957         (gst_osselement_rate_check_rate):
29958           probe caps correctly for sound cards that only support one format
29959
29960 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29961
29962         * ext/kio/kiosrc.cpp: (process_events):
29963           update handling event processing if inside KDE - untested
29964
29965 2004-03-29  David Schleef  <ds@schleef.org>
29966
29967         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29968         by 2 to not interfere with other colorspaces.
29969         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29970         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29971         one to not interfere with ffmpeg_colorspace.
29972
29973 2004-03-29  David Schleef  <ds@schleef.org>
29974
29975         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29976         aren't in the caps.
29977         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29978         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29979
29980 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29981
29982         * gst-libs/gst/riff/riff-media.c:
29983           fail on error, don't try to set stuff on NULL caps
29984
29985 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29986
29987         * configure.ac:
29988         * ext/Makefile.am:
29989         * ext/kio/Makefile.am:
29990         * ext/kio/kioreceiver.cpp:
29991         * ext/kio/kioreceiver.h:
29992         * ext/kio/kiosrc.cpp:
29993         * ext/kio/kiosrc.h:
29994           add experimental kiosrc plugin
29995         * ext/alsa/gstalsaplugin.c: (plugin_init):
29996           initialize debugging category only when we're sure registering the
29997           plugins worked.
29998
29999 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
30000
30001         * examples/gstplay/player.c: (main):
30002         * gst-libs/gst/play/play.c: (gst_play_class_init),
30003         (gst_play_set_location), (gst_play_set_data_src),
30004         (gst_play_set_video_sink), (gst_play_set_audio_sink),
30005         (gst_play_set_visualization), (gst_play_connect_visualization):
30006           check return values of element_set_state and return FALSE where
30007           failed
30008
30009 2004-03-29  Benjamin Otte  <otte@gnome.org>
30010
30011         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
30012           try harder to check if an event is really a discont
30013
30014 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
30015
30016         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
30017         * po/az.po:
30018
30019 2004-03-28  Benjamin Otte  <otte@gnome.org>
30020
30021         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
30022         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30023         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30024           get rid of non-standard "..." ranges in case statements.
30025
30026 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
30027
30028         * gst/mpegstream/gstmpegdemux.c:
30029         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
30030         specific functionality split to the new dvddemux element.
30031         * gst/mpegstream/gstdvddemux.c:
30032         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
30033         streams, derived from mpegdemux.
30034         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
30035         up. SCR based timestamp rewriting can be turned off (will probably
30036         completely disappear soon).
30037         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
30038         hacking. General cleanup. All printf statements replaced by
30039         debugging messages. Almost complete libdvdnav support.
30040         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
30041         by events. New properties for audio and subpicture languages.
30042         (dvdnavsrc_update_highlight): Now uses events.
30043         (dvdnavsrc_user_op): Cleaned up.
30044         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
30045         based). Lots of cleanup, and propper support for most libdvdnav
30046         events.
30047         (dvdnavsrc_make_dvd_event): New function.
30048         (dvdnavsrc_make_dvd_nav_packet_event): New function.
30049         (dvdnavsrc_make_clut_change_event): New function.
30050
30051 2004-03-26  Benjamin Otte  <otte@gnome.org>
30052
30053         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
30054           fix bug where typefinding would claim it's theora whenever less then
30055           7 bytes of data were available
30056
30057 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30058
30059         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
30060         (gst_alawdec_base_init), (gst_alawdec_class_init),
30061         (gst_alawdec_init), (gst_alawdec_chain):
30062         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
30063         (gst_alawenc_base_init), (gst_alawenc_class_init),
30064         (gst_alawenc_init), (gst_alawenc_chain):
30065         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
30066         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
30067         (gst_mulawdec_init), (gst_mulawdec_chain):
30068         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
30069         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
30070         (gst_mulawenc_init), (gst_mulawenc_chain):
30071           Fix capsnego in all four, remove the unused property functions and
30072           simplify the chain functions slightly. I guess we could use macros
30073           or something similar for those, since the code is so similar, but
30074           I'm currently too lazy...
30075
30076 2004-03-24  David Schleef  <ds@schleef.org>
30077
30078         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30079         (gst_osselement_close_audio), (gst_osselement_probe_caps),
30080         (gst_osselement_get_format_structure),
30081         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
30082         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
30083         (gst_osselement_rate_int_compare): Add code to handle rate probing
30084         (bug #120883)
30085         * sys/oss/gstosselement.h: same
30086         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
30087         Use rate probing provided by osselement.
30088         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
30089
30090 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30091
30092         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
30093         (gst_xvidenc_get_property):
30094           ulong/int mess-up.
30095
30096 2004-03-24  David Schleef  <ds@schleef.org>
30097
30098         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
30099         (gst_speexdec_init):
30100         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
30101         (gst_speexenc_init):  Create the pad template correctly (from
30102         the static pad template, not a NULL pointer.)
30103
30104 2004-03-25  Benjamin Otte  <otte@gnome.org>
30105
30106         * gst/debug/Makefile.am:
30107         * gst/debug/breakmydata.c:
30108           add element that quasi-randomly changes bytes in the stream.
30109           Intended use is robustness checking of demuxers and decoders in
30110           media tests.
30111
30112 2004-03-24  Benjamin Otte  <otte@gnome.org>
30113
30114         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30115         (gst_alsa_probe_hw_params):
30116         * ext/alsa/gstalsa.h:
30117           debugging output fixes
30118
30119 2004-03-24  Benjamin Otte  <otte@gnome.org>
30120
30121         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
30122           don't g_return_if_fail if element is PLAYING, fail silently as every
30123           other element.
30124         * gst/effectv/gstquark.c: (gst_quarktv_chain):
30125           only fix needed for cast lvalue issues in gst-plugins
30126         * gst/volenv/gstvolenv.c: (gst_volenv_init):
30127           add proxy_getcaps
30128
30129 2004-03-24  Benjamin Otte  <otte@gnome.org>
30130
30131         * gst/level/gstlevel.c: (gst_level_init):
30132           add proxying getcaps function, so level doesn't advertise impossible
30133           caps
30134
30135 2004-03-24  David Schleef  <ds@schleef.org>
30136
30137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30138         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
30139         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
30140         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
30141         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
30142         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
30143         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
30144         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
30145         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
30146         messages.  Divide the chunk size by the compression ratio
30147         (needed for MACE audio)
30148
30149 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30150
30151         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30152           Fix buffer overflow read error.
30153
30154 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30155
30156         * ext/alsa/gstalsa.h:
30157           Remove unused entry.
30158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30159           Add cinepak.
30160         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30161         (gst_videodrop_link), (gst_videodrop_chain):
30162           Fix, sort of. Was horribly broken with new capsnego. Bah...
30163
30164 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
30165
30166         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
30167         (plugin_init):
30168         Add a monkeysaudio typefind function
30169
30170 2004-03-23  Johan Dahlin  <johan@gnome.org>
30171
30172         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
30173         (gst_play_video_fixate): Check so the structure has the field
30174         before trying to fixate them, this makes it possible to have
30175         fakesinks for video and audio output without printing errors on
30176         the output console.
30177
30178 2004-03-22  David Schleef  <ds@schleef.org>
30179
30180         * sys/oss/Makefile.am:
30181         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
30182         (check_rate), (add_rate):  Rate probing test app.
30183
30184 2004-03-21  Benjamin Otte  <otte@gnome.org>
30185
30186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30187         (_fixate_caps_to_int), (gst_audio_convert_fixate):
30188           add a fixation function that pretty much does the right thing (fixes
30189           #137556)
30190
30191 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
30192
30193         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
30194
30195 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
30196
30197         reviewed by: Benjamin Otte  <otte@gnome.org>
30198
30199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30200           terminate gst_event_new_discontinuous correctly (fixes parts of
30201           #137711)
30202
30203 2004-03-19  David Schleef  <ds@schleef.org>
30204
30205         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
30206         since it doesn't depend on X, and it's part of our ABI.
30207
30208 2004-03-19  Iain <iain@prettypeople.org>
30209
30210         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
30211         is_int in the structure, not the local variable.
30212
30213 2004-03-19  David Schleef  <ds@schleef.org>
30214
30215         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
30216         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
30217         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
30218         Improvements in caps negotiation.
30219
30220 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30221
30222         * po/LINGUAS:
30223         * po/af.po:
30224           adding Afrikaans (Petri Jooste)
30225
30226 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30227
30228         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30229         (gst_ffmpegcolorspace_chain):
30230         throw error instead of g_critical (#137588)
30231
30232 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30233
30234         * Makefile.am:
30235         * configure.ac:
30236           dist common and m4 correctly
30237         * po/sv.po:
30238
30239 2004-03-17  David Schleef  <ds@schleef.org>
30240
30241         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
30242         (bug #137348)
30243
30244 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30245
30246         * po/LINGUAS:
30247         * po/sv.po:
30248           adding Swedish translation (Christian Rose)
30249
30250 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30251
30252         * Makefile.am: use release.mak
30253
30254 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30255
30256         * common/ChangeLog:
30257         * common/gst-autogen.sh:
30258           add some explanation about the version detection
30259         * configure.ac:
30260           fix X check
30261
30262 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30263
30264         * configure.ac: bump nano to 1
30265
30266 === release 0.8.0 ===
30267
30268 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30269
30270         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30271
30272 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30273
30274         * configure.ac:
30275           update libtool version
30276         * gst-libs/gst/media-info/Makefile.am:
30277           actually use libtool version
30278
30279 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30280
30281         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30282
30283 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30284
30285         * configure.ac:
30286         * gst-plugins.spec.in:
30287         * pkgconfig/Makefile.am:
30288         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30289         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30290         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30291         * pkgconfig/gstreamer-libs.pc.in:
30292         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30293         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30294         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30295         * pkgconfig/gstreamer-plugins.pc.in:
30296           remove @VERSION@ from some of the pc files since core and plugins
30297           are decoupled.
30298           created gstreamer-plugins.pc as it's a better name, but keeping
30299           -libs around for now to get fixes upstream done first.
30300
30301 2004-03-15  Julien MOUTTE <julien@moutte.net>
30302
30303         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30304         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30305         * gst-libs/gst/play/play.h:
30306
30307 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30308
30309         * *.c, *.cc: don't mix tabs and spaces
30310
30311 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30312
30313         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30314           use the new ffmpegcolorspace
30315         * gst-plugins.spec.in:
30316           package new colorspace and media-info
30317         * configure.ac:
30318         * pkgconfig/Makefile.am:
30319           fix some more disting issues
30320         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30321         * pkgconfig/gstreamer-media-info.pc.in:
30322           generate media-info pc files
30323
30324 2004-03-15  Johan Dahlin  <johan@gnome.org>
30325
30326         * *.h: Revert indenting
30327
30328 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30329
30330         * configure.ac:
30331           adding ffmpegcolorspace element
30332         * gst/ffmpegcolorspace/Makefile.am:
30333         * gst/ffmpegcolorspace/avcodec.h:
30334         * gst/ffmpegcolorspace/common.h:
30335         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30336         * gst/ffmpegcolorspace/dsputil.h:
30337         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30338         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30339         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30340         (gst_ffmpeg_caps_to_pix_fmt):
30341         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30342         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30343         (gst_ffmpegcolorspace_caps_remove_format_info),
30344         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30345         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30346         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30347         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30348         (gst_ffmpegcolorspace_set_property),
30349         (gst_ffmpegcolorspace_get_property),
30350         (gst_ffmpegcolorspace_register):
30351         * gst/ffmpegcolorspace/imgconvert.c:
30352         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30353         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30354         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30355         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30356         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30357         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30358         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30359         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30360         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30361         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30362         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30363         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30364         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30365         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30366         (img_get_alpha_info), (deinterlace_line),
30367         (deinterlace_line_inplace), (deinterlace_bottom_field),
30368         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30369         * gst/ffmpegcolorspace/imgconvert_template.h:
30370         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30371         * gst/ffmpegcolorspace/mmx.h:
30372         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30373           adding ffmpegcolorspace element supplied by Ronald after cleaning
30374           up and pulling in the right bits of upstream source.
30375           I'm sure a better C/compiler wizard could do some cleaning up (for
30376           example use GLIB's malloc stuff), but as a first pass this
30377           works very well
30378
30379 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30380
30381         * ext/alsa/gstalsa.h:
30382           I assume Ronald forgot to commit the change to have cardname
30383           as a struct member.  Expect some public spanking at the next
30384           opportunity.
30385
30386 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30387
30388         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30389         (gst_alsa_open_audio), (gst_alsa_close_audio):
30390         * ext/alsa/gstalsa.c:
30391           Don't open the device if we're a mixer (= padless).
30392         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30393         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30394         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30395           Open mixer during state change rather than during object
30396           initialization. Also, get a device name. Currently in a somewhat
30397           hackish fashion, but I didn't really find something better.
30398
30399 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30400
30401         * *.c, *.h: run gst-indent
30402
30403 2004-03-14  Benjamin Otte  <otte@gnome.org>
30404
30405         * gst/modplug/gstmodplug.cc:
30406         * gst/modplug/gstmodplug.h:
30407           set correct timestamps on outgoing buffers
30408
30409 2004-03-14  Benjamin Otte  <otte@gnome.org>
30410
30411         * gst/modplug/gstmodplug.cc:
30412           handle events - don't do crap when a discont arrives that's not
30413           necessary
30414           This allows correct loading and playback of mods in Rhythmbox
30415
30416 2004-03-14  Benjamin Otte  <otte@gnome.org>
30417
30418         * configure.ac:
30419         * gst-libs/gst/gconf/Makefile.am:
30420         * pkgconfig/Makefile.am:
30421           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30422           they get rebuilt properly
30423         * configure.ac:
30424           when checking for vorbis, try pkgconfig first.
30425         * gst/modplug/gstmodplug.cc:
30426           add fixate function
30427
30428 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30429
30430         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30431           Fix for obvious mistake, where we first shift the offset and then
30432           read a samplesize element assuming the old offset. Note that this
30433           part still has something weird, i.e. my movies containing those
30434           don't actually play well, but at least there's something that looks
30435           like sound now.
30436
30437 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30438         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30439         (plugin_init):
30440         Add a typefind function for speex format
30441
30442 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30443
30444         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30445         (gst_asf_demux_setup_pad):
30446           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30447           instead of 0. Reason is simple: some elements have a fps range
30448           of 1-max instead of 0-max. So now ASF video actually works.
30449
30450 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30451
30452         * po/LINGUAS:
30453         * po/sr.po:
30454           adding serbian as a language
30455
30456 2004-03-13  Benjamin Otte  <otte@gnome.org>
30457
30458         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30459           return taglist correctly from _get function, don't gst_pad_push it.
30460           (fixes #137042)
30461
30462 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30463         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30464
30465 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30466
30467         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30468         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30469         (gst_alsa_mixer_track_new):
30470         * ext/alsa/gstalsamixertrack.h:
30471           Fix ancient leftovers... MixerTrack is a GObject.
30472
30473 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30474
30475         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30476         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30477           Don't block during probing...
30478
30479 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30480
30481         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30482         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30483         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30484         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30485         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30486         (gst_alsa_open_audio), (gst_alsa_close_audio):
30487         * ext/alsa/gstalsa.h:
30488           Add propertyprobe interface implementation, add some device-name
30489           property, all this so that it looks good in gnome-volume-control.
30490
30491 2004-03-12  David Schleef  <ds@schleef.org>
30492
30493         * configure.ac: the Hermes library controls hermescolorspace, not
30494         colorspace.
30495         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30496         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30497         not /* */
30498         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30499         * ext/sdl/sdlvideosink.h: ditto.
30500         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30501
30502 2004-03-12  Benjamin Otte  <otte@gnome.org>
30503
30504         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30505         (gst_x_overlay_got_xwindow_id):
30506         * gst-libs/gst/xoverlay/xoverlay.h:
30507           replace XID with unsigned long to get rid of the xlibs dependency in
30508           XOverlay (fixes #137004)
30509
30510 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30511         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30512         (gst_agingtv_setup):
30513         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30514         (gst_dicetv_base_init), (gst_dicetv_class_init),
30515         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30516         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30517         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30518         (gst_edgetv_setup), (gst_edgetv_rgb32):
30519         * gst/effectv/gsteffectv.c:
30520         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30521         (gst_quarktv_set_property):
30522         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30523         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30524         (gst_revtv_setup), (gst_revtv_rgb32):
30525         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30526         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30527         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30528         (gst_shagadelictv_rgb32):
30529         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30530         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30531         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30532         * gst/effectv/gstwarp.c:
30533         Port everything that can be ported to videofilter and fix up the caps.
30534         Can someone with a big-endian machine please check these?
30535
30536 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30537
30538         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30539         (gst_osssink_chain), (gst_osssink_change_state):
30540           Latest fixes for A/V sync, audio playback and such. This is about
30541           all... MPEG playback issues are mostly related to the async build-
30542           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30543
30544 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30545
30546         patch from: Stephane Loeuillet
30547
30548         * configure.ac:
30549           use pkg-config for some libraries, falling back to the old .m4 way
30550           (fixes #131270)
30551         * m4/libdv.m4:
30552           removed
30553
30554 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30555
30556         * configure.ac:
30557         * tools/Makefile.am:
30558         * tools/Makefile.in:
30559         * tools/gst-launch-ext-m.m:
30560         * tools/gst-launch-ext.1.in:
30561         * tools/gst-visualise-m.m:
30562         * tools/gst-visualise.1:
30563         * tools/gst-visualise.1.in:
30564           reorganizing generation of script tools
30565
30566 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30567
30568         * ext/divx/gstdivxdec.c:
30569           Downgrade priority. We prefer ffdec_mpeg4.
30570         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30571         (gst_faad_chain), (gst_faad_change_state):
30572           Fix capsnego. Doesn't work for some sounds because we don't have
30573           a 5:1 to stereo element.
30574         * ext/xvid/gstxvid.c: (plugin_init):
30575           Add priority.
30576         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30577         (gst_osssink_change_state):
30578           Add discont handling.
30579
30580 2004-03-09  Colin Walters  <walters@verbum.org>
30581
30582         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30583         conversion.
30584
30585 2004-03-09  Benjamin Otte  <otte@gnome.org>
30586
30587         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30588           the signals take 2 arguments
30589
30590 2004-03-09  David Schleef  <ds@schleef.org>
30591
30592         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30593         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30594         * ext/alsa/gstalsa.h:
30595         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30596
30597 2004-03-09  Benjamin Otte  <otte@gnome.org>
30598
30599         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30600         (gst_mikmod_change_state):
30601         * ext/mikmod/gstmikmod.h:
30602           make mikmod's loop function not loop infinitely and call
30603           gst_element_yield anymore
30604         * gst/modplug/gstmodplug.cc:
30605           fix pad negotiation (fixes #136590)
30606
30607 2004-03-09  David Schleef  <ds@schleef.org>
30608
30609         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30610         doesn't conflict with the internal colorspace plugin.
30611         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30612         satisfy the crappy-ass shell shipped by a certain vendor.
30613         * gst/videofilter/make_filter: same (bug #135299)
30614
30615 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30616
30617         * configure.ac: bump nano to 1
30618
30619 === release 0.7.6 ===
30620
30621 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30622
30623         * configure.in: releasing 0.7.6, "There"
30624
30625 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30626
30627         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30628         * pkgconfig/gstreamer-play.pc.in:
30629           synchronize the two
30630
30631 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30632
30633         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30634         (cdparanoia_open), (cdparanoia_event):
30635           fix/add error handling
30636         * po/POTFILES.in:
30637           add cdparanoia source
30638         * tools/Makefile.am:
30639           make scripts executable
30640
30641 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30642
30643         * configure.ac:
30644         * ext/vorbis/Makefile.am:
30645         * sys/Makefile.am:
30646           remove id3types, vorbisfile and xvideosink from the build (#133783)
30647
30648 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30649
30650         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30651           Fix metadata read crash (#136537).
30652
30653 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30654
30655         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30656         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30657           adding mime types, fixing the one-stop function
30658
30659 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30660
30661         * ext/nas/nassink.c and /ext/nas/nassink.h:
30662         More NAS love from Arwed von Merkatz
30663         So lets all sing 'Can you feel the NAS tonight'
30664
30665 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30666
30667         * tools/gst-launch-ext.in:
30668         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30669
30670 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30671
30672         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30673         (gst_mpeg2dec_init):
30674         remove the user_data pad for now, because it is being used in
30675         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30676         If someone knows how to fix this properly, please do.
30677
30678 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30679
30680         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30681         (gst_osssink_get_time):
30682         add a warning, IMO this won't get triggered anymore, remove later
30683
30684 2004-03-07  David Schleef  <ds@schleef.org>
30685
30686         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30687         format (bug #136470)
30688
30689 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30690
30691         * gst-libs/Makefile.am:
30692         * gst-libs/gst/media-info/Makefile.am:
30693         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30694         (error_callback), (gst_media_info_error_create),
30695         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30696         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30697         * gst-libs/gst/media-info/media-info-priv.h:
30698         * gst-libs/gst/media-info/media-info-test.c: (main):
30699         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30700         (gst_media_info_class_init), (gst_media_info_instance_init),
30701         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30702         (gst_media_info_read_idler), (gst_media_info_read):
30703         * gst-libs/gst/media-info/media-info.h:
30704         fixed, should work now
30705
30706 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30707
30708         * ext/nas/nassink.c:
30709         A bunch of NAS fixes from Arwed von Merkatz
30710
30711 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30712
30713         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30714         (qtdemux_parse_trak):
30715           Fix crash (j might be greater than n_samples, in which case we're
30716           writing outside the allocated space for the array) and memleak.
30717
30718 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30719
30720         * sys/oss/gstosssink.c: (gst_osssink_chain):
30721           And another caller that couldn't handle delay < 0 (unsigned
30722           integer overflow). Video now continues playing on an audio
30723           buffer underrun, and the clock continues working. Audio still
30724           stalls.
30725
30726 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30727
30728         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30729         (gst_osssink_get_time):
30730           get_delay() may return values lower than 0. In those cases, we
30731           should not actually cast to *unsigned* int64, that will break
30732           stuff horribly. In my case, it screwed up A/V sync in movies
30733           in totem rather badly.
30734
30735 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30736
30737         * ext/faac/gstfaac.c: (gst_faac_chain):
30738         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30739         * ext/libpng/gstpngenc.c: (user_write_data):
30740         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30741         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30742         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30743         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30744         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30745         of any buffer), should fix some leaks. I hope I didn't unref buffers
30746         that shouldn't be...
30747
30748 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30749
30750         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30751         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30752         (error_callback), (gmi_reset), (gmi_seek_to_track),
30753         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30754         (gmip_find_type_post), (gmip_find_stream_post),
30755         (gmip_find_track_streaminfo_post):
30756         * gst-libs/gst/media-info/media-info-priv.h:
30757         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30758         (info_print), (main):
30759         * gst-libs/gst/media-info/media-info.c:
30760         (gst_media_info_error_create), (gst_media_info_error_element),
30761         (gst_media_info_instance_init), (gst_media_info_get_property),
30762         (gst_media_info_new), (gst_media_info_set_source),
30763         (gst_media_info_read_idler), (gst_media_info_read):
30764         * gst-libs/gst/media-info/media-info.h:
30765           first pass at making this work again.  This seems to work on
30766           tagged ogg/vorbis and mp3 files.
30767
30768 2004-03-06  Benjamin Otte  <otte@gnome.org>
30769
30770         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30771           fix huge leak: gst_buffer_merge doesn't unref the first argument
30772           itself.
30773
30774 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30775
30776         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30777           report layer/mode/emphasis
30778
30779 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30780
30781         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30782
30783 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30784
30785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30786           signal serial
30787
30788 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30789
30790         * ext/vorbis/vorbis.c: (plugin_init):
30791         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30792         (gst_vorbis_dec_init), (vorbis_dec_event):
30793         add debug category
30794         make vorbisdec handle _BYTE and _TIME queries
30795
30796 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30797
30798         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30799           from the xing header
30800
30801 2004-03-06  Benjamin Otte  <otte@gnome.org>
30802
30803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30804         (gst_audio_convert_link), (gst_audio_convert_change_state),
30805         (gst_audio_convert_buffer_from_default_format):
30806           do conversions from/to float correctly, fix some caps nego errors,
30807           export correct supported caps in template and getcaps, use correct
30808           caps in try_set_caps functions
30809
30810 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30811
30812         For some reason, I only committed a ChangeLog entry yesterday and
30813         not the corresponding code...
30814         * ext/mad/gstmad.c: Fix detection of Xing headers
30815         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30816
30817 2004-03-06  Benjamin Otte  <otte@gnome.org>
30818
30819         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30820         (gst_ogg_demux_src_query):
30821           make sure to handle the case where there's no current chain
30822           gracefully.
30823
30824 2004-03-05  David Schleef  <ds@schleef.org>
30825
30826         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30827         Add fixate function. (bug #131128)
30828         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30829         (gst_sdlvideosink_fixate):  Add fixate function.
30830         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30831         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30832         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30833         Fix missing break that was causing ulaw to be interpreted as
30834         raw int.
30835
30836 2004-03-05  David Schleef  <ds@schleef.org>
30837
30838         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30839         Fix code that ignores return value of gst_buffer_merge().
30840         (bug #114560)
30841         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30842         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30843         * testsuite/gst-lint:  Check for above.
30844
30845 2004-03-05  David Schleef  <ds@schleef.org>
30846
30847         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30848         caps and throw an element error.  (bug #136334)
30849
30850 2004-03-05  David Schleef  <ds@schleef.org>
30851
30852         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30853         (gst_faad_chain): Fix negotiation.
30854         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30855         key and button events.
30856         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30857         dung heap of code.
30858         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30859         depends on gconf
30860         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30861         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30862         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30863         function to encourage better negotiation, particularly between
30864         audioconvert and osssink.
30865         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30866         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30867         more important.
30868         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30869         typefinding.
30870         * gst/vbidec/vbiscreen.c:  Add glib header
30871         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30872
30873 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30874
30875         * ext/mad/gstmad.c: Fix detection of Xing headers
30876         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30877
30878 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30879
30880         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30881         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30882           debug updates
30883
30884 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30885
30886         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30887         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30888         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30889         files, and report the parsed length as a GST_TAG_DURATION tag.
30890         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30891
30892 2004-03-05  Benjamin Otte  <otte@gnome.org>
30893
30894         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30895           convert channels correctly. convert correctly to unsigned.
30896
30897 2004-03-05  Julien MOUTTE <julien@moutte.net>
30898
30899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30900         we have a window before clearing it.
30901
30902 2004-03-05  Julien MOUTTE <julien@moutte.net>
30903
30904         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30905         have a window before clearing it.
30906
30907 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30908
30909         * gconf/gstreamer.schemas.in:
30910         * gst-libs/gst/gconf/Makefile.am:
30911           version installation path the same way as for 0.6
30912         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30913         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30914         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30915           remove comment that was fixed
30916
30917 2004-03-05  David Schleef  <ds@schleef.org>
30918
30919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30920         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30921         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30922         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30923         Add prototype code for handling seeking and querying.
30924
30925 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30926
30927         * examples/gstplay/player.c: (main):
30928           Initialize variables to NULL. Prevents a segfault because the
30929           (uninitialized) variable is not NULL, resulting in a crash on
30930           trying to reach error->message.
30931
30932 2004-03-05  Benjamin Otte  <otte@gnome.org>
30933
30934         * gst/audioconvert/gstaudioconvert.c:
30935         (gst_audio_convert_buffer_to_default_format):
30936         make float=>int conversion work correctly even in cornercases.
30937
30938 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30939
30940         * debian/README.Debian:
30941         * debian/build-deps:
30942         * debian/changelog:
30943         * debian/control:
30944         * debian/control.in:
30945         * debian/copyright:
30946         * debian/gstreamer-a52dec.files:
30947         * debian/gstreamer-aa.files:
30948         * debian/gstreamer-alsa.files:
30949         * debian/gstreamer-alsa.manpages:
30950         * debian/gstreamer-arts.files:
30951         * debian/gstreamer-artsd.files:
30952         * debian/gstreamer-audiofile.files:
30953         * debian/gstreamer-avifile.files:
30954         * debian/gstreamer-cdparanoia.files:
30955         * debian/gstreamer-colorspace.files:
30956         * debian/gstreamer-doc.files:
30957         * debian/gstreamer-dv.files:
30958         * debian/gstreamer-dvd.files:
30959         * debian/gstreamer-esd.files:
30960         * debian/gstreamer-festival.files:
30961         * debian/gstreamer-flac.files:
30962         * debian/gstreamer-gconf.conffiles:
30963         * debian/gstreamer-gconf.files:
30964         * debian/gstreamer-gconf.postinst:
30965         * debian/gstreamer-gnomevfs.files:
30966         * debian/gstreamer-gsm.files:
30967         * debian/gstreamer-http.files:
30968         * debian/gstreamer-jack.files:
30969         * debian/gstreamer-jpeg.files:
30970         * debian/gstreamer-mad.files:
30971         * debian/gstreamer-mikmod.files:
30972         * debian/gstreamer-misc.files:
30973         * debian/gstreamer-mpeg2dec.files:
30974         * debian/gstreamer-oss.files:
30975         * debian/gstreamer-plugin-apps.files:
30976         * debian/gstreamer-plugin-apps.manpages:
30977         * debian/gstreamer-plugin-libs-dev.files:
30978         * debian/gstreamer-plugin-libs.files:
30979         * debian/gstreamer-plugin-template.postinst:
30980         * debian/gstreamer-plugin-template.postrm:
30981         * debian/gstreamer-sdl.files:
30982         * debian/gstreamer-sid.files:
30983         * debian/gstreamer-vorbis.files:
30984         * debian/gstreamer-x.files:
30985         * debian/mk.control:
30986         * debian/rules:
30987         Debian package info not maintained here.
30988
30989 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30990
30991         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30992         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30993         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30994         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30995         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30996         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30997         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30998         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30999         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
31000         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
31001         * gst-libs/gst/colorbalance/colorbalance.c:
31002         (gst_color_balance_class_init):
31003         * gst-libs/gst/colorbalance/colorbalancechannel.c:
31004         (gst_color_balance_channel_class_init):
31005         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
31006         * gst-libs/gst/play/play.c: (gst_play_class_init):
31007         * gst-libs/gst/propertyprobe/propertyprobe.c:
31008         (gst_property_probe_iface_init):
31009         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
31010         * gst-libs/gst/tuner/tunerchannel.c:
31011         (gst_tuner_channel_class_init):
31012         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
31013         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
31014         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
31015         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
31016         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
31017         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
31018         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
31019         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
31020         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
31021           fix signals to use - instead of _
31022         * ext/libcaca/gstcacasink.h:
31023         * ext/sdl/sdlvideosink.h:
31024           fix header rename
31025
31026 2004-03-04  David Schleef  <ds@schleef.org>
31027
31028         * testsuite/gst-lint:  Add a check for bad signal names.
31029
31030 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
31031
31032         reviewed by David Schleef
31033
31034         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
31035         modified the alpha channel and caused a warning. (bug #136192)
31036
31037 2004-04-03  Christian Schaller <Uraeus@gnome.org>
31038
31039         * gst-plugins.spec.in:
31040         Change names of plugins to actually be correct. Try to keep things
31041         alphabetical to avoid getting beat up by Thomas
31042
31043 2004-03-03  Julien MOUTTE <julien@moutte.net>
31044
31045         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
31046         Using ximagesink as a default if no gconf key found. We should
31047         probably consider using alsasink instead of osssink for the audio
31048         part.
31049
31050 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31051
31052         * configure.ac:
31053           fix --with-plugins, don't think it ever worked before
31054         * gst-plugins.spec.in:
31055           even more updates
31056
31057 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31058
31059         * ext/sdl/sdlvideosink.h:
31060         * sys/ximage/ximagesink.h:
31061         * sys/xvideo/xvideosink.h:
31062         * sys/xvimage/xvimagesink.h:
31063           Fix for move of gstvideosink.h -> videosink.h.
31064
31065 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31066
31067         * gst-libs/gst/xwindowlistener/Makefile.am:
31068           this is a plugin library, not a library
31069
31070 2004-03-01  David Schleef  <ds@schleef.org>
31071
31072         * AUTHORS:  Added some names.  Add yourself if you're still
31073         missing.
31074
31075 2004-03-01  David Schleef  <ds@schleef.org>
31076
31077         * MAINTAINERS: Add
31078
31079 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31080
31081         * gst-plugins.spec.in: clean up spec file
31082
31083 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31084
31085         * gst-libs/gst/video/Makefile.am:
31086         * gst-libs/gst/video/gstvideosink.c:
31087         * gst-libs/gst/video/gstvideosink.h:
31088           rename gstvideosink.h to videosink.h to match other headers
31089         * gst/mixmatrix/Makefile.am:
31090           fix plugin filename
31091         * gst/tags/Makefile.am: fix plugin filename
31092
31093 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31094
31095         * gst/tags/Makefile.am: fix plugin filename
31096
31097 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31098
31099         * examples/gstplay/player.c: (got_time_tick), (main):
31100           add error handler
31101           display time_tick more readably
31102         * gst/mixmatrix/Makefile.am:
31103           fix plugin file name
31104
31105 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
31106
31107         * sys/oss/gstosselement.c: (gst_osselement_probe),
31108         (device_combination_append), (gst_osselement_class_probe_devices):
31109         * sys/oss/gstosselement.h:
31110           Reworked enumeration of oss dsps and mixers so that gst-mixer works
31111           on my system using alsa oss emulation, fixes bug #135597
31112
31113 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31114
31115         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
31116         (gst_videodrop_chain), (gst_videodrop_change_state):
31117         * gst/videodrop/gstvideodrop.h:
31118           Work based on timestamp of input data, not based on the expected
31119           framerate from the input. The consequence is that this element now
31120           not only scales framerates, but also functions as a framerate
31121           corrector or framerate stabilizer/constantizer.
31122
31123 2004-02-27  David Schleef  <ds@schleef.org>
31124
31125         patches from jmmv@menta.net (Julio M. Merino Vidal)
31126
31127         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
31128         GST_ELEMENT_ERROR call (bug #135634)
31129         * gst/interleave/interleave.c: (interleave_buffered_loop),
31130         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
31131         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
31132         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31133         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
31134         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
31135         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
31136         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
31137         Fix GST_ELEMENT_ERROR call.
31138         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
31139         GST_ELEMENT_ERROR call.
31140
31141 2004-02-27  Benjamin Otte  <otte@gnome.org>
31142
31143         * gst-libs/gst/audio/audio.h:
31144           add macro to make sure header isn't included twice
31145         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
31146           don't use gst_buffer_free
31147         * gst/playondemand/filter.func:
31148           don't use gst_data_free. Free data only once.
31149
31150 2004-02-26  David Schleef  <ds@schleef.org>
31151
31152         * gst-libs/gst/colorbalance/Makefile.am:
31153         * gst-libs/gst/mixer/Makefile.am:
31154         * gst-libs/gst/tuner/Makefile.am:
31155         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
31156         should not be disted, -marshal.h files should not be installed,
31157         and -enum.h files _should_ be installed.  Fix to make this the
31158         case.
31159
31160 === release 0.7.5 ===
31161
31162 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31163
31164         * configure.ac: release 0.7.5, "Under The Sea"
31165
31166 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31167
31168         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31169         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
31170         * gst/videoscale/gstvideoscale.c:
31171         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
31172           assorted debug/warning fixes
31173
31174 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31175
31176         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31177         (gst_videoscale_init), (gst_videoscale_chain),
31178         (gst_videoscale_set_property), (plugin_init):
31179         * gst/videoscale/gstvideoscale.h:
31180         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31181         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
31182         (gst_videoscale_planar400), (gst_videoscale_packed422),
31183         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
31184         (gst_videoscale_24bit), (gst_videoscale_16bit),
31185         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
31186         (gst_videoscale_scale_plane_slow),
31187         (gst_videoscale_scale_point_sample),
31188         (gst_videoscale_scale_nearest),
31189         (gst_videoscale_scale_nearest_str2),
31190         (gst_videoscale_scale_nearest_str4),
31191         (gst_videoscale_scale_nearest_32bit),
31192         (gst_videoscale_scale_nearest_24bit),
31193         (gst_videoscale_scale_nearest_16bit):
31194         add debugging category and use it properly
31195         fix use of GST_PTR_FORMAT
31196
31197 2004-02-25  Andy Wingo  <wingo@pobox.com>
31198
31199         * gst/interleave/interleave.c (interleave_buffered_loop): Always
31200         push only when channel->buffer is NULL. Prevents segfaults doing
31201         the state change after a nonlocal exit, like a scheme exception.
31202
31203         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
31204         Handle the case where the intersected caps is empty.
31205
31206 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31207
31208         * gst/law/mulaw-decode.c: (mulawdec_link):
31209         * gst/law/mulaw.c: (plugin_init):
31210           fix mulawdec so it actually works again
31211
31212 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
31213
31214         reviewed by: David Schleef  <ds@schleef.org>
31215
31216         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
31217         (gst_gamma_init), (gst_gamma_set_property),
31218         (gst_gamma_get_property), (gst_gamma_calculate_tables),
31219         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
31220         for RGB, with separate r g and b correction factors. (#131167)
31221
31222 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31223
31224         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31225           only signal tags for bitrate if they're > 0 (#134894)
31226
31227 2004-02-24  David Schleef  <ds@schleef.org>
31228
31229         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
31230         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
31231         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
31232         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
31233         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
31234         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
31235         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
31236         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
31237         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
31238         category.  Attempt to fix timestamp calculation.
31239
31240 2004-02-24  Johan Dahlin  <johan@gnome.org>
31241
31242         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
31243
31244 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31245
31246         * configure.ac:
31247         * gconf/Makefile.am:
31248         * gconf/gstreamer.schemas:
31249         * gst-libs/gst/gconf/Makefile.am:
31250         * gst-libs/gst/gconf/gconf.c:
31251           version gconf schemas and install locations
31252
31253 2004-02-23  Benjamin Otte  <otte@gnome.org>
31254
31255         * ext/xine/xineinput.c: (gst_xine_input_dispose):
31256         (gst_xine_input_subclass_init):
31257           call parent dispose.
31258           change pad template for CD reader correctly
31259         * ext/xine/Makefile.am:
31260         * ext/xine/gstxine.h:
31261         * ext/xine/xine.c: (plugin_init):
31262         * ext/xine/xineaudiosink.c:
31263           wrap audio sinks, too
31264         * gst-libs/gst/resample/private.h:
31265         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31266         (gst_resample_reinit), (gst_resample_scale),
31267         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31268         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31269         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31270         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31271         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31272         * gst-libs/gst/resample/resample.h:
31273         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31274         (gst_audioscale_class_init), (gst_audioscale_link),
31275         (gst_audioscale_get_buffer), (gst_audioscale_init),
31276         (gst_audioscale_chain), (gst_audioscale_set_property),
31277         (gst_audioscale_get_property):
31278         * gst/audioscale/gstaudioscale.h:
31279           s/resample_*/gst_resample_*/i to not clobber namespaces
31280
31281 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31282
31283         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31284         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31285         (gst_riff_create_video_template_caps),
31286         (gst_riff_create_audio_template_caps),
31287         (gst_riff_create_iavs_template_caps):
31288         * gst-libs/gst/riff/riff-media.h:
31289         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31290         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31291         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31292         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31293         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31294         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31295         (gst_matroska_demux_plugin_init): First batch implementing audio and
31296         video codec tags in demuxers.
31297
31298 2004-02-22  Benjamin Otte  <otte@gnome.org>
31299
31300         * ext/xine/Makefile.am:
31301         * ext/xine/gstxine.h:
31302         * ext/xine/xine.c: (plugin_init):
31303         * ext/xine/xineinput.c:
31304           add input plugin wrapper. Playback from files, http, mms and cdda
31305           works.
31306         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31307           remove leftover G_GNUC_UNUSED
31308         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31309         (gst_asf_demux_identify_guid):
31310           improve debugging output
31311
31312 2004-02-22  Benjamin Otte  <otte@gnome.org>
31313
31314         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31315
31316         * autogen.sh:
31317           replace test -e with test -x for mkinstalldirs to be more portable.
31318           (fixes #134816)
31319
31320 2004-02-22  Benjamin Otte  <otte@gnome.org>
31321
31322         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31323
31324         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31325           set rank to PRIMARY
31326         * gst/volume/gstvolume.c: (plugin_init):
31327           set rank to NONE
31328         fixes #134960
31329
31330 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31331
31332         reviewed by Benjamin Otte  <otte@gnome.org>
31333
31334         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31335           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31336
31337 2004-02-22  Benjamin Otte  <otte@gnome.org>
31338
31339         * configure.ac:
31340           export [_]*{gst,Gst,GST}.* symbols from plugins
31341
31342 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31343
31344         reviewed by: Benjamin Otte  <otte@gnome.org>
31345
31346         * ext/lame/gstlame.c: (add_one_tag):
31347         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31349         (gst_vorbisenc_metadata_set1):
31350         * gst/tags/gstid3tag.c:
31351         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31352           apply fixes from bugs #135042 (lame can't write tags) and #133817
31353           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31354
31355 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31356
31357         * configure.ac: Export only gst_plugin_desc from plugins.
31358          Note that this change only makes any effect with Linux using libtool
31359          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31360          fine. And don't try to have several versions of libtool in different
31361          directories.
31362
31363 2004-02-20  Andy Wingo  <wingo@pobox.com>
31364
31365         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31366         interleave respectively.
31367
31368         * gst/interleave/deinterleave.c: New plugin: deinterleave
31369         (replaces on oneton).
31370         * gst/interleave/interleave.c: New plugin: interleave.
31371         * gst/interleave/plugin.h: Support file.
31372         * gst/interleave/plugin.c: Support file.
31373
31374         * configure.ac: Remove intfloat and oneton, add interleave.
31375
31376         * ext/sndfile/gstsf.c: Handle events better.
31377
31378         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31379         and float2int operation. int2float has scheduling problems as
31380         noted in in2float_chain.
31381
31382 2004-02-20  Benjamin Otte  <otte@gnome.org>
31383
31384         * ext/xine/Makefile.am:
31385         * ext/xine/gstxine.h:
31386         * ext/xine/xine.c:
31387         * ext/xine/xineaudiodec.c:
31388         * ext/xine/xinecaps.c:
31389           add first version of xine plugin wrapper. Currently only wraps the
31390           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31391         * configure.ac:
31392         * ext/Makefile.am:
31393           add xine plugin wrapper, disabled by default. Use --enable-xine to
31394           build. Note that it'll segfault on gst-register if you don't remove
31395           the goom and tvtime post plugins from xine.
31396         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31397         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31398           add extradata parsing for QDM2.
31399           change around debugging prints.
31400
31401 2004-02-19  Benjamin Otte  <otte@gnome.org>
31402
31403         * ext/lame/gstlame.c: (gst_lame_chain):
31404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31405           use gst_tag_list_insert when you want to insert tags
31406
31407 2004-02-18  David Schleef  <ds@schleef.org>
31408
31409         * configure.ac:  Move massink to gst-rotten
31410         * ext/Makefile.am:
31411         * ext/mas/Makefile.am:
31412         * ext/mas/massink.c:
31413         * ext/mas/massink.h:
31414
31415 2004-02-18  David Schleef  <ds@schleef.org>
31416
31417         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31418         typefinding, since it seems to be worse than nothing.
31419         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31420         atom to recognize .mp4 and .m4a files as video/quicktime.
31421
31422 2004-02-18  David Schleef  <ds@schleef.org>
31423
31424         * gst/sine/demo-dparams.c: (quit_live),
31425         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31426         Use double dparams, not float.
31427         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31428         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31429         sync'd elements don't really work correctly.
31430         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31431         (volume_update_volume), (volume_get_property):  Change dparam
31432         to double.
31433
31434 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31435
31436         * sys/ximage/ximagesink.c:
31437         (gst_ximagesink_xwindow_update_geometry),
31438         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31439         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31440         (gst_ximagesink_init): Rework the way software video scaling works. So
31441         now we check on each chain call if the video frames are feeling the
31442         window. If not we try to renegotiate caps. On failure we memorize that
31443         and we won't try again for that PLAYING sessions.
31444         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31445         failure.
31446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31447         synchronous flag.
31448
31449 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31450
31451         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31452           break up _link so we can give a better debug message for errors
31453
31454 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31455
31456         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31457           set up debug category
31458
31459 2004-02-18  Julien MOUTTE <julien@moutte.net>
31460
31461         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31462         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31463         the way renegotiation work. The event handling function is not taking
31464         care of external windows and renegotiate method check for pad flags
31465         NEGOTIATING. Should fix : #133209
31466
31467 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31468
31469         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31470         pad is negotiating before trying renegotiation.
31471
31472 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31473
31474         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31475           pass on all possible mime types as typefind hints
31476
31477 2004-02-17  Julien MOUTTE <julien@moutte.net>
31478
31479         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31481         possible SHM leak if we crash. All other apps using XShm are doing
31482         that.
31483
31484 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31485
31486         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31487         (gst_ximagesink_expose): Renegotiate size on expose.
31488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31489         size on expose.
31490
31491 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31492
31493         * testsuite/alsa/sinesrc.c:
31494           cosmetic fix to fix compile issue with gcc 2.95.4
31495
31496 2004-02-16  Julien MOUTTE <julien@moutte.net>
31497
31498         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31499         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31500         failed opening the audio device.
31501         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31502         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31503         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31504         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31505         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31506         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31507         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31508         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31509         Removing some useless g_return_if_fail like wingo suggested.
31510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31511         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31512         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31513         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31514         (gst_xvimagesink_update_colorbalance),
31515         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31516         (gst_xvimagesink_xcontext_clear),
31517         (gst_xvimagesink_get_fourcc_from_caps),
31518         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31519         (gst_xvimagesink_set_xwindow_id),
31520         (gst_xvimagesink_colorbalance_list_channels),
31521         (gst_xvimagesink_colorbalance_set_value),
31522         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31523         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31524
31525 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31526
31527         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31528           throw error when not negotiated instead of asserting
31529
31530 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31531
31532         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31533         correct data refcounting.
31534
31535 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31536
31537         * gst/switch/gstswitch.c: (gst_switch_change_state),
31538         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31539         change, mostly the EOS flag.
31540
31541 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31542
31543         * examples/gstplay/player.c: (got_eos), (main): Adding some
31544         output for debugging.
31545         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31546         timeouts if we go to any state different from PLAYING.
31547         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31548         more EOS bugs in riff lib.
31549
31550 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31551
31552         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31553         visualization until i find a way to fix switch correctly.
31554         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31555         EOS arrives.
31556         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31557         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31558         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31559         Reworked switch to get a more correct behaviour with events and refing
31560         of data stored in sinkpads.
31561         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31562         we don't pull from a pad in EOS.
31563
31564 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31565
31566         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31567           remove v1 tag even if we can't read it (makes sure we don't detect
31568           it again)
31569
31570 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31571
31572         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31573         (gst_alsa_xrun_recovery):
31574         * ext/alsa/gstalsa.h:
31575           try xrun recovery when wait failed. Make xrun recovery function
31576           return TRUE/FALSE to indicate success. (might fix #134354)
31577
31578 2004-02-13  David Schleef  <ds@schleef.org>
31579
31580         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31581         (dynparm_value_changed), (main): Convert from float to double.
31582         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31583
31584 2004-02-13  David Schleef  <ds@schleef.org>
31585
31586         * gst/silence/gstsilence.c: (gst_silence_class_init),
31587         (gst_silence_set_clock), (gst_silence_get),
31588         (gst_silence_set_property), (gst_silence_get_property):
31589         * gst/silence/gstsilence.h: Add sync property.
31590         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31591         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31592         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31593         * gst/sine/gstsinesrc.h: Add sync property.
31594
31595 2004-02-13  David Schleef  <ds@schleef.org>
31596
31597         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31598         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31599
31600 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31601
31602         * configure.ac:
31603         * ext/Makefile.am:
31604         * gst-libs/ext/Makefile.am:
31605           move ffmpeg plugin to gst-ffmpeg module
31606
31607 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31608
31609         * configure.ac: use GST_ARCH to detect architecture
31610
31611 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31612
31613         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31614
31615 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31616
31617         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31618           classify LADSPA plugins based on number of src/sink pads
31619           (#133663, Stefan Kost)
31620         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31621           fix dparams registration
31622           (#133528, Stefan Kost)
31623         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31624           fix use of isprint and use g_ascii_isprint instead
31625           (#133316, Stefan Kost)
31626
31627 2004-02-11  David Schleef  <ds@schleef.org>
31628
31629         Convert a few inner loops to use liboil.  This is currently
31630         optional, and is only enabled if liboil is present (duh!).
31631         * configure.ac: Check for liboil-0.1
31632         * gst/intfloat/Makefile.am:
31633         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31634         (gst_int2float_chain_gint16):
31635         * gst/videofilter/Makefile.am:
31636         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31637         (tablelookup_u8), (gst_videobalance_planar411):
31638         * gst/videotestsrc/Makefile.am:
31639         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31640         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31641         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31642         (paint_hline_RGB565), (paint_hline_xRGB1555):
31643
31644 2004-02-11  David Schleef  <ds@schleef.org>
31645
31646         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31647         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31648         (gst_colorspace_getcaps), (gst_colorspace_link),
31649         (gst_colorspace_base_init), (gst_colorspace_init),
31650         (gst_colorspace_chain), (gst_colorspace_change_state),
31651         (plugin_init): Merge Ronald's patch (bug #117897) and update
31652         for new caps and negotiation.  Seems to work, although it
31653         shows off bugs in lcs.
31654
31655 2004-02-11  David Schleef  <ds@schleef.org>
31656
31657         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31658         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31659
31660 2004-02-11  David Schleef  <ds@schleef.org>
31661
31662         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31663         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31664         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31665         Add server and port properties
31666
31667 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31668
31669         * m4/a52.m4:
31670         * m4/aalib.m4:
31671         * m4/as-ffmpeg.m4:
31672         * m4/as-liblame.m4:
31673         * m4/as-slurp-ffmpeg.m4:
31674         * m4/check-libheader.m4:
31675         * m4/esd.m4:
31676         * m4/freetype2.m4:
31677         * m4/gconf-2.m4:
31678         * m4/glib.m4:
31679         * m4/gst-alsa.m4:
31680         * m4/gst-artsc.m4:
31681         * m4/gst-ivorbis.m4:
31682         * m4/gst-matroska.m4:
31683         * m4/gst-sdl.m4:
31684         * m4/gst-shout2.m4:
31685         * m4/gst-sid.m4:
31686         * m4/gtk.m4:
31687         * m4/libdv.m4:
31688         * m4/libfame.m4:
31689         * m4/libmikmod.m4:
31690         * m4/ogg.m4:
31691         * m4/vorbis.m4:
31692           fix underquotedness of macros (#133800)
31693         * m4/as-avifile.m4:
31694         * m4/xmms.m4:
31695           removed because no longer used
31696
31697 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31698
31699         * configure.ac:
31700           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31701           by autopoint (fixes #132996)
31702
31703 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31704
31705         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31706         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31707         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31708         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31709           fix memleaks
31710
31711 2004-02-11  David Schleef  <ds@schleef.org>
31712
31713         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31714         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31715         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31716         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31717         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31718         (gst_jpegenc_class_init), (gst_jpegenc_init),
31719         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31720         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31721         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31722         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31723
31724 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31725
31726         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31727         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31728         * ext/mikmod/gstmikmod.h:
31729           fix caps negotiation in mikmod
31730         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31731           output debug information
31732
31733 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31734
31735         * gst-libs/gst/colorbalance/Makefile.am:
31736         * gst-libs/gst/navigation/Makefile.am:
31737         * gst-libs/gst/xoverlay/Makefile.am:
31738           remove unused GST_OPT_CFLAGS from Makefiles
31739           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31740
31741 2004-02-07  David Schleef  <ds@schleef.org>
31742
31743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31744         push events to pads that haven't been created (#133508)
31745
31746 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31747
31748         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31749         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31750         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31751         (gst_dvdec_loop), (gst_dvdec_change_state):
31752         Second attempt at committing a working dvdec element.
31753
31754 2004-02-06  David Schleef  <ds@schleef.org>
31755
31756         Build fixes for OS X: (see #129600)
31757         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31758         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31759         (gst_riff_read_strf_iavs):
31760         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31761         (gst_avi_demux_stream_odml):
31762         * gst/playondemand/Makefile.am:
31763         * gst/rtp/rtp-packet.c:
31764
31765 2004-02-05  David Schleef  <ds@schleef.org>
31766
31767         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31768         last change, because it Just Doesn't Compile.
31769
31770 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31771
31772         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31773           skip undecodable id3v2 tag instead of keeping it
31774
31775 2004-02-05  David Schleef  <ds@schleef.org>
31776
31777         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31778         Unref leaked buffer.  (Noticed by Ronald)
31779
31780 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31781
31782         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31783         Sync requires with other checks.  >= vs =.
31784
31785 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31786
31787         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31788         (gst_dvdec_video_link), (gst_dvdec_loop):
31789         * ext/dv/gstdvdec.h:
31790           rework the caps negotiation so that dvdec works again instead
31791           of just segfaulting.
31792
31793 === release 0.7.4 ===
31794
31795 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31796
31797         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31798         * configure.ac: changed for release
31799
31800 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31801
31802         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31803         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31804         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31805         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31806           reworked patch by David Lehn to fix libdir and includedir for
31807           uninstalled libraries
31808           removed play and gconf from gstreamer-libs since they have their
31809           own pkgconfig files
31810
31811 2004-02-04  David Schleef  <ds@schleef.org>
31812
31813         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31814         memleak.
31815
31816 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31817
31818         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31819           use correct GST_TAG_ENCODER tag
31820
31821 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31822
31823         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31824           be sure to stop the clock when going to paused
31825         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31826           reset number of transmitted when going to ready.
31827         fixes #132935
31828
31829 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31830
31831         reviewed by Benjamin Otte
31832
31833         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31834           extract track count (fixes #133410)
31835
31836 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31837
31838         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31839           that should be !=, not == (fixes #132519)
31840
31841 2004-02-04  David Schleef  <ds@schleef.org>
31842
31843         Make sure set_explicit_caps() is called before adding pad.
31844         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31845         * gst/id3/gstid3types.c: (gst_id3types_loop):
31846         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31847         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31848
31849 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31850
31851         * configure.ac:
31852           bump nano to 2, first prerelease
31853           put back AM_PROG_LIBTOOL
31854
31855 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31856
31857         * testsuite/alsa/Makefile.am:
31858           these are user test apps, not automatic testsuite tests
31859
31860 2004-02-04  David Schleef  <ds@schleef.org>
31861
31862         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31863         * gst/mpeg1videoparse/gstmp1videoparse.c:
31864         (mp1videoparse_parse_seq):
31865         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31866         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31867         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31868         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31869         (gst_xvideosink_getcaps):
31870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31871         * testsuite/gst-lint: more tests
31872
31873 2004-02-04  David Schleef  <ds@schleef.org>
31874
31875         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31876         with the code that they would expand to.
31877         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31878         (gst_flacdec_get_src_query_types),
31879         (gst_flacdec_get_src_event_masks):
31880         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31881         (gst_gnomevfssrc_get_query_types),
31882         (gst_gnomevfssrc_get_event_mask):
31883
31884 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31885
31886         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31887         (gst_sinesrc_dispose):
31888           fix memleak by properly disposing sinesrc
31889
31890 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31891
31892         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31893         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31894         an overlay to redraw the image because it has been exposed.
31895         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31896         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31897         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31898         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31899         interface
31900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31901         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31902         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31903         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31904         interface
31905
31906 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31907
31908         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31909           more memleak fixage
31910
31911 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31912
31913         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31914         * gst/typefind/gsttypefindfunctions.c:
31915           fix memleaks shown by gst-typefind
31916
31917 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31918
31919         * common/glib-gen.mak:
31920           add hack rule to touch .Plo files
31921         * gst-libs/gst/colorbalance/Makefile.am:
31922         * gst-libs/gst/mixer/Makefile.am:
31923         * gst-libs/gst/play/Makefile.am:
31924         * gst-libs/gst/tuner/Makefile.am:
31925           remove glib_root variable
31926
31927 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31928
31929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31930           set explicit caps before adding the element, so the autopluggers can
31931           plug correctly.
31932         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31933         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31934         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31935         (dv_type_find):
31936           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31937           argument.
31938
31939 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31940
31941         * gst-libs/gst/colorbalance/Makefile.am:
31942         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31943         * gst-libs/gst/colorbalance/colorbalance.c:
31944         * gst-libs/gst/colorbalance/colorbalance.h:
31945         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31946         * gst-libs/gst/mixer/Makefile.am:
31947         * gst-libs/gst/mixer/mixer-marshal.list:
31948         * gst-libs/gst/mixer/mixer.c:
31949         * gst-libs/gst/mixer/mixer.h:
31950         * gst-libs/gst/mixer/mixermarshal.list:
31951         * gst-libs/gst/play/Makefile.am:
31952         * gst-libs/gst/play/play.h:
31953         * gst-libs/gst/tuner/Makefile.am:
31954         * gst-libs/gst/tuner/tuner-marshal.list:
31955         * gst-libs/gst/tuner/tuner.c:
31956         * gst-libs/gst/tuner/tuner.h:
31957         * gst-libs/gst/tuner/tunermarshal.list:
31958           use new glib-gen.mak snippet to clean up Makefile.am
31959           fix various bugs in Makefile.am's
31960
31961 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31962
31963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31964           handle chain parsing correctly in the multichain case
31965         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31966         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31967         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31968         (theora_dec_chain):
31969           handle events and queries correctly
31970
31971 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31972
31973         * .cvsignore:
31974         Ignore generated file _stdint.h.
31975
31976 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31977
31978         * gst-libs/gst/colorbalance/Makefile.am:
31979         * gst-libs/gst/colorbalance/colorbalance.h:
31980         * gst-libs/gst/mixer/Makefile.am:
31981         * gst-libs/gst/mixer/mixer.h:
31982         * gst-libs/gst/play/Makefile.am:
31983         * gst-libs/gst/play/play.h:
31984         * gst-libs/gst/tuner/Makefile.am:
31985         * gst-libs/gst/tuner/tuner.h:
31986         Generate enum type code with glib-mkenums.
31987         * gst-libs/gst/colorbalance/.cvsignore:
31988         * gst-libs/gst/mixer/.cvsignore:
31989         * gst-libs/gst/play/.cvsignore:
31990         * gst-libs/gst/tuner/.cvsignore:
31991         Ignore generated files.
31992
31993 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31994
31995         * gst-libs/gst/audio/.cvsignore:
31996         Ignore generated file.
31997         * gst-libs/gst/audio/Makefile.am:
31998         Do not install example filter.
31999
32000 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
32001
32002         * examples/switch/.cvsignore:
32003         Ignore generated file.
32004
32005 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32006
32007         * common/m4/ax_create_stdint_h.m4:
32008         * configure.ac:
32009           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
32010           _stdint.h.
32011         * Makefile.am:
32012           remove generated _stdint.h in DISTCLEANFILES
32013         * ext/a52dec/gsta52dec.c:
32014           include _stdint.h for a52dec. (should fix #133064)
32015
32016 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
32017
32018         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
32019         (gst_tag_to_vorbis_comments):
32020         Add replaygain support to vorbistag
32021
32022 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
32023         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32024         (gst_ffmpeg_caps_to_extradata):
32025           Fix SVQ3 caps flag properties
32026           Use glib macro for bytes swap
32027
32028 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32029
32030         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32031         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32032         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32033         * ext/sndfile/gstsf.c: (plugin_init):
32034         * gst/avi/gstavi.c: (plugin_init):
32035         * sys/dxr3/dxr3init.c: (plugin_init):
32036         * sys/oss/gstossaudio.c: (plugin_init):
32037         * sys/v4l/gstv4l.c: (plugin_init):
32038         * sys/v4l2/gstv4l2.c: (plugin_init):
32039           remove textdomain calls
32040         * po/nl.po:
32041           update Dutch translation
32042
32043 2004-02-02  Julien MOUTTE  <julien@moutte.net>
32044
32045         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32046         (gst_play_set_audio_sink): Moving volume in the audio thread for
32047         instantaneous volume change. Maybe i will add another volume in front
32048         of visualization later, not sure yet though.
32049
32050 2004-02-02  Julien MOUTTE  <julien@moutte.net>
32051
32052         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32053         (gst_ximagesink_handle_xevents): Better X events handling, only take
32054         the latest events for configure and motion.
32055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
32056
32057 2004-02-02  Jon Trowbridge  <trow@gnu.org>
32058
32059         reviewed by: David Schleef  <ds@schleef.org>
32060
32061         Fix memory leaks:
32062         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
32063         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
32064
32065 2004-02-02  David Schleef  <ds@schleef.org>
32066
32067         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
32068         of lines.
32069         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
32070         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32071         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
32072         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
32073         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32074         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
32075         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
32076         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
32077         (gst_float2_2_int_link):
32078         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32079         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
32080         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
32081         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
32082         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
32083         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
32084         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
32085         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
32086         * testsuite/gst-lint: Add tests for bzero and ;;
32087
32088 2004-02-02  David Schleef  <ds@schleef.org>
32089
32090         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
32091
32092 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32093
32094         * ext/aalib/gstaasink.c: (gst_aasink_open):
32095         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32096         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32097         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32098         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32099         (gst_afsink_close_file):
32100         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32101         (gst_afsrc_close_file):
32102         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32103         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32104         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32105         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32106         * ext/esd/esdmon.c: (gst_esdmon_get):
32107         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
32108         * ext/faac/gstfaac.c: (gst_faac_chain):
32109         * ext/faad/gstfaad.c: (gst_faad_chain):
32110         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32111         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32112         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32113         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32114         (gst_flacdec_loop):
32115         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32116         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32117         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32118         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32119         (gst_gnomevfssink_close_file):
32120         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32121         (gst_gnomevfssrc_open_file):
32122         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32123         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32124         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32125         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32126         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32127         * ext/mad/gstmad.c: (gst_mad_chain):
32128         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32129         * ext/mpeg2dec/gstmpeg2dec.c:
32130         * ext/mpeg2enc/gstmpeg2enc.cc:
32131         * ext/mplex/gstmplex.cc:
32132         * ext/mplex/gstmplexibitstream.cc:
32133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32134         (gst_ogg_demux_push):
32135         * ext/raw1394/gstdv1394src.c:
32136         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32137         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32138         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32139         (gst_sf_loop):
32140         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32141         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
32142         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32143         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32144         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32145         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32146         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32147         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32148         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32149         (gst_riff_read_element_data), (gst_riff_read_seek),
32150         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32151         * gst/adder/gstadder.c: (gst_adder_loop):
32152         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32153         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32154         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32155         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32156         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32157         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32158         * gst/goom/gstgoom.c: (gst_goom_chain):
32159         * gst/id3/gstid3types.c: (gst_id3types_loop):
32160         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32161         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32162         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32163         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32164         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32165         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32166         (gst_ebml_read_float), (gst_ebml_read_header):
32167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32168         (gst_matroska_demux_parse_blockgroup):
32169         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32170         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32171         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32172         * gst/silence/gstsilence.c: (gst_silence_get):
32173         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32174         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32175         * gst/speed/gstspeed.c: (speed_loop):
32176         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32177         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32178         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32179         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32180         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32181         (gst_wavparse_loop):
32182         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32183         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32184         (dxr3audiosink_close):
32185         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32186         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32187         (dxr3videosink_close), (dxr3videosink_write_data):
32188         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32189         * sys/oss/gstosssink.c: (gst_osssink_chain):
32190         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32191         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32192         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32193         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32194         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32195         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32196         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32197         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32198         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32199         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32200         (gst_v4l_set_audio):
32201         * sys/v4l/v4l_calls.h:
32202         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32203         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32204         (gst_v4lmjpegsink_playback_init),
32205         (gst_v4lmjpegsink_playback_start):
32206         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
32207         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32208         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32209         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32210         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32211         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32212         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32213         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32214         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32215         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32216         (gst_v4l2_get_output), (gst_v4l2_set_output),
32217         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32218         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32219         (gst_v4l2_set_attribute):
32220         * sys/v4l2/v4l2_calls.h:
32221         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32222         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32223         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32224         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32225         (gst_v4l2src_capture_stop):
32226         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32227         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32228         (gst_ximagesink_chain):
32229         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32230         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32231         (gst_xvideosink_xwindow_new):
32232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32233         (gst_xvimagesink_chain):
32234
32235 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32236
32237         * gst/volume/gstvolume.c: (gst_volume_set_volume),
32238         (gst_volume_get_volume), (volume_class_init), (volume_init),
32239         (volume_chain_int16), (volume_update_volume):
32240         * gst/volume/gstvolume.h:
32241           make code more readable by removing magic numbers
32242           make mixer interface export 0-100 range
32243           make it internally map to 0.0-1.0 range so users don't distort
32244           output by putting the sliders at full volume
32245
32246 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32247
32248         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
32249         (gst_play_state_change), (gst_play_seek_to_time):
32250         block the tick callback for 0.5 secs after doing a seek
32251
32252 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32253
32254         * gst-libs/gst/play/play.c: (gst_play_new):
32255           check for GError
32256
32257 2004-02-01  Julien MOUTTE  <julien@moutte.net>
32258
32259         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32260         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32261         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32262         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32264         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32265
32266 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32267
32268         * configure.ac:
32269         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32270           check for a function added in vorbis 1.1
32271
32272 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32273
32274         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32275         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32276           really start/stop clock only on PLAYING <=> PAUSED
32277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32278           remove \n from debugging lines
32279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32280           make it work when seeking does not
32281         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32282           reset on DISCONT
32283
32284 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32285
32286         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32287           start clock on PAUSED=>PLAYING, not later
32288         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32289           extract correct time for different discont formats
32290         (gst_alsa_sink_get_time):
32291           don't segfault when no format is negotiated yet, just return 0
32292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32293         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32294         (gst_ogg_pad_push):
32295           handle flush and discont events correctly
32296         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32297           handle discont events correctly
32298
32299 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32300
32301         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32302         (gst_play_error_create), (gst_play_error_plugin),
32303         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32304         * gst-libs/gst/play/play.h:
32305           add error handling during creation
32306         * examples/gstplay/player.c: (main):
32307           use new gst_play_new
32308
32309
32310 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32311
32312         * ext/theora/theoradec.c: (theora_dec_chain):
32313           make comments work
32314         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32315         (vorbis_dec_src_event), (vorbis_dec_chain):
32316           add encoder tag, fix tag reading to be more error tolerant, change
32317           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32318           gst_pad_event_default.
32319         * gst/tags/gstvorbistag.c:
32320         (gst_tag_list_from_vorbiscomment_buffer):
32321           undefine function specific define at end of function
32322
32323 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32324
32325         * ext/flac/gstflac.c: (plugin_init):
32326         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32327         * ext/flac/gstflacdec.h:
32328         * ext/flac/gstflacenc.h:
32329           Fix typos
32330
32331 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32332
32333         * examples/gstplay/player.c: s/gstplay.h/play.h/
32334
32335 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32336
32337         * gst-libs/gst/play/Makefile.am:
32338         * gst-libs/gst/play/gstplay.c:
32339         * gst-libs/gst/play/gstplay.h:
32340         * gst-libs/gst/play/play.c:
32341           more surgery, operation complete
32342
32343 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32344
32345         * gst-libs/gst/play/play.old.c:
32346         * gst-libs/gst/play/play.old.h:
32347           after CVS surgery by moving, remove
32348         * gst-libs/gst/play/playpipelines.c:
32349           remove
32350
32351         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32352           add negotiation error
32353
32354 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32355
32356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32357         (gst_ogg_demux_push):
32358           add some seeking debug info
32359           send a flush when seeking
32360
32361 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32362
32363         * configure.ac:
32364           use AC_C_INLINE
32365         * configure.ac:
32366         * ext/Makefile.am:
32367         * ext/theora/Makefile.am:
32368         * ext/theora/theoradec.c:
32369           add theora video decoder. Does just do simple decoding for now and
32370           has been tested against Theora cvs only. It only works when theora
32371           is compiled with --enable-static.
32372         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32373           always reset packetno on DISCONT
32374
32375 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32376
32377         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32378           Fix audio.
32379
32380 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32381
32382         * gst/mpegaudioparse/gstmpegaudioparse.c:
32383         (mp3_type_frame_length_from_header):
32384           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32385
32386 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32387
32388         * ext/esd/esdsink.c: (gst_esdsink_init):
32389           Since we have static pad template caps, we don't need to negotiate;
32390           either the core errors out or we know the format.
32391
32392 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32393
32394         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32395         (gst_riff_read_seek):
32396         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32397         (gst_ebml_read_seek):
32398           Fix event handling.
32399
32400 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32401
32402         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32403           removee video/x-theora from vp3 decoder, it doesn't handle raw
32404           theora streams
32405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32406           fix bug with finalizing element that never went to PAUSED
32407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32408           length and position queries were swapped
32409         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32410         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32411         (vorbis_dec_src_event):
32412           implement querying time and bytes
32413
32414 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32415
32416         * just about every source file:
32417           gst_element_error -> GST_ELEMENT_ERROR
32418
32419 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32420
32421         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32422         emiting FLUSH and even before DISCONT.
32423         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32424         get the best instant seeking as possible yay!
32425
32426 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32427
32428         * gst/mpeg1videoparse/gstmp1videoparse.c:
32429         (gst_mp1videoparse_real_chain):
32430           Committed wrong version last week... Grr... Didn't notice until now.
32431
32432 2004-01-29  Julien MOUTTE <julien@moutte.net>
32433
32434         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32436         have_xwindow_id signal in xwindow_create.
32437
32438 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32439
32440         * ext/ogg/gstoggdemux.c:
32441           lots of changes - mainly support for chained bitstreams, seeking,
32442           querying and bugfixes of course
32443         * ext/vorbis/Makefile.am:
32444         * ext/vorbis/vorbisdec.c:
32445         * ext/vorbis/vorbisdec.h:
32446           add vorbisdec raw vorbis decoder
32447         * ext/vorbis/vorbis.c: (plugin_init):
32448           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32449         * gst/intfloat/Makefile.am:
32450         * gst/intfloat/float22int.c:
32451         * gst/intfloat/float22int.h:
32452         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32453           add float2intnew plugin. It converts multichannel interleaved float to
32454           multichannel interleaved int. The name should probably be changed.
32455         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32456         (plugin_init):
32457           add typefinding for raw theora video so oggdemux can detect it.
32458
32459 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32460
32461         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32462         sink element first.
32463         * gst/videoscale/gstvideoscale.c:
32464         (gst_videoscale_handle_src_event): Fixing src event handler.
32465
32466 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32467
32468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32469         (gst_v4lsrc_open), (gst_v4lsrc_close),
32470         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32471         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32472         * sys/v4l/gstv4lsrc.h:
32473         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32474         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32475           Implement resizing... Hack. But that's why v4l is b0rked...
32476
32477 2004-01-28  Julien MOUTTE <julien@moutte.net>
32478
32479         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32480         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32481         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32482         (gst_ximagesink_xwindow_destroy):
32483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32484         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32485         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32486         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32487         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32488         correctly cleaning the image created to check xshm calls on succes,
32489         added a lot of XSync calls in X11 functions, and fixed a segfault when
32490         no image format was defined before negotiation happened.
32491
32492 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32493
32494         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32495           use gst_element_get_time to get correct time
32496
32497 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32498
32499         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32500         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32501         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32503         (gst_xvimagesink_check_xshm_calls),
32504         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32505         X plugins are now able to detect that XShm calls will fail even if the
32506         server claims that it has XShm support (remote displays most of the
32507         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32508         so that we use non XShm functions. This feature is almost useless for
32509         xvimagesink as Xv is not supported on remote displays anyway, but
32510         it might happen than even on the local display XShm calls fail.
32511
32512 2004-01-27  David Schleef  <ds@schleef.org>
32513
32514         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32515         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32516         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32517         changed esdsink to only use 44100,16,2, since esd sucks at rate
32518         conversion and esdsink has had difficulty negotiating.
32519
32520 2004-01-27  Julien MOUTTE <julien@moutte.net>
32521
32522         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32523         (gst_play_seek_to_time): Fixing the way to get current position.
32524
32525 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32526
32527         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32528           use gst_element_get_time to get correct time
32529
32530 2004-01-27  Julien MOUTTE <julien@moutte.net>
32531
32532         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32533         fix ever... Inverting 2 lines of code make spider autoplug correctly
32534         tagged mp3 !
32535
32536 2004-01-27  David Schleef  <ds@schleef.org>
32537
32538         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32539         Use gst_pad_try_set_caps_nonfixed().
32540
32541 2004-01-27  David Schleef  <ds@schleef.org>
32542
32543         * gst/ac3parse/gstac3parse.c: update to checklist 5
32544         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32545         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32546         * gst/audioscale/gstaudioscale.c: same
32547         * gst/auparse/gstauparse.c: same
32548         * gst/avi/gstavidemux.c: same
32549
32550 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32551
32552         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32553           stop processing after EOS
32554
32555 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32556
32557         * gst/asfdemux/asfheaders.h:
32558         * gst/asfdemux/gstasfdemux.c:
32559         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32560         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32561         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32562           lot's of fixes to make data extraction simpler and get the code
32563           architecture and compiler independant. Add debugging category
32564         * gst/goom/gstgoom.c: (gst_goom_change_state):
32565           reset channel count on PAUSED=>READY, not READY=>PAUSED
32566
32567 2004-01-26  Colin Walters  <walters@verbum.org>
32568
32569         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32570         code to pull a bigger buffer in iradio mode.  This as a side effect
32571         makes typefinding work.
32572
32573 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32574
32575         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32576         Fix SVQ3 decoding on PPC
32577
32578 2004-01-26  Julien MOUTTE <julien@moutte.net>
32579
32580         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32581         that one managed to stay there... Fixed.
32582
32583 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32584
32585         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32586         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32587         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32588         (qtdemux_video_caps):
32589         * gst/qtdemux/qtdemux.h:
32590         Add SVQ3 specific flags to qtdemux and ffmpeg
32591
32592 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32593
32594         * gst-libs/gst/audio/audio.h:
32595           remove buffer-frames from audio caps
32596         * gst/audioconvert/gstaudioconvert.c:
32597           fix plugin to really work.
32598
32599 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32600
32601         * gst-libs/gst/mixer/mixer.c:
32602         * gst-libs/gst/propertyprobe/propertyprobe.c:
32603         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32604         (gst_tuner_find_channel_by_name):
32605         * gst-libs/gst/tuner/tuner.h:
32606           Add gtk-doc style comments. Also fix a function name.
32607
32608 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32609
32610         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32611         (gst_divxdec_negotiate):
32612           Fix for new capsnego - also fixes gst-player with divxdec.
32613
32614 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32615
32616         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32617         (gst_play_identity_handoff), (gst_play_set_location),
32618         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32619         try in visualization implementation. Still have an issue with switch
32620         blocking when pulling from video_queue and only audio comes out of
32621         spider.
32622         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32623         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32624         release method. And check if the pad is usable before pulling.
32625
32626 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32627
32628         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32629         (gst_videobalance_init),
32630         (gst_videobalance_colorbalance_list_channels),
32631         (gst_videobalance_colorbalance_set_value),
32632         (gst_videobalance_colorbalance_get_value),
32633         (gst_videobalance_update_properties),
32634         (gst_videobalance_update_tables_planar411),
32635         (gst_videobalance_planar411):
32636         * gst/videofilter/gstvideobalance.h:
32637           Implement lookup-tables. +/- 10x faster.
32638
32639 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32640
32641         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32642         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32643           The index reading was broken. The rest worked fine, but the whole
32644           goal of my rewrite was to make avidemux readable, and this was
32645           not at all readable. Please use typed variables.
32646
32647 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32648
32649         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32650           Additional pad usability check.
32651         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32652         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32653         (gst_mp1videoparse_real_chain):
32654           Fix MPEG video stream parsing. The original plugin had several
32655           issues, including not timestamping streams where the source was
32656           not timestamped (this happens with PTS values in mpeg system
32657           streams, but MPEG video is also a valid stream on its own so
32658           that needs timestamps too). We use the display time code for that
32659           for now. Also, if one incoming buffer contains multiple valid
32660           frames, we push them all on correctly now, including proper EOS
32661           handling. Lastly, several potential segfaults were fixed, and we
32662           properly sync on new sequence/gop headers to include them in next,
32663           not previous frames (since they're header for the next frame, not
32664           the previous). Also see #119206.
32665         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32666         (bpf_from_header):
32667           Move caps setting so we only do it after finding several valid
32668           MPEG-1 fraes sequentially, not right after the first one (which
32669           might be coincidental).
32670         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32671         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32672         (plugin_init):
32673           Add unsynced MPEG video stream typefinding, and change some
32674           probability values so we detect streams rightly. The idea is as
32675           follows: I can have an unsynced system stream which contains
32676           video. In the current code, I would randomly get a type for either
32677           system or video stream type found, because the probabilities are
32678           being calculated rather randomly. I now use fixed values, so we
32679           always prefer system stream if that was found (and that is how it
32680           should be). If no system stream was found, we can still identity                the stream as video-only.
32681
32682 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32683
32684         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32685         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32686           don't write to buffer. Extract data without the need of
32687           __attribute__ ((packed))
32688
32689 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32690
32691         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32692         (mpeg1_sys_type_find):
32693           Fix MPEG-1 stream typefinding.
32694
32695 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32696
32697         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32698           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32699
32700 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32701
32702         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32703         * ext/esd/gstesd.c: (plugin_init):
32704           private debugging, better error reporting
32705
32706 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32707
32708         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32709         (gst_riff_read_init), (gst_riff_read_change_state):
32710         * gst-libs/gst/riff/riff-read.h:
32711           Remove stuff fromold metadata system.
32712
32713 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32714
32715         * ext/ogg/gstoggdemux.c:
32716           Fix wrong file comment.
32717         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32718         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32719           Add metadata reading properly.
32720
32721 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32722
32723         * ext/Makefile.am:
32724           Fix nas DIST_SUBDIRS
32725           Uraeus:
32726           Fix bug where make distcheck doesn't get run on adding stuff to
32727           the build.
32728
32729 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32730
32731         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32732         * ext/divx/gstdivxdec.h:
32733           Fix divx3 ("msmpeg4") playback using divxdec.
32734
32735 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32736
32737         * gst/typefind/gsttypefindfunctions.c:
32738         (mp3_type_frame_length_from_header): fix bug in length computation
32739         (mp3_type_find): improve debugging output
32740
32741 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32742
32743         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32744         (gst_play_set_location), (gst_play_seek_to_time),
32745         (gst_play_set_audio_sink), (gst_play_set_visualization),
32746         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32747         the pipeline from scratch. Visualization is back and switch went out as
32748         i realized it was not possible to use the way i wanted.
32749         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32750         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32751         clearing in state change from READY to NULL. So that one can clean the
32752         X ressources keeping the element.
32753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32754         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32755         (gst_xvimagesink_colorbalance_set_value),
32756         (gst_xvimagesink_colorbalance_get_value),
32757         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32758         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32759         change from READY to NULL and fixed some stupid bugs in colorbalance
32760         get/set values. Also added the following feature : when nobody tries to
32761         set some values to the colorbalance levels before the xcontext is
32762         grabbed, then when creating channels list from Xv attributes we set the
32763         internal values to the Xv defaults. This way we handle buggy Xv drivers
32764         that set default hue values far from the middle of the range (Thanks
32765         to Jon Trowbridge for pointing that issue).
32766         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32767         colorbalance levels have been set before xcontext is grabbed.
32768
32769 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32770
32771         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32772           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32773           it might block operations (which is bad for a mixer).
32774
32775 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32776
32777         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32778         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32779         (gmip_find_type_pre):
32780         * gst-libs/gst/media-info/media-info-priv.h:
32781         * gst-libs/gst/media-info/media-info.c:
32782         (gst_media_info_instance_init), (gst_media_info_read_idler):
32783         add fakesink to get caps on decoder src pad again
32784         fix callback prototype to match new have_type signal signature
32785
32786 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32787
32788         * gst/adder/gstadder.c: (gst_adder_link):
32789           fix non-compile and cut-n-paste code
32790
32791 2004-01-21  David Schleef  <ds@schleef.org>
32792
32793         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32794         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32795         (gst_swfdec_init), (gst_swfdec_change_state):
32796         * ext/swfdec/gstswfdec.h:
32797         Fix negotiation.
32798         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32799         (gst_adder_request_new_pad): Fix negotiation.
32800         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32801         Add a fixate function.
32802         * gst/intfloat/gstfloat2int.c:
32803         * gst/intfloat/gstfloat2int.h:
32804         * gst/intfloat/gstint2float.c:
32805         * gst/intfloat/gstint2float.h:
32806         Completely rewrite the negotiation.  Doesn't quite work yet,
32807         due to some buffer-frames problem.
32808
32809 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32810
32811         * ext/gnomevfs/gstgnomevfssrc.c:
32812         * sys/v4l2/v4l2_calls.h:
32813           fix includes for distcheck
32814
32815 2004-01-21  Christian Schaller <uraeus@gnome.org>
32816
32817         * ext/nas/
32818         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32819         based on earlier patch from Laurent Vivier
32820
32821 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32822
32823         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32824         Fix wma caps property
32825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32826         Fix typo (flags1 and flags2)
32827
32828 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32829
32830         * gst-libs/gst/media-info/media-info-priv.c:
32831         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32832         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32833         (gmip_find_stream), (gmip_find_track_metadata),
32834         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32835         (gmip_find_track_format):
32836         * gst-libs/gst/media-info/media-info-priv.h:
32837         * gst-libs/gst/media-info/media-info-test.c: (main):
32838         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32839         (gst_media_info_read_idler), (gst_media_info_read):
32840         * gst-libs/gst/media-info/media-info.h:
32841           register debugging category and use it for debugging
32842
32843 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32844
32845         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32846         (gst_vorbisfile_new_link):
32847           signal streaminfo through tags
32848
32849 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32850
32851         * ext/mplex/gstmplex.cc:
32852         * ext/mplex/gstmplexibitstream.cc:
32853           g++ doesn't like NULL in our i18n/error macros, should be
32854           either (NULL) or ("").
32855
32856 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32857
32858         * sys/dxr3/dxr3audiosink.c:
32859         * sys/dxr3/dxr3init.c:
32860         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32861         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32862           Fix more error error error errors (missing includes here).
32863
32864 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32865
32866         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32867           fix thomas' error errors.
32868
32869 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32870
32871         * ext/mpeg2enc/gstmpeg2enc.cc:
32872           fix error errors.
32873
32874 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32875
32876         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32877         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32878           Fix for new error system.
32879
32880 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32881
32882         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32883           fix for new error reporting
32884
32885 2004-01-20  David Schleef  <ds@schleef.org>
32886
32887         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32888         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32889         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32890         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32891         and neither is 100+, most likely.
32892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32893         (gst_xvimagesink_getcaps): same
32894
32895 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32896
32897         * configure.ac:
32898           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32899           clashes with ffmpeg.
32900
32901 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32902
32903         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32904         (gst_switch_init): Fixed switch element : proxying link and setting
32905         caps from src to sink on request.
32906
32907 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32908
32909         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32910         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32911         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32912         fix element_error
32913
32914 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32915
32916         * sys/v4l/v4l_calls.h:
32917         * sys/v4l2/v4l2_calls.h:
32918           element_error fixes
32919
32920 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32921
32922         * gst-libs/gst/gst-i18n-plugin.h:
32923           add locale.h
32924           remove config.h inclusion
32925
32926 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32927
32928         * autogen.sh:
32929           adding autopoint invocation
32930         * Makefile.am:
32931         * configure.ac:
32932         * gst-libs/gst/gettext.h:
32933           adding gettext bits
32934         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32935         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32936         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32937         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32938         (gst_gnomevfssink_close_file):
32939         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32940         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32941         * gst-libs/gst/gst-i18n-plugin.h:
32942         * gst/avi/gstavi.c: (plugin_init):
32943         * sys/dxr3/dxr3init.c: (plugin_init):
32944         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32945         * sys/oss/gstossaudio.c: (plugin_init):
32946         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32947         * sys/v4l/gstv4l.c: (plugin_init):
32948         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32949         * sys/v4l2/gstv4l2.c: (plugin_init):
32950         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32951         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32952         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32953         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32954         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32955         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32956           make sure locale and translation domain are set
32957           fix translated strings
32958         * po/.cvsignore:
32959         * po/LINGUAS:
32960         * po/Makevars:
32961         * po/POTFILES.in:
32962         * po/nl.po:
32963           put translation files into place
32964         * sys/xvideo/imagetest.c: (main):
32965         * ext/dv/demo-play.c: (main):
32966           fix unnecessary translations
32967
32968 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32969
32970         * ext/sndfile/gstsf.c:
32971         * gst/avi/gstavimux.c:
32972         * ext/audiofile/gstafsink.c:
32973         * ext/audiofile/gstafsrc.c:
32974         * ext/gnomevfs/gstgnomevfssink.c:
32975         * ext/gnomevfs/gstgnomevfssrc.c:
32976         * sys/oss/gstosselement.c:
32977         * sys/v4l/v4l_calls.h:
32978           fix i18n include
32979
32980 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32981
32982         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32983         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32984         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32985         (gst_v4l2_get_output), (gst_v4l2_set_output),
32986         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32987         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32988         (gst_v4l2_set_attribute):
32989         update to new error handling
32990
32991 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32992
32993         * ext/sidplay/gstsiddec.cc:
32994         * gst/modplug/gstmodplug.cc:
32995           parenthese NULL because C++ seems angry about it
32996
32997 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32998
32999         * gst-libs/gst/gst-i18n-plugin.h:
33000           add skeleton i18n stuff, but needs to be further implemented
33001
33002 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33003
33004         * examples/gstplay/player.c: (main):
33005         * ext/aalib/gstaasink.c: (gst_aasink_open):
33006         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
33007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33008         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33009         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
33010         (gst_afsink_close_file):
33011         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
33012         (gst_afsrc_close_file):
33013         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33014         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33015         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
33016         * ext/esd/esdmon.c: (gst_esdmon_get):
33017         * ext/esd/esdsink.c: (gst_esdsink_chain):
33018         * ext/faac/gstfaac.c: (gst_faac_chain):
33019         * ext/faad/gstfaad.c: (gst_faad_chain):
33020         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
33021         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33022         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
33023         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
33024         (gst_flacdec_loop):
33025         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33026         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33027         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33028         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33029         (gst_gnomevfssink_close_file):
33030         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33031         (gst_gnomevfssrc_open_file):
33032         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33033         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33034         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33035         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33036         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33037         * ext/mad/gstmad.c: (gst_mad_chain):
33038         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33039         * ext/mpeg2dec/gstmpeg2dec.c:
33040         * ext/mpeg2enc/gstmpeg2enc.cc:
33041         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33042         * ext/mplex/gstmplex.cc:
33043         * ext/mplex/gstmplexibitstream.cc:
33044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33045         (gst_ogg_demux_push), (gst_ogg_pad_push):
33046         * ext/raw1394/gstdv1394src.c:
33047         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33048         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33049         * ext/sidplay/gstsiddec.cc:
33050         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33051         (gst_sf_loop):
33052         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33053         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33054         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33055         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33056         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33057         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33058         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33059         * gst-libs/gst/Makefile.am:
33060         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33061         (gst_riff_read_element_data), (gst_riff_read_seek),
33062         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33063         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
33064         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33065         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33066         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33067         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33068         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33069         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33070         * gst/goom/gstgoom.c: (gst_goom_chain):
33071         * gst/id3/gstid3types.c: (gst_id3types_loop):
33072         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33073         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33074         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33075         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33076         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33077         (gst_ebml_read_float), (gst_ebml_read_header):
33078         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33079         (gst_matroska_demux_parse_blockgroup):
33080         * gst/modplug/gstmodplug.cc:
33081         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33082         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33083         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33084         * gst/silence/gstsilence.c: (gst_silence_get):
33085         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33086         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33087         * gst/speed/gstspeed.c: (speed_loop):
33088         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33089         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33090         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33091         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33092         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33093         (gst_wavparse_loop):
33094         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33095         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33096         (dxr3audiosink_close):
33097         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33098         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33099         (dxr3videosink_close), (dxr3videosink_write_data):
33100         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33101         * sys/oss/gstosselement.h:
33102         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
33103         (gst_osssink_chain):
33104         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33105         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33106         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33108         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
33109         (gst_v4l_enable_overlay):
33110         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33111         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33112         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33113         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33114         (gst_v4l_set_audio):
33115         * sys/v4l/v4l_calls.h:
33116         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33117         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33118         (gst_v4lmjpegsink_playback_init),
33119         (gst_v4lmjpegsink_playback_start):
33120         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33121         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
33122         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
33123         (gst_v4lmjpegsrc_requeue_frame):
33124         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33125         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33126         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33127         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33128         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33129         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33130         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33131         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33132         (gst_v4l2src_capture_stop):
33133         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33134         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33135         (gst_ximagesink_chain):
33136         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33137         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33138         (gst_xvideosink_xwindow_new):
33139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33140         (gst_xvimagesink_chain):
33141         use new error signal, function and categories
33142
33143 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
33144
33145         * configure.ac:
33146         * ext/Makefile.am:
33147         * ext/musicbrainz/gsttrm.c:
33148         * ext/musicbrainz/gsttrm.h:
33149         * ext/musicbrainz/Makefile.am:
33150         Add a trm plugin
33151
33152 2004-01-18  Julien MOUTTE  <julien@moutte.net>
33153
33154         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
33155         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
33156         synchronous property for debugging.
33157         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
33158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33159         (gst_xvimagesink_set_property): Moving a pointer declaration to a
33160         smaller block, fixing indent.
33161
33162 2004-01-16  David Schleef  <ds@schleef.org>
33163
33164         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
33165         property affects the video stream.
33166         * sys/xvimage/xvimagesink.c:
33167         * sys/xvimage/xvimagesink.h:
33168         Add synchronous property for debugging.  Should probably be
33169         disabled in non-CVS builds.  Make sure that the Xv attribute
33170         exists before we set it (crash!).  Fix a silly float bug that
33171         caused colorbalance to just not work.
33172
33173 2004-01-17  Christian Schaller <Uraeus@gnome.org>
33174
33175         * tools/gst-launch-ext.in - update for new plugins
33176
33177 2004-01-16  David Schleef  <ds@schleef.org>
33178
33179         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
33180         already-freed caps.
33181
33182 2994-01-16  Christian Schaller <Uraeus@gnome.org>
33183
33184         * Update spec for new colorspace plugin and libcaca plugin
33185         * Fix compilation of libcaca plugin (clock -> id)
33186
33187 2004-01-16  Julien MOUTTE <julien@moutte.net>
33188
33189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
33190         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
33191         (gst_xvimagesink_set_xwindow_id),
33192         (gst_xvimagesink_colorbalance_set_value),
33193         (gst_xvimagesink_colorbalance_get_value),
33194         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33195         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
33196         correct colorbalance properties. They can now be set when the element
33197         is still in NULL state. The values will be committed to the Xv Port
33198         when xcontext is initialized.
33199         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
33200         brightness int values in the GstXvImagesink structure.
33201
33202 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33203
33204         * gst-libs/gst/Makefile.am:
33205           restructure so having local patches works easier.
33206
33207 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33208
33209         * ext/mpeg2enc/Makefile.am:
33210         * ext/mpeg2enc/gstmpeg2enc.cc:
33211         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33212           Bugfix with respect to EOS handling.
33213
33214 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33215
33216         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33217           Link with right caps (else, it segfaults).
33218         * ext/mplex/gstmplexjob.cc:
33219           Fix for slight API change in 1.6.1.93 release of mjpegtools.
33220
33221 2004-01-15  David Schleef  <ds@schleef.org>
33222
33223         * gst-libs/gst/audio/Makefile.am:
33224         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
33225         from the template.
33226         * gst-libs/gst/audio/gstaudiofilter.c:
33227         * gst-libs/gst/audio/gstaudiofilter.h:
33228         Add bytes_per_sample and size and n_samples calculation.
33229         * gst-libs/gst/audio/gstaudiofilterexample.c:
33230         Remove, now autogenerated.
33231         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
33232         Moved from gstaudiofilterexample, object name changed, code added
33233         so that it actually works.
33234         * gst-libs/gst/audio/make_filter:
33235         Script to build an audiofilter subclass from the template.
33236         * gst/colorspace/Makefile.am:
33237         * gst/colorspace/yuv2yuv.c:
33238         Remove file, since it's GPL, and we don't use it.
33239
33240 2004-01-15  Julien MOUTTE  <julien@moutte.net>
33241
33242         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
33244         them use the buffer free function to test how the buffer was allocated.
33245
33246 2004-01-15  David Schleef  <ds@schleef.org>
33247
33248         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
33249         that handles osssink fallback.
33250         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
33251         (gst_audio_convert_getcaps):
33252         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33253         Add audio/x-qdm2 for QDM2 audio.
33254         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33255         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
33256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33257         Decrease minimum size to 16x16.
33258         * gst/wavparse/gstwavparse.c:
33259         Convert disabled pad template caps to new caps.
33260         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33262         (gst_xvimagesink_chain): Throw element error when display cannot
33263         be opened.  Increase minimum framerate to 1.0.  Check the data
33264         free function on a buffer to make sure it is the type we expect
33265         before manipulating it.
33266
33267 2004-01-15  Julien MOUTTE <julien@moutte.net>
33268
33269         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33270         (gst_videobalance_colorbalance_set_value): Implement passthru if
33271         settings are in the middle.
33272         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33273
33274 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33275
33276         * gst/videofilter/Makefile.am:
33277         * gst/volume/Makefile.am:
33278           Since we use videofilter symbols, link to it.
33279
33280 2004-01-15  Julien MOUTTE <julien@moutte.net>
33281
33282         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33283         mixer interface type to HARDWARE.
33284         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33285         type to SOFTWARE.
33286         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33287         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33288         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33289         (gst_volume_interface_init), (gst_volume_list_tracks),
33290         (gst_volume_set_volume), (gst_volume_get_volume),
33291         (gst_volume_set_mute), (gst_volume_mixer_init),
33292         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33293         (volume_init): Implementing mixer interface.
33294         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33295         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33296         (gst_osselement_change_state): Removing some trailing commas in
33297         structures.
33298         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33299         interface type to HARDWARE.
33300         * sys/v4l/gstv4lcolorbalance.c:
33301         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33302         type to HARDWARE.
33303         * sys/v4l2/gstv4l2colorbalance.c:
33304         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33305         interface type to HARDWARE.
33306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33307         same code than ximagesink for event handling.
33308
33309 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33310
33311         * ext/snapshot/Makefile.am:
33312         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33313         (gst_snapshot_chain):
33314         * ext/snapshot/gstsnapshot.h:
33315           This has to be a joke... Snapshot should be connected to a tee,
33316           colorspace element before it and EOS after that, where the other
33317           src of the tee receives normal data.
33318           The current way is *wrong*.
33319
33320 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33321
33322         * ext/hermes/gsthermescolorspace.c:
33323           Fix another compile error. Same as below.
33324
33325 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33326
33327         * gst/colorspace/gstcolorspace.c:
33328         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33329         (gst_colorspace_i420_to_yv12):
33330           Fix compiling... Didn't test if it actually works.
33331
33332 2004-01-15  David Schleef  <ds@schleef.org>
33333
33334         * configure.ac:
33335         * gst/colorspace/Makefile.am:
33336         * gst/colorspace/gstcolorspace.c:
33337         * gst/colorspace/gstcolorspace.h:
33338         * gst/colorspace/yuv2rgb.c:
33339         * gst/colorspace/yuv2rgb.h:
33340         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33341         code and GPL code.  Fix for new caps negotiation.  Rewrite
33342         much of the format handling code, and some of the conversion
33343         code.  Basically, rewrote almost everything.  This element
33344         handles I420, YV12 to RGB conversions.
33345         * ext/hermes/Makefile.am:
33346         * ext/hermes/gsthermescolorspace.c:
33347         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33348         Remove non-Hermes related code.  This element handles lots of
33349         RGB to RGB conversions, but no YUV.
33350         * ext/hermes/gstcolorspace.c:
33351         * ext/hermes/gstcolorspace.h:
33352         * ext/hermes/rgb2yuv.c:
33353         * ext/hermes/yuv2rgb.c:
33354         * ext/hermes/yuv2rgb.h:
33355         * ext/hermes/yuv2rgb_mmx16.s:
33356         * ext/hermes/yuv2yuv.c:
33357         * ext/hermes/yuv2yuv.h:
33358         Remove old code.
33359
33360 2004-01-14  Colin Walters  <walters@verbum.org>
33361
33362         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33363         they've already been.
33364
33365 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33366
33367         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33368           assume tag mode when pad is not connected
33369
33370 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33371
33372         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33373           Don't update the time of the clock
33374         (gst_alsa_sink_loop):
33375           sync to the clock given to alsasink, not the own clock
33376         * sys/oss/gstosssink.c: (gst_osssink_chain):
33377           sync to the clock
33378         (gst_osssink_change_state):
33379           activate the clock
33380         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33382           remove bogus code that made DISCONT events unhandled
33383         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33384           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33385           #131502)
33386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33387         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33388         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33389           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33390           2nd warning in bug #131502)
33391
33392 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33393
33394         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33395         (gst_videobalance_colorbalance_set_value),
33396         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33397         for colorbalance interface implementation.
33398         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33399         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33400         (gst_ximagesink_dispose), (gst_ximagesink_init),
33401         (gst_ximagesink_class_init): Adding DISPLAY property.
33402         * sys/ximage/ximagesink.h: Adding display_name to store display.
33403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33404         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33405         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33406         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33407         properties (they still need polishing though for gst-launch use : no
33408         xcontext yet, i ll do that tomorrow).
33409         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33410
33411 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33412
33413         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33414         (gst_play_set_location), (gst_play_set_visualization): Preparing
33415         switch integration, adding videobalance in the pipeline.
33416
33417 2004-01-14  Julien MOUTTE <julien@moutte.net>
33418
33419         * gst-libs/gst/colorbalance/colorbalance.c:
33420         (gst_color_balance_class_init): Adding a default type.
33421         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33422         the type.
33423         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33424         (gst_videobalance_dispose), (gst_videobalance_class_init),
33425         (gst_videobalance_init), (gst_videobalance_interface_supported),
33426         (gst_videobalance_interface_init),
33427         (gst_videobalance_colorbalance_list_channels),
33428         (gst_videobalance_colorbalance_set_value),
33429         (gst_videobalance_colorbalance_get_value),
33430         (gst_videobalance_colorbalance_init): Implementing colorbalance
33431         interface.
33432         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33433         list.
33434         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33435         bug which was triggering a BadAccess X error when setting an overlay
33436         before pad was really negotiated.
33437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33438         Using the colorbalance type macro.
33439
33440 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33441
33442         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33443         (gst_flacenc_chain):
33444           handle tags correctly
33445         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33446           extract ID3v1 tags correctly
33447
33448 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33449
33450         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33451         (plugin_init):
33452           Improve matroska typefinding for odd-typed headers...
33453
33454 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33455
33456         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33457           Fix for using incremental number on padnames.
33458
33459 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33460
33461         * ext/divx/gstdivxdec.c:
33462         * ext/divx/gstdivxenc.c:
33463           Set category to divx4linux instead of divx (too generic).
33464         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33465         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33466         (gst_wavparse_loop), (gst_wavparse_change_state):
33467         * gst/wavparse/gstwavparse.h:
33468           fix parsing of WAV files with non-standard fmt-tag size and fix
33469           skipping of unrecognized chunks... Someone please fix this thing
33470           to use rifflib so all this is automated.
33471         * sys/v4l/Makefile.am:
33472         * sys/v4l2/Makefile.am:
33473           Add X_CFLAGS because we depend on X (for overlay).
33474
33475 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33476
33477         * ext/mpeg2dec/gstmpeg2dec.c:
33478           Don't issue a timestamp unless we tagged the frame
33479           with a PTS.
33480
33481 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33482
33483         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33484           Query the audio element to get the time, not the clock. We're
33485           interested in the element's time here.
33486
33487 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33488
33489         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33490         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33491         * ext/esd/esdsink.c: (gst_esdsink_chain):
33492         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33493         * ext/mas/massink.c: (gst_massink_chain):
33494         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33495         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33496         (gst_matroska_demux_parse_metadata):
33497         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33498         (gst_mpeg_parse_release_locks):
33499         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33500         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33501         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33502         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33503         (gst_osssink_change_state):
33504         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33505         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33506         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33507         (gst_xvideosink_release_locks):
33508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33509           use element time.
33510         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33511         (gst_alsa_clock_stop):
33512         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33513         (gst_audio_clock_get_internal_time):
33514           simplify for use with new clocking code.
33515         * testsuite/alsa/Makefile.am:
33516         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33517           fix testsuite for new caps system
33518
33519 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33520
33521         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33522         * ext/flac/gstflacenc.c: (add_one_tag):
33523           length is already host endian, no need to convert. Fixes playback of
33524           tagged files on PPC. (bug #128384)
33525
33526 2004-01-13  Julien MOUTTE <julien@moutte.net>
33527
33528         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33529         colorbalance interface stating if it is hardware based or software
33530         based.
33531         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33532         Removing a trailing comma.
33533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33534         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33535         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33536         the documentation seems to be wrong on the -1000 to 1000 interval.
33537
33538 2004-01-12  David Schleef  <ds@schleef.org>
33539
33540         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33541         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33542         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33543         Fix negotiation.  Add a bufferalloc function for the sink pad,
33544         and generally clean up some of the code.
33545
33546 2004-01-12  Julien MOUTTE <julien@moutte.net>
33547
33548         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33549         (gst_color_balance_channel_dispose): Adding safety check in dispose
33550         method.
33551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33552         (gst_xvimagesink_xcontext_clear),
33553         (gst_xvimagesink_interface_supported),
33554         (gst_xvimagesink_colorbalance_list_channels),
33555         (gst_xvimagesink_colorbalance_set_value),
33556         (gst_xvimagesink_colorbalance_get_value),
33557         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33558         Adding colorbalance interface support to set XV parameters such as
33559         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33560         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33561         interface.
33562
33563 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33564
33565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33566         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33567         (gst_audio_convert_init), (gst_audio_convert_set_property),
33568         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33569         (gst_audio_convert_link),
33570         (gst_audio_convert_buffer_to_default_format),
33571         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33572           - implement _getcaps and use it
33573           - improve linking
33574           - remove float caps since no float conversion is actually done
33575           - remove properties and arguments that were to be used for rate
33576             conversion
33577
33578 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33579
33580         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33581         (gst_audio_structure_set_int):
33582         * gst-libs/gst/audio/audio.h:
33583           add helper functions for _getcaps matching the standard audio
33584           templates
33585
33586 2004-01-12  David Schleef  <ds@schleef.org>
33587
33588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33589         Test that pad is negotiated before getting its caps.
33590
33591 2004-01-12  Julien MOUTTE <julien@moutte.net>
33592
33593         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33594         analyzing the pads of an element the bin is mostly in READY state so
33595         no caps were negotiated. This helper function needs to work with
33596         _get_caps directly then. I was not freeing them though, added that to
33597         fix the mem leak.
33598
33599 2004-01-12  Julien MOUTTE <julien@moutte.net>
33600
33601         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33603         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33604         than the free_func.
33605
33606 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33607
33608         * sys/oss/gstossaudio.c: (plugin_init):
33609         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33610         * sys/oss/gstosselement.h:
33611           make an oss debugging category
33612           make failure more descriptive
33613
33614 2004-01-11  David Schleef  <ds@schleef.org>
33615
33616         * ext/ffmpeg/gstffmpeg.c:
33617         * ext/ffmpeg/gstffmpegcodecmap.c:
33618         * ext/ffmpeg/gstffmpegdec.c:
33619         * ext/ffmpeg/gstffmpegenc.c:
33620         * ext/ffmpeg/gstffmpegprotocol.c:
33621         * ext/gdk_pixbuf/gstgdkanimation.c:
33622         * ext/jpeg/gstjpeg.c:
33623         * ext/libpng/gstpng.c:
33624         * ext/mpeg2dec/perftest.c:
33625         * ext/speex/gstspeex.c:
33626         * gst-libs/gst/resample/dtos.c:
33627         * gst/intfloat/gstintfloatconvert.c:
33628         * gst/oneton/gstoneton.c:
33629         * gst/rtjpeg/RTjpeg.c:
33630         * gst/rtp/gstrtp.c:
33631         * sys/dxr3/dxr3init.c:
33632         * sys/glsink/gstgl_nvimage.c:
33633         * sys/glsink/gstgl_pdrimage.c:
33634         * sys/glsink/gstglsink.c:
33635         * testsuite/gst-lint:
33636         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33637
33638 2004-01-11  David Schleef  <ds@schleef.org>
33639
33640         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33641         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33642         * ext/gdk_pixbuf/gstgdkanimation.c:
33643         (gst_gdk_animation_iter_create_pixbuf):
33644         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33645         (gst_gdk_pixbuf_chain):
33646         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33647         * ext/jack/gstjack.c: (gst_jack_change_state):
33648         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33649         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33650         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33651         * gst/videofilter/gstvideofilter.c:
33652         (gst_videofilter_set_output_size):
33653         Remove all usage of gst_pad_get_caps(), and replace it with
33654         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33655
33656 2004-01-11  David Schleef  <ds@schleef.org>
33657
33658         * configure.ac:
33659         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33660         * ext/divx/gstdivxdec.c:
33661         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33662         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33663         handle images that span multiple buffers.  Now work with both
33664         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33665         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33666         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33667         video/video.h changes
33668         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33669         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33670         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33671         of GstData free function.
33672         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33673         same.
33674
33675 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33676
33677         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33678         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33679         (gst_v4l2element_get_property):
33680         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33681           add norm, channel and frequency properties.
33682         * sys/v4l2/gstv4l2tuner.c:
33683           fixes for tuner interface changes
33684         * sys/v4l2/gstv4l2element.h:
33685         * sys/v4l2/gstv4l2src.c:
33686         * sys/v4l2/gstv4l2src.h:
33687         * sys/v4l2/v4l2src_calls.c:
33688         * sys/v4l2/v4l2src_calls.h:
33689           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33690
33691 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33692
33693         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33694         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33695         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33696         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33697         * gst-libs/gst/tuner/tuner.h:
33698           GObjects aren't const.
33699           Add find_by_name functions.
33700           Add checks to _changed functions.
33701         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33702         (gst_v4l_tuner_get_norm):
33703           Fixes for above.
33704
33705 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33706
33707         * gst-libs/gst/video/video.h:
33708           Fix caps template names to be understandable.
33709           Prefix everything with GST_VIDEO.
33710         * ext/aalib/gstaasink.c:
33711         * ext/divx/gstdivxdec.c:
33712         * ext/divx/gstdivxenc.c:
33713         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33714         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33715         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33716         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33717         * ext/libcaca/gstcacasink.c:
33718         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33719         * ext/snapshot/gstsnapshot.c:
33720         * ext/swfdec/gstswfdec.c:
33721         * ext/xvid/gstxviddec.c:
33722         * ext/xvid/gstxvidenc.c:
33723         * gst/chart/gstchart.c:
33724         * gst/deinterlace/gstdeinterlace.c:
33725         * gst/effectv/gsteffectv.c:
33726         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33727         * gst/goom/gstgoom.c:
33728         * gst/median/gstmedian.c:
33729         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33730         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33731         * gst/overlay/gstoverlay.c:
33732         * gst/smooth/gstsmooth.c:
33733         * gst/smpte/gstsmpte.c:
33734         * gst/synaesthesia/gstsynaesthesia.c:
33735         * gst/videocrop/gstvideocrop.c:
33736         * gst/videodrop/gstvideodrop.c:
33737         * gst/y4m/gsty4mencode.c:
33738         * sys/qcam/gstqcamsrc.c:
33739         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33740           Make them work with new video.h file.
33741         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33742         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33744         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33745           Make it work with new buffer allocation system.
33746
33747 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33748
33749         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33750         pad_alloc_buffer implementation to use ->srcpad
33751         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33752         pad_alloc_buffer implementation to use ->srcpad
33753         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33754         pad_alloc_buffer implementation to use ->srcpad
33755         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33756         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33757         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33758         a reference to everything we need.
33759         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33761         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33762         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33763         a reference to everything we need.
33764         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33765
33766 2004-01-11  David Schleef  <ds@schleef.org>
33767
33768         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33769         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33770         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33771         structure members.
33772         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33773         value during a resize/renegotiation.
33774         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33775         gst_pad_alloc_buffer();
33776         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33777         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33778         structure members.
33779         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33780         Fix for rename of buffer private structure members.
33781         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33782         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33783         Fix for rename of buffer private structure members.
33784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33785         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33786         Fix for rename of buffer private structure members.
33787
33788 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33789
33790         reviewed by: David Schleef <ds@schleef.org>
33791
33792         * gst/videofilter/Makefile.am:
33793         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33794         from the patch by ds to fit in with recent make_filter changes.
33795
33796 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33797
33798         * configure.ac: Adding examples/switch/Makefile
33799         * examples/Makefile.am: Adding examples/switch
33800         * examples/switch/Makefile.am: Adding switcher example.
33801         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33802         (switch_timer), (main): Adding an example demonstrating switch usage
33803         with 2 videotestsrc showing different patterns.
33804         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33805         (gst_switch_init): Fixing switch with the new caps system.
33806
33807 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33808
33809         * gst-libs/gst/video/video.h:
33810           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33811           They should probably be like
33812           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33813
33814 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33815
33816         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33817         (qtdemux_parse_trak):
33818           fix audio chunk size/timestamp calculation
33819
33820 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33821
33822         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33823           fix SVQ3 caps
33824
33825 2004-01-11  Steve Baker  <steve@stevebaker.org>
33826
33827         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33828         (gst_agingtv_base_init), (gst_agingtv_class_init),
33829         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33830         (gst_agingtv_set_property), (gst_agingtv_get_property):
33831         Port agingTV to videofilter
33832
33833 2004-01-09  Julien MOUTTE <julien@moutte.net>
33834
33835         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33836         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33837
33838 2004-01-09  Julien MOUTTE <julien@moutte.net>
33839
33840         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33841         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33842         * gst-libs/gst/xoverlay/xoverlay.c:
33843         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33844         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33845         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33846         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33847         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33848         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33849         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33850         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33851         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33852         interface implementation to handle xid being 0 and fix some bugs
33853         triggered by Benjamin's testcase.
33854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33855         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33856         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33857         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33858         interface implementation to handle xid being 0 and fix some bugs
33859         triggered by Benjamin's testcase.
33860
33861 2004-01-09  David Schleef  <ds@schleef.org>
33862
33863         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33864         mouse pointer events.  It works.
33865
33866 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33867
33868         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33869           Use explicit caps - fix capsnego.
33870         * ext/xvid/gstxviddec.c:
33871         * ext/xvid/gstxvidenc.c:
33872           Remove macro-inside-macro which caused compile errors.
33873         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33874           Error out if it's not a RIFF file. Else we error out without
33875           gst_element_error() which is not good...
33876
33877 2004-01-08  David Schleef  <ds@schleef.org>
33878
33879         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33880         Fix pad_link function to handle formats that ffmpeg returns
33881         as multiple caps structures.
33882         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33883         Only complain if source buffer is _smaller_ than expected.
33884         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33885         (gst_videoscale_handle_src_event): Resize navigation events
33886         when passing them upstream.
33887         * gst/videotestsrc/gstvideotestsrc.c:
33888         * gst/videotestsrc/gstvideotestsrc.h:
33889         * gst/videotestsrc/videotestsrc.c:
33890         * gst/videotestsrc/videotestsrc.h:
33891         Rewrite many of the buffer painting functions to handle odd
33892         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33893         been verified to work with my video card.
33894         * testsuite/gst-lint:  Add check for elements calling
33895         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33896
33897 2004-01-08  David Schleef  <ds@schleef.org>
33898
33899         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33900         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33901
33902 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33903
33904         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33905         configure event is not emiting the desired size signal. That fixes
33906         aspect ratio issues with gst-player.
33907
33908 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33909
33910         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33911           Fix capsnego.
33912
33913 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33914
33915         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33916         public method to fire size signal.
33917
33918 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33919
33920         * examples/gstplay/Makefile.am: Adding the interface library.
33921         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33922         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33923         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33924         GST_IS_X_OVERLAY before signal connect.
33925         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33926         Removing the have_video_size signal.
33927         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33928         and associated public method.
33929         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33930         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33931         signal.
33932         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33933         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33934         signal.
33935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33936         Using XOverlay public method to fire size signal.
33937
33938 2004-01-07  David Schleef  <ds@schleef.org>
33939
33940         * gst/videofilter/Makefile.am:
33941         * gst/videofilter/gstvideotemplate.c:
33942         * gst/videofilter/make_filter:
33943         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33944         Convert make_filter to /bin/sh script.
33945
33946 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33947
33948         * gst/modplug/gstmodplug.cc: fix element description
33949
33950 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33951
33952         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33953         (got_video_size): Adding some new lines in g_print calls.
33954         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33955         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33956         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33957         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33958         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33959         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33960         Complete code review, reverting some stuff i disagree with, adding
33961         some fixes : time synchronization on invalid timestamps, renegotiation
33962         of private window.
33963         * sys/ximage/ximagesink.h:
33964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33965         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33966         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33967         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33968         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33969         (gst_xvimagesink_buffer_new),
33970         (gst_xvimagesink_navigation_send_event),
33971         (gst_xvimagesink_set_xwindow_id),
33972         (gst_xvimagesink_get_desired_size),
33973         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33974         stuff i disagree with, adding some fixes : Renegotiation of private
33975         window, implementing get_desired_size.
33976
33977 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33978
33979         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33980         (gst_afsink_handle_event):
33981         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33982         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33983         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33984         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33985         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33986           Fix for instantiate-test (see core). Also remove dead code from
33987           jpegenc (which still needs fixing, but that's lower on my TODO
33988           list...).
33989         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33990           Never return NULL as caps.
33991
33992 2004-01-07  David Schleef  <ds@schleef.org>
33993
33994         * configure.ac:
33995         * ext/Makefile.am:
33996         * ext/librfb/Makefile.am:
33997         * ext/librfb/gstrfbsrc.c:
33998         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33999         is the protocol used by VNC.
34000
34001 2004-01-07  David Schleef  <ds@schleef.org>
34002
34003         * gst/videofilter/gstvideotemplate.c:
34004         * gst/videofilter/gstvideotemplate.h:
34005         * gst/videofilter/make_filter:
34006         Merge videotemplate header into source file.
34007         * gst/effectv/Makefile.am:
34008         * gst/effectv/gsteffectv.c: (plugin_init):
34009         * gst/effectv/gstwarp.c:
34010         Make warpTV a subclass of videofilter.
34011
34012 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34013
34014         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
34015           Add guard against invalid utf-8 conversions in mad. Just in case.
34016
34017 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34018
34019         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
34020           Fix for bug shown by poisoning
34021
34022 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34023
34024         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
34025         (gst_v4lmjpegsrc_buffer_free):
34026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
34027         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
34028         (gst_v4lsrc_buffer_free):
34029           Fix for removed bufferpools.
34030
34031 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
34032
34033         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34034         Fix caps negotiation.
34035
34036         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
34037         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
34038         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
34039         (dvdnavsrc_event):
34040         * ext/mpeg2dec/gstmpeg2dec.c:
34041         * gst-libs/gst/navigation/navigation.c:
34042         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
34043         * gst-libs/gst/navigation/navigation.h:
34044         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
34045         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
34046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
34047         Super-simple first version of mouse and keyboard events. Clicking
34048         on a DVD menu now works, although it may not take you where you
34049         expected.
34050
34051         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34052         * gst/videotestsrc/gstvideotestsrc.c:
34053         (gst_videotestsrc_src_fixate):
34054         These fixate functions were broken - they never actually
34055         fixated :)
34056
34057 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34058
34059         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
34060         (gst_icecastsend_init):
34061           fix for new caps system.
34062         * gst-libs/gst/mixer/mixertrack.h:
34063         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
34064           Add 'master track' flag (for tools like ACME that only want to
34065           change the main volume).
34066
34067 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
34068
34069         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
34070         (gst_xvid_csp_to_caps):
34071         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
34072         * ext/xvid/gstxvidenc.c:
34073         ifdef out ARGB type when it isn't available
34074         in xvidcore 1.0.0beta2
34075
34076 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34077
34078         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34079           When we have received a new SCR right in the first buffer after
34080           a seek (so in the same cycle that handles the discont), we should
34081           handle the buffer instead of unreffing it, else we lose data.
34082
34083 2004-01-06  Iain <iain@prettypeople.org>
34084
34085         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
34086           buffer-frames caps too.
34087
34088         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
34089           caps that we need, don't destroy them all and rebuild them. And when
34090           creating src pads, use the src pad template rather than the sink...
34091
34092 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34093
34094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34095           Add pad to element *after* setting functions such as event handler.
34096           Without this, the scheduler (opt) will link pads, set the event
34097           handler from the default event function (dispatcher in gstpad.c)
34098           and *after* that, we will set our own event function, which will
34099           thus never be used (and thus mpegdemux doesn't handle events).
34100
34101 2004-01-04  David Schleef  <ds@schleef.org>
34102
34103         Fix the fixate functions to handle new prototype:
34104         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34105         * gst/videotestsrc/gstvideotestsrc.c:
34106         (gst_videotestsrc_src_fixate):
34107         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
34108         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
34109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
34110
34111 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34112
34113         * sys/ximage/ximagesink.h:
34114         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
34115         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
34116         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
34117         (gst_ximagesink_xoverlay_init):
34118           assorted fixes to make (re)embedding work
34119         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
34120         (gst_ximagesink_get_desired_size):
34121           implement desired size additions to XOverlay
34122
34123 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34124
34125         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
34126         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
34127         (gst_x_overlay_got_desired_size):
34128         * gst-libs/gst/xoverlay/xoverlay.h:
34129           Add optional "desired size" signal and querying.
34130
34131 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34132
34133         * gst/matroska/matroska-demux.c:
34134         (gst_matroska_demux_parse_blockgroup):
34135           Fix EBML-laced block parsing. Diffs are relative to previous
34136           lace, not the first lace. Thanks to Mosu from the Matroska
34137           team for detecting this.
34138         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34139         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
34140         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
34141         (gst_wavparse_change_state):
34142         * gst/wavparse/gstwavparse.h:
34143           Quickfix for capsnego.
34144
34145 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34146
34147         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
34148           Fix indenting, fix pad creation.
34149
34150 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34151
34152         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
34153         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
34154         (gst_xviddec_sink_link):
34155           Implement src_getcaps() so proper size caps is negotiated.
34156
34157 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34158
34159         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
34160           Finish flac decoder on EOS. See #116178.
34161
34162 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34163
34164         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
34165         (gst_matroska_demux_add_stream):
34166         * gst/matroska/matroska-ids.h:
34167           Add getcaps() function to fix capsnego...
34168
34169 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34170
34171         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34172         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
34173         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
34174           Fix more integer overflows. Again, see #126967.
34175
34176 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34177
34178         * ext/mpeg2dec/gstmpeg2dec.c:
34179           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
34180           #130416.
34181
34182 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34183
34184         * configure.ac:
34185         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
34186         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
34187         * ext/xvid/gstxvid.h:
34188         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
34189         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
34190         (gst_xviddec_src_link), (gst_xviddec_sink_link),
34191         (gst_xviddec_change_state):
34192         * ext/xvid/gstxviddec.h:
34193         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
34194         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
34195         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
34196         (gst_xvidenc_link), (gst_xvidenc_set_property),
34197         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
34198         * ext/xvid/gstxvidenc.h:
34199           Update xvid plugin to latest xvid (1.0.0-beta3) API.
34200
34201 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34202
34203         * gst/rtp/rtp-packet.c:
34204           Add sys/types.h include, since OS X doesn't define in_addr_t
34205           in netinet/in.h, like it does on Linux (see #129600).
34206
34207 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
34208
34209         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34210
34211         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
34212           Correct logic of dispose function (see #129306).
34213
34214 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34215
34216         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
34217         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
34218         (gst_mpeg_parse_init):
34219         * gst/mpegstream/gstmpegparse.h:
34220           Remove clock (which was never provided, i.e. dead code), and
34221           also fix integer overflows at high PTS values (see #126967).
34222
34223 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34224
34225         * ext/flac/gstflacdec.c:
34226         * ext/libpng/gstpngenc.h:
34227         * ext/mikmod/gstmikmod.h:
34228           OS X fixes (see #126628).
34229
34230 2004-01-02  David Schleef  <ds@schleef.org>
34231
34232         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
34233         (gst_alsa_src_base_init): Remove bogus "src" request pad.
34234         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
34235         (gst_mpeg_parse_class_init): Move pad template registration
34236         to class_init, since the derived class (mpegdemux) doesn't
34237         want them.
34238
34239 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34240
34241         * sys/ximage/Makefile.am:
34242         * sys/xvideo/Makefile.am:
34243         * sys/xvimage/Makefile.am:
34244           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
34245           after installation (see #127664).
34246
34247 2004-01-02  David Schleef  <ds@schleef.org>
34248
34249         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
34250         (gst_ffmpegenc_connect):  Negotiation fixes.
34251         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
34252         Remove inappropriate gst_caps_free().
34253         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34254         Reenable Ronald's internal resize code, since the core handles
34255         it correctly now.
34256
34257 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34258
34259         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34260         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34262           Fix pad template stuff.
34263
34264 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34265
34266         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34267         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34268           fix signed integer reading/writing.
34269
34270 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34271
34272         * ext/alsa/README:
34273           Remove outdated document
34274
34275 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34276
34277         * gst/cutter/gstcutter.c: (gst_cutter_init):
34278           src pad was being created twice - oops.
34279
34280 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34281
34282         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34283           Comment out internal resize. It doesn't handle the resulting
34284           XEvent internally, does another try_set_caps() which leads to
34285           a really nice loop.
34286           Real fix will come when Julien and Dave are awake. ;).
34287
34288 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34289
34290         * ext/mpeg2enc/gstmpeg2enc.cc:
34291           fix const/nonconst compile issue.
34292
34293 2004-01-02  David Schleef  <ds@schleef.org>
34294
34295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34296         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34297         Add fixate function and a check for bad formats.
34298
34299 2004-01-01  David Schleef  <ds@schleef.org>
34300
34301         Negotiation fixes:
34302         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34303         (gst_audiofilter_init):
34304         * gst/debug/efence.c: (gst_efence_init):
34305         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34306         (gst_deinterlace_init):
34307         * gst/volume/gstvolume.c: (volume_connect):
34308
34309 2004-01-01  David Schleef  <ds@schleef.org>
34310
34311         Convert elements to use gst_pad_use_explicit_caps() where
34312         appropriate:
34313         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34314         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34315         (gst_afparse_open_file):
34316         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34317         (gst_afsrc_open_file):
34318         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34319         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34320         (gst_ffmpegdec_chain):
34321         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34322         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34323         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34324         (gst_gdk_pixbuf_chain):
34325         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34326         (gst_jpegdec_chain):
34327         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34328         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34329         (gst_mikmod_negotiate):
34330         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34331         (gst_mpeg2dec_negotiate_format):
34332         * ext/mpeg2enc/gstmpeg2enc.cc:
34333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34334         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34335         (gst_speexdec_sinkconnect):
34336         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34337         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34338         (gst_vorbisfile_new_link):
34339         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34340         (gst_ac3parse_chain):
34341         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34342         (gst_asf_demux_setup_pad):
34343         * gst/auparse/gstauparse.c: (gst_auparse_init),
34344         (gst_auparse_chain):
34345         * gst/id3/gstid3types.c: (gst_id3types_loop):
34346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34347         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34348         (mp1videoparse_parse_seq):
34349         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34350         (bpf_from_header):
34351         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34352         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34353         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34354         (gst_mpeg_parse_send_data):
34355         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34356         (gst_qtdemux_add_stream):
34357         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34358         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34359         (gst_wavparse_parse_fmt):
34360
34361 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34362
34363         * configure.ac:
34364           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34365           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34366           it therefore uses the wrong include paths. Too bad... Note
34367           that 1.6.1.93 is not release yet. ;).
34368           Also add a check for mplex, which is now using the lib'ified
34369           mplex from mjpegtools, too.
34370         * ext/ffmpeg/gstffmpegcodecmap.c:
34371           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34372           issues. I don't think ffmpeg handles 3ivx correctly, so this
34373           probably won't work. But it won't hurt either.
34374         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34375         (gst_ffmpegdec_chain):
34376         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34377         (gst_ffmpegenc_chain_audio):
34378           Fix memleak in audio encoding. Close codec if open fails, this
34379           calls the cleanup routines so we can re-use the context.
34380         * ext/mpeg2enc/gstmpeg2enc.cc:
34381           Fix pad template names/types, fix memory issue with getcaps().
34382         * ext/mpeg2enc/gstmpeg2encoder.cc:
34383         * ext/mpeg2enc/gstmpeg2encoder.hh:
34384           Fix compile issue with new caps system (const thingy).
34385         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34386         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34387           We read a first frame right on initing, so that we have a caps
34388           when we init the output. This caps is cached in padprivate and
34389           read as first frame.
34390         * ext/mplex/Makefile.am:
34391         * ext/mplex/gstmplex.cc:
34392         * ext/mplex/gstmplex.h:
34393         * ext/mplex/gstmplex.hh:
34394         * ext/mplex/gstmplexibitstream.cc:
34395         * ext/mplex/gstmplexibitstream.hh:
34396         * ext/mplex/gstmplexjob.cc:
34397         * ext/mplex/gstmplexjob.hh:
34398         * ext/mplex/gstmplexoutputstream.cc:
34399         * ext/mplex/gstmplexoutputstream.hh:
34400           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34401           had issues, didn't do capsnego, supported only a subset of the
34402           mplex features and required a mplex fork in our local CVS. Plus
34403           that it worked agaist a very old mplex version. Rewriting was
34404           faster than updating it.
34405         * gst-libs/ext/Makefile.am:
34406         * gst-libs/ext/mplex/INSTRUCT:
34407         * gst-libs/ext/mplex/Makefile.am:
34408         * gst-libs/ext/mplex/README:
34409         * gst-libs/ext/mplex/TODO:
34410         * gst-libs/ext/mplex/ac3strm_in.cc:
34411         * gst-libs/ext/mplex/audiostrm.hh:
34412         * gst-libs/ext/mplex/audiostrm_out.cc:
34413         * gst-libs/ext/mplex/aunit.hh:
34414         * gst-libs/ext/mplex/bits.cc:
34415         * gst-libs/ext/mplex/bits.hh:
34416         * gst-libs/ext/mplex/buffer.cc:
34417         * gst-libs/ext/mplex/buffer.hh:
34418         * gst-libs/ext/mplex/fastintfns.h:
34419         * gst-libs/ext/mplex/format_codes.h:
34420         * gst-libs/ext/mplex/inputstrm.cc:
34421         * gst-libs/ext/mplex/inputstrm.hh:
34422         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34423         * gst-libs/ext/mplex/mjpeg_logging.cc:
34424         * gst-libs/ext/mplex/mjpeg_logging.h:
34425         * gst-libs/ext/mplex/mjpeg_types.h:
34426         * gst-libs/ext/mplex/mpastrm_in.cc:
34427         * gst-libs/ext/mplex/mpegconsts.cc:
34428         * gst-libs/ext/mplex/mpegconsts.h:
34429         * gst-libs/ext/mplex/mplexconsts.hh:
34430         * gst-libs/ext/mplex/multplex.cc:
34431         * gst-libs/ext/mplex/outputstream.hh:
34432         * gst-libs/ext/mplex/padstrm.cc:
34433         * gst-libs/ext/mplex/padstrm.hh:
34434         * gst-libs/ext/mplex/stillsstream.cc:
34435         * gst-libs/ext/mplex/stillsstream.hh:
34436         * gst-libs/ext/mplex/systems.cc:
34437         * gst-libs/ext/mplex/systems.hh:
34438         * gst-libs/ext/mplex/vector.cc:
34439         * gst-libs/ext/mplex/vector.hh:
34440         * gst-libs/ext/mplex/videostrm.hh:
34441         * gst-libs/ext/mplex/videostrm_in.cc:
34442         * gst-libs/ext/mplex/videostrm_out.cc:
34443         * gst-libs/ext/mplex/yuv4mpeg.cc:
34444         * gst-libs/ext/mplex/yuv4mpeg.h:
34445         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34446         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34447           We don't fork mjpegtools' mplex in our CVS anymore.
34448         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34449         (gst_avi_demux_add_stream):
34450         * gst/avi/gstavidemux.h:
34451           Add getcaps() function for proper caps nego. This makes some
34452           parts of AVI playback/reading work.
34453         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34454           Resize window on new capsnego. This is probably wrong, but
34455           I'm still committing it because with current capsnego, the
34456           first successfull capsnego is auto-fixated, therefore rounded
34457           down to the lowest values in the caps. this results in a 16x16
34458           XWindow that is not reized when real capsnego finishes.
34459           Dave, I see more cases of this, do you know a proper solution?
34460         * tools/gst-launch-ext.in:
34461           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34462
34463 2003-12-31  David Schleef  <ds@schleef.org>
34464
34465         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34466         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34467           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34468
34469 2003-12-30  David Schleef  <ds@schleef.org>
34470
34471         * ext/ffmpeg/gstffmpegcolorspace.c:
34472         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34473         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34474         (gst_ffmpegcsp_chain): Negotiation fixes
34475         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34477         (gst_audio_convert_link), (gst_audio_convert_channels):
34478         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34479         (gst_audioscale_link), (gst_audioscale_get_buffer),
34480         (gst_audioscale_chain): Negotiation fixes
34481         * gst/audioscale/gstaudioscale.h:
34482         * gst/videofilter/gstvideofilter.c:
34483         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34484         (gst_videofilter_link), (gst_videofilter_init),
34485         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34486         (gst_videofilter_find_format_by_structure):
34487         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34488         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34489         (gst_videoscale_link):
34490         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34491         (videoscale_find_by_structure), (gst_videoscale_setup):
34492         * gst/videoscale/videoscale.h: Negotiation fixes
34493         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34494         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34495         function, restrict resizing to a multiple of 4 (hack until
34496         everyone supports odd sizes correctly).
34497
34498 2003-12-29  Colin Walters  <walters@verbum.org>
34499
34500         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34501         signed.
34502
34503 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34504
34505         * ext/sndfile/gstsf.c: (gst_sf_loop):
34506           Fix warning about discarding const qualifier
34507
34508 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34509
34510         * gst/cutter/gstcutter.c:
34511         * gst/videoscale/gstvideoscale.c:
34512         * gst/volenv/gstvolenv.c:
34513         * gst-libs/gst/audio/audio.c:
34514         * gst-libs/gst/video/video.c:
34515           Fix warnings
34516
34517 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34518
34519         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34520           Don't send ALSA debugging to stderr.
34521         * ext/alsa/gstalsa.h:
34522           Use GST_WARNING instead of g_warning when ALSA functions fail.
34523
34524 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34525
34526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34527           Free XVAdapterInfo correctly.
34528
34529 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34530
34531         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34532         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34533           Make id3tag use correct caps nego.
34534
34535 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34536
34537         * ext/ivorbis/vorbis.c:
34538         * ext/ivorbis/vorbisenc.h:
34539         * ext/ivorbis/vorbisfile.c:
34540           Modify so that it uses the new caps things
34541
34542 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34543
34544         * testsuite/spider/spider1.c: (main):
34545         * testsuite/spider/spider2.c: (main):
34546         * testsuite/spider/spider3.c: (main):
34547           Make tests compile again. They probably don't work.
34548
34549 2003-12-24  Colin Walters  <walters@verbum.org>
34550
34551         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34552         we can't fixate the caps anymore.
34553
34554 2003-12-23  David Schleef  <ds@schleef.org>
34555
34556         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34557         * sys/oss/gstosssink.c: (gst_osssink_init),
34558         (gst_osssink_sink_fixate): Add fixate function.
34559
34560 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34561
34562         * ext/ffmpeg/gstffmpegcodecmap.c:
34563         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34564         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34565         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34566         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34567         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34568         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34569         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34570           fix typo in RGB masks, and move back to "old" colorspace
34571           capsnego code until whoever wrote this new crap has actually
34572           tested it so that it works.
34573           And yes, this works, keep it that way please.
34574
34575 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34576
34577         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34578         (gst_divxdec_init), (gst_divxdec_negotiate):
34579         * ext/divx/gstdivxdec.h:
34580         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34581         (gst_divxenc_init):
34582         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34583         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34584         * ext/mpeg2enc/gstmpeg2enc.cc:
34585         * ext/mpeg2enc/gstmpeg2encoder.cc:
34586         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34587         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34588         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34589         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34590         (dxr3spusink_init):
34591         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34592         (dxr3videosink_init):
34593           Fix caps breakage after Dave's caps branch merge.
34594
34595 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34596
34597         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34598           Fix for 24bpp display.
34599
34600 2003-12-23  Colin Walters  <walters@verbum.org>
34601
34602         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34603         a GnomeVFSHandle directly.
34604
34605 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34606
34607         * gst/volume/Makefile.am:
34608         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34609         (volume_base_init), (volume_init):
34610           Reenable volume element and fix to work with new caps stuff.
34611           Rhythmbox needs this.
34612
34613 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34614
34615         * gst/qtdemux/qtdemux.c: (plugin_init):
34616           qtdemux requires bytestream
34617
34618 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34619
34620         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34621           Fix remaining caps handling errors due to CAPS merge.
34622
34623 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34624
34625         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34626         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34627         (gst_faad_srcconnect):
34628           Port to new caps system.
34629
34630 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34631
34632         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34633         (got_video_size), (main): using g_print instead of g_message.
34634         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34635         signal which was not emitted because of "switch" element added to the
34636         bin but not connected. (Removing from the bin temporarily)
34637
34638 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34639
34640         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34641         find X development files. I don't understand the previous tests and
34642         they fail on my debian/ppc unstable. This one works.
34643         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34644         exiting.
34645         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34646         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34647         (gst_play_set_visualization): Add some safety checks in set_ methods
34648         and state_change. This was throwing some ugly CRITICAL messages when
34649         pipeline was getting disposed and casts were failing.
34650
34651 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34652
34653         * configure.ac:
34654           Improve mpeg2enc detection. This is for distributions that do
34655           ship mjpegtools, but without mpeg2enc. Also does object check
34656           for might there ever be ABI incompatibility.
34657         * ext/mpeg2enc/gstmpeg2enc.cc:
34658           Add Andrew as second maintainer (he's helping me), and also add
34659           an error if no caps was set. This happens if I pull before capsnego
34660           and that's something I should solve sometime else.
34661         * gst/matroska/matroska-demux.c:
34662         (gst_matroska_demux_parse_blockgroup):
34663           Fix time parsing.
34664         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34665         (gst_matroska_mux_track_header):
34666           Add caps to templates.
34667         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34668           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34669         * gst/mpegstream/gstmpegdemux.c:
34670           Remove layer since it causes warnings about unfixed caps.
34671         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34672           Fix obvious typo (we error out if caps were set, we should of
34673           course error out if *no* caps were set).
34674         * sys/oss/gstosselement.c: (gst_osselement_convert):
34675           Fix format conversion, we confused bits/bytes.
34676         * sys/oss/gstosselement.h:
34677           Improve documentation for 'bps'.
34678         * sys/v4l/TODO:
34679           Remove stuff about plugins that need removing - this was done
34680           ages ago.
34681         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34682         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34684         (gst_v4lsrc_src_query):
34685         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34686         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34687           Add get_query_types(), get_formats() and query() functions.
34688
34689 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34690
34691         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34692           * moved CVS to freedesktop.org