po/da.po: Added Danish translation.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         translated by: Mogens Jaeger <mogens@jaeger.tf>
4
5         * po/da.po:
6           Added Danish translation.
7
8 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9
10         translated by: Funda Wang <fundawang@linux.net.cn>
11
12         * po/zh_CN.po:
13           Added Chinese (simplified) translation.
14
15 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         translated by: Alexander Shopov <ash@contact.bg>
18
19         * po/bg.po:
20           Added Bulgarian translation.
21
22 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
23
24         * gst/playback/gstqueue2.c: (gst_queue_push_one):
25         Fix compilation wrt printf arguments.
26
27 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
28
29         * configure.ac:
30         * tests/examples/Makefile.am:
31         * tests/examples/snapshot/.cvsignore:
32         * tests/examples/snapshot/Makefile.am:
33         * tests/examples/snapshot/snapshot.c: (main):
34         Add simple snapshot example program using appsink.
35
36 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
37
38         * tests/check/generic/states.c:
39           Improved state change unit test.
40
41 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
42
43         * docs/plugins/.cvsignore:
44         * tests/check/.cvsignore:
45           Ignore registries in any format.
46
47 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
48
49         * gst-libs/gst/rtp/gstbasertpdepayload.c:
50         (gst_base_rtp_depayload_chain),
51         (gst_base_rtp_depayload_set_gst_timestamp):
52         Only copy timestamp on outgoing packets if the depayloader did not set
53         one.
54         Also copy duration on outgoing packets.
55
56 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
57
58         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
59         (gst_basertppayload_set_outcaps):
60         Fix compilation because of missing %d in printf.
61         When fixating caps, fixate what we can and throw away all remaining
62         unfixed caps, subclasses should do something smart if they need to.
63
64 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
65
66         * ext/gnomevfs/gstgnomevfssrc.c:
67           Improve debug logs a bit and be more verbose if things go wrong.
68
69 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
70
71         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
72         (gst_text_overlay_set_property):
73         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
74         * gst-libs/gst/audio/gstbaseaudiosink.c:
75         (gst_base_audio_sink_render):
76         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
77         (gst_rtcp_unix_to_ntp):
78         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
79         * gst/playback/gstqueue2.c:
80         * tests/examples/seek/seek.c: (set_scale):
81         Fix a bunch of compile warnings shown with Forte.
82
83         * gst/audiorate/gstaudiorate.c:
84         Always pull in config.h before including any system headers.
85
86 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
87
88         * gst/playback/gstqueue2.c: (update_buffering),
89         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
90         (gst_queue_handle_sink_event), (gst_queue_chain),
91         (gst_queue_push_one), (gst_queue_sink_activate_push),
92         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
93         Also fix #476514 for queue2.
94
95 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
96
97         * gst-libs/gst/rtp/gstbasertpdepayload.c:
98         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
99         (gst_base_rtp_depayload_chain),
100         (gst_base_rtp_depayload_handle_sink_event),
101         (gst_base_rtp_depayload_push_full),
102         (gst_base_rtp_depayload_set_gst_timestamp),
103         (gst_base_rtp_depayload_change_state):
104         Remove code to deal with RTP to GST time conversion, we now just copy
105         the GST timestamp we receive to the outgoing buffers.
106         Handle segment and flushes correctly.
107
108         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
109         When we have no valid input timestamp, use the previous rtp timestamp on
110         the outgoing RTP packet instead of the RTP base time.
111
112 2007-09-15  David Schleef  <ds@schleef.org>
113
114         * ext/alsa/gstalsa.c:
115         * ext/alsa/gstalsadeviceprobe.c:
116         * ext/alsa/gstalsamixer.c:
117         * ext/alsa/gstalsasink.c:
118         * ext/alsa/gstalsasrc.c:
119           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
120
121 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
122
123         * gst-libs/gst/rtp/gstbasertppayload.c:
124         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
125         Add some debug info when negotiating caps.
126
127 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
128
129         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
130         A buffer with an empty payload is also a valid buffer.
131
132 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
133
134         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
135         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
136         (gst_basertppayload_change_state):
137         Make sure we start our RTP timestamp from the random base RTP
138         timestamp even if the buffer timestamp starts from some random value.
139
140 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
141
142         * configure.ac:
143         * tests/examples/Makefile.am:
144         * tests/examples/dynamic/.cvsignore:
145         * tests/examples/dynamic/Makefile.am:
146         * tests/examples/dynamic/addstream.c: (create_stream),
147         (pause_play_stream), (message_received), (eos_message_received),
148         (perform_step), (main):
149         Add simple exmple app to demonstrate starting and pausing live and
150         non-live bins in a PLAYING pipeline.
151
152 2007-09-14  Julien MOUTTE  <julien@moutte.net>
153
154         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
155         typefind for QCP files (RFC #3625)
156
157 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
158
159         * gst-libs/gst/audio/gstbaseaudiosink.c:
160         (gst_base_audio_sink_init):
161         Disable pull mode scheduling, we're not ready for it yet and it subtly
162         breaks a lot of things.
163
164 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
165
166         * tests/check/elements/libvisual.c:
167           Test all libvisual plugins, not just the first one; this reproduces
168           bug #450336 quite easily.  Looks like a problem with the 'jess'
169           visualisation.
170
171 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
172
173         * tests/check/Makefile.am:
174         * tests/check/elements/.cvsignore:
175         * tests/check/elements/libvisual.c:
176           Add basic libvisual test case in an attempt to reproduce bug #450336.
177           Doesn't reproduce that bug, but some other crasher instead (invalid
178           free), at least with make elements/libvisual.forever and the bumscope
179           plugin on x86-64/gutsy. Leaving test disabled for now.
180
181 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
182
183         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
184
185         * gst-libs/gst/rtsp/gstrtspconnection.c:
186         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
187         (read_body), (gst_rtsp_connection_receive):
188         Make sure we can not cancel in the middle of receiving a message.
189         Fixes #475731.
190
191 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
192
193         Patch by: Josep Torra Valles <josep@fluendo.com>
194
195         * gst/playback/gstplaybasebin.c:
196           Increase upper limit for audio queue a bit; fixes preroll problem
197           with playbin and decodebin2 when playing a quicktime trailer with
198           multichannel audio via http (#464666).
199
200 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
201
202         * gst-libs/gst/audio/gstbaseaudiosrc.c:
203         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
204         (gst_base_audio_src_provide_clock),
205         (gst_base_audio_src_set_property),
206         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
207         * gst-libs/gst/audio/gstbaseaudiosrc.h:
208         Allow othe clocks than the internal clock to be used for the pipeline.
209         Add property to disable clock provide.
210         API: GstBaseAudioSrc::provide-clock
211
212 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
213
214         * gst/playback/gstdecodebin2.c:
215           Don't leak request pads. Fixes #475395.
216
217 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
218
219         Patch by: René Stadler <mail at renestadler dot de>
220
221         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
222         (gst_ximage_buffer_class_init):
223         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
224         (gst_xvimage_buffer_class_init):
225         Correctly chain up finalize with the parent class to prevent
226         memory leaks. Fixes #474880.
227
228 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
229
230         * gst/volume/gstvolume.c: (volume_choose_func):
231         * tests/check/elements/volume.c: (GST_START_TEST):
232         Revert the latest change: floating point samples are allowed to
233         have any value, not only values in the range [-1,1]. Thanks to Andy
234         Wingo for noticing.
235         Also fix processing of int32 samples with volumes > 4 by making the
236         unity value smaller which prevents overflows.
237
238 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
239
240         * gst-libs/gst/rtp/gstrtpbuffer.c:
241         * tests/check/libs/rtp.c:
242           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
243
244 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
245
246         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
247
248         * gst-libs/gst/rtp/gstrtpbuffer.c:
249           Fix up GstRTPHeader helper struct so that compilers will not under
250           any circumstances add padding in between our fields, as currently
251           happens with MSVC on win32, because that would lead to us sending
252           out RTP payloads with broken RTP headers (#471194).
253           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
254           
255         * tests/check/Makefile.am:
256         * tests/check/libs/.cvsignore:
257         * tests/check/libs/rtp.c:
258           Add some simple unit tests for GstRTPBuffer. Some are disabled
259           because the code tested still needs fixing (set_csrc() does not work).
260
261 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
262
263         * win32/MANIFEST:
264         * win32/common/gstrtsp-enumtypes.c:
265         * win32/common/gstrtsp-enumtypes.h:
266         * win32/common/interfaces-enumtypes.c:
267         * win32/common/interfaces-enumtypes.h:
268         * win32/common/multichannel-enumtypes.c:
269           Add rtsp enumtypes (#474384) and update others.
270
271 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
272
273         * configure.ac:
274           Fix configure check for HAVE_LIBXML_HTML.
275
276 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
277
278         * tests/check/libs/.cvsignore:
279           Ignore more, in case the build bots work again one day.
280
281 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
282
283         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
284
285         * configure.ac:
286         * gst-libs/gst/Makefile.am:
287         * gst-libs/gst/fft/Makefile.am:
288         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
289         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
290         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
291         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
292         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
293         * gst-libs/gst/fft/gstfft.h:
294         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
295         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
296         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
297         * gst-libs/gst/fft/gstfftf32.h:
298         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
299         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
300         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
301         * gst-libs/gst/fft/gstfftf64.h:
302         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
303         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
304         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
305         * gst-libs/gst/fft/gstffts16.h:
306         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
307         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
308         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
309         * gst-libs/gst/fft/gstffts32.h:
310         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
311         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
312         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
313         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
314         * gst-libs/gst/fft/kiss_fft_f32.h:
315         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
316         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
317         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
318         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
319         * gst-libs/gst/fft/kiss_fft_f64.h:
320         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
321         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
322         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
323         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
324         * gst-libs/gst/fft/kiss_fft_s16.h:
325         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
326         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
327         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
328         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
329         * gst-libs/gst/fft/kiss_fft_s32.h:
330         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
331         (kiss_fftr_f32), (kiss_fftri_f32):
332         * gst-libs/gst/fft/kiss_fftr_f32.h:
333         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
334         (kiss_fftr_f64), (kiss_fftri_f64):
335         * gst-libs/gst/fft/kiss_fftr_f64.h:
336         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
337         (kiss_fftr_s16), (kiss_fftri_s16):
338         * gst-libs/gst/fft/kiss_fftr_s16.h:
339         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
340         (kiss_fftr_s32), (kiss_fftri_s32):
341         * gst-libs/gst/fft/kiss_fftr_s32.h:
342         * gst-libs/gst/fft/kiss_version:
343         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
344         * pkgconfig/gstreamer-plugins-base.pc.in:
345         Add libgstfft, a FFT library based on Kiss FFT which is
346         BSD licensed. Supported sample formats are int16, int32,
347         float and double. For those formats a real FFT and IFFT
348         can be done, different windowing functions can be applied
349         and functions for extracting the magnitude and phase exist.
350         Fixes #468619.
351
352         * docs/libs/Makefile.am:
353         * docs/libs/gst-plugins-base-libs-docs.sgml:
354         * docs/libs/gst-plugins-base-libs-sections.txt:
355         Integrate libgstfft into the docs.
356
357         * tests/check/Makefile.am:
358         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
359         Add unit tests for libgstfft, currently only testing the FFT.
360         Unit tests for IFFT will follow soon.
361
362 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
363
364         Patch by: Peter Kjellerstedt  <pkj at axis com>
365
366         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
367         (gst_sdp_message_init), (gst_sdp_message_uninit),
368         (is_multicast_address), (gst_sdp_message_as_text),
369         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
370         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
371         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
372         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
373         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
374         (gst_sdp_media_init), (gst_sdp_media_uninit),
375         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
376         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
377         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
378         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
379         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
380         * gst-libs/gst/sdp/gstsdpmessage.h:
381         Separate INIT_ARRAY() and related macros into two versions, one for
382         structures and one for pointers (e.g., INIT_ARRAY() and
383         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
384         lists of emails and phone numbers.
385         Add missing const as appropriate.
386         Change all gint to guint since they all actually represent unsigned
387         values.
388         Do not use time as a variable name as it shadows the global time().
389         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
390         Actually implement gst_sdp_message_add_time().
391         Make gst_sdp_message_add_time() take repeat times as an argument.
392         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
393         Corrected the definition of gst_sdp_media_get_bandwidth() (was
394         misspelled as badwidth).
395         gst-indented and a little clean up. Fixes #471067.
396
397 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
398
399         * gst/volume/gstvolume.c: (volume_choose_func),
400         (volume_process_double), (volume_process_double_clamp),
401         (volume_process_float_clamp):
402         Correctly clamp float/double samples in the [-1.0,1.0] range to
403         prevent weird effects.
404         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
405         Add unit tests for all samples types that had none before.
406
407 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
408
409         * gst-libs/gst/rtp/gstrtpbuffer.c:
410           Need to include stdlib.h for abs() here too.
411
412 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
413
414         * gst/playback/gststreaminfo.c:
415           Fix build.
416
417 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
418
419         * gst/playback/gststreaminfo.c:
420           Clean up some half-disabled code and comment.
421
422 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
423
424         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
425
426         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
427         (gst_base_rtp_payload_audio_handle_event):
428         Return FALSE from the event handler to let the parent class handle the
429         event. Fixes #446766.
430
431         * gst-libs/gst/rtp/gstbasertpdepayload.c:
432         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
433         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
434
435         * gst-libs/gst/rtp/gstbasertppayload.c:
436         Bump the MTU to 1400.
437
438 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
439
440         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
441         Add an audio/x-nsf typefind function for the nsfdec element.
442
443 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
444         * gst/playback/gstplaybasebin.c:
445         Included "myth://" on stream_uris list for enable buffering to mythtv files
446
447 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
448
449         * docs/libs/gst-plugins-base-libs-sections.txt:
450         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
451         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
452         (gst_rtcp_unix_to_ntp):
453         * gst-libs/gst/rtp/gstrtcpbuffer.h:
454         Fix parsing of RB blocks.
455         Fix docs.
456         Added helper functions to convert to/from UNIX and NTP time.
457         API: gst_rtcp_ntp_to_unix()
458         API: gst_rtcp_unix_to_ntp()
459
460         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
461         (gst_rtp_buffer_get_header_len),
462         (gst_rtp_buffer_get_extension_data),
463         (gst_rtp_buffer_get_payload_subbuffer),
464         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
465         (gst_rtp_buffer_ext_timestamp):
466         * gst-libs/gst/rtp/gstrtpbuffer.h:
467         Fix some more docs.
468         Implement handling of packets with extensions.
469         Fix padding check in _validate().
470         Added function to get extension data.
471         API: gst_rtp_buffer_get_header_len()
472         API: gst_rtp_buffer_get_extension_data()
473
474 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
475
476         * gst-libs/gst/rtp/gstbasertpdepayload.c:
477         (gst_base_rtp_depayload_class_init),
478         (gst_base_rtp_depayload_set_gst_timestamp):
479         Add some more docs for the queue-delay property and fix a typo in a
480         comment.
481
482         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
483         Fix typo.
484
485 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
486
487         * gst-libs/gst/audio/gstbaseaudiosink.c:
488         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
489         (gst_base_audio_sink_change_state):
490         When skew slaving, try to hover around the middle of a segment so that
491         we at most drift by half a segment.
492         If we are aligning in the oposite direction of the clock skew, we don't
493         have to resync.
494
495 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
496
497         * gst-libs/gst/rtp/gstbasertpdepayload.c:
498         (gst_base_rtp_depayload_setcaps),
499         (gst_base_rtp_depayload_set_gst_timestamp):
500         Be less silly with the segment start, just apply the clock-base to the
501         timestamp.
502
503 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
504
505         * gst-libs/gst/rtp/gstbasertpdepayload.c:
506         (gst_base_rtp_depayload_class_init),
507         (gst_base_rtp_depayload_finalize),
508         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
509         (gst_base_rtp_depayload_handle_sink_event),
510         (gst_base_rtp_depayload_set_gst_timestamp),
511         (gst_base_rtp_depayload_change_state):
512         * gst-libs/gst/rtp/gstbasertpdepayload.h:
513         Deprecate the queue handling thread thing and remove the code.
514         Use new method to calculate the extended timestamp.
515
516 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
517
518         * gst-libs/gst/rtp/gstrtcpbuffer.c:
519         (gst_rtcp_packet_sdes_copy_entry):
520         Use g_strndup which does exactly what we want.
521
522         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
523         (gst_rtp_buffer_ext_timestamp):
524         * gst-libs/gst/rtp/gstrtpbuffer.h:
525         Add helper function to compare seqnums.
526         Add helper function to calculate extended timestamps.
527         API: gst_rtp_buffer_compare_seqnum()
528         API: gst_rtp_buffer_ext_timestamp()
529
530 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
531
532         * gst-libs/gst/rtp/gstrtcpbuffer.c:
533         (gst_rtcp_packet_sdes_get_entry),
534         (gst_rtcp_packet_sdes_copy_entry):
535         * gst-libs/gst/rtp/gstrtcpbuffer.h:
536         Fix and document SDES item data function.
537         Add new function that makes a proper copy of SDES item data.
538         API: gst_rtcp_packet_sdes_copy_entry()
539
540 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
541
542         * configure.ac:
543         * gst/Makefile.am:
544           The tcp and subparse plugins are under gst, but not totaly free of
545           dependencies. Handle selection inconfigure.ac, so that they show up
546           on the final list of what is build and what is not. Maybe they should
547           better be moved to ext.
548
549 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
550
551         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
552
553         * configure.ac:
554         * gst/Makefile.am:
555           Check if libxml provides HTML parser which subparse needs.
556           Fixes #451970.
557
558 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
559
560         * ext/alsa/gstalsa.c:
561           Fix typo and compilation on big endian systems.
562
563 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
564
565         * gst/subparse/gstssaparse.c:
566           Convert SSA newline codes into actual newline characters (#470766).
567
568 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
569
570         * docs/libs/gst-plugins-base-libs-sections.txt:
571         * gst-libs/gst/pbutils/install-plugins.c:
572         * gst-libs/gst/pbutils/install-plugins.h:
573         * tests/check/libs/pbutils.c:
574           API: also add gst_install_plugins_supported() while we're at it
575           (see #470456).
576
577 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * docs/libs/gst-plugins-base-libs-sections.txt:
580         * gst-libs/gst/pbutils/missing-plugins.c:
581         * gst-libs/gst/pbutils/missing-plugins.h:
582         * tests/check/libs/pbutils.c:
583           API: add gst_missing_*_installer_detail_new() convenience API so
584           that applications that know exactly what they're missing can request
585           installer detail strings for those items directly instead of having
586           to first create a dummy missing-plugin message and then get the
587           installer detail string from that.  Fixes #470456.
588
589 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
590
591         * gst/playback/gstdecodebin.c: (close_pad_link):
592         We need to set up delayed-linking whenever the caps are non-fixed,
593         not just when there are multiple types - use gst_pad_is_fixed()
594         to test.
595
596 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
597
598         * gst-libs/gst/pbutils/missing-plugins.c:
599           (gst_missing_plugin_message_get_installer_detail):
600           Add missing separator in PID fallback case.
601
602 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
603
604         * ext/alsa/Makefile.am:
605         There is no GST_PLUGINS_BASE_LIBS defined.
606         
607         * ext/alsa/gstalsa.c:
608         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
609         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
610         Add support for ALSA 24-bit formats.
611         snd_pcm_delay can return an error code, especially
612         during XRUNS. In that case, the best we can do is assume
613         delay = 0.
614
615         * gst/audioconvert/Makefile.am:
616         Add flags from -base before any more-remote dependencies.
617
618 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
619
620         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
621
622         * gst/volume/gstvolume.c: (volume_choose_func),
623         (volume_update_real_volume), (gst_volume_set_volume),
624         (gst_volume_init), (volume_process_int32),
625         (volume_process_int32_clamp), (volume_process_int24),
626         (volume_process_int24_clamp), (volume_process_int16),
627         (volume_process_int16_clamp), (volume_process_int8),
628         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
629         * gst/volume/gstvolume.h:
630         Add support for int32, int24 and int8 to the volume element.
631         Fixes #445529.
632
633 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
634
635         * tests/examples/Makefile.am:
636           Fix even more.
637
638 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
639
640         * configure.ac:
641         * docs/libs/Makefile.am:
642         * docs/libs/gst-plugins-base-libs-docs.sgml:
643         * docs/libs/gst-plugins-base-libs-sections.txt:
644         * ext/gnomevfs/gstgnomevfssrc.c:
645         * ext/gnomevfs/gstgnomevfssrc.h:
646         * gst-libs/gst/Makefile.am:
647         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
648         * pkgconfig/gstreamer-plugins-base.pc.in:
649         * sys/v4l/v4lsrc_calls.c:
650         * tests/examples/Makefile.am:
651         * win32/common/config.h:
652           Revert unwanted commit. many thanks to moap. I want a fix for 
653           https://thomas.apestaart.org/moap/trac/ticket/239
654
655 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
656
657         * gst/volume/gstvolume.c:
658           Move passthrough below gst_object_sync_values(). Fixes #442654.
659
660 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
661
662         * gst-libs/gst/audio/audio.c:
663         Clarify the docs a little.
664
665 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
666
667         * gst/volume/gstvolume.c:
668           Enable liboil for float and add more details about problems with
669           int16.
670
671 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
672
673         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
674         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
675
676 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
677
678         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
679         When calculating the first timestamp of the buffers, don't go below 0
680         and clip the samples because the offset was on the eos page.
681         Fixes #466717.
682
683 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
684
685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
686         (gst_ogg_demux_collect_chain_info):
687         Also submit the eos page when trying to find the first timestamp.
688         See #466717.
689
690 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
691
692         * gst-libs/gst/audio/audio.h:
693         Use gst_util_uint64_scale() instead of doing the math
694         with double for GST_FRAMES_TO_CLOCK_TIME() and
695         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
696         prevents rounding errors. Fixes #467667.
697
698 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
699
700         * gst-libs/gst/rtsp/gstrtspconnection.c:
701         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
702         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
703         * gst-libs/gst/rtsp/gstrtspconnection.h:
704         Small cleanups.
705         On shutdown, don't read the control socket yet.
706         Set timeout value correctly in all cases.
707         Add function to check if the server accepts reads or writes.
708         API: gst_rtsp_connection_poll()
709
710         * gst-libs/gst/rtsp/gstrtspdefs.h:
711         Fix compilation with -pedantic.
712         Add enum for _poll.
713
714 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
715
716         Patch by: Olivier Crete  <tester at tester ca>
717
718         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
719         (gst_basertppayload_getcaps):
720         * gst-libs/gst/rtp/gstbasertppayload.h:
721         Add getcaps vfunc to basertppayload. See #465146.
722
723 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
724
725         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
726         Only post buffering messages when we are a stream.
727
728 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
729
730         * gst-libs/gst/pbutils/install-plugins.c:
731         * gst-libs/gst/pbutils/missing-plugins.c:
732           Small docs fix and addition.
733
734 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
735
736         * tests/icles/.cvsignore:
737         * tests/icles/Makefile.am:
738         * tests/icles/test-textoverlay.c:
739           Add a dumb little test for textoverlay alignments.
740
741 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
742
743         Patch by: Dan Williams  <dcbw redhat com>
744
745         * ext/pango/gsttextoverlay.c:
746         * ext/pango/gsttextoverlay.h:
747           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
748           "silent" property so there's a Since tag in the API reference.
749
750 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
751
752         * gst-libs/gst/rtp/gstbasertppayload.c:
753         (gst_basertppayload_set_outcaps):
754         * gst-libs/gst/rtp/gstbasertppayload.h:
755         Improve caps negotiation so that downstream elements can confiure
756         certain RTP properties by fixing them on the caps. See #465146.
757         Add docs.
758
759 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
760
761         * docs/libs/gst-plugins-base-libs-sections.txt:
762         * gst-libs/gst/rtp/gstbasertpdepayload.c:
763         * gst-libs/gst/rtp/gstbasertpdepayload.h:
764           Mark as deprecated some macros which were presumably meant to be
765           private API and accidentally exposed in the public header file.
766           Also actually _init() lock (only works at the moment because the
767           struct is zeroed out when created and the initial values in the
768           mutex struct are zeroes too). (#459585)
769
770 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
771
772         * docs/libs/Makefile.am:
773           Remove cruft and do some cleanups.
774
775         * docs/libs/gst-plugins-base-libs-docs.sgml:
776           Prepare for comming gtkdoc features (rebase against online docs).
777
778 2007-08-10  Michael Smith <msmith@fluendo.com>
779
780         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
781           Debug output fixes.
782         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
783         (GST_START_TEST):
784           Change the number of buffers used; 500 is too many and leads to
785           timeouts.
786
787 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * gst/playback/gstqueue2.c:
790         * gst/videorate/gstvideorate.c:
791           Printf format fixes (#465028).
792
793 2007-08-09  Michael Smith <msmith@fluendo.com>
794
795         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
796           If we have a large (> 1 second) discontinuity, push a series of
797           smaller buffers rather than a single very large buffer. Avoids
798           unreasonably large single buffer allocations when encountering a
799           large gap.
800         * tests/check/elements/audiorate.c: (GST_START_TEST),
801         (audiorate_suite):
802           Add a test for this.
803
804 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
805
806         * gst/playback/gstplaybasebin.c: (group_commit),
807         (queue_remove_probe), (queue_threshold_reached):
808
809         Patch by: Josep Torra Valles <josep@fluendo.com>
810         Fixes: #465015
811         Make sure we remove the check_queues buffer probe from the 
812         correct queue to avoid racily going back to "buffering 99%" when
813         buffering is actually complete.
814
815         Also, fix the spelling of Josep's surname in the ChangeLog.
816
817 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
818
819         * ext/ogg/gstoggmux.c:
820           Do not leak oggmux instance.
821         
822         * ext/vorbis/vorbisenc.c:
823           Also log values.
824
825 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
826
827         * po/hu.po:
828         * po/it.po:
829         * po/nl.po:
830         * po/uk.po:
831         * po/vi.po:
832           Updated translations.
833
834 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
835
836         patch by: Yang Hong <hongyang@redflag-linux.com>
837
838         * ext/pango/gsttextoverlay.c:
839         * ext/pango/gsttextoverlay.h:
840           Add 'silent' property to GstTimeOverlay. Fixes #462979
841
842 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
843
844         Patch by: Josep Torra Valles <josep@fluendo.com>
845
846         * docs/plugins/gst-plugins-base-plugins.args:
847         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
848         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
849         (gst_uri_decode_bin_get_property), (gen_source_element):
850         Add connection-speed property. Fixes #464690.
851
852 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
853
854         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
855
856         * configure.ac:
857         * gst-libs/gst/rtsp/Makefile.am:
858         * gst-libs/gst/rtsp/gstrtspconnection.c:
859         (gst_rtsp_connection_connect):
860         Fix compilation on windows. Fixes #464320.
861
862 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
863
864         Patch by: Josep Torra Valles <josep@fluendo.com>
865
866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
867         (gst_play_base_bin_init), (queue_threshold_reached),
868         (gen_source_element), (setup_substreams),
869         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
870         (gst_play_base_bin_get_streaminfo_value_array):
871         * gst/playback/gstplaybasebin.h:
872         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
873         (gst_play_bin_set_property), (gst_play_bin_get_property),
874         (gst_play_bin_handle_redirect_message):
875         Move connection-speed property from playbin to playbasebin so that we
876         can also configure it in source elements that have the connection-speed
877         property. Fixes #464028.
878         Add some debug info here and there.
879
880 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
881
882         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
883         Properly respond to conversion queries. Fixes #464079.
884
885 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
886
887         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
888         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
889         (gst_audio_test_src_init_sine_table),
890         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
891         * gst/audiotestsrc/gstaudiotestsrc.h:
892         Add float/double and int32 support to audiotestsrc. Fixes #460422.
893         Also set the default volume to the default value specified in the
894         GParamSpec.
895
896 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
897
898         Patch by: Jens Granseuer <jensgr at gmx dot net>
899
900         * gst/audioconvert/gstaudioquantize.c:
901         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
902
903 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
904
905         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
906         Add rdt manager for rdt transport.
907         Fix parsing of RDT transport.
908
909 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
910
911         * configure.ac:
912         Back to CVS
913
914 === release 0.10.14 ===
915
916 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
917
918         * configure.ac:
919           releasing 0.10.14, "Light Years Ahead"
920
921 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
922
923         * tests/check/libs/audio.c: (GST_START_TEST):
924         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
925
926 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
927
928         * gst-libs/gst/audio/audio.c:
929         When clipping a buffer with no timestamp, assume it is
930         within the segment without warnings.
931
932         Fixes: #460978
933
934 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
935
936         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
937         Fire the signal on the object, not the interface.
938
939 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
940
941         * gst-libs/gst/rtsp/.cvsignore:
942         Ber. Don't include the full path, idiot.
943
944 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
945
946         * gst-libs/gst/rtsp/.cvsignore:
947         Ignore generated files.
948
949 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
950
951         * gst-libs/gst/interfaces/Makefile.am:
952         * gst-libs/gst/interfaces/interfaces-marshal.list:
953         * gst-libs/gst/interfaces/rtspextension.c:
954         * gst-libs/gst/interfaces/rtspextension.h:
955         * gst-libs/gst/rtsp/Makefile.am:
956         * gst-libs/gst/rtsp/gstrtsp.h:
957         * gst-libs/gst/rtsp/gstrtspextension.c:
958         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
959         (gst_rtsp_extension_detect_server),
960         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
961         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
962         (gst_rtsp_extension_configure_stream),
963         (gst_rtsp_extension_get_transports),
964         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
965         * gst-libs/gst/rtsp/gstrtspextension.h:
966         * gst-libs/gst/rtsp/rtsp-marshal.list:
967         Move the rtspextension.h interface into gstrtspextension.h
968         as part of libgstrtsp instead of libgstinterfaces, because it's
969         only for use within plugins, not applications. 
970         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
971         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
972         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
973         is abstract.
974
975 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
976
977         * gst-libs/gst/interfaces/Makefile.am:
978         * gst-libs/gst/interfaces/interfaces-marshal.list:
979         * gst-libs/gst/interfaces/rtspextension.c:
980         (gst_rtsp_extension_iface_init),
981         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
982         * gst-libs/gst/interfaces/rtspextension.h:
983         Fix marshaller for the send signal.
984         Add URL to stream selection interface method.
985
986 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
987
988         * gst-libs/gst/riff/Makefile.am:
989         Pull in our dependencies from -base before those from outside.
990
991 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
992
993         * docs/libs/gst-plugins-base-libs-sections.txt:
994         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
995         * gst-libs/gst/rtsp/gstrtspbase64.h:
996         API: gst_rtsp_base64_decode_ip()
997         Added function to decode Base64 in-place.
998
999 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1000
1001         * tests/check/libs/.cvsignore:
1002         Ignore the mixer test binary.
1003
1004 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
1005
1006         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
1007         Gratuitous comment change to trigger a rebuild on the buildbots.
1008
1009 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1010
1011         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
1012         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1013         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
1014         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
1015         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1016         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
1017         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
1018         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
1019         (gst_sdp_media_get_attribute_val):
1020         * gst-libs/gst/sdp/gstsdpmessage.h:
1021         Constify args where we can.
1022
1023 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1024
1025         * gst-libs/gst/interfaces/Makefile.am:
1026         * gst-libs/gst/interfaces/rtspextension.c:
1027         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
1028         (gst_rtsp_extension_detect_server),
1029         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
1030         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
1031         (gst_rtsp_extension_configure_stream),
1032         (gst_rtsp_extension_get_transports),
1033         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
1034         * gst-libs/gst/interfaces/rtspextension.h:
1035         Move interface for RTSP extensions from -good to here.
1036         Added helper methods to invoke interface methods.
1037
1038 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1039
1040         * docs/libs/gst-plugins-base-libs-sections.txt:
1041         * gst-libs/gst/rtsp/gstrtspdefs.h:
1042         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1043         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
1044         (gst_rtsp_message_init_response),
1045         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
1046         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
1047         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1048         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1049         (gst_rtsp_message_get_body), (dump_key_value):
1050         * gst-libs/gst/rtsp/gstrtspmessage.h:
1051         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1052         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1053         (gst_rtsp_range_parse):
1054         * gst-libs/gst/rtsp/gstrtsprange.h:
1055         * gst-libs/gst/rtsp/gstrtsptransport.c:
1056         * gst-libs/gst/rtsp/gstrtspurl.c:
1057         Fix some more RTSP docs.
1058         Add some missing methods for dealing with messages.
1059
1060 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1061
1062         * docs/libs/gst-plugins-base-libs-docs.sgml:
1063         * docs/libs/gst-plugins-base-libs-sections.txt:
1064         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1065         * gst-libs/gst/rtsp/gstrtspbase64.h:
1066         * gst-libs/gst/rtsp/gstrtspconnection.c:
1067         (gst_rtsp_connection_connect), (add_auth_header),
1068         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
1069         (read_body), (gst_rtsp_connection_receive),
1070         (gst_rtsp_connection_next_timeout),
1071         (gst_rtsp_connection_reset_timeout),
1072         (gst_rtsp_connection_set_auth):
1073         * gst-libs/gst/rtsp/gstrtspconnection.h:
1074         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
1075         * gst-libs/gst/rtsp/gstrtspdefs.h:
1076         * gst-libs/gst/rtsp/gstrtspmessage.h:
1077         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1078         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1079         (gst_rtsp_range_parse):
1080         * gst-libs/gst/rtsp/gstrtspurl.h:
1081         Added beginnings of RTSP documentation.
1082
1083 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1084
1085         * docs/libs/Makefile.am:
1086         * docs/libs/gst-plugins-base-libs-docs.sgml:
1087         * docs/libs/gst-plugins-base-libs-sections.txt:
1088         * gst-libs/gst/sdp/gstsdp.h:
1089         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
1090         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
1091         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1092         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
1093         (gst_sdp_message_get_attribute_val),
1094         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
1095         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
1096         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
1097         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
1098         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
1099         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
1100         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
1101         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
1102         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
1103         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
1104         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
1105         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
1106         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
1107         (gst_sdp_media_get_attribute_val_n),
1108         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
1109         (print_media), (gst_sdp_message_dump):
1110         * gst-libs/gst/sdp/gstsdpmessage.h:
1111         Document the SDP library.
1112         Add some of the missing SDPMedia methods.
1113
1114 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
1115
1116         * configure.ac:
1117         * gst-libs/gst/Makefile.am:
1118         * gst-libs/gst/rtsp/Makefile.am:
1119         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
1120         * gst-libs/gst/rtsp/gstrtspbase64.h:
1121         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
1122         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
1123         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
1124         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
1125         (parse_response_status), (parse_request_line), (parse_line),
1126         (gst_rtsp_connection_read), (read_body),
1127         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
1128         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
1129         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
1130         (gst_rtsp_connection_set_auth):
1131         * gst-libs/gst/rtsp/gstrtspconnection.h:
1132         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
1133         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
1134         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
1135         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
1136         (gst_rtsp_find_method):
1137         * gst-libs/gst/rtsp/gstrtspdefs.h:
1138         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
1139         (gst_rtsp_message_new), (gst_rtsp_message_init),
1140         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
1141         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
1142         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
1143         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
1144         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
1145         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
1146         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
1147         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
1148         (gst_rtsp_message_dump):
1149         * gst-libs/gst/rtsp/gstrtspmessage.h:
1150         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
1151         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
1152         (gst_rtsp_range_parse), (gst_rtsp_range_free):
1153         * gst-libs/gst/rtsp/gstrtsprange.h:
1154         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
1155         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
1156         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
1157         (range_as_text), (rtsp_transport_mode_as_text),
1158         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
1159         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
1160         (gst_rtsp_transport_free):
1161         * gst-libs/gst/rtsp/gstrtsptransport.h:
1162         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
1163         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
1164         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
1165         * gst-libs/gst/rtsp/gstrtspurl.h:
1166         * gst-libs/gst/sdp/Makefile.am:
1167         * gst-libs/gst/sdp/gstsdp.h:
1168         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
1169         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
1170         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
1171         (gst_sdp_attribute_init), (gst_sdp_message_new),
1172         (gst_sdp_message_init), (gst_sdp_message_uninit),
1173         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
1174         (gst_sdp_media_uninit), (gst_sdp_media_free),
1175         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
1176         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
1177         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
1178         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
1179         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1180         (gst_sdp_message_get_attribute_val),
1181         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
1182         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
1183         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
1184         (gst_sdp_media_get_attribute_val_n),
1185         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
1186         (read_string), (read_string_del), (gst_sdp_parse_line),
1187         (gst_sdp_message_parse_buffer), (print_media),
1188         (gst_sdp_message_dump):
1189         * gst-libs/gst/sdp/gstsdpmessage.h:
1190         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1191         Move SDP and RTSP from helper objects in -good to a reusable library.
1192         Use a proper gst_ namespace.
1193
1194 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1195
1196         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1197         (vorbis_dec_flush_decode):
1198         Use the new buffer clipping function from gstaudio here.
1199
1200 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
1201
1202         * docs/libs/gst-plugins-base-libs-sections.txt:
1203         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
1204         * gst-libs/gst/audio/audio.h:
1205         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
1206         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
1207         Also add deprecation guards for gst_audio_structure_set_int() to the
1208         header.
1209
1210 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1211
1212         * docs/libs/gst-plugins-base-libs-sections.txt:
1213           Cleanup the docs.
1214
1215 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1216
1217         Patch by: Dan Williams <dcbw at redhat dot com>
1218
1219         * gst/playback/gstplaybasebin.c:
1220         (gst_play_base_bin_get_streaminfo_value_array):
1221         Don't return NULL when querying the stream info value array but instead
1222         return an empty array. Fixes #459204.
1223
1224 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
1225
1226         * gst/playback/gsturidecodebin.c:
1227           Init debug category before using it.
1228
1229 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
1230
1231         * gst-libs/gst/interfaces/mixer.h:
1232         Add padding vars in place of the signal pointers
1233         when building with DISABLE_DEPRECATED so that the
1234         interface structure doesn't change size.
1235
1236 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
1237
1238         * docs/libs/gst-plugins-base-libs-sections.txt:
1239         * ext/alsa/gstalsamixer.c:
1240         * ext/alsa/gstalsamixer.h:
1241         * ext/alsa/gstalsamixerelement.c:
1242         * ext/alsa/gstalsamixertrack.c:
1243         * gst-libs/gst/interfaces/mixer.c:
1244         * gst-libs/gst/interfaces/mixer.h:
1245         * gst-libs/gst/interfaces/mixeroptions.c:
1246         * gst-libs/gst/interfaces/mixeroptions.h:
1247         * gst-libs/gst/interfaces/mixertrack.c:
1248         * gst-libs/gst/interfaces/mixertrack.h:
1249         * tests/check/Makefile.am:
1250         * tests/check/libs/mixer.c:
1251
1252         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1253         Fixes: #152864 
1254
1255         Add support for notifying mixer changes on the message bus, and
1256         implement it in alsamixer.
1257
1258         API: gst_mixer_get_mixer_flags
1259         API: gst_mixer_message_parse_mute_toggled
1260         API: gst_mixer_message_parse_record_toggled
1261         API: gst_mixer_message_parse_volume_changed
1262         API: gst_mixer_message_parse_option_changed
1263         API: GstMixerMessageType
1264         API: GstMixerFlags
1265
1266 2007-07-20  Michael Smith <msmith@fluendo.com>
1267
1268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1269         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
1270           xcontext->im_format is only for testing XShm support (as the header
1271           file comments document). Use xvimage->im_format for everything else.
1272           Avoids spurious warnings on buffer allocation before setcaps.
1273
1274 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1275
1276         * tests/examples/volume/Makefile.am:
1277         * tests/icles/Makefile.am:
1278           We should use $(LIBM).
1279
1280 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1281
1282         * tests/icles/Makefile.am:
1283           This needs -lm.
1284
1285 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1286
1287         * gst-libs/gst/rtp/gstbasertppayload.c:
1288         (gst_basertppayload_class_init), (gst_basertppayload_init),
1289         (gst_basertppayload_set_property),
1290         (gst_basertppayload_get_property):
1291         Don't break ABI, restore previous ranges. Keep the default random
1292         selection of timestamp and seqnum offset but as soon as the app sets a
1293         specific value, use that one.
1294
1295 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1296
1297         Patch by: Bastien Nocera <hadess at hadess dot net>
1298
1299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1300         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1301         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1302         * sys/xvimage/xvimagesink.h:
1303         Add option to turn off double-buffering for debugging purposes.
1304         Fixes #437169.
1305
1306 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1307
1308         Patch by: Jorn Baayen <jorn at openedhand dot com>
1309
1310         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1311         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1312         (gst_ximagesink_init), (gst_ximagesink_class_init):
1313         * sys/ximage/ximagesink.h:
1314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1315         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1316         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1317         * sys/xvimage/xvimagesink.h:
1318         add 'handle-expose' property. Useful for video widgets which may want to
1319         be in control of Expose behaviour. Fixes #380625
1320
1321 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
1322
1323         * gst-libs/gst/rtp/gstbasertppayload.c:
1324         (gst_basertppayload_class_init), (gst_basertppayload_init),
1325         (gst_basertppayload_event), (gst_basertppayload_push),
1326         (gst_basertppayload_set_property),
1327         (gst_basertppayload_get_property),
1328         (gst_basertppayload_change_state):
1329         * gst-libs/gst/rtp/gstbasertppayload.h:
1330         Fix ranges of rtp payloader properties so that the full range can be
1331         used in addition to -1 (random).
1332         Fix wrong seqnum reporting in caps.
1333         Fixes #420326.
1334
1335 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
1336
1337         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
1338         (gst_video_rate_query):
1339         Use boilerplate.
1340         Add latency query, might not be perfect yet but already works a lot
1341         better. Fixes #442557.
1342
1343 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1344
1345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1346         (gst_xvimagesink_setcaps):
1347         * sys/xvimage/xvimagesink.h:
1348         After a caps change, redraw our borders to avoid garbage left there
1349         when the image format changes to a smaller size, like 16:9 -> 4:3
1350         Also, hold the flow_lock a bit longer in the set_caps while we're
1351         fiddling with the xcontext.
1352
1353 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1354
1355         * Makefile.am:
1356         * configure.ac:
1357         * tests/Makefile.am:
1358         Remove bogus check for libcheck, since we check for
1359         gstreamer-check and it pulls in the required info from there, and we
1360         weren't actually _using_ the information for libcheck ourselves
1361         anyway.
1362
1363 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1364
1365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1366         (gst_ffmpeg_caps_to_pixfmt):
1367         Fix the r_mask test for RGBA32 on little-endian.
1368         Fix a stupid typo that would have obviously broken 
1369         compilation on big-endian, if anyone was testing.
1370
1371 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1372
1373         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
1374         (paint_hline_str4):
1375         * gst/videotestsrc/videotestsrc.h:
1376         Add alpha to the color struct.
1377         Use a default alpha value of 255 instead of 128.
1378
1379 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
1380
1381         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
1382         (setup_source):
1383         Clear the dynamic pads counter when starting a new uri. This makes
1384         reusing playbin work again.
1385         Fixes #454264.
1386
1387 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1388
1389         * configure.ac:
1390           Use pkg-config to locate check.
1391
1392 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
1393
1394         * configure.ac:
1395         * tests/check/elements/volume.c: (GST_START_TEST):
1396           Fix 'make check' build against core CVS.
1397
1398 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
1399
1400         * gst-libs/gst/interfaces/propertyprobe.c:
1401         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1402         * gst-libs/gst/tag/gstvorbistag.c:
1403           Make gtk-doc happy.
1404
1405 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
1406
1407         * gst-libs/gst/audio/gstbaseaudiosink.c:
1408         (gst_base_audio_sink_callback):
1409           Quick hack to make audiosinks stop at EOS when operating in
1410           pull-mode; needs to be fixed properly some day.
1411
1412 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
1413
1414         * docs/libs/gst-plugins-base-libs-sections.txt:
1415           Fix location of includes in the docs.
1416
1417 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1418
1419         * gst/ffmpegcolorspace/avcodec.h:
1420         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1421         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1422         (gst_ffmpegcsp_avpicture_fill):
1423         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1424         (img_get_alpha_info):
1425         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1426         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1427         end of the word. Partially fixes #451908
1428
1429 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1430
1431         * docs/libs/Makefile.am:
1432         * docs/plugins/Makefile.am:
1433           Simplify --extra-dir as gtkdoc scans recursively.
1434
1435 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1436
1437         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1438         (gst_adder_request_new_pad):
1439         Make getcaps more robust by not using the proxycaps function. This makes
1440         sure that we don't end up recursively calling getcaps upstream.
1441         See #316248.
1442
1443 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1444
1445         * gst/audioconvert/audioconvert.c:
1446         Include math.h to fix compilation.
1447
1448 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1449
1450         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1451         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1452         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1453         format, as produced by some dc1394 cameras like the iSight.
1454         See http://www.fourcc.org/yuv.php#IYU1
1455
1456 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1457
1458         * gst/audioconvert/Makefile.am:
1459         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1460         (check_default), (audio_convert_prepare_context),
1461         (audio_convert_clean_context), (audio_convert_convert):
1462         * gst/audioconvert/audioconvert.h:
1463         * gst/audioconvert/gstaudioconvert.c:
1464         (gst_audio_convert_dithering_get_type),
1465         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1466         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1467         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1468         * gst/audioconvert/gstaudioconvert.h:
1469         * gst/audioconvert/gstaudioquantize.c:
1470         (gst_audio_quantize_setup_noise_shaping),
1471         (gst_audio_quantize_free_noise_shaping),
1472         (gst_audio_quantize_setup_dither),
1473         (gst_audio_quantize_free_dither),
1474         (gst_audio_quantize_setup_quantize_func),
1475         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1476         * gst/audioconvert/gstaudioquantize.h:
1477         Implement dithering and noise shaping in audioconvert. By default now
1478         TPDF dithering (and no noise shaping) will be used when converting
1479         from a higher bit depth to 20 bit depth or smaller, otherwise
1480         everything will be as it is now.
1481         For the last audioconvert in a pipeline it would make sense to
1482         use some kind of noise shaping, enabling it by default for all
1483         conversions would give undesired results though. Fixes #360246.
1484         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1485         (GST_START_TEST):
1486         Adjust unit test for the new audioconvert.
1487
1488 2007-06-28  Wim Taymans  <wim@fluendo.com>
1489
1490         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1491         Use other metrics as well when estimating the buffer level.
1492
1493 2007-06-28  Wim Taymans  <wim@fluendo.com>
1494
1495         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1496         Small debug improvement.
1497
1498         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1499         (plugin_init):
1500         Tweak the rate estimation period.
1501         When calculating the buffer filledness in rate estimation mode, don't
1502         mix it with other metrics.
1503
1504 2007-06-28  Wim Taymans  <wim@fluendo.com>
1505
1506         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1507         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1508         When creating the groups, allow for a 5 second, unlimited buffers
1509         preroll phase after which we expose the group.
1510         When the group is exposed, use a small number of buffers up to a 2
1511         second limit. Also disconnect the overrun signal from multiqueue when we
1512         exposed the group because it is not needed anymore.
1513
1514 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1515
1516         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1517           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1518           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1519           (#451707); also, output some debugging info when dealing with
1520           freeform strings.
1521
1522         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1523           Add unit test for the above.
1524
1525 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1526
1527         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1528           Add description for Windows Media RTP caps.
1529
1530         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1531           Remove RTP fields that don't define the format from caps.
1532
1533 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1536           Skip empty buffers, but not empty header buffers. That way the original
1537           vorbisdec unit test still passes (#451145); also, take into account
1538           that those empty packets might carry a granulepos.
1539
1540         * tests/check/Makefile.am:
1541         * tests/check/elements/vorbisdec.c:
1542         (_create_codebook_header_buffer), (_create_audio_buffer),
1543         (GST_START_TEST), (vorbisdec_suite):
1544           Add unit test that sends an empty packet.
1545
1546 2007-06-27  Wim Taymans  <wim@fluendo.com>
1547
1548         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1549         Don't error out on 0-sized packets, just emit a warning because this is
1550         not a fatal error. Fixes #451145.
1551
1552 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1553
1554         * docs/plugins/gst-plugins-base-plugins.args:
1555         * docs/plugins/gst-plugins-base-plugins.signals:
1556         * docs/plugins/inspect/plugin-adder.xml:
1557         * docs/plugins/inspect/plugin-alsa.xml:
1558         * docs/plugins/inspect/plugin-audioconvert.xml:
1559         * docs/plugins/inspect/plugin-audiorate.xml:
1560         * docs/plugins/inspect/plugin-audioresample.xml:
1561         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1562         * docs/plugins/inspect/plugin-cdparanoia.xml:
1563         * docs/plugins/inspect/plugin-decodebin.xml:
1564         * docs/plugins/inspect/plugin-decodebin2.xml:
1565         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1566         * docs/plugins/inspect/plugin-gdp.xml:
1567         * docs/plugins/inspect/plugin-gnomevfs.xml:
1568         * docs/plugins/inspect/plugin-libvisual.xml:
1569         * docs/plugins/inspect/plugin-ogg.xml:
1570         * docs/plugins/inspect/plugin-pango.xml:
1571         * docs/plugins/inspect/plugin-playbin.xml:
1572         * docs/plugins/inspect/plugin-subparse.xml:
1573         * docs/plugins/inspect/plugin-tcp.xml:
1574         * docs/plugins/inspect/plugin-theora.xml:
1575         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1576         * docs/plugins/inspect/plugin-video4linux.xml:
1577         * docs/plugins/inspect/plugin-videorate.xml:
1578         * docs/plugins/inspect/plugin-videoscale.xml:
1579         * docs/plugins/inspect/plugin-videotestsrc.xml:
1580         * docs/plugins/inspect/plugin-volume.xml:
1581         * docs/plugins/inspect/plugin-vorbis.xml:
1582         * docs/plugins/inspect/plugin-ximagesink.xml:
1583         * docs/plugins/inspect/plugin-xvimagesink.xml:
1584           Update docs with caps info.
1585
1586 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1587
1588         * po/POTFILES.in:
1589           Add more files with translatable strings (#450875).
1590
1591 2007-06-23  Edward Hervey  <edward@fluendo.com>
1592
1593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1594         The chain should be freed if we error out here, else it will leak.
1595         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1596         (cleanup_decodebin):
1597         Don't forget to *properly* remove the signals, else it will leak.
1598
1599 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1600
1601         * MAINTAINERS:
1602         Updating all the maintainers files
1603
1604 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1607         (main):
1608           Destroy and recreate parse-launch based pipeline after stop to be able
1609           to play again. Reorder some code and add more comments.
1610
1611 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1612
1613         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1614         When handling a delayed-caps notification case, mark
1615         the group as dynamic so that the nbdynamic count is
1616         incremented and decremented correctly. Fixes: #449156
1617         Patch by: Wim Taymans <wim@fluendo.com>
1618
1619 2007-06-19  Andy Wingo  <wingo@pobox.com>
1620
1621         * gst-libs/gst/audio/gstbaseaudiosink.c
1622         (gst_base_audio_sink_init): Enable pull-mode operation.
1623
1624 2007-06-19  Michael Smith <msmith@fluendo.com>
1625
1626         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1627           Change minimum rate back to 1000 to allow low-sample-rate wav files
1628           to play back.
1629
1630 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1631
1632         * po/vi.po:
1633           Update translations.
1634
1635 2007-06-15  David Schleef  <ds@schleef.org>
1636
1637         * gst/playback/gstqueue2.c:
1638           Fix compile error from ignored return value.
1639
1640 2007-06-15  Michael Smith <msmith@fluendo.com>
1641
1642         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1643           Update tmpbuf for all neccesary rows, not just one, as is required
1644           when downscaling.
1645           Fixes #402076.
1646
1647 2007-06-15  Michael Smith <msmith@fluendo.com>
1648
1649         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1650         (eos_buffer_probe):
1651           Add a test that ensures we set DELTA_UNIT on all non-header,
1652           non-video buffers, if we have a video stream.
1653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1654         (gst_ogg_mux_process_best_pad):
1655           Move setting delta_pad to earlier, where we inspect all pads, so
1656           that leading audio pages don't get DELTA_UNIT unset if they come
1657           before the first DELTA_UNIT from video pages. Fixes the newly-added
1658           test. Fixes #385527.
1659
1660 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1661
1662         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1663           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1664           fails on the p5-ppc64 build bot and the failure looks like it is due
1665           to the same issue as #348114, ie. a compiler bug.
1666
1667 2007-06-13  Edward Hervey  <edward@fluendo.com>
1668
1669         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1670         Fix build on MacOSX.
1671
1672 2007-06-13  Wim Taymans  <wim@fluendo.com>
1673
1674         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1675         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1676         Fix compilation on mingw. Fixes #446972.
1677
1678 2007-06-12  Wim Taymans  <wim@fluendo.com>
1679
1680         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1681
1682         * gst/playback/gstqueue2.c: (update_buffering),
1683         (gst_queue_locked_enqueue):
1684         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1685         also update the buffering status when receiving events. Fixes #446551.
1686
1687 2007-06-11  Wim Taymans  <wim@fluendo.com>
1688
1689         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1690
1691         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1692         (gst_queue_handle_src_query):
1693         Wait for preroll before attempting to forward a duration query upstream.
1694         Fixes #445505.
1695
1696 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1697
1698         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1699         (gst_base_rtp_depayload_set_gst_timestamp):
1700         Use G_GINT64_CONSTANT macro for int64 constant.
1701         * win32/common/libgstinterfaces.def:
1702         * win32/common/libgsttag.def:
1703         Add new exported functions.
1704
1705 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1706
1707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1708           The BOS page of the first Dirac video stream needs to come before
1709           the BOS page of any Vorbis streams or other audio streams, just like
1710           it is with Theora.
1711
1712 2007-06-07  Wim Taymans  <wim@fluendo.com>
1713
1714         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1715         Fix compilation.
1716
1717 2007-06-06  Wim Taymans  <wim@fluendo.com>
1718
1719         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1720
1721         * gst/playback/gstqueue2.c: (gst_queue_init),
1722         (gst_queue_handle_sink_event), (gst_queue_chain),
1723         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1724         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1725         (gst_queue_src_activate_pull):
1726         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1727         Does not yet completely work because duration queries upstream won't
1728         block yet.
1729
1730 2007-06-06  Wim Taymans  <wim@fluendo.com>
1731
1732         * configure.ac:
1733         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1734         Some more fseeko checks.
1735
1736 2007-06-06  Wim Taymans  <wim@fluendo.com>
1737
1738         * configure.ac:
1739         check for large file support.
1740
1741 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1742
1743         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1744
1745         * gst/subparse/gstsubparse.c: (parse_subrip),
1746         (subviewer_unescape_newlines), (parse_subviewer),
1747         (gst_sub_parse_data_format_autodetect),
1748         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1749         * gst/subparse/gstsubparse.h:
1750         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1751         * tests/check/elements/subparse.c: (GST_START_TEST),
1752         (subparse_suite):
1753         Add a unit test for both SubViewer formats.
1754
1755 2007-06-01  Michael Smith <msmith@fluendo.com>
1756
1757         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1758           Don't overflow intermediate values when seeking to large time values
1759           in audiotestsrc.
1760
1761 2007-06-05  Wim Taymans  <wim@fluendo.com>
1762
1763         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1764         (gst_queue_create_read), (gst_queue_read_item_from_file),
1765         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1766         Include stdio to define fseeko.
1767
1768 2007-06-05  Wim Taymans  <wim@fluendo.com>
1769
1770         Patch by: Edward Hervey  <edward@fluendo.com>
1771
1772         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1773         (gst_v4lsrc_query):
1774         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1775
1776 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1777
1778         * gst-libs/gst/riff/Makefile.am:
1779         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1780           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1781           our own implementation.
1782
1783 2007-06-05  Wim Taymans  <wim@fluendo.com>
1784
1785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1786         (gst_base_rtp_depayload_setcaps),
1787         (gst_base_rtp_depayload_set_gst_timestamp),
1788         (gst_base_rtp_depayload_change_state):
1789         Handle timestamp wraparound.
1790
1791 2007-06-05  Wim Taymans  <wim@fluendo.com>
1792
1793         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1794         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1795         (gst_uri_decode_bin_change_state):
1796         Make sure we name srcpads uniquely even when using different internal
1797         decodebins.
1798         Signal no-more-pads when no more dynamic elements exist.
1799         Remove pads on cleanup.
1800
1801 2007-06-05  Wim Taymans  <wim@fluendo.com>
1802
1803         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1804
1805         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1806         (gst_queue_init), (gst_queue_finalize),
1807         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1808         (gst_queue_create_read), (gst_queue_read_item_from_file),
1809         (gst_queue_open_temp_location_file),
1810         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1811         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1812         (gst_queue_is_empty), (gst_queue_is_filled),
1813         (gst_queue_change_state), (gst_queue_set_temp_location),
1814         (gst_queue_set_property):
1815         Add support for filebased buffering. Fixes #441264.
1816
1817 2007-06-05  Wim Taymans  <wim@fluendo.com>
1818
1819         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1820         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1821         (caps_notify_group_cb), (gst_decode_group_new),
1822         (gst_decode_group_free):
1823         Add support for delayed caps fixation when autoplugging.
1824         Optimize cases where a multiqueue is not needed/wanted, like right after
1825         anything that is not a demuxer.
1826
1827 2007-06-05  Wim Taymans  <wim@fluendo.com>
1828
1829         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1830         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1831         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1832         consideratly speedup ogg chain detection by not trying to find a base
1833         timestamp for skeleton streams. 
1834
1835 2007-06-05  Wim Taymans  <wim@fluendo.com>
1836
1837         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1838         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1839         (gst_multi_fd_sink_remove_flush),
1840         (gst_multi_fd_sink_remove_client_link),
1841         (gst_multi_fd_sink_handle_client_write),
1842         (gst_multi_fd_sink_handle_clients):
1843         * gst/tcp/gstmultifdsink.h:
1844         Add support for remove_flush.
1845
1846 2007-06-05  Wim Taymans  <wim@fluendo.com>
1847
1848         * docs/design/draft-keyframe-force.txt:
1849         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1850         (theora_enc_chain):
1851         Add draft design for forcing keyframes in encoders and implement in
1852         theoraenc.
1853
1854 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1855
1856         * configure.ac:
1857           Back to CVS
1858
1859 === release 0.10.13 ===
1860
1861 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1862
1863         * configure.ac:
1864           releasing 0.10.13, "What's Going on?"
1865
1866 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1867
1868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1869         In riff, the depth is stored in the size field but it just means that
1870         the least significant bits are cleared. We can therefore just play
1871         the sample as if it had a depth == width. Fixes: #440997
1872
1873         Patch by: Wim Taymans <wim@fluendo.com> 
1874         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1875
1876 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1877
1878         * gst-libs/gst/floatcast/floatcast.h:
1879         Define inline when needed on win32 builds. Fixes: #441295
1880         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1881
1882 2007-05-29  Wim Taymans  <wim@fluendo.com>
1883
1884         * gst/playback/gstplaybasebin.c: (queue_overrun),
1885         (no_more_pads_full):
1886         Stop buffering when the group is commited because the queues filled up.
1887         Fixes #442024.
1888
1889 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1890
1891         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1892         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1893         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1894         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1895         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1896         * ext/alsa/gstalsamixer.h:
1897         * ext/alsa/gstalsamixerelement.c:
1898         (gst_alsa_mixer_element_interface_supported),
1899         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1900         (gst_alsa_mixer_element_set_property),
1901         (gst_alsa_mixer_element_get_property),
1902         (gst_alsa_mixer_element_change_state):
1903         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1904         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1905         (gst_mixer_option_changed):
1906         * gst-libs/gst/interfaces/mixer.h:
1907         Revert commits towards #152864 made so far. We'll pick it up again
1908         after the 0.10.13 release.
1909
1910 2007-05-24  Wim Taymans  <wim@fluendo.com>
1911
1912         * gst-libs/gst/audio/gstbaseaudiosink.c:
1913         (gst_base_audio_sink_render):
1914         After an interrupt (PAUSED/flush) assume that the next sample should not
1915         be aligned to the previous sample. Fixes #417992.
1916
1917 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1918
1919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1920           Don't add channels and rate fields to the template caps for
1921           audio/x-dts, as wavparse might not always be able to set them,
1922           which would then lead to 'caps are not a real subset of the
1923           template caps' warnings.
1924
1925 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1926
1927         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1928         Handle unknown or invalid pads without crashing, as might occur if
1929         a media file like an mp3 is specified as a subtitle file.
1930         Fixes: #410039
1931
1932 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1933
1934         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1935         (setup_sinks):
1936         Block the subtitle bin output queue before ghosting it and linking,
1937         then unblock after. This avoids spurious not-linked errors caused 
1938         by the queue starting up (because it gets linked when it is ghosted). 
1939         Fixes: #350299
1940
1941 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1942
1943         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1944         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1945         file. Avoids flukes where the input gets typefound to some valid but
1946         useless type.
1947
1948 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1949
1950         * tests/check/Makefile.am:
1951         * tests/check/elements/.cvsignore:
1952         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1953         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1954           Add unit test for gnomevfssink seeking and position reporting for
1955           file:// URIs.
1956
1957 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1958
1959         Patch by: Mark Nauwelaerts <manauw at skynet be>
1960
1961         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1962         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1963         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1964         * ext/gnomevfs/gstgnomevfssink.h:
1965           Fix position reporting, especially after a seek (from upstream),
1966           see #412648.
1967
1968 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1969
1970         * ext/cdparanoia/gstcdparanoiasrc.c:
1971           Repair umlaut.
1972
1973 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1974
1975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1976         Specify the full valid range for MP3 samplerates. Fixes a regression
1977         caused by extra header checks since the last release.
1978
1979 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1980
1981         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1983         Fix a locking-order bug I introduced with my changes the other day.
1984         Patch by Mike Smith.
1985
1986 2007-05-21  Michael Smith <msmith@fluendo.com>
1987
1988         * ext/theora/theoradec.c: (theora_handle_data_packet):
1989           Don't look inside 0-length packets (which indicate duplicated
1990           frames)
1991
1992 2007-05-21  Wim Taymans  <wim@fluendo.com>
1993
1994         * ext/cdparanoia/gstcdparanoiasrc.c:
1995         (gst_cd_paranoia_src_read_sector):
1996         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1997         (gst_base_audio_src_create):
1998         Small cleanups.
1999
2000         * ext/theora/theoradec.c: (theora_dec_sink_event):
2001         Fix typo.
2002
2003         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2004         (gst_base_rtp_depayload_set_gst_timestamp):
2005         Add some FIXME
2006
2007         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
2008         And some debug info when a FIXME path is hit.
2009
2010 2007-05-21  Wim Taymans  <wim@fluendo.com>
2011
2012         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2013         (gst_base_rtp_audio_payload_class_init),
2014         (gst_base_rtp_audio_payload_init),
2015         (gst_base_rtp_audio_payload_finalize),
2016         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2017         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2018         (gst_base_rtp_payload_audio_handle_event):
2019         Some cleanups, remove minptime property as it is now in the parent
2020         class.
2021         Override parent class event function.
2022
2023         * gst-libs/gst/rtp/gstbasertppayload.c:
2024         (gst_basertppayload_class_init), (gst_basertppayload_init),
2025         (gst_basertppayload_event), (gst_basertppayload_set_property),
2026         (gst_basertppayload_get_property):
2027         * gst-libs/gst/rtp/gstbasertppayload.h:
2028         Add min-ptime property.
2029         Add handle-event vmethod. Fixes #415001.
2030
2031 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2032
2033         * gst-libs/gst/audio/gstbaseaudiosink.c
2034           (gst_base_audio_sink_change_state):
2035           Fix typo in comment.
2036
2037         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
2038           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
2039           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
2040           close_link):
2041         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
2042           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
2043           Remove trailing whitespaces in comments.
2044
2045         * gst/volume/Makefile.am:
2046           Fix tabs.
2047
2048 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
2049
2050         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2051
2052         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
2053           set_option, get_option, _gst_reserved):
2054           Revert reordering functions (keep ABI).
2055
2056 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
2057
2058         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2059         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
2060         (gst_ximagesink_show_frame):
2061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2062         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
2063         (gst_xvimagesink_show_frame):
2064         When we create our own window, indicate that we handle the 
2065         WM_DELETE client message from the window manager, so that it won't 
2066         kill our window (and our app) along with it. Handle ClientMessage,
2067         post an error on the bus, and close the window. Further buffers
2068         arriving will result in a FlowError because the window has been
2069         destroyed.
2070
2071         Fixes: #393975
2072
2073         Clean up the X event handling loop and make them the same for
2074         both xvimagesink and ximagesink while I'm at it.
2075
2076 2007-05-17  Wim Taymans  <wim@fluendo.com>
2077
2078         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
2079         Make decodebin2 autoplug depayloaders too.
2080
2081         * gst/playback/gsturidecodebin.c: (source_new_pad):
2082         Set the newly created decoder in a usable state when autoplugging a
2083         dynamic source such as RTSP.
2084
2085 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2086
2087         * gst/playback/gststreaminfo.c: (cb_probe):
2088           Ignore video-codec tag for audio streams and ignore audio-codec tags
2089           for video streams. Should make codec name collection a bit more
2090           robust against sloppy demuxers that send tag events containing both
2091           tags down each pad.
2092
2093 2007-05-17  Wim Taymans  <wim@fluendo.com>
2094
2095         * gst/playback/gstqueue2.c: (update_rates):
2096         Tweak the buffering thresholds a little.
2097         Update the buffer size with the previously calculate rate instead of
2098         only when we calculate a new rate so that we get smoother buffering
2099         updates.
2100
2101         * gst/playback/Makefile.am:
2102         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
2103         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2104         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
2105         (gst_uri_decode_bin_get_property), (unknown_type),
2106         (add_element_stream), (no_more_pads_full), (no_more_pads),
2107         (source_no_more_pads), (new_decoded_pad), (array_has_value),
2108         (gen_source_element), (has_all_raw_caps), (analyse_source),
2109         (remove_decoders), (make_decoder), (remove_source),
2110         (source_new_pad), (setup_source), (decoder_query_init),
2111         (decoder_query_duration_fold), (decoder_query_duration_done),
2112         (decoder_query_position_fold), (decoder_query_position_done),
2113         (decoder_query_latency_fold), (decoder_query_latency_done),
2114         (decoder_query_seeking_fold), (decoder_query_seeking_done),
2115         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
2116         (gst_uri_decode_bin_change_state), (plugin_init):
2117         New element that intergrates a source, optional buffering element and
2118         decodebin.
2119
2120 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2121
2122         * configure.ac:
2123           Bump libtheora requirement to 1.0alpha5 for the pixformat check
2124           (also has a .pc file, so we don't need the fallback check any
2125           longer). Fixes #438840.
2126
2127 2007-05-17  Wim Taymans  <wim@fluendo.com>
2128
2129         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2130         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
2131         (apply_segment), (apply_buffer), (update_buffering),
2132         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
2133         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2134         (gst_queue_handle_sink_event), (gst_queue_is_filled),
2135         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
2136         (plugin_init):
2137         fix build.
2138
2139 2007-05-17  Wim Taymans  <wim@fluendo.com>
2140
2141         * gst/playback/Makefile.am:
2142         * gst/playback/gstqueue2.c: (gst_queue_get_type),
2143         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
2144         (gst_queue_getcaps), (gst_queue_bufferalloc),
2145         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
2146         (apply_buffer), (update_buffering), (reset_rate_timer),
2147         (update_rates), (gst_queue_locked_flush),
2148         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
2149         (gst_queue_handle_sink_event), (gst_queue_is_empty),
2150         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
2151         (gst_queue_loop), (gst_queue_handle_src_event),
2152         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
2153         (gst_queue_src_activate_push), (gst_queue_change_state),
2154         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
2155         On our way to playbin2 this is the new network queue that does buffering
2156         all by itself using high and low watermarks. It can also measure up and
2157         downstream bandwidth to optimally size the queue.
2158
2159 2007-05-17  Michael Smith <msmith@fluendo.com>
2160
2161         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
2162         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
2163           Use the segment->last_stop value to calculate the next timestamp to
2164           generate after a seek; not the segment->start value.
2165
2166 2007-05-15  David Schleef  <ds@schleef.org>
2167
2168         * docs/Makefile.am: Install docs even when --disable-gtk-doc
2169           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
2170
2171 2007-05-15  Wim Taymans  <wim@fluendo.com>
2172
2173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2174         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
2175         Some more chained streaming ogg timestamp fixes.
2176
2177 2007-05-15  Wim Taymans  <wim@fluendo.com>
2178
2179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2180         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2181         (gst_ogg_demux_handle_page):
2182         Add some FIXMEs.
2183         Fix chain start/stop segment handling based on patch by
2184         <ahalda at cs dot mcgill dot ca> see #320984.
2185
2186 2007-05-15  Michael Smith <msmith@fluendo.com>
2187
2188         * configure.ac:
2189           We don't require a C++ compiler. So don't require one.
2190
2191 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2192
2193         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
2194           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2195           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
2196           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2197           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
2198           gst_alsa_mixer_update_track):
2199           Apply some of the cleanup Tim suggested in #152864 afterwards.
2200
2201 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2202
2203         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2204
2205         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
2206           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
2207           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
2208           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
2209           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
2210           gst_alsa_mixer_handle_source_callback,
2211           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
2212           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
2213           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
2214           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
2215           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
2216           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
2217         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
2218         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
2219           gst_alsa_mixer_element_interface_supported,
2220           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
2221           gst_alsa_mixer_element_set_property,
2222           gst_alsa_mixer_element_get_property,
2223           gst_alsa_mixer_element_change_state):
2224         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
2225         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
2226           gst_mixer_option_changed):
2227         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
2228           volume_changed, option_changed, _gst_reserved):
2229           Implement notification for alsamixer. Fixes #152864
2230
2231 2007-05-14  David Schleef  <ds@schleef.org>
2232
2233         * gst/videotestsrc/videotestsrc.c:
2234         * gst/videotestsrc/videotestsrc.h:
2235           Add support for video/x-raw-bayer.
2236
2237 2007-05-12  David Schleef  <ds@schleef.org>
2238
2239         * sys/xvimage/xvimagesink.c:
2240           Add some sanity checking for the XVImage size returned by X.
2241           Related to #377400.
2242
2243 2007-05-12  Wim Taymans  <wim@fluendo.com>
2244
2245         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2246         (gst_base_rtp_depayload_setcaps),
2247         (gst_base_rtp_depayload_set_gst_timestamp):
2248         Parse and use additional caps fields as described in updated
2249         application/x-rtp caps spec.
2250
2251 2007-05-12  Wim Taymans  <wim@fluendo.com>
2252
2253         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2254         (gst_ogg_demux_collect_chain_info):
2255         If there is a stream in a chain without any data packets, ignore the
2256         stream in the total length calculations. Might be related to #436820.
2257
2258 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
2259
2260         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
2261         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
2262         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2263         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2264         (plugin_init):
2265
2266         Consolidate and re-work our mpeg system stream detection to probe
2267         more packets and produce a higher confidence result. Fixes a
2268         regression caused by lowering the typefind probability last year
2269         - related to bug #397810. Remove the redundant MPEG-1 specific 
2270         typefind function, as the new one detects both MPEG-1 & MPEG-2
2271         happily.
2272
2273         Also cleanup the MPEG elementary and MPEG-TS detection functions a
2274         little. 
2275
2276         Tested against my media test directory, with some improvements and
2277         no regressions.
2278
2279 2007-05-10  Wim Taymans  <wim@fluendo.com>
2280
2281         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
2282         (queue_out_of_data):
2283         Connect to the new queue "pushing" signal instead of the broken
2284         "running" one.
2285
2286 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2287
2288         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2289         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
2290         Move variable declaration before the first instruction.
2291         * gst/videotestsrc/videotestsrc.c:
2292         Define M_PI if it's not defined yet.
2293         * win32/common/libgstrtp.def:
2294         Add new exported functions.
2295
2296 2007-05-09  Michael Smith <msmith@fluendo.com>
2297
2298         * ext/theora/theoradec.c: (theora_handle_type_packet):
2299           gst_pad_push_event() does not return a GstFlowReturn!
2300
2301 2007-05-09  Wim Taymans  <wim@fluendo.com>
2302
2303         * tests/examples/seek/scrubby.c: (stop_cb), (main):
2304         * tests/examples/seek/seek.c: (do_seek):
2305         Some small cosmetic changes.
2306
2307 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
2308
2309         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
2310           gst_adder_change_state):
2311         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
2312           segment_pending, segment_position, segment_rate):
2313           Handle playback-rate on adder.
2314
2315 2007-05-07  Michael Smith <msmith@fluendo.com>
2316
2317         * ext/theora/gsttheoradec.h:
2318         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2319         (theora_dec_sink_event), (theora_handle_comment_packet),
2320         (theora_handle_type_packet), (theora_dec_change_state):
2321           Don't push events (newsegment, tags) before initialising the
2322           decoder.
2323           This is neccesary for seeking to work correctly in gnonlin.
2324
2325 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2326
2327         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2328         * gst/adder/gstadder.c:
2329         * gst/audiotestsrc/gstaudiotestsrc.c
2330           (gst_audio_test_src_create_white_noise):
2331         * gst/videotestsrc/gstvideotestsrc.c:
2332         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
2333           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
2334           volume_sink_template, volume_src_template, gst_volume_init,
2335           volume_process_double, volume_process_int16,
2336           volume_process_int16_clamp):
2337           Doc fixes and formatting.
2338
2339 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2340
2341         * tests/check/Makefile.am:
2342         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2343           Minimal check for volume's GstController usability; also another
2344           test for #422295.
2345
2346 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
2347
2348         * gst-libs/gst/cdda/gstcddabasesrc.c:
2349         (gst_cdda_base_src_add_track):
2350           Fix it so that it (a) makes sense and (b) doesn't break
2351           everything cdda-related including the unit test.
2352
2353 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
2354
2355         * gst-libs/gst/cdda/gstcddabasesrc.c:
2356         (gst_cdda_base_src_add_track):
2357           Fix build when disabling asserts.
2358
2359 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
2360
2361         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2362           When XShm is not available, we might get row strides that are not
2363           rounded up to multiples of four; this is bad, because virtually
2364           every RGB-processing element in GStreamer assumes rowstrides are
2365           rounded up to multiples of four, so let's allocate at least enough
2366           memory to avoid crashes in this case. The image will still be
2367           displayed distorted though if this happens, so that still needs
2368           fixing (maybe by allocating a bigger image with an 'even' width
2369           and then clipping it appropriately when rendering - something for
2370           Xlib aficionados in any case).
2371
2372 2007-05-03  Michael Smith <msmith@fluendo.com>
2373
2374         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2375           If a buffer doesn't have a timestamp, assume it's contiguous with
2376           the previous buffer, and synthesise timestamps appropriately.
2377
2378 2007-05-03  Edward Hervey  <edward@fluendo.com>
2379
2380         * tests/check/elements/videorate.c: (GST_START_TEST):
2381         Set buffer timestamp to a valid value in order to test the buffer
2382         really does stay in videorate.
2383
2384 2007-05-03  Edward Hervey  <edward@fluendo.com>
2385
2386         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2387         There is no sensible way to handle incoming buffers which don't have a
2388         valid timestamp. We therefore discard them and wait for the next one.
2389
2390 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2391
2392         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
2393         * gst/playback/gstdecodebin2.c: (plugin_init):
2394           Better error message for text files.
2395
2396 2007-04-29  Wim Taymans  <wim@fluendo.com>
2397
2398         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
2399         Fix offset bug in generation RR packets.
2400
2401 2007-04-27  Julien MOUTTE  <julien@moutte.net>
2402
2403         * ext/theora/theoradec.c: (_theora_granule_time),
2404         (theora_dec_push_forward), (theora_handle_data_packet),
2405         (theora_dec_decode_buffer): Calculate buffer duration correctly
2406         to generate a perfect stream (#433888).
2407         * gst/audioresample/gstaudioresample.c:
2408         (audioresample_check_discont): Glib provides ABS.
2409
2410 2007-04-27  Wim Taymans  <wim@fluendo.com>
2411
2412         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2413         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
2414         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
2415         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2416         (gst_rtcp_packet_bye_set_reason):
2417         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2418         Fix RB block parsing and writing.
2419         Add support for constructing BYE packets.
2420
2421 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2422
2423         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2424         (gst_base_audio_src_create):
2425         * po/POTFILES.in:
2426           When posting a warning message because samples were dropped, post
2427           something more intelligible than he default error message for clock
2428           errors which is just confusing in this context (#432984).
2429
2430 2007-04-25  Wim Taymans  <wim@fluendo.com>
2431
2432         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2433         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2434         (read_packet_header), (gst_rtcp_packet_move_to_next),
2435         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2436         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2437         (gst_rtcp_packet_sdes_get_item_count),
2438         (gst_rtcp_packet_sdes_first_item),
2439         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2440         (gst_rtcp_packet_sdes_first_entry),
2441         (gst_rtcp_packet_sdes_next_entry),
2442         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2443         (gst_rtcp_packet_sdes_add_entry):
2444         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2445         Implement code to write SR, RR and SDES packets.
2446
2447 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2448
2449         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2450
2451         * sys/ximage/ximagesink.c:
2452           Fix build if XShm is not available (#432362).
2453
2454 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2455
2456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2457         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2458         pointers to random memory which are passed to g_free() when
2459         audio_convert_prepare_context() is called the first time.
2460
2461 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2462
2463         Patch by: Dan Williams <dcbw redhat com>
2464
2465         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2466           Don't leak incoming buffer if gst_pad_push() returns a
2467           non-OK flow. Fixes #432755.
2468          
2469         * tests/check/elements/videorate.c: (GST_START_TEST),
2470         (videorate_suite):
2471           Unit test for the above by Yours Truly.
2472
2473 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2474
2475         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2476         (gst_adder_sink_event), (gst_adder_collected):
2477           Fix non-flushing segmented seeks, Fixes #340060 for me
2478
2479 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2480
2481         Patch by: Olivier Crete  <tester at tester ca>
2482
2483         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2484         (gst_base_rtp_audio_payload_class_init),
2485         (gst_base_rtp_audio_payload_init),
2486         (gst_base_rtp_audio_payload_dispose):
2487           Chain up to parent class in dispose function; get rid of
2488           unnecessary 'diposed' flag in private structure (#415001).
2489
2490 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2491
2492         * docs/libs/gst-plugins-base-libs.types:
2493         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2494         (gst_base_rtp_audio_payload_class_init):
2495         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2496         * gst-libs/gst/rtp/gstbasertppayload.c:
2497           Some minor docs fixes and additions; also add missing 'Since' bits.
2498
2499 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2500
2501         Patch by: Zeeshan Ali  <zeenix gmail com>
2502
2503         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2504         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2505         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2506         (gst_base_rtp_audio_payload_push):
2507         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2508           The recently-added gst_base_rtp_audio_payload_push() should take an
2509           object of type GstBaseRTPAudioPayload as first argument (#431672).
2510
2511 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2512
2513         * gst/audioresample/gstaudioresample.c:
2514           Make more functions static, just because we can.
2515
2516 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2517
2518         * tests/check/elements/audioresample.c:
2519           Add unit test for audioresample shutdown crasher (#420106).
2520
2521 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2522
2523         * gst/subparse/gstsubparse.c:
2524         * gst/subparse/samiparse.c:
2525           Use GST_DISABLE_XML here
2526
2527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2528         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2529         (gst_xvimagesink_buffer_alloc),
2530         (gst_xvimagesink_navigation_send_event):
2531         * sys/xvimage/xvimagesink.h:
2532           Include stdlib.h when using atoi.
2533           
2534         * tests/check/elements/playbin.c: (playbin_suite):
2535           Use GST_DISABLE_REGISTRY here
2536
2537 2007-04-19  Michael Smith  <msmith@fluendo.com>
2538
2539         * ext/theora/gsttheoraenc.h:
2540         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2541         (theora_enc_sink_event), (theora_enc_change_state):
2542           Track initialisation state; don't try to use encoder state if we're
2543           not initialised (it'll segfault).
2544
2545 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2546
2547         * tests/check/pipelines/.cvsignore:
2548         Fix build.
2549
2550 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2551
2552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2553         Allow random depths between 1 and 32 instead of only multiplies of 8.
2554
2555 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2556
2557         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2558         Set the maximum number of channels for PCM and float in the correct
2559         place to have it also used when creating the template caps.
2560
2561 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2562
2563         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2564         Correctly support 4, 6 and 8 channels with normal PCM and float
2565         wav files.
2566
2567         Fix the depth and signedness calculation in extensible wav files and
2568         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2569         mask is found.
2570
2571         Add support for float, alaw and mulaw in extensible wav files.
2572
2573         This allows correct playback of all but 5 files from
2574         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2575         
2576         (gst_riff_create_audio_template_caps):
2577         Add voxware and float formats to the template caps.     
2578
2579 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2580
2581         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2582
2583         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2584         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2585
2586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2587         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2588         Use the correct format strings for integer formats.
2589
2590 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2591
2592         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2593           Don't use pad_alloc_buffer_and_set_caps to create a small header
2594           packet, or, worse, to create a big temporary video buffer using the
2595           src pad.
2596
2597 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2598
2599         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2600         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2601           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2602           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2603
2604 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2605
2606         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2607           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2608           streamheader_suite):
2609           Add another test set up for failure
2610
2611 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2612
2613         * tests/check/Makefile.am:
2614         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2615           GST_START_TEST, streamheader_suite, main):
2616           Add a test for the streamheader bug Wim fixed.
2617
2618 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2619
2620         * ext/theora/theoradec.c: (theora_dec_sink_event):
2621         Fix misleading comment.
2622
2623 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2624
2625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2626           More sanity checks for the header fields.
2627
2628 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2629
2630         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2631           Try encodings from all environment variables, not just those in the
2632           first environment variable that is set.
2633
2634 2007-04-12  Wim Taymans  <wim@fluendo.com>
2635
2636         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2637         (gst_video_rate_chain):
2638         Add some debug.
2639
2640         * tests/check/elements/videorate.c: (GST_START_TEST),
2641         (videorate_suite):
2642         Added check for videorate changing caps handling. Closes #421834.
2643
2644 2007-04-12  Michael Smith  <msmith@fluendo.com>
2645
2646         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2647           Use scale functions to avoid overflow when calculating duration of 
2648           vorbis buffers.
2649
2650 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2651
2652         * docs/libs/gst-plugins-base-libs-sections.txt:
2653         * gst-libs/gst/tag/tag.h:
2654         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2655           API: add gst_tag_freeform_string_to_utf8() (#405072).
2656
2657         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2658           Use gst_tag_freeform_string_to_utf8() here.
2659
2660 2007-04-12  Wim Taymans  <wim@fluendo.com>
2661
2662         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2663         (gst_gdp_pay_sink_event):
2664         Make sure we set the IN_CAPS flag correctly.
2665
2666         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2667         Get the IN_CAPS flag before we call functions that mess with the flags.
2668
2669 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2670
2671         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2672           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2673           Only stamp buffers with offset/offset_end right before they get
2674           pushed.  This ensures offset continuity, which was not the case
2675           before as shown by
2676           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2677
2678 2007-04-06  Wim Taymans  <wim@fluendo.com>
2679
2680         * gst/playback/gstplaybin.c: (add_sink),
2681         (gst_play_bin_change_state):
2682         Activate sync in playbin, we are ready to handle it for live streams.
2683
2684 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2685
2686         * tests/check/elements/playbin.c:
2687         (test_sink_usage_video_only_stream), (playbin_suite):
2688           Add small test for stream-info-value-array code paths.
2689
2690 2007-04-05  Wim Taymans  <wim@fluendo.com>
2691
2692         * gst-libs/gst/audio/gstbaseaudiosink.c:
2693         (gst_base_audio_sink_skew_slaving):
2694         Don't try to create invalid calibration parameters by making the
2695         internal time go backwards, instead make external time go forward.
2696
2697 2007-04-05  Wim Taymans  <wim@fluendo.com>
2698
2699         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2700
2701         * gst/playback/gstplaybasebin.c: (add_stream):
2702         Fix leak in add_stream(), when g_value_set_object() increases the
2703         refcount of streaminfo object. Fixes #426250.
2704
2705 2007-04-03  David Schleef  <ds@schleef.org>
2706
2707         * gst/videotestsrc/gstvideotestsrc.c:
2708         * gst/videotestsrc/gstvideotestsrc.h:
2709         * gst/videotestsrc/videotestsrc.c:
2710         * gst/videotestsrc/videotestsrc.h:
2711           Add a test pattern called "circular", which has concentric
2712           rings with varying radial frequency.  The main purpose of this
2713           pattern is to test fidelity loss in a filter or scaler element.
2714           Notably, this pattern is scale invariant, and is optimally viewed
2715           with a width (and height) of 400.
2716
2717 2007-04-03  Wim Taymans  <wim@fluendo.com>
2718
2719         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2720
2721         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2722         (deactivate_free_recursive):
2723         Decodebin2 doesn't unref pads it obtains in some occasions:
2724         - multiqueue src pads, when either connecting further or exposing
2725         - sink pads of new autoplugged elements
2726         - peer pads when recursively freeing elements
2727         Fixes #425455.
2728
2729 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2732         Add audio/x-raw-float support, now that audioconvert support
2733         non-native endianness floats.
2734
2735 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2736
2737         * docs/libs/gst-plugins-base-libs-docs.sgml:
2738           gstreamer-plugins-base.pc doesn't exist, it's
2739           gstreamer-plugins-base-0.10.pc.
2740
2741 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2742
2743         Patch by: René Stadler <mail at renestadler dot de>
2744         with some minor changes
2745
2746         * gst-libs/gst/floatcast/floatcast.h:
2747         Use more efficient float endianness conversion functions that don't
2748         involve 2 function calls per value.
2749         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2750         (check_default), (audio_convert_prepare_context):
2751         * gst/audioconvert/gstaudioconvert.c:
2752         (gst_audio_convert_parse_caps), (make_lossless_changes):
2753         Support non-native endianness floats as input and output.
2754         Fixes #339838.
2755         * tests/check/elements/audioconvert.c: (verify_convert),
2756         (GST_START_TEST):
2757         Add unit tests for the non-native endianness float conversions.
2758
2759 2007-03-29  Wim Taymans  <wim@fluendo.com>
2760
2761         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2762         (gst_base_rtp_depayload_base_init),
2763         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2764         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2765         (gst_base_rtp_depayload_set_gst_timestamp),
2766         (gst_base_rtp_depayload_change_state),
2767         (gst_base_rtp_depayload_set_property),
2768         (gst_base_rtp_depayload_get_property):
2769         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2770         Add Private structure.
2771         Bring element code to 2007.
2772         Parse clock-base caps param and use it when generating the
2773         newsegment.
2774         Reset variables before going to PAUSED.
2775         Fix some docs.
2776
2777 2007-03-29  Wim Taymans  <wim@fluendo.com>
2778
2779         * docs/libs/gst-plugins-base-libs-docs.sgml:
2780         * docs/libs/gst-plugins-base-libs-sections.txt:
2781         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2782         (gst_base_rtp_audio_payload_get_adapter):
2783         Add RTCP docs.
2784         Fix some more docs.
2785
2786         * gst-libs/gst/rtp/Makefile.am:
2787         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2788         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2789         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2790         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2791         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2792         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2793         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2794         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2795         (gst_rtcp_packet_sr_get_sender_info),
2796         (gst_rtcp_packet_sr_set_sender_info),
2797         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2798         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2799         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2800         (gst_rtcp_packet_sdes_get_chunk_count),
2801         (gst_rtcp_packet_sdes_first_chunk),
2802         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2803         (gst_rtcp_packet_sdes_first_item),
2804         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2805         (gst_rtcp_packet_bye_get_ssrc_count),
2806         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2807         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2808         (gst_rtcp_packet_bye_get_reason_len),
2809         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2810         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2811         Add new helper object for parsing and creating RTCP messages.
2812
2813 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2814
2815         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2816         PCM samples with width=8 must be always unsigned, no matter what
2817         depth they have.
2818
2819 2007-03-29  Andy Wingo  <wingo@pobox.com>
2820
2821         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2822         perfect offsets also, not just timestamps.
2823
2824         * tests/check/elements/videorate.c (test_more): Test that given
2825         any incoming offsets, that videorate produces perfect offsets.
2826
2827 2007-03-29  Wim Taymans  <wim@fluendo.com>
2828
2829         * gst-libs/gst/riff/riff-ids.h:
2830         Add some more RIFF formats.
2831
2832 2007-03-29  Wim Taymans  <wim@fluendo.com>
2833
2834         * gst-libs/gst/rtp/gstrtpbuffer.c:
2835         (gst_rtp_buffer_default_clock_rate):
2836         * gst-libs/gst/rtp/gstrtpbuffer.h:
2837         Fix fixed payload names and docs.
2838         Added method to get the default clock rates of fixed payload types.
2839         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2840
2841 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2842
2843         * tests/check/pipelines/.cvsignore:
2844         Add new vorbisdec test to cvsignore.
2845
2846 2007-03-28  Wim Taymans  <wim@fluendo.com>
2847
2848         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2849         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2850         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2851         (gst_base_audio_sink_set_property),
2852         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2853         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2854         (gst_base_audio_sink_skew_slaving),
2855         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2856         (gst_base_audio_sink_async_play):
2857         * gst-libs/gst/audio/gstbaseaudiosink.h:
2858         Store private stuff in GstBaseAudioSinkPrivate.
2859         Add configurable clock slaving modes property.
2860         API:: GstBaseAudioSink::slave-method property
2861         Some more latency reporting tweaks.
2862         Added skew based clock slaving correction and make it the default until
2863         the resampling method is more robust.
2864
2865 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2866
2867         * gst/audioconvert/audioconvert.c:
2868         Add docs to the integer pack functions and implement proper
2869         rounding. Before we had rounding towards negative infinity, i.e.
2870         always the smaller number was taken. Now we use natural rounding,
2871         i.e. rounding to the nearest integer and to the one with the largest
2872         absolute value for X.5. The old rounding introduced some minor
2873         distortions. Fixes #420079
2874         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2875         Fix one unit test that assumed the old rounding and added unit tests
2876         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2877         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2878         rounding from signed int32 to signed/unsigned int16.
2879
2880 2007-03-27  Michael Smith  <msmith@fluendo.com>
2881
2882         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2883         (gst_audio_convert_transform_caps):
2884           Fix typo in debug line introduced recently, as pointed out on irc.
2885
2886 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2887
2888         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2889         * tests/check/libs/tag.c: (GST_START_TEST):
2890           Make sure we parse floating-point numbers in vorbis comments
2891           correctly with either '.' or ',' as separator, no matter what
2892           the current locale is. Add unit test for this too.
2893
2894 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2895
2896         Patch by: René Stadler  <mail at renestadler de>
2897
2898         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2899           When writing out floating-point numbers to vorbis comment tags, always
2900           use the same character as separator no matter what the current locale is
2901           (fixes #423051).
2902
2903         * tests/check/libs/tag.c: (GST_START_TEST):
2904           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2905
2906 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2907
2908         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2909           vorbis_handle_data_packet):
2910           Correctly set DURATION to generate a timestamp-continuous stream.
2911           One bug left at the end; see
2912           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2913         * tests/check/Makefile.am:
2914         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2915           Add a test to check this.  Without the above patch this test fails.
2916
2917 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2918
2919         * gst-libs/gst/rtp/Makefile.am:
2920         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2921
2922 2007-03-23  Michael Smith  <msmith@fluendo.com>
2923
2924         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2925         (gst_video_rate_reset), (gst_video_rate_chain):
2926           If videorate changes caps, we can no longer use the old buffer
2927           (which may have a different size, incompatible with our caps).
2928           So don't do that; just duplicate the new frame more times.
2929
2930 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2931
2932         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2933         Remove playbin's override of the set_clock vmethod. It's irrelevant
2934         after Wim's commit on the 19th.
2935
2936 2007-03-22  Wim Taymans  <wim@fluendo.com>
2937
2938         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2939         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2940         * ext/gnomevfs/gstgnomevfssrc.h:
2941         Don't cache file sizes. Fixes #341078.
2942
2943 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2944
2945         * gst/playback/gstplaybin.c: (add_sink):
2946           Use GST_PTR_FORMAT to log caps. 
2947
2948 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2949
2950         Patch by: Young-Ho Cha <ganadist at chollian net>
2951
2952         * gst/subparse/samiparse.c: (handle_start_font):
2953           Special-case some more colour names that pango doesn't handle by
2954           default. Fixes #420578.
2955
2956 2007-03-20  Michael Smith  <msmith@fluendo.com>
2957
2958         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2959           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2960           that marks EOS internally. After that, libvorbis will buffer all
2961           input data, and encode none of it, eventually leading to memory
2962           exhaustion.
2963
2964 2007-03-19  Wim Taymans  <wim@fluendo.com>
2965
2966         * gst/playback/gstdecodebin.c: (remove_fakesink):
2967         Don't post STATE_DIRTY anymore.
2968
2969         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2970         (gst_play_bin_change_state):
2971         Remove stream_time reset in seek handling, core does that now.
2972         Disable clocking for live pipelines by forcing a NULL clock to the
2973         complete pipeline, core is too smart now for our previous hack.
2974         We can always autoplug in PAUSED now.
2975
2976 2007-03-17  David Schleef  <ds@schleef.org>
2977
2978         * REQUIREMENTS:  Update this file, change the formatting to make
2979         it more consistent, plus more machine readable.
2980
2981 2007-03-16  Michael Smith  <msmith@fluendo.com>
2982
2983         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2984         (strip_width_64), (append_with_other_format):
2985           Previous fix was too simplistic, and broke the tests. Use a better
2986           approach; only strip 64 from widths for integer audio.
2987
2988 2007-03-16  Michael Smith  <msmith@fluendo.com>
2989
2990         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2991         (gst_audio_convert_transform_caps):
2992           We don't support 64 bit integer audio, so don't try to claim we can.
2993           Stops us producing caps don't match our template caps.
2994           Update comments.
2995
2996 2007-03-15  Michael Smith  <msmith@fluendo.com>
2997
2998         * gst/audioresample/gstaudioresample.c:
2999         (audioresample_check_discont), (audioresample_transform):
3000           Don't trigger discontinuities for very small imperfections; a filter
3001           flush will sound bad, and many plugins have rounding errors leading
3002           to these.
3003
3004 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3005
3006         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
3007
3008         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3009         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3010         API: add "min-ptime" property to RTP base audio payloader.
3011         API: add gst_base_rtp_audio_payload_push().
3012         API: add gst_base_rtp_audio_payload_get_adapter().
3013         Fixes #415001
3014         Indentation/whitespace/documentation fixes.
3015
3016 2007-03-14  Julien MOUTTE  <julien@moutte.net>
3017
3018         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
3019         (audioresample_transform_size), (audioresample_do_output),
3020         (audioresample_transform), (audioresample_pushthrough): Handle
3021         discontinuous streams.
3022         * gst/audioresample/gstaudioresample.h:
3023         * tests/check/elements/audioresample.c:
3024         (test_discont_stream_instance), (GST_START_TEST),
3025         (audioresample_suite): Add a test for discontinuous streams.
3026         * win32/common/config.h: Updated.
3027
3028 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3029
3030         * po/af.po:
3031         * po/az.po:
3032         * po/cs.po:
3033         * po/en_GB.po:
3034         * po/it.po:
3035         * po/nb.po:
3036         * po/nl.po:
3037         * po/or.po:
3038         * po/sq.po:
3039         * po/sr.po:
3040         * po/sv.po:
3041         * po/uk.po:
3042         * po/vi.po:
3043           Update translations from translation project.
3044
3045 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3046
3047         * gst/audioresample/debug.h:
3048         * gst/audioresample/resample.c: (resample_init):
3049           Since I really am not interested in a debug line for each sample
3050           being processed, move the library's debugging to its own category,
3051           libaudioresample
3052
3053 2007-03-13  Michael Smith  <msmith@fluendo.com>
3054
3055         * ext/theora/theoradec.c: (theora_handle_type_packet):
3056           Since the plugin doesn't support anything other than 4:2:0 right
3057           now, post an error and fail if we get something else. Won't matter
3058           until libtheora supports the other pixel formats, but hopefully
3059           that'll be soon...
3060
3061 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3062
3063         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
3064         Use gst_guint64_to_gdouble for conversion.
3065         * win32/MANIFEST:
3066         Add new files to the win32 MANIFEST.
3067         * win32/common/libgstaudio.def:
3068         * win32/common/libgstpbutils.def:
3069         Add new exported functions.
3070         * win32/vs6/gst_plugins_base.dsw:
3071         * win32/vs6/libgstdecodebin.dsp:
3072         * win32/vs6/libgstplaybin.dsp:
3073         Change the link to libgstpbutils.lib.
3074         * win32/vs6/libgstdecodebin2.dsp:
3075         Add a new project for decodebin2.
3076         * win32/vs6/libgstpbutils.dsp:
3077         Add a new project for pbutils.
3078
3079 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3080
3081         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3082           Also accept partial dates with only year and month,
3083           like 1999-12-00 (fixes #410396 even more).
3084
3085         * tests/check/libs/tag.c: (GST_START_TEST):
3086           Add unit test for the above.
3087
3088 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3089
3090         * tests/check/elements/subparse.c: (GST_START_TEST),
3091         (subparse_suite):
3092           Add unit test for MPL2 subtitle format (#413799).
3093
3094 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3095
3096         Patch by: Kamil Pawlowski  <kamilpe gmail com>
3097
3098         * gst/subparse/Makefile.am:
3099         * gst/subparse/gstsubparse.c:
3100         (gst_sub_parse_data_format_autodetect),
3101         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
3102         (gst_subparse_type_find):
3103         * gst/subparse/gstsubparse.h:
3104         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
3105         * gst/subparse/mpl2parse.h:
3106           Add support for MPL2 subtitle format (#413799).
3107
3108 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         * configure.ac:
3111           We require core CVS for the new buffer metadata copy functions.
3112
3113 2007-03-09  Wim Taymans  <wim@fluendo.com>
3114
3115         * gst-libs/gst/tag/gstid3tag.c:
3116         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
3117         Fixes #414496.
3118
3119         Patch by: Alex Lancaster <alexl at users sourceforge net>
3120
3121 2007-03-09  Wim Taymans  <wim@fluendo.com>
3122
3123         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
3124         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
3125         Improve adapter usage and comments.
3126
3127 2007-03-09  Wim Taymans  <wim@fluendo.com>
3128
3129         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3130         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
3131         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
3132         Use new metadata copy function.
3133
3134         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3135         (gst_ffmpegcsp_transform):
3136         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
3137         Basetransform copied the metadata for us.
3138
3139 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3140
3141         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
3142         (gst_text_overlay_video_event):
3143           Some more logging. Only accept newsegment events in TIME format and
3144           send a WARNING message if they are not in TIME format.
3145
3146         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3147         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
3148         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
3149         * gst/subparse/gstsubparse.h:
3150           No need to allocate GstSegment structure dynamically, just put it
3151           into the instance structure; ignore newsegment events in BYTE
3152           format and in particular don't let it overwrite our saved TIME
3153           segment from the last seek.
3154
3155 2007-03-09  Michael Smith  <msmith@fluendo.com>
3156
3157         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
3158           Replace AC3 typefinder with one that isn't terrible, and actually
3159           works usefully.
3160
3161 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3162
3163         * gst/audioconvert/gstaudioconvert.c:
3164         (gst_audio_convert_transform):
3165           fix error category and translatable string
3166           
3167
3168 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3169
3170         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3171         * pkgconfig/gstreamer-plugins-base.pc.in:
3172           Fix up utils => pbutils here too.
3173
3174 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3175
3176         * gst/subparse/gstsubparse.c: (handle_buffer):
3177           Break out of loop in chain function as soon as possible if we get
3178           a non-OK flow return.
3179
3180 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3181
3182         * tests/check/elements/alsa.c: (GST_START_TEST):
3183         Unref the mixer if the state change fails too (if the
3184         alsa devices are inaccessible, for example)
3185
3186 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3187
3188         * tests/check/Makefile.am:
3189         Don't test libvisual elements in the states check, because libvisual
3190         seems to leak internally.
3191
3192         Re-enable the alsa and states tests now that there's new suppressions
3193         in gst.supp.
3194
3195         * tests/check/elements/alsa.c: (GST_START_TEST):
3196         Don't leak the alsamixer we instantiated.
3197
3198 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3199
3200         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3201         (gst_ximagesink_change_state), (gst_ximagesink_reset),
3202         (gst_ximagesink_finalize):
3203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3204         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
3205         Move some cleanup stuff from the state change handler into a _reset()
3206         function that can be called from _finalize(). This ensures that things
3207         get freed even if (for some reason) the NULL->READY state transition
3208         fails in the parent class.
3209         Even if a parent state change fails, process our downward state change
3210         logic instead of bailing out early.
3211         Free the correct xcontext pointer in ximagesink's xcontext_clear.
3212
3213 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3214
3215         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3216         Extra log line.
3217
3218         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
3219         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
3220         Use pango_font_description_set_family_static instead of 
3221         pango_font_description_set_family to save a string copy (it was
3222         leaking due to the strdup anyway)
3223
3224         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
3225         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
3226         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
3227         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
3228         Chain up in finalize.
3229
3230 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         * gst-libs/gst/interfaces/mixertrack.c:
3233         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
3234         (gst_mixer_track_set_property):
3235           API: add "untranslated-label" property which should be set by
3236           implementations at construct time (#414645).
3237
3238         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
3239         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3240           Set "untranslated-label" when constructing mixer track objects.
3241
3242         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
3243           Unit test to check the above.
3244
3245 2007-03-07  Wim Taymans  <wim@fluendo.com>
3246
3247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3248         Fix confusing debug message.
3249
3250 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3251
3252         * gst-plugins-base.doap:
3253         update doap file with new version
3254
3255 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3256
3257         * configure.ac:
3258         Back to CVS
3259
3260 === release 0.10.12 ===
3261
3262 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
3263
3264         * configure.ac:
3265           releasing 0.10.12, "Zombie Horde"
3266
3267 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3268
3269         * configure.ac:
3270         Bump version to 0.10.11.4 pre-release
3271
3272 2007-03-06  Wim Taymans  <wim@fluendo.com>
3273
3274         * gst-libs/gst/audio/gstbaseaudiosink.c:
3275         (gst_base_audio_sink_async_play):
3276         Fix regression that made GStreamer skip the first samples of audio.
3277         Fixes #414684.
3278
3279 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3280
3281         * configure.ac:
3282         Bump version to 0.10.11.3 pre-release
3283
3284 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
3285
3286         * po/POTFILES.in:
3287           Update paths for the rename from utils to pbutils to fix the build.
3288
3289 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3290
3291         * gst-libs/gst/pbutils/Makefile.am:
3292           Change directory to install headers in from gst/utils to gst/pbutils
3293           as well.
3294
3295 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3296
3297         * configure.ac:
3298         * docs/libs/gst-plugins-base-libs-docs.sgml:
3299         * docs/libs/gst-plugins-base-libs-sections.txt:
3300         * gst-libs/gst/Makefile.am:
3301         * gst-libs/gst/interfaces/mixer.c:
3302         * gst-libs/gst/pbutils/Makefile.am:
3303         * gst-libs/gst/pbutils/descriptions.c:
3304         (gst_pb_utils_get_source_description),
3305         (gst_pb_utils_get_sink_description),
3306         (gst_pb_utils_get_decoder_description),
3307         (gst_pb_utils_get_encoder_description),
3308         (gst_pb_utils_get_element_description),
3309         (gst_pb_utils_add_codec_description_to_tag_list),
3310         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
3311         * gst-libs/gst/pbutils/descriptions.h:
3312         * gst-libs/gst/pbutils/install-plugins.c:
3313         * gst-libs/gst/pbutils/install-plugins.h:
3314         * gst-libs/gst/pbutils/missing-plugins.c:
3315         (gst_missing_uri_source_message_new),
3316         (gst_missing_uri_sink_message_new),
3317         (gst_missing_element_message_new),
3318         (gst_missing_decoder_message_new),
3319         (gst_missing_encoder_message_new),
3320         (gst_missing_plugin_message_get_description):
3321         * gst-libs/gst/pbutils/missing-plugins.h:
3322         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
3323         * gst-libs/gst/pbutils/pbutils.h:
3324         * gst-libs/gst/utils/Makefile.am:
3325         * gst-libs/gst/utils/base-utils.c:
3326         * gst-libs/gst/utils/base-utils.h:
3327         * gst-libs/gst/utils/descriptions.c:
3328         * gst-libs/gst/utils/descriptions.h:
3329         * gst-libs/gst/utils/install-plugins.c:
3330         * gst-libs/gst/utils/install-plugins.h:
3331         * gst-libs/gst/utils/missing-plugins.c:
3332         * gst-libs/gst/utils/missing-plugins.h:
3333         * gst-plugins-base.spec.in:
3334         * gst/playback/Makefile.am:
3335         * gst/playback/gstdecodebin.c:
3336         * gst/playback/gstdecodebin2.c:
3337         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3338         (gen_source_element):
3339         * gst/playback/gstplaybin.c: (plugin_init):
3340         * tests/check/Makefile.am:
3341         * tests/check/libs/pbutils.c: (GST_START_TEST),
3342         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
3343         * tests/check/libs/utils.c:
3344           rename utils to pbutils
3345
3346 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3347
3348         * docs/plugins/Makefile.am:
3349         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3350         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3351         * docs/plugins/inspect/plugin-decodebin2.xml:
3352         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3353         Add documentation for decodebin2 that indicates that the API
3354         is still unstable.
3355
3356 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3357
3358         * configure.ac:
3359         Update to 0.10.11.2 (0.10.12 pre-release)
3360
3361 2007-03-01  Wim Taymans  <wim@fluendo.com>
3362
3363         * gst-libs/gst/audio/gstbaseaudiosink.c:
3364         (gst_base_audio_sink_async_play):
3365         base time is irrelevant here.
3366
3367 2007-03-01  Wim Taymans  <wim@fluendo.com>
3368
3369         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3370         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3371         Improve debugging.
3372
3373         * gst-libs/gst/audio/gstbaseaudiosink.c:
3374         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
3375         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3376         Improve latency and clock slaving calculations.
3377         Improve slave clock calibration.
3378
3379         * gst-libs/gst/audio/gstringbuffer.c:
3380         (gst_ring_buffer_commit_full):
3381         When we are asked to render N sample to 0 bytes, return N.
3382
3383 2007-03-01  Wim Taymans  <wim@fluendo.com>
3384
3385         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3386         (gst_alsasink_write), (gst_alsasink_reset):
3387         * ext/alsa/gstalsasink.h:
3388         Remove unused dispose function.
3389         Rename lock to not interfere with alsasrc lock.
3390
3391         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
3392         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
3393         (gst_alsasrc_read), (gst_alsasrc_reset):
3394         * ext/alsa/gstalsasrc.h:
3395         Implement finalize function.
3396         Use lock to protect alsa access.
3397         Implement _reset.
3398         Fine tune sw params.
3399
3400 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3401
3402         * configure.ac:
3403           Convert to new AG_GST style.
3404
3405 2007-02-28  Wim Taymans  <wim@fluendo.com>
3406
3407         Patch by: Ed Catmur <ed at catmur dot co dot uk>
3408
3409         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
3410         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3411         Fix race condition when rapidly switching visualisations in playbin.
3412         Fixes #401029.
3413
3414 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
3415
3416         * tests/check/Makefile.am:
3417         Include local stuff before system installed things in LDFLAGS and
3418         CFLAGS.
3419
3420 2007-02-28  Wim Taymans  <wim@fluendo.com>
3421
3422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3423         Improve debugging.
3424
3425 2007-02-28  Wim Taymans  <wim@fluendo.com>
3426
3427         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3428         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3429         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3430         Fix duration and timestamping, taking latency into account.
3431         Implement latency query.
3432
3433 2007-02-28  Wim Taymans  <wim@fluendo.com>
3434
3435         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3436         (gst_audio_clock_new):
3437         Fix clock name.
3438
3439         * gst-libs/gst/audio/gstbaseaudiosink.c:
3440         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3441         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3442         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3443         (gst_base_audio_src_create):
3444         Improve latency query code.
3445         Use proper clock names.
3446
3447 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3448
3449         * tests/check/generic/states.c: (GST_START_TEST):
3450           Copy the states.c test from core again
3451         * tests/check/Makefile.am:
3452           ignore cdio and cdparanoiasrc
3453
3454 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3455
3456         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3457         (double_hq), (audio_convert_get_func_index), (check_default),
3458         (audio_convert_prepare_context), (audio_convert_convert):
3459           Also make valgrind happy and avoid copying data in some cases.
3460
3461 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3462
3463         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3464         (double_hq), (audio_convert_get_func_index),
3465         (audio_convert_prepare_context), (audio_convert_convert):
3466         * gst/audioconvert/gstaudioconvert.c:
3467         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3468         (gst_audio_convert_transform_caps):
3469         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3470         (audioconvert_suite):
3471           Don't run inplace if that overwrites source data as we go. Add more
3472           tests. Fixes #339837 even more.
3473
3474 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3475
3476         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3477         (msg_segment_done): Fix various seeking bugs (Slider was not
3478         updating when doing a non flushing seek, Reverse playback 
3479         on segment seek was wrong).
3480
3481 2007-02-26  Wim Taymans  <wim@fluendo.com>
3482
3483         * tests/examples/seek/seek.c: (stop_seek):
3484         When we stop scrubbing, don't leave the pipeline PLAYING when we
3485         requested a PAUSED state.
3486
3487 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3488
3489         Patch by: René Stadler <mail at renestadler de>
3490
3491         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3492           Parse date strings in vorbis comments that have an invalid (zero)
3493           month or day (#410396).
3494
3495         * tests/check/libs/tag.c: (GST_START_TEST):
3496           Test case for the above.
3497
3498 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3499
3500         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3501
3502         * configure.ac:
3503         * ext/alsa/Makefile.am:
3504         * gst/audiotestsrc/Makefile.am:
3505           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3506
3507 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * gst/playback/gstplaybin.c:
3510           Improve docs: point out that the application needs to assist playbin
3511           with buffering.
3512
3513 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3514
3515         * gst-libs/gst/utils/install-plugins.c:
3516         * gst-libs/gst/utils/missing-plugins.c:
3517         * tests/check/libs/utils.c: (missing_msg_check_getters):
3518           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3519           to just 'gstreamer'. Document the caps string component of the
3520           decoder/encoder detail a bit better, since not everyone will be
3521           familiar with the GStreamer media type/caps system (but they better
3522           enjoy nested itemized lists).
3523
3524 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3525
3526         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3527         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3528           Fix copying of GstNetBuffer (would crash before, or at least lead to
3529           invalid memory access, #410772), for now by copying the GstBuffer copy
3530           code from the core over here so we can copy the GstBuffer fields on a
3531           provided buffer instance (of type GstNetBuffer in this case). Would be
3532           better to fix this with some support by the core though (and in the long
3533           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3534
3535         * tests/check/Makefile.am:
3536           Enable unit test for GstNetBuffer.
3537
3538 2007-02-22  Andy Wingo  <wingo@pobox.com>
3539
3540         * gst-libs/gst/audio/gstbaseaudiosink.c
3541         (gst_base_audio_sink_init): Disable pull-mode activation until we
3542         figure out how to make audio sinks go to PLAYING.
3543
3544 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3545
3546         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3547         (double_hq), (audio_convert_get_func_index),
3548         (audio_convert_prepare_context), (audio_convert_convert):
3549         * gst/audioconvert/audioconvert.h:
3550         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3551         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3552         * gst/audioconvert/gstchannelmix.h:
3553         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3554           Add float as an intermediate format, as well as float mixing. Enable
3555           test that was failing before. Fixes #339837
3556
3557 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3558
3559         * tests/examples/seek/seek.c: (do_seek):
3560         Undo the previous commit: -1 as a stop time implies that the stop
3561         time is the end of file, clearing any previously configured segment.
3562
3563 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3564
3565         * tests/examples/seek/seek.c: (do_seek):
3566         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3567
3568 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3569
3570         * gst/volume/gstvolume.c: (volume_process_int16),
3571         (volume_process_int16_clamp), (volume_set_caps):
3572           Unbreak volume, value remains gint.
3573
3574 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3575
3576         * gst/volume/gstvolume.c: (volume_choose_func),
3577         (volume_update_real_volume), (gst_volume_set_volume),
3578         (gst_volume_init), (volume_process_double), (volume_process_float),
3579         (volume_process_int16), (volume_process_int16_clamp),
3580         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3581         * gst/volume/gstvolume.h:
3582           Extend float audio support (double) and some int->uint cleanups.
3583
3584 2007-02-20  Edward Hervey  <edward@fluendo.com>
3585
3586         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3587         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3588         (sort_end_pads), (gst_decode_group_expose),
3589         (gst_decode_group_hide):
3590         Don't free groups from the streaming threads. Just put them aside and
3591         free them in dispose.
3592
3593 2007-02-20  Edward Hervey  <edward@fluendo.com>
3594
3595         * gst/playback/gstdecodebin2.c: (connect_element),
3596         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3597         (sort_end_pads), (gst_decode_group_expose):
3598         Handle dynamic pads within groups.
3599         Sort pads before exposing them in order to make playbin happy.
3600         There still is a race with the multiqueue filling up. This should be
3601         solved separately.
3602         Fixes #398721
3603
3604 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3605
3606         * gst-libs/gst/utils/base-utils.c:
3607         * gst-libs/gst/utils/descriptions.c:
3608         * gst-libs/gst/utils/install-plugins.c:
3609         * gst-libs/gst/utils/missing-plugins.c:
3610           Some more docs (and descriptions for two subtitle formats).
3611
3612 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3613
3614         * gst-libs/gst/audio/audio.c:
3615           Fix documentation.
3616
3617 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3618
3619         Patch by: Yves Lefebvre  <ivanohe abacom com>
3620
3621         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3622           Don't leak caps. Fixes #408278.
3623
3624 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3625
3626         * ext/cdparanoia/gstcdparanoiasrc.h:
3627         * ext/ogg/gstoggdemux.h:
3628         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3629         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3630         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3631         * gst-libs/gst/audio/audio.h:
3632         * gst-libs/gst/audio/gstaudiofilter.h:
3633         * gst-libs/gst/interfaces/videoorientation.h:
3634         * gst/adder/gstadder.h:
3635           More docs coverage and some ChangeLog surgery (add missing names)
3636
3637 2007-02-15  Wim Taymans  <wim@fluendo.com>
3638
3639         * sys/ximage/ximagesink.c:
3640         (gst_ximagesink_calculate_pixel_aspect_ratio):
3641         * sys/xvimage/xvimagesink.c:
3642         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3643         Small constifications.
3644
3645 2007-02-15  Wim Taymans  <wim@fluendo.com>
3646
3647         * gst-libs/gst/audio/gstbaseaudiosink.c:
3648         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3649         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3650         (gst_base_audio_sink_async_play),
3651         (gst_base_audio_sink_change_state):
3652         Answer latency query.
3653         Use configured latency when syncing.
3654         Fix clock slaving.
3655
3656         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3657         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3658         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3659         Fix possible memleak.
3660         Implement latency query.
3661         Small cleanups.
3662
3663 2007-02-15  Wim Taymans  <wim@fluendo.com>
3664
3665         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3666         Ignore errors in reset, these are not fatal. They also grab the element
3667         lock which is already taking when this function is called. Fixes
3668         #405451.
3669
3670 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3671
3672         * configure.ac:
3673           Remove 'tests/examples/xerror/Makefile' from output files again.
3674
3675 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3676
3677         * configure.ac:
3678         * docs/plugins/Makefile.am:
3679           Also crossref against gst-plugins-base-libs.
3680
3681 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3682
3683         * configure.ac:
3684         * docs/libs/Makefile.am:
3685         * docs/plugins/Makefile.am:
3686           Add crossreferences to glib/gobject/gstream docs.
3687
3688         * gst-libs/gst/audio/audio.h:
3689           Source formatting.
3690
3691         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3692           Add own debug category.
3693
3694 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3695
3696         Patch by: René Stadler <mail at renestadler de>
3697
3698         * gst-libs/gst/tag/gstvorbistag.c:
3699           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3700           (#403597).
3701
3702 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3703
3704         * gst/playback/gstplaybasebin.c: (setup_source):
3705           When we have external subtitles and wait for the subtitle decodebin
3706           to get up and running, we set up a (sync) bus handler for the
3707           subtitle decodebin, so we can stop waiting when it posts an error
3708           message. However, we should do that before we set the subtitle
3709           decodebin's state to playing, otherwise things are racy and we might
3710           miss error messages posted before we had a chance to set up the bus.
3711           This should finally fix totem hanging on .txt pseudo-subtitle files.
3712           
3713 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3714
3715         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3716           Use gst_gdouble_to_guint64 for conversions.
3717         * win32/common/config.h.in:
3718           Add a define for GST_INSTALL_PLUGINS_HELPER
3719         * win32/common/libgstaudio.def:
3720         * win32/common/libgstcdda.def:
3721         * win32/common/libgstnetbuffer.def:
3722         * win32/common/libgstrtp.def:
3723         * win32/common/libgutils.def:
3724           Add new exported functions.
3725         * win32/vs6/gst_plugins_base.dsw:
3726         * win32/vs6/libgstdecodebin.dsp:
3727         * win32/vs6/libgstnetbuffer.dsp:
3728         * win32/vs6/libgstplaybin.dsp:
3729         * win32/vs6/libgstrtp.dsp:
3730         * win32/vs6/libgstvorbis.dsp:
3731         * win32/vs6/libgstcdda.dsp:
3732         * win32/vs6/libgstgdp.dsp:
3733         * win32/vs6/libgstutils.dsp:
3734           Update and add new project files.
3735
3736 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3737
3738         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3739         (subrip_remove_unhandled_tags), (parse_subrip):
3740           For SubRip (.srt) subtitles, ignore all markup tags we don't
3741           handle (like font tags, for example).
3742
3743         * tests/check/elements/subparse.c:
3744           Add test for this.
3745
3746 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3747
3748         * gst/playback/gstdecodebin.c: (add_fakesink),
3749         (gst_decode_bin_change_state):
3750         * gst/playback/gstdecodebin2.c: (add_fakesink),
3751         (gst_decode_bin_change_state):
3752           Don't error out if there is no fakesink in the NULL to READY state
3753           change, since when decodebin is re-used, we're only adding the
3754           fakesink element in READY to PAUSED.
3755
3756         * tests/check/elements/decodebin.c:
3757         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3758         (decodebin_suite):
3759           Minimal unit test to make sure we can use the same decodebin
3760           instance twice (at least with audiotestsrc input).
3761
3762 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3763
3764         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3765           Try to get devic-name from device string first, and from handle only
3766           as fallback (seems to yield better results and is more robust
3767           against buggy probing code on the application side).
3768
3769 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3770
3771         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3772
3773         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3774         (gst_alsa_find_device_name):
3775         * ext/alsa/gstalsa.h:
3776         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3777         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3778           Improve device-name detection a bit, especially in the case where
3779           the device is not actually open (#405020, #405024). Move common code
3780           into gstalsa.c instead of duplicating it.
3781
3782 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3783
3784         * gst/audioconvert/gstaudioconvert.c:
3785           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3786
3787 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3788
3789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3790         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3791         (gst_xvimagesink_interface_supported),
3792         (gst_xvimagesink_probe_get_properties),
3793         (gst_xvimagesink_probe_probe_property),
3794         (gst_xvimagesink_probe_needs_probe),
3795         (gst_xvimagesink_probe_get_values),
3796         (gst_xvimagesink_property_probe_interface_init),
3797         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3798         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3799         (gst_xvimagesink_get_type):
3800         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3801         for XVAdaptors so that one can choose the adaptor to use with 
3802         gstreamer-properties.
3803
3804 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3805
3806         * gst/audioconvert/gstaudioconvert.c:
3807           Also mention that a conversion from double to float is suboptimal still.
3808
3809 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3810
3811         * gst-libs/gst/audio/gstaudiofilter.c:
3812         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3813           Clear our formats structure and free the caps contained in it when
3814           shutting down.
3815
3816 2007-02-05  Andy Wingo  <wingo@pobox.com>
3817
3818         * gst-libs/gst/audio/gstbaseaudiosink.c
3819         (gst_base_audio_sink_callback): Update basesink->offset so that we
3820         pull monotonically increasing offsets instead of, um, seeking back
3821         to 0 each time. Fixes alsasrc ! alsasink!
3822
3823 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3824
3825         * gst/videoscale/gstvideoscale.c:
3826           A width and height of 1 makes us crash, so increase minimum size to
3827           2x2 pixels until someone feels like fixing this (#404512).
3828
3829 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3830
3831         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3832           Add small test to make sure request pads are cleaned up properly
3833           even if oggmux never changes state out of NULL.
3834
3835 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3836
3837         * tests/check/libs/utils.c: (GST_START_TEST):
3838           Fix unit test. Turns out things work much better when you
3839           NULL-terminate string arrays. Should make p5 build bot happy again.
3840
3841 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * gst-libs/gst/audio/Makefile.am:
3844         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3845         (gst_audio_filter_template_base_init),
3846         (gst_audio_filter_template_class_init),
3847         (gst_audio_filter_template_init),
3848         (gst_audio_filter_template_set_property),
3849         (gst_audio_filter_template_get_property),
3850         (gst_audio_filter_template_setup),
3851         (gst_audio_filter_template_filter),
3852         (gst_audio_filter_template_filter_inplace), (plugin_init):
3853           Oops, forgot to commit fixed-up example.
3854
3855 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         * docs/libs/gst-plugins-base-libs-sections.txt:
3858         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3859         (gst_audio_filter_class_init), (gst_audio_filter_init),
3860         (gst_audio_filter_set_caps),
3861         (gst_audio_filter_class_add_pad_templates):
3862         * gst-libs/gst/audio/gstaudiofilter.h:
3863           Port GstAudioFilter to 0.10. This change technically breaks
3864           API and ABI (and thus also every library developer's heart),
3865           but seems justifiable on the grounds that the base class was
3866           completely unusable before (ie. would crash immediately when
3867           actually used). Fixes #403963 (and eventually also #403572).
3868           Also document all of this a bit.
3869
3870 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         * gst-libs/gst/utils/install-plugins.c:
3873         (gst_install_plugins_spawn_child):
3874         * tests/check/libs/utils.c:
3875         (test_base_utils_install_plugins_do_callout):
3876           Lowering log level to see why things fail on the p5 build bot;
3877           fix some typos in unit test messages.
3878
3879 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3880
3881         * tests/check/libs/utils.c:
3882         (test_base_utils_install_plugins_do_callout):
3883           Don't hard-code temp directory for test helper; use GLib functions
3884           to write out file and do error checking etc.
3885
3886 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst-libs/gst/utils/Makefile.am:
3889         * gst-libs/gst/utils/base-utils.h:
3890         * gst-libs/gst/utils/install-plugins.c:
3891         (gst_install_plugins_context_set_xid),
3892         (gst_install_plugins_context_new),
3893         (gst_install_plugins_context_free),
3894         (gst_install_plugins_get_helper),
3895         (gst_install_plugins_spawn_child),
3896         (gst_install_plugins_return_from_status),
3897         (gst_install_plugins_installer_exited),
3898         (gst_install_plugins_async), (gst_install_plugins_sync),
3899         (gst_install_plugins_return_get_name),
3900         (gst_install_plugins_installation_in_progress):
3901         * gst-libs/gst/utils/install-plugins.h:
3902           API: add API for applications to initiate installation of missing
3903           plugins, ie. gst_install_plugins_async() primarily.
3904           Based on libgimme-codec by Ryan Lortie.
3905
3906         * configure.ac:
3907           Add --with-install-plugins-helper configure option so distros can specify
3908           the path of the helper script or program to call when plugin installation
3909           is requested (distros: please do any argument munging in this helper
3910           script instead of patching GStreamer to pass arguments differently
3911           to another program directly).
3912
3913         * docs/libs/gst-plugins-base-libs-docs.sgml:
3914         * docs/libs/gst-plugins-base-libs-sections.txt:
3915           Build and document new API.
3916
3917         * tests/check/libs/utils.c: (result_cb),
3918         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3919         (libgstbaseutils_suite):
3920           Some simple checks for the new API.
3921
3922 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3923
3924         * tests/check/elements/audioconvert.c: (test_float_conversion):
3925           Add small test for 32bit float <=> 64bit float conversion (works
3926           only one way so far, 32=>64 produces structured noise).
3927
3928 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3929
3930         * gst/audioconvert/gstaudioconvert.c:
3931         (set_structure_widths_32_and_64), (make_lossless_changes):
3932           We don't support floats with a width of 40, 48 or 56 bits.
3933
3934 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3935
3936         * gst/audioconvert/audioconvert.c: (float), (double),
3937         (audio_convert_get_func_index):
3938         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3939         (make_lossless_changes):
3940           Support for 64-bit float audio in audioconvert (#339837)
3941
3942 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         Patch by: Holger Wansing  <linux wansing-online de>
3945
3946         * po/LINGUAS:
3947         * po/de.po:
3948           Add German translation (#352069).
3949
3950 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3951
3952         reviewed by: Wim Taymans <wim@fluendo.com>
3953
3954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3955         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3956         Use newly added GstCollectPads API to free the allocated resources in
3957         the GstOggPad structures (#402393).
3958
3959 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3960
3961         * gst/playback/gstplaybin.c: (gen_vis_element):
3962           Add audioresample+audioconvert in front of the visualisation
3963           element, so that elements like libvisual 0.4 that don't support all
3964           samplerates can work.
3965
3966           Fixes: #402505
3967
3968 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3969
3970         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3971         (gst_play_base_bin_get_streaminfo_value_array):
3972           Take some locks and make a copy of the streaminfo value array we
3973           maintain while holding the lock, so that the application can
3974           retrieve the stream-info as a value array in a thread-safe way.
3975
3976 2007-01-30  Wim Taymans  <wim@fluendo.com>
3977
3978         * gst/audioconvert/gstaudioconvert.c:
3979         Don't fail on 0 sized buffers. Fixes #396835.
3980
3981 2007-01-29  David Schleef  <ds@schleef.org>
3982
3983         * gst/typefind/gsttypefindfunctions.c:
3984           Detect BBCD as video/x-dirac, so we can play raw dirac
3985           streams.
3986
3987 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3988
3989         * ext/theora/theoraenc.c: (theora_enc_chain):
3990           Check return value of theora_encode_header(), or we might try to
3991           allocate a random number of bytes. theora_encode_header() can fail
3992           if libtheora has been compiled with encoding support disabled.
3993           Fixes #398110.
3994
3995 2007-01-29  Wim Taymans  <wim@fluendo.com>
3996
3997         * tests/check/gst/.cvsignore:
3998         Do as buildbot says.
3999
4000 2007-01-29  Wim Taymans  <wim@fluendo.com>
4001
4002         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
4003         Fix strides in libvisual. Gst uses X strides.
4004         Inspired by: <ed at catmur dot co dot uk> and 
4005         <tim at centricular dot net>
4006         Fixes #401118.
4007
4008 2007-01-27  Wim Taymans  <wim@fluendo.com>
4009
4010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4011         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
4012         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
4013         (gst_ogg_demux_perform_seek),
4014         (gst_ogg_demux_bisect_forward_serialno),
4015         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4016         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
4017         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
4018         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
4019         * ext/ogg/gstoggdemux.h:
4020         Properly propagate streaming errors when we are scanning the file for
4021         chains so that we don't crash when shut down. Might fix some crashers
4022         when quickly switching oggs in RB such as #332503 and #378436.
4023
4024 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
4025
4026         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
4027           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
4028           error code as well.
4029
4030 2007-01-25  Wim Taymans  <wim@fluendo.com>
4031
4032         * gst/playback/gstplaybasebin.c: (remove_source):
4033         Don't try to disconnect a signal from a finalized object.
4034
4035 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4036
4037         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
4038           Cast lock macro parameters to make sure we're actually accessing the
4039           lock member at the right class level. Free list itself in _dispose()
4040           as well and NULL it in case dispose gets called multiple times.
4041
4042 2007-01-25  Edward Hervey  <edward@fluendo.com>
4043
4044         * gst/playback/gstdecodebin2.c:
4045         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
4046         Free GstDecodeGroups no longer used.
4047         (gst_decode_group_expose):
4048         Don't unlock too many times !
4049         (deactivate_free_recursive):
4050         Free iterator once we're done with it.
4051         Fix for recursively deactivating elements (stop at ghostpads).
4052
4053 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4054
4055         * gst/playback/gstplaybin.c: (handoff):
4056           Fix up caps on the frame buffer before we save it and potentially
4057           make it accessible to other threads via g_object_get; also use
4058           gst_buffer_replace() instead of gst_mini_object_replace().
4059
4060 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
4061
4062         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4063           Make getting the current frame thread-safe.
4064
4065 2007-01-25  Edward Hervey  <edward@fluendo.com>
4066
4067         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
4068         (gst_decode_group_new), (gst_decode_group_free):
4069         Set queues to bigger sizes to cope with HD contents.
4070         Fix some mutex freeing and add comment about MT safe methods.
4071
4072 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
4073
4074         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4075         (gst_text_overlay_text_event):
4076           Don't unnecessarily ref (and then leak) upstream events if the text
4077           pad is not linked. Fixes #399948.
4078
4079         * tests/check/gst-plugins-base.supp:
4080           Add suppression for pango on edgy/x86 for textoverlay test.
4081
4082 2007-01-24  Wim Taymans  <wim@fluendo.com>
4083
4084         * gst-libs/gst/rtp/gstrtpbuffer.h:
4085         Add some more fixed payloads.
4086
4087 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4088
4089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4090           Error out properly if we get an error from libogg while reading the
4091           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
4092
4093 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
4094
4095         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
4096           Don't leak mutex.
4097
4098         * tests/check/elements/playbin.c:
4099         (test_sink_usage_video_only_stream),
4100         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4101         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
4102         (test_missing_suburisource_handler),
4103         (test_missing_primary_decoder), (playbin_suite):
4104           Run all tests once with decodebin and once with decodebin2.
4105           One test does not pass yet with decodebin2.
4106
4107 2007-01-23  Edward Hervey  <edward@fluendo.com>
4108
4109         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
4110         Fix the cases where oggmux doesn't properly figure out that all
4111         sinkpads have gone EOS, and therefore doesn't push out the remaining
4112         buffers and the final EOS event.
4113         Fixes #363379
4114
4115 2007-01-23  Julien MOUTTE  <julien@moutte.net>
4116
4117         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4119         Don't lock on navigation event push, just on keysym to string.
4120         Fixes #397673 again.
4121
4122 2007-01-22  Edward Hervey  <edward@fluendo.com>
4123
4124         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
4125         (get_current_group), (group_demuxer_event_probe),
4126         (gst_decode_group_expose), (deactivate_free_recursive),
4127         (gst_decode_group_free):
4128         Cleanups.
4129         Don't forget to emit 'no-more-pads' once a group is exposed.
4130         Cleanup elements from a DecodeGroup once we remove it.
4131         Protect call to gst_decode_group_expose() with the decodebin lock.
4132
4133 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4134
4135         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4137         Looking at Xorg code i can't figure out if that XKeysymToString
4138         function is thread sensible or not. Lock it just in case as
4139         recommended by Radek Doulik <rodo at ximian dot com>.
4140
4141 2007-01-22  Julien MOUTTE  <julien@moutte.net>
4142
4143         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4145         Lock that X Call as well. Fixes #397673.
4146
4147 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4148
4149         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4150           Don't go into an endless loop if the file starts with 00 00 01 2X,
4151           like quicktime redirect files might. Fixes #396042.
4152
4153         * tests/check/Makefile.am:
4154         * tests/check/gst/.cvsignore:
4155         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
4156         (typefindfunctions_suite):
4157           Add unit test for the above.
4158
4159 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4160
4161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4162           On second thought, use "depth" field rather than "bpp" field.
4163
4164 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4165
4166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4167           Camtasia caps apparently need a bpp field (#398875).
4168
4169 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4170
4171         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4172         (gen_source_element), (gst_play_base_bin_change_state):
4173           Attempt at a better error message in case we don't have the required
4174           URI handler installed; post missing-plugin message also when we're
4175           missing an URI handler for the subtitle URI; clean up properly also
4176           when an error occurs and we never made it to PAUSED state.
4177
4178         * tests/check/elements/playbin.c: (GST_START_TEST),
4179         (playbin_suite):
4180           Check that we're also getting a missing-plugin messsage for a
4181           missing subtitle URI handler (and clean up properly).
4182
4183 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4184
4185         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
4186           Plug a few reference leaks.
4187
4188 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4189
4190         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4191           Lower probability a bit if the marker isn't right at the start,
4192           to decrease the chance of false positives.
4193
4194 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4195
4196         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4197           Small mpeg2 system stream typefinding improvement: make typefinder
4198           probe a bit into the stream instead of just looking for a marker
4199           at the beginning. Fixes #397810.
4200
4201 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4202
4203         * gst/audioconvert/gstchannelmix.c:
4204           Remove compatibility cruft for prehistoric GLib versions.
4205
4206 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4207
4208         * gst/playback/Makefile.am:
4209         * gst/playback/gstdecodebin.c: (close_pad_link):
4210         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4212         (gst_play_base_bin_handle_message_func), (unknown_type):
4213           Let decodebin be the element to post missing-plugin messages for
4214           missing decoders (rather than playbin); make playbin implement
4215           GstBin::handle_message so we can suppress missing-plugin messages
4216           for types we're not handling on purpose (don't want to bring up an
4217           installer in those cases).
4218
4219 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
4220
4221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4222         * gst-libs/gst/tag/gstvorbistag.c:
4223         (gst_tag_list_to_vorbiscomment_buffer):
4224         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
4225           Fix potentially unaligned access (#397207).
4226
4227 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4228
4229         * tests/examples/seek/seek.c: (set_scale), (update_scale),
4230         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
4231         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
4232         (main):
4233           Allow to toggle looping while it plays. Fix callback prototype. Clean
4234           up code a bit more. Add copyright header.
4235
4236 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4237
4238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4239           Red and blue mask was swapped (spotted by Dan Williams).
4240
4241 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
4242
4243         * gst-libs/gst/tag/gstid3tag.c:
4244         * gst-libs/gst/tag/gstvorbistag.c:
4245           Use new beats-per-minute tag from core.
4246
4247 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
4248
4249         * po/POTFILES.in:
4250           Add new files with translatable strings, so they actually make it
4251           into the template file one day.
4252
4253 2007-01-12  Andy Wingo  <wingo@pobox.com>
4254
4255         * gst-libs/gst/audio/gstbaseaudiosink.c
4256         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
4257         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
4258         stuff, as the base class handles this now. Actually tell the ring
4259         buffer to start.
4260         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
4261         How did this work before? Maybe I'm not as awesome a programmer as
4262         I think.
4263
4264         * gst-libs/gst/audio/gstbaseaudiosrc.c
4265         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
4266         of a pad function.
4267
4268 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
4271           Remove more fields so that the application can better blacklist
4272           formats that have been tried before.
4273
4274 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4275
4276         * gst-libs/gst/audio/mixerutils.h:
4277           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
4278           used when compiling with c++ compilers as well.
4279
4280 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4281
4282         * gst/typefind/gsttypefindfunctions.c:
4283           Fix comment.
4284
4285 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4286
4287         * gst/playback/gstplaybin.c: (post_missing_element_message),
4288         (gen_video_element), (gen_text_element), (gen_audio_element),
4289         (gen_vis_element):
4290           Post missing-plugin messages also when we error out because
4291           converters, textoverlay or auto*sinks are missing (#161922).
4292
4293 2007-01-10  Wim Taymans  <wim@fluendo.com>
4294
4295         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
4296         (is_demuxer_element), (new_caps):
4297         * gst/playback/gstplaybasebin.c: (source_new_pad):
4298         Fix the case where we try to ref a NULL element when we delay a link
4299         because of unfixed caps.
4300         Set the state of autoplugged decodebins to PAUSED.
4301         RTSP now works in playbin, we can remove it from the blacklist.
4302
4303 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4304
4305         * gst/playback/Makefile.am:
4306         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
4307         (unknown_type), (setup_subtitle), (gen_source_element):
4308         * gst/playback/gstplaybin.c: (plugin_init):
4309           Post missing-plugin messages on the bus for missing sources and
4310           missing decoders/demuxers/depayloaders; fix error code used when
4311           we're missing an URI handler source; for media types that we are not
4312           handling on purpose at the moment, don't print "don't know how to
4313           handle xyz" messages to the terminal or post missing-plugin
4314           messages on the bus.
4315
4316         * tests/check/elements/playbin.c: (create_playbin),
4317         (GST_START_TEST), (gst_codec_src_uri_get_type),
4318         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
4319         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
4320         (gst_codec_src_init_type), (gst_codec_src_base_init),
4321         (gst_codec_src_create), (gst_codec_src_class_init),
4322         (gst_codec_src_init), (plugin_init), (playbin_suite):
4323           Add some tests for the missing-plugin stuff.
4324
4325 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4326
4327         * configure.ac:
4328         * gst-libs/gst/Makefile.am:
4329         * gst-libs/gst/utils/Makefile.am:
4330         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
4331         * gst-libs/gst/utils/base-utils.h:
4332         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
4333         (find_format_info), (caps_are_rtp_caps),
4334         (gst_base_utils_get_source_description),
4335         (gst_base_utils_get_sink_description),
4336         (gst_base_utils_get_decoder_description),
4337         (gst_base_utils_get_encoder_description),
4338         (gst_base_utils_get_element_description),
4339         (gst_base_utils_add_codec_description_to_tag_list),
4340         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
4341         * gst-libs/gst/utils/descriptions.h:
4342         * gst-libs/gst/utils/missing-plugins.c:
4343         (missing_structure_get_type), (copy_and_clean_caps),
4344         (gst_missing_uri_source_message_new),
4345         (gst_missing_uri_sink_message_new),
4346         (gst_missing_element_message_new),
4347         (gst_missing_decoder_message_new),
4348         (gst_missing_encoder_message_new),
4349         (missing_structure_get_string_detail),
4350         (missing_structure_get_caps_detail),
4351         (gst_missing_plugin_message_get_installer_detail),
4352         (gst_missing_plugin_message_get_description),
4353         (gst_is_missing_plugin_message):
4354         * gst-libs/gst/utils/missing-plugins.h:
4355           API: add new libgstbaseutils library with functions
4356           - to create and parse missing-plugins messages
4357           - that provide (translated) descriptions for caps/decoders/sources/etc.
4358           Closes #392393.
4359
4360         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4361         * pkgconfig/gstreamer-plugins-base.pc.in:
4362           Add new lib.
4363
4364         * docs/libs/gst-plugins-base-libs-docs.sgml:
4365         * docs/libs/gst-plugins-base-libs-sections.txt:
4366           Generate docs for new lib and API.
4367
4368         * tests/check/Makefile.am:
4369         * tests/check/libs/.cvsignore:
4370         * tests/check/libs/utils.c: (missing_msg_check_getters),
4371         (GST_START_TEST), (libgstbaseutils_suite):
4372           Add some basic unit tests.
4373
4374 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4375
4376         * ext/ogg/Makefile.am:
4377           Dist gstoggdemux.h to fix 'make distcheck'.
4378
4379         * sys/v4l/Makefile.am:
4380           Fix 'make distcheck' even more.
4381
4382 2007-01-09  Wim Taymans  <wim@fluendo.com>
4383
4384         * docs/plugins/Makefile.am:
4385         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4386         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4387         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4388         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
4389         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
4390         (gst_ogg_demux_perform_seek):
4391         * ext/ogg/gstoggdemux.h:
4392         Added docs.
4393         Add some more comments.
4394         Small cleanups.
4395
4396 2007-01-09  Wim Taymans  <wim@fluendo.com>
4397
4398         * ext/theora/theoradec.c:
4399         * ext/vorbis/vorbisdec.c:
4400         * gst-libs/gst/audio/gstringbuffer.c:
4401         (gst_ring_buffer_commit_full):
4402         * gst-libs/gst/audio/gstringbuffer.h:
4403         * gst-libs/gst/rtp/gstrtpbuffer.c:
4404         * gst-libs/gst/tag/gstvorbistag.c:
4405         Small documentation updates/fixes
4406
4407 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         * configure.ac:
4410           Require core CVS HEAD for Andy's basesrc/sink API additions.
4411
4412 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4413
4414         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
4415
4416         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
4417         (plugin_init):
4418           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
4419           on flac.sf.net (there appear to be other versions of the first
4420           ogg page in the wild) (#391365).
4421
4422 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4423
4424         * configure.ac:
4425           Check if localtime_r() is available.
4426
4427         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4428           If localtime_r() is not available, fall back to localtime(). Should
4429           fix build on MingW (#393310).
4430
4431 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4432
4433         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4434         * gst/subparse/gstsubparse.h:
4435           Remove spurious 1000 subtrahend when calculating the timestamp from
4436           the frame number and the frame rate . Also, use the frames/second
4437           value specified in the first line of the file, if one is specified
4438           there. Should fix #357503.
4439
4440         * tests/check/elements/subparse.c: (do_test),
4441         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4442         (subparse_suite):
4443           Add some basic unit tests for the microdvd subtitle format.
4444
4445 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4446
4447         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4448
4449         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4450         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4451         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4452         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4453         (gst_xvimagesink_set_xwindow_id),
4454         (gst_xvimagesink_set_event_handling),
4455         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4456         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4457         Fixes: #390076.
4458         Add an adaptor property to select a specific XV adaptor.
4459         * sys/xvimage/xvimagesink.h:
4460
4461 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4462
4463         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4464         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4465         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4466         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4467         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4468         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4469         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4470         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4471         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4472         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4473         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4474         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4475         Use flow_lock much more to protect every access to xwindow.
4476         Try to catch erros while creating images in case some drivers are
4477         just generating an XError when the requested image is too big.
4478         Should fix : #354698, #384008, #384060.
4479         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4480         Implement some stress testing of setting window xid.
4481
4482 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4483
4484         * win32/common/libgsaudio.def:
4485           Add new exported function.
4486         * win32/common/libgstogg.dsp:
4487           Add gstoggaviparse.c to the build.
4488         * win32/common/libgstvideoscale.dsp:
4489           Add vs_4tap.c to the build.
4490         * win32/common/libgstvorbis.dsp:
4491           Add vorbistag.c to the build.
4492         
4493 2007-01-06  Andy Wingo  <wingo@pobox.com>
4494
4495         * gst-libs/gst/audio/gstbaseaudiosink.c
4496         (gst_base_audio_sink_class_init)
4497         (gst_base_audio_sink_init): 
4498         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4499         to baseaudiosink, and tell basesink that we can work in pull mode.
4500         This way the ring buffer thread drives the pipeline directly, if
4501         pull mode is possible. There is some lingering nastiness regarding
4502         capsnego, however.
4503         (gst_base_audio_sink_callback): Implement the callback to pull
4504         data. This interface is a bit light, though -- it should get a
4505         GstFlowReturn return value at least.
4506
4507 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4508
4509         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4510         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4511         * gst/playback/gstdecodebin2.c:
4512         (gst_decode_group_check_if_blocked):
4513           Printf format and missing argument fixes.
4514
4515 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4516
4517         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4518         (gst_ogm_parse_change_state):
4519         Activate pads before adding them to the element.
4520
4521 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * tests/examples/seek/scrubby.c: (main):
4524         * tests/examples/seek/seek.c: (main):
4525           Call g_thread_init() first thing in main() (see #391278).
4526
4527 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4528
4529         * tests/check/Makefile.am:
4530         * tests/check/libs/.cvsignore:
4531         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4532         (netbuffer_suite):
4533           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4534           for the time being, since it's broken, see #393099.
4535
4536 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4537
4538         * tests/check/Makefile.am:
4539           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4540
4541 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4542
4543         * configure.ac:
4544           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4545           so that GST_BASE_CFLAGS can go inbetween them, making sure
4546           we use uninstalled gst-libs headers
4547         * docs/libs/Makefile.am:
4548         * ext/alsa/Makefile.am:
4549         * ext/cdparanoia/Makefile.am:
4550         * ext/gnomevfs/Makefile.am:
4551         * ext/libvisual/Makefile.am:
4552         * ext/ogg/Makefile.am:
4553         * ext/theora/Makefile.am:
4554         * ext/vorbis/Makefile.am:
4555         * gst-libs/gst/audio/Makefile.am:
4556         * gst-libs/gst/cdda/Makefile.am:
4557         * gst-libs/gst/interfaces/Makefile.am:
4558         * gst-libs/gst/riff/Makefile.am:
4559         * gst-libs/gst/rtp/Makefile.am:
4560         * gst-libs/gst/tag/Makefile.am:
4561         * gst/adder/Makefile.am:
4562         * gst/audioconvert/Makefile.am:
4563         * gst/audiorate/Makefile.am:
4564         * gst/audioresample/Makefile.am:
4565         * gst/playback/Makefile.am:
4566         * gst/tcp/Makefile.am:
4567         * gst/videoscale/Makefile.am:
4568         * gst/volume/Makefile.am:
4569         * sys/ximage/Makefile.am:
4570         * sys/xvimage/Makefile.am:
4571         * tests/icles/Makefile.am:
4572           adapt
4573
4574 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4575
4576         * gst-libs/gst/interfaces/xoverlay.c:
4577         (gst_x_overlay_handle_events):
4578         * gst-libs/gst/interfaces/xoverlay.h:
4579         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4580         (gst_ximagesink_set_xwindow_id),
4581         (gst_ximagesink_set_event_handling),
4582         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4583         (gst_ximagesink_get_property), (gst_ximagesink_init),
4584         (gst_ximagesink_class_init):
4585         * sys/ximage/ximagesink.h:
4586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4587         (gst_xvimagesink_set_xwindow_id),
4588         (gst_xvimagesink_set_event_handling),
4589         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4590         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4591         (gst_xvimagesink_class_init):
4592         * sys/xvimage/xvimagesink.h:
4593         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4594         Add a method to the XOverlay interface to allow disabling of 
4595         event handling in x[v]imagesink elements. This will let X events
4596         propagate to parent windows which can be usefull in some cases.
4597         Be carefull that the application is then responsible of pushing
4598         navigation events and expose events to the video sink.
4599         Fixes: #387138.
4600
4601 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4602
4603         * gst-libs/gst/tag/gstvorbistag.c:
4604         * tests/check/libs/tag.c: (GST_START_TEST):
4605           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4606           (fixes #392070).
4607
4608 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         * configure.ac:
4611         * docs/Makefile.am:
4612         * docs/design/Makefile.am:
4613           Dist design docs.
4614
4615 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4616
4617         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4618         typo. Fixes: #390063.
4619
4620 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4621
4622         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4624         caps leak.
4625         * win32/common/config.h: Updated.
4626
4627 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4628
4629         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4630         (setup_gdpdepay_streamheader):
4631         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4632         (setup_gdppay_streamheader):
4633           Fix the dp tests, but activating the pads for the streamheader tests
4634           too and cleaning up conditionaly
4635
4636 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4637
4638         * gst/ffmpegcolorspace/avcodec.h:
4639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4640         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4641         (gst_ffmpegcsp_avpicture_fill):
4642         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4643         (img_get_alpha_info):
4644         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4645         other end of the word. Fixes: #387073.
4646
4647         Add some inconsequential branch hints in a couple of places.
4648
4649 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4650
4651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4652         (gst_ffmpeg_caps_to_smpfmt):
4653           The "signed" field in raw audio caps is of boolean type, trying to
4654           extract the value with _get_int() will fail (fix to keep in sync with
4655           the copy in gst-ffmpeg)
4656
4657 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4658
4659         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4660         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4661         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4662         (cleanup_gdpdepay):
4663         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4664         * tests/check/elements/subparse.c: (teardown_subparse):
4665         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4666         * tests/check/elements/videorate.c: (cleanup_videorate):
4667         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4668         * tests/check/elements/volume.c: (cleanup_volume):
4669         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4670         (cleanup_vorbisdec):
4671         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4672         (cleanup_vorbistag):
4673           consistent pad (de)activation
4674
4675 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4676
4677         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4678           Forgot to register the extensions.
4679
4680 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4681
4682         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4683         (plugin_init):
4684           Add typefinder for VIVO files (my christmas present to the 90s).
4685
4686 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4687
4688         * gst/playback/gstdecodebin.c: (type_found):
4689           Special-case the text/plain media type: we only want to recognise it
4690           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4691           parser, but not if the entire stream is of text/plain type. If the
4692           entire stream is text/plain, we should just error out.
4693
4694           This fixes playback of audio files with lyrics in totem. Totem can't
4695           distinguish between text files and subtitle files and passes any
4696           .txt file with the same basename as the main file to playbin as
4697           suburi, and playbin will then throw a 'subtitle found, but no video
4698           stream' error, which isn't entirely helpful. See #380342.
4699
4700           Also, with this change we'll show a slightly more correct error
4701           message in case totem passes a playlist file to us (although a
4702           custom error message wording instead of the default text would
4703           probably not be a bad idea either).
4704
4705           Same problem also needs to be fixed for playbin+decodebin2.
4706
4707         * tests/check/Makefile.am:
4708         * tests/check/elements/decodebin.c: (src_handoff_cb),
4709         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4710         (decodebin_suite):
4711           Add simple unit test for decodebin for the above.
4712
4713 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4714
4715         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4716         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4717           Refuse to change state to READY when we failed to create any of the
4718           required elements in our instance init function.
4719
4720 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * docs/libs/gst-plugins-base-libs-sections.txt:
4723           Small docs fixes/updates.
4724
4725         * gst-libs/gst/video/gstvideosink.h:
4726           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4727           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4728           removed from the base sink API between 0.9.6 and 0.9.7).
4729           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4730           accessor macros, so we don't do a runtime GObject type check every
4731           time we use them.
4732
4733 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4734
4735         * Makefile.am:
4736         * gst-plugins-base.doap:
4737         * gst-plugins-base.spec.in:
4738           add doap file
4739
4740 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4741
4742         Patch by: Jens Granseuer <jensgr at gmx net>
4743
4744         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4745         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4746         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4747         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4748         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4749           Declare variables at the beginning of a block. Fixes #383195.
4750
4751 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4752
4753         * configure.ac:
4754         Bump version nano - back to CVS.
4755
4756
4757 === release 0.10.11 ===
4758
4759 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4760
4761         * configure.ac:
4762           releasing 0.10.11, "Dumb things"
4763
4764 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4765
4766         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4767         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4768         Handle the case where an element has multiple pads with 
4769         unfixed caps as well as still possibly producing more dynamic 
4770         pads by storing each case as a distinct entry in the dynamic list.
4771         Fixes #38223 again.
4772
4773 2006-12-04  Wim Taymans  <wim@fluendo.com>
4774
4775         * gst/playback/gstdecodebin.c: (close_pad_link):
4776         Fix #382223, add more dynamic caps handling.
4777
4778 2006-12-04  Wim Taymans  <wim@fluendo.com>
4779
4780         * gst-libs/gst/audio/gstringbuffer.h:
4781         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4782         (gst_netaddress_set_ip4_interface),
4783         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4784         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4785         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4786         (gst_netaddress_get_ttl):
4787         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4788         * gst/playback/gstdecodebin.c: (close_pad_link):
4789         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4790         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4791         * win32/common/config.h:
4792
4793 2006-12-01  Michael Smith  <msmith@fluendo.com>
4794
4795         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4796           Delete bad debug code.
4797           Fixes #381219
4798
4799 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4800
4801         * gst/videoscale/vs_4tap.c:
4802         * win32/MANIFEST:
4803         * win32/common/config.h:
4804         * win32/vs8/libgstvideoscale.vcproj:
4805         Fix compilation on win32 under VS8
4806         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4807         Partially fixes #381175
4808
4809 2006-11-30  Michael Smith  <msmith@fluendo.com>
4810
4811         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4812         (GST_START_TEST):
4813           It would be very bad if, after a discont buffer, we thought every
4814           single following buffer was also discont. So, add to the test to
4815           ensure that this isn't the case.
4816           
4817         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4818           ... it was the case. So fix it.
4819
4820 2006-11-28  Wim Taymans  <wim@fluendo.com>
4821
4822         * gst/playback/gstplaybasebin.c: (check_queue_event):
4823         Improve debug.
4824
4825         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4826         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4827         padtemplate caps. Refixes #357577.
4828
4829 2006-11-28  Wim Taymans  <wim@fluendo.com>
4830
4831         * gst/playback/gstplaybasebin.c: (check_queue_event),
4832         (queue_threshold_reached), (queue_out_of_data),
4833         (gen_preroll_element):
4834         Add event probe to see when EOS is in a queue and we can disable the
4835         underrun signals. Fixes #357577.
4836
4837 2006-11-28  Edward Hervey  <edward@fluendo.com>
4838
4839         * gst/playback/Makefile.am:
4840         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4841         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4842         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4843         (gst_decode_bin_init), (gst_decode_bin_dispose),
4844         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4845         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4846         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4847         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4848         (connect_element), (expose_pad), (type_found),
4849         (pad_added_group_cb), (pad_removed_group_cb),
4850         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4851         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4852         (are_raw_caps), (multi_queue_overrun_cb),
4853         (multi_queue_underrun_cb), (gst_decode_group_new),
4854         (get_current_group), (group_demuxer_event_probe),
4855         (gst_decode_group_control_demuxer_pad),
4856         (gst_decode_group_control_source_pad),
4857         (gst_decode_group_check_if_blocked),
4858         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4859         (gst_decode_group_hide), (gst_decode_group_free),
4860         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4861         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4862         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4863         (plugin_init):
4864         New decodebin2 element.
4865         Closes #370092
4866         * gst/playback/gstplay-marshal.list:
4867         Added marshallers for new signals in decodebin2
4868         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4869         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4870         is set.
4871
4872 2006-11-28  Wim Taymans  <wim@fluendo.com>
4873
4874         * gst/playback/gstplaybasebin.c: (setup_source),
4875         (gst_play_base_bin_change_state):
4876         Disable rtsp:// uris for the release, it's not good enough yet.
4877         Remove unused var.
4878
4879 2006-11-26  Wim Taymans  <wim@fluendo.com>
4880
4881         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4882         (theora_dec_push_forward), (theora_dec_push_reverse),
4883         (theora_handle_data_packet), (theora_dec_decode_buffer),
4884         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4885         (theora_dec_chain_forward), (theora_dec_chain):
4886         Implement reverse playback.
4887
4888         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4889         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4890         (vorbis_dec_chain_forward):
4891         Clear buffers used for reverse playback in _reset.
4892         No need to set the eos flag, we clip samples using the segment.
4893
4894 2006-11-24  Wim Taymans  <wim@fluendo.com>
4895
4896         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4897         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4898         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4899         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4900         Some cleanups.
4901         Handle continued pages in reverse mode.
4902
4903 2006-11-24  Wim Taymans  <wim@fluendo.com>
4904
4905         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4906         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4907         (vorbis_dec_flush_decode):
4908         Small cleanups.
4909         Don't try to add invalid timestamps.
4910         Clipping will unref the buffer.
4911
4912 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4913
4914         * gst/adder/gstadder.h:
4915         * gst/audiotestsrc/gstaudiotestsrc.h:
4916           remove obsolete _factory_init protos
4917
4918 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4919
4920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4921           Fix spacing in debug message.
4922
4923 2006-11-23  Wim Taymans  <wim@fluendo.com>
4924
4925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4926         (gst_ogg_demux_chain):
4927         Don't just ignore return values from _pad_push().
4928         Small debug improvements.
4929
4930 2006-11-23  Michael Smith  <msmith@fluendo.com>
4931
4932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4933           If our incoming buffer is marked as DISCONT, then increment the page
4934           number (so that the discontinuity is marked in the final ogg
4935           bitstream) and flush the previous page.
4936
4937 2006-11-22  Michael Smith  <msmith@fluendo.com>
4938
4939         * ext/theora/gsttheoraenc.h:
4940         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4941         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4942         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4943         (theora_enc_chain), (theora_enc_change_state):
4944           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4945
4946         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4947         (GST_START_TEST), (theoraenc_suite):
4948           Enable discontinuity test, fix it.
4949
4950 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4951
4952         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4953         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4954         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4955         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4956         (gst_text_overlay_change_state):
4957         * ext/pango/gsttextoverlay.h:
4958           Some textoverlay fixes: for one, in the video chain function,
4959           actually wait for a text buffer to come in if there is none at the
4960           moment and there should be one; also, deal more gracefully with
4961           incoming buffers that do not have a timestamp or duration; discard
4962           text buffer when not needed any longer. Fixes #341681.
4963
4964         * tests/check/Makefile.am:
4965         * tests/check/elements/.cvsignore:
4966         * tests/check/elements/textoverlay.c:
4967         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4968         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4969         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4970         (test_video_waits_for_text_send_text_newsegment_thread),
4971         (test_video_waits_for_text_shutdown_element),
4972         (test_render_continuity_push_video_buffers_thread),
4973         (textoverlay_suite):
4974           Add some unit tests for textoverlay.
4975
4976 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4977
4978         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4979           Avoid integer underflow when the found probability for mp3 is
4980           smaller than the 'penalty' we subtract if there's not a clean
4981           mp3 header sync at offset 0.
4982
4983 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4984
4985         * docs/libs/gst-plugins-base-libs-sections.txt:
4986           Add some new symbols to the docs
4987
4988 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         * tests/check/Makefile.am:
4991         * tests/check/elements/ffmpegcolorspace.c:
4992         (ffmpegcolorspace_suite):
4993           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4994           (for now not for valgrinding though, since it takes too long).
4995
4996 2006-11-20  Wim Taymans  <wim@fluendo.com>
4997
4998         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4999         (gst_ffmpeg_pixfmt_to_caps):
5000         Fix RGBA32 caps. Fixes #357038.
5001
5002 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         * gst-libs/gst/interfaces/mixertrack.h:
5005           Add FIXME so we can add some padding here in 0.11
5006
5007 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5008
5009         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5010           Fix GstBaseRTPAudioPayload structure so the whole GObject
5011           inheritance business actually works (parent class instance structure
5012           must always come first in the derived class instance structure).
5013
5014 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5015
5016         * gst/videotestsrc/Makefile.am:
5017         * tests/check/Makefile.am:
5018           Make sure our checks and the videotestsrc plugin link against the
5019           local uninstalled gst libs and not any installed gst libs that
5020           might happen to exist as well.
5021
5022         * tests/check/elements/adder.c: (message_received),
5023         (test_event_message_received), (test_play_twice_message_received):
5024         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
5025           Fix compiler warnings when compiling against core with disabled
5026           debugging system.
5027
5028 2006-11-16  Michael Smith  <msmith@fluendo.com>
5029
5030         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5031         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
5032           Fix audiorate, so that it accurately sets offsets and timestamps.
5033           Doesn't change the fundamental algorithmic decisions; so should be
5034           safe.
5035
5036         * tests/check/Makefile.am:
5037           Enable audiorate test now that it passes.
5038
5039 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
5040
5041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5042           clear xv when going to NULL, remove // commented non-existant proto
5043
5044         * tests/examples/seek/seek.c: (main):
5045           add missing tooltip description for scrub and play_scrub
5046
5047 2006-11-14  David Schleef  <ds@schleef.org>
5048
5049         * configure.ac:
5050           Bump liboil requirement to 0.3.8.
5051         * gst-libs/gst/riff/riff-media.c:
5052           Add Dirac fourcc.
5053         * gst/videoscale/vs_image.h:
5054         * gst/videoscale/vs_scanline.h:
5055           Use liboil's stdint.h.
5056         * gst/videotestsrc/videotestsrc.c:
5057           Remove liboil related ifdef's, since they aren't needed now, and
5058           won't work with future versions.
5059
5060 2006-11-14  David Schleef  <ds@schleef.org>
5061
5062         * gst/videoscale/Makefile.am:
5063         * gst/videoscale/gstvideoscale.c:
5064         * gst/videoscale/gstvideoscale.h:
5065         * gst/videoscale/vs_4tap.c:
5066         * gst/videoscale/vs_4tap.h:
5067         * gst/videoscale/vs_image.c:
5068         * gst/videoscale/vs_image.h:
5069         * gst/videoscale/vs_scanline.c:
5070         * gst/videoscale/vs_scanline.h:
5071           Add a 4-tap image scaler.  Theoretically looks much prettier.
5072           The tap calculation could use some improvement.
5073
5074 2006-11-14  Wim Taymans  <wim@fluendo.com>
5075
5076         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
5077
5078         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
5079         (gst_riff_parse_strf_iavs):
5080         * gst/subparse/gstsubparse.c: (convert_encoding):
5081         * gst/tcp/gstmultifdsink.c:
5082         (gst_multi_fd_sink_handle_client_write):
5083         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5084         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
5085         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
5086         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
5087         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5088         (gst_ximagesink_ximage_new):
5089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5090         Various gsize and gssize printf fixes. Fixes #372507.
5091
5092 2006-11-13  Wim Taymans  <wim@fluendo.com>
5093
5094         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5095         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
5096         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
5097         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
5098         (vorbis_dec_chain_forward), (vorbis_dec_chain):
5099         * ext/vorbis/vorbisdec.h:
5100         First stab at vorbis reverse playback.
5101
5102 2006-11-13  Wim Taymans  <wim@fluendo.com>
5103
5104         * gst-libs/gst/audio/gstbaseaudiosink.c:
5105         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5106         * gst-libs/gst/audio/gstbaseaudiosink.h:
5107         Make the clock sync code more accurate wrt resampling and playback
5108         at different rates.
5109         
5110         * gst-libs/gst/audio/gstringbuffer.c:
5111         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
5112         * gst-libs/gst/audio/gstringbuffer.h:
5113         Use better algorithm to interpolate sample rates. 
5114
5115 2006-11-13  Michael Smith  <msmith@fluendo.com>
5116
5117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
5118           Improve a debug line slightly.
5119
5120         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
5121           Call gst_riff_init() in plugin_init, to avoid getting errors from
5122           the debug system (unrelated changes to another plugin made this turn
5123           up; not sure why).
5124
5125 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
5126
5127         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
5128
5129         * win32/common/libgsttag.def:
5130           Add missing symbol (#366492).
5131
5132 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
5135           Don't unref a NULL pad.
5136
5137 2006-11-09  Wim Taymans  <wim@fluendo.com>
5138
5139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
5140         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
5141         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
5142         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
5143         (gst_ogg_demux_loop):
5144         Implement first stab at reverse playback.
5145
5146 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
5147
5148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5149         (gst_riff_create_video_template_caps):
5150           add h263/h264 variants to the caps, Fixes #363118
5151
5152 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5153
5154         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5155         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5156           Use g_strerror instead of strerror so we get UTF-8.
5157
5158 2006-11-03  David Schleef  <ds@schleef.org>
5159
5160         * ext/ogg/gstoggdemux.c:
5161         * ext/ogg/gstoggmux.c:
5162           Add/remove KW-DIRAC header here, since it is ogg-specific.
5163
5164 2006-11-03  Michael Smith  <msmith@fluendo.com>
5165
5166         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5167           Recognise more mpeg4 elementary video streams.
5168
5169 2006-11-02  Edward Hervey  <edward@fluendo.com>
5170
5171         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
5172         Lower the probability of mp3 typefinding functions if we don't find a
5173         valid mp3 header at the start of the file.
5174         Closes #369482
5175
5176 2006-11-02  Wim Taymans  <wim@fluendo.com>
5177
5178         * ext/theora/gsttheoradec.h:
5179         * ext/theora/theoradec.c: (gst_theora_dec_init),
5180         (theora_dec_sink_event), (theora_dec_chain_forward),
5181         (theora_dec_flush_decode), (theora_dec_chain_reverse),
5182         (theora_dec_chain):
5183         Document and partially implement an algorithm for doing reverse playback
5184         of theora video.
5185
5186 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5189
5190         * win32/common/config.h:
5191         * win32/common/interfaces-enumtypes.c:
5192         * win32/common/libgsttag.def:
5193         * win32/vs8/gst-plugins-base.sln:
5194         * win32/vs8/libgstaudioresample.vcproj:
5195         * win32/vs8/libgstinterfaces.vcproj:
5196         * win32/vs8/libgstogg.vcproj:
5197         * win32/vs8/libgstriff.vcproj:
5198         * win32/vs8/libgsttag.vcproj:
5199         * win32/vs8/libgsttheora.vcproj:
5200         * win32/vs8/libgstvideoscale.vcproj:
5201         * win32/vs8/libgstvorbis.vcproj:
5202           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
5203           to libgsttag.def; add missing dependencies for some vs8 projects;
5204           re-arrange placement of .def files in vs8 projects (#366334).
5205
5206 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * ext/ogg/gstogg.c:
5209           Remove unused variable.
5210
5211         * ext/ogg/gstoggdemux.c:
5212           Fix Wim's surname in plugin description.
5213
5214 2006-10-31  Wim Taymans  <wim@fluendo.com>
5215
5216         * gst-plugins-base.spec.in:
5217         spec new .h file. Fixes #368310.
5218
5219 2006-10-31  Michael Smith  <msmith@fluendo.com>
5220
5221         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
5222         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
5223         (gst_multi_fd_sink_get_stats),
5224         (gst_multi_fd_sink_remove_client_link),
5225         (gst_multi_fd_sink_queue_buffer),
5226         (gst_multi_fd_sink_handle_clients):
5227         * gst/tcp/gstmultifdsink.h:
5228           Make using the remove or clear signals threadsafe.
5229           Make calling get-stats with an invalid fd not segfault.
5230           Fixes 368273.
5231
5232 2006-10-31  Wim Taymans  <wim@fluendo.com>
5233
5234         * gst-libs/gst/rtp/Makefile.am:
5235         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5236         (gst_base_rtp_audio_payload_init):
5237         Fix and activate base audio payloader.
5238
5239 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5240
5241         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
5242         (plugin_init):
5243           Add typefinder for QuickTime Image Files (see #366156).
5244
5245 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
5246
5247         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
5248           Another typo fix (#366212).
5249
5250 2006-10-27  Wim Taymans  <wim@fluendo.com>
5251
5252         * gst/volume/gstvolume.c: (volume_transform_ip):
5253         Use stream time to synchronize volume property instead of rather random
5254         timestamps. This is needed when gnonlin does its time shifting.
5255
5256 2006-10-27  Wim Taymans  <wim@fluendo.com>
5257
5258         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5259
5260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
5261         Remove the pad from the element in release_pad. Fixes #364812.
5262
5263 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5264
5265         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5267           Explicitly create our custom buffer classes at a thread-safe
5268           location as well, since g_type_class_ref() doesn't seem to be
5269           entirely thread-safe either (#365501; also see #349410).
5270
5271 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5272
5273         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
5274         (gst_riff_parse_info):
5275           If strings in INFO chunk are not UTF-8, do something similar to
5276           what we do for ID3v1 tags: check a number of environment variables
5277           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
5278           character sets to try, otherwise try the current locale and/or fall
5279           back on ISO-8859-1. Fixes #360552.
5280
5281 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         * gst/videotestsrc/gstvideotestsrc.c:
5284         (gst_video_test_src_pattern_get_type),
5285         (gst_video_test_src_set_pattern):
5286         * gst/videotestsrc/gstvideotestsrc.h:
5287         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
5288         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
5289         (gst_video_test_src_checkers8):
5290         * gst/videotestsrc/videotestsrc.h:
5291           Add a bunch of exciting new checkers patterns.
5292
5293 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5294
5295         * gst/subparse/Makefile.am:
5296         * gst/subparse/gstsubparse.c:
5297         (gst_sub_parse_data_format_autodetect),
5298         (gst_sub_parse_format_autodetect), (handle_buffer),
5299         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
5300         * gst/subparse/gstsubparse.h:
5301         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
5302         (parse_tmplayer):
5303         * gst/subparse/tmplayerparse.h:
5304           Add support for TMPlayer-type subtitles (#362845).
5305
5306         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
5307         (GST_START_TEST), (subparse_suite):
5308           Add some basic unit tests for the above.
5309
5310 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5311
5312         * tests/check/elements/audiorate.c: (test_injector_base_init),
5313         (test_injector_class_init), (test_injector_chain),
5314         (test_injector_init), (probe_cb), (do_perfect_stream_test),
5315         (GST_START_TEST), (audiorate_suite):
5316           More tests for audiorate: inject buffers to check behaviour when
5317           buffers overlap.
5318
5319 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * tests/check/Makefile.am:
5322         * tests/check/elements/.cvsignore:
5323         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
5324         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
5325           Add some basic unit tests for audiorate. Disabled at the moment
5326           since it doesn't pass yet (see bug #363119).
5327
5328 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5329
5330         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
5331         (parse_subrip), (handle_buffer):
5332           Add missing closing tags for markup and fix broken markup,
5333           otherwise pango won't render anything (fixes #357531). Also,
5334           make sure the text we send out is always NUL-terminated
5335           (better safe than sorry etc.).
5336
5337         * tests/check/elements/subparse.c: (test_srt_do_test),
5338         (test_srt):
5339           Some more tests for .srt incl. tests for the above stuff.
5340
5341 2006-10-20  Julien MOUTTE  <julien@moutte.net>
5342
5343         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
5344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5345         Patch by: Stefan Kost  <ensonic@users.sf.net>
5346         Try to redraw borders only when needed. Apparently this consumes
5347         resources on small devices... :-O (#363607)
5348
5349 2006-10-20  Michael Smith  <msmith@fluendo.com>
5350
5351         * gst/tcp/gstmultifdsink.c:
5352         (gst_multi_fd_sink_client_queue_buffer):
5353           If caps change, then update the client's idea of the caps so that we
5354           don't end up re-sending streamheaders for every single buffer after
5355           the caps change.
5356
5357 2006-10-20  Michael Smith  <msmith@fluendo.com>
5358
5359         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
5360         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
5361           Set caps on pushed buffers; fix up refcounting of caps objects.
5362
5363 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5364
5365         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
5366         (plugin_init):
5367           Typefind mmsh header data packet to application/x-mmsh (#362625).
5368
5369 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5370
5371         * tests/check/Makefile.am:
5372         * tests/check/elements/.cvsignore:
5373         * tests/check/elements/subparse.c: (buffer_from_static_string),
5374         (setup_subparse), (teardown_subparse), (test_srt_do_test),
5375         (GST_START_TEST), (subparse_suite):
5376           Add very simple unit test for subparse.
5377
5378 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5379
5380         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
5381         (parse_subrip):
5382           Strip trailing newlines from subtitle text output.
5383
5384 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5385
5386         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5387         (gst_sub_parse_change_state):
5388           Fix memleak; clear subparse->textbuf n state change function.
5389
5390 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         * gst/subparse/gstsubparse.c:
5393         (gst_sub_parse_data_format_autodetect):
5394           Don't require subrip (.srt) files to start with a chunk number of 1.
5395
5396 2006-10-18  Wim Taymans  <wim@fluendo.com>
5397
5398         * gst-libs/gst/audio/gstbaseaudiosink.c:
5399         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5400         * gst-libs/gst/audio/gstbaseaudiosink.h:
5401         Extract rate from the NEWSEGMENT event.
5402         Use commit_full to also take rate adjustment into account when writing
5403         samples to the ringbuffer.
5404         
5405         * gst-libs/gst/audio/gstringbuffer.c:
5406         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
5407         (gst_ring_buffer_read):
5408         * gst-libs/gst/audio/gstringbuffer.h:
5409         Added _commit_full() to also take rate into account.
5410         Use simple interpolation algorithm to resample audio.
5411         API: gst_ring_buffer_commit_full()
5412
5413         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
5414         * tests/examples/seek/seek.c: (segment_done):
5415         Don't try to seek with 0.0 rate, just pause instead.
5416         Remove bogus debug line.
5417
5418 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5421         (setup_source):
5422           Catch async errors when starting up the subtitle bin, so we can
5423           stop waiting and continue with the main film instead of hanging
5424           forever. Fixes #339366.
5425
5426         * tests/check/elements/playbin.c: (playbin_suite):
5427           Enable unit test for the above.
5428
5429 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5430
5431         * tests/check/Makefile.am:
5432         * tests/check/elements/.cvsignore:
5433         * tests/check/elements/playbin.c: (GST_START_TEST),
5434         (gst_red_video_src_uri_get_type),
5435         (gst_red_video_src_uri_get_protocols),
5436         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5437         (gst_red_video_src_uri_handler_init),
5438         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5439         (gst_red_video_src_create), (gst_red_video_src_class_init),
5440         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5441           Some small and basic unit tests for playbin; not very useful yet,
5442           but at least a start.
5443
5444 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5445
5446         * gst/playback/gstplaybin.c: (setup_sinks):
5447           The old pad activation spiel.
5448
5449 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5450
5451         * gst/playback/gstplaybasebin.c: (setup_source):
5452           Don't hang forever if the subbin already fails to start up in 
5453           the state change to PAUSED (#339366).
5454
5455 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5456
5457         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5458         (gst_tuner_set_channel), (gst_tuner_get_channel),
5459         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5460         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5461         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5462         (gst_tuner_find_channel_by_name):
5463           Fix some function guards, add some more function guards.
5464
5465 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5466
5467         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5468         (remove_element_chain):
5469         Don't return a pad from get_our_ghost_pad unless it is actually the
5470         one we want.
5471         Change a cast in remove_element_chain slightly.
5472
5473 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5474
5475         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5476         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5477         Segment seeking needs to use the rate and set stop to -1.
5478
5479 2006-10-13  Wim Taymans  <wim@fluendo.com>
5480
5481         * gst-libs/gst/audio/gstbaseaudiosink.c:
5482         (gst_base_audio_sink_setcaps):
5483         Don't crash when ringbuffer is not yet created.
5484         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5485         Fixes #361634.
5486
5487         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5488         * gst/playback/gststreamselector.c:
5489         (gst_stream_selector_request_new_pad):
5490         Activate pads befre adding them to running elements.
5491
5492 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5493
5494         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5495         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5496         updater when we start grabing the slider. Don't wait for the
5497         pipeline to be PAUSED.
5498
5499 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5500
5501         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5502         (gst_mixer_set_volume), (gst_mixer_get_volume),
5503         (gst_mixer_set_mute), (gst_mixer_set_option),
5504         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5505         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5506         (gst_mixer_option_changed):
5507           Guard mixer interface functions against bogus arguments.
5508
5509 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5510
5511         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5512         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5513         (msg_state_changed), (main): Use state-changed messages to trigger
5514         start/stop of scale update timer. Indeed the scale slider was
5515         jumping here and there because the update timer was activated 
5516         before seek completed. This fixes instant applying of rate changes
5517         by pressing the spinbutton like a crazy man !
5518
5519 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5520
5521         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5522
5523         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5524         (gst_basertppayload_finalize):
5525           Fix two small memory leaks (#361456).
5526
5527 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5528
5529         * tests/examples/seek/seek.c: (do_seek),
5530         (rate_spinbutton_changed_cb): When changing spinbutton we try
5531         to change the rate on the fly.
5532
5533 2006-10-10  Wim Taymans  <wim@fluendo.com>
5534
5535         * gst-libs/gst/riff/riff-ids.h:
5536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5537         (gst_riff_create_audio_template_caps):
5538         Add WMS caps.
5539
5540 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5541
5542         Patch by: Josep Torra Valles <josep@fluendo.com>
5543
5544         * ext/gnomevfs/gstgnomevfssink.c:
5545         * ext/gnomevfs/gstgnomevfssrc.c:
5546         Fix URI interface implementation return type.
5547         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5548         Fix what looks like a copy/paste issue when assigning values.
5549         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5550         (gst_audio_filter_template_get_type):
5551         Cast to prevent Forte warnings.
5552         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5553         Fix URI interface implementation return type.
5554         gst_pad_query_position requires a signed integer pointer as
5555         3rd parameter, GstClockTime is unsigned.
5556         * gst/audioconvert/audioconvert.c:
5557         Fix integer overflow when treated as signed.
5558         * gst/audioresample/resample.c: (resample_add_input_data):
5559         Cast to prevent warnings on Forte.
5560         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5561         Fix integer overflow when treated as signed.
5562         * gst/ffmpegcolorspace/imgconvert_template.h:
5563         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5564         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5565         (cleanup_decodebin):
5566         Who initialises a guint to -1!
5567         Cast function pointers to prevent warnings on Forte.
5568         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5569         (queue_threshold_reached):
5570         Cast function pointers correctly to prevent warnings on Forte.
5571         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5572         Cast function pointers correctly to prevent warnings on Forte.
5573         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5574         Obvious change to unsigned, 0xEF > max signed char.
5575         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5576         GstClockTime is unsigned, initialise correctly.
5577         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5578         Cast so pointer arithemetic doesn't cause warnings on Forte.
5579         * gst/videorate/gstvideorate.c:
5580         Use correct return value.
5581         * tests/examples/seek/scrubby.c:
5582         GstClockTime is unsigned, initialise correctly.
5583
5584 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5585
5586         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5587
5588         * gst/typefind/gsttypefindfunctions.c:
5589           Recognise XML files and XML-like files shorter than 256 bytes as
5590           well (fixes #359237).
5591
5592 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5593
5594         Patch by: Renato Filho <renato.filho@indt.org.br>
5595         
5596         * gst/typefind/gsttypefindfunctions.c:
5597         Added typefind functions to video/x-nuv media.
5598         
5599 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5600
5601         * gst-libs/gst/interfaces/xoverlay.c:
5602         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5603           Some more guards against invalid input.
5604
5605 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5606
5607         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5608         Useless goto.
5609         * tests/examples/seek/seek.c: (do_seek),
5610         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5611         seek example to experiment with rates != 1.0 (reverse playback !)
5612
5613 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5614
5615         * gst-libs/gst/interfaces/xoverlay.c:
5616           Unref message in doc-example (spotted by Robert McQueen)
5617
5618 2006-10-06  Wim Taymans  <wim@fluendo.com>
5619
5620         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5621         (mpeg1_parse_header), (mpeg1_sys_type_find):
5622         printf fix.
5623
5624 2006-10-06  Wim Taymans  <wim@fluendo.com>
5625
5626         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5627         (close_pad_link):
5628         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5629         Activate dynamic pads before adding them to the element.
5630
5631 2006-10-06  Michael Smith  <msmith@fluendo.com>
5632
5633         * gst-libs/gst/floatcast/floatcast.h:
5634           Fix obviously-bogus macros; use the correct types.
5635
5636 2006-10-06  Wim Taymans  <wim@fluendo.com>
5637
5638         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5639         (gst_base_rtp_depayload_change_state):
5640         Also call parent state change function to activate pads.
5641
5642         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5643         (mpeg1_parse_header), (mpeg1_sys_type_find):
5644         Add some more debug info in mpeg typefinding.
5645
5646 2006-10-06  Michael Smith  <msmith@fluendo.com>
5647
5648         * ext/theora/theoradec.c: (theora_dec_chain):
5649           Zero byte theora packets are valid and well-defined; don't warn on
5650           them.
5651
5652 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5653
5654         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5655         (gst_multi_fd_sink_get_stats), (find_limits),
5656         (gst_multi_fd_sink_queue_buffer):
5657           API: add dropped_buffers to the get-stats GValueArray
5658
5659 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5660
5661         * ext/alsa/gstalsadeviceprobe.c:
5662         (gst_alsa_device_property_probe_get_values):
5663         * ext/alsa/gstalsasink.c: (set_hwparams):
5664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5665         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5666         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5667         (gst_ogg_mux_process_best_pad):
5668         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5669         (gst_ogg_parse_chain):
5670         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5671         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5672         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5673         (gst_vorbis_enc_buffer_check_discontinuous):
5674         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5675         * gst-libs/gst/audio/gstbaseaudiosink.c:
5676         (gst_base_audio_sink_render):
5677         * gst-libs/gst/cdda/gstcddabasesrc.c:
5678         (gst_cdda_base_src_handle_track_seek):
5679         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5680         (gst_base_rtp_depayload_push_full):
5681         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5682         * gst/audioresample/resample.c: (resample_input_pushthrough):
5683         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5684         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5685         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5686         (wavpack_type_find):
5687         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5688         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5689         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5690         * tests/check/elements/volume.c: (GST_START_TEST):
5691           Printf format fixes.
5692
5693 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5694
5695         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5696           Fix a simple mistake (see the docs)
5697           Fixes #359580
5698
5699 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         * docs/plugins/Makefile.am:
5702         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5703         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5704         * docs/plugins/gst-plugins-base-plugins.args:
5705         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5706         * docs/plugins/inspect/plugin-adder.xml:
5707         * docs/plugins/inspect/plugin-alsa.xml:
5708         * docs/plugins/inspect/plugin-audioconvert.xml:
5709         * docs/plugins/inspect/plugin-audiorate.xml:
5710         * docs/plugins/inspect/plugin-audioresample.xml:
5711         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5712         * docs/plugins/inspect/plugin-cdparanoia.xml:
5713         * docs/plugins/inspect/plugin-decodebin.xml:
5714         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5715         * docs/plugins/inspect/plugin-gdp.xml:
5716         * docs/plugins/inspect/plugin-gnomevfs.xml:
5717         * docs/plugins/inspect/plugin-libvisual.xml:
5718         * docs/plugins/inspect/plugin-ogg.xml:
5719         * docs/plugins/inspect/plugin-pango.xml:
5720         * docs/plugins/inspect/plugin-playbin.xml:
5721         * docs/plugins/inspect/plugin-subparse.xml:
5722         * docs/plugins/inspect/plugin-tcp.xml:
5723         * docs/plugins/inspect/plugin-theora.xml:
5724         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5725         * docs/plugins/inspect/plugin-video4linux.xml:
5726         * docs/plugins/inspect/plugin-videorate.xml:
5727         * docs/plugins/inspect/plugin-videoscale.xml:
5728         * docs/plugins/inspect/plugin-videotestsrc.xml:
5729         * docs/plugins/inspect/plugin-volume.xml:
5730         * docs/plugins/inspect/plugin-vorbis.xml:
5731         * docs/plugins/inspect/plugin-ximagesink.xml:
5732         * docs/plugins/inspect/plugin-xvimagesink.xml:
5733           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5734
5735 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5738
5739         * ext/vorbis/Makefile.am:
5740         * ext/vorbis/vorbis.c: (plugin_init):
5741         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5742         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5743         * ext/vorbis/vorbisparse.h:
5744         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5745         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5746         (gst_vorbis_tag_parse_packet):
5747         * ext/vorbis/vorbistag.h:
5748           Add new vorbistag element which derives from vorbisparse
5749           and is essentially the same as well, only that it implements
5750           the GstTagSetter interface and can modify the stream's
5751           vorbiscomment on the fly (#335635).
5752
5753         * tests/check/Makefile.am:
5754         * tests/check/elements/.cvsignore:
5755         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5756         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5757         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5758         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5759           Add unit test for new vorbistag element.
5760
5761 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5762
5763         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5764         (vorbis_parse_push_headers), (vorbis_parse_chain):
5765           Set BOS flag in packet structure to fix 'jump depends
5766           on unitialized value' errors in valgrind; various minor
5767           clean-ups.
5768
5769 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5770
5771         * gst/playback/gstdecodebin.c: (close_pad_link):
5772         Fix typo in a debug statement.
5773
5774         * gst/playback/gstplaybasebin.c: (probe_triggered),
5775         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5776         (gen_source_element), (source_new_pad), (analyse_source),
5777         (setup_source):
5778         When handling no_more_pads in new_decoded_pad, make sure to treat
5779         subtitle pads correctly. Fixes playback with subtitle files.
5780
5781         Move a recurring message to LOG level.
5782
5783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5784         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5785         which ends up as -1 when cast to an int. Make the logic handle the
5786         max value as an unsigned mask and only change the colorkey when it's
5787         a value we recognise.
5788
5789 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5790
5791         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5792         Removed empty * between paragraphs
5793
5794 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5795
5796         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5797         * gst-libs/gst/rtp/README:
5798         Moved some documentation into .c file
5799
5800 2006-09-29  Wim Taymans  <wim@fluendo.com>
5801
5802         * gst/playback/gstdecodebin.c: (no_more_pads):
5803         Fix compilation.
5804
5805 2006-09-29  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/playback/gstdecodebin.c: (new_caps):
5808         Remove g_print
5809
5810         * gst/playback/gstplaybin.c:
5811         Add some docs.
5812
5813 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         * tests/check/Makefile.am:
5816           Re-enable cddabasesrc test to see if it works again
5817           now.
5818
5819 2006-09-29  Wim Taymans  <wim@fluendo.com>
5820
5821         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5822         (gen_source_element):
5823         Handle invalid URIs a bit more gracefully.
5824
5825 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5826
5827         * tests/check/pipelines/oggmux.c:
5828           Remove obsolete comment.
5829
5830 2006-09-29  Michael Smith  <msmith@fluendo.com>
5831
5832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5833         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5834         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5835         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5836         (gst_ogg_mux_collected):
5837           Commit patch from James "Doc" Livingston, adds proper EOS handling
5838           in oggmux. GStreamer can, for the first time ever, create a valid
5839           Ogg file! Yay!
5840
5841         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5842         (oggmux_suite):
5843           Reenable tests now that they pass.
5844
5845 2006-09-29  Wim Taymans  <wim@fluendo.com>
5846
5847         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5848         Stop reading commands when EOF (we read 0) as well.
5849
5850 2006-09-28  Wim Taymans  <wim@fluendo.com>
5851
5852         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5853         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5854         (find_dynamic), (unlinked), (close_link):
5855         Implement delayed caps linking needed for element with a lot of
5856         different caps on the src pads that get fixed at runtime.
5857         Improve management of dynamic elements.
5858
5859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5860         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5861         (gen_preroll_element), (remove_groups), (unknown_type),
5862         (add_element_stream), (no_more_pads_full), (no_more_pads),
5863         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5864         (new_decoded_pad), (setup_subtitle), (array_has_value),
5865         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5866         (analyse_source), (remove_decoders), (make_decoder),
5867         (remove_source), (setup_source), (finish_source), (prepare_output),
5868         (gst_play_base_bin_change_state):
5869         * gst/playback/gstplaybasebin.h:
5870         Use more _CAST instead of full type checking casts.
5871         Small cleanups, plug some leaks.
5872         Handle dynamic sources.
5873         Add some helper functions to create lists of strings used for
5874         blacklisting and other stuff.
5875         Refactor some code dealing with analysing the source.
5876         Re-enable sources without pads (like cd:// or other selfcontained
5877         elements).
5878
5879 2006-09-28  Wim Taymans  <wim@fluendo.com>
5880
5881         * gst-libs/gst/audio/gstbaseaudiosink.c:
5882         (gst_base_audio_sink_render):
5883         When we have a timestamp, we can still perform clipping.
5884         When we have no clock, we must play the sample ASAP.
5885
5886 2006-09-28  Wim Taymans  <wim@fluendo.com>
5887
5888         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5889         Set caps on outgoing buffers.
5890
5891         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5892         (gst_video_rate_event), (gst_video_rate_chain):
5893         * gst/videorate/gstvideorate.h:
5894         Fix videorate some more. Fixes #357977
5895
5896 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5897
5898         * tests/check/elements/adder.c: (adder_suite):
5899           Don't set timeout to 6 seconds when we're running
5900           in valgrind ... (and how is 6 seconds longer than
5901           the default anyway?)
5902
5903 2006-09-28  Wim Taymans  <wim@fluendo.com>
5904
5905         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5906         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5907         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5908         Keep sink and src segment to keep track of time and support more
5909         input formats.
5910         Fix bogus next_offset and run_time calculation, don't understand how
5911         this could have worked before. Fixes #357976.
5912         Remove some unneeded vars.
5913
5914 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5915
5916         * gst/playback/gstplaybin.c: (remove_sinks):
5917           Only remove visualisation from visbin if there is a visbin (or:
5918           don't throw warnings when closing totem without playing a file).
5919
5920 2006-09-27  Wim Taymans  <wim@fluendo.com>
5921
5922         * gst-libs/gst/audio/gstbaseaudiosink.c:
5923         (gst_base_audio_sink_render):
5924         Add some more info in a WARNING.
5925
5926         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5927         (gst_base_audio_src_create):
5928         Handle PAUSE in create function, use new -core addition to
5929         wait for playing. Fixes pausing and resuming capture from an
5930         audiosrc.
5931
5932         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5933         (gst_ring_buffer_read):
5934         Constify some more.
5935         Caller supports interrupted reads now.
5936
5937 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5938
5939         * tests/check/Makefile.am:
5940           Another attempt to make the gen64 buildbot happy.
5941
5942 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5943
5944         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5945
5946         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5947         (gst_visual_chain), (gst_visual_change_state):
5948           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5949           correctly. Fixes #357800
5950
5951 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5952
5953         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5954           Add timeout to _get_state() so we see which pipeline it is
5955           that causes trouble on the gen64 build bot.
5956
5957 2006-09-27  Wim Taymans  <wim@fluendo.com>
5958
5959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5960         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5961         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5962         (gst_base_rtp_depayload_set_gst_timestamp):
5963         the source pad always uses fixed caps.
5964
5965 2006-09-27  Wim Taymans  <wim@fluendo.com>
5966
5967         * docs/libs/gst-plugins-base-libs-docs.sgml:
5968         * docs/libs/gst-plugins-base-libs-sections.txt:
5969         * gst-libs/gst/audio/gstaudioclock.c:
5970         * gst-libs/gst/audio/gstaudioclock.h:
5971         * gst-libs/gst/audio/gstaudiosink.c:
5972         * gst-libs/gst/audio/gstaudiosink.h:
5973         * gst-libs/gst/audio/gstaudiosrc.c:
5974         * gst-libs/gst/audio/gstbaseaudiosink.c:
5975         (gst_base_audio_sink_render):
5976         * gst-libs/gst/audio/gstbaseaudiosink.h:
5977         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5978         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5979         * gst-libs/gst/audio/gstringbuffer.h:
5980         Added docs for the audio libs.
5981
5982 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5983
5984         * tests/check/Makefile.am:
5985           Temporarily disable test that fails on the bots for unknown reasons.
5986
5987 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5988
5989         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5990         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5991         Moved AudioCodecType into priv
5992         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5993
5994 2006-09-25  Wim Taymans  <wim@fluendo.com>
5995
5996         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5997         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5998         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5999         (new_pad):
6000         Cleanups and small leak fixes.
6001         Added Depayloaders to valid list of autopluggable elements.
6002
6003 2006-09-25  Wim Taymans  <wim@fluendo.com>
6004
6005         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6006         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
6007         (gen_video_element), (gen_text_element), (gen_audio_element),
6008         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
6009         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
6010         Detect NO_PREROLL state change returns and disable clock distribution to
6011         the sinks so that sync is disabled.
6012         Avoid some type checking and do simple casts instead.
6013         Small cleanups, fix some FIXMEs.
6014         Be more robust when linking user specified elements, catch an report
6015         errors. Fixes #357404.
6016         Fix some leaks in the error paths.
6017
6018 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
6019
6020         * ChangeLog:
6021           ChangeLog surgery for missing bug-number
6022
6023 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6024
6025         Patch by: Peter Kjellerstedt  <pkj at axis com>
6026
6027         * gst/playback/test.c:
6028           Fix compilation with uClibc and -Werror (#357591).
6029
6030 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6031
6032         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
6033           Parse dates that are followed by a time as well (#357532).
6034
6035         * tests/check/libs/tag.c: (test_vorbis_tags):
6036           Add unit test for this.
6037
6038 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6039
6040         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
6041         (gst_audio_convert_transform_caps):
6042         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
6043         * gst/videotestsrc/videotestsrc.h:
6044           A few array const-ifications.
6045
6046 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6047
6048         * tests/check/Makefile.am:
6049           See if this makes the build bots happy.
6050
6051         * tests/check/libs/cddabasesrc.c:
6052           UTF8-ise my name.
6053
6054 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6055
6056         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6057
6058         * gst/subparse/samiparse.c: (handle_start_font),
6059         (fix_invalid_entities):
6060           More case-insensitivity for certain tags; recognise entities with
6061           decimal codes as special entities as well (#357330).
6062
6063 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6064
6065         * gst-libs/gst/Makefile.am:
6066           Need to build tag directory before cdda.
6067
6068 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
6069
6070         * docs/libs/gst-plugins-base-libs-sections.txt:
6071         * gst-libs/gst/cdda/Makefile.am:
6072         * gst-libs/gst/cdda/gstcddabasesrc.c:
6073         (gst_cdda_base_src_base_init):
6074         * gst-libs/gst/cdda/gstcddabasesrc.h:
6075         * gst-libs/gst/tag/tag.h:
6076         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
6077         (gst_tag_register_musicbrainz_tags):
6078           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
6079           depend on libgsttag. This is required so we can extract/read tags like
6080           DISCID without depending on libgstcddabasesrc (which used to register
6081           them).
6082
6083         * gst-libs/gst/tag/gstvorbistag.c:
6084           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
6085           tags (also see #347848).
6086
6087         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
6088           Log vorbis comments we are actually writing. Const-ify array.
6089
6090 2006-09-23  Wim Taymans  <wim@fluendo.com>
6091
6092         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6093         Improve buffering a bit by avoiding a deadlock because we cannot assume
6094         the underrun is always called.
6095
6096 2006-09-23  Wim Taymans  <wim@fluendo.com>
6097
6098         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6099
6100         * gst-libs/gst/riff/riff-ids.h:
6101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6102         (gst_riff_create_audio_template_caps):
6103         Added MPEG-4 AAC and id and caps. Fixes #357289
6104         Added WMA9 Lossless id.
6105
6106 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6107
6108         * ext/gnomevfs/gstgnomevfssrc.c:
6109           Fix misleading docs addition.
6110
6111         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6112           Get rid of compiler warning the right way.
6113
6114 2006-09-22  Wim Taymans  <wim@fluendo.com>
6115
6116         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6117         (gst_base_rtp_depayload_finalize),
6118         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6119         (gst_base_rtp_depayload_push_full),
6120         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
6121         (gst_base_rtp_depayload_process),
6122         (gst_base_rtp_depayload_set_gst_timestamp),
6123         (gst_base_rtp_depayload_queue_release):
6124         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6125         Small cleanups.
6126         Fix some leaks.
6127         Refactored the process method and added methods to push from the process
6128         vmethod.
6129         Use _scale functions.
6130         API: gst_base_rtp_depayload_push_ts
6131         API: gst_base_rtp_depayload_push
6132
6133         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6134         timestamps are uint.
6135
6136 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
6137
6138         * gst-libs/gst/interfaces/xoverlay.c:
6139           Remove unused statement from doc example.
6140
6141 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
6142
6143         * gst-libs/gst/interfaces/videoorientation.c:
6144         (gst_video_orientation_iface_init),
6145         (gst_video_orientation_get_hflip),
6146         (gst_video_orientation_get_vflip),
6147         (gst_video_orientation_get_hcenter),
6148         (gst_video_orientation_get_vcenter),
6149         (gst_video_orientation_set_hflip),
6150         (gst_video_orientation_set_vflip),
6151         (gst_video_orientation_set_hcenter),
6152         (gst_video_orientation_set_vcenter):
6153           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
6154           in ChangeLog)
6155
6156 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * tests/check/Makefile.am:
6159         * tests/check/elements/.cvsignore:
6160         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
6161         (create_rgb_conversions), (rgb_conversion_free),
6162         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
6163         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
6164           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
6165           but disable for now since it doesn't pass (something wrong with
6166           RGBA somewhere).
6167
6168 2006-09-21  Wim Taymans  <wim@fluendo.com>
6169
6170         * gst/playback/gstplaybasebin.c: (group_commit),
6171         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
6172         (queue_out_of_data), (gen_preroll_element),
6173         (preroll_remove_overrun), (probe_triggered):
6174         Refactor handling of overrun detection.
6175         Separate handling of group completion and deadlock detection when doing
6176         network buffering. This should fix some deadlocks that were not detected
6177         because the group was completed.
6178         Add more comments, improve debugging.
6179
6180 2006-09-21  Wim Taymans  <wim@fluendo.com>
6181
6182         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6183         * tests/check/libs/audio.c:
6184         Some more compilation fixes.
6185
6186 2006-09-21  Wim Taymans  <wim@fluendo.com>
6187
6188         * gst-libs/gst/audio/gstringbuffer.c:
6189         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6190         (gst_ring_buffer_read):
6191         Early morning compilation fix.
6192
6193 2006-09-20  Wim Taymans  <wim@fluendo.com>
6194
6195         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
6196         * tests/check/elements/multifdsink.c: (GST_START_TEST):
6197         * tests/check/elements/videorate.c: (GST_START_TEST):
6198         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6199         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
6200         Fix some warnings.
6201
6202 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6203
6204         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6205         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6206         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6207           Handcrafted merge to help CVS understanding what I changed and what
6208           not.
6209
6210 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
6211
6212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6213         (gst_xvimagesink_get_times):
6214           change colorkey behaviour back according to #354773 comment 6/7
6215
6216 2006-09-19  Michael Smith  <msmith@fluendo.com>
6217
6218         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6219         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
6220         (gst_multi_fd_sink_recover_client),
6221         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
6222         (gst_multi_fd_sink_get_property):
6223         * gst/tcp/gstmultifdsink.h:
6224           Implement stubbed out properties unit-type, units-soft-max,
6225           units-max, to allow specifying maximum sizes in units other than
6226           buffers.
6227           Fixes #355935
6228
6229 2006-09-19  Wim Taymans  <wim@fluendo.com>
6230
6231         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6232         (gst_riff_create_audio_template_caps):
6233         Reorder the audio formats a bit for clarity.
6234         Detect and create caps for MSGSM and MSN (WAV49).
6235         Fixes #356596.
6236
6237         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6238         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6239         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
6240         Small cleanups, move error handling out of normal flow for clarity.
6241
6242 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6243
6244         * docs/libs/gst-plugins-base-libs-docs.sgml:
6245         * docs/libs/gst-plugins-base-libs.types:
6246         * gst-libs/gst/interfaces/Makefile.am:
6247         * gst-libs/gst/interfaces/videoorientation.c:
6248         (gst_video_orientation_get_type),
6249         (gst_video_orientation_iface_init),
6250         (gst_video_orientation_get_hflip),
6251         (gst_video_orientation_get_vflip),
6252         (gst_video_orientation_get_hcenter),
6253         (gst_video_orientation_get_vcenter),
6254         (gst_video_orientation_set_hflip),
6255         (gst_video_orientation_set_vflip),
6256         (gst_video_orientation_set_hcenter),
6257         (gst_video_orientation_set_vcenter):
6258         * gst-libs/gst/interfaces/videoorientation.h:
6259           API: Add new interface to control video orientation (fixes #354908)
6260
6261 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6262
6263         * gst/videotestsrc/gstvideotestsrc.c:
6264           Use G_UNLIKELY in _create and log one more detail.
6265           
6266         (gst_video_test_src_get_times), (gst_video_test_src_create):
6267         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6268           Use gst_util_uint64_scale_int in _get_times().
6269
6270 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6271
6272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
6273           Give better warning message (add object and detail).
6274
6275 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6276
6277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6278         (gst_xvimagesink_get_times):
6279           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
6280           #354773), use gst_util_uint64_scale_int in _get_times()
6281
6282 2006-09-18  Michael Smith  <msmith@fluendo.com>
6283
6284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
6285           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
6286           always true, leading to dropping all timestamps.
6287
6288 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
6289
6290         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
6291         (gst_visual_chain), (gst_visual_change_state):
6292           update to work also with libvisual 0.4 API, fix double unref (#355914)
6293           
6294         * tools/gst-launch-ext.1.in:
6295         * tools/gst-visualise.1.in:
6296           remove references to old man-pages
6297
6298         * tests/examples/seek/seek.c: (main):
6299           add real meadi-buttons, add tool-tips for the seek-options, arrange
6300           seek options in a table
6301
6302 2006-09-18  Michael Smith  <msmith@fluendo.com>
6303
6304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
6305         (gst_ogg_mux_push_buffer):
6306           Don't generate out-of-order timestamps from oggmux, instead clamp
6307           output timestamps to be >= the previously output ts.
6308           Fixes #355595
6309
6310 2006-09-18  Michael Smith  <msmith@fluendo.com>
6311
6312         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
6313         (gst_multi_fd_sink_class_init):
6314           Updates, fixes, and typo corrections for multifdsink. No functional
6315           changes.
6316
6317 2006-09-17  Michael Smith  <msmith@fluendo.com>
6318
6319         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
6320           Don't crash on truncated files - check that we got an 8 byte buffer
6321           before trying to memcmp it.
6322
6323 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6324
6325         * gst/playback/gstplaybasebin.c: (get_active_source):
6326           Make stream-switching appear instant to the application
6327           (ie. make sure that a g_object_get on 'current-foo' returns
6328           the stream previously set with g_object_set(). Totem needs
6329           this to update stream-related meta-info (like audio-codec)
6330           correctly when switching streams.
6331
6332 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
6333
6334         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
6335         (gst_alsa_mixer_ensure_track_list):
6336           Try harder to guess which mixer track is the master mixer
6337           track (instead of just taking the first one that has a pvolume).
6338           Fixes #342228.
6339
6340 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6341
6342         reviewed by: <delete if not using a buddy>
6343
6344         * gst-libs/gst/audio/audio.h:
6345         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
6346
6347 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6348
6349         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
6350         (gst_audio_convert_transform_caps):
6351           Get structure-name just once.
6352
6353 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6354
6355         * tests/check/elements/audioresample.c: (GST_START_TEST):
6356         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6357         * tests/check/elements/volume.c: (GST_START_TEST):
6358         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
6359         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
6360         (test_pipeline), (GST_START_TEST):
6361         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
6362         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
6363           Fix big batch of compiler warnings.
6364
6365 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6366
6367         * ext/gnomevfs/gstgnomevfssrc.c:
6368           Add docs about icydemux usage in connection with gnomevfssrc
6369
6370         * ext/libvisual/visual.c:
6371         * ext/ogg/gstoggaviparse.c:
6372         * ext/ogg/gstoggdemux.c:
6373         * ext/ogg/gstoggmux.c:
6374         * ext/ogg/gstoggparse.c:
6375         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6376         * gst-libs/gst/audio/gstaudiosink.c:
6377         * gst-libs/gst/audio/gstaudiosrc.c:
6378         * gst/audiorate/gstaudiorate.c:
6379           More G_OBJECT macro fixing.
6380
6381         * gst/audiotestsrc/gstaudiotestsrc.h:
6382           Fix wrong info in header due to copy & paste
6383
6384 2006-09-15  Wim Taymans  <wim@fluendo.com>
6385
6386         * gst-libs/gst/audio/gstbaseaudiosink.c:
6387         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
6388         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6389         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
6390         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
6391         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6392         Do the delay calculation in the source/sink base classes as this is
6393         specific for the capture/playback mode.
6394         Try to fixate a bit better, like round depth up to a multiple of 8
6395         bigger than width.
6396         Handle underruns correctly by marking DISCONT on buffers and adjusting
6397         timestamps to handle the gap.
6398         Set offset/offset_end correctly on buffers.
6399
6400         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
6401         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
6402         (gst_ring_buffer_read):
6403         Remove resync and underrun recovery from the ringbuffer.
6404         Fix ringbuffer read code on under/overrun.
6405
6406 2006-09-15  Wim Taymans  <wim@fluendo.com>
6407
6408         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6409         (gst_play_base_bin_init), (fill_buffer), (check_queue),
6410         (queue_threshold_reached), (gst_play_base_bin_set_property),
6411         (gst_play_base_bin_get_property):
6412         * gst/playback/gstplaybasebin.h:
6413         Don't use a 0 low watermark when buffering, it is catching starvation
6414         way too late. Instead, use a 3 second queue with 30 and 95
6415         percent low/high watermarks. 
6416         Added queue-min-threshold property to configure low watermark.
6417         Use new _buffering message API.
6418         Make queue_threshold variable big enough to store a uint64 time value.
6419         API: playbin::queue-min-threshold property.
6420
6421 2006-09-15  Wim Taymans  <wim@fluendo.com>
6422
6423         * configure.ac:
6424         We require 0.10.10.1 now because of _wait_preroll().
6425
6426         * gst-libs/gst/audio/gstbaseaudiosink.c:
6427         (gst_base_audio_sink_render):
6428         Use gst_base_sink_wait_preroll().
6429
6430 2006-09-15  Wim Taymans  <wim@fluendo.com>
6431
6432         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6433         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6434         Use DEBUG_OBJECT more.
6435
6436 === release 0.10.10 ===
6437
6438 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6439
6440         patch by: Michael Smith <msmith at fluendo dot com>
6441
6442         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6443         (gst_multi_fd_sink_client_queue_buffer),
6444         (gst_multi_fd_sink_new_client):
6445         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6446         (multifdsink_suite):
6447           Fix implementation of sync-method 'next-keyframe'
6448           Closes #354594
6449
6450 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6451
6452         patch by: Wim Taymans <wim at fluendo dot com>
6453
6454         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6455         This patch removes the RANDOM flag that was incorrectly introduced with
6456         revision 1.91.  Fixes #354590
6457
6458 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6459
6460         * tests/check/Makefile.am:
6461           Random variation in Makefile line to see if it makes the
6462           gen64-base-full bot any happier.
6463
6464 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6467           Disable test that fails at the moment (killed after timeout).
6468
6469 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         Patch by: James Livingston  <doclivingston at gmail.com>
6472
6473         * tests/check/Makefile.am:
6474         * tests/check/pipelines/.cvsignore:
6475         * tests/check/pipelines/oggmux.c: (get_page_codec),
6476         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6477         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6478         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6479         (test_theora_vorbis), (oggmux_suite):
6480           Add simple unit test for oggmux from #337026 with checking for the
6481           EOS flags disabled for the time being.
6482
6483 2006-09-04  Wim Taymans  <wim@fluendo.com>
6484
6485         patch by: Alessandro Dessina <alessandro nnva org>
6486
6487         * ext/ogg/gstoggmux.c:
6488         Add cmml caps to oggmux. Fixes #353912
6489
6490 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6493           Returning a return value often helps. In this case, we
6494           don't need the return value anyway, so just get rid of it.
6495           Should make build bots much happier.
6496
6497 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6498
6499         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6500         (paint_get_structure), (gst_video_test_src_get_size),
6501         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6502         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6503         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6504         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6505         * gst/videotestsrc/videotestsrc.h:
6506           Add support for AYUV and the various RGBA formats. Initialise
6507           fields of paintinfo structs allocated on the stack.
6508
6509         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6510         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6511         (check_rgb_buf), (videotestsrc_suite):
6512           Add unit tests for videotestsrc's RGB output.
6513
6514 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6515
6516         * gst/videotestsrc/gstvideotestsrc.c:
6517         (gst_video_test_src_pattern_get_type),
6518         (gst_video_test_src_set_pattern):
6519         * gst/videotestsrc/gstvideotestsrc.h:
6520         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6521         (gst_video_test_src_black), (gst_video_test_src_white),
6522         (gst_video_test_src_red), (gst_video_test_src_green),
6523         (gst_video_test_src_blue):
6524         * gst/videotestsrc/videotestsrc.h:
6525           Add more uni-colour patterns ("white", "red", "green", and "blue").
6526
6527 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6528
6529         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6530           Fix stride for YVYU, should be word-aligned (#353658).
6531
6532 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * gst/adder/gstadder.c: (gst_adder_src_event):
6535           Fix build.
6536
6537 2006-08-31  Edward Hervey  <edward@fluendo.com>
6538
6539         * gst/adder/gstadder.c: (forward_event_func),
6540         (gst_adder_src_event), (gst_adder_collected),
6541         (gst_adder_change_state):
6542         * gst/adder/gstadder.h:
6543         Remember the start position asked in the incoming seeks, so we can
6544         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6545         of assuming it will always be 0).
6546
6547 2006-08-31  Edward Hervey  <edward@fluendo.com>
6548
6549         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6550         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6551         (gst_ogg_demux_loop):
6552         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6553
6554 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6557         (gst_ffmpegcsp_get_unit_size):
6558           Return FALSE instead of returning a random false unit
6559           size when the format isn't known/supported (even if
6560           this shouldn't happen under normal circumstances).
6561
6562 2006-08-29  Wim Taymans  <wim@fluendo.com>
6563
6564         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6565
6566         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6567         (gst_gnome_vfs_src_start):
6568         Try harder to get the size from a uri by using _info_uri() when
6569         _info_from_handle() does not give us enough info. 
6570         Also follow symlinks when getting the size.
6571         Partially Fixes #332864.
6572
6573 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6574
6575         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6576
6577         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6578         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6579         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6580         (gst_alsa_mixer_set_record):
6581         * ext/alsa/gstalsamixertrack.c:
6582         (gst_alsa_mixer_track_update_alsa_capabilities),
6583         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6584         (gst_alsa_mixer_track_update):
6585         * ext/alsa/gstalsamixertrack.h:
6586           Improve and fix mixer track handling, in particular better handling
6587           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6588           separate track objects for tracks that have both capture and playback
6589           volume (and label them differently as well so they're not mistakenly
6590           assumed to be duplicates); classify mixer tracks that only affect
6591           the audible volume of something (rather than the capture volume)
6592           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6593           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6594           (following the meaning documented in the mixer interface header
6595           file); add support for alsa's exclusive cswitch groups; update/sync
6596           state/flags better if mixer settings are changed by another
6597           application. Fixes #336075.
6598
6599 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6600
6601         * gst/playback/gstplaybin.c:
6602           Improve docs: add section about BUFFERING messages sent by playbin.
6603
6604 2006-08-29  Michael Smith  <msmith@fluendo.com>
6605
6606         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6607         (gst_vorbis_enc_buffer_check_discontinuous),
6608         (gst_vorbis_enc_chain):
6609           Ignore explicit DISCONT marked on buffers (which is often spurious,
6610           particularly when using multiple segments), in favour of solely
6611           using the timestamps/durations.
6612
6613 2006-08-29  Edward Hervey  <edward@fluendo.com>
6614
6615         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6616         Don't rely on incoming buffers offset anymore, since it is completely
6617         broken when using multiple segments.
6618         Instead convert the incoming buffers timestamp to running time, and
6619         then convert that value to the offsets.
6620         Also inform GstSegment of the last outputted stop position, which is
6621         needed if we received several segments with an unknown stop value.
6622
6623 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6624
6625         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6626           fix buffer unreffing on a header push failure
6627
6628 2006-08-28  Wim Taymans  <wim@fluendo.com>
6629
6630         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6631         (gst_audio_rate_chain):
6632         Make the metadata of the buffer writable before changing its
6633         flags.
6634
6635 2006-08-28  Wim Taymans  <wim@fluendo.com>
6636
6637         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6638         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6639         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6640         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6641         Fix audiorate some more.
6642         Reset and resync counters on flush and READY.
6643         Handle the DISCONT flag correctly.
6644         Use GstSegment to track position.
6645         Fail when not negotiated.
6646         Fixes #353234.
6647
6648 2006-08-25  Michael Smith  <msmith@fluendo.com>
6649
6650         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6651           Fix spelling.
6652           Remove accidently included debug line.
6653
6654 2006-08-25  Wim Taymans  <wim@fluendo.com>
6655
6656         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6657         Small cleanups.
6658         If a buffer is received with no caps, make the buffer metadata
6659         writable and set the caps, making sure that we don't screw up the
6660         refcounts.
6661
6662 2006-08-25  Michael Smith  <msmith@fluendo.com>
6663
6664         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6665         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6666           Fix memory leaks and misleading debug messages, add a couple of
6667           comments.
6668
6669         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6670         (gst_multi_fd_sink_render):
6671           Do not use gst_buffer_make_writable() in a basesink render method,
6672           as it may incorrectly unref the buffer. Instead, use convoluted
6673           dance to avoid copying the buffer except when we need to.
6674
6675 2006-08-25  Michael Smith  <msmith@fluendo.com>
6676
6677         * ext/vorbis/vorbisenc.c:
6678         (gst_vorbis_enc_buffer_check_discontinuous):
6679           Allow very small discontinuities in the timestamps. These we can't
6680           do anything useful with anyway (because vorbis's timestamps have
6681           only sample granularity), and are commonly produced by elements with
6682           minor bugs. Allow up to 1/2 a sample out.
6683           Fixes #351742.
6684
6685 2006-08-24  Wim Taymans  <wim@fluendo.com>
6686
6687         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6688         (play_scrub_toggle_cb), (main):
6689         Add a checkbox to enable play scrubbing. Makes it possible to disable
6690         normal scrubbing.
6691
6692 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6693
6694         * tests/check/elements/.cvsignore:
6695           make buildbot happy
6696
6697 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6700         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6701         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6702         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6703         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6704         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6705         (gst_ogm_text_parse_strip_trailing_zeroes),
6706         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6707         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6708           Refactor ogm parse, do better input checking, misc. clean-ups.
6709           Cache incoming events and push them once the source pad has
6710           been created. Don't pass unterminated strings to sscanf().
6711           Strip trailing zeroes from subtitle text output, since they
6712           are not valid UTF-8. Don't push vorbiscomment packets on
6713           the subtitle text pad. Output perfect streams if possible.
6714
6715 2006-08-23  Wim Taymans  <wim@fluendo.com>
6716
6717         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6718         Waits for tasks to settle down so that we clean up correctly for 
6719         valgrind.
6720
6721 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6722
6723         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6724           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6725           actually return return value in taglists_are_equal.
6726
6727 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6730           Fix crash due to broken bitstream parsing on x86-64: can't make
6731           any assumptions about sizeof(struct) due to alignment/packing
6732           differences on different architectures. Fixes #351790.
6733
6734 2006-08-22  Wim Taymans  <wim@fluendo.com>
6735
6736         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6737         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6738         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6739         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6740         (gst_riff_parse_info):
6741         Protect public functions against bad input.
6742         Do some cleanups.
6743         Fix documentation.
6744
6745 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6746
6747         * gst-libs/gst/riff/riff-ids.h:
6748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6749           Add voxware audio IDs (even if we can't play it) (#351795).
6750
6751 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6752
6753         * gst-libs/gst/riff/riff-media.c:
6754         (gst_riff_create_video_template_caps),
6755         (gst_riff_create_audio_template_caps),
6756         (gst_riff_create_iavs_template_caps):
6757           Const-ify some arrays and use G_N_ELEMENTS instead
6758           of wasting oodles of RAM on terminator bits.
6759
6760 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6761
6762         * gst-libs/gst/tag/gstvorbistag.c:
6763         (gst_tag_list_to_vorbiscomment_buffer):
6764         * tests/check/libs/tag.c: (GST_START_TEST):
6765           And the same for _to_vorbiscomment_buffer(): allow
6766           id_data_len == 0 for speex.
6767
6768 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6769
6770         * configure.ac:
6771         * docs/plugins/Makefile.am:
6772         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6773         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6774         * docs/plugins/inspect/plugin-gdp.xml:
6775         * gst/gdp/Makefile.am:
6776         * tests/check/Makefile.am:
6777           Move GDP plugin to -base from -bad.  Closes #347783.
6778
6779 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * gst-libs/gst/tag/gstvorbistag.c:
6782         (gst_tag_list_from_vorbiscomment_buffer):
6783           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6784           Also add some checks to make sure we don't memcmp() beyond the end of
6785           vorbiscomment buffer if the ID to check for is larger than the buffer.
6786
6787         * tests/check/libs/tag.c: (GST_START_TEST):
6788           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6789
6790 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6793         (gst_vorbis_enc_set_metadata):
6794           Use vorbis comment utility functions from libgsttag
6795           instead of re-inventing the wheel (partially fixes #347091).
6796
6797 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6798
6799         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6800         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6801         as some that won't.
6802
6803 2006-08-21  Wim Taymans  <wim@fluendo.com>
6804
6805         * docs/libs/Makefile.am:
6806         * docs/libs/gst-plugins-base-libs-sections.txt:
6807         * docs/libs/gst-plugins-base-libs.types:
6808         Don't try to GObject scan the netbuffer as it's not a GObject.
6809         Fixes #351308.
6810
6811         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6812         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6813         Document GstNetBuffer.
6814
6815 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6816
6817         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6818         (audioconvert_suite):
6819           Add testcase for caps-size-explosion
6820
6821 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6822
6823         * gst/audioconvert/gstaudioconvert.c:
6824         (gst_audio_convert_get_unit_size), (set_structure_widths):
6825           Lower debug, use g_assert in _get_unit_size
6826
6827         * gst/audioresample/gstaudioresample.c:
6828         (audioresample_get_unit_size):
6829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6830         (gst_ffmpegcsp_get_unit_size):
6831         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6832           use g_assert in _get_unit_size
6833
6834 2006-08-18  Wim Taymans  <wim@fluendo.com>
6835
6836         * docs/libs/gst-plugins-base-libs-sections.txt:
6837         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6838         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6839         (gst_rtp_buffer_get_payload_buffer):
6840         * gst-libs/gst/rtp/gstrtpbuffer.h:
6841         Document GstRTPBuffer.
6842         Added function to efficiently strip payload headers.
6843         API: gst_rtp_buffer_get_payload_subbuffer()
6844
6845 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6846
6847         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6848         (gst_tag_to_vorbis_comments):
6849           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6850           tags and deserialise them properly as well (#347091).
6851           Add some more gtk-doc blurbs and also some g_return_if_fail().
6852
6853         * tests/check/libs/tag.c: (GST_START_TEST),
6854         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6855           More tests.
6856
6857 2006-08-17  Wim Taymans  <wim@fluendo.com>
6858
6859         * ext/ogg/Makefile.am:
6860         * ext/ogg/gstogg.c: (plugin_init):
6861         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6862         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6863         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6864         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6865         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6866         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6867         Added ogg-in-avi parser element. Fixes #140139.
6868
6869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6870         Fixed a bug in oggdemux debug code.
6871
6872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6873         (gst_riff_create_audio_template_caps):
6874         Recognise Ogg in the AVI extensible wave format.
6875
6876 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6879           Make buffer durations add up (duration should be next_ts-ts for
6880           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6881           from CVS.
6882
6883         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6884         (test_buffer_timestamps), (cddabasesrc_suite):
6885           Add unit test for the above.
6886
6887         * tests/check/Makefile.am:
6888           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6889           to see what happens.
6890
6891 2006-08-16  Wim Taymans  <wim@fluendo.com>
6892
6893         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6894         (gst_alsasink_open):
6895         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6896         (gst_alsasrc_open):
6897         Avoid setting and using a NULL device name.
6898         Print more info when we fail to open a device.
6899
6900 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6901
6902         * docs/libs/gst-plugins-base-libs-sections.txt:
6903         * gst-libs/gst/tag/tag.h:
6904         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6905           API: add gst_tag_parse_extended_comment() (#351426).
6906
6907         * tests/check/Makefile.am:
6908         * tests/check/libs/.cvsignore:
6909         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6910           Add unit test for gst_tag_parse_extended_comment().
6911
6912 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6913
6914         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6916           Fix leak (#351502).
6917
6918 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6919
6920         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6921         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6922         * docs/plugins/gst-plugins-base-plugins.args:
6923         * gst/playback/gstplaybin.c:
6924           Document playbin.
6925           
6926         * docs/plugins/inspect/plugin-adder.xml:
6927         * docs/plugins/inspect/plugin-alsa.xml:
6928         * docs/plugins/inspect/plugin-audioconvert.xml:
6929         * docs/plugins/inspect/plugin-audiorate.xml:
6930         * docs/plugins/inspect/plugin-audioresample.xml:
6931         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6932         * docs/plugins/inspect/plugin-cdparanoia.xml:
6933         * docs/plugins/inspect/plugin-decodebin.xml:
6934         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6935         * docs/plugins/inspect/plugin-gnomevfs.xml:
6936         * docs/plugins/inspect/plugin-ogg.xml:
6937         * docs/plugins/inspect/plugin-pango.xml:
6938         * docs/plugins/inspect/plugin-playbin.xml:
6939         * docs/plugins/inspect/plugin-subparse.xml:
6940         * docs/plugins/inspect/plugin-tcp.xml:
6941         * docs/plugins/inspect/plugin-theora.xml:
6942         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6943         * docs/plugins/inspect/plugin-video4linux.xml:
6944         * docs/plugins/inspect/plugin-videorate.xml:
6945         * docs/plugins/inspect/plugin-videoscale.xml:
6946         * docs/plugins/inspect/plugin-videotestsrc.xml:
6947         * docs/plugins/inspect/plugin-volume.xml:
6948         * docs/plugins/inspect/plugin-vorbis.xml:
6949         * docs/plugins/inspect/plugin-ximagesink.xml:
6950         * docs/plugins/inspect/plugin-xvimagesink.xml:
6951           Update to CVS version.
6952
6953 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6954
6955         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6956         (gst_play_bin_set_property), (gst_play_bin_get_property),
6957         (value_list_append_structure_list),
6958         (gst_play_bin_handle_redirect_message),
6959         (gst_play_bin_handle_message):
6960           API: GstPlayBin::connection-speed
6961           Add "connection-speed" property; re-order redirect messages with
6962           multiple redirect locations depending on the minimum bitrate if
6963           that information is available and a connection speed is set
6964           (#350399).
6965
6966 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6967
6968         * gst/playback/gstplaybin.c:
6969           Update max volume to the same value that the volume element uses.
6970
6971 2006-08-14  Wim Taymans  <wim@fluendo.com>
6972
6973         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6974         Less uglyness..
6975
6976 2006-08-14  Wim Taymans  <wim@fluendo.com>
6977
6978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6979         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6980         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6981         Add some more debug info.
6982         Don't crash when a seek failed.
6983         Actually return the result of the seek instead of TRUE.
6984         Ignore multiple BOS pages with the same serial so that we don't create
6985         the same stream multiple times.
6986         Post an error when we fail to do the initial seek.
6987
6988 2006-08-13  Wim Taymans  <wim@fluendo.com>
6989
6990         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6991         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6992         Small code cleanup.
6993
6994         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6995         (gst_alsa_mixer_new):
6996         Remove hack that always set the device to hw:0*.
6997         Properly find the card name for whatever device was configured.
6998         Do some better debugging.
6999         Fixes #350784.
7000
7001         * ext/alsa/gstalsamixerelement.c:
7002         (gst_alsa_mixer_element_set_property),
7003         (gst_alsa_mixer_element_change_state):
7004         Cleanups.
7005         Handle setting of a NULL device name better.
7006
7007 2006-08-11  Wim Taymans  <wim@fluendo.com>
7008
7009         * gst/adder/gstadder.c:
7010         Don't clip float values. Fixes #350900.
7011
7012 2006-08-11  Andy Wingo  <wingo@pobox.com>
7013
7014         * gst/tcp/gsttcp.c: Really fix the build?
7015
7016         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
7017         fixes the build.
7018
7019 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7020
7021         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
7022           Float caps shouldn't have a "signed" field.
7023
7024 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
7027           Implement SEEKING query in its most basic form, so that we can
7028           at least check if we're seekable or not (#350655).
7029
7030 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
7031
7032         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7033           The checks here are not even close to anything that would
7034           justify MAXIMUM probability, lowering to POSSIBLE until someone
7035           fixes the checks (case at hand: quicktime redirection files
7036           might start with 00 00 01 XX and pass the checks here just
7037           fine, see #350399).
7038
7039 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         Patch by: Sjoerd Simons  <sjoerd at luon net>
7042
7043         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
7044           Better detection for multipart/x-mixed-replace: accept leading
7045           whitespaces before the boundary marker as well (as our very own
7046           multipartmux used to produce) (#349068).
7047
7048 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         Patch by: Young-Ho Cha  <ganadist at chollian net>
7051
7052         * gst-libs/gst/riff/riff-ids.h:
7053         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7054         (gst_riff_create_audio_template_caps):
7055           Detect DTS audio streams (#350157).
7056
7057 2006-08-05  Andy Wingo  <wingo@pobox.com>
7058
7059         * ext/theora/gsttheoraparse.h:
7060         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
7061         (theora_parse_dispose, theora_parse_set_property)
7062         (theora_parse_get_property, theora_parse_munge_granulepos)
7063         (theora_parse_push_buffer, theora_parse_change_state):
7064         API: GstTheoraParse::synchronization-points
7065         Add a property 'synchronization-points' to fix badly synchronized oggs.
7066
7067 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7068
7069         * tests/check/Makefile.am:
7070         * tests/check/libs/.cvsignore:
7071         * tests/check/libs/audio.c: (structure_contains_channel_positions),
7072         (fixed_caps_have_channel_positions), (GST_START_TEST),
7073         (audio_suite), (main):
7074           Add a few tests for the channel position stuff in libgstaudio.
7075
7076 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7077
7078         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
7079         (gst_alsa_detect_channels):
7080         * ext/alsa/gstalsasink.c:
7081           Add support for cards that (only) do more than 8 channels,
7082           like the Delta 44 (#345188).
7083
7084         * gst-libs/gst/audio/multichannel.c:
7085         (gst_audio_check_channel_positions):
7086         * gst-libs/gst/audio/multichannel.h:
7087           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
7088           unspecified channel position and cannot be combined with any
7089           of the other audio channel positions; adjust position layout
7090           checks accordingly (#345188).
7091
7092 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7093
7094         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7095           Recognise ancient RealAudio files (see #349779).
7096
7097 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
7098
7099         Patch by: Jens Granseuer  <jensgr at gmx net>
7100
7101         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7102           Add typefinder for Interplay's MVE format (#348973).
7103
7104 2006-08-02  Wim Taymans  <wim@fluendo.com>
7105
7106         Patch by: Marcel Moreaux <marcelm at luon dot net>
7107
7108         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7109         (gst_base_rtp_depayload_add_to_queue):
7110         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7111         Handle RTP sequence number rollover.
7112         Disable jitterbuffer by default.
7113
7114 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
7115
7116         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
7117         (audioresample_set_caps):
7118         Don't leak references to the incoming caps. Clean them up when
7119         stopping.
7120
7121         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7122         (gst_video_scale_finalize):
7123         Don't leak our temporary pixel buffer.
7124
7125         * tests/check/Makefile.am:
7126         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
7127         (GST_START_TEST), (simple_launch_lines_suite):
7128
7129         Fix leaks and re-enable the test for valgrind checking.
7130
7131 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7132
7133         Patch by: Sjoerd Simons  <sjoerd at luon net>
7134
7135         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
7136         (plugin_init):
7137           Add typefind function for multipart/x-mixed-replace (#348916).
7138
7139 2006-07-28  Wim Taymans  <wim@fluendo.com>
7140
7141         * gst/adder/gstadder.c: (gst_adder_setcaps),
7142         (gst_adder_query_duration):
7143         Fix leak in duration query.
7144         Reflow some docs and notes.
7145
7146 2006-07-28  Michael Smith  <msmith@fluendo.com>
7147
7148         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
7149         (vorbisenc_suite):
7150           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
7151           aspect of it.
7152
7153 2006-07-28  Michael Smith  <msmith@fluendo.com>
7154
7155         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
7156         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
7157         (gst_vorbis_enc_push_buffer),
7158         (gst_vorbis_enc_buffer_check_discontinuous),
7159         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7160         * ext/vorbis/vorbisenc.h:
7161           Handle discontinuities in the input vorbis stream correctly,
7162           so that the output is properly timestamped (and has good granulepos
7163           values). Needs some oggmux fixes too.
7164
7165 2006-07-27  Wim Taymans  <wim@fluendo.com>
7166
7167         patch by: Kai Vehmanen <kv2004 eca cx>
7168
7169         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7170         (gst_base_rtp_depayload_chain),
7171         (gst_base_rtp_depayload_handle_sink_event),
7172         (gst_base_rtp_depayload_change_state):
7173         Don't send multiple newsegments with different formats.
7174         Fixes #348677.
7175
7176 2006-07-26  Wim Taymans  <wim@fluendo.com>
7177
7178         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7179         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
7180         Make seeking in ogg more accurate again by doing the more correct
7181         granuletime to stream time conversion.
7182
7183 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7184
7185         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7186         (gst_multi_fd_sink_new_client):
7187           debug a little more understandably
7188           do not use goto as a substitute for break, especially if
7189           break is also being used
7190
7191 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7192
7193         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
7194         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
7195           Remove GLib-2.6 compatibility cruft.
7196
7197 2006-07-24  Wim Taymans  <wim@fluendo.com>
7198
7199         * gst-libs/gst/audio/gstbaseaudiosink.c:
7200         (gst_base_audio_sink_render):
7201         Don't try to align a sample to an unknown value.
7202
7203 2006-07-24  Wim Taymans  <wim@fluendo.com>
7204
7205         * gst-libs/gst/audio/gstbaseaudiosink.c:
7206         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7207         When the audio clock is slaved to another clock, never try to align
7208         samples but trust the rate interpolation algorithm.
7209
7210 2006-07-24  Wim Taymans  <wim@fluendo.com>
7211
7212         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7213         Don't try to calculate silence samples, base class does this much
7214         better now.
7215
7216         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7217         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
7218         (gst_ring_buffer_acquire):
7219         Calculate silence samples correctly.
7220
7221         * gst-libs/gst/audio/gstringbuffer.h:
7222         Add _CAST macro.
7223
7224 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
7227           Limit search for the first markup tag to the first few kB of
7228           the file. If we don't find one there, it's highly unlikely that
7229           this is an XML(-ish) file.
7230
7231 2006-07-21  Andy Wingo  <wingo@pobox.com>
7232
7233         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
7234         test to the one in vorbisenc. Also commented out.
7235
7236         * tests/check/pipelines/vorbisenc.c: 
7237         (test_discontinuity): New test, commented out until Mike lands
7238         some elite vorbisenc patches.
7239
7240         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
7241         Bufferstraw was actually factored out of these tests. Now we share
7242         code yay.
7243
7244         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
7245         for bufferstraw addition to gstcheck.
7246
7247 2006-07-21  Wim Taymans  <wim@fluendo.com>
7248
7249         * ext/theora/theoradec.c: (clip_buffer):
7250         Better clipping.
7251
7252 2006-07-21  Wim Taymans  <wim@fluendo.com>
7253
7254         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
7255         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7256         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
7257         Fix leak.
7258         Avoid type casting when we can.
7259
7260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
7261         Fix mem leak.
7262
7263 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
7264
7265         * ext/alsa/gstalsamixerelement.c:
7266         (gst_alsa_mixer_element_change_state):
7267           Make state change fail if the specified device can't be opened
7268           for some reason.
7269
7270 2006-07-20  Wim Taymans  <wim@fluendo.com>
7271
7272         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7273         (cb_newpad), (main):
7274         Example of a small audio/video player using decodebin.
7275
7276 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7277
7278         * gst-libs/gst/riff/riff-ids.h:
7279           Add 'fact' chunk id
7280
7281 2006-07-19  Wim Taymans  <wim@fluendo.com>
7282
7283         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7284         (gst_base_rtp_depayload_chain),
7285         (gst_base_rtp_depayload_change_state):
7286         Don't assert when not negotiated but post a meaningfull 
7287         error message. Fixes #347918.
7288
7289         * gst-libs/gst/rtp/gstbasertppayload.c:
7290         Add comment about better default MTU size.
7291
7292         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7293         Small cleanups, start docs.
7294
7295 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7296
7297         Patch by: Martin Szulecki
7298
7299         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
7300           If "device-name" is requested and the device is not
7301           open, try to temporarily open it to obtain this
7302           information (#342494).
7303
7304 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7305
7306         * gst-libs/gst/tag/gstid3tag.c:
7307           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
7308
7309         * gst-libs/gst/tag/gsttageditingprivate.h:
7310         * gst-libs/gst/tag/gstvorbistag.c:
7311           Some more random const-ifications.
7312
7313 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7314
7315         * gst-libs/gst/riff/riff-ids.h:
7316         * gst-libs/gst/riff/riff-media.c:
7317         (gst_riff_create_video_template_caps):
7318           Add more FOURCCs (sort list to make stuff easier to find),
7319           add comment what those 16 bytes in struct _gst_riff_strh according to
7320           one avi-dumper are
7321
7322 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7323
7324         * gst-libs/gst/audio/multichannel.c:
7325         (gst_audio_check_channel_positions),
7326         (gst_audio_fixate_channel_positions):
7327           Const-ify two arrays.
7328
7329 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
7330
7331         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
7332           Fix typo, so that alsasink also advertises 8 channels
7333           if that's supported (tags: can, worms, open, alsa, ph34r).
7334
7335 2006-07-17  Wim Taymans  <wim@fluendo.com>
7336
7337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7338         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
7339         *sigh*, when is the compiler going to warn when the comments
7340         are out-of-sync with the code.. Refix case of busted theora
7341         headers with 0 granule pos.
7342
7343 2006-07-14  Wim Taymans  <wim@fluendo.com>
7344
7345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7346         (gst_base_rtp_depayload_wait),
7347         (gst_base_rtp_depayload_change_state),
7348         (gst_base_rtp_depayload_set_property),
7349         (gst_base_rtp_depayload_get_property):
7350         Fix 99% cpu load by waiting for absolute times on the
7351         clock. Fixes #347300.
7352
7353 2006-07-14  Andy Wingo  <wingo@pobox.com>
7354
7355         * ext/theora/gsttheoraparse.h: 
7356         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
7357         (theora_parse_push_headers, theora_parse_clear_queue)
7358         (theora_parse_drain_queue_prematurely, )
7359         (theora_parse_sink_event, theora_parse_change_state): Queue events
7360         until we initialized our state, like in vorbisparse.
7361
7362         * ext/vorbis/vorbisparse.h: 
7363         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
7364         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7365         (vorbis_parse_drain_queue_prematurely, )
7366         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
7367         until we have initialized our state. Fixes seeking after an
7368         initial pad block.
7369
7370 2006-07-14  Andy Wingo  <wingo@pobox.com>
7371
7372         Patch by: Iain Holmes <iaingnome@gmail.com>
7373         
7374         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
7375
7376 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
7377
7378         * configure.ac:
7379         Bump nano back to CVS
7380
7381 === release 0.10.9 ===
7382
7383 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
7384
7385         * configure.ac:
7386           releasing 0.10.9, "I walk the line"
7387
7388 2006-07-14  Michael Smith  <msmith@fluendo.com>
7389
7390         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
7391           Move a g_cond_signal to earlier to avoid sometimes deadlocking
7392           (commonly happens when running this test under valgrind) when trying
7393           to remove the buffer probe.
7394
7395 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7396
7397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7398         Fix missing g_unlock from the previous commit
7399
7400 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7401
7402         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7403         (gst_ximagesink_change_state):
7404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7405         (gst_xvimagesink_change_state):
7406         Implement a locking order to ensure we always take the object lock
7407         before the x_lock and never vice-versa.
7408
7409 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7410
7411         * gst/playback/gstdecodebin.c: (find_compatibles):
7412         Fix a caps leak when linking (#347304)
7413
7414         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7415         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
7416         (gst_ximagesink_change_state):
7417         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7418         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
7419         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7420         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7421         Don't leak shared memory resources. Use the object lock to protect
7422         against the xcontext disappearing while returning a buffer from the
7423         pipeline. (#347304)
7424
7425 2006-07-12  Edward Hervey  <edward@fluendo.com>
7426
7427         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7428         (vorbis_handle_comment_packet):
7429         gst_tag_list_merge() returns a new object. Take that into account when
7430         using it. This avoids memleak.
7431         Revert previous commit which is not needed.
7432
7433 2006-07-12  Edward Hervey  <edward@fluendo.com>
7434
7435         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7436         Reset the decoder in finalize so that all fields get cleared.
7437
7438 2006-07-12  Wim Taymans  <wim@fluendo.com>
7439
7440         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7441         (gst_base_audio_src_set_clock),
7442         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7443         Don't try to post an error message when setting the clock fails
7444         as this can happen when adding an element to a bin which will then
7445         deadlock. Fixes #347296.
7446
7447 2006-07-12  Edward Hervey  <edward@fluendo.com>
7448
7449         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7450         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7451         (vorbis_handle_type_packet):
7452         Post tag messages on the bus even if we're not initialized.
7453         If we're not initialized, we still postpone the event pushing of tags.
7454
7455 2006-07-12  Wim Taymans  <wim@fluendo.com>
7456
7457         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7458         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7459         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7460         Revert last two changes that broke the freeze.
7461
7462 2006-07-12  Wim Taymans  <wim@fluendo.com>
7463
7464         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7465         basesink calculates silence sample correctly for us.
7466
7467 2006-07-12  Wim Taymans  <wim@fluendo.com>
7468
7469         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7470         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7471         Calculate correct silence samples so we don't fill our ringbuffer
7472         with noise.
7473
7474 2006-07-12  Edward Hervey  <edward@fluendo.com>
7475
7476         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7477         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7478         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7479         * ext/vorbis/vorbisdec.h:
7480         Delay sending events (newsegment, tags) until the decoder is properly
7481         initialized.
7482         Fixes #347295
7483
7484 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7485
7486         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7487         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7488           Patch from #347221 adding a test for audioconvert
7489           channel remappings.
7490
7491 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7492
7493         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7494         (gst_ssa_parse_parse_line):
7495           Don't include the terminating NUL in the buffer size,
7496           it's only there for extra paranoia (would add random
7497           '*' characters at the end of each subtitle since the
7498           terminator itself is not valid UTF-8 technically).
7499           Also fix indenting after boilerplate macro.
7500
7501 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7502
7503         * gst/playback/gstdecodebin.c: (close_pad_link):
7504           Also emit 'unknown-type' signal (which should really be
7505           called unhandled-type) if we found potential decoders/demuxers
7506           in the registry but none of them worked in the end (as in the
7507           case where the plugins don't exist any longer but are still
7508           listed in the registry). Fixes #329798.
7509
7510 2006-07-08  Andy Wingo  <wingo@pobox.com>
7511
7512         * theoraparse.c (theora_parse_push_buffer)
7513         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7514         Add some more debugging. Fix granulepos reconstruction in the face
7515         of discontinuities.
7516
7517 2006-07-06  Wim Taymans  <wim@fluendo.com>
7518
7519         * gst-libs/gst/audio/gstbaseaudiosink.c:
7520         (gst_base_audio_sink_class_init),
7521         (gst_base_audio_sink_provide_clock):
7522         Use gobject_class instead of G_OBJECT_CLASS (klass)
7523
7524         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7525         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7526         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7527         (gst_base_audio_src_get_time),
7528         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7529         (gst_base_audio_src_create_ringbuffer):
7530         Fix latency and buffer-time constants and properties ala basesink.
7531         Implement pull based scheduling. Fixes #346527.
7532         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7533         one segment.
7534         Refuse slaving to another clock instead of silently not working.
7535         Only provide a clock when we are actually able to do so.
7536         Various small cleanups and compiler hints.
7537
7538 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7539
7540         Patch by: Lutz Mueller <lutz at topfrose de>
7541
7542         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7543         (plugin_init):
7544           Add typefinding for text/html (#346581).
7545
7546 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7547
7548         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7549         (xml_check_first_element), (xml_type_find), (smil_type_find):
7550           Fix SMIL typefinding, make xml_check_first_element() more
7551           useful.
7552
7553 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7554
7555         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7556         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7557         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7558         * gst/playback/gstplaybasebin.h:
7559           Protect list of elements with a subtitle-encoding property and
7560           the subtitle encoding member itself with a lock of their own
7561           instead of using the object lock. This prevents a dead-lock in
7562           the element-remove callback in some circumstances when shutting
7563           down playbin.
7564
7565 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7566
7567         * win32/common/libgsttag.def:
7568         Export some new functions.
7569         * win32/vs6/libgstogg.dsp:
7570         Add a link to libgsttag-0.10.lib.
7571
7572 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7573
7574         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7575           Some const-ification.
7576
7577 2006-07-04  Wim Taymans  <wim@fluendo.com>
7578
7579         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7580         Improve checking if we are dealing with a stream. Added some
7581         more uris that need buffering.
7582
7583 2006-07-03  Edward Hervey  <edward@fluendo.com>
7584
7585         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7586         Remove unused variable.
7587
7588 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7589
7590         * Makefile.am:
7591           include lcov.mak
7592         * configure.ac:
7593           add GCOV_LIBS to GST_LIBS
7594
7595 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7596
7597         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7598
7599         * ext/alsa/gstalsasrc.c:
7600           Add 32 bps to template caps and increase channels range
7601           from [1,2] to [1,MAX]. See #346326.
7602
7603 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7604
7605         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7606           Recognise 'WMVA' video codec fourcc (#345879).
7607           
7608 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7609          
7610         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7611           Fixed nasty memory leak
7612
7613 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7614
7615         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7616         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7617           fix logging
7618
7619 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7620
7621         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7622         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7623         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7624         Protect remove_fakesink using a mutex, so that we don't try and
7625         remove the fakesink simultaneously from multiple threads.
7626
7627         When going from READY to PAUSED, restore the fakesink, so that
7628         it is there when decodebin gets reused.
7629
7630 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7631
7632         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7634         * gst-libs/gst/rtp/gstbasertppayload.c:
7635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7636         * gst/tcp/gstmultifdsink.c:
7637         * gst/tcp/gsttcpclientsink.c:
7638         * gst/tcp/gsttcpclientsrc.c:
7639         * gst/tcp/gsttcpserversink.c:
7640         * gst/tcp/gsttcpserversrc.c:
7641         * gst/videorate/gstvideorate.c:
7642         * gst/videotestsrc/gstvideotestsrc.c:
7643         * sys/v4l/gstv4ljpegsrc.c:
7644         * sys/v4l/gstv4lmjpegsink.c:
7645         * sys/v4l/gstv4lsrc.c:
7646         * tests/examples/seek/scrubby.c:
7647         * tests/examples/seek/seek.c:
7648           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7649
7650 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7651
7652         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7653           Second field in GEnumValue shouldn't be a description,
7654           but a stringified version of the enum value.
7655
7656 2006-06-22  Wim Taymans  <wim@fluendo.com>
7657
7658         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7659         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7660         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7661         Avoid type checking in buffer casts.
7662         Avoid caps copy in buffer_alloc when we can.
7663         Use pad_peer_accept.
7664
7665 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * gst-libs/gst/tag/tag.h:
7668           Oops, make that 'Since: 0.10.9'.
7669
7670 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7671
7672         * docs/libs/gst-plugins-base-libs-sections.txt:
7673         * gst-libs/gst/tag/tag.h:
7674         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7675         (gst_tag_image_type_get_type):
7676           API: add GstTagImageType enum to describe images contained
7677           in image tags (#345641).
7678
7679 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7682           Fix warnings with gst-inspect: "buffers-min" property
7683           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7684           typo in property description.
7685
7686 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         Patch by: Cody Russell <bratsche at gnome org>
7689
7690         * gst/audioresample/gstaudioresample.c:
7691         (gst_audioresample_class_init):
7692         * gst/playback/gststreamselector.c:
7693         (gst_stream_selector_class_init):
7694         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7695         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7696         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7697         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7698         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7699         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7700         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7701         * gst/videotestsrc/gstvideotestsrc.c:
7702         (gst_video_test_src_class_init):
7703         * gst/volume/gstvolume.c: (gst_volume_class_init):
7704           Avoid unnecessary class cast check in class_init
7705           functions (#337747).
7706
7707 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7708
7709         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7710         (gst_text_overlay_video_chain):
7711           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7712           and doesn't validate its input either (and neither did
7713           textoverlay it seems). Let's do that then and fix #345206.
7714
7715 2006-06-19  Wim Taymans  <wim@fluendo.com>
7716
7717         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7718         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7719         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7720         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7721         (find_syncframe), (find_limits), (assign_value),
7722         (count_burst_unit), (gst_multi_fd_sink_new_client),
7723         (gst_multi_fd_sink_handle_client_write),
7724         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7725         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7726         (gst_multi_fd_sink_change_state):
7727         * gst/tcp/gstmultifdsink.h:
7728         Added shiny new burst-on-connect methods.
7729         Add properties to control the minimal amount of data queued.
7730         Small cleanups.
7731         API: bytes-min property
7732         API: time-min property
7733         API: buffers-min property
7734         API: burst-unit property
7735         API: burst-value property
7736         API: add-full signal
7737
7738         * gst/tcp/gsttcp-marshal.list:
7739         Added new marshaller code for the new signal.
7740
7741         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7742         (multifdsink_suite):
7743         Added testcases for new burst methods.
7744
7745 2006-06-19  Edward Hervey  <edward@fluendo.com>
7746
7747         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7748         Implement clipping for accurate seeking.
7749         Closes #345225
7750
7751 2006-06-19  Wim Taymans  <wim@fluendo.com>
7752
7753         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7754
7755         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7756         (gst_video_scale_transform):
7757         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7758
7759 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7760
7761         * configure.ac:
7762           Fix --disable-external (can't set conditionals conditionally,
7763           #343602).
7764
7765 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7766
7767         * tests/check/elements/audioresample.c: (test_reuse),
7768         (audioresample_suite):
7769           Add test case for bug #342789 fixed below.
7770
7771 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7772
7773         * gst/audioresample/gstaudioresample.c:
7774         (gst_audioresample_class_init), (gst_audioresample_init),
7775         (audioresample_start), (audioresample_stop),
7776         (gst_audioresample_set_property), (gst_audioresample_get_property):
7777           Implement GstBaseTransform::start and ::stop so that audioresample
7778           can clear its internal state properly and be reused instead of
7779           causing non-negotiated errors with playbin under some circumstances
7780           (#342789).
7781
7782         * tests/check/elements/audioresample.c: (setup_audioresample),
7783         (cleanup_audioresample):
7784           Need to set element state here so that ::start and ::stop are
7785           called.
7786
7787 2006-06-16  Wim Taymans  <wim@fluendo.com>
7788
7789         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7790
7791         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7792         Parse extra data better, apparently it's right behind
7793         the normal strf header size. Fixes #343500.
7794
7795 2006-06-16  Wim Taymans  <wim@fluendo.com>
7796
7797         * ext/alsa/gstalsasink.c: (set_hwparams):
7798         If we fail to set the buffer_time and period_time alsa
7799         parameters, post a warning and leave alsa select a 
7800         default instead of failing. Fixes #342085
7801
7802 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7803
7804         * docs/libs/gst-plugins-base-libs-sections.txt:
7805         * gst-libs/gst/cdda/gstcddabasesrc.h:
7806           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7807           out in the header file and shouldn't be listed in the docs.
7808
7809         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7810           Must dereference pointer to fourcc in the debug statement.
7811
7812 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7813
7814         * docs/libs/Makefile.am:
7815         * docs/libs/gst-plugins-base-libs-docs.sgml:
7816         * docs/libs/gst-plugins-base-libs-sections.txt:
7817         * docs/libs/gst-plugins-base-libs.types:
7818         add remaining symbols into correct setions
7819         
7820         * gst-libs/gst/audio/gstringbuffer.c:
7821         fix incomplete docs
7822         
7823         * gst-libs/gst/audio/gstringbuffer.h:
7824         comment out not yet implemented function
7825         
7826         
7827         * gst-libs/gst/floatcast/floatcast.h:
7828         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7829         add short descriptions
7830         
7831         
7832         * gst-libs/gst/interfaces/propertyprobe.c:
7833         fix return value docs   
7834         
7835         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7836         simplify debug logging
7837         
7838         * gst-libs/gst/riff/riff-read.h:
7839         sync function prototype and docs
7840         
7841         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7842         remove left over symbol
7843
7844 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7845
7846         * autogen.sh:
7847         * configure.ac:
7848         * docs/Makefile.am:
7849           Use GST_PLUGIN_DOCS macro in configure.ac, add
7850           --enable-plugin-docs default to autogen.sh and use
7851           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7852
7853 2006-06-15  Wim Taymans  <wim@fluendo.com>
7854
7855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7856         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7857         (gst_ogg_demux_loop):
7858         Combine GstFlowReturn from the source pads to give a
7859         meaningfull result to the upstream peer or to stop the
7860         processing task in case of errors.
7861
7862 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7863
7864         * gst/playback/gststreaminfo.c: (cb_probe):
7865           Try GST_TAG_CODEC as fallback when extracting the
7866           codec name; more debug info.
7867
7868 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7869
7870         * ext/ogg/Makefile.am:
7871         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7872           Extract language tags from ogm subtitle streams, so that
7873           the subtitle menu choices are labelled correctly in
7874           Totem (fixes #344708).
7875
7876 2006-06-14  Wim Taymans  <wim@fluendo.com>
7877
7878         Patch by: Alessandro Decina <alessandro at nnva dot org>
7879
7880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7881         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7882         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7883         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7884         Fix various leaks. Fixes #343699.
7885         Add x-smoke mime type.
7886
7887 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7888
7889         * gst-libs/gst/riff/riff-ids.h:
7890           Add IDs for 'bext' chunks (see #343837).
7891
7892 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         Patch by: Young-Ho Cha  <ganadist at chollian net>
7895
7896         * gst/subparse/samiparse.c: (sami_context_pop_state),
7897         (handle_start_font), (end_sami_element):
7898           Honour font face tags in SAMI subtitles (#344503).
7899
7900 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7901
7902         * po/POTFILES.in:
7903           add missing files containing translatable strings
7904
7905 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7906
7907         * docs/libs/tmpl/.cvsignore:
7908           we don't want those *.sgml files in CVS either
7909
7910 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7911
7912         * docs/libs/.cvsignore:
7913         * tests/check/elements/.cvsignore:
7914         * tests/check/libs/.cvsignore:
7915           ignore more
7916
7917 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7918
7919         * docs/libs/Makefile.am:
7920           also commiting the changed Makefile.am (added more libs to the
7921           doc-build)
7922
7923 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7924
7925         * docs/libs/gst-plugins-base-libs-docs.sgml:
7926         * docs/libs/gst-plugins-base-libs-sections.txt:
7927         * docs/libs/gst-plugins-base-libs.types:
7928           first batch of reordering things, add index & hierarchy
7929
7930 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7931
7932         * configure.ac:
7933           use GST_PKG_CHECK_MODULES, cleans up output
7934
7935 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7936
7937         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7938           Add support for burn:// URIs (#343385); const-ify things a bit,
7939           use G_N_ELEMENTS instead of hard-coded array size.
7940
7941 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7942
7943         Patch by: Young-Ho Cha  <ganadist at chollian net>
7944
7945         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7946           Fix up broken entities before passing them to libxml *sigh*.
7947           (#343303).
7948           
7949 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7950
7951         * configure.ac:
7952           back to TRUNK
7953
7954 === release 0.10.8 ===
7955
7956 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7957
7958         * configure.ac:
7959           releasing 0.10.8, "Moar gij ziet mij nie"
7960
7961 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7962
7963         * configure.ac:
7964         * po/af.po:
7965         * po/az.po:
7966         * po/cs.po:
7967         * po/en_GB.po:
7968         * po/hu.po:
7969         * po/it.po:
7970         * po/nb.po:
7971         * po/nl.po:
7972         * po/or.po:
7973         * po/sq.po:
7974         * po/sr.po:
7975         * po/sv.po:
7976         * po/uk.po:
7977         * po/vi.po:
7978         * win32/common/config.h:
7979           0.10.7.2 prerelease
7980
7981 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7982
7983         * docs/libs/tmpl/gstaudio.sgml:
7984         * docs/libs/tmpl/gstcolorbalance.sgml:
7985         * docs/libs/tmpl/gstmixer.sgml:
7986         * docs/libs/tmpl/gstringbuffer.sgml:
7987         * docs/libs/tmpl/gsttuner.sgml:
7988         * docs/libs/tmpl/gstxoverlay.sgml:
7989         * gst-libs/gst/audio/audio.c:
7990         * gst-libs/gst/audio/gstringbuffer.c:
7991         * gst-libs/gst/interfaces/colorbalance.c:
7992         * gst-libs/gst/interfaces/mixer.c:
7993         * gst-libs/gst/interfaces/tuner.c:
7994         * gst-libs/gst/interfaces/xoverlay.c:
7995           move last template doc snippets to source code and delete them
7996
7997 2006-06-06  Michael Smith  <msmith@fluendo.com>
7998
7999         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
8000         (theora_parse_drain_queue):
8001           Mark DELTA_UNIT on non-keyframes.
8002
8003 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
8004
8005         * gst-libs/gst/audio/gstbaseaudiosink.c:
8006         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
8007         * gst-libs/gst/audio/gstbaseaudiosink.h:
8008         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
8009         (gst_ring_buffer_samples_done):
8010         * gst-libs/gst/audio/gstringbuffer.h:
8011         Document better the fact that latency_time and buffer_time are values
8012         stored in microseconds, and not the usual GStreamer nanoseconds.
8013         Change the variables (compatibly) that store them from GstClockTime 
8014         to guint64 to make it more clear that they're not storing clock times.
8015         Also, remove the bogus property description that says the user can
8016         specify -1 to get the default value, since that's never been the case.
8017
8018         When computing the default segment size for the ring buffer, make it
8019         an integer number of samples.
8020
8021         When the sub-class indicates a delay greater than the number of
8022         samples we've written return 0 from the audio sink get_time method.
8023
8024 2006-06-02  Michael Smith  <msmith@fluendo.com>
8025
8026         * tests/check/elements/audioconvert.c: (set_channel_positions),
8027         (get_float_mc_caps), (get_int_mc_caps):
8028         * tests/check/elements/audioresample.c:
8029         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
8030         * tests/check/elements/videorate.c:
8031         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
8032         * tests/check/elements/volume.c:
8033         * tests/check/elements/vorbisdec.c:
8034         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
8035           Don't busy-wait in tests; this was causing test timeouts very
8036           frequently when running under valgrind.
8037
8038 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8039
8040         * gst/tcp/README:
8041         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
8042         (gst_multi_fd_sink_remove_client_link),
8043         (gst_multi_fd_sink_client_queue_caps),
8044         (gst_multi_fd_sink_client_queue_buffer),
8045         (gst_multi_fd_sink_handle_client_write),
8046         (gst_multi_fd_sink_render):
8047         * gst/tcp/gstmultifdsink.h:
8048           make multifdsink properly deal with streamheader:
8049           - streamheader is taken from caps
8050           - buffers marked with IN_CAPS are not sent
8051           - streamheaders are sent, on connection, from the caps of the
8052             buffer where the client gets positioned to
8053           - further streamheader changes are done every time the client
8054             will receive a buffer with different caps
8055         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8056         (gst_multifdsink_create_streamheader):
8057           add tests for this
8058
8059 2006-06-02  Michael Smith  <msmith@fluendo.com>
8060
8061         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8062           Reinstate limit on channel count. Vorbis does not define the meaning
8063           of > 6 channels, so they're just independent channels. Gstreamer
8064           currently has no mechanism to represent N independent channels.
8065
8066 2006-06-02  Michael Smith  <msmith@fluendo.com>
8067
8068         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
8069           Don't arbitrarily restrict channel counts and rate in vorbis.
8070           In terms of effects likely on real-world files, this fixes 96kHz
8071           playback of vorbis.
8072
8073 2006-06-02  Michael Smith  <msmith@fluendo.com>
8074
8075         * gst/audioconvert/audioconvert.c: (float):
8076           More correct float->int conversion.
8077
8078 2006-06-02  Michael Smith  <msmith@fluendo.com>
8079
8080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
8081           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
8082           value. Fixes g-critical on trying to play back ogg containing
8083           unknown codec.
8084
8085 2006-06-02  Wim Taymans  <wim@fluendo.com>
8086
8087         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
8088         (setup_source):
8089         * gst/playback/gstplaybasebin.h:
8090         Make the subtitle detection work from any thread so we don't
8091         deadlock. Fixes #343397.
8092
8093 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8094
8095         * gst/volume/Makefile.am:
8096           Seriously, it's not *that* hard to get compilation right.  Even
8097           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
8098
8099 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8100
8101         * gst/volume/gstvolume.c: (volume_choose_func),
8102         (volume_update_real_volume), (gst_volume_class_init),
8103         (gst_volume_init), (volume_process_float), (volume_process_int16),
8104         (volume_process_int16_clamp), (volume_set_caps),
8105         (volume_transform_ip), (plugin_init):
8106         * gst/volume/gstvolume.h:
8107         rewrite the passthrough check, split _int16 and _int16_clamp, fix
8108         another property desc., remove unused param from process function
8109         
8110         * tests/check/elements/volume.c: (volume_suite):
8111         reactivate the passthrough test
8112
8113 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8114
8115         * ext/alsa/gstalsamixerelement.h:
8116         * ext/alsa/gstalsamixeroptions.h:
8117         * ext/alsa/gstalsamixertrack.h:
8118         * ext/gnomevfs/gstgnomevfssink.h:
8119         * ext/gnomevfs/gstgnomevfssrc.h:
8120         * ext/theora/gsttheoradec.h:
8121         * ext/theora/gsttheoraenc.h:
8122         * ext/theora/gsttheoraparse.h:
8123         * ext/vorbis/vorbisparse.h:
8124         * gst-libs/gst/audio/gstaudioclock.h:
8125         * gst-libs/gst/audio/gstaudiofilter.h:
8126         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8127         * gst/audioconvert/gstaudioconvert.h:
8128         * gst/audioresample/gstaudioresample.h:
8129         * gst/audiotestsrc/gstaudiotestsrc.h:
8130         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
8131         * gst/playback/gststreamselector.h:
8132         * gst/tcp/gstmultifdsink.h:
8133         * gst/tcp/gsttcpclientsink.h:
8134         * gst/tcp/gsttcpclientsrc.h:
8135         * gst/tcp/gsttcpserversink.h:
8136         * gst/tcp/gsttcpserversrc.h:
8137         * gst/videorate/gstvideorate.h:
8138         * gst/videoscale/gstvideoscale.h:
8139         * gst/videotestsrc/gstvideotestsrc.h:
8140         * gst/volume/gstvolume.h:
8141         * sys/v4l/gstv4ljpegsrc.h:
8142         * sys/v4l/gstv4lmjpegsink.h:
8143         * sys/v4l/gstv4lmjpegsrc.h:
8144         * sys/v4l/gstv4lsrc.h:
8145         * sys/ximage/ximagesink.h:
8146         * sys/xvimage/xvimagesink.h:
8147         * tests/old/testsuite/alsa/sinesrc.h:
8148         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8149
8150 2006-05-31  Wim Taymans  <wim@fluendo.com>
8151
8152         * ext/libvisual/visual.c: (gst_visual_reset),
8153         (gst_visual_sink_setcaps), (gst_visual_sink_event),
8154         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
8155         Handle DISCONT.
8156         Use running time before doing QoS.
8157         Handle mono too.
8158
8159 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8160
8161         * docs/libs/Makefile.am:
8162           set a magic variable to indicate we know the docs are incomplete
8163
8164 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8165
8166         * win32/common/libgstvideo.def:
8167           export gst_video_calculate_display_ratio
8168         * win32/vs6/libgstvideoscale.dsp:
8169           add link to libgstvideo-0.10.lib
8170
8171 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8172
8173         * gst/playback/gstplaybasebin.c: (gen_source_element):
8174           Throw a more comprehensible error for rtsp:// URIs (rather
8175           than erroring out with a negotiation error later on) until
8176           we fix playbin to handle rtspsrc etc.
8177
8178 2006-05-30  Wim Taymans  <wim@fluendo.com>
8179
8180         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8181         (gst_text_overlay_text_event):
8182         Added some FIXMEs.
8183
8184 2006-05-30  Wim Taymans  <wim@fluendo.com>
8185
8186         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
8187         (gst_adder_request_new_pad), (gst_adder_release_pad):
8188         * gst/adder/gstadder.h:
8189         Implement release_request_pad.
8190         Make padcounter atomic.
8191
8192         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
8193         Added check for release_pad in adder.
8194
8195 2006-05-30  Wim Taymans  <wim@fluendo.com>
8196
8197         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
8198         Fix build again.
8199
8200 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8201
8202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8203         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8204         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8205         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
8206         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
8207         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
8208         (gst_ogg_demux_bisect_forward_serialno),
8209         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
8210         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8211           add more debugging
8212           clean up printf formats for granulepos and serialno
8213
8214 2006-05-30  Michael Smith  <msmith@fluendo.com>
8215
8216         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
8217         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
8218         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
8219         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
8220         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8221         * ext/vorbis/vorbisenc.h:
8222           Multi-channel caps negotiation, so we can do proper multichannel
8223           vorbis encoding, negotiated through audioconvert.
8224
8225 2006-05-30  Wim Taymans  <wim@fluendo.com>
8226
8227         * tests/check/elements/adder.c: (test_event_message_received),
8228         (test_play_twice_message_received), (GST_START_TEST),
8229         (adder_suite):
8230         Added check to show that #339935 is fixed with ongoing
8231         adder and collectpads fixes.
8232
8233 2006-05-29  Wim Taymans  <wim@fluendo.com>
8234
8235         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
8236         Don't leak pad name.
8237
8238 2006-05-29  Wim Taymans  <wim@fluendo.com>
8239
8240         * gst/adder/gstadder.c: (gst_adder_query_duration),
8241         (forward_event_func), (forward_event), (gst_adder_src_event):
8242         Fix adder seeking.
8243         Make query/seeking code threadsafe.
8244
8245         * tests/check/Makefile.am:
8246         * tests/check/elements/adder.c: (test_event_message_received),
8247         (GST_START_TEST), (test_play_twice_message_received):
8248         Fix adder test case.
8249
8250 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
8251
8252         Patch by: Young-Ho Cha  <ganadist at chollian net>
8253
8254         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8255         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8256         (set_encoding_element), (decodebin_element_added_cb),
8257         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
8258         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8259         * gst/playback/gstplaybasebin.h:
8260           Add 'subtitle-encoding' property to playbin, so applications can
8261           force a subtitle encoding for non-UTF8 subtitles (#342268).
8262
8263         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
8264         (gst_sub_parse_set_property):
8265           Rename recently-added 'encoding' property to 'subtitle-encoding'
8266           (so it can be proxied by playbin/decodebin in a generic way
8267           with less danger of false positives).
8268
8269 2006-05-29  Michael Smith  <msmith@fluendo.com>
8270
8271         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8272         (append_with_other_format), (set_structure_widths),
8273         (gst_audio_convert_transform_caps):
8274           Patch from #341562: give more specific audio caps in get_caps, so
8275           that basetransform  can make better decisions on what caps to
8276           negotiate.
8277
8278 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8279
8280         * tests/check/elements/volume.c:
8281         make it compile again
8282
8283 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8284
8285         * tests/check/elements/volume.c: (volume_suite):
8286         disable test until #343196 gets resolved
8287
8288 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
8289
8290         * gst/adder/gstadder.c: (gst_adder_get_type):
8291         Make it easier to copy&paste
8292         
8293         * gst/volume/Makefile.am:
8294         * gst/volume/gstvolume.c: (volume_update_real_volume),
8295         (gst_volume_set_volume), (gst_volume_set_mute),
8296         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
8297         (volume_transform_ip), (volume_update_mute),
8298         (volume_update_volume):
8299         * gst/volume/gstvolume.h:
8300         Add own debug category, move duplicate code to helper function, fix
8301         property texts, add more comments and prepare ffor liboil-goodness
8302         
8303         * tests/check/Makefile.am:
8304         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8305         add test for mute and passtrough case, be a bit more verbose to track
8306         failure
8307         
8308         * tests/check/generic/states.c: (GST_START_TEST):
8309         catch elements that fail to instantiate
8310
8311 2006-05-28  Edward Hervey  <edward@fluendo.com>
8312
8313         * tests/check/pipelines/simple-launch-lines.c:
8314         * tests/check/pipelines/theoraenc.c:
8315         * tests/check/pipelines/vorbisenc.c:
8316         Comment out tests using parse_launch() if core was built without
8317         parsing capabilities.
8318
8319 2006-05-27  Edward Hervey  <edward@fluendo.com>
8320
8321         * tests/check/Makefile.am:
8322         Extra bonus points for whoever explains to ensonic that you are meant
8323         to test unit tests thoroughly before commiting them, especially if
8324         you know it's going to break.
8325         De-activated element/adder tests.
8326
8327 2006-05-27  Edward Hervey  <edward@fluendo.com>
8328
8329         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8330         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
8331         Marking caps conversion issues as GST_WARNING is way too verbose,
8332         Moving them to GST_LOG.
8333
8334 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8335
8336         * README:
8337           Replace current README (containing the release notes from
8338           some 0.9.x version) with a proper README taken from the core.
8339
8340 2006-05-26  Wim Taymans  <wim@fluendo.com>
8341
8342         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8343         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
8344         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
8345         (vorbis_dec_change_state):
8346         Small cleanups.
8347         Add some FIXMEs
8348         Clip output samples to segment boundaries.
8349
8350 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8351
8352         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8353         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
8354         Improve the errors produced on bad output, including some human
8355         readable description strings.
8356         Handle the (theoretical for ximagesink) case where the XServer 
8357         has a different idea about the size required for a particular 
8358         frame and gives us too small a memory allocation.
8359
8360 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
8361
8362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8363         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8364         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8365         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8366         Improve the errors produced on bad output, including some human 
8367         readable description strings.
8368         Handle RGB Xv formats properly by transforming them into our 
8369         big-endian caps description.
8370         Use gst_caps_truncate to ensure that we never try and choose a
8371         non-fixed caps in buffer_alloc.
8372         Handle the case where the XServer has a different idea about the size
8373         required for a particular frame and gives us too small a memory
8374         allocation.
8375         Use -1 to indicate 'no image format', because 0 is a valid XServer
8376         image format number.
8377         Put RGB Xv formats at the end of the caps, so that we always prefer
8378         YUV format frames.
8379         Iterate the available Xv Encodings to determine the maximum width and
8380         height, and then return that in our caps.
8381         (Closes #315312, #337544)
8382
8383 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8384
8385         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
8386         When there is only one unfinished pad and it receives an event that
8387         doesn't match our requirements, we need to set alldone=FALSE so that
8388         the fakesink is not removed yet.
8389
8390 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8391
8392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
8393           Use gst_type_find_helper_for_buffer() to find the type
8394           of stream from the first packet.
8395
8396         * configure.ac:
8397           Bump requirements to core CVS (needed for vorbis
8398           typefinding to work).
8399
8400 2006-05-24  Edward Hervey  <edward@fluendo.com>
8401
8402         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
8403         Added the 'prfl' atom type which MQV (no, it's not a typo) files
8404         contain.  Else they play perfectly fine with qtdemux.
8405
8406 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
8407
8408         * ext/theora/theoradec.c:
8409         * ext/theora/theoraenc.c:
8410         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
8411         * gst/audiorate/gstaudiorate.c:
8412           make more debug catagories static
8413         
8414         * tests/check/Makefile.am:
8415         * tests/check/elements/adder.c: (message_received),
8416         (test_event_message_received), (GST_START_TEST),
8417         (test_play_twice_message_received), (adder_suite):
8418           added test case for using element twice, extra bonus points for anyone
8419           who can make these test run reliably
8420
8421 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8422
8423         * ext/theora/theoradec.c: (theora_dec_chain):
8424           Make work with time-stamped input buffers that do not
8425           have a granulepos in BUFFER_OFFSET_END (like theora
8426           buffers coming from matroskademux). Fixes #342448.
8427
8428 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8429
8430         Patch by: Peter Kjellerstedt  <pkj at axis com>
8431
8432         * gst/tcp/Makefile.am:
8433           fdstresstest doesn't need Gtk+, fix compilation if 
8434           gtk is not available (#342566).
8435
8436 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8437          
8438         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8439           80 line columns
8440           Removed redundant floor()
8441
8442 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8443
8444         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8445           On second thought, just skip JUNK chunks automatically, so
8446           the caller doesn't have to handle this. Fixes #342345.
8447           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8448           not GST_FLOW_ERROR.
8449
8450 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8451
8452         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8453           Don't bail out on JUNK chunks with a size of 0 (would try to
8454           pull_range 0 bytes before, which sources don't like too much).
8455           See #342345.
8456
8457 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8458
8459         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8461         Use the gstutil scaling function to preserve 64 bits while calculating
8462         output width and height from the display-aspect-ratio. (A continuation
8463         of #341542)
8464
8465 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8466
8467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8468         (gst_xvimagesink_buffer_alloc):
8469         * sys/xvimage/xvimagesink.h:
8470         When performing buffer allocations, remember the caps and image format
8471         we return so that if the same caps are asked for next time we can
8472         return them immediately without doing any caps intersections.
8473
8474 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8475          
8476         * gst-libs/gst/rtp/README:
8477           Some new documentation
8478         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8479           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8480         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8481         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8482           New RTP audio base payloader class. Supports frame or sample based
8483           codecs.  Not enabled in Makefile.am until approved.
8484
8485 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8486
8487         * tests/check/elements/alsa.c: (test_device_property_probe):
8488           Fix test case: don't try to free NULL GValueArray when there
8489           are no devices.
8490
8491 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8492
8493         * tests/check/Makefile.am:
8494         * tests/check/elements/alsa.c: (test_device_property_probe),
8495         (alsa_suite), (main):
8496           Add simple test that runs a device property probe on alsasrc,
8497           alsasink and alsamixer. Disable valgrind check for now (too
8498           many leaks in libasound, and valgrind ignored my suppressions
8499           additions).
8500
8501 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8502
8503         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8504         (gst_alsa_device_property_probe_probe_property),
8505         (gst_alsa_device_property_probe_needs_probe),
8506         (gst_alsa_device_property_probe_get_values),
8507         (gst_alsa_type_add_device_property_probe_interface):
8508         * ext/alsa/gstalsadeviceprobe.h:
8509         * ext/alsa/gstalsamixerelement.c:
8510         (gst_alsa_mixer_element_init_interfaces):
8511         * ext/alsa/gstalsamixerelement.h:
8512           Clean up and simplify alsa device probing. Make it actually work
8513           for multiple classes. Don't cache results any longer.
8514
8515         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8516         (gst_alsasink_init):
8517         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8518         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8519         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8520           Make alsasink and alsasrc implement the GstPropertyProbe interface
8521           for device probing (#342181).
8522           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8523
8524 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8525
8526         * gst/subparse/samiparse.c: (handle_start_font):
8527           Don't ignore return value of strtol (++compiler_happiness).
8528
8529 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8530
8531         Patch by: Young-Ho Cha  <ganadist chollian net>
8532
8533         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8534         (gst_sub_parse_class_init), (gst_sub_parse_init),
8535         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8536         (convert_encoding):
8537         * gst/subparse/gstsubparse.h:
8538           Add 'encoding' property (#341681).
8539
8540         * gst/subparse/samiparse.c: (characters_sami):
8541           Output is pango markup, so we need to escape text
8542           between tags (#342143).
8543
8544 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8545
8546         * gst-libs/gst/audio/multichannel.c:
8547         (gst_audio_check_channel_positions):
8548           It's okay to have caps with channels=1 and a channel position
8549           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8550           (deinterleavers might want to keep the position in the caps,
8551           so that they can be re-interleaved again properly later).
8552           Leave check for unexpected 2-channel layouts intact for now.
8553
8554 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8555
8556         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8557         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8558         basesrc can do its job correctly.
8559
8560 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8561
8562         * ext/alsa/Makefile.am:
8563         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8564         (gst_alsa_detect_formats), (get_channel_free_structure),
8565         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8566         (gst_alsa_probe_supported_formats):
8567         * ext/alsa/gstalsa.h:
8568         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8569           Refactor and improve caps probing code: probe signedness
8570           when we probe the supported formats/widths; set endianness
8571           to the one we actually probed for (ie. cpu endianness).
8572           
8573         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8574         (gst_alsasrc_close):
8575         * ext/alsa/gstalsasrc.h:
8576           Implement caps probing for alsasrc.
8577
8578 2006-05-15  Wim Taymans  <wim@fluendo.com>
8579
8580         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8581         (theora_dec_src_query), (theora_dec_src_event),
8582         (theora_dec_sink_event), (theora_handle_comment_packet),
8583         (theora_handle_data_packet), (theora_dec_change_state):
8584         Cleanups, add some G_LIKELY.
8585         Use segment helpers instead of our own wrong code.
8586         Clear queued buffers on seek and READY.
8587
8588         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8589         (vorbis_dec_convert), (vorbis_dec_src_query),
8590         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8591         (vorbis_handle_comment_packet), (vorbis_dec_push),
8592         (vorbis_handle_data_packet), (vorbis_dec_chain),
8593         (vorbis_dec_change_state):
8594         * ext/vorbis/vorbisdec.h:
8595         Remove old useless packetno variable.
8596         Do position query properly.
8597         Add some G_LIKELY.
8598         Do cleanup of queued buffers in new helper function
8599         and use it.
8600
8601 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8602
8603         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8604           Query supported sample rates. Fixes #341732.
8605
8606 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8607
8608         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8609         (gst_decode_bin_change_state): Make decodebin reusable
8610         when going from PAUSE_TO_READY and then back to PAUSED.
8611         Fixes #331678.
8612
8613 2006-05-15  Wim Taymans  <wim@fluendo.com>
8614
8615         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8616         (vorbis_dec_convert), (vorbis_dec_src_query),
8617         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8618         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8619         (vorbis_dec_clean_queued), (vorbis_dec_push),
8620         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8621         Cleanups. Use refcounting and DEBUG_OBJECT.
8622         Reset segment on flush, use code methods instead of our
8623         own wrong version.
8624         Fix potential memleak.
8625
8626 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8627
8628         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8629         (gst_alsasink_init):
8630         * ext/alsa/gstalsasink.h:
8631           Don't leak allocated snd_output_t structure if there's
8632           more than one alsasink instance at a time (#341873).
8633           Also fix GObject macros in header file.
8634           
8635 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8636
8637         * gst/subparse/gstsubparse.c:
8638         (gst_sub_parse_data_format_autodetect):
8639           Don't use libxml functions in the typefinding code.
8640
8641 2006-05-15  Wim Taymans  <wim@fluendo.com>
8642
8643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8644         Fix seeking performance in the case where a non-header 
8645         packet has a 0 granulepos (busted theora case). 
8646         Fixes #341719
8647         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8648          the first place, you limelight stealer you)
8649
8650 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8651
8652         * gst/subparse/gstsubparse.c:
8653         (gst_sub_parse_data_format_autodetect):
8654           Improve SAMI typefinding: handle case where there are
8655           whitespaces or newlines in front of the first <SAMI>
8656           tag (#169936).
8657
8658 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8659
8660         * configure.ac:
8661           Build video4linux plugin even if there's no XVIDEO, just
8662           without implementing the GstXOverlay interface (#334002).
8663          
8664 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * configure.ac:
8667         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8668         (plugin_init):
8669           Add tentative support for libvisual-0.4 (#336881).
8670
8671 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8672
8673         Patch by: Young-Ho Cha <ganadist at chollian net>
8674
8675         * gst/subparse/samiparse.c: (handle_start_font):
8676           Need to map "silver" colour explicitly (#169936).
8677
8678 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         Patch by: Young-Ho Cha  <ganadist at chollian net>
8681
8682         * gst/subparse/Makefile.am:
8683         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8684         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8685         (gst_sub_parse_format_autodetect), (feed_textbuf),
8686         (gst_subparse_type_find), (plugin_init):
8687         * gst/subparse/gstsubparse.h:
8688         * gst/subparse/samiparse.c:
8689         * gst/subparse/samiparse.h:
8690           Add support for SAMI subtitles (#169936).
8691
8692 2006-05-14  Michael Smith  <msmith@fluendo.com>
8693
8694         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8695           Fix #341696: crash when mixing L+R+C to mono or stereo.
8696         * tests/check/Makefile.am:
8697         * tests/check/elements/audioconvert.c: (set_channel_positions),
8698         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8699         (audioconvert_suite):
8700           Add test for the above, including some generic framework bits for
8701           testing multichannel things.
8702
8703 === release 0.10.7 ===
8704
8705 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8706
8707         * configure.ac:
8708           releasing 0.10.7, "Leave the gun"
8709
8710 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8711
8712         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8714         Fix the build.
8715
8716 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8717
8718         * docs/libs/gst-plugins-base-libs-docs.sgml:
8719         * docs/libs/gst-plugins-base-libs-sections.txt:
8720         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8721         * gst-libs/gst/video/video.h:
8722         * gst/videoscale/Makefile.am:
8723         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8725         * tests/check/Makefile.am:
8726         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8727         (main):
8728           Fix integer overflow problem with pixel-aspect-ratio calculations
8729           in videoscale and xvimagesink (#341542)
8730
8731 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8732
8733         * gst-libs/gst/tag/gstid3tag.c:
8734           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8735
8736 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8737
8738         * win32/MANIFEST:
8739           update win32 files listing
8740
8741 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8742
8743         patch by: Sjoerd Simons (sjoerd@luon.net)
8744
8745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8746         (group_create), (group_destroy), (add_stream),
8747         (gst_play_base_bin_get_property),
8748         (gst_play_base_bin_get_streaminfo_value_array):
8749         * gst/playback/gstplaybasebin.h:
8750           API: GstPlayBaseBin::stream-info-value-array property
8751           use a more bindings-friendly way of exposing streaminfo
8752           using a GValueArray.  Tested in ipython.
8753           Closes #341114
8754
8755 2006-05-11  Wim Taymans  <wim@fluendo.com>
8756
8757         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8758         (queue_underrun_cb), (queue_filled_cb):
8759         Also catch queue underruns but don't do anything yet.
8760         Refactor and comment queue enlarging code a bit.
8761
8762         * gst/playback/gstplaybasebin.c: (queue_overrun),
8763         (queue_threshold_reached), (queue_out_of_data),
8764         (gen_preroll_element):
8765         If a queue over/underruns check that we don't create nasty
8766         deadlocks when the min-threshold is not reached but the
8767         max-bytes is. In those cases disable max-bytes when we
8768         know that the queue is fed timed data.
8769         Add more comments.
8770
8771 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8772
8773         * gst/playback/gstplaybin.c: (gen_audio_element):
8774           Make playbin automatically plug an 'audioresample'
8775           element before the audio sink as well. This solves
8776           problems with sinks that only accept a very specific
8777           sample rate, like esdsink (e.g. #340379).
8778
8779 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8780
8781         * gst/playback/gstplaybasebin.c: (gen_source_element):
8782           Make http sources send special headers so that we receive
8783           icecast metadata if the http stream is an icecast stream
8784           (otherwise the server will just ignore them). This also
8785           means that from now on users will need the 'icydemux'
8786           element from gst-plugins-good installed if they want to
8787           listen to icecast radio streams. (#341432, #333657).
8788
8789 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8790
8791         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8792         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8793           remove stupid example from docs - it should come with a simple
8794           C program instead.
8795           Clean up/fix docs
8796         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8797         (fail_if_can_read), (GST_START_TEST),
8798         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8799           add a test for changing streamheader which exposes a bug in
8800           multifdsink
8801
8802 2006-05-11  Michael Smith  <msmith@fluendo.com>
8803
8804         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8805         (gst_gnome_vfs_src_received_headers_callback):
8806         * ext/gnomevfs/gstgnomevfssrc.h:
8807           Don't set icy-caps unless we have a sane interval value. Move
8808           interval to a local variable; we never use it outside this function.
8809
8810 2006-05-11  Wim Taymans  <wim@fluendo.com>
8811
8812         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8814         Register special buffer types along with the objects so
8815         that they are not registered at runtime from N different
8816         streaming threads since they are not threadsafe.
8817
8818 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8819
8820         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8821         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8822           add two more tests, one doing streamheader
8823
8824 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8825
8826         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8827           clean up the bufqueue when shutting down
8828         * tests/check/Makefile.am:
8829         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8830         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8831         (main):
8832           add a test for the leak that was just fixed
8833
8834 2006-05-10  Wim Taymans  <wim@fluendo.com>
8835
8836         * gst/adder/gstadder.c: (gst_adder_setcaps),
8837         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8838         (gst_adder_src_event), (gst_adder_sink_event),
8839         (gst_adder_class_init), (gst_adder_finalize),
8840         (gst_adder_request_new_pad), (gst_adder_collected):
8841         * gst/adder/gstadder.h:
8842         Updated some docs. Added comments and FIXMEs all over the place.
8843         Improve debugging info.
8844         Fix leak on finalize by not calling the parent.
8845         Implement duration query.
8846         Make event forwarding threadsafe.
8847         Correctly send NEWSEGMENT at start and after flush.
8848         Handle EOS correctly.
8849         Post error when not negotiated.
8850
8851         * tests/check/elements/adder.c: (GST_START_TEST):
8852         Added FIXME in the test.
8853
8854 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8855
8856         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8857         (gst_text_overlay_halign_get_type),
8858         (gst_text_overlay_wrap_mode_get_type):
8859         * ext/theora/theoradec.c: (theora_handle_type_packet),
8860         (theora_handle_data_packet):
8861         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8862         (theora_enc_sink_setcaps), (theora_enc_chain):
8863         * gst-libs/gst/cdda/gstcddabasesrc.c:
8864         (gst_cdda_base_src_mode_get_type):
8865         * gst/audiotestsrc/gstaudiotestsrc.c:
8866         (gst_audiostestsrc_wave_get_type):
8867         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8868         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8869         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8870         (gst_sync_method_get_type), (gst_unit_type_get_type),
8871         (gst_client_status_get_type):
8872         * gst/videoscale/gstvideoscale.c:
8873         (gst_video_scale_method_get_type):
8874         * gst/videotestsrc/gstvideotestsrc.c:
8875         (gst_video_test_src_pattern_get_type):
8876         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8877         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8878         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8879         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8880         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8881         (paint_setup_RGB565), (paint_setup_xRGB1555):
8882           Const-ify GEnumValue and GFlagsValue arrays. Use
8883           GST_ROUND_UP_* macros instead of home-made ones.
8884
8885 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * configure.ac:
8888           Require core CVS for the new newsegment stuff.
8889
8890 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8891
8892         Patch by: Sjoerd Simons  <sjoerd at luon net>
8893
8894         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8895           Register nick for enum value (#341160).
8896
8897 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8898
8899         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8900         (plugin_init):
8901          backout typefind patch #340375
8902          
8903         * tests/check/elements/adder.c: (message_received),
8904         (GST_START_TEST), (adder_suite):
8905           redo, signal-handling of test
8906
8907 2006-05-09  Wim Taymans  <wim@fluendo.com>
8908
8909         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8910         (gst_adder_collected):
8911         * gst/adder/gstadder.h:
8912         Remove bogus segment merging and forwarding, we don't
8913         care about timestamps anyway and we just produce a
8914         continuous stream. 
8915         Also create a nice NEWSEGMENT event when we start.
8916         Use _scale_int some more.
8917
8918 2006-05-09  Edward Hervey  <edward@fluendo.com>
8919
8920         * tests/icles/stress-xoverlay.c:
8921         Fix if core was built without parsing support.
8922
8923 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8924
8925         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8926           Add SEDG (Samsung MPEG-4) fourcc.
8927
8928 2006-05-09  Edward Hervey  <edward@fluendo.com>
8929
8930         * tests/icles/stress-xoverlay.c:
8931         * tests/examples/volume/volume.c:
8932         Fix if core was built without parsing support.
8933
8934         * tests/examples/seek/seek.c:
8935         Disable the parse_launch example if core was built without parsing
8936         support.
8937
8938 2006-05-08  Edward Hervey  <edward@fluendo.com>
8939
8940         * autogen.sh: (CONFIGURE_DEF_OPT): 
8941         libtoolize on Darwin/MacOSX is called glibtoolize
8942
8943 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8944
8945         * tests/check/Makefile.am:
8946         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8947           Disable the adder test, until the build-slaves posses the kindness to 
8948           either like it or to give valid reason for not doing so 
8949
8950 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8951
8952         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8953         (adder_suite):
8954           Shuffle NULL state change around and raise timeout more
8955
8956 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8957
8958         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8959         (mp4_type_find), (plugin_init):
8960           Add typefind to distinguish between "audio/x-m4a" and new type
8961           "video/mp4". Fixes #340375
8962
8963         * tests/check/elements/adder.c: (adder_suite):
8964           Raise timeout to make buildbot happy
8965
8966 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8967
8968         * gst/adder/gstadder.c: (gst_adder_sink_event),
8969         (gst_adder_request_new_pad), (gst_adder_change_state):
8970         * gst/adder/gstadder.h:
8971         * tests/check/Makefile.am:
8972         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8973         (adder_suite), (main):
8974           Add sink-event handling to adder. It tries to merge incomming
8975           newsegment-events. Added test to check if segment_done is comming
8976           through. Fixes #340060
8977
8978 2006-05-05  Andy Wingo  <wingo@pobox.com>
8979
8980         * ext/theora/theoraparse.c (gst_theora_parse_init)
8981         (theora_parse_src_convert, theora_parse_src_query):
8982         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8983         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8984         query functions on the source pads of the theora and vorbis parse
8985         elements. Fixes position querying when doing a remux.
8986
8987 2006-05-05  Michael Smith  <msmith@fluendo.com>
8988
8989         * ext/theora/theoraparse.c: (parse_granulepos),
8990         (theora_parse_drain_queue_prematurely),
8991         (theora_parse_queue_buffer), (theora_parse_sink_event):
8992           Fix flushing.
8993           Fix invalid granulepos outputs when starting with a non-keyframe.
8994
8995 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8996
8997         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8998         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8999         Rearrange MPEG system stream detection, fixing some memleaks in the
9000         process.
9001         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
9002         they clean up their data correctly.
9003         Remove unused ogganx caps and move the 'is_annodex' check to inside
9004         the 'is_ogg' if statement.
9005
9006 2006-05-05  Wim Taymans  <wim@fluendo.com>
9007
9008         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
9009         Properly remove ghostpads. Fixes #340392
9010
9011 2006-05-04  David Schleef  <ds@schleef.org>
9012
9013         * gst/typefind/gsttypefindfunctions.c:
9014
9015 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
9016
9017         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9018         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
9019
9020         When typefinding an MP3 in push-based mode, don't penalise the
9021         probability down to 74% when we found 5 valid frames just because we
9022         can't peek the end of the file.
9023
9024         Make the probability for detecting MPEG Transport Streams based on the
9025         number of sequential headers we successfully detected.
9026
9027 2006-05-03  Wim Taymans  <wim@fluendo.com>
9028
9029         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9030         (vorbis_dec_push), (vorbis_dec_chain):
9031         Still produce an error when we receive an empty packet.
9032
9033 2006-05-03  Wim Taymans  <wim@fluendo.com>
9034
9035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9036         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
9037         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
9038         Mark buffers with DISCONT after seek and after activating new
9039         chains.
9040
9041         * ext/theora/gsttheoradec.h:
9042         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9043         (theora_get_query_types), (theora_dec_sink_event),
9044         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
9045         (theora_dec_change_state):
9046         Fix frame counter.
9047         Detect and mark DISCONT buffers.
9048
9049         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9050         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
9051         (vorbis_dec_change_state):
9052         * ext/vorbis/vorbisdec.h:
9053         Use GstSegment.
9054         Detect and mark DISCONT buffers.
9055         Don't crash on 0 sized buffers.
9056
9057 2006-05-03  Wim Taymans  <wim@fluendo.com>
9058
9059         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
9060         (volume_transform_ip):
9061         Increase "volume" property to 10.0. Fixes #340369.
9062         Set the process function to NULL when capsnego fails so that
9063         we properly error out.
9064
9065 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
9066
9067         * gst/playback/gstplaybin.c: (add_sink):
9068         * gst/playback/test.c: (main):
9069         * gst/playback/test5.c: (dump_element_stats):
9070         * gst/playback/test6.c: (main):
9071           free caps using gst_caps_unref, don't leak caps-strings
9072
9073 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
9076         (plugin_init):
9077           Refine musepack typefinding a bit. Return MAXIMUM
9078           probability when we detect stream version 7 to make
9079           sure the mpeg audio typefinder doesn't trump us.
9080
9081 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9084           Protect against unexpected NULL strf_data buffer.
9085
9086 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9087
9088         * tests/check/elements/audioconvert.c: (verify_convert),
9089         (GST_START_TEST):
9090           interpret the out[] buffer in the order the bytes are actually
9091           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
9092           Other tests should use BYTE_ORDER since the array is filled in
9093           with actual values
9094
9095 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9096
9097         * tests/check/elements/audioconvert.c: (verify_convert),
9098         (GST_START_TEST):
9099           when a test fails, give an indication of which it is
9100
9101 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9102
9103         * gst-libs/gst/cdda/gstcddabasesrc.c:
9104           compile fix; strtol() needs <stdlib.h>
9105
9106 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9107
9108         * ext/alsa/gstalsamixerelement.c:
9109         * ext/alsa/gstalsasrc.c:
9110         * ext/cdparanoia/gstcdparanoiasrc.c:
9111         * ext/gnomevfs/gstgnomevfssink.c:
9112         * ext/gnomevfs/gstgnomevfssrc.c:
9113         * ext/ogg/gstoggdemux.c:
9114         * ext/ogg/gstoggmux.c:
9115         * ext/ogg/gstoggparse.c:
9116         * ext/ogg/gstogmparse.c:
9117         * ext/pango/gstclockoverlay.c:
9118         * ext/pango/gsttextoverlay.c:
9119         * ext/pango/gsttextrender.c:
9120         * ext/pango/gsttimeoverlay.c:
9121         * ext/theora/theoradec.c:
9122         * ext/theora/theoraenc.c:
9123         * ext/vorbis/vorbisdec.c:
9124         * ext/vorbis/vorbisenc.c:
9125         * gst-libs/gst/audio/gstaudiofilter.c:
9126         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9127         * gst/audioconvert/gstaudioconvert.c:
9128         * gst/audiorate/gstaudiorate.c:
9129         * gst/audioresample/gstaudioresample.c:
9130         * gst/audiotestsrc/gstaudiotestsrc.c:
9131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9132         * gst/playback/gstdecodebin.c:
9133         * gst/playback/gstplaybin.c:
9134         * gst/playback/gststreamselector.c:
9135         * gst/subparse/gstsubparse.c:
9136         * gst/tcp/gstmultifdsink.c:
9137         * gst/tcp/gsttcpclientsink.c:
9138         * gst/tcp/gsttcpclientsrc.c:
9139         * gst/tcp/gsttcpserversink.c:
9140         * gst/tcp/gsttcpserversrc.c:
9141         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9142         * gst/videorate/gstvideorate.c:
9143         * gst/videoscale/gstvideoscale.c:
9144         * gst/videotestsrc/gstvideotestsrc.c:
9145         * gst/volume/gstvolume.c:
9146         * sys/v4l/gstv4ljpegsrc.c:
9147         * sys/v4l/gstv4lmjpegsink.c:
9148         * sys/v4l/gstv4lmjpegsrc.c:
9149         * sys/v4l/gstv4lsrc.c:
9150         * sys/ximage/ximagesink.c:
9151         * sys/xvimage/xvimagesink.c:
9152         * tests/check/libs/cddabasesrc.c:
9153           make GstElementDetails const
9154
9155 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9156
9157         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9158         (gst_adder_init):
9159           send events from src-pad to all sink-pads fixes #338657
9160
9161 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
9162
9163         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
9164         (alsasink_parse_spec):
9165           query width capabilities from alsa, fixes #338919
9166
9167 2006-04-28  Wim Taymans  <wim@fluendo.com>
9168
9169         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
9170         (gst_multi_fd_sink_remove_client_link):
9171         * gst/tcp/gstmultifdsink.h:
9172         Fix race condition in multifdsink that can lead to spurious 
9173         duplicate clients. this patch adds a new signal that is fired when
9174         multifdsink has removed all references to the fd.
9175         Fixes #339574.
9176         Updated documentation.
9177         API: client-fd-removed signal added
9178
9179 2006-04-28  Michael Smith  <msmith@fluendo.com>
9180
9181         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
9182           When asking g_value_array_new to prealloc elements, we may as well
9183           ask for the right number of elements.
9184
9185 2006-04-28  Wim Taymans  <wim@fluendo.com>
9186
9187         * gst-libs/gst/audio/gstbaseaudiosink.c:
9188         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
9189         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9190         patch to make timestamp checking more tollerant to rounding 
9191         errors given that real discontinuities are to be marked on
9192         buffers. Fixes some asf files and #338778.
9193         Also avoid some crashers when we receive an event in the 
9194         NULL state.
9195
9196 2006-04-28  Michael Smith  <msmith@fluendo.com>
9197
9198         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9199         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9200         (gst_gnome_vfs_src_get_property),
9201         (gst_gnome_vfs_src_send_additional_headers_callback),
9202         (gst_gnome_vfs_src_received_headers_callback),
9203         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
9204         (gst_gnome_vfs_src_stop):
9205         * ext/gnomevfs/gstgnomevfssrc.h:
9206           Remove ICY handling (mostly) from gnomevfssrc, in favour of
9207           proper shared support within icydemux.
9208
9209 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9210
9211         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
9212         (gst_video_rate_swap_prev), (gst_video_rate_chain):
9213           fix up docs
9214           fix a leak when no caps negotiated
9215           fix counting of input frames
9216         * tests/check/elements/.cvsignore:
9217         * tests/check/elements/videorate.c: (assert_videorate_stats),
9218         (GST_START_TEST), (videorate_suite):
9219           add tests for these
9220
9221 2006-04-28  Wim Taymans  <wim@fluendo.com>
9222
9223         * gst-libs/gst/audio/gstringbuffer.c:
9224         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9225         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9226         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9227         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
9228         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
9229         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9230         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9231         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9232         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
9233         Check arguments passed to public functions instead of
9234         crashing.
9235
9236 2006-04-28  Wim Taymans  <wim@fluendo.com>
9237
9238         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9239         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9240         GstBaseAudioSrc must be live or it does not work.
9241
9242         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
9243         Don't set live to TRUE as this is the default in the parentclass.
9244
9245 2006-04-28  Wim Taymans  <wim@fluendo.com>
9246
9247         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
9248         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
9249         Videoscale doesn't pass on pixel-aspect ratio. Handle all
9250         fixation cases better. Fixes #338991
9251
9252 2006-04-28  Wim Taymans  <wim@fluendo.com>
9253
9254         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9255         Handle 0/1 framerate correctly Fixes #331901.
9256
9257 2006-04-28  Wim Taymans  <wim@fluendo.com>
9258
9259         * tests/check/elements/audioconvert.c: (get_float_caps),
9260         (GST_START_TEST), (audioconvert_suite):
9261         Added check for correct clipping when doing float samples
9262         in audioconvert.
9263
9264 2006-04-28  Wim Taymans  <wim@fluendo.com>
9265
9266         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
9267         (gst_video_rate_chain):
9268         Print more debugging info.
9269
9270 2006-04-28  Wim Taymans  <wim@fluendo.com>
9271
9272         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9273         (resample_set_state_from_caps):
9274         Add support for other formats audioresample can handle such as
9275         32 bits in and float and 64 bits float. Fixes #301759
9276
9277 2006-04-28  Wim Taymans  <wim@fluendo.com>
9278
9279         * gst/audioconvert/audioconvert.c: (float):
9280         correctly clip float samples > 1.0. Fixes #338718
9281
9282 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9283
9284         Patch by: Young-Ho Cha  <ganadist at chollian net>
9285
9286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9287         (gst_text_overlay_render_text):
9288           Don't strip newlines from the text. Also, center lines
9289           within multi-line paragraphs (#339405).
9290
9291 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9292
9293         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
9294           Fix wavpack typefinding to work in more cases (don't peek
9295           for chunks of multiple hundred kBs at once, but process
9296           things step-by-step in smaller units). Fixes #339786.
9297
9298 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9299
9300         * configure.ac:
9301           back to HEAD
9302
9303 === release 0.10.6 ===
9304
9305 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
9306
9307         * configure.ac:
9308           releasing 0.10.6, "Chao"
9309
9310 2006-04-26  David Schleef  <ds@schleef.org>
9311
9312         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
9313           Fixes #338897.
9314
9315 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9316
9317         * configure.ac:
9318         * win32/common/config.h:
9319           new prerelease
9320
9321 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9322
9323         patch by: Wim Taymans
9324
9325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9326         (gst_ogg_demux_perform_seek):
9327           make sure correct newsegments are sent, so that the decoder
9328           and the demuxer agree on timestamps.  Fixes playback of a lot
9329           of Ogg files that do not start from 0.  Fixes #339833.
9330
9331 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9332
9333         Patch by: Edward Hervey  <edward@fluendo.com>
9334
9335         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9336         * tests/check/Makefile.am:
9337         * tests/check/elements/videorate.c: (assert_videorate_stats),
9338         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
9339         (videorate_suite), (main):
9340           Fix an infinite loop if frames are passed in with wrongly ordered
9341           timestamps.  Fixes #339013.
9342
9343 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9344
9345         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9348           fix typefinding on some ISO files.  Fixes #339212.
9349
9350 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9351
9352         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9355           add another H264 fourcc.  Fixes #339047.
9356
9357 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9358
9359         Patch by: Jan Schmidt
9360
9361         * gst/playback/gststreamselector.c:
9362         (gst_stream_selector_bufferalloc):
9363           Restore old StreamSelector behaviour.
9364           Fixes #338419.
9365
9366 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9367
9368         * configure.ac:
9369         * win32/common/config.h:
9370           prerelease
9371
9372 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9373
9374         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
9375
9376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9377         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
9378           Fix some memory leaks: on finalize, free buffers left in the queue
9379           before destroying the queue; in _push(), unref rtp_buf even if
9380           the process vfunc returned a NULL buffer as output buffer (#337548);
9381           demote some recuring debug messages to LOG level.
9382
9383 2006-04-11  Wim Taymans  <wim@fluendo.com>
9384
9385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9386         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9387         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
9388         (gst_ogg_demux_loop):
9389         More cleanups.
9390         Respect segment stop when emiting EOS or SEGMENT_DONE.
9391         Fixes (#337945).
9392
9393 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9394
9395         * gst/playback/gststreamselector.c:
9396         (gst_stream_selector_get_property):
9397           Don't leak pad name.
9398
9399 2006-04-10  Michael Smith  <msmith@fluendo.com>
9400
9401         * tests/check/Makefile.am:
9402         * tests/check/gst-plugins-base.supp:
9403           Suppress an old libtheora bug (fixed in more recent versions), so 
9404           that FC4 buildslaves can pass.
9405
9406 2006-04-10  Wim Taymans  <wim@fluendo.com>
9407
9408         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9409         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9410         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
9411         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
9412         (gst_ogg_demux_loop):
9413         Don't leak events.
9414         Remember what error we got when finding chains, if we
9415         were shutdown, that would not be an error.
9416
9417 2006-04-10  Wim Taymans  <wim@fluendo.com>
9418
9419         * gst-libs/gst/audio/gstbaseaudiosink.c:
9420         (gst_base_audio_sink_event):
9421         Starting the ringbuffer when we did not acquire it can cause
9422         a deadlock, is pointless and causes nasty things for
9423         subclasses. 
9424         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9425
9426 2006-04-10  Wim Taymans  <wim@fluendo.com>
9427
9428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9429         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9430         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9431         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9432         (gst_ogg_demux_deactivate_current_chain),
9433         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9434         (gst_ogg_demux_bisect_forward_serialno),
9435         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9436         Add some more debugging.
9437
9438 2006-04-10  Wim Taymans  <wim@fluendo.com>
9439
9440         * ext/theora/theoradec.c: (theora_dec_src_event),
9441         (theora_handle_data_packet):
9442         Some more debug info.
9443
9444         * tests/examples/seek/seek.c: (start_seek), (main):
9445         Print element messages too.
9446
9447 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9448
9449         * gst/audioresample/debug.h:
9450           replace debug macros with variable number of parameters
9451           by a simple alias to gstreamer standard debug macros 
9452          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9453           supported by MSVC 6.0 and 7.1)
9454         * gst/audioresample/resample.h:
9455           define M_PI and rint for WIN32
9456         * win32/common/libgstaudio.def:
9457         * win32/common/libgstriff.def:
9458         * win32/common/libgsttag.def:
9459         * win32/common/libgstvideo.def:
9460           add new exported functions
9461         * win32/vs6:
9462           update project files
9463
9464 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9465
9466         * ext/alsa/gstalsamixeroptions.c:
9467         (gst_alsa_mixer_options_class_init):
9468         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9471         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9472         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9473         * gst-libs/gst/audio/gstaudiofilter.c:
9474         (gst_audio_filter_class_init):
9475         * gst-libs/gst/audio/gstaudiosink.c:
9476         (gst_audioringbuffer_class_init):
9477         * gst-libs/gst/audio/gstaudiosrc.c:
9478         (gst_audioringbuffer_class_init):
9479         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9480         * gst-libs/gst/interfaces/colorbalancechannel.c:
9481         (gst_color_balance_channel_class_init):
9482         * gst-libs/gst/interfaces/mixeroptions.c:
9483         (gst_mixer_options_class_init):
9484         * gst-libs/gst/interfaces/mixertrack.c:
9485         (gst_mixer_track_class_init):
9486         * gst-libs/gst/interfaces/tunerchannel.c:
9487         (gst_tuner_channel_class_init):
9488         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9489         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9490         (gst_netbuffer_class_init):
9491         * gst-libs/gst/rtp/gstbasertppayload.c:
9492         (gst_basertppayload_class_init):
9493         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9495         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9496         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9497         * gst/playback/gststreamselector.c:
9498         (gst_stream_selector_class_init):
9499         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9500         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9501         * sys/v4l/gstv4lcolorbalance.c:
9502         (gst_v4l_color_balance_channel_class_init):
9503         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9504         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9505         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9506         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9507         (gst_v4l_tuner_norm_class_init):
9508         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9510         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9511         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9512
9513 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9514
9515         * ext/pango/gsttextrender.h:
9516         * gst-libs/gst/audio/gstaudiosink.h:
9517         * gst-libs/gst/audio/gstaudiosrc.h:
9518         * gst-libs/gst/audio/gstbaseaudiosink.h:
9519         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9520         * gst-libs/gst/audio/gstringbuffer.h:
9521         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9522         * gst-libs/gst/rtp/gstbasertppayload.h:
9523         * gst-libs/gst/video/gstvideofilter.h:
9524         * gst-libs/gst/video/gstvideosink.h:
9525         * gst/playback/gstplaybasebin.h:
9526         * gst/tcp/gstmultifdsink.h:
9527         * sys/v4l/gstv4lelement.h:
9528         Fix broken GObject macros
9529
9530 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9531
9532         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9533         More debug to trace why my USB headset is not working with gst
9534
9535 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9536
9537         * gst/playback/gstplaybasebin.c: (group_destroy):
9538         Clean up our group elements properly in the case where it never 
9539         got committed - it still got added unconditionally to the bin.
9540
9541 2006-04-07  Wim Taymans  <wim@fluendo.com>
9542
9543         * ext/theora/theoradec.c: (theora_dec_sink_event),
9544         (theora_handle_data_packet), (theora_dec_chain):
9545         Unref unhandled events.
9546         Protect against empty buffers.
9547         Perform QoS on running time.
9548
9549 2006-04-07  Michael Smith  <msmith@fluendo.com>
9550
9551         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9552         (gst_vorbis_enc_chain):
9553           Remove leaks from vorbisenc.
9554           Mostly minor changes, the only significant one is that now the
9555           buffers we set as 'streamheader' on the caps are copies of the
9556           original buffers, to avoid circular refcounting problems.
9557
9558 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9559
9560         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9561           Don't remove our mute-probe if someone else already did so.
9562           Don't set a 2nd one if there is already one pending on the pad.
9563
9564         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9565         (do_playbin_seek):
9566           When a seek fails, ensure that playbin is still set back to playing.
9567           
9568         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9569         (mpeg_ts_type_find), (plugin_init):
9570           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9571
9572 2006-04-06  Andy Wingo  <wingo@pobox.com>
9573
9574         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9575         (gst_video_rate_init): Caps-related parameters should not be reset
9576         by a flush -- move their inits to the instance init function.
9577         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9578         is not OK, just return the result.
9579
9580         * gst/audiotestsrc/gstaudiotestsrc.c
9581         (gst_audio_test_src_class_init)
9582         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9583         broken by Stefan's commit on 24 March.
9584
9585         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9586         buffers being pushed out. Fixes oggmux ! multifdsink.
9587
9588 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9589
9590         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9591         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9592         * ext/vorbis/vorbisdec.h:
9593         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9594         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9595         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9596         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9597         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9598         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9599         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9600         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9601         (gst_vorbis_enc_buffer_from_packet),
9602         (gst_vorbis_enc_buffer_from_header_packet),
9603         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9604         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9605         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9606         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9607         (gst_vorbis_enc_change_state):
9608         * ext/vorbis/vorbisenc.h:
9609           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9610           vorbisenc adhere to the official nomenclature; use boilerplate
9611           macro.
9612
9613 2006-04-04  Andy Wingo  <wingo@pobox.com>
9614
9615         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9616         Whoops, fix bug introduced. Bad hacker!
9617         
9618         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9619         Properly handle the case where you get EOS before any buffers are
9620         received. Use gst_buffer_make_metadata_writable where appropriate.
9621
9622         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9623         is often negative -- make it signed so as not to wrap around.
9624         Fixes segfaults introduced on 9 March.
9625
9626 2006-04-03  Wim Taymans  <wim@fluendo.com>
9627
9628         * ext/theora/gsttheoradec.h:
9629         * ext/theora/theoradec.c: (theora_dec_src_event):
9630         Don't try to store a gdouble in a gboolean.
9631         Small cleanups.
9632
9633 2006-04-03  Michael Smith  <msmith@fluendo.com>
9634
9635         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9636           Oggmux sucks.
9637           Make it suck slightly less by writing out the final page.
9638           Still can't encode a vorbis-in-ogg file correctly, though.
9639
9640 2006-04-03  Andy Wingo  <wingo@pobox.com>
9641
9642         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9643         a g_print.
9644
9645         * ext/theora/theora.c (plugin_init): Register theoraparse.
9646
9647         * ext/theora/gsttheoraparse.h: 
9648         * ext/theora/theoraparse.c: New files implementing a theora
9649         parser. Now we can properly remux ogg/theora+vorbis, yay.
9650
9651         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9652
9653 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9654
9655         * gst/audiotestsrc/gstaudiotestsrc.c:
9656           Fixed the sample pipeline (see #323798)
9657
9658 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9659
9660         * configure.ac:
9661         * win32/common/config.h:
9662         * win32/common/config.h.in:
9663           use AS_VERSION and AS_NANO
9664           more cleanups
9665
9666 2006-03-31  Andy Wingo  <wingo@pobox.com>
9667
9668         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9669         uninitialized variable return that would happen.
9670         
9671         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9672         uninitialized variable return that would never happen.
9673
9674         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9675         (vorbis_parse_sink_event): Add an event function to flush our
9676         state on a seek, and to drain buffers on a premature EOS.
9677         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9678         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9679         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9680         (vorbis_parse_drain_queue): Queue up buffers until we can set
9681         their timestamps and granulepos values.
9682
9683         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9684         and keep track of data needed for deriving granulepos and
9685         timestamps for buffers.
9686
9687 2006-03-29  Wim Taymans  <wim@fluendo.com>
9688
9689         Patch by: j^ <j at bootlab dot org>
9690
9691         * ext/alsa/gstalsamixerelement.c:
9692         (gst_alsa_mixer_element_class_init):
9693         * ext/alsa/gstalsasink.c:
9694         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9695         * ext/ogg/gstoggdemux.c:
9696         * ext/ogg/gstoggmux.c:
9697         * ext/ogg/gstoggparse.c:
9698         * ext/pango/gstclockoverlay.c:
9699         * ext/pango/gsttextoverlay.c:
9700         * ext/pango/gsttextrender.c:
9701         * ext/pango/gsttimeoverlay.c:
9702         * ext/theora/theoradec.c:
9703         * ext/theora/theoraenc.c:
9704         * ext/vorbis/vorbisdec.c:
9705         * ext/vorbis/vorbisenc.c:
9706         * gst/audioconvert/gstaudioconvert.c:
9707         * gst/subparse/gstsubparse.c:
9708         * gst/tcp/gstmultifdsink.c:
9709         * gst/tcp/gsttcpclientsink.c:
9710         * gst/tcp/gsttcpclientsrc.c:
9711         * gst/tcp/gsttcpserversink.c:
9712         * gst/tcp/gsttcpserversrc.c:
9713           better/unified long descriptions
9714           Fixes #336477
9715
9716 2006-03-29  Wim Taymans  <wim@fluendo.com>
9717
9718         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9719         (stop_seek):
9720         Don't let double and triple clicks mess up our state.
9721
9722 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9723
9724         * gst/playback/gstplaybin.c: (gen_video_element),
9725         (gen_text_element), (gen_audio_element), (gen_vis_element):
9726           Error out gracefully when we can't create any of the usual
9727           conversion elements for some reason. Also, don't try to
9728           create an audioscale (sic) element that's not used anyway.
9729
9730 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9731
9732         * gst/playback/gstplaybasebin.c: (setup_source):
9733           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9734           element for a particular protocol, that's confusing for users.
9735           Instead, post a RESOURCE_FAILED error, so that our own error
9736           message is actually shown in totem etc. (#336303).
9737
9738 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9741
9742         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9743         (gst_gnome_vfs_src_get_icy_metadata):
9744           Fix some minor memory leaks (#336194).
9745
9746 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9747
9748         * ext/gnomevfs/gstgnomevfs.c:
9749         (gst_gnome_vfs_location_to_uri_string):
9750         * ext/gnomevfs/gstgnomevfs.h:
9751         * ext/gnomevfs/gstgnomevfssink.c:
9752         (gst_gnome_vfs_sink_set_property):
9753         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9754           Make gnomevfssink accept filenames as well as URIs for the
9755           "location" property, just like gnomevfssrc does (and
9756           filesrc/filesink do) (#336190).
9757
9758 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9759
9760         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9761           set to NULL before unreffing, fixes a valgrind leak.
9762           Why was this not triggering the error that an object needs to
9763           be NULL before unreffing ?
9764         * win32/common/config.h:
9765           update
9766
9767 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         * gst/subparse/gstsubparse.c: (convert_encoding),
9770         (gst_sub_parse_change_state):
9771         * gst/subparse/gstsubparse.h:
9772           Text subtitle files may or may not be UTF-8. If it's not, we
9773           don't really want to see '?' characters in place of non-ASCII
9774           characters like accented characters. So let's assume the input
9775           is UTF-8 until we come across text that is clearly not. If it's
9776           not UTF-8, we don't really know what it is, so try the following:
9777           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9778           is set; if not, check (b) if the current locale encoding is
9779           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9780           the current locale encoding is UTF-8 and the environment variable
9781           was not set to any particular encoding. Not perfect, but better
9782           than nothing (and better than before, I think) (fixes #172848).
9783
9784 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9785
9786         * configure.ac:
9787           update core requirement to 0.10.4.1 because of async_playback
9788           vmethod on GstBaseSink
9789
9790 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9791
9792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9793         * gst/adder/gstadder.c: (gst_adder_init):
9794         use DEBUG_FUNCPTR for collectpads
9795
9796 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9797
9798         * docs/plugins/Makefile.am:
9799         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9800         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9801         * ext/cdparanoia/gstcdparanoiasrc.c:
9802         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9803         (gst_gnome_vfs_sink_class_init):
9804         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9806         * ext/ogg/gstoggmux.c:
9807         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9808         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9809         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9810         * ext/pango/gsttextoverlay.c:
9811         * ext/pango/gsttextrender.c:
9812         * ext/theora/theoradec.c:
9813         * ext/theora/theoraenc.c:
9814         * ext/vorbis/vorbisdec.c:
9815         * ext/vorbis/vorbisenc.c:
9816         * gst-libs/gst/audio/gstaudiofilter.c:
9817         (gst_audio_filter_base_init):
9818         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9819         (gst_audio_filter_template_base_init):
9820         * gst/adder/gstadder.c: (gst_adder_get_type):
9821         * gst/adder/gstadder.h:
9822         * gst/audioconvert/gstaudioconvert.c:
9823         * gst/audiotestsrc/gstaudiotestsrc.c:
9824         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9825         (gst_audio_test_src_create):
9826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9827         * gst/playback/gstdecodebin.c:
9828         * gst/playback/gstplaybin.c:
9829         * gst/playback/gststreamselector.c:
9830         (gst_stream_selector_base_init):
9831         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9832         * gst/volume/gstvolume.c:
9833         * sys/v4l/gstv4lmjpegsink.c:
9834         * sys/v4l/gstv4lmjpegsrc.c:
9835         * tests/check/libs/cddabasesrc.c:
9836         * tests/old/examples/gob/gst-identity2.gob:
9837           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9838           define GstElementDetails at the top
9839
9840 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9841
9842         * win32/common/libgstinterfaces.def:
9843         Add a lot of export functions for gst-python
9844         * win32/vs6/libgstinterfaces.dsp:
9845         Add a missing include folder in the project configuration
9846         
9847 2006-03-23  Wim Taymans  <wim@fluendo.com>
9848
9849         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9850         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9851         (gst_base_audio_src_change_state):
9852         Fix audio sources, forgot to make the ringbuffer
9853         startable...
9854
9855 2006-03-23  Wim Taymans  <wim@fluendo.com>
9856
9857         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9858         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9859         (gst_base_audio_src_change_state):
9860         unparent instead of unref the ringbuffer.
9861
9862 2006-03-23  Wim Taymans  <wim@fluendo.com>
9863
9864         * gst-libs/gst/audio/gstbaseaudiosink.c:
9865         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9866         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9867         Implement new async_play vmethod to start slaving and allow
9868         playback start in case of async PLAY state changes. 
9869
9870         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9871         Enable QoS with new method in base class.
9872
9873 2006-03-23  Wim Taymans  <wim@fluendo.com>
9874
9875         Patch by: Julien MOUTTE <julien at moutte dot net>
9876
9877         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9878         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9879         Partially handle 0 framerate, only EOS after the first frame
9880         is missing.
9881
9882 2006-03-23  Wim Taymans  <wim@fluendo.com>
9883
9884         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9885
9886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9887         (gst_riff_create_video_template_caps):
9888         * gst/ffmpegcolorspace/avcodec.h:
9889         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9890         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9891         (gst_ffmpegcsp_avpicture_fill):
9892         * gst/ffmpegcolorspace/imgconvert.c:
9893         Patch for support of YVU9 AVI files (#334822)
9894
9895 2006-03-22  Edward Hervey  <edward@fluendo.com>
9896
9897         * docs/design/design-decodebin.txt:
9898         Added design document for new decodebin
9899         (Target Caps): text/x-pango-markup is also a default target caps.
9900
9901 2006-03-22  Wim Taymans  <wim@fluendo.com>
9902
9903         * gst-libs/gst/audio/gstbaseaudiosink.c:
9904         (gst_base_audio_sink_dispose):
9905         Since we _parent the ringbuffer, we also need to
9906         _unparent instead of a plain _unref.
9907
9908 2006-03-22  Wim Taymans  <wim@fluendo.com>
9909
9910         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9911         (stop_seek), (scrub_toggle_cb), (main):
9912         Add scrub checkbox.
9913
9914 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9915
9916         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9917         (gst_ogg_parse_chain):
9918           Fix very inefficient usage of linked lists (#335365).
9919
9920 2006-03-21  Edward Hervey  <edward@fluendo.com>
9921
9922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9923         * gst/playback/gstplaybin.c: (handoff):
9924         * gst/playback/gststreamselector.c:
9925         (gst_stream_selector_set_property):
9926         gcc 4.1 unreferenced pointer fixes.
9927         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9929         gst_buffer_ref() now takes a GstBuffer*.
9930
9931 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9932
9933         * sys/xvimage/xvimagesink.c:
9934         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9935         by Jan Schmidt.
9936
9937 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9938
9939         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9940         (id3v1_type_find), (apetag_type_find), (plugin_init):
9941           Can't do tag preferences via probability, as tags would then
9942           lose against types that are recognised with MAXIMUM probability
9943           (like .wav); so let all tag typefinders return MAXIMUM themselves
9944           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9945           that we can prefer APE to ID3v1 (fixes #335028).
9946           
9947 2006-03-17  Wim Taymans  <wim@fluendo.com>
9948
9949         * gst-libs/gst/audio/gstbaseaudiosink.c:
9950         (gst_base_audio_sink_change_state):
9951         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9952         (gst_ring_buffer_may_start):
9953         * gst-libs/gst/audio/gstringbuffer.h:
9954         Only start playback if we are playing.
9955         should fix #330748.
9956
9957 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9958
9959         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9960         * win32/common/config.h:
9961           Revert accidental commits to these files.
9962
9963 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9964
9965         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9966
9967         * tests/Makefile.am:
9968           Don't try to build tests in tests/icles if we
9969           don't have X (#323852)
9970
9971 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         * gst-libs/gst/tag/gstid3tag.c:
9974           Add TXXX frame identifiers for replaygain stuff as used
9975           by some taggers (see #323721).
9976
9977 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9978
9979         * gst/playback/gststreamselector.c:
9980         (gst_stream_selector_set_property),
9981         (gst_stream_selector_bufferalloc):
9982           Preserve the existing buggy streamselector behaviour by performing
9983           a fallback buffer allocation when downstream isn't linked yet.
9984           This should really be fixed in playbin by blocking pads until it's
9985           linked them.
9986           Also, use gst_pad_alloc_buffer instead of
9987           gst_pad_alloc_buffer_and_set.
9988
9989 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9990
9991         * gst-libs/gst/tag/gstid3tag.c:
9992           Don't crash on unknown ID3v2 TXXX frames.
9993           
9994 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9995
9996         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9997           Chain up to the parent finalize method.
9998           Add 32-bit sample size to the template caps.
9999
10000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10001         (gst_riff_create_video_template_caps):
10002           Add the fourcc that the VMWare codec uses.
10003           
10004         * gst/playback/gststreamselector.c:
10005         (gst_stream_selector_set_property),
10006         (gst_stream_selector_bufferalloc),
10007         (gst_stream_selector_request_new_pad):
10008           For the active pad, forward buffer-alloc requests, otherwise
10009           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
10010           having to memcpy every frame when used by playbin.
10011
10012         * gst/tcp/gstmultifdsink.c:
10013         (gst_multi_fd_sink_handle_client_write):
10014           Get negotiated caps from the sink pad, rather than the sink
10015           pad's peer.
10016
10017 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10020         
10021         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
10022           Don't forget to set src->callbacks_pushed to FALSE again when
10023           popping them, otherwise re-activation in a different mode won't
10024           work (#334620).
10025
10026 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10027
10028         Patch by: Sebastien Moutte  <sebastien moutte net>
10029
10030         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
10031         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
10032         (gst_ffmpeg_smpfmt_to_caps):
10033           Replace __VA_ARGS__ caps creation macros with varargs functions.
10034           Makes things compile on MSVC (#320765), looks nicer, and we can
10035           tell the compiler to check for the NULL terminator.
10036
10037 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10038
10039         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10040
10041         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10042           Make sure the buffer we copy into is really always big
10043           enough, this time for real (#333488).
10044           
10045 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10048           Add support for 24bpp DIB (#305279).
10049
10050 2006-03-14  Wim Taymans  <wim@fluendo.com>
10051
10052         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
10053         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
10055         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10056         (gst_video_scale_init), (gst_video_scale_src_event):
10057         Re-enable QoS after the release.
10058         Rework videoscale to use the base class src_event handler.
10059
10060 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         * configure.ac:
10063           back to CVS.
10064
10065 === release 0.10.5 ===
10066
10067 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
10068
10069         * configure.ac:
10070           releasing 0.10.5, "Net"
10071
10072 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
10073
10074         * docs/plugins/Makefile.am:
10075           Part of previous cdparanoiasrc docs fixes, forgot to commit.
10076           
10077 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10078
10079         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10081         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10082           Add cdparanoiasrc to docs.
10083
10084         * gst-libs/gst/cdda/gstcddabasesrc.c:
10085           More GstCddaBaseSrc docs.
10086
10087 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10088
10089         * docs/libs/gst-plugins-base-libs-sections.txt:
10090         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
10091         * gst-libs/gst/tag/tag.h:
10092           API: libgsttag: new method gst_tag_from_id3_user_tag().
10093
10094 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10097           NULL-terminate array of mpeg4 video file extensions.
10098           Fixes crash on PPC (#334226).
10099
10100 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * ext/gnomevfs/gstgnomevfssrc.c:
10103         (gst_gnome_vfs_src_check_get_range):
10104           gnome_vfs_uri_is_local() alone is not a good indicator
10105           whether we can operate in pull-mode with a specific URI,
10106           as it returns FALSE for file:// URIs that point to an
10107           NFS-mounted path. Be more conservative here: whitelist
10108           local files, blacklist http URIs and use the old
10109           mechanism for anything else (fixes #334216).
10110
10111 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10112
10113         * configure.ac:
10114           back to trunk
10115
10116 === release 0.10.4 ===
10117
10118 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
10119
10120         * configure.ac:
10121           releasing 0.10.4, "Power"
10122
10123 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
10124
10125         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10126         Disable max-lateness by setting it to -1 for now, so that 
10127         we can bed QoS stuff in thoroughly between now and the next
10128         release.
10129
10130 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         Patch by: Fabrizio Gennari
10133
10134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10135           Make sure we don't read beyond the palette buffer in case of
10136           broken or manipulated files (#333488)
10137
10138 2006-03-10  Edward Hervey  <edward@fluendo.com>
10139
10140         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10141         Fix for variable not initialized.
10142
10143 2006-03-09  Wim Taymans  <wim@fluendo.com>
10144
10145         * ext/libvisual/visual.c: (gst_visual_get_type),
10146         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
10147         (gst_visual_chain):
10148         Small cleanups.
10149
10150         * ext/theora/gsttheoradec.h:
10151         * ext/theora/theoradec.c: (gst_theora_dec_init),
10152         (gst_theora_dec_reset), (_theora_granule_time),
10153         (theora_dec_src_convert), (theora_dec_sink_convert),
10154         (theora_dec_src_query), (theora_dec_src_event),
10155         (theora_dec_sink_event), (theora_handle_comment_packet),
10156         (theora_handle_header_packet), (theora_dec_push),
10157         (theora_handle_data_packet), (theora_dec_chain),
10158         (theora_dec_change_state):
10159         Add simple QoS.
10160
10161 2006-03-09  Wim Taymans  <wim@fluendo.com>
10162
10163         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10164         (audiocast_register_listener), (gst_gnome_vfs_src_start):
10165         Some cleanups.
10166
10167 2006-03-09  Wim Taymans  <wim@fluendo.com>
10168
10169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10170         Don't try to activate NULL chains.
10171
10172 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10173
10174         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10175           Fix invalid memory access to region before peek'd data (#332964).
10176
10177 2006-03-09  Wim Taymans  <wim@fluendo.com>
10178
10179         Patch by: Christophe Fergeau
10180
10181         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
10182         * ext/pango/gsttextrender.c: (gst_text_render_init):
10183         * gst/adder/gstadder.c: (gst_adder_init):
10184         Don't leak padtemplates, closes #333510.
10185
10186 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10189           Fix invalid memory access: make sure string passed to
10190           regexec() is NUL-termianted.
10191
10192 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10195         (mp3_type_find):
10196           Refactor mpeg/audio typefinding to make it more maintainable
10197           and easier to fine-tune. Make probing into middle of the file
10198           work properly (fixes #333900, also see #152688).
10199
10200 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         * gst/typefind/gsttypefindfunctions.c:
10203         (utf8_type_find_have_valid_utf8_at_offset):
10204           Remove part from previous commit that was bogus:
10205           g_utf8_validate() does in fact not accept embedded
10206           zeroes, so we don't need to check for those (thanks
10207           to Mike for the hint).
10208
10209 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10210
10211         * gst/typefind/gsttypefindfunctions.c:
10212         (utf8_type_find_count_embedded_zeroes),
10213         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
10214           Make plain/text typefinder more conservative: firstly, check
10215           for embedded zeroes, which are perfectly valid UTF-8 characters,
10216           but also a fairly good sign that something is not a plain text
10217           file; secondly, probe into the middle of the file if possible.
10218           If we can't probe into the middle, limit the probability value
10219           to be returned to TYPE_FIND_POSSIBLE (see #333900).
10220
10221 2006-03-08  Michael Smith  <msmith@fluendo.com>
10222
10223         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10224           Make typefind function name for mpeg4 video unique.
10225
10226 2006-03-08  Wim Taymans  <wim@fluendo.com>
10227
10228         * ext/libvisual/visual.c: (gst_visual_init),
10229         (gst_visual_clear_actors), (gst_visual_dispose),
10230         (gst_visual_reset), (gst_visual_src_setcaps),
10231         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
10232         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
10233         (gst_visual_chain), (gst_visual_change_state):
10234         Cleanups, post nice errors.
10235         Handle sink and src events.
10236         Implement simple QoS.
10237
10238         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
10239         Use new basesink methods to configure max-lateness.
10240         Small doc update.
10241
10242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10243         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
10244         Debug statement cleanups.
10245
10246         * gst/volume/gstvolume.c: (gst_volume_class_init):
10247         Simple cleanup.
10248
10249 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10250
10251         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
10252         (gst_text_overlay_init), (gst_text_overlay_set_property),
10253         (gst_text_overlay_get_property):
10254           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
10255           as string type properties, but mark them deprecated. Add
10256           'halignment' and 'valignment' properties that use enums
10257           instead of strings.
10258
10259 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
10260
10261         Patch by: Fabrizio Gennari
10262
10263         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10264           Allow palettes with less than 256 colours in AVI files
10265           (#333488)
10266
10267 2006-03-07  Julien MOUTTE  <julien@moutte.net>
10268
10269         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10270         (gst_text_overlay_video_event): Fix wrong EOS handling on text
10271         pad. We were releasing the queued text buffer when we should keep
10272         it until video pad gets EOS or discard the text buffer because it's
10273         too old. That was eating the last subtitle buffer. Add some more
10274         debug.
10275
10276 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10277
10278         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
10279         (gst_text_overlay_video_chain):
10280           Fix invalid memory access (we can't access a buffer after it's been
10281           pushed downstream without taking a reference); fix memory leak (if
10282           there's no text to render, bail out before allocating stuff).
10283
10284 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10285
10286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10287         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
10288         * ext/pango/gsttextoverlay.h:
10289           If input is plain text, escape it before passing it to
10290           pango_layout_set_markup().
10291
10292 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10293
10294         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
10295           Don't ignore flow return from gst_pad_push().
10296
10297 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         Patch by: Fabrizio Gennari
10300
10301         * ext/libvisual/visual.c: (gst_visual_getcaps),
10302         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
10303         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
10304         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10305         (gst_vorbisenc_convert_sink):
10306         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10307         (gst_audio_duration_from_pad_buffer):
10308         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
10309         (gst_audio_filter_chain):
10310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10311         (gst_base_rtp_depayload_setcaps):
10312         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
10313         (gst_video_get_size):
10314         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
10315           Don't leak references returned by gst_pad_get_parent()
10316           (#333663)
10317
10318 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
10319
10320         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10321           change location param details
10322         * gst/volume/gstvolume.c: (plugin_init):
10323           correct plugin description
10324
10325 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10326
10327         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10328         (gst_gnome_vfs_src_check_get_range):
10329           Override GstBaseSrc::check_get_range() in order to avoid opening
10330           the resource just to check whether we can operate in pull-mode or
10331           not - we can predict that pretty well from the URI alone. Should
10332           fix problems with last.fm (#331690). (Requires latest core CVS).
10333
10334 2006-03-06  Wim Taymans  <wim@fluendo.com>
10335
10336         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10337         (gst_video_sink_class_init):
10338         Throw away frames that are later than 20 ms.
10339
10340 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10341
10342         Patch by: Fabrizio Gennari
10343
10344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10345           Set depth on WMA caps (#333545)
10346
10347 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10348
10349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10350         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10351           put Theora BOS pages before others.  This hardcodes
10352           the Ogg/Theora I profile, but hey.
10353
10354 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10355
10356         * ext/ogg/README:
10357           updated with some examples
10358         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
10359         (granulepos_add), (theora_buffer_from_packet):
10360         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
10361         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
10362         (gst_vorbisenc_chain):
10363           implement strategy from ext/ogg/README
10364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10365         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10366         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
10367         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
10368           Fix muxer so that oggz-validate is happy with all streams;
10369           except for no eos mark, and the BOS page ordering
10370         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10371         (check_buffer_granulepos):
10372         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
10373           update tests to check for OFFSET being set as requested
10374           fixed type of granulepos, it's not a ClockTime
10375
10376 2006-03-05  Julien MOUTTE  <julien@moutte.net>
10377
10378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10379         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10380         Check that the xvimage we are creating has a correct size
10381         before returning it. (#314897)
10382
10383 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10384
10385         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10386           Give id3 and ape tag typefinders a rank slightly higher
10387           than PRIMARY to ensure they're always run before any of
10388           the other typefinders (in particular wav and mp3) (#324186).
10389
10390 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10391
10392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10393           Add support for '3IVD' fourcc (#333403).
10394
10395 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10396
10397         * configure.ac:
10398           Bump requirements to GStreamer CVS for the new error enum.
10399
10400         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
10401           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
10402           space left on the device (fixes #333352).
10403
10404 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
10405
10406         * win32/vs6:
10407           add a project file for libgstvolume
10408           update the workspace
10409
10410 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10411
10412         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10413         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
10414         (GST_START_TEST):
10415           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
10416           Set IN_CAPS on header buffers
10417
10418 2006-03-02  Wim Taymans  <wim@fluendo.com>
10419
10420         * docs/plugins/Makefile.am:
10421         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10422         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10423         Add audioresample to docs.
10424
10425         * gst/audioconvert/gstaudioconvert.c:
10426         Add revision date.
10427
10428         * gst/audioresample/gstaudioresample.c:
10429         (gst_audioresample_base_init), (gst_audioresample_class_init),
10430         (gst_audioresample_init), (gst_audioresample_dispose),
10431         (audioresample_get_unit_size), (audioresample_transform_caps),
10432         (resample_set_state_from_caps), (audioresample_transform_size),
10433         (audioresample_set_caps), (audioresample_event),
10434         (audioresample_do_output), (audioresample_transform),
10435         (audioresample_pushthrough), (gst_audioresample_set_property),
10436         (gst_audioresample_get_property), (plugin_init):
10437         * gst/audioresample/gstaudioresample.h:
10438         Added docs.
10439         Small code cleanups.
10440
10441 2006-03-02  Wim Taymans  <wim@fluendo.com>
10442
10443         * docs/plugins/Makefile.am:
10444         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10445         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10446         Added videoscale to docs.
10447
10448         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10449         (gst_video_rate_swap_prev), (gst_video_rate_event),
10450         (gst_video_rate_chain):
10451         Fix typo in docs.
10452
10453         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10454         (gst_video_scale_init), (gst_video_scale_prepare_size),
10455         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10456         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10457         * gst/videoscale/gstvideoscale.h:
10458         Added docs, examples.
10459         Some code cleanups.
10460         Post errors instead of g_warning.
10461
10462 2006-03-02  Wim Taymans  <wim@fluendo.com>
10463
10464         * docs/libs/gst-plugins-base-libs-docs.sgml:
10465         * docs/libs/gst-plugins-base-libs-sections.txt:
10466         * docs/libs/gst-plugins-base-libs.types:
10467         * docs/plugins/Makefile.am:
10468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10470         Added some more docs to libs and plugins.
10471
10472         * gst-libs/gst/audio/gstringbuffer.c:
10473         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10474         * gst-libs/gst/audio/gstringbuffer.h:
10475         Document ringbuffer some more.
10476
10477         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10478         (gst_video_rate_setcaps), (gst_video_rate_reset),
10479         (gst_video_rate_init), (gst_video_rate_flush_prev),
10480         (gst_video_rate_swap_prev), (gst_video_rate_event),
10481         (gst_video_rate_chain), (gst_video_rate_change_state):
10482         * gst/videorate/gstvideorate.h:
10483         Fix videorate to use segments.
10484         Make it work with 0/1 framerates (closes #331903)
10485         Handle EOS correctly.
10486         Added docs.
10487
10488 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10489
10490         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10491         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10492         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10493           In state change function, first chain up to parent class,
10494           then handle downwards state change stuff. Remove some
10495           commented out cruft from 0.8 code.
10496
10497 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10498
10499         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10500         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10501         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10502         (gst_ogm_parse_chain):
10503           Don't remove/re-add source pad if the new caps are the same as
10504           the old caps anyway (#333042). When removing source pad, don't
10505           unref it afterwards - we didn't ref it when adding. Sprinkle some
10506           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10507           after using gst_pad_get_parent(). Return downstream flow return
10508           value in chain function.
10509
10510 2006-03-02  Wim Taymans  <wim@fluendo.com>
10511
10512         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10513         * docs/plugins/gst-plugins-base-plugins.args:
10514         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10515         * docs/plugins/gst-plugins-base-plugins.interfaces:
10516         * docs/plugins/gst-plugins-base-plugins.signals:
10517         Fix hierarchy, added some more elements to the docs.
10518
10519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10520         (gst_ffmpegcsp_get_type):
10521         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10522         Fix docs for ffmpegcolorspace.
10523
10524 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10525
10526         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10527         (apetag_type_find), (ape_type_find), (plugin_init):
10528           Some typefinding fine-tuning:
10529           - rank ID3/APE tags in order of preference via probabilities, so that
10530             ID3v2 > APEv2 > APEv1 > ID3v1.
10531           - three or four bytes don't really justify MAXIMUM probability,
10532             change those to 'very likely' (musepack and monkeysaudio).
10533
10534 2006-03-01  Wim Taymans  <wim@fluendo.com>
10535
10536         * docs/plugins/Makefile.am:
10537         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10538         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10539         * ext/alsa/gstalsamixer.c:
10540         * ext/alsa/gstalsamixer.h:
10541         * ext/alsa/gstalsamixerelement.c:
10542         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10543         * ext/alsa/gstalsamixerelement.h:
10544         * ext/alsa/gstalsasink.c:
10545         * ext/alsa/gstalsasink.h:
10546         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10547         (gst_alsasrc_init):
10548         * ext/alsa/gstalsasrc.h:
10549         Added alsa docs.
10550         Small code cleanups.
10551
10552 2006-03-01  Wim Taymans  <wim@fluendo.com>
10553
10554         * ext/theora/Makefile.am:
10555         Dist new header too,
10556
10557 2006-03-01  Wim Taymans  <wim@fluendo.com>
10558
10559         * docs/plugins/Makefile.am:
10560         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10561         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10562         * ext/gnomevfs/gstgnomevfssink.h:
10563         * ext/gnomevfs/gstgnomevfssrc.h:
10564         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10565         * ext/vorbis/vorbisdec.h:
10566         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10567         * ext/vorbis/vorbisenc.h:
10568         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10569         (vorbis_parse_chain), (vorbis_parse_change_state):
10570         * ext/vorbis/vorbisparse.h:
10571         * gst/audioconvert/gstaudioconvert.h:
10572         * gst/tcp/gsttcpserversink.h:
10573         * gst/videotestsrc/gstvideotestsrc.c:
10574         * gst/videotestsrc/gstvideotestsrc.h:
10575         * gst/volume/gstvolume.c:
10576         * gst/volume/gstvolume.h:
10577         Fix some more docs.
10578         Added docs for vorbisdec and vorbisparse.
10579         Fix vorbisparse.
10580
10581 2006-03-01  Wim Taymans  <wim@fluendo.com>
10582
10583         * docs/plugins/Makefile.am:
10584         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10585         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10586         * ext/pango/gstclockoverlay.h:
10587         * ext/pango/gsttextoverlay.h:
10588         * ext/pango/gsttextrender.h:
10589         * ext/pango/gsttimeoverlay.h:
10590         * ext/theora/gsttheoradec.h:
10591         * ext/theora/gsttheoraenc.h:
10592         * ext/theora/theoradec.c:
10593         * ext/theora/theoraenc.c:
10594         * gst/audioconvert/gstaudioconvert.h:
10595         * gst/audiotestsrc/gstaudiotestsrc.h:
10596         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10597         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10598         * gst/tcp/gstmultifdsink.h:
10599         Updated/added documentation.
10600
10601         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10602         (gst_text_overlay_halign_get_type),
10603         (gst_text_overlay_wrap_mode_get_type),
10604         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10605         (gst_text_overlay_init), (gst_text_overlay_set_property),
10606         (gst_text_overlay_get_property):
10607         Fix up properties to be enums instead of string to make bindings,
10608         introspection and automatic GUI creation possible.
10609         Add getters for the properties.
10610
10611 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10612
10613         * gst/audiotestsrc/gstaudiotestsrc.c:
10614           added defines of M_PI and M_PI_2
10615         * gst/ffmpegcolorspace/avcodec.h:
10616           removed #include "stdint.h" for win32 as _stdint.h is 
10617           autogenerated to win32/common
10618         * win32/common/libgstaudio.def:
10619         * win32/common/libgsttag.def:
10620           added some exports
10621         * win32/vs6:
10622           some project files bugs corrected
10623         * win32/vs7:
10624           project files are reset to the default vs7 configuration 
10625           (they link to msvcr71.dll using default optimizations)
10626           
10627 2006-02-28  Wim Taymans  <wim@fluendo.com>
10628
10629         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10630         Fix some docs.
10631
10632 2006-02-28  Edward Hervey  <edward@fluendo.com>
10633
10634         * ext/alsa/gstalsasrc.c:
10635         Set proper class on the ElementDetails:
10636         Source/Audio instead of Src/Audio/
10637
10638 2006-02-28  Edward Hervey  <edward@fluendo.com>
10639
10640         * gst/videoscale/vs_scanline.c:
10641         (vs_scanline_resample_nearest_RGBA):
10642         Revert optimization in videoscale. It should go in liboil and have
10643         an appropriate liboil function.
10644
10645 2006-02-28  Wim Taymans  <wim@fluendo.com>
10646
10647         * gst-libs/gst/audio/gstbaseaudiosink.c:
10648         (gst_base_audio_sink_provide_clock):
10649         Don't try to provide a clock in the NULL state.
10650
10651 2006-02-28  Wim Taymans  <wim@fluendo.com>
10652
10653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10654         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10655         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10656         (gst_ogg_demux_deactivate_current_chain),
10657         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10658         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10659         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10660         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10661         Use GstSegment infrastructure to remove duplicated code
10662         and handle more seek cases correctly.
10663
10664 2006-02-28  Wim Taymans  <wim@fluendo.com>
10665
10666         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10667         (gst_ffmpegcsp_transform):
10668         Don't ignore return code from ffmpeg convert function.
10669
10670         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10671         Split out some long statements to ease debugging.
10672
10673 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10674
10675         * ext/libvisual/visual.c: (gst_visual_init),
10676         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10677         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10678         being able to renegotiate the size. Instead, use the negotiation
10679         algorithm from the goom plugin to pick an initial output caps. 
10680
10681         Also, allow theoretical libvisual plugins that might support non-GL 
10682         output even if they also do GL.
10683
10684 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10685
10686         * ext/libvisual/visual.c: (gst_visual_init),
10687         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10688         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10689         possible negotiation issues.
10690
10691 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10692
10693         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10694
10695 2006-02-24  Michael Smith  <msmith@fluendo.com>
10696
10697         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10698         (cmml_type_find), (plugin_init):
10699           Fix CMML type find function to not require a specific minor version
10700           of the CMML header.
10701
10702           Add an MPEG4 video elementary stream typefind function.
10703
10704 2006-02-04  Michael Smith  <msmith@fluendo.com>
10705
10706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10707         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10708         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10709         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10710         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10711         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10712           Annodex support in ogg demuxer. Doesn't do very much without the
10713           other annodex patches (to come).
10714
10715 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10716
10717         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10718
10719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10720           Pick up palette for MS video v1 (#327028)
10721
10722 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10723
10724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10725         (gst_ffmpegcsp_caps_remove_format_info),
10726         (gst_ffmpegcsp_get_unit_size):
10727           The 'palette_data' field from incoming RGB caps shouldn't be
10728           proxied on outgoing YUV caps; also, restrict unit size
10729           adjustment in case of paletted data only to the unit that
10730           actually has a palette. Fixes #330711.
10731
10732 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10733
10734         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10735         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10736         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10737         (gst_ffmpegcsp_get_unit_size):
10738           Plug some memory leaks.
10739
10740 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10741
10742         * sys/ximage/Makefile.am:
10743         * sys/xvimage/Makefile.am:
10744           Add some _CFLAGS and _LIBS that seem to be missing
10745           and/or required for Cygwin (see #317048).
10746
10747 2006-02-22  Wim Taymans  <wim@fluendo.com>
10748
10749         * ext/alsa/gstalsasrc.c:
10750         Fix description as pointed out by caugier.
10751
10752 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10753
10754         Reviewed by : Edward Hervey  <edward@fluendo.com>
10755
10756         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10757         (qt_type_find):
10758         Better 3gp typefinding (#331526).
10759
10760 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10763           Don't send EOS event here, the base class will send one for us.
10764
10765         * gst/playback/gstplaybasebin.c: (prepare_output):
10766           Subpictures without video stream aren't allowed either.
10767         
10768         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10769           Fix debug statement copy'n'paste-o.
10770
10771 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10772
10773         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10774           Fix issues with mixer keeping state when muting/unmuting
10775           and when changing the volume whilst muted (see #331763
10776           and #331765).
10777
10778 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10781         (parse_subrip), (gst_sub_parse_format_autodetect):
10782           Set right caps given that we send escaped text. Also,
10783           honour <i></i>, <b></b> and <u></u> markers that can be found
10784           in .srt files (fixes #310202).
10785
10786 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10787
10788         * gst-libs/gst/audio/mixerutils.c:
10789         (element_factory_rank_compare_func):
10790           Make order in which elements are tried more determinable.
10791
10792 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10793
10794         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10795         (remove_element_chain), (cleanup_decodebin),
10796         (gst_decode_bin_change_state): Make decodebin reusable by
10797         fixing remove_element_chain first and then introduce a
10798         cleaner in state change to ->NULL. (Closes #331678)
10799
10800 2006-02-19  Wim Taymans  <wim@fluendo.com>
10801
10802         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10803         use 0666 mask when creating files so umask gets applied
10804         correctly. Fixes #331295.
10805
10806 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * gst/subparse/Makefile.am:
10809         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10810         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10811         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10812         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10813         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10814         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10815         * gst/subparse/gstssaparse.h:
10816         * gst/subparse/gstsubparse.c: (plugin_init):
10817           Add very basic parser for SSA subtitle streams (as often
10818           found in matroska files).
10819
10820 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10823           That should be text/x-pango-markup, not text/x-pango-layout.
10824
10825 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10826
10827         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10828         Polishing.
10829
10830 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10831
10832         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10833         (gst_text_overlay_finalize), (gst_text_overlay_init),
10834         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10835         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10836         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10837         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10838         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10839         Fix state change deadlock.
10840
10841 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10842
10843         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10844         (gst_text_overlay_finalize), (gst_text_overlay_init),
10845         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10846         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10847         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10848         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10849         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10850         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10851         and subtitles files.
10852
10853 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10854
10855         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10856         should be considered as raw.
10857
10858 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10859
10860         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10861         (cb_probe):
10862         * gst/playback/gststreaminfo.h: Introduce language informations.
10863
10864 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10865
10866         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10867         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10868         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10869         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10870         Set shared memory segments to be deleted as soon as we have attached,
10871         that way they get cleaned up automatically if we crash.
10872
10873 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10874
10875         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10876         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10877         functions are called with lock held.
10878
10879 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10880
10881         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10882         (gst_text_overlay_finalize), (gst_text_overlay_init),
10883         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10884         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10885         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10886         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10887         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10888         (gst_text_overlay_change_state): Refactoring of textoverlay
10889         without collectpads. This now supports sparse subtitles coming
10890         from a demuxer instead of a sub file. Seeking is still broken 
10891         though. Need to discuss with wtay some more on how to handle
10892         seeking correctly.
10893         * ext/pango/gsttextoverlay.h:
10894         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10895         subtitles coming from the demuxer.
10896
10897 2006-02-17  Wim Taymans  <wim@fluendo.com>
10898
10899         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10900         (gst_vorbisenc_convert_sink):
10901         Use some more scaling functions.
10902
10903 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10904
10905         * ext/cdparanoia/gstcdparanoiasrc.c:
10906         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10907         (gst_cd_paranoia_paranoia_callback),
10908         (gst_cd_paranoia_src_signal_is_being_watched),
10909         (gst_cd_paranoia_src_read_sector):
10910         * ext/cdparanoia/gstcdparanoiasrc.h:
10911           Add back 'transport-error' and 'uncorrected-error' signals and
10912           make them actually be fired when bad stuff happens (#319340).
10913
10914 2006-02-17  Wim Taymans  <wim@fluendo.com>
10915
10916         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10917         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10918         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10919         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10920         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10921         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10922         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10923         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10924         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10925         (gst_ring_buffer_clear):
10926         Small cleanups.
10927         Added some G_LIKELY.
10928
10929 2006-02-17  Wim Taymans  <wim@fluendo.com>
10930
10931         * gst-libs/gst/audio/TODO:
10932         Update TODO
10933
10934         * gst-libs/gst/audio/gstbaseaudiosink.c:
10935         (gst_base_audio_sink_get_offset):
10936         When trying to play samples ASAP and we don't have a
10937         previous sample, try to play at position 0 instead of
10938         an invalid position.
10939
10940 2006-02-17  Wim Taymans  <wim@fluendo.com>
10941
10942         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10943         (gst_alsasink_reset):
10944         Also release lock when we get an error in _reset();
10945         fix an error message.
10946
10947 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10948
10949         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10950         (gst_alsasink_init), (get_channel_free_structure),
10951         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10952         (gst_alsasink_close):
10953         * ext/alsa/gstalsasink.h:
10954           Add support for more than 2 channels (#326720).
10955
10956 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10957
10958         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10959           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10960           with 4 or 6 channels, assume a default channel layout to make things
10961           work (not sure there's anything else we can do in those cases).
10962
10963 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * gst-libs/gst/audio/multichannel.c:
10966           Minor docs fix.
10967
10968         * gst-libs/gst/riff/Makefile.am:
10969         * gst-libs/gst/riff/riff-ids.h:
10970         * gst-libs/gst/riff/riff-media.c:
10971         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10972           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10973           channels and a channel layout map.
10974           
10975 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10976
10977         Reviewed by Edward Hervey  <edward@fluendo.com>
10978
10979         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10980         C-level optimization of the RGBA nearest neighbour function.
10981         Eventually this might end up in liboil with vectorized versions.
10982
10983 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10984
10985         * gst-libs/gst/audio/multichannel.c:
10986         (gst_audio_get_channel_positions):
10987           When we have more than 2 channels, but no channel layout is
10988           specified in the caps, return some default channel layout
10989           to the caller and warn about about a possibly buggy element
10990           (could be buggy filtercaps as well of course) (#317038).
10991
10992 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10993
10994         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10995           Add gst-libs/gst/cdda to list of lib search paths.
10996
10997 2006-02-15  Andy Wingo  <wingo@pobox.com>
10998
10999         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
11000         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
11001         to the Lord Jesus that I do not have to touch the ogg muxer ever
11002         again.
11003
11004 2006-02-15  Edward Hervey  <edward@fluendo.com>
11005
11006         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11007         quicktime movie files can also contain 'uuid' atoms.
11008
11009 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * gst/audioconvert/plugin.c: (plugin_init):
11012           Register the GstAudioChannelPosition enum type with the type
11013           system in the plugin_init function, so that it is known before
11014           any element actually makes use of multi-channel stuff. This is
11015           required for example if one wants to be able to deserialise/use
11016           a caps string with channel positions before any pipeline has
11017           been setup and started, like with gst-launch.
11018
11019 2006-02-14  Wim Taymans  <wim@fluendo.com>
11020
11021         * gst-libs/gst/audio/gstringbuffer.c:
11022         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
11023         (gst_ring_buffer_samples_done), (wait_segment),
11024         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
11025         Add some compiler G_(UN_)LIKELY help.
11026         SIGNAL the ringbuffer waiters when going to PAUSED as well to
11027         make sure they can exit their functions. Should fix #330748
11028
11029 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11030
11031         * Makefile.am:
11032         * configure.ac:
11033         * win32/MANIFEST:
11034         * win32/common/_stdint.h:
11035           Windows does not have long long; copy the generated _stdint.h
11036         * win32/common/interfaces-enumtypes.c:
11037         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11038         (gst_mixer_track_flags_get_type),
11039         (gst_tuner_channel_flags_get_type):
11040         * win32/common/multichannel-enumtypes.c:
11041         (gst_audio_channel_position_get_type):
11042           update
11043
11044 2006-02-13  Wim Taymans  <wim@fluendo.com>
11045
11046         * gst-libs/gst/audio/gstbaseaudiosink.c:
11047         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
11048         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11049         Always sync on first sample we receive when starting.
11050
11051 2006-02-13  Wim Taymans  <wim@fluendo.com>
11052
11053         * gst/playback/gstplaybin.c: (gen_vis_element):
11054         Update vis bin docs.
11055         Move queue after tee so we don't queue video buffers but
11056         audio samples instead. Fixes problems where the video queue
11057         is filled and the audio queue empty.
11058
11059 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11062           No need to push an EOS event here, GstBaseSrc will do that for us
11063           when we return FLOW_UNEXPECTED.
11064           
11065 2006-02-12  Wim Taymans  <wim@fluendo.com>
11066
11067         * gst-libs/gst/audio/gstbaseaudiosink.c:
11068         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
11069         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
11070         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11071         Use scale functions when possible.
11072         Fix error messages.
11073         Free clockid when after waiting for EOS.
11074         Use G_(UN_)LIKLY when it makes sense.
11075         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
11076
11077 2006-02-12  Edward Hervey  <edward@fluendo.com>
11078
11079         * gst/playback/gstplaybasebin.c: (prepare_output): 
11080         Remove stray semi-colon (fixes #330888).
11081
11082 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
11083
11084         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
11086         Fix up the XShm call testing so that we catch errors, and don't
11087         cause new ones by attempting to detach from a segment we failed
11088         to attach to. Fixes #312439.
11089
11090 2006-02-10  Edward Hervey  <edward@fluendo.com>
11091
11092         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11093         Added flv file typefind (video/x-flv).
11094
11095 2006-02-10  Edward Hervey  <edward@fluendo.com>
11096
11097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11098         (gst_riff_create_video_template_caps):
11099         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
11100         Also added the caps to the default set of riff video caps.
11101
11102 2006-02-09  Andy Wingo  <wingo@pobox.com>
11103
11104         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
11105         time and the end time of the last packet in the page.
11106         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
11107         on the pages in our queue, set the duration as well. Reflow a
11108         debug statement.
11109         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
11110         Fixes bad muxing order.
11111
11112 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11113
11114         * gst-libs/gst/rtp/gstbasertppayload.c:
11115         (gst_basertppayload_setcaps), (gst_basertppayload_push):
11116           update seqnum before setting it on the packet; this makes sure
11117           that the timestamp and seqnum properties match after pushing
11118           a buffer
11119
11120 2006-02-09  Andy Wingo  <wingo@pobox.com>
11121
11122         * gst-libs/gst/audio/gstringbuffer.c
11123         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
11124         overflow after 13.5 hours of recording. Kapow!
11125
11126         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
11127         the buffer size -- we don't care about underrun/overrun reporting
11128         right now, just need to return a useful value.
11129
11130 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11131
11132         * configure.ac:
11133           Back to CVS
11134
11135 === release 0.10.3 ===
11136
11137 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11138
11139         * configure.ac:
11140           releasing 0.10.3, "Under Pressure"
11141
11142 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11143
11144         * configure.ac:
11145         Drat. Bump libtool version number for new API.
11146         Prelease 0.10.2.3 (of 0.10.3)
11147
11148 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11149
11150         * configure.ac:
11151         * win32/common/config.h:
11152         0.10.2.2 prerelease (of 0.10.3).
11153
11154 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11155
11156         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
11157           Revert Andy's newsegment change pending a more correct
11158           fix.
11159
11160 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11161
11162         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11163         (qt_type_find), (plugin_init):
11164           detect more files as 3gp
11165           group and reorder the iso file formats
11166
11167 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * ext/vorbis/vorbis.c: (plugin_init):
11170           Register musicbrainz tags, so apps don't have to.
11171
11172 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11173
11174         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
11175         (gst_tag_to_vorbis_tag):
11176           Make sure we called gst_tag_register_musicbrainz_tags()
11177           before possibly mapping a vorbiscomment string from/to a
11178           musicbrainz tag.
11179
11180 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11181
11182         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11183           In case we can't find the required number of consecutive
11184           mpeg audio frames to positively identify an MPEG audio
11185           stream, check if there's at least a valid mpeg audio
11186           frame right at offset 0 and if so suggest mpeg/audio
11187           caps with a very low probability (#153004).
11188
11189 2006-02-07  Andy Wingo  <wingo@pobox.com>
11190
11191         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
11192         a TIME segment if we get timestamped buffers. Requires recent
11193         fixes in core to work properly.
11194
11195 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11196
11197         * gst/playback/gstplaybasebin.c: (prepare_output):
11198           Don't print the URI as part of the error message, it
11199           makes error dialogs look rather ugly, especially if
11200           the URI is very long or has characters in it that
11201           need escaping.
11202
11203 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * gst/playback/gstplaybasebin.c: (prepare_output):
11206           Error out if we have only text or subtitles, but nothing
11207           else. Also error out if we have subtitles but no video
11208           stream.
11209
11210 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11211
11212         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
11213           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
11214           Post an error message on the bus when we encounter an
11215           error, which will hopefully be more meaningful than the
11216           'Internal Flow Error' message users get to see if we
11217           just return GST_FLOW_ERROR.
11218
11219 2006-02-07  Andy Wingo  <wingo@pobox.com>
11220
11221         * configure.ac (GST_MAJORMINOR): Update core version req to
11222         0.10.2.2, for the collectpads API addition (#330244).
11223
11224 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11225
11226         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11227           Return FALSE from plugin_init() when GnomeVFS can't
11228           be initialised for some reason (#328423).
11229
11230 2006-02-06  Julien MOUTTE  <julien@moutte.net>
11231
11232         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
11233         Stick to seeking theory until i find the bug.
11234         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
11235
11236 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11237
11238         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11239         (theora_enc_finalize), (theora_enc_sink_setcaps),
11240         (theora_set_header_on_caps), (theora_enc_chain),
11241         (theora_enc_change_state):
11242         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11243           Make theoraenc and the tests leak free. Like, really.
11244
11245 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
11246
11247         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11248         (theora_enc_finalize), (theora_enc_sink_setcaps):
11249           Add a finalize method to ensure we clean up state even if
11250           someone omitted the state change back to NULL.
11251
11252         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
11253         (gst_vorbisenc_chain):
11254           Free some more leaked bits.
11255
11256         * tests/check/pipelines/theoraenc.c: (start_pipeline),
11257         (stop_pipeline):
11258           Wait for state changes to happen if they're ASYNC.
11259
11260           This ought to teach those fancy pants buildbots a lesson.
11261
11262 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11263
11264         * gst-libs/gst/tag/gstid3tag.c:
11265           Add mapping for ID3 International Standard Recording Code
11266           tag "TSRC"
11267
11268 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11269
11270         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
11271           Don't leak tag names.
11272
11273 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * docs/libs/gst-plugins-base-libs-docs.sgml:
11276         * docs/libs/gst-plugins-base-libs-sections.txt:
11277         * gst-libs/gst/tag/gstid3tag.c:
11278         * gst-libs/gst/tag/gstvorbistag.c:
11279         * gst-libs/gst/tag/tags.c:
11280           Split libgsttag docs into multiple sections.
11281
11282 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11283
11284         * docs/libs/Makefile.am:
11285         * docs/libs/gst-plugins-base-libs-docs.sgml:
11286         * docs/libs/gst-plugins-base-libs-sections.txt:
11287         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
11288         * gst-libs/gst/tag/gstvorbistag.c:
11289         * gst-libs/gst/tag/tag.h:
11290         * gst-libs/gst/tag/tags.c:
11291           Add libgsttag to the docs.
11292
11293 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11294
11295         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
11296         (gst_text_overlay_init), (gst_text_overlay_src_event),
11297         (gst_text_overlay_collected): Fix clockoverlay.
11298
11299 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         * docs/libs/compiling.sgml:
11302           Fix typo: it's pkg-config, not pkg-gconfig
11303
11304         * docs/libs/gst-plugins-base-libs-docs.sgml:
11305         * docs/libs/gst-plugins-base-libs-sections.txt:
11306         * docs/libs/tmpl/gstgconf.sgml:
11307           There is no libgstgconf in 0.10, remove it
11308           from the docs.
11309
11310 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11311
11312         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
11313         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11314         (gst_text_overlay_src_event), (gst_text_overlay_collected):
11315         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11316         (gst_sub_parse_class_init), (gst_sub_parse_init),
11317         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
11318         (parse_mpsub), (parser_state_init), (handle_buffer),
11319         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
11320         * gst/subparse/gstsubparse.h: Introduce seeking code.
11321
11322 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11325           Add comment about LANGUAGE tag inconsistency (we want
11326           ISO-639-1, but extract three-letter identifiers?)
11327
11328         * po/POTFILES.in:
11329           Add two translatable files.
11330
11331 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
11332
11333         * gst-libs/gst/tag/Makefile.am:
11334         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11335         * gst-libs/gst/tag/tag.h:
11336         * gst-libs/gst/tag/tags.c:
11337         (gst_tag_register_musicbrainz_tags_internal),
11338         (gst_tag_register_musicbrainz_tags):
11339           Forward-port some tags stuff from the 0.8 branch. This is
11340           mostly the addition of musicbrainz tags and their mapping
11341           to vorbistags, and a vorbistag mapping of the language tag.
11342
11343 2006-02-05  Julien MOUTTE  <julien@moutte.net>
11344
11345         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
11346         refactoring.
11347
11348 2006-02-04  David Schleef  <ds@schleef.org>
11349
11350         * ext/ogg/gstoggmux.c:
11351         * gst/typefind/gsttypefindfunctions.c:
11352           Add Dirac typefinding and add dirac format to oggmux.
11353
11354 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * gst/playback/gstdecodebin.c: (try_to_link_1):
11357           Don't put essential function call into
11358           g_return_*() macro, otherwise it'll all be
11359           replaced by NOOPs when compiling with
11360           G_DISABLE_CHECKS defined.
11361
11362 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11363
11364         * ext/ogg/gstoggdemux.c:
11365         * ext/ogg/gstoggparse.c:
11366         * gst/tcp/gsttcpserversink.c:
11367         * sys/v4l/v4lsrc_calls.c:
11368         * sys/v4l/v4lsrc_calls.h:
11369         Just make it compile with --disable-gst-debug.
11370
11371 2006-02-03  Wim Taymans  <wim@fluendo.com>
11372
11373         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11374         (gst_alsasink_class_init), (gst_alsasink_init),
11375         (gst_alsasink_write), (gst_alsasink_reset):
11376         * ext/alsa/gstalsasink.h:
11377         Add lock to protect alsa calls.
11378         Implement reset to flush samples ASAP, does not work
11379         with dmix though.
11380
11381 2006-02-02  Wim Taymans  <wim@fluendo.com>
11382
11383         * gst-libs/gst/audio/gstbaseaudiosink.c:
11384         (gst_base_audio_sink_provide_clock):
11385         Ugh.. getting late I guess...
11386
11387 2006-02-02  Wim Taymans  <wim@fluendo.com>
11388
11389         * gst-libs/gst/audio/gstbaseaudiosink.c:
11390         (gst_base_audio_sink_provide_clock),
11391         (gst_base_audio_sink_set_property),
11392         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
11393         Don't try to provide a clock when we are not negotiated since
11394         we might not be able to make it run.
11395
11396 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * gst/playback/gstdecodebin.c: (try_to_link_1):
11399           Unlinking two source pads is ... hard.
11400
11401 2006-02-02  Wim Taymans  <wim@fluendo.com>
11402
11403         * gst-libs/gst/audio/TODO:
11404         Updated.
11405
11406         * gst-libs/gst/audio/gstbaseaudiosink.c:
11407         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
11408         On EOS, wait till the last sample is played before posting EOS.
11409
11410 2006-02-01  Philippe Kalaf <burger at speedy dot org>
11411
11412         Patch by: Kai Vehmanen
11413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11414           Adds ability to enable newsegment bypass by setting queue_delay to
11415           zero. Also avoid thread being started if queue_delay is zero.
11416
11417 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11418
11419         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
11420           Make test work again by connecting fakesinks to each decoded pad,
11421           which makes the pipeline wait until each fakesink has a buffer
11422           queued before going to PAUSED state. At that point we know the
11423           decodebin pads are negotiated.
11424
11425 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11428         (gst_cdda_base_src_handle_event):
11429         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11430           Pass unhandled queries to the parent class's query function.
11431
11432 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11435         (gst_ogg_pad_src_query):
11436         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11437         * ext/theora/theoradec.c: (theora_dec_src_query),
11438         (theora_dec_sink_query):
11439         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11440         (vorbis_dec_sink_query):
11441         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11442         (gst_vorbisenc_sink_query):
11443         * gst/adder/gstadder.c: (gst_adder_query):
11444           Pass unhandled queries upstream instead of just
11445           dropping them (#326447). Also, fix supported
11446           query types list for some elements.
11447
11448 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11451         (paris_type_find), (ilbc_type_find), (plugin_init):
11452           Fix typefinding for audio/x-au, audio/x-paris and
11453           audio/iLBC-sh. We cannot use the START_WITH macros
11454           here, because there can only be one typefind factory
11455           with the same name (caps), so the second one would
11456           replace the first one and the first one would never
11457           be called when doing typefinding (see #161712).
11458           
11459
11460 2006-01-31  Wim Taymans  <wim@fluendo.com>
11461
11462         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11463         (vorbis_handle_header_packet), (vorbis_dec_push),
11464         (vorbis_handle_data_packet):
11465         Use scale_int when we can, add some more scaling.
11466         Check packettype before parsing it.
11467
11468 2006-01-31  Wim Taymans  <wim@fluendo.com>
11469
11470         * ext/theora/theoradec.c: (_theora_granule_time),
11471         (theora_dec_src_convert), (theora_dec_sink_convert):
11472         Call right _scale functions.
11473         Use parameter instead of some other random value.
11474
11475 2006-01-31  Wim Taymans  <wim@fluendo.com>
11476
11477         * ext/theora/theoradec.c: (_theora_granule_frame),
11478         (_theora_granule_time), (_inc_granulepos),
11479         (theora_dec_src_convert), (theora_dec_sink_convert),
11480         (theora_handle_type_packet), (theora_handle_data_packet),
11481         (theora_dec_chain):
11482         Use higher precision timestamps calculation.
11483         Convert some other conversions to _scale.
11484
11485 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11486
11487         * gst/audiotestsrc/gstaudiotestsrc.c:
11488         (gst_audio_test_src_create_sine_table), (plugin_init):
11489         * gst/volume/gstvolume.c: (plugin_init):
11490           initialize gst_controller before using
11491
11492 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11493
11494         * tests/check/pipelines/theoraenc.c:
11495         * tests/check/pipelines/vorbisenc.c:
11496         Define constant using G_GINT64_CONSTANT to avoid errors when
11497         passing it around - otherwise it gets truncated to 32 bits.
11498
11499         Fixes failing tests.
11500
11501 2006-01-31  Andy Wingo  <wingo@pobox.com>
11502
11503         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11504         caps being set doesn't have a framerate value. Basically a stopgap
11505         measure.
11506
11507         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11508         technically correct enough to put into core though.
11509         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11510         DURATION. Fixes theoraenc ! oggmux.
11511
11512         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11513         fraction, not double.
11514
11515 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11516
11517         * win32/vs7:
11518         add vs7 project files created by Sergey Scobich
11519
11520 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11521
11522         * win32/vs8:
11523         add vs8 project files created by Sergey Scobich
11524         
11525 2006-01-30  Andy Wingo  <wingo@pobox.com>
11526
11527         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11528         timestamp + duration, not just timestamp -- ogg pages should be
11529         ordered by stop time. Necessary fix given the change in vorbis
11530         timestamps.
11531
11532         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11533         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11534         (granulepos_add): New function, handles the messiness of adjusting
11535         granulepos values.
11536         (theora_buffer_from_packet):
11537         (theora_enc_chain):
11538         (theora_enc_sink_event): Use granulepos_add, not +.
11539
11540         * tests/check/pipelines/theoraenc.c
11541         (check_buffer_granulepos_from_starttime): Just check the frame
11542         count, not the actual granulepos -- we can't dictate to the
11543         encoder when it should be placing keyframes.
11544
11545 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11546
11547         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11548           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11549           play an http:// stream from a server that's not serving
11550
11551 2006-01-30  Andy Wingo  <wingo@pobox.com>
11552
11553         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11554         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11555         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11556         available.
11557
11558         * ext/theora/gsttheoraenc.h:
11559         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11560         although theoraenc was timestamping correctly. Added handling of
11561         streams that start with nonzero timestamps.
11562
11563         * tests/check/Makefile.am:
11564         * tests/check/pipelines/theoraenc.c: New file, basically does same
11565         tests as vorbisenc.
11566
11567         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11568
11569 2006-01-30  Wim Taymans  <wim@fluendo.com>
11570
11571         * gst-libs/gst/audio/gstaudiosink.c:
11572         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11573         (gst_audioringbuffer_pause):
11574         Implement pause that does not wait for completion.
11575
11576         * gst-libs/gst/audio/gstbaseaudiosink.c:
11577         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11578         Don't drop buffers when going to PAUSED but perform preroll on
11579         remaining samples now that core base class supports this.
11580
11581         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11582         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11583         (gst_ring_buffer_commit):
11584         Pause should not signal waiters.
11585         Implement return value of _commit correctly.
11586
11587 2006-01-30  Andy Wingo  <wingo@pobox.com>
11588
11589         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11590
11591         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11592         updated to timestamp from the first sample, not the last.
11593         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11594         special care of granulepos and timestamp for header packets.
11595         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11596         when the first buffer has a nonzero timestamp.
11597
11598         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11599         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11600         case when the first audio buffer we get has a nonzero timestamp.
11601         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11602         properly timestamp vorbis buffers with the time of the first
11603         sample, not the last.
11604         
11605         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11606         vorbis_granule_time_copy -- now it takes the granule/subgranule
11607         offset into account.
11608
11609         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11610         timestamps, durations, and granulepos on buffers produced by
11611         vorbisenc.
11612
11613 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11614
11615         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11616         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11617           Patch from Eric Jonas to support conversions to/from UYVY 
11618           (Fixes: #324626)
11619
11620 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11621
11622         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11623         (setup_subtitle), (setup_source), (set_active_source):
11624         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11625         (gen_text_element), (gen_audio_element), (gen_vis_element),
11626         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11627
11628 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11629
11630         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11631         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11632                 use gst_guint64_to_gdouble to be compliant with vs6
11633         * gst/playback/gstdecodebin.c: (try_to_link_1)
11634         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11635                 use G_GINT64_CONSTANT for int64 constants
11636         * win32/common/libgstinterfaces.def:
11637                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11638         * win32/vs6:
11639                 update and add new project files
11640                 
11641 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11642
11643         * Makefile.am:
11644         * win32/MANIFEST:
11645         * win32/common/interfaces-enumtypes.c:
11646         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11647         (gst_mixer_track_flags_get_type),
11648         (gst_tuner_channel_flags_get_type):
11649         * win32/common/interfaces-enumtypes.h:
11650         * win32/common/multichannel-enumtypes.c:
11651         (gst_audio_channel_position_get_type):
11652         * win32/common/multichannel-enumtypes.h:
11653           add a win32-update rule like in core, and copy over enumtypes files
11654
11655 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11656
11657         * win32/MANIFEST:
11658         * win32/common/config.h:
11659         * win32/common/config.h.in:
11660           add config files just like in core
11661
11662 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11665           Make gcc-4.1 happy (part of #327357).
11666
11667 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11668
11669         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11670         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11671         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11672         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11673         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11674         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11675           Update all error messages.  All of them should either use
11676           the default translated message, or actually provide a
11677           translatable string.
11678           Make the string for channel count problems meaningful.
11679
11680 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11681
11682         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11683           check for and throw RESOURCE_BUSY
11684
11685 2006-01-27  David Schleef  <ds@schleef.org>
11686
11687         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11688           checked in this change -- it requires liboil features not
11689           in 0.3.6.  Revert parts.
11690
11691 2006-01-27  David Schleef  <ds@schleef.org>
11692
11693         * REQUIREMENTS:
11694         * configure.ac: update liboil requirement to 0.3.6
11695         * gst/videoscale/Makefile.am:
11696         * gst/videoscale/vs_scanline.c: liboilify
11697
11698 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11699
11700         * ext/libvisual/visual.c: (get_buffer):
11701           When pad_alloc returns a GstFlowReturn other
11702           than GST_FLOW_OK, make sure it is passed upstream.
11703
11704 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11705
11706         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11707         (gst_alsasink_class_init):
11708           Free the device name string.
11709
11710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11711         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11712         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11713           Don't remove a pad from the collectpads structure until it
11714           is released - it's a request pad, and may receive data again
11715           if the element gets moved back to PLAYING state.
11716
11717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11718           Ensure we turn on double buffering on the Xv port, and
11719           set the colour key to something dark and mysterious that
11720           isn't black.
11721
11722 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11723
11724         * ext/alsa/gstalsaplugin.c: (plugin_init):
11725         * ext/cdparanoia/gstcdparanoiasrc.c:
11726         (gst_cd_paranoia_src_base_init), (plugin_init):
11727         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11729           - a library should not call setlocale. see "Libraries" node in
11730             gettext manual
11731           - make sure all plugins that use translation do bindtextdomain
11732             to point to the localedir
11733         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11734         (setup_sinks), (plugin_init):
11735           all this, and check for NULL when creating sinks
11736
11737 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11738
11739         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11740         (plugin_init): Make typefinding of subtitles work again.
11741
11742 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11743
11744         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11745         (mp3_type_frame_length_from_header), (mp3_type_find),
11746         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11747         (plugin_init):
11748           Backport a bunch of typefinding fixes from the 0.8 branch.
11749           Also, improve wavpack typefinding: if we can't peek the
11750           entire wavpack block, try to parse the bits we can get and
11751           see if we find what we're looking for in those.
11752
11753 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11754
11755         * sys/ximage/ximagesink.c:
11756         (gst_ximagesink_calculate_pixel_aspect_ratio):
11757         * sys/xvimage/xvimagesink.c:
11758         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11759         more cases of pixel aspect ratio.
11760
11761 2006-01-26  Edward Hervey  <edward@fluendo.com>
11762
11763         * gst/playback/gstdecodebin.c: (pad_probe):
11764         Also consider the flush-start and tag events as unblockers
11765         for the pad probes.
11766
11767 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11768
11769         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11770         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11771         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11772         On the fly visualisation switch, works disabling, enabling as
11773         well but it won't be able to enable vis in a playbin that was
11774         created with no visualisation.
11775
11776 2006-01-25  Wim Taymans  <wim@fluendo.com>
11777
11778         * gst-libs/gst/audio/gstbaseaudiosink.c:
11779         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11780         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11781         resume after pause.
11782
11783 2006-01-25  Wim Taymans  <wim@fluendo.com>
11784
11785         * gst-libs/gst/audio/gstbaseaudiosink.c:
11786         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11787         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11788         Improve debugging.
11789         Post error when caps cannot be parsed.
11790         Resync on discontinuity in the stream.
11791         Clip samples to segment boundaries.
11792         return WRONG_STATE sooner when we are flushing.
11793
11794         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11795         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11796         Make audiosrc operate in TIME.
11797         Set TIMESTAMP and DURATION on buffers.
11798
11799 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * tests/examples/seek/seek.c: (main):
11802           Output tag messages as well.
11803
11804 2006-01-23  Edward Hervey  <edward@fluendo.com>
11805
11806         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11807         (free_pad_probes), (remove_fakesink), (pad_probe),
11808         (close_pad_link), (gst_decode_bin_change_state):
11809         Replace GstPadBlockCallback with pad probes that detect
11810         first buffer AND eos before removing fakesink.
11811         Fixes hang with demuxers doing EOS while pre-rolling.
11812         Solves #328279
11813
11814 2006-01-23  Andy Wingo  <wingo@pobox.com>
11815
11816         * ext/alsa/gstalsasink.c:
11817         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11818         (gst_base_rtp_depayload_setcaps),
11819         (gst_base_rtp_depayload_add_to_queue),
11820         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11821         
11822         Patch by: Jens Granseuer <jensgr at gmx dot net>
11823
11824 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11825
11826         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11827         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11828         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11829         frames. We might get a frame destroyed after changing state to
11830         NULL, adding a safety check on xcontext.
11831
11832 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * gst-libs/gst/interfaces/xoverlay.c:
11835           Fix prepare-xwindow-id code example in the docs - we need to
11836           ignore all messages that aren't element messages as well.
11837           
11838 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11839
11840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11841           I think one day i'll completely undestand how caps negotiation
11842           is supposed to work. This refactoring handles buffer_alloc
11843           called with caps we can't handle. We definitely don't want a
11844           set_caps with those caps, so we define and allocate a buffer
11845           we would like to receive.
11846
11847 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11848
11849         * gst/playback/gstplaybasebin.c: (setup_source):
11850           Free iterator when done.
11851
11852 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11853
11854         * gst-libs/gst/audio/gstbaseaudiosink.c:
11855         (gst_base_audio_sink_render):
11856           Fix playback of non-synchronised streams by assuming a rate
11857           of 1.0 instead of a random one.
11858
11859           Makes this work again:
11860
11861           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11862           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11863           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11864           audioresample ! alsasink
11865
11866 === release 0.10.2 ===
11867
11868 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11869
11870         * configure.ac:
11871           releasing 0.10.2, "Then the devil is six"
11872
11873 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11874
11875         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11876         * gst/playback/gststreamselector.c:
11877         (gst_stream_selector_set_property):
11878           Comment out broken code that connects to the state-changed signal.
11879           At this point, changing current stream selection is broken, but 
11880           stuff like gst-launch playbin current-audio=1 works and filters
11881           to the chosen stream.
11882
11883 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11884
11885         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11886           Fix #327216 (null dereference in vorbisdec)
11887
11888 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11891           Post taglist actually on bus instead of just freeing it
11892           (fixes #327114 and totem bug #327080).
11893
11894         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11895           Use gst_element_found_tags_for_pad(), so that the tags
11896           are sent downstream as an event as well.
11897
11898 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11899
11900         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11901         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11902         (gst_ximagesink_buffer_alloc):
11903         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11904         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11905         (gst_xvimagesink_buffer_alloc):
11906           move all regularly occurring messages to GST_LOG level
11907           add some more object logs
11908
11909 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11910
11911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11912           fix a silly segfault
11913
11914 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11915
11916         * docs/libs/gst-plugins-base-libs-docs.sgml:
11917         * docs/libs/gst-plugins-base-libs-sections.txt:
11918         * gst-libs/gst/audio/mixerutils.c:
11919         * gst-libs/gst/audio/mixerutils.h:
11920           Add docs for mixerutils stuff.
11921
11922 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11923
11924         * gst/playback/gstplaybasebin.c: (setup_source):
11925           Fix playback for sources that emit raw audio or
11926           raw video streams (e.g.: cd audio sources) (#325984).
11927
11928 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11929
11930         * gst-libs/gst/audio/mixerutils.c:
11931         (gst_audio_mixer_filter_do_filter):
11932           actually save the element we create
11933
11934 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * gst-libs/gst/cdda/gstcddabasesrc.c:
11937         (gst_cdda_base_src_handle_track_seek):
11938           No need to post a tag message on the bus when seeking
11939           within the same track, only post it when the current
11940           track changes.
11941
11942 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11943
11944         * gst/playback/gstplaybasebin.c: (group_destroy),
11945         (probe_triggered), (new_decoded_pad), (mute_group_type),
11946         (set_active_source):
11947         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11948         * gst/playback/gststreamselector.c:
11949         (gst_stream_selector_base_init),
11950         (gst_stream_selector_set_property),
11951         (gst_stream_selector_request_new_pad):
11952           Reenable stream selection. These mechanisms need a complete overhaul
11953           in the face of 0.8->0.10 changes though.
11954
11955 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11956
11957         * ext/ogg/gstoggdemux.c:
11958           Change the pad template to src_%d to match the pads that 
11959           are created from it. decodebin needs this information in order
11960           to decide that oggdemux is capable of producing multiple pads
11961           (and hence needs queues inserted).
11962
11963         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11964         (gst_ogg_mux_collected):
11965           Make debug output more useful by using GST_PTR_FORMAT.
11966
11967 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11968
11969         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11970
11971         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11972           Set depth and width for alaw/mulaw (fixes #326601).
11973
11974 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11975
11976         * tests/icles/Makefile.am:
11977           don't build the tests if we don't have the libs
11978
11979 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11982         (gst_cd_paranoia_paranoia_callback):
11983           Don't try to free NULL pointers.
11984
11985 2006-01-10  Edward Hervey  <edward@fluendo.com>
11986
11987         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11988         (gst_audio_rate_change_state), (plugin_init):
11989         Add debugging category.
11990         Fix type issues.
11991         Add case for incoming buffers without valid offset/offset_end.
11992
11993 2006-01-10  Michael Smith  <msmith@fluendo.com>
11994
11995         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11996           Don't leak GCond in audio sources.
11997
11998 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11999
12000         * gst/playback/gstplaybin.c: (gen_audio_element):
12001           Don't leak an autoaudiosink/alsasink when we generate
12002           a new audio element. (old code, I guess)
12003
12004 2006-01-10  Michael Smith  <msmith@fluendo.com>
12005
12006         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
12007           Support float audio in audiorate.
12008           Use width rather than depth for selecting sample width.
12009
12010 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * gst/videotestsrc/videotestsrc.h:
12013           Use GLib types here (that way we don't have to include the
12014           generated _stdint.h header, which makes life easier for win32
12015           folks that don't use autotools for the build) (#325990, patch
12016           by: Sergey Scobich).
12017
12018 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12019
12020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12021         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12022         (gst_ring_buffer_pause), (wait_segment):
12023         * gst-libs/gst/audio/gstringbuffer.h:
12024           Name (private) union, makes Forte compiler happy (this time
12025           for real) (#324900).
12026
12027 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * gst-libs/gst/audio/Makefile.am:
12030           Link against libgstinterfaces, needed for mixer
12031           and property probe stuff.
12032
12033 2006-01-09  Edward Hervey  <edward@fluendo.com>
12034
12035         * gst-libs/gst/Makefile.am:
12036
12037 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * gst-libs/gst/audio/Makefile.am:
12040         * gst-libs/gst/audio/mixerutils.c:
12041         (gst_audio_mixer_filter_do_filter),
12042         (gst_audio_mixer_filter_check_element),
12043         (gst_audio_mixer_filter_probe_feature),
12044         (element_factory_rank_compare_func),
12045         (gst_audio_default_registry_mixer_filter):
12046         * gst-libs/gst/audio/mixerutils.h:
12047           Add gst_audio_default_registry_mixer_filter() utility
12048           function.
12049
12050 2006-01-03  Michael Smith  <msmith@fluendo.com>
12051
12052         * gst/audioresample/resample.h:
12053           As before, but for o_buf
12054
12055 2006-01-03  Michael Smith  <msmith@fluendo.com>
12056
12057         * gst/audioresample/resample.h:
12058           Declare struct _ResampleState.buffer as unsigned char *, not void *,
12059           since we do arithmetic on it.
12060
12061 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
12062
12063         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
12064         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
12065         (gst_ring_buffer_pause), (wait_segment):
12066         * gst-libs/gst/audio/gstringbuffer.h:
12067           Sun's Forte compiler doesn't seem to like anonymous structs,
12068           so use same setup as in GstBaseSrc (fixes #324900).
12069
12070 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12071
12072         * configure.ac:
12073         * gst/volume/Makefile.am:
12074         * gst/volume/demo.c:
12075           move old example to tests/examples/volume/volune.c
12076         * tests/examples/Makefile.am:
12077         * tests/examples/seek/seek.c: (main):
12078           change window-close event from "delete-event" to "destroy"
12079         * tests/examples/volume/Makefile.am:
12080         * tests/examples/volume/volume.c: (value_changed_callback),
12081         (setup_gui), (message_received), (eos_message_received), (main):
12082           fix event handling and bus usage
12083
12084 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
12085
12086         * gst/audiotestsrc/gstaudiotestsrc.c:
12087         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
12088         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
12089         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
12090         (gst_audio_test_src_create_square),
12091         (gst_audio_test_src_create_saw),
12092         (gst_audio_test_src_create_triangle),
12093         (gst_audio_test_src_create_silence),
12094         (gst_audio_test_src_create_white_noise),
12095         (gst_audio_test_src_create_pink_noise),
12096         (gst_audio_test_src_init_sine_table),
12097         (gst_audio_test_src_create_sine_table),
12098         (gst_audio_test_src_change_wave),
12099         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
12100         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
12101         * gst/audiotestsrc/gstaudiotestsrc.h:
12102           update to basesrc changes, implement segmented seeking and eos
12103           handling, add a 'sine-tab' waveform for performance critical playback
12104
12105 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12106
12107         * po/POTFILES.in:
12108           ... and this time the other modified file that I missed last time.
12109
12110 2005-12-29  Michael Smith  <msmith@fluendo.com>
12111
12112         * gst/playback/gstdecodebin.c: (new_pad):
12113           Fix non-C89 variable declaration not at the start of a block. Should
12114           help some compilers.
12115
12116 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         * tests/check/Makefile.am:
12119           And now fix 'make distcheck' (builddir != srcdir)
12120
12121 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12122
12123         * configure.ac:
12124         * ext/cdparanoia/Makefile.am:
12125         * ext/cdparanoia/gstcdparanoia.c:
12126         * ext/cdparanoia/gstcdparanoia.h:
12127         * ext/cdparanoia/gstcdparanoiasrc.c:
12128         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
12129         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
12130         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
12131         (gst_cd_paranoia_paranoia_callback),
12132         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
12133         (gst_cd_paranoia_src_set_property),
12134         (gst_cd_paranoia_src_get_property), (plugin_init):
12135         * ext/cdparanoia/gstcdparanoiasrc.h:
12136           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
12137           plugin again (there are still fixes required to playbin to make
12138           cdda:// uris work there).
12139
12140 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12141
12142         * tests/check/Makefile.am:
12143           Fix test case compilation.
12144
12145 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * gst-libs/gst/cdda/gstcddabasesrc.c:
12148         (gst_cdda_base_src_update_duration),
12149         (gst_cdda_base_src_calculate_cddb_id):
12150           An integer is not a string. Fix access to uninitialised variable.
12151
12152         * tests/check/Makefile.am:
12153           Add cddabasesrc unit test; also actually enable the vorbis test.
12154
12155         * tests/check/generic/states.c:
12156           Blacklist new cd audio elements as well.
12157
12158         * tests/check/libs/cddabasesrc.c:
12159           Unit test for GstCddaBaseSrc (discid calculation mostly).
12160
12161 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         * docs/libs/Makefile.am:
12164         * docs/libs/gst-plugins-base-libs-docs.sgml:
12165         * docs/libs/gst-plugins-base-libs-sections.txt:
12166         * docs/libs/gst-plugins-base-libs.types:
12167           Add docs for libgstcdda/GstCddaBaseSrc.
12168
12169         * gst-libs/gst/interfaces/mixertrack.h:
12170           Do one struct member per line with a semicolon at the end, that way
12171           even gtk-doc might parse it without complaining.
12172
12173 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12174
12175         * configure.ac:
12176         * gst-libs/gst/Makefile.am:
12177         * gst-libs/gst/cdda/Makefile.am:
12178         * gst-libs/gst/cdda/base64.c:
12179         * gst-libs/gst/cdda/base64.h:
12180         * gst-libs/gst/cdda/gstcddabasesrc.c:
12181         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
12182         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
12183         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
12184         (gst_cdda_base_src_get_property),
12185         (gst_cdda_base_src_get_track_from_sector),
12186         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
12187         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
12188         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
12189         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
12190         (gst_cdda_base_src_uri_get_protocols),
12191         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
12192         (gst_cdda_base_src_uri_handler_init),
12193         (gst_cdda_base_src_setup_interfaces),
12194         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
12195         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
12196         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
12197         (gst_cdda_base_src_add_tags),
12198         (gst_cdda_base_src_add_index_associations),
12199         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
12200         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
12201         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
12202         (gst_cdda_base_src_create):
12203         * gst-libs/gst/cdda/gstcddabasesrc.h:
12204         * gst-libs/gst/cdda/sha1.c:
12205         * gst-libs/gst/cdda/sha1.h:
12206           Add new libgstcdda with GstCddaBaseSrc class.
12207
12208 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * ext/gnomevfs/gstgnomevfssink.h:
12211           Use GstBaseSinkClass as parent_class member for class struct, not
12212           GstBaseSink.
12213
12214 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12215
12216         Patch by: Michael Benes
12217
12218         * gst/videotestsrc/gstvideotestsrc.c:
12219         (gst_video_test_src_class_init), (gst_video_test_src_start):
12220           Add start method to reset running time and number of frames sent
12221           when starting up (fixes #324696)
12222
12223 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12224
12225         * docs/plugins/Makefile.am:
12226         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12227         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12228         * docs/plugins/gst-plugins-base-plugins.args:
12229         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12230         * docs/plugins/gst-plugins-base-plugins.signals:
12231           Add docs stuff for gnomevfssrc and gnomevfssink.
12232
12233         * ext/gnomevfs/gstgnomevfssrc.c:
12234           Fix example pipeline in gtk-doc blurb.
12235
12236 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
12237
12238         * ext/gnomevfs/Makefile.am:
12239         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
12240         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
12241         (gst_gnome_vfs_handle_get_type), (plugin_init):
12242         * ext/gnomevfs/gstgnomevfs.h:
12243         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
12244         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
12245         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
12246         (gst_gnome_vfs_sink_set_property),
12247         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
12248         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
12249         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
12250         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
12251         (gst_gnome_vfs_sink_uri_get_type),
12252         (gst_gnome_vfs_sink_uri_get_protocols),
12253         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
12254         (gst_gnome_vfs_sink_uri_handler_init):
12255         * ext/gnomevfs/gstgnomevfssink.h:
12256           Port gnomevfssink; add gtk-doc blurb.
12257
12258         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
12259         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
12260         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
12261         (gst_gnome_vfs_src_uri_get_type),
12262         (gst_gnome_vfs_src_uri_get_protocols),
12263         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
12264         (gst_gnome_vfs_src_uri_handler_init),
12265         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
12266         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
12267         (gst_gnome_vfs_src_send_additional_headers_callback),
12268         (gst_gnome_vfs_src_received_headers_callback),
12269         (gst_gnome_vfs_src_push_callbacks),
12270         (gst_gnome_vfs_src_pop_callbacks),
12271         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
12272         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
12273         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
12274         * ext/gnomevfs/gstgnomevfssrc.h:
12275           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
12276           file; add gtk-doc blurb with example pipelines.
12277
12278 === release 0.10.1 ===
12279
12280 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
12281
12282         * configure.ac:
12283           releasing 0.10.1, "Dobro Dedek"
12284
12285 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
12286
12287         * gst/typefind/gsttypefindfunctions.c:
12288         iLBC30 and iLBC20 added to typefind.
12289
12290 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12291
12292         * gst-libs/gst/audio/gstbaseaudiosink.c:
12293         (gst_base_audio_sink_class_init):
12294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12295         (gst_base_audio_src_class_init):
12296           update strings, values are in microseconds
12297           change the default sink buffer time to something that is smaller
12298           (to help software volume mixing have a slightly lower delay) but
12299           still be acceptable on Wim's laptop
12300
12301 2005-12-20  Edward Hervey  <edward@fluendo.com>
12302
12303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
12304         Made a quack, forgot to add DUCK to the riff video template.
12305
12306 2005-12-19  Edward Hervey  <edward@fluendo.com>
12307
12308         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
12309         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12310         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12311         (gst_ogm_parse_chain):
12312         Make sure pads are initialized correctly.
12313         * gst-libs/gst/riff/riff-ids.h:
12314         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12315         (gst_riff_create_video_template_caps):
12316         Add a whole bunch of FOURCC <=> MimeType.
12317         Extend the riff video pad template to support the newly added fourcc.
12318
12319 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12320
12321         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
12322         (gst_ogg_demux_activate_chain):
12323           Extra debug output when activating/deactivating chains.
12324
12325         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12326         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
12327         (unlinked):
12328           Remove a queue from our list when it becomes unlinked.
12329           Don't add queues to elements in class 'Demux' if they
12330           can only produce one pad 
12331
12332 2005-12-18  Julien MOUTTE  <julien@moutte.net>
12333
12334         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
12335         (gst_video_sink_get_type): Add a debug category.
12336
12337 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12338
12339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12340         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
12341           Handle downstream newsegment by sending our own newsegment before the
12342           next buffer to be released. (#323900)
12343
12344 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
12345
12346         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12347         (gst_base_rtp_depayload_set_gst_timestamp):
12348           add queue delay to new segment as well (as opposed to just the first
12349           buffer). (bug #322347)
12350
12351 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
12352
12353         * ext/libvisual/visual.c: (make_valid_name):
12354           change some char* into char[]
12355         * gst/audiotestsrc/gstaudiotestsrc.c:
12356         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
12357         (gst_audio_test_src_create):
12358         * gst/audiotestsrc/gstaudiotestsrc.h:
12359           prepare to handle EOS and SEGMENT_DONE
12360
12361 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12362
12363         * tests/check/generic/states.c: (GST_START_TEST):
12364           Blacklist cdparanoia element in state test.
12365
12366 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12367
12368           Patch by: Benjamin Pineau
12369
12370         * gst/tcp/gsttcp.c:
12371         * gst/tcp/gsttcpclientsink.c:
12372         * gst/tcp/gsttcpserversink.c:
12373         * gst/tcp/gsttcpserversrc.c:
12374           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
12375
12376 2005-12-15  Michael Smith  <msmith@fluendo.com>
12377
12378         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
12379         (gst_video_rate_chain):
12380           Fix timestamping for videorate when the first buffer it sees has a
12381           non-zero timestamp. Fix some misleading debug output.
12382
12383 2005-12-15  Michael Smith  <msmith@fluendo.com>
12384
12385         * gst/audioresample/gstaudioresample.c:
12386           Don't leak all input buffers to audioresample.
12387
12388 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12389
12390         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
12391           Don't operate on empty text buffers. Strip newlines and
12392           tabs only from the end of the text, but leave them intact
12393           in the middle. Fix typo in gtk-doc description.
12394
12395 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
12396
12397         * gst/playback/gstplaybasebin.c:
12398         * gst/playback/gstplaybin.c: (handoff):
12399           Make sure the video frame buffer we return to apps via the
12400           "frame" property always has caps set on it. Modify
12401           _gst_gvalue_set_object() macro to handle NULL objects
12402           gracefully too.
12403
12404 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
12405
12406         * gst/audiotestsrc/gstaudiotestsrc.c:
12407         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12408         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
12409         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
12410         (gst_audio_test_src_create):
12411         * gst/audiotestsrc/gstaudiotestsrc.h:
12412         Adjust to some recent api changes and add wtays new cool seeking
12413         capabillities
12414
12415 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         * ext/alsa/Makefile.am:
12418         * ext/alsa/gstalsadeviceprobe.c:
12419         * ext/alsa/gstalsadeviceprobe.h:
12420           Helper functions to add device probing via the GstPropertyProbe
12421           interface to a class.
12422
12423         * ext/alsa/gstalsamixer.h:
12424           Comment out GST_ALSA_MIXER, it returns a struct that's not
12425           used.
12426
12427         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12428           Add some debug info. 
12429
12430         * ext/alsa/gstalsamixerelement.c:
12431         (gst_alsa_mixer_element_interface_supported),
12432         (gst_implements_interface_init),
12433         (gst_alsa_mixer_element_init_interfaces),
12434         (gst_alsa_mixer_element_class_init),
12435         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12436         (gst_alsa_mixer_element_set_property),
12437         (gst_alsa_mixer_element_get_property),
12438         (gst_alsa_mixer_element_change_state):
12439         * ext/alsa/gstalsamixerelement.h:
12440           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12441           for device handling (gnome-volume-control will need that).
12442
12443 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12444
12445         * ext/Makefile.am: fix cdparanoia entry
12446         * gst-plugins-base.spec.in: add cdparanoia
12447
12448 2005-12-12  Michael Smith  <msmith@fluendo.com>
12449
12450         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12451           Use the correct function to free list of typefind factories.
12452
12453 2005-12-12  Wim Taymans  <wim@fluendo.com>
12454
12455         * gst/videotestsrc/gstvideotestsrc.c:
12456         (gst_video_test_src_class_init), (gst_video_test_src_init),
12457         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12458         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12459         (gst_video_test_src_create):
12460         * gst/videotestsrc/gstvideotestsrc.h:
12461         Implement seeking in videotestsrc.
12462         Small cleanups.
12463
12464 2005-12-12  Wim Taymans  <wim@fluendo.com>
12465
12466         * ext/cdparanoia/Makefile.am:
12467         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12468         (gst_paranoia_endian_get_type), (_do_init),
12469         (cdparanoia_class_init), (cdparanoia_init),
12470         (cdparanoia_set_property), (cdparanoia_get_property),
12471         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12472         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12473         (cdparanoia_convert), (cdparanoia_get_query_types),
12474         (cdparanoia_query), (cdparanoia_set_index),
12475         (cdparanoia_uri_set_uri):
12476         * ext/cdparanoia/gstcdparanoia.h:
12477         Partially ported cdparanoia now that basesrc can support a
12478         plugin like this..
12479
12480 2005-12-12  Wim Taymans  <wim@fluendo.com>
12481
12482         * tests/examples/seek/scrubby.c: (main):
12483         Set higher priority for bus events so they don't get reordered with
12484         gtk gui events.
12485
12486         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12487         (flush_toggle_cb), (main):
12488         Added checkbox to disable flushing seeks. 
12489         Disable scrubbing when doing non flushing seeks.
12490
12491 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12492
12493         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12494         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12495         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12496         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12497           Implement some sort of event handling that doesn't rely on
12498           g_return_if_fail; make sure we always push the last chunk of an 
12499           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12500           state change function; remove some old cruft. Seeking is still
12501           rather unlikely to work though.
12502
12503         * tools/.cvsignore:
12504           Ignore more.
12505
12506 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12507
12508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12509         Fixed a leak of the current image reference when cleaning up.
12510         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12511
12512 2005-12-09  Michael Smith  <msmith@fluendo.com>
12513
12514         * tools/Makefile.am:
12515         * tools/gst-launch-ext-m.m:
12516           Remove gst-launch-ext. It doesn't work, and is no longer
12517           particularly useful.
12518
12519 2005-12-08  Luca Ognibene  <luogni@tin.it>
12520
12521         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12522           don't pass random values to ogmparse convert function.
12523           Make seeking possible in the exile1.ogm file.
12524
12525 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12526
12527         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12528         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12529           Work around refcount problem with g_value_set_object() that occur
12530           if the core has been compiled against GLib-2.6 (g_value_set_object()
12531           will only g_object_ref() the element, but the caller will
12532           gst_object_unref() it and bad things will happen due to the way
12533           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12534           totem for people on FC4 using Thomas's 0.10 RPMs.
12535           
12536 2005-12-07  Edward Hervey  <edward@fluendo.com>
12537
12538         Time to welcome ogm to 0.10 :)
12539         
12540         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12541         (gst_ogg_pad_typefind):
12542         Oggdemux can now properly typefind elements with dynamic pads.
12543         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12544         Properly set caps on src pad, and set caps on outgoing buffers.
12545
12546 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12547
12548         * ext/alsa/gstalsamixer.h:
12549         * ext/alsa/gstalsamixerelement.h:
12550         * ext/alsa/gstalsamixeroptions.h:
12551         * ext/alsa/gstalsamixertrack.h:
12552         * ext/alsa/gstalsasink.c:
12553         * ext/alsa/gstalsasink.h:
12554         * ext/alsa/gstalsasrc.c:
12555         * ext/alsa/gstalsasrc.h:
12556         * ext/cdparanoia/gstcdparanoia.h:
12557         * ext/gnomevfs/gstgnomevfsuri.h:
12558         * ext/ogg/gstoggdemux.c:
12559         * ext/ogg/gstoggmux.c:
12560         * ext/pango/gsttextoverlay.h:
12561         * ext/theora/theoradec.c:
12562         * ext/theora/theoraenc.c:
12563         * ext/vorbis/vorbisdec.h:
12564         * ext/vorbis/vorbisenc.c:
12565         * ext/vorbis/vorbisenc.h:
12566         * ext/vorbis/vorbisparse.h:
12567         * gst-libs/gst/audio/gstaudioclock.h:
12568         * gst-libs/gst/audio/gstaudiosink.c:
12569         * gst-libs/gst/audio/gstaudiosink.h:
12570         * gst-libs/gst/audio/gstaudiosrc.c:
12571         * gst-libs/gst/audio/gstaudiosrc.h:
12572         * gst-libs/gst/audio/gstbaseaudiosink.c:
12573         * gst-libs/gst/audio/gstbaseaudiosink.h:
12574         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12575         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12576         * gst-libs/gst/audio/gstringbuffer.h:
12577         * gst-libs/gst/audio/multichannel.h:
12578         * gst-libs/gst/floatcast/floatcast.h:
12579         * gst-libs/gst/interfaces/colorbalance.c:
12580         * gst-libs/gst/interfaces/colorbalance.h:
12581         * gst-libs/gst/interfaces/colorbalancechannel.h:
12582         * gst-libs/gst/interfaces/mixer.h:
12583         * gst-libs/gst/interfaces/mixeroptions.h:
12584         * gst-libs/gst/interfaces/mixertrack.h:
12585         * gst-libs/gst/interfaces/navigation.h:
12586         * gst-libs/gst/interfaces/propertyprobe.h:
12587         * gst-libs/gst/interfaces/tuner.h:
12588         * gst-libs/gst/interfaces/tunerchannel.h:
12589         * gst-libs/gst/interfaces/tunernorm.h:
12590         * gst-libs/gst/interfaces/xoverlay.h:
12591         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12592         * gst-libs/gst/riff/riff-ids.h:
12593         * gst-libs/gst/riff/riff-media.h:
12594         * gst-libs/gst/riff/riff-read.h:
12595         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12596         * gst-libs/gst/rtp/gstbasertppayload.c:
12597         * gst-libs/gst/rtp/gstbasertppayload.h:
12598         * gst-libs/gst/rtp/gstrtpbuffer.c:
12599         * gst-libs/gst/rtp/gstrtpbuffer.h:
12600         * gst-libs/gst/tag/gsttageditingprivate.h:
12601         * gst-libs/gst/tag/gstvorbistag.c:
12602         (gst_tag_list_from_vorbiscomment_buffer):
12603         * gst-libs/gst/tag/tag.h:
12604         * gst-libs/gst/video/video.h:
12605         * gst/adder/gstadder.c:
12606         * gst/adder/gstadder.h:
12607         * gst/audioconvert/audioconvert.c:
12608         * gst/audioconvert/audioconvert.h:
12609         * gst/audioconvert/gstaudioconvert.c:
12610         * gst/audioconvert/gstchannelmix.c:
12611         * gst/audioconvert/gstchannelmix.h:
12612         * gst/audiorate/gstaudiorate.c:
12613         * gst/audioresample/buffer.h:
12614         * gst/audioresample/functable.h:
12615         * gst/audioresample/gstaudioresample.c:
12616         * gst/audioresample/resample.h:
12617         * gst/ffmpegcolorspace/avcodec.h:
12618         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12619         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12620         * gst/ffmpegcolorspace/imgconvert.c:
12621         * gst/ffmpegcolorspace/imgconvert_template.h:
12622         * gst/playback/gstdecodebin.c:
12623         * gst/playback/gstplaybasebin.h:
12624         * gst/playback/gstplaybin.c:
12625         * gst/playback/gststreaminfo.h:
12626         * gst/tcp/gstfdset.c:
12627         * gst/tcp/gstfdset.h:
12628         * gst/tcp/gstmultifdsink.c:
12629         * gst/tcp/gstmultifdsink.h:
12630         * gst/tcp/gsttcp.h:
12631         * gst/tcp/gsttcpclientsrc.c:
12632         * gst/tcp/gsttcpclientsrc.h:
12633         * gst/tcp/gsttcpplugin.h:
12634         * gst/tcp/gsttcpserversink.c:
12635         * gst/tcp/gsttcpserversrc.c:
12636         * gst/typefind/gsttypefindfunctions.c:
12637         * gst/videorate/gstvideorate.c:
12638         * gst/videotestsrc/gstvideotestsrc.h:
12639         * gst/videotestsrc/videotestsrc.h:
12640         * sys/v4l/gstv4lcolorbalance.h:
12641         * sys/v4l/gstv4ltuner.h:
12642         * sys/v4l/gstv4lxoverlay.h:
12643         * sys/v4l/v4l_calls.h:
12644         * sys/v4l/videodev_mjpeg.h:
12645         * tests/check/elements/audioconvert.c:
12646         * tests/check/elements/audioresample.c:
12647         * tests/check/elements/audiotestsrc.c:
12648         * tests/check/elements/videotestsrc.c:
12649         * tests/check/elements/volume.c:
12650         * tests/examples/seek/scrubby.c:
12651         * tests/examples/seek/seek.c:
12652           expand tabs
12653
12654 === release 0.10.0 ===
12655
12656 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12657
12658         * configure.ac:
12659           releasing 0.10.0, "Mont-d'or"
12660
12661 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12662
12663         * tests/examples/seek/Makefile.am:
12664         Build fix for when gtk is not available.
12665
12666 2005-12-05  Andy Wingo  <wingo@pobox.com>
12667
12668         * ext/libvisual/visual.c: (get_buffer):
12669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12670         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12671         * ext/theora/theoradec.c: (theora_handle_data_packet):
12672         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12673         (theora_enc_chain):
12674         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12675         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12676         Update for alloc_buffer changes.
12677
12678 2005-12-05  Andy Wingo  <wingo@pobox.com>
12679
12680         patch by: Kai Vehmanen <kv2004 eca cx>
12681         
12682         * gst-libs/gst/rtp/gstbasertpdepayload.c
12683         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12684
12685 2005-12-04  Andy Wingo  <wingo@pobox.com>
12686
12687         patch by: Sebastien Cote <sebas642 yahoo ca>
12688         
12689         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12690         Fixes #319172.
12691
12692 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * docs/plugins/Makefile.am:
12695         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12696         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12697         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12698         * ext/pango/gstclockoverlay.c:
12699         * ext/pango/gsttextoverlay.c: 
12700         * ext/pango/gsttextrender.c:
12701         * ext/pango/gsttimeoverlay.c:
12702           Add gtk-doc blurbs to pango elements.
12703
12704 2005-12-02  Wim Taymans  <wim@fluendo.com>
12705
12706         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12707         * gst/audioresample/buffer.h:
12708         * gst/audioresample/gstaudioresample.c:
12709         * gst/audioresample/gstaudioresample.h:
12710         * gst/audioresample/resample.c: (resample_input_flush),
12711         (resample_input_pushthrough), (resample_input_eos),
12712         (resample_get_output_size_for_input),
12713         (resample_get_input_size_for_output), (resample_get_output_size),
12714         (resample_get_output_data):
12715         * gst/audioresample/resample.h:
12716         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12717         Fix audioresample, seek torture, new segments, reverse negotiation
12718         etc.. work fine.
12719
12720 2005-12-02  Wim Taymans  <wim@fluendo.com>
12721
12722         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12723         Small cleanups.
12724
12725 2005-12-02  Wim Taymans  <wim@fluendo.com>
12726
12727         * gst/audioconvert/gstaudioconvert.c:
12728         (gst_audio_convert_transform):
12729         Post errors.
12730
12731 === release 0.9.7 ===
12732
12733 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12734
12735         * configure.ac:
12736           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12737
12738 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12739
12740         * Makefile.am:
12741         * po/hu.po:
12742         * win32/MANIFEST:
12743         * win32/gst.sln:
12744           add win32 MANIFEST file
12745           do something to the hungarian translation
12746
12747 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12748
12749         * ext/Makefile.am:
12750           Add $(PANGO_DIR) to SUBDIRS
12751
12752         * ext/pango/gstclockoverlay.c:
12753         * ext/pango/gsttimeoverlay.c:
12754           Fix and improve element descriptions.
12755
12756 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12757
12758         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12759         * docs/plugins/inspect/plugin-libvisual.xml:
12760         * docs/plugins/inspect/plugin-pango.xml:
12761           add pango plugin to docs
12762
12763 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12764
12765         * configure.ac:
12766         * ext/Makefile.am:
12767           moved pango to base
12768
12769 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12770
12771         * configure.ac:
12772         * tests/Makefile.am:
12773         * tests/icles/.cvsignore:
12774         * tests/icles/Makefile.am:
12775         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12776         (close_display), (resize_window), (move_window), (create_window),
12777         (terminate_playback), (pause_playback), (start_playback), (main):
12778           add stress test for xoverlay from Julien
12779
12780 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12781
12782         * docs/libs/tmpl/gstcolorbalance.sgml:
12783         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12784         * gst-libs/gst/rtp/gstbasertppayload.c:
12785         * gst-libs/gst/rtp/gstrtpbuffer.c:
12786         * gst-libs/gst/rtp/gstrtpbuffer.h:
12787           Do burger's rename for rtp payloaders and depayloaders
12788
12789 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12790
12791         * win32/:
12792           add Visual Studio 6 build files
12793
12794 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12795
12796         * docs/libs/gst-plugins-base-libs-docs.sgml:
12797         * docs/libs/gst-plugins-base-libs-sections.txt:
12798         * docs/libs/tmpl/gstaudio.sgml:
12799         * docs/libs/tmpl/gstringbuffer.sgml:
12800         * gst-libs/gst/interfaces/xoverlay.c:
12801         * gst-libs/gst/video/gstvideofilter.c:
12802         * gst-libs/gst/video/gstvideosink.c:
12803           update documentation
12804
12805 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12806
12807         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12808         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12809         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12810         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12811         (gst_multi_fd_sink_get_stats),
12812         (gst_multi_fd_sink_remove_client_link),
12813         (gst_multi_fd_sink_handle_client_read),
12814         (gst_multi_fd_sink_client_queue_data),
12815         (gst_multi_fd_sink_client_queue_caps),
12816         (gst_multi_fd_sink_client_queue_buffer),
12817         (gst_multi_fd_sink_new_client),
12818         (gst_multi_fd_sink_handle_client_write),
12819         (gst_multi_fd_sink_recover_client),
12820         (gst_multi_fd_sink_queue_buffer),
12821         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12822         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12823         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12824         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12825         * gst/tcp/gstmultifdsink.h:
12826         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12827         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12828         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12829         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12830         (gst_tcp_client_sink_set_property),
12831         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12832         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12833         * gst/tcp/gsttcpclientsink.h:
12834         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12835         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12836         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12837         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12838         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12839         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12840         * gst/tcp/gsttcpclientsrc.h:
12841         * gst/tcp/gsttcpplugin.c: (plugin_init):
12842         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12843         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12844         (gst_tcp_server_sink_finalize),
12845         (gst_tcp_server_sink_handle_server_read),
12846         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12847         (gst_tcp_server_sink_set_property),
12848         (gst_tcp_server_sink_get_property),
12849         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12850         * gst/tcp/gsttcpserversink.h:
12851         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12852         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12853         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12854         (gst_tcp_server_src_set_property),
12855         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12856         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12857         * gst/tcp/gsttcpserversrc.h:
12858           more borgifying
12859
12860 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12861
12862         * docs/plugins/Makefile.am:
12863         * docs/plugins/gst-plugins-base-plugins.args:
12864         * docs/plugins/inspect/plugin-libvisual.xml:
12865         * gst/audioconvert/plugin.h:
12866         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12867         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12868         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12869         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12870         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12871         (plugin_init):
12872         * gst/audiotestsrc/gstaudiotestsrc.c:
12873         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12874         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12875         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12876         (gst_audio_test_src_get_query_types),
12877         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12878         (gst_audio_test_src_create_square),
12879         (gst_audio_test_src_create_saw),
12880         (gst_audio_test_src_create_triangle),
12881         (gst_audio_test_src_create_silence),
12882         (gst_audio_test_src_create_white_noise),
12883         (gst_audio_test_src_init_pink_noise),
12884         (gst_audio_test_src_generate_pink_noise_value),
12885         (gst_audio_test_src_create_pink_noise),
12886         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12887         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12888         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12889         (plugin_init):
12890         * gst/audiotestsrc/gstaudiotestsrc.h:
12891         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12892         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12893         (gst_sub_parse_init), (gst_sub_parse_formats),
12894         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12895         (convert_encoding), (get_next_line),
12896         (gst_sub_parse_data_format_autodetect),
12897         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12898         (gst_sub_parse_loop), (gst_sub_parse_chain),
12899         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12900         (plugin_init):
12901         * gst/subparse/gstsubparse.h:
12902         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12903         (gst_video_rate_base_init), (gst_video_rate_class_init),
12904         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12905         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12906         (gst_video_rate_init), (gst_video_rate_event),
12907         (gst_video_rate_chain), (gst_video_rate_set_property),
12908         (gst_video_rate_get_property), (gst_video_rate_change_state),
12909         (plugin_init):
12910         * gst/videoscale/gstvideoscale.c:
12911         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12912         (gst_video_scale_src_template_factory),
12913         (gst_video_scale_sink_template_factory),
12914         (gst_video_scale_get_type), (gst_video_scale_base_init),
12915         (gst_video_scale_class_init), (gst_video_scale_init),
12916         (gst_video_scale_set_property), (gst_video_scale_get_property),
12917         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12918         (gst_video_scale_prepare_size), (parse_caps),
12919         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12920         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12921         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12922         (plugin_init):
12923         * gst/videoscale/gstvideoscale.h:
12924         * gst/videotestsrc/gstvideotestsrc.c:
12925         (gst_video_test_src_pattern_get_type),
12926         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12927         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12928         (gst_video_test_src_set_pattern),
12929         (gst_video_test_src_set_property),
12930         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12931         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12932         (gst_video_test_src_event), (gst_video_test_src_get_times),
12933         (gst_video_test_src_create), (plugin_init):
12934         * gst/videotestsrc/gstvideotestsrc.h:
12935         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12936         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12937         (gst_video_test_src_black):
12938         * gst/videotestsrc/videotestsrc.h:
12939           borgify further
12940           clean up docs a little
12941
12942 2005-11-30  Wim Taymans  <wim@fluendo.com>
12943
12944         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12945         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12946         (gst_basertppayload_event), (gst_basertppayload_push),
12947         (gst_basertppayload_change_state):
12948         * gst-libs/gst/rtp/gstbasertppayload.h:
12949         closed #320644.
12950
12951 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12952
12953         * docs/libs/gst-plugins-base-libs-docs.sgml:
12954         * docs/libs/gst-plugins-base-libs-sections.txt:
12955         * gst-libs/gst/video/gstvideofilter.c:
12956         * gst-libs/gst/video/gstvideosink.c:
12957         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12958
12959 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12960
12961         * LICENSE:
12962           move
12963         * po/af.po:
12964         * po/az.po:
12965         * po/cs.po:
12966         * po/en_GB.po:
12967         * po/hu.po:
12968         * po/it.po:
12969         * po/nb.po:
12970         * po/nl.po:
12971         * po/or.po:
12972         * po/sq.po:
12973         * po/sr.po:
12974         * po/sv.po:
12975         * po/uk.po:
12976         * po/vi.po:
12977         * Makefile.am:
12978           update
12979         * scripts/autoplugins.sh:
12980           remove
12981
12982 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12983
12984         * Makefile.am:
12985         * configure.ac:
12986         * examples/Makefile.am:
12987         * examples/capsfilter/Makefile.am:
12988         * examples/capsfilter/capsfilter1.c:
12989         * examples/gob/Makefile.am:
12990         * examples/gob/gst-identity2.gob:
12991         * examples/indexing/.cvsignore:
12992         * examples/indexing/Makefile.am:
12993         * examples/indexing/indexmpeg.c:
12994         * examples/seeking/.cvsignore:
12995         * examples/seeking/Makefile.am:
12996         * examples/seeking/cdparanoia.c:
12997         * examples/seeking/cdplayer.c:
12998         * examples/seeking/chained.c:
12999         * examples/seeking/scrubby.c:
13000         * examples/seeking/seek.c:
13001         * examples/stats/Makefile.am:
13002         * examples/stats/mp2ogg.c:
13003         * examples/switch/.cvsignore:
13004         * examples/switch/Makefile.am:
13005         * examples/switch/switcher.c:
13006         * tests/Makefile.am:
13007         * tests/check/generic/.cvsignore:
13008         * tests/check/pipelines/.cvsignore:
13009         * tests/examples/Makefile.am:
13010         * tests/examples/seek/Makefile.am:
13011           reorganize stuff under tests/
13012
13013 2005-11-30  Edward Hervey  <edward@fluendo.com>
13014
13015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
13016         Go away you stupid GstStaticPadTemplate memleak.
13017
13018 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13019
13020         * gst-libs/gst/net/Makefile.am:
13021         * gst-libs/gst/net/README:
13022         * gst-libs/gst/net/gstnetbuffer.c:
13023         * gst-libs/gst/net/gstnetbuffer.h:
13024           this was moved to "netbuffer"
13025
13026 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13027
13028         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
13029         (gst_video_filter_class_init), (gst_video_filter_init):
13030         * gst-libs/gst/video/gstvideofilter.h:
13031           borgify name to bring in line with other classes
13032
13033 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13034
13035         * gst/audioscale/.cvsignore:
13036         * gst/audioscale/Makefile.am:
13037         * gst/audioscale/README:
13038         * gst/audioscale/audioscale.vcproj:
13039         * gst/audioscale/dtof.c:
13040         * gst/audioscale/dtos.c:
13041         * gst/audioscale/functable.c:
13042         * gst/audioscale/gstaudioscale.c:
13043         * gst/audioscale/gstaudioscale.h:
13044         * gst/audioscale/private.h:
13045         * gst/audioscale/resample.c:
13046         * gst/audioscale/resample.h:
13047         * gst/audioscale/test.c:
13048           remove
13049
13050 2005-11-30  Edward Hervey  <edward@fluendo.com>
13051
13052         * gst-libs/gst/netbuffer/Makefile.am:
13053         really, really tired
13054
13055 2005-11-30  Edward Hervey  <edward@fluendo.com>
13056
13057         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13058         Update for new GstTypeFindFactory _register()
13059
13060 2005-11-30  Edward Hervey  <edward@fluendo.com>
13061
13062         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
13063         Let's not override libgstnet from core for no reason...
13064         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
13065         Ok, maybe not so quick next time.
13066
13067 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13068
13069         * configure.ac:
13070         * gst-libs/gst/Makefile.am:
13071           moved gst-libs/gst/net to netbuffer through CVS surgery
13072           remove old directory
13073           updating build to accomodate
13074           (#322257)
13075
13076 2005-11-29  Andy Wingo  <wingo@pobox.com>
13077
13078         * pkgconfig/gstreamer-plugins-base.pc.in:
13079         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
13080         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
13081         (#322257).
13082
13083 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13084
13085         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
13086         3rd time's the charm. Correct ref-counting for discarded buffers.
13087
13088 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13089
13090         * gst/playback/gststreamselector.c:
13091         (gst_stream_selector_class_init),
13092         (gst_stream_selector_set_property),
13093         (gst_stream_selector_get_property),
13094         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13095         Fix ref-counting
13096
13097 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * gst/subparse/gstsubparse.c: (feed_textbuf):
13100           Don't access already unref'ed buffer.
13101
13102 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
13103
13104         * gst/playback/gststreamselector.c:
13105         (gst_stream_selector_class_init), (gst_stream_selector_init),
13106         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
13107         (gst_stream_selector_get_property),
13108         (gst_stream_selector_get_linked_pad),
13109         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
13110         * gst/playback/gststreamselector.h:
13111         Add the active-pad property for playbin to use shortly. Ignore buffers
13112         from any other pad, returning GST_FLOW_NOT_LINKED
13113
13114 2005-11-29  Julien MOUTTE  <julien@moutte.net>
13115
13116         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
13117         patch from bug #322704 (Alessandro Decina).
13118
13119 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13120
13121         * gst-libs/gst/audio/Makefile.am:
13122           folded audiofilter into the audio library
13123
13124 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13125
13126         * gst/videoscale/gstvideoscale.h:
13127         * gst/videoscale/gstvideoscale.c:
13128           remove unimplemented scale methods
13129
13130 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13131
13132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
13133           Don't leak caps.
13134
13135 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13136
13137         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13138         (gst_ximagesink_setcaps):
13139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13140         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
13141         happens (only visible on ximagesink but bug is in xv too) set_caps was
13142         destroying the internal x[v]image used to memcpy non locally alloced
13143         buffers so that it got renewed on next _chain. The issue is that 
13144         _expose will try to put that image as it reffed it in _put.
13145         Using gst_buffer_unref instead of destroy fixes it !
13146
13147 2005-11-28  Edward Hervey  <edward@fluendo.com>
13148
13149         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13150         (try_to_link_1), (queue_filled_cb):
13151         Better use of the queues. Start with a small size queue and only increase
13152         the size of the queues when the other queues are empty.
13153
13154 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13155
13156         * gst-libs/gst/video/Makefile.am:
13157           compile in copied-over videofilter into the video library
13158         * gst-libs/gst/video/videosink.h:
13159           rename the header to gstvideosink.h since it's a base GstObject class
13160         * sys/ximage/ximagesink.h:
13161         * sys/xvimage/xvimagesink.h:
13162           use the new header
13163
13164 2005-11-28  Wim Taymans  <wim@fluendo.com>
13165
13166         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
13167         * gst/playback/gstplaybasebin.h:
13168         Prepare to handle errors betters.
13169
13170         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
13171         Set sinks to PAUSED first before adding and linking them so that
13172         we don't interrupt dataflow.
13173
13174 2005-11-28  Wim Taymans  <wim@fluendo.com>
13175
13176         * gst-libs/gst/audio/TODO:
13177         Updated TODO
13178
13179         * gst-libs/gst/audio/gstaudiosink.c:
13180         (gst_audioringbuffer_open_device),
13181         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
13182         (gst_audioringbuffer_release):
13183         Small cleanups.
13184
13185         * gst-libs/gst/audio/gstbaseaudiosink.c:
13186         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
13187         (gst_base_audio_sink_change_state):
13188         Slave to the master clock when going to PLAYING and unslave when
13189         going to PAUSED.
13190
13191         * gst-libs/gst/audio/gstringbuffer.c:
13192         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13193         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
13194         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13195         (gst_ring_buffer_clear_all), (wait_segment),
13196         (gst_ring_buffer_commit), (gst_ring_buffer_read),
13197         (gst_ring_buffer_advance):
13198         * gst-libs/gst/audio/gstringbuffer.h:
13199         Add some docs and cleanups.
13200
13201 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13202
13203         * sys/xvimage/xvimagesink.c:
13204         (gst_xvimagesink_navigation_send_event): Fix navigation events
13205         coordinates translation with pixel aspect ratios.
13206
13207 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13208
13209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
13210         Use calculated video geometry from _setcaps instead of buffer
13211         caps to respect pixel aspect ratio. (fixes #322388)
13212
13213 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13214
13215         * docs/libs/tmpl/gstcolorbalance.sgml:
13216         * docs/libs/tmpl/gstmixer.sgml:
13217         * docs/libs/tmpl/gstxoverlay.sgml:
13218         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
13219         interface.
13220
13221 2005-11-28  Julien MOUTTE  <julien@moutte.net>
13222
13223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13224         Refuse to create an XvImage if we can't find the format.
13225
13226 2005-11-28  Edward Hervey  <edward@fluendo.com>
13227
13228         * gst-libs/gst/riff/riff-media.c:
13229         (gst_riff_create_audio_template_caps):
13230         Add ATRAC3 to the list of riff-possible audio caps.
13231         I know we still don't have a plugin for atrac3, but it's saner to output
13232         that than a cryptic mimetype.
13233
13234 2005-11-27  Edward Hervey  <edward@fluendo.com>
13235
13236         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
13237         Don't try to create a zero-sized subbuffer.
13238
13239 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13240
13241         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
13242         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13243         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
13244         (gst_ximagesink_expose): Fixed a tricky race.
13245         * sys/ximage/ximagesink.h:
13246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13247         (gst_xvimagesink_expose): Fixed a tricky race.
13248         * sys/xvimage/xvimagesink.h:
13249
13250 2005-11-27  Edward Hervey  <edward@fluendo.com>
13251
13252         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13253         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
13254         Remove unused properties, and add queues between demuxers and decoders
13255         so that a lot more files can preroll properly.
13256
13257 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13258
13259         * gst-libs/gst/net/Makefile.am:
13260         * gst-libs/gst/rtp/Makefile.am:
13261         * gst-libs/gst/tag/Makefile.am:
13262           remove silly include
13263         * gst/tags/Makefile.am:
13264         * gst/tags/gsttagediting.c:
13265         * gst/tags/gsttageditingprivate.h:
13266         * gst/tags/tagedit.vcproj:
13267           remove directory, is as good as empty
13268
13269 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13270
13271         * configure.ac:
13272           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
13273         * gst-libs/Makefile.am:
13274         * gst-libs/gst/audio/Makefile.am:
13275         * gst-libs/gst/interfaces/Makefile.am:
13276         * gst-libs/gst/net/Makefile.am:
13277         * gst-libs/gst/riff/Makefile.am:
13278         * gst-libs/gst/rtp/Makefile.am:
13279         * gst-libs/gst/tag/Makefile.am:
13280         * gst-libs/gst/video/Makefile.am:
13281           and use them
13282
13283 2005-11-27  Julien MOUTTE  <julien@moutte.net>
13284
13285         * docs/libs/tmpl/gstcolorbalance.sgml:
13286         * docs/libs/tmpl/gstmixer.sgml:
13287         * docs/libs/tmpl/gstxoverlay.sgml:
13288         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
13289         * sys/ximage/ximagesink.h:
13290         * sys/xvimage/xvimagesink.h: More and more documentation.
13291
13292 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13293
13294         * docs/libs/gst-plugins-base-libs-docs.sgml:
13295         * docs/libs/gst-plugins-base-libs-sections.txt:
13296         * docs/libs/tmpl/gstcolorbalance.sgml:
13297         * docs/libs/tmpl/gstmixer.sgml:
13298         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
13299         to documentation.
13300
13301 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13302
13303         * docs/plugins/Makefile.am:
13304         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13305         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13306         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
13307
13308 2005-11-26  Julien MOUTTE  <julien@moutte.net>
13309
13310         * docs/plugins/Makefile.am:
13311         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13312         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13313         * docs/plugins/inspect/plugin-adder.xml:
13314         * docs/plugins/inspect/plugin-alsa.xml:
13315         * docs/plugins/inspect/plugin-audioconvert.xml:
13316         * docs/plugins/inspect/plugin-audiorate.xml:
13317         * docs/plugins/inspect/plugin-audioresample.xml:
13318         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13319         * docs/plugins/inspect/plugin-decodebin.xml:
13320         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13321         * docs/plugins/inspect/plugin-gnomevfs.xml:
13322         * docs/plugins/inspect/plugin-ogg.xml:
13323         * docs/plugins/inspect/plugin-playbin.xml:
13324         * docs/plugins/inspect/plugin-subparse.xml:
13325         * docs/plugins/inspect/plugin-tcp.xml:
13326         * docs/plugins/inspect/plugin-theora.xml:
13327         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13328         * docs/plugins/inspect/plugin-video4linux.xml:
13329         * docs/plugins/inspect/plugin-videorate.xml:
13330         * docs/plugins/inspect/plugin-videoscale.xml:
13331         * docs/plugins/inspect/plugin-videotestsrc.xml:
13332         * docs/plugins/inspect/plugin-volume.xml:
13333         * docs/plugins/inspect/plugin-vorbis.xml:
13334         * docs/plugins/inspect/plugin-ximagesink.xml:
13335         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
13336         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
13337
13338 2005-11-26  Edward Hervey  <edward@fluendo.com>
13339
13340         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
13341         Properly return GstFlowReturn from gst_pad_push in chain functions.
13342
13343 2005-11-25  Michael Smith  <msmith@fluendo.com>
13344
13345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13346         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13347         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13348         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13349           Handle various conditions better when we don't understand a stream.
13350           Removes a heap of CRITICALs on ogg streams containing unknown data.
13351
13352 2005-11-24  Andy Wingo  <wingo@pobox.com>
13353
13354         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
13355         Be threadsafe.
13356
13357 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13358
13359         * configure.ac: back to HEAD
13360
13361 === release 0.9.6 ===
13362
13363 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13364
13365         * configure.ac:
13366           releasing 0.9.6, "White Eight"
13367
13368 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13369
13370         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13371         * docs/plugins/inspect/plugin-sine.xml:
13372           remove sinesrc some more
13373
13374 2005-11-23  Wim Taymans  <wim@fluendo.com>
13375
13376         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
13377         If we are reading too slowly, jump forward in the ringbuffer
13378         instead of blocking.
13379
13380 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13381
13382         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13383         (gst_visual_chain):
13384         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
13385         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
13386         (gst_videorate_chain):
13387         * gst/videotestsrc/gstvideotestsrc.c:
13388         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
13389         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
13390         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
13391         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
13392         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13393         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13394           Updates for API changes
13395
13396 2005-11-23  Wim Taymans  <wim@fluendo.com>
13397
13398         * gst-libs/gst/audio/gstbaseaudiosink.c:
13399         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13400         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13401         Fix for calibration API change.
13402
13403 2005-11-23  Michael Smith <msmith@fluendo.com>
13404
13405         * gst-libs/gst/audio/multichannel.c:
13406         (gst_audio_get_channel_positions),
13407         (gst_audio_set_channel_positions),
13408         (gst_audio_set_structure_channel_positions_list),
13409         (gst_audio_fixate_channel_positions):
13410           Use gst_value_array_*() functions on value arrays, not
13411           gst_value_list_*().
13412
13413 2005-11-23  Edward Hervey  <edward@fluendo.com>
13414
13415         * autogen.sh:
13416         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
13417         Fixes autogen
13418
13419 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13420
13421         * check/Makefile.am:
13422         * check/elements/videotestsrc.c: (setup_videotestsrc),
13423         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13424         (main):
13425           add a test for videotestsrc
13426
13427 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13428
13429         * gst/sine/.cvsignore:
13430         * gst/sine/Makefile.am:
13431         * gst/sine/gstsinesrc.c:
13432         * gst/sine/gstsinesrc.h:
13433         * gst/sine/sinesrc.vcproj:
13434           and remove sinesrc from the repository.  Closes #321446
13435
13436 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13437
13438         * configure.ac:
13439         * gst-plugins-base.spec.in:
13440           remove sinesrc from the build
13441
13442 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13443
13444         * check/Makefile.am:
13445         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13446         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13447         (main):
13448           add a test for audiotestsrc, testing all waves.  Even seems
13449           leak-free at first glance, nice job Stefan
13450
13451 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13452
13453         * po/af.po:
13454         * po/az.po:
13455         * po/cs.po:
13456         * po/en_GB.po:
13457         * po/hu.po:
13458         * po/it.po:
13459         * po/nb.po:
13460         * po/nl.po:
13461         * po/or.po:
13462         * po/sq.po:
13463         * po/sr.po:
13464         * po/sv.po:
13465         * po/uk.po:
13466         * po/vi.po:
13467           Translation string updates
13468
13469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13470         (gst_v4lsrc_set_caps):
13471         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13472         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13473         * sys/v4l/v4lsrc_calls.h:
13474           Improve v4lsrc, by making it work again.
13475
13476 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13477
13478         * ext/libvisual/visual.c: (gst_visual_chain):
13479           Fix the fps calculations.
13480
13481         * gst/ffmpegcolorspace/avcodec.h:
13482           Move structure element for clarity
13483
13484         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13485         * gst-libs/gst/interfaces/tunernorm.h:
13486         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13487         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13488         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13489         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13490         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13491         (gst_v4lmjpegsrc_getcaps):
13492         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13493         (gst_v4lsrc_set_caps):
13494         * sys/v4l/gstv4lsrc.h:
13495         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13496         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13497         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13498         * sys/v4l/v4lsrc_calls.h:
13499           Fractional framerates...
13500
13501 2005-11-22  Wim Taymans  <wim@fluendo.com>
13502
13503         * gst-libs/gst/audio/gstbaseaudiosink.c:
13504         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13505         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13506         And we provide a clock by default, of course...
13507
13508 2005-11-22  Wim Taymans  <wim@fluendo.com>
13509
13510         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13511         This clock can be slaved to a master clock now.
13512
13513         * gst-libs/gst/audio/gstbaseaudiosink.c:
13514         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13515         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13516         (gst_base_audio_sink_set_clock),
13517         (gst_base_audio_sink_set_property),
13518         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13519         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13520         * gst-libs/gst/audio/gstbaseaudiosink.h:
13521         Handle slaving the internal clock to the clock selected in the
13522         pipeline.
13523         Add property to make the basesink not provide a clock.
13524
13525         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13526         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13527         (gst_base_rtp_depayload_wait):
13528         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13529         We can use the clock in GstElement, no need to store it ourselves.
13530
13531 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13532
13533         * docs/libs/tmpl/gstaudio.sgml:
13534           update
13535         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13536         (gst_paranoia_endian_get_type):
13537         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13538         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13539         * gst/audiotestsrc/gstaudiotestsrc.c:
13540         (gst_audiostestsrc_wave_get_type):
13541         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13542         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13543         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13544         (gst_sync_method_get_type), (gst_unit_type_get_type),
13545         (gst_client_status_get_type), (gst_multifdsink_class_init),
13546         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13547         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13548         (gst_multifdsink_get_property):
13549         * gst/tcp/gstmultifdsink.h:
13550         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13551         * gst/videotestsrc/gstvideotestsrc.c:
13552         (gst_videotestsrc_pattern_get_type):
13553           remove deprecated properties
13554           fix up enums to correctly have short lowercase dashed nicks
13555
13556 2005-11-22  Michael Smith <msmith@fluendo.com>
13557
13558         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13559         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13560           Add underscore.
13561
13562 2005-11-22  Michael Smith <msmith@fluendo.com>
13563
13564         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13565         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13566           Use utility method for scaling clocktime for fractional framerates.
13567
13568 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13569
13570         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13571         (gst_visual_chain):
13572         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13573         * ext/theora/theoradec.c: (theora_handle_type_packet):
13574         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13575         (theora_enc_chain):
13576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13577         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13578         * gst-libs/gst/video/video.h:
13579         * gst/ffmpegcolorspace/avcodec.h:
13580         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13581         (gst_ffmpeg_caps_to_pixfmt):
13582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13583         (gst_ffmpegcsp_set_caps):
13584         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13585         (gst_videorate_setcaps), (gst_videorate_blank_data),
13586         (gst_videorate_chain):
13587         * gst/videotestsrc/gstvideotestsrc.c:
13588         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13589         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13590         (gst_videotestsrc_event), (gst_videotestsrc_create):
13591         * gst/videotestsrc/gstvideotestsrc.h:
13592         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13593         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13594         (gst_ximagesink_get_times), (gst_ximagesink_init):
13595         * sys/ximage/ximagesink.h:
13596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13597         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13598         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13599         * sys/xvimage/xvimagesink.h:
13600           Convert elements to use fractions for their framerate.
13601           V4L elements to come later tonight.
13602
13603 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13604
13605         * gst-libs/gst/audio/audio.c:
13606         * gst-libs/gst/audio/audio.h:
13607           remove some deprecated functions
13608
13609 2005-11-22  Andy Wingo  <wingo@pobox.com>
13610
13611         * Update for gst_tag_setter API changes.
13612
13613 2005-11-22  Andy Wingo  <wingo@pobox.com>
13614
13615         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13616         (gst_ogg_demux_perform_seek):
13617         * ext/theora/theoradec.c (theora_dec_sink_event):
13618         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13619         update-funcnames.
13620
13621 2005-11-22  Wim Taymans  <wim@fluendo.com>
13622
13623         * examples/seeking/seek.c: (main):
13624         Give higher priority to bus signals than the gtk events
13625         to fix a race condition in the segment looping.
13626
13627 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13628
13629         * ext/theora/Makefile.am:
13630         * ext/vorbis/Makefile.am:
13631         * gst-libs/gst/tag/Makefile.am:
13632         * gst-plugins-base.spec.in:
13633           Rename libgsttagedit to libgsttag (#322117).
13634
13635 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13636
13637         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13639           Call gst_x_overlay_prepare_xwindow_id() to give applications
13640           a final chance to set their own xwindow id before the video
13641           sink creates its own window.
13642
13643 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13644
13645         * sys/xvimage/xvimagesink.c:
13646         (gst_xvimagesink_navigation_send_event): Handle navigation
13647         events correcly with borders if applicable.
13648
13649 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13650
13651         Patch by: Luca Ognibene
13652
13653         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13654         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13656         (gst_ffmpegcsp_caps_remove_format_info):
13657         * gst/ffmpegcolorspace/imgconvert.c:
13658         * gst/ffmpegcolorspace/imgconvert_template.h:
13659           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13660           #318353); use gst_structure_has_name().
13661
13662 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13663
13664         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13665         (gst_ximagesink_class_init): Add debug macros on functions.
13666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13667         (gst_xvimagesink_xwindow_draw_borders),
13668         (gst_xvimagesink_xvimage_put),
13669         (gst_xvimagesink_xwindow_update_geometry),
13670         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13671         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13672         (gst_xvimagesink_xcontext_clear),
13673         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13674         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13675         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13676         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13677         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13678         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13679         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13680         expose while being PAUSED, out of data flow navigation events, etc..
13681
13682 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13683
13684         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13685         * gst-libs/gst/audio/audio.h:
13686           fix prototype - wondering why the test worked regardless
13687
13688 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13689
13690         * check/Makefile.am:
13691         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13692         * gst-libs/gst/audio/audio.h:
13693           add a method that returns a proper GstClockTime
13694
13695 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13696
13697         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13698         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13699         * gst-libs/gst/interfaces/xoverlay.h:
13700           Remove everything having to do with the desired size; add 
13701           gst_x_overlay_prepare_xwindow_id() function; remove the
13702           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13703           post a message on the bus instead (#321816).
13704
13705         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13707         (gst_xvimagesink_xoverlay_init):
13708           Remove desired size stuff (#321816).
13709
13710 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13711
13712         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13713         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13714         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13715           Terminate vararg functions with NULL instead of 0 to 
13716           make gcc4 happy.
13717
13718 2005-11-21  Andy Wingo  <wingo@pobox.com>
13719
13720         patch by: Sebastien Cote <sebas642@yahoo.ca>
13721         
13722         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13723         * gst-libs/gst/rtp/gstrtpbuffer.c
13724         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13725
13726 2005-11-21  Andy Wingo  <wingo@pobox.com>
13727
13728         * gst/playback/gstplaybin.c (gen_audio_element) 
13729         (gen_video_element): Use the new MISSING_PLUGIN core error
13730         category. Closes #320060.
13731
13732         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13733         * gst/videorate/gstvideorate.c (gst_videorate_event):
13734         * ext/theora/theoradec.c (theora_dec_sink_event): 
13735         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13736         stream lock.
13737
13738         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13739         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13740         stream lock changes.
13741
13742 2005-11-21  Wim Taymans  <wim@fluendo.com>
13743
13744         * gst-libs/gst/audio/gstbaseaudiosink.c:
13745         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13746         (gst_base_audio_sink_provide_clock),
13747         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13748         (gst_base_audio_sink_change_state):
13749         * gst/audioresample/gstaudioresample.c:
13750         Segment update fix.
13751
13752 2005-11-21  Andy Wingo  <wingo@pobox.com>
13753
13754         * *.h:
13755         * *.c: Ran scripts/update-macros. Oh yes.
13756
13757 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         * sys/ximage/Makefile.am:
13760         * sys/ximage/ximage.c:
13761           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13762           remove your old libgstximage.* manually if necessary).
13763
13764 2005-11-21  Michael Smith <msmith@fluendo.com>
13765
13766         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13767           Minimal fix for bug #320200: set the min/max bitrate in the correct
13768           units. A better fix would be to upgrade to the RATEMANAGE2
13769           interface, rather than using the deprecated interface used here, but
13770           that would require an update in our libvorbis dependency (to 1.1),
13771           which is probably undesirable.
13772
13773 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13774
13775         * ext/libvisual/visual.c: (get_buffer):
13776         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13777         (gst_base_audio_src_fixate):
13778         * gst/audioconvert/gstaudioconvert.c:
13779         (gst_audio_convert_fixate_caps):
13780         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13781         * gst/audiotestsrc/gstaudiotestsrc.c:
13782         (gst_audiotestsrc_src_fixate):
13783         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13784         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13785         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13786         * gst/videotestsrc/gstvideotestsrc.c:
13787         (gst_videotestsrc_src_fixate):
13788         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13790           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13791           (#322027)
13792
13793
13794 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13795
13796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13797         (gst_riff_create_iavs_caps):
13798         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13799         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13800         (gst_riff_parse_info):
13801         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13804           Fixes for GST_FOURCC_FORMAT API change.
13805
13806 2005-11-21  Andy Wingo  <wingo@pobox.com>
13807
13808         patch by: Alessandro Dessina <alessandro nnva org>
13809
13810         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13811         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13812         (gst_ogg_parse_chain):
13813         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13814         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13815         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13816         gst_value_list calls on arrays. Fixes #321962.
13817
13818 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13819
13820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13821         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13822         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13823         * gst/adder/gstadder.c: (gst_adder_init),
13824         (gst_adder_request_new_pad), (gst_adder_collected),
13825         (gst_adder_change_state):
13826           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13827           API change.
13828
13829 2005-11-21  Michael Smith <msmith@fluendo.com>
13830
13831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13832         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13833           Properly handle pad_push return values.
13834
13835 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13836
13837         * gst-libs/gst/tag/Makefile.am:
13838         * gst-libs/gst/tag/gstvorbistag.c:
13839         (gst_tag_list_to_vorbiscomment_buffer):
13840           Remove obsolete vorbistag element and debug category.
13841
13842         * gst/playback/gstplaybasebin.c: (check_queue):
13843           Don't divide by 0 when queue-threshold is 0.
13844
13845         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13846           Don't modify an existing pixel-aspect-ratio if we fail to read
13847           a new one.
13848
13849 2005-11-20  Wim Taymans  <wim@fluendo.com>
13850
13851         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13852         (gst_vorbisenc_push_packet):
13853         GST_PAD_IS_USABLE is gone, use the return value of
13854         the push or pad_alloc_buffer instead.
13855
13856 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13857
13858         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13859         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13860         (gst_ximagesink_ximage_destroy),
13861         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13862         (gst_ximagesink_xwindow_new),
13863         (gst_ximagesink_xwindow_update_geometry),
13864         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13865         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13866         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13867         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13868         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13869         (gst_ximagesink_navigation_send_event),
13870         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13871         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13872         (gst_ximagesink_finalize), (gst_ximagesink_init),
13873         (gst_ximagesink_class_init):
13874         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13875         This new version brings correct software scaling, non flickering
13876         window while resizing, pixel aspect ratio handling, usage of
13877         hardware buffer pools, out of data flow event thread for 
13878         navigation and handling of expose events even when being PAUSED,
13879         a new property to keep video aspect ratio when resizing, etc...
13880
13881 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13882
13883         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13884         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13885         handling of PAR.
13886
13887 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13888
13889         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13890         Unsetting IS_SINK flag from the fakesink, so decodebin
13891         never behaves as a sink.
13892
13893 2005-11-17  Wim Taymans  <wim@fluendo.com>
13894
13895         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13896         (gst_base_audio_src_change_state):
13897         Fix the audiosrc base class again, we did not unflush.
13898
13899 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13900
13901         * examples/seeking/seek.c: (make_dv_pipeline),
13902         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13903         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13904         to ogg/vorbis/theora pipeline.
13905
13906 2005-11-17  Wim Taymans  <wim@fluendo.com>
13907
13908         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13909         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13910         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13911         Fix EOS on multiple streams.
13912         More debugging.
13913
13914 2005-11-16  Wim Taymans  <wim@fluendo.com>
13915
13916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13917         (gst_ogg_demux_perform_seek):
13918         Segment done must include stream time.
13919
13920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13921         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13922         (gst_ogg_mux_change_state):
13923         Fix ogg muxer again.
13924
13925 2005-11-16  Wim Taymans  <wim@fluendo.com>
13926
13927         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13928         Fix compile again.
13929
13930 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13931
13932         * ext/libvisual/visual.c: (gst_visual_init):
13933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13934         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13935         (gst_ogg_parse_chain):
13936         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13937         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13938         * ext/theora/theoradec.c: (gst_theora_dec_init):
13939         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13940         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13941         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13942         * gst/adder/gstadder.c: (gst_adder_class_init),
13943         (gst_adder_dispose):
13944         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13945         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13946         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13947           Fix a whole set of pad template leaks
13948
13949 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13950
13951         * check/generic/states.c: (GST_START_TEST):
13952           fix the test so that it only checks for elements that are part of
13953           this source module
13954
13955 2005-11-16  Michael Smith <msmith@fluendo.com>
13956
13957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13958         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13959         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13960         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13961         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13962         (gst_ogg_mux_change_state):
13963           Fix leaking collectpads.
13964
13965 2005-11-16  Edward Hervey  <edward@fluendo.com>
13966
13967         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13968         (gst_videorate_event), (gst_videorate_chain):
13969         Handle segment seeks
13970
13971 2005-11-16  Wim Taymans  <wim@fluendo.com>
13972
13973         * gst-libs/gst/audio/gstbaseaudiosink.c:
13974         (gst_base_audio_sink_provide_clock),
13975         (gst_base_audio_sink_change_state):
13976         Set ringbuffer to non-flushing when going to PAUSED, set to
13977         flushing again when going to READY.
13978
13979         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13980         (gst_ring_buffer_stop):
13981         Start in flushing mode by default.
13982         Don't set flushing in the _stop method, let the app call
13983         this explicitly.
13984
13985 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13986
13987         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13988         * gst-libs/gst/video/videosink.h: Add helper function needed
13989         for video sinks.
13990
13991 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13992
13993         * gst/videoscale/gstvideoscale.c:
13994         (gst_videoscale_handle_src_event):
13995           Don't leak reference to pad parent.
13996
13997 2005-11-16  Wim Taymans  <wim@fluendo.com>
13998
13999         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
14000         Set ringbuffer to flushing when stopping so that we don't
14001         block on wait_segment anymore and livelock.
14002
14003 2005-11-16  Wim Taymans  <wim@fluendo.com>
14004
14005         * examples/seeking/seek.c: (send_event), (do_seek),
14006         (loop_toggle_cb), (segment_done), (main):
14007         Added looping checkbox.
14008
14009 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14010
14011         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14012         (gst_ogg_demux_init):
14013         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14014         (gst_vorbis_dec_init):
14015           revert unrefs, they don't pass make check
14016
14017 2005-11-15  Johan Dahlin  <johan@gnome.org>
14018
14019         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14020         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
14021         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
14022         (gst_vorbis_dec_init):
14023         Fix pad template leaks. 
14024
14025 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14026
14027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
14028           Make state change function thread safe.
14029
14030 2005-11-15  Edward Hervey  <edward@fluendo.com>
14031
14032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
14033         (gst_ogg_demux_class_init):
14034         Implement GstElement::send_event, so we can send seek events
14035         in GST_STATE_READY
14036
14037 2005-11-14  Julien MOUTTE  <julien@moutte.net>
14038
14039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
14040         Discovered how to take away flickering while resizing the
14041         window. Please don't put that in ximagesink, refactoring in
14042         progress.
14043
14044 2005-11-14  Michael Smith <msmith@fluendo.com>
14045
14046         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
14047         (gst_multifdsink_render):
14048           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
14049
14050 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14051
14052         * gst/playback/gstplaybin.c: (gen_audio_element):
14053           Use autoaudiosink, it tends to be more widely available than
14054           autoaudiiosink.
14055           
14056 2005-11-14  Andy Wingo  <wingo@pobox.com>
14057
14058         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
14059         as well if it is available. Fixes #316442.
14060
14061 2005-11-14  Michael Smith <msmith@fluendo.com>
14062
14063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
14064         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14065         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14066         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14067         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
14068         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14069         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
14070         (gst_vorbisenc_change_state):
14071           Fix a small memory leak in vorbisenc.
14072           Fix large memory leaks in oggmux, also fix lots of state change
14073           bugs in oggmux.
14074
14075 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14076
14077         * gst/videotestsrc/gstvideotestsrc.c:
14078         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
14079         (gst_videotestsrc_src_fixate):
14080           move fixation to a fixate function
14081           remove negotiate function, basesrc's is good enough
14082           fixes a bug for check when using the element alone
14083
14084 2005-11-13  Edward Hervey  <edward@fluendo.com>
14085
14086         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
14087         (key_toggle_cb), (main):
14088         Added checkboxes for adding/removing the accurate and key_unit seek
14089         flags.
14090
14091 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14092
14093         * configure.ac: back to HEAD
14094
14095 === release 0.9.5 ===
14096
14097 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14098
14099         * configure.ac:
14100           releasing 0.9.5, "No No Kia"
14101
14102 2005-11-11  Edward Hervey  <edward@fluendo.com>
14103
14104         * examples/seeking/seek.c: (make_parselaunch_pipeline):
14105         Added parse-launch syntax seeking mode for the seeking example.
14106         This should help stress-test even more cases.
14107         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
14108
14109 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14110
14111         * sys/xvimage/xvimagesink.c:
14112         (gst_xvimagesink_navigation_send_event):
14113           Check whether peer pad exists before sending navigation events
14114           to it.
14115
14116 2005-11-11  Michael Smith <msmith@fluendo.com>
14117
14118         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
14119         (gst_vorbisenc_buffer_from_packet):
14120         * ext/vorbis/vorbisenc.h:
14121           Set duration on encoded buffers. This allows oggmux's
14122           max_page_delay parameter to actually work.
14123
14124 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
14125
14126         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14127         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14128         (gst_ffmpegcsp_avpicture_fill):
14129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14130         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
14131           Make palettes work again (see #132341). Use our own macros
14132           for rounding up.
14133
14134 2005-11-10  Andy Wingo  <wingo@pobox.com>
14135
14136         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
14137         string doober.
14138
14139 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14140
14141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14142         (gst_ffmpegcsp_transform_caps):
14143           Prefer passthrough in transform_caps
14144
14145 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14146
14147         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14148           check for ALSA errors properly, instead of relying on ALSA's
14149           error strings to serve to the user.
14150
14151 2005-11-10  Wim Taymans  <wim@fluendo.com>
14152
14153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
14154         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
14155         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
14156         Modernise the seek code.
14157
14158 2005-11-10  Michael Smith <msmith@fluendo.com>
14159         
14160         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
14161         (setup_substreams), (set_active_source):
14162           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
14163           trying to go to NULL if we failed to read a file.
14164
14165 2005-11-10  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst/audiotestsrc/gstaudiotestsrc.c:
14168         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
14169         (gst_audiotestsrc_create):
14170         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14171         (gst_sinesrc_get_times), (gst_sinesrc_create):
14172         * gst/videotestsrc/gstvideotestsrc.c:
14173         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
14174         (gst_videotestsrc_create):
14175         The base class can now sync for us.
14176
14177 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14178
14179         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
14180           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
14181           name=source autoprobe=false autoprobe-fps=false copy-mode=1
14182           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
14183           format=(fourcc)I420" ! xvimagesink
14184
14185 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
14186
14187         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14188         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
14189         (gst_sinesrc_newsegment):
14190           Send newsegment event in TIME format, set duration if
14191           num-buffers is set, fix duration querying.
14192
14193 2005-11-10  Michael Smith <msmith@fluendo.com>
14194
14195         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14196         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
14197         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
14198         (gst_ogg_mux_collected):
14199          Fix EOS handling, partially. Now forwarding an EOS event once we have
14200          EOS on all pads works correctly. However, we still don't properly set
14201          EOS on the actual ogg stream pages.
14202
14203 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
14204
14205         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
14206           Set elements to NULL state before disposing of them.
14207
14208 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
14209
14210         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14211
14212         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14213         (gst_base_rtp_depayload_init),
14214         (gst_base_rtp_depayload_set_gst_timestamp):
14215         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14216           We need to send a newsegment event for each instance, not
14217           just for the first instance of this class (get rid of
14218           static variable in function). (#321011).
14219           
14220 2005-11-08  Michael Smith <msmith@fluendo.com>
14221
14222         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
14223         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
14224         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
14225         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
14226           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
14227           This makes us mux things correctly according to the ogg muxing
14228           rules. Still not handling EOS correctly right now, though.
14229
14230 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14231
14232         * gst/audioconvert/gstaudioconvert.c:
14233           Fix typo in docs. 
14234
14235 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
14236
14237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14238         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
14239           Initialise segment_stop to GST_CLOCK_TIME_NONE when
14240           creating a new chain; should fix live streaming. Also
14241           add more debug output and fix a typo.
14242
14243 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
14244
14245         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14246
14247         * gst/volume/gstvolume.c: (volume_set_caps):
14248           Fix compilation on Solaris with Forte. (#320923)
14249
14250 2005-11-08  Wim Taymans  <wim@fluendo.com>
14251
14252         * gst-libs/gst/audio/gstbaseaudiosink.c:
14253         (gst_base_audio_sink_render):
14254         No need to do a typecheck.
14255
14256 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14257
14258         * ext/alsa/gstalsa.h:
14259           We register a debug category, so let's use it.
14260
14261 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14262
14263         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14264         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
14265         Fixed a small problem.
14266
14267 2005-11-04  Wim Taymans  <wim@fluendo.com>
14268
14269         * examples/seeking/Makefile.am:
14270         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
14271         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
14272         (make_playerbin_pipeline), (format_value), (update_scale),
14273         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
14274         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
14275         (print_usage), (main):
14276         Added app for playback speed testing.
14277
14278         * examples/seeking/seek.c: (dynamic_link),
14279         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
14280         (make_mpeg_pipeline), (do_seek), (set_update_scale),
14281         (message_received), (main):
14282         Updated seek example.
14283
14284 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
14285
14286         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14287         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14288         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
14289         (gst_base_rtp_depayload_set_clock):
14290         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14291         Don't sleep on the bench (system clock) when you have a nice 
14292         comfortable bed (Gstreamer clock) to sleep on.
14293
14294 2005-11-03  Wim Taymans  <wim@fluendo.com>
14295
14296         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14297         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
14298         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
14299         Handle the case where a pad_block failed.
14300
14301 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
14302
14303         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
14304
14305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14306         (gst_base_rtp_depayload_add_to_queue),
14307         (gst_base_rtp_depayload_push),
14308         (gst_base_rtp_depayload_set_gst_timestamp),
14309         (gst_base_rtp_depayload_queue_release):
14310           Fixes some bugs in the depayloader's queuing/de-queueing code.
14311
14312 2005-10-31  Michael Smith <msmith@fluendo.com>
14313
14314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14315         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14316         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
14317           Patch from Alessandro Decina <alessandro@nnva.org>.
14318           Make oggdemux only find the final time in a chain, not per-pad,
14319           since the per-pad information can be very expensive to locate, and
14320           it isn't used anywhere. This makes reading a file containing
14321           OggSkeleton reasonably fast.
14322           Also, make chain finding work when there are logical bitstreams that
14323           can't be decoded. Fixes #319110.
14324
14325 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14326
14327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14328         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14329         (gst_base_rtp_depayload_chain),
14330         (gst_base_rtp_depayload_add_to_queue),
14331         (gst_base_rtp_depayload_push),
14332         (gst_base_rtp_depayload_set_gst_timestamp),
14333         (gst_base_rtp_depayload_queue_release),
14334         (gst_base_rtp_depayload_start_thread),
14335         (gst_base_rtp_depayload_set_property),
14336         (gst_base_rtp_depayload_get_property):
14337         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14338         Some random fixes, to fullfill the desires of thomas.
14339
14340 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14341
14342         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14343         (gst_base_rtp_depayload_add_to_queue),
14344         (gst_base_rtp_depayload_push):
14345         Fixed the queueing algorithm.
14346
14347 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14348
14349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14350         (gst_base_rtp_depayload_push):
14351         A small fix
14352
14353 2005-10-31  Wim Taymans  <wim@fluendo.com>
14354
14355         * gst-libs/gst/audio/gstringbuffer.h:
14356         Don't break ABI.
14357
14358         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14359         (gst_ffmpeg_caps_to_pixfmt):
14360         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14361         (gst_ffmpegcsp_set_caps):
14362         Some more comments.
14363         Handle missing required caps fields better.
14364
14365 2005-10-31  Wim Taymans  <wim@fluendo.com>
14366
14367         * gst-libs/gst/audio/gstbaseaudiosink.c:
14368         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
14369         (gst_base_audio_sink_render):
14370         * gst-libs/gst/audio/gstringbuffer.c:
14371         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14372         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14373         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
14374         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
14375         (gst_ring_buffer_read):
14376         * gst-libs/gst/audio/gstringbuffer.h:
14377         Add flushing mode to the ringbuffer so that it in all cases does
14378         not try to handle more audio. This makes sure it does not try to
14379         block anymore when flushing and fixes a livelock.
14380
14381 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14382
14383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14384         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14385         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
14386           Explicitly check for -1 values before doing a conversion
14387           and always map them to -1. (#315545)
14388
14389 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14390
14391         * gst/playback/gstplaybin.c: (gen_video_element):
14392           first try autovideosink, then xvimagesink, then error out
14393         * po/POTFILES.in:
14394           add translatable file
14395         * po/af.po:
14396         * po/az.po:
14397         * po/cs.po:
14398         * po/en_GB.po:
14399         * po/hu.po:
14400         * po/it.po:
14401         * po/nb.po:
14402         * po/nl.po:
14403         * po/or.po:
14404         * po/sq.po:
14405         * po/sr.po:
14406         * po/sv.po:
14407         * po/uk.po:
14408         * po/vi.po:
14409           update translations
14410
14411 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
14412
14413         * gst-libs/gst/rtp/gstbasedepayload.c:
14414         * gst-libs/gst/rtp/gstbasedepayload.h:
14415           Minor cleanups
14416
14417 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
14418
14419         * gst/playback/.cvsignore:
14420         * gst/playback/decodetest.c:
14421         * gst/playback/test3.c:
14422           Port these two tests as well.
14423
14424 2005-10-27  Wim Taymans  <wim@fluendo.com>
14425
14426         * ext/theora/theoradec.c: (theora_dec_src_query),
14427         (theora_dec_sink_event):
14428         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14429         (theora_enc_change_state):
14430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14431         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14432         Take proper locks when handling events.
14433
14434 2005-10-27  Wim Taymans  <wim@fluendo.com>
14435
14436         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14437         (gst_adder_change_state):
14438         Fix timestamps and fix deadlock when stopping the collectpads.
14439
14440 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14441
14442         * gst-libs/gst/rtp/gstrtpbuffer.h:
14443         Declaring the payload types as strings too so that they can be used
14444         in the padtemplate inialization.
14445
14446 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14447
14448         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14449
14450         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14451         (gst_base_rtp_depayload_class_init):
14452         Fixes a small but nasty bug. The derived elements no longer segfaults
14453         on finalization.
14454
14455 2005-10-26  Michael Smith <msmith@fluendo.com>
14456
14457         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14458           When clearing an audioconvert context, set tmpbufsize to zero, so
14459           we'll allocate it again later if required.
14460           This fixes audioconvert re-negotiating formats, which previously
14461           segfaulted with a NULL destination buffer.
14462
14463 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14464
14465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14466         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14467         (gst_base_rtp_depayload_set_gst_timestamp),
14468         (gst_base_rtp_depayload_queue_release):
14469         Fixed a smalll memleak.
14470
14471 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14472         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14473         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14474         (gst_base_rtp_depayload_finalize),
14475         (gst_base_rtp_depayload_setcaps),
14476         (gst_base_rtp_depayload_add_to_queue),
14477         (gst_base_rtp_depayload_push),
14478         (gst_base_rtp_depayload_set_gst_timestamp),
14479         (gst_base_rtp_depayload_queue_release),
14480         (gst_base_rtp_depayload_thread),
14481         (gst_base_rtp_depayload_change_state):
14482         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14483         Changed the C++ comments to C comments
14484
14485 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14488         * gst/tcp/gsttcpclientsrc.h:
14489         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14490         * gst/tcp/gsttcpserversrc.h:
14491           Remove unused 'curoffset' structure member.
14492
14493 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14494
14495         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14496         (gst_base_rtp_depayload_base_init),
14497         (gst_base_rtp_depayload_finalize):
14498         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14499         * gst-libs/gst/rtp/gstbasertppayload.h:
14500           The pad-template on the sinkpad should be set by the derived classes.
14501           Also added some useful macros.
14502
14503 2005-10-24  Wim Taymans  <wim@fluendo.com>
14504
14505         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14506         Correctly flush decoder samples even if we could not
14507         copy them to an output buffer. Fixes #319618.
14508
14509 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14510
14511         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14513         the caps against our xcontext caps.
14514
14515 2005-10-24  Wim Taymans  <wim@fluendo.com>
14516
14517         * gst-libs/gst/audio/gstbaseaudiosink.c:
14518         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14519         Remove g_print
14520         Use sync property from baseclass to disable sync.
14521
14522 2005-10-24  Wim Taymans  <wim@fluendo.com>
14523
14524         * gst-libs/gst/audio/gstbaseaudiosink.c:
14525         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14526         Buffers with no timestamps get aligned with previous buffers or
14527         on underrun, played ASAP.
14528
14529 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14530
14531         * gst-libs/gst/video/video.h:
14532         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14533         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14535         here comes my change on caps for framerate and geometry range.
14536         We are now accepting 1 to MAXINT for width and height, and from
14537         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14538         to be blended correctly in videomixer.
14539
14540 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14541
14542         * configure.ac:
14543           back to HEAD
14544
14545 === release 0.9.4 ===
14546
14547 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14548
14549         * NEWS:
14550         * RELEASE:
14551         * configure.ac:
14552           releasing 0.9.4, "Velociraptor"
14553
14554 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14555
14556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14557         * po/POTFILES.in:
14558           STOPPED -> FAILED
14559
14560 2005-10-21  Wim Taymans  <wim@fluendo.com>
14561
14562         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14563         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14564         (pad_blocked), (close_pad_link), (new_pad):
14565         Don't try to remove elements twice.
14566
14567 2005-10-21  Wim Taymans  <wim@fluendo.com>
14568
14569         * ext/theora/theoradec.c: (theora_dec_src_query),
14570         (theora_dec_sink_event):
14571         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14572         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14573         (vorbis_handle_data_packet):
14574         * ext/vorbis/vorbisdec.h:
14575         Fix old naming.
14576
14577         * gst-libs/gst/audio/gstbaseaudiosink.c:
14578         (gst_base_audio_sink_render):
14579         Don't try to sync on buffers without a timestamp.
14580
14581 2005-10-21  Wim Taymans  <wim@fluendo.com>
14582
14583         * ext/theora/theoradec.c: (theora_dec_src_query),
14584         (theora_dec_sink_event):
14585         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14586         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14587         (vorbis_handle_data_packet):
14588         * ext/vorbis/vorbisdec.h:
14589         Fix old naming.
14590
14591 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14592
14593         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14594         (gst_vorbisenc_src_query):
14595           Implement position and duration queries.
14596
14597         * gst/playback/test3.c: (update_scale), (main):
14598           Fix for async state changes and print nicer output.
14599
14600 2005-10-20  Wim Taymans  <wim@fluendo.com>
14601
14602         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14603         (dump_element_stats), (main):
14604         * gst/playback/test6.c: (main):
14605         Fix tests again
14606
14607 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14608
14609         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14610         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14611           Don't use functions for position queries when handling
14612           duration queries.
14613
14614 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14615
14616         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14617         (vorbis_handle_data_packet), (vorbis_dec_chain),
14618         (vorbis_dec_change_state):
14619         * ext/vorbis/vorbisdec.h:
14620           Vorbis streams can be embedded in other container formats
14621           than ogg, container formats where the demuxer might set 
14622           timestamps on encoded vorbis buffers instead of those silly 
14623           granulepos thingies. In short: make vorbisdec handle 
14624           timestamps on incoming buffers as well.
14625
14626 2005-10-20  Wim Taymans  <wim@fluendo.com>
14627
14628         * gst/playback/gstplaybasebin.c: (group_destroy),
14629         (gst_play_base_bin_change_state):
14630         Fix leak.
14631         Handle case where playbasebin is now ASYNC because
14632         decodebin is.
14633
14634 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14635
14636         * gst/audioconvert/Makefile.am:
14637         * gst/audioconvert/bufferframesconvert.c:
14638         * gst/audioconvert/plugin.c: (plugin_init):
14639         * gst/audioconvert/plugin.h:
14640           And bye bye buffer-frames-convert
14641
14642 2005-10-19  Wim Taymans  <wim@fluendo.com>
14643
14644         * check/elements/audioconvert.c:
14645         * docs/libs/tmpl/gstaudio.sgml:
14646         * docs/libs/tmpl/gstcolorbalance.sgml:
14647         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14648         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14649         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14650         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14651         * gst-libs/gst/audio/audio.h:
14652         * gst/audioconvert/audioconvert.h:
14653         * gst/audioconvert/gstaudioconvert.c:
14654         (gst_audio_convert_parse_caps):
14655         * gst/volume/gstvolume.c:
14656         Bye bye buffer-frames.
14657
14658 2005-10-19  Wim Taymans  <wim@fluendo.com>
14659
14660         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14661         (query_positions_elems), (query_positions_pads), (update_scale),
14662         (do_seek), (set_update_scale), (message_received), (main):
14663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14664         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14665         (gst_ogg_demux_loop):
14666         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14667         * ext/theora/theoradec.c: (theora_dec_src_query),
14668         (theora_dec_sink_event):
14669         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14670         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14671         * gst/adder/gstadder.c: (gst_adder_query):
14672         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14673         * gst/playback/test3.c: (update_scale):
14674         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14675         (dump_element_stats), (main):
14676         * gst/playback/test6.c: (main):
14677         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14678         Query API update.
14679
14680 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14681
14682         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14683         (xml_check_first_element), (xml_type_find), (smil_type_find),
14684         (plugin_init):
14685           Add typefinding for SMIL and for generic XML. Based on patch by
14686           Akos Maroy (#308663).
14687
14688 2005-10-18  Wim Taymans  <wim@fluendo.com>
14689
14690         * gst/playback/Makefile.am:
14691         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14692         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14693         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14694         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14695         (gst_decode_bin_change_state):
14696         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14697         (gst_play_bin_send_event_to_sink):
14698         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14699         (dump_element_stats), (main):
14700         * gst/playback/test6.c: (main):
14701         Make playbin async, it'll commit state to paused when all streams
14702         are detected.
14703         Remove ugly hack.
14704         Added test6.c to show async behaviour.
14705
14706 2005-10-18  Wim Taymans  <wim@fluendo.com>
14707
14708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14709         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14710         Fix for segment-start/stop API change.
14711
14712 2005-10-18  Wim Taymans  <wim@fluendo.com>
14713
14714         * check/Makefile.am:
14715         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14716         (main):
14717         Add future test for clock selection.
14718
14719 2005-10-18  Wim Taymans  <wim@fluendo.com>
14720
14721         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14722         (gst_alsasink_close):
14723         Set handle to NULL.
14724
14725         * gst-libs/gst/audio/gstringbuffer.c:
14726         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14727         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14728         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14729         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14730         (gst_ring_buffer_read):
14731         More debug info.
14732
14733 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14734
14735         * gst/audiotestsrc/Makefile.am:
14736         * gst/sine/Makefile.am:
14737         * gst/volume/Makefile.am:
14738           fix broken build of controllerized plugins
14739
14740 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14741
14742         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14743
14744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14745         (gst_riff_create_video_template_caps):
14746           Add support for Indeo-3 (IV32).
14747
14748 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14749
14750         * configure.ac:
14751           rewrite
14752
14753 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14754
14755         * gst-libs/gst/video/video.c: (gst_video_get_size):
14756         * gst/audiotestsrc/gstaudiotestsrc.c:
14757           doc updates
14758
14759 2005-10-17  Andy Wingo  <wingo@pobox.com>
14760
14761         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14762         with the collectpads change.
14763         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14764
14765         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14766
14767         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14768
14769         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14770         alloc_buffer flow return to callers.
14771         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14772         change. Fix some memleaks in theoraenc.
14773
14774         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14775         in strange circumstance.
14776
14777 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14778
14779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14780         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14781         from caps, let's use the caps...
14782
14783 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14784
14785         * configure.ac:
14786           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14787
14788 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14789
14790         * gst-libs/gst/interfaces/Makefile.am:
14791           fix silly typo
14792
14793 2005-10-16  Andy Wingo  <wingo@pobox.com>
14794
14795         * gst/playback/gstdecodebin.c
14796         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14797         function!
14798         (try_to_link_1): Increase kraziness level.
14799
14800 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14801
14802         * configure.ac:
14803           restructure like the core one
14804         * gst-libs/gst/audio/Makefile.am:
14805         * gst-libs/gst/interfaces/Makefile.am:
14806         * gst-libs/gst/net/Makefile.am:
14807         * gst-libs/gst/riff/Makefile.am:
14808         * gst-libs/gst/rtp/Makefile.am:
14809         * gst-libs/gst/tag/Makefile.am:
14810         * gst-libs/gst/video/Makefile.am:
14811           use correct linker flags, now the libs are properly versioned
14812         * check/elements/audioconvert.c: (verify_convert):
14813         * ext/alsa/gstalsaplugin.c:
14814         * ext/cdparanoia/gstcdparanoia.c:
14815         * ext/gnomevfs/gstgnomevfs.c:
14816         * ext/libvisual/visual.c:
14817         * ext/ogg/gstogg.c:
14818         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14819         * ext/theora/theora.c:
14820         * ext/vorbis/vorbis.c:
14821         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14822         * gst-libs/gst/tag/gsttagediting.c:
14823         * gst-libs/gst/video/video.c:
14824         * gst/adder/gstadder.c:
14825         * gst/audioconvert/plugin.c:
14826         * gst/audiorate/gstaudiorate.c:
14827         * gst/audioresample/gstaudioresample.c:
14828         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14829         * gst/audioscale/gstaudioscale.c:
14830         * gst/audioscale/resample.c:
14831         * gst/audiotestsrc/gstaudiotestsrc.c:
14832         * gst/ffmpegcolorspace/gstffmpeg.c:
14833         * gst/playback/gstdecodebin.c: (close_pad_link):
14834         * gst/playback/gstplaybin.c: (gen_video_element),
14835         (gen_audio_element):
14836         * gst/sine/gstsinesrc.c:
14837         * gst/subparse/gstsubparse.c:
14838         * gst/tags/gsttagediting.c:
14839         * gst/tcp/gsttcpplugin.c:
14840         * gst/typefind/gsttypefindfunctions.c:
14841         * gst/videorate/gstvideorate.c:
14842         * gst/videoscale/gstvideoscale.c:
14843         * gst/videotestsrc/gstvideotestsrc.c:
14844         * gst/volume/gstvolume.c:
14845         * sys/v4l/gstv4l.c:
14846         * sys/ximage/ximage.c:
14847         * sys/xvimage/xvimagesink.c:
14848           fix up defines
14849
14850 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14851
14852         * ext/vorbis/vorbisenc.c:
14853         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14854         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14855         (gst_tag_to_vorbis_comments):
14856           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14857
14858 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14859
14860         * examples/stats/mp2ogg.c:
14861         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14862           typo fixes
14863
14864 2005-10-13  Michael Smith <msmith@fluendo.com>
14865
14866         * ext/ogg/gstoggmux.c:
14867           Use magic glib macros to define constants as 64 bit, to ensure
14868           appropriate vararg passing.
14869
14870 2005-10-13  Michael Smith <msmith@fluendo.com>
14871
14872         * ext/ogg/gstoggmux.c:
14873         * gst/audioconvert/audioconvert.c: (float):
14874           Don't use LL suffix, as it's not portable, and neither of these
14875           uses required it anyway.
14876
14877 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14878
14879         * examples/indexing/indexmpeg.c: (main):
14880         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14881         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14882         (cdparanoia_convert), (cdparanoia_query):
14883         * ext/cdparanoia/gstcdparanoia.h:
14884         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14885         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14886         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14888         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14889         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14890         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14891         (gst_multifdsink_render), (gst_multifdsink_start),
14892         (gst_multifdsink_stop):
14893         * gst/tcp/gstmultifdsink.h:
14894         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14895         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14896         (gst_tcpclientsink_stop):
14897         * gst/tcp/gsttcpclientsink.h:
14898         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14899         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14900         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14901         * gst/tcp/gsttcpclientsrc.h:
14902         * gst/tcp/gsttcpserversink.h:
14903         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14904         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14905         (gst_tcpserversrc_stop):
14906         * gst/tcp/gsttcpserversrc.h:
14907         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14908         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14909         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14910           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14911           moved bitshift from macro to enum definition
14912
14913 2005-10-12  Wim Taymans  <wim@fluendo.com>
14914
14915         * examples/seeking/Makefile.am:
14916         Oops.
14917
14918 2005-10-12  Wim Taymans  <wim@fluendo.com>
14919
14920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14921         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14922         Don't assert on normal stuff.
14923
14924         * gst/playback/gstplaybin.c: (do_playbin_seek):
14925         API fix.
14926
14927 2005-10-12  Wim Taymans  <wim@fluendo.com>
14928
14929         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14930         * examples/seeking/Makefile.am:
14931         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14932         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14933         (do_seek), (set_update_scale), (message_received), (main):
14934         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14935         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14936         Update for _get_state() API change.
14937
14938 2005-10-11  Wim Taymans  <wim@fluendo.com>
14939
14940         * gst-libs/gst/audio/gstbaseaudiosink.c:
14941         (gst_base_audio_sink_render):
14942         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14943         (gst_base_audio_src_create):
14944         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14945         (gst_ring_buffer_read):
14946         Cleanups.
14947         Commit and read from ringbuffer in samples rather than bytes.
14948
14949 2005-10-11  Wim Taymans  <wim@fluendo.com>
14950
14951         * gst-libs/gst/audio/gstbaseaudiosink.c:
14952         (gst_base_audio_sink_render):
14953         Respect segment rate and accum when scheduling samples.
14954
14955 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14956
14957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14958         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14959         EOS correctly, that needs more work.
14960
14961 2005-10-11  Wim Taymans  <wim@fluendo.com>
14962
14963         * check/generic/states.c: (GST_START_TEST):
14964         remove old property.
14965
14966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14967         (gst_ogg_demux_perform_seek):
14968         * ext/theora/theoradec.c: (theora_dec_sink_event):
14969         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14970         (vorbis_handle_data_packet):
14971         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14972         (gst_base_rtp_depayload_set_gst_timestamp):
14973         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14974         Update for newsegment API change.
14975
14976 2005-10-11  Michael Smith <msmith@fluendo.com>
14977
14978         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14979         (do_playbin_seek), (gst_play_bin_send_event):
14980           Override send_event differently, so that we can takes bits of
14981           functionality from GstPipeline (special handling for seeks,
14982           including pausing/resuming, and resetting stream time) and still get
14983           the appropriate behaviour of only forwarding event to a single sink,
14984           rather than all of them.
14985           Unfortunately requires a lot of code duplication, but the
14986           alternatives are equally ugly in the end.
14987
14988 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14989
14990         * check/elements/audioconvert.c: (setup_audioconvert),
14991         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14992         (GST_START_TEST), (audioconvert_suite):
14993           clean up tests a little, fix some leaks.
14994
14995 2005-10-10  Wim Taymans  <wim@fluendo.com>
14996
14997         * ext/alsa/gstalsasink.c:
14998         Also allow unsigned int.
14999
15000         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15001         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15002         Small cleanup
15003
15004 2005-10-10  Wim Taymans  <wim@fluendo.com>
15005
15006         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15007         Small update, use API as stated in design docs.
15008
15009         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
15010         (update_scale), (do_seek), (seek_cb), (set_update_scale),
15011         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
15012         (message_received), (main):
15013         Updated seek example for GOption. Some usability improvements.
15014
15015 2005-10-10  Wim Taymans  <wim@fluendo.com>
15016
15017         * gst/audioconvert/audioconvert.h:
15018         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15019         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
15020         Alloc temp storage somewhere else where we can do it more
15021         portable.
15022
15023 2005-10-10  Wim Taymans  <wim@fluendo.com>
15024
15025         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
15026         (gst_tcpserversrc_start):
15027         Don't block in accept while doing the state change, move
15028         to poll and make cancellable.
15029
15030 2005-10-09  Philippe Khalaf <burger@speedy.org>
15031
15032         * gst-libs/gst/rtp/rtpbasedepayload.c:
15033         Set timestamp and add queue delay to timestamp
15034         * gst-libs/gst/rtp/rtpbuffer.h:
15035         Set correct payload type for h263
15036
15037 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15038
15039         * gst/audiotestsrc/gstaudiotestsrc.c:
15040         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
15041         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
15042         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
15043         (gst_audiotestsrc_create_triangle),
15044         (gst_audiotestsrc_create_silence),
15045         (gst_audiotestsrc_create_white_noise),
15046         (gst_audiotestsrc_init_pink_noise),
15047         (gst_audiotestsrc_generate_pink_noise_value),
15048         (gst_audiotestsrc_create_pink_noise),
15049         (gst_audiotestsrc_change_wave):
15050         * gst/audiotestsrc/gstaudiotestsrc.h:
15051           fixed typo, added pink noise
15052
15053 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15054
15055         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
15056         (plugin_init):
15057           Add wavpack and spc typefind functions from 0.8 branch.
15058
15059 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15060
15061         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
15062         (ar_type_find), (msdos_type_find), (plugin_init):
15063           Add typefind functions for tar archives, ar archives,
15064           RAR archives, and msdos-executables (dlls, exe, etc.).
15065           Some of those would be wrongly identified as mpeg
15066           streams of some sort before (#315550).
15067
15068 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
15069
15070         * configure.ac:
15071         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15072         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15073         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15074         * gst/audiotestsrc/Makefile.am:
15075         * gst/audiotestsrc/gstaudiotestsrc.c:
15076         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
15077         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
15078         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
15079         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
15080         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
15081         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
15082         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
15083         (gst_audiotestsrc_create_silence),
15084         (gst_audiotestsrc_create_white_noise),
15085         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
15086         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
15087         (gst_audiotestsrc_start), (plugin_init):
15088         * gst/audiotestsrc/gstaudiotestsrc.h:
15089           add new plugin and element
15090         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
15091           use gobject_class
15092
15093 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
15094
15095         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
15096         (gst_adder_init), (gst_adder_request_new_pad),
15097         (gst_adder_change_state):
15098           Add query function to source pad, so adder reports the correct
15099           time/sample position when queried (#315457); fix state change
15100           function; use GST_DEBUG_FUNCPTR() for pad functions.
15101
15102 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15103
15104         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
15105           Fix leaks in typefind registration
15106           Clean up the gratuitous commenting and whitespacing a little
15107
15108 2005-10-08  Wim Taymans  <wim@fluendo.com>
15109
15110         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
15111         Only actually wait for the thread to be stopped if it's 
15112         running.
15113
15114 2005-10-08  Wim Taymans  <wim@fluendo.com>
15115
15116         * gst-libs/gst/audio/gstbaseaudiosink.c:
15117         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15118         If we receive EOS we can start playback of what we had.
15119
15120 2005-10-08  Wim Taymans  <wim@fluendo.com>
15121
15122         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15123         (gst_multifdsink_finalize), (multifdsink_hash_remove),
15124         (gst_multifdsink_stop):
15125         Fix crasher when going to NULL multiple times.
15126
15127 2005-10-06  Wim Taymans  <wim@fluendo.com>
15128
15129         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
15130         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
15131         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15132         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15133         patch from Edgard Lima <edgard.lima@indt.org.br>
15134         Fixed gstbaseaudiosrc adding ring buffer sync to it.
15135
15136 2005-10-06  Wim Taymans  <wim@fluendo.com>
15137
15138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
15139         Report the FLOW_RETURN as string in the error message.
15140
15141         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
15142         Don't assert when clearing an unnegotiated buffer.
15143
15144 2005-10-04  Michael Smith <msmith@fluendo.com>
15145
15146         * gst/playback/gstplaybasebin.c: (group_destroy),
15147         (gen_preroll_element), (remove_groups), (setup_source):
15148         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
15149         (setup_sinks), (gst_play_bin_send_event),
15150         (gst_play_bin_change_state):
15151           Set state to NULL before removing from bin. Fix refcounting.
15152
15153 2005-10-04  Michael Smith <msmith@fluendo.com>
15154
15155         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15156           Correct refcounting in send_event() function. Previously was wrong
15157           if the first sink was unable to handle the event.
15158
15159 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15160
15161         * configure.ac:
15162           back to development
15163
15164 === release 0.9.3 ===
15165
15166 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15167
15168         * configure.ac:
15169           Releasing 0.9.3, "De Facto"
15170
15171 2005-10-03  Andy Wingo  <wingo@pobox.com>
15172
15173         * gst/playback/gstdecodebin.c (try_to_link_1)
15174         (remove_element_chain): set element to NULL before removing it.
15175
15176 2005-10-02  Johan Dahlin  <johan@gnome.org>
15177
15178         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
15179         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
15180         MT safe.
15181
15182 2005-10-02  Andy Wingo  <wingo@pobox.com>
15183
15184         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
15185         (gst_ring_buffer_prepare_read): 
15186         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
15187         Demote to LOG.
15188
15189 2005-09-29  Wim Taymans  <wim@fluendo.com>
15190
15191         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
15192         * ext/theora/theoradec.c: (theora_handle_data_packet):
15193         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15194         Propagate error codes from alloc_buffer too.
15195
15196 2005-09-29  Wim Taymans  <wim@fluendo.com>
15197
15198         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15199         We use fixed caps.
15200
15201         * gst/playback/Makefile.am:
15202         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
15203         (dump_element_stats), (main):
15204         Added example stream introspection code.
15205
15206 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
15207
15208         * gst/adder/gstadder.c: (gst_adder_collected):
15209           fix adder for float elements
15210
15211 2005-09-28  Wim Taymans  <wim@fluendo.com>
15212
15213         * gst-libs/gst/audio/gstbaseaudiosink.c:
15214         (gst_base_audio_sink_class_init),
15215         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
15216         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15217         (gst_base_audio_src_class_init),
15218         (gst_base_audio_src_provide_clock):
15219         get_clock -> provide_clock
15220
15221 2005-09-28  Andy Wingo  <wingo@pobox.com>
15222
15223         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
15224         and unlocking.
15225
15226         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
15227         unlocking.
15228
15229         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
15230         Actually add the pad template.
15231         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
15232
15233         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
15234         I'm at it...
15235
15236         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
15237         from fdsrc. Get caps in create() instead of start() so it can be
15238         interrupted. Interruption somewhat untested.
15239
15240         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
15241         Proper EOS handling.
15242
15243 2005-09-27  Andy Wingo  <wingo@pobox.com>
15244
15245         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
15246
15247         * gst/tcp/gsttcpserversrc.c: Cleaned up.
15248
15249         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
15250
15251         * gst/tcp/gsttcp.h: 
15252         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
15253         out of tcpclientsrc.c. Cancellable.
15254         (gst_tcp_socket_read): Made private, cancellable, with better
15255         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
15256         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
15257         whole buffer, and better diagnostics.
15258         (gst_tcp_gdp_read_caps): Same.
15259
15260         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
15261
15262 2005-09-26  Andy Wingo  <wingo@pobox.com>
15263
15264         * gst/sine/gstsinesrc.h:
15265         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
15266         change the 'sync' property to 'is-live' and implement it halfway,
15267         update for controller api change.
15268
15269         * gst/volume/gstvolume.c (volume_transform_ip): Update for
15270         controller api change.
15271
15272 2005-09-24  Wim Taymans  <wim@fluendo.com>
15273
15274         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
15275         * gst-libs/gst/audio/gstaudiosink.c:
15276         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
15277         (gst_audioringbuffer_stop):
15278         * gst-libs/gst/audio/gstbaseaudiosink.c:
15279         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
15280         (gst_base_audio_sink_change_state):
15281         * gst-libs/gst/audio/gstbaseaudiosink.h:
15282         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
15283         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15284         (gst_ring_buffer_commit), (gst_ring_buffer_read):
15285         * gst-libs/gst/audio/gstringbuffer.h:
15286         Fix sync again. Moved sample alignment to basesink.
15287
15288 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15289
15290         * docs/plugins/Makefile.am:
15291         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15292         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15293         * gst/volume/gstvolume.c:
15294           add/fix docs
15295         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
15296         * gst-libs/gst/audio/audio.h:
15297           add conversion macros for frames <-> clocktime
15298
15299 2005-09-23  David Schleef  <ds@schleef.org>
15300
15301         * gst/audioresample/Makefile.am:
15302         * gst/audioresample/debug.h:
15303         * gst/audioresample/gstaudioresample.c:
15304         * gst/audioresample/resample.c: Convert to using gst debugging
15305
15306 2005-09-22  Wim Taymans  <wim@fluendo.com>
15307
15308         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15309         (gst_play_bin_send_event):
15310         Only seek on one sink, the first one that succeeds.
15311
15312 2005-09-22  Michael Smith <msmith@fluendo.com>
15313
15314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15315         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15316         Don't flush encoder state unless we have an initialised encoder.
15317         Clear out encoder state on PAUSED_TO_READY.
15318
15319 2005-09-22  Wim Taymans  <wim@fluendo.com>
15320
15321         * gst-libs/gst/rtp/gstbasertppayload.c:
15322         (gst_basertppayload_class_init), (gst_basertppayload_init),
15323         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15324         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15325         (gst_basertppayload_is_filled), (gst_basertppayload_push),
15326         (gst_basertppayload_set_property),
15327         (gst_basertppayload_get_property),
15328         (gst_basertppayload_change_state):
15329         * gst-libs/gst/rtp/gstbasertppayload.h:
15330         Added max-ptime to control amount of data in the rtp packets.
15331
15332 2005-09-21  Andy Wingo  <wingo@pobox.com>
15333
15334         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
15335         thingies.
15336
15337         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
15338         can be called multiple times, dogs.
15339
15340 2005-09-21  Wim Taymans  <wim@fluendo.com>
15341
15342         * gst-libs/gst/rtp/gstbasertppayload.c:
15343         (gst_basertppayload_class_init), (gst_basertppayload_init),
15344         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15345         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15346         (gst_basertppayload_push), (gst_basertppayload_get_property),
15347         (gst_basertppayload_change_state):
15348         Allow 0 ssrc too.
15349
15350 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
15351
15352         * docs/libs/compiling.sgml:
15353           fixing typos
15354
15355 2005-09-20  Wim Taymans  <wim@fluendo.com>
15356
15357         * gst-libs/gst/rtp/gstbasertppayload.c:
15358         (gst_basertppayload_class_init), (gst_basertppayload_init),
15359         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15360         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15361         (gst_basertppayload_push), (gst_basertppayload_set_property),
15362         (gst_basertppayload_get_property),
15363         (gst_basertppayload_change_state):
15364         * gst-libs/gst/rtp/gstbasertppayload.h:
15365         Added property to configure sequence number offsets.
15366
15367 2005-09-20  Wim Taymans  <wim@fluendo.com>
15368
15369         * gst-libs/gst/rtp/gstbasertppayload.c:
15370         (gst_basertppayload_class_init), (gst_basertppayload_init),
15371         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15372         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15373         (gst_basertppayload_push), (gst_basertppayload_set_property),
15374         (gst_basertppayload_get_property),
15375         (gst_basertppayload_change_state):
15376         * gst-libs/gst/rtp/gstbasertppayload.h:
15377         Make timestamp offset configurable.
15378
15379 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15380
15381         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15382           fix wrong pop/unref
15383
15384 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
15385
15386         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15387
15388         * gst-libs/gst/interfaces/propertyprobe.c:
15389         (gst_property_probe_probe_property_name),
15390         (gst_property_probe_needs_probe_name),
15391         (gst_property_probe_get_values_name),
15392         (gst_property_probe_probe_and_get_values_name):
15393           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
15394           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
15395
15396 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15397
15398         * check/Makefile.am:
15399           have some tests be disabled for valgrinding
15400         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
15401         (GST_START_TEST):
15402         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
15403           Fix A Leak.  Chain To Parent Finalize.
15404
15405 2005-09-19  Wim Taymans  <wim@fluendo.com>
15406
15407         * examples/seeking/seek.c: (make_wav_pipeline), (main):
15408         Fixed wav pipeline.
15409
15410 2005-09-19  Wim Taymans  <wim@fluendo.com>
15411
15412         * gst-libs/gst/rtp/gstbasertppayload.c:
15413         (gst_basertppayload_class_init), (gst_basertppayload_init),
15414         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
15415         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
15416         (gst_basertppayload_push), (gst_basertppayload_get_property),
15417         (gst_basertppayload_change_state):
15418         Posting ERROR and WARNING messages is good.
15419
15420 2005-09-19  Wim Taymans  <wim@fluendo.com>
15421
15422         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15423         (gst_base_rtp_depayload_add_to_queue),
15424         (gst_base_rtp_depayload_push),
15425         (gst_base_rtp_depayload_set_gst_timestamp),
15426         (gst_base_rtp_depayload_queue_release):
15427         This one was not supposed to go in.
15428
15429 2005-09-19  Wim Taymans  <wim@fluendo.com>
15430
15431         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15432         Fix for bus API.
15433
15434         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15435         (gst_base_rtp_depayload_chain),
15436         (gst_base_rtp_depayload_add_to_queue),
15437         (gst_base_rtp_depayload_push),
15438         (gst_base_rtp_depayload_set_gst_timestamp),
15439         (gst_base_rtp_depayload_queue_release):
15440         Some cleanups.
15441
15442         * gst-libs/gst/rtp/gstbasertppayload.c:
15443         (gst_basertppayload_class_init), (gst_basertppayload_init),
15444         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15445         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15446         (gst_basertppayload_get_property),
15447         (gst_basertppayload_change_state):
15448         Added debugging category.
15449
15450 2005-09-18  David Schleef  <ds@schleef.org>
15451
15452         * gst/playback/gstdecodebin.c: free plugin list correctly
15453         * gst/playback/gstplaybin.c: emit warning if autovideosink
15454           and autoaudiosink can't be found (instead of segfaulting)
15455
15456 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15457
15458         * check/elements/audioconvert.c: (GST_START_TEST):
15459           try out 24 bit conversion
15460
15461 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15462
15463         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15464         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15465         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15466         * ext/vorbis/vorbisenc.h:
15467           Fix EOS handling.  Still needs a fix in the ogg muxer to
15468           mark the last page as eos.
15469
15470 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15471
15472         * common/gtk-doc-plugins.mak:
15473         * docs/plugins/Makefile.am:
15474         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15475         * gst/ffmpegcolorspace/Makefile.am:
15476         * gst/ffmpegcolorspace/avcodec.h:
15477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15478         * gst/tcp/gstmultifdsink.c:
15479           fix up ffmpegcolorspace docs; extract header
15480
15481 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15482
15483         * common/gtk-doc-plugins.mak:
15484         * docs/plugins/Makefile.am:
15485         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15486         * ext/theora/Makefile.am:
15487         * ext/theora/gsttheoraenc.h:
15488         * ext/theora/theoraenc.c:
15489         * ext/vorbis/vorbisenc.c:
15490           pick up signals and args for vorbis; add some docs for vorbis
15491
15492 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15493
15494         * common/gstdoc-scangobj:
15495         * common/gtk-doc-plugins.mak:
15496         * docs/libs/Makefile.am:
15497         * docs/plugins/gst-plugins-base-plugins.args:
15498         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15499         * docs/plugins/gst-plugins-base-plugins.interfaces:
15500         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15501         * docs/plugins/gst-plugins-base-plugins.signals:
15502           only scanobj stuff from our source module.  Not sure yet
15503           if that's correct, given the hierarchy stuff :)
15504
15505 2005-09-15  Wim Taymans  <wim@fluendo.com>
15506
15507         * gst/audioconvert/gstaudioconvert.c:
15508         And enable 24 bits mode as well..
15509
15510 2005-09-15  Wim Taymans  <wim@fluendo.com>
15511
15512         * gst-libs/gst/rtp/Makefile.am:
15513         * gst-libs/gst/rtp/gstbasertppayload.c:
15514         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15515         (gst_basertppayload_class_init), (gst_basertppayload_init),
15516         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15517         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15518         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15519         (gst_basertppayload_set_property),
15520         (gst_basertppayload_get_property),
15521         (gst_basertppayload_change_state):
15522         * gst-libs/gst/rtp/gstbasertppayload.h:
15523         Added rtp payloader base class.
15524
15525 2005-09-15  Andy Wingo  <wingo@pobox.com>
15526
15527         * configure.ac (plugindir): Remove the EOL matcher from the
15528         regexp, as it causes me problems. Libtool? Make? Who knows?
15529
15530 2005-09-14  David Schleef  <ds@schleef.org>
15531
15532         * check/generic/states.c: 
15533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15534         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15535           Fixes for changes in registry API.
15536
15537         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15538           to GST_PLUGIN_LDFLAGS.
15539         * ext/libvisual/visual.c: Make the library shut up.
15540         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15541         * gst-libs/gst/audio/gstaudiofilter.c: same
15542
15543 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15544
15545         * docs/plugins/Makefile.am:
15546         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15547         * docs/plugins/inspect/plugin-libvisual.xml:
15548         * docs/plugins/tmpl/element-tcpserversink.sgml:
15549         * ext/theora/theoraenc.c:
15550           add libvisual plugin and theoraenc element to docs
15551
15552 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15553
15554         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15555         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15556         * ext/theora/theoraenc.c:
15557           add theoraenc
15558
15559 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15560
15561         * gst/audioconvert/Makefile.am:
15562           Audioconvert derives from GstBaseTransform and should
15563           link to the library with our base elements to avoid
15564           unresolved symbols. Makes things work with MinGW (#316160)
15565
15566         * gst/playback/test4.c: (main):
15567           Fix MinGW build problem and use g_usleep() instead of 
15568           sleep() (#316162)
15569
15570 2005-09-12  Wim Taymans  <wim@fluendo.com>
15571
15572         * gst/audioconvert/audioconvert.c: (float),
15573         (audio_convert_prepare_context), (audio_convert_convert):
15574         * gst/audioconvert/audioconvert.h:
15575         Cleanups, speedups, simplifications, added back support
15576         for 24 bits.
15577
15578 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15579
15580         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15581         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15582         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15583         * docs/plugins/tmpl/element-tcpserversink.sgml:
15584         * gst/ffmpegcolorspace/gstffmpeg.c:
15585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15586         * gst/videotestsrc/gstvideotestsrc.c:
15587         * gst/volume/gstvolume.c:
15588           add more elements to the docs
15589
15590 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15591
15592         * check/Makefile.am:
15593         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15594         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15595           Add extra tests for basetransform based components. 
15596           Comment out the test_element_negotiation test until we decide
15597           if it's testing correct behaviour.
15598         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15599         (gst_visual_chain), (gst_visual_change_state):
15600           Slightly more correct but still bogus timestamping.
15601           Fix state change function.
15602         * gst/audioconvert/gstaudioconvert.c:
15603         (gst_audio_convert_class_init):
15604         * gst/audioresample/gstaudioresample.c:
15605         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15606         (gst_ffmpegcsp_class_init):
15607         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15608         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15609         (gst_videoscale_prepare_image):
15610         * gst/volume/gstvolume.c: (gst_volume_class_init),
15611         (volume_transform_ip):
15612           Basetransform updates. Enable passthrough modes.
15613         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15614         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15615         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15616           Negotiation fix that allows the window to return to the original
15617           size and renegotiate passthrough upstream. Extra debug output.
15618
15619 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15620
15621         * gst/sine/gstsinesrc.c:
15622         * gst/volume/gstvolume.c:
15623           fix up header include
15624
15625 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15626
15627         * gst-libs/gst/audio/gstbaseaudiosink.c:
15628         (gst_base_audio_sink_render):
15629         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15630         * gst/volume/gstvolume.c: (gst_volume_class_init),
15631         (volume_transform):
15632           fixing lost sync, some more debugging
15633
15634 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15635
15636         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15637         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15638         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15639         (gst_xvimagesink_check_xshm_calls):
15640           Fix compilation when XShm is not available.
15641
15642 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15643
15644         * ext/libvisual/visual.c: (gst_visual_dispose),
15645         (gst_visual_getcaps), (gst_visual_src_setcaps),
15646         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15647         (gst_visual_change_state):
15648           Finish fixing up libvisual plugin so that it runs. 
15649
15650 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15651
15652         * ext/vorbis/vorbisenc.c:
15653         * gst-libs/gst/tag/gstvorbistag.c:
15654           gsttaginterface.h -> gsttagsetter.h
15655
15656 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15657
15658         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15659           added another test that failes for me (test is not active by default)
15660
15661 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15662
15663         * configure.ac:
15664           v4l2 is no longer in gst-plugins-base
15665
15666 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15667
15668         * configure.ac:
15669           In the output at the end, don't show the first plugin on the same
15670           line as "Core plug-ins, always built:".
15671           Indent the output as for other plugin categories
15672         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15673           #define that can be used to not use peer buffer_alloc functions for
15674           test purposes.
15675         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15676         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15677         (gst_ximagesink_show_frame):
15678         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15679         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15680         (gst_xvimagesink_show_frame):
15681           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15682           fails gracefully instead of XError aborting or deadlocking.
15683
15684 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15685
15686         * ext/libvisual/Makefile.am:
15687           link against gst-base-libs
15688
15689 2005-09-06  David Schleef  <ds@schleef.org>
15690
15691         * configure.ac: Enable libvisual plugin.
15692         * ext/libvisual/Makefile.am:
15693         * ext/libvisual/visual.c: Fixes to make it compile.
15694
15695 === release 0.9.2 ===
15696
15697 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15698
15699         * NEWS:
15700         * RELEASE:
15701         * configure.ac:
15702         * docs/random/ChangeLog-0.8:
15703           releasing 0.9.2, "Spoon"
15704
15705 2005-09-05  Michael Smith <msmith@fluendo.com>
15706
15707         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15708           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15709           that in the vorbisenc element.
15710
15711 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15712
15713         * common/gtk-doc-plugins.mak:
15714         * docs/plugins/Makefile.am:
15715           fix distcheck
15716         * gst/audioresample/resample.c:
15717           fix wrong docstring
15718
15719 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15720
15721         * common/gst-xmlinspect.py:
15722         * common/gtk-doc-plugins.mak:
15723           only inspect plugins for this given package
15724           require gst-python 0.9
15725
15726 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15727
15728         * Makefile.am:
15729         * autogen.sh:
15730         * common/gst-xmlinspect.py:
15731         * configure.ac:
15732         * docs/Makefile.am:
15733         * docs/plugins/inspect/plugin-alsa.xml:
15734         * docs/plugins/inspect/plugin-audioresample.xml:
15735         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15736         * docs/plugins/inspect/plugin-ogg.xml:
15737         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15738         * docs/plugins/tmpl/element-multifdsink.sgml:
15739         * docs/plugins/tmpl/element-tcpserversink.sgml:
15740         * docs/plugins/tmpl/element-vorbisenc.sgml:
15741         * gst-plugins-base.spec.in:
15742           various doc-related updates
15743
15744 2005-08-31  Wim Taymans  <wim@fluendo.com>
15745
15746         * gst-libs/gst/audio/gstbaseaudiosink.c:
15747         (gst_base_audio_sink_render):
15748         Resync if the buffer timestamps drift more than a 10th 
15749         of a second.
15750
15751 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15752
15753         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15754         (gst_v4lsrc_get_property):
15755           The 'timestamp-offset' property is registered as an int64, so
15756           let's use g_value_{set|get}_int64() in our setter and getter
15757           functions (makes it work and fixes warnings with gst-inspect).
15758
15759 2005-08-30  Wim Taymans  <wim@fluendo.com>
15760
15761         * check/elements/audioconvert.c: (setup_audioconvert):
15762         * check/elements/audioresample.c: (setup_audioresample):
15763         * check/elements/volume.c: (setup_volume):
15764         Fix checks.
15765
15766 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15767
15768         * common/gtk-doc-plugins.mak:
15769         * common/plugins.xsl:
15770         * docs/plugins/Makefile.am:
15771           make module a param
15772
15773 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15774
15775         * examples/seeking/seek.c: (make_mp3_pipeline),
15776         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15777         (play_cb), (pause_cb), (stop_cb):
15778           update the example
15779
15780 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15781
15782         * gst/volume/gstvolume.c: (gst_volume_class_init),
15783         (volume_transform):
15784           do not update controlled params, if buffer has no timestamp
15785
15786 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15787
15788         * configure.ac:
15789         * gst/sine/Makefile.am:
15790         * gst/volume/Makefile.am:
15791           controllerized elements also need to link against controller-libs ;)
15792
15793 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15794
15795         * docs/libs/tmpl/gstcolorbalance.sgml:
15796         * docs/libs/tmpl/gstgconf.sgml:
15797         * docs/libs/tmpl/gstmixer.sgml:
15798         * docs/libs/tmpl/gstringbuffer.sgml:
15799         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15800         (gst_sinesrc_create):
15801         * gst/volume/gstvolume.c: (gst_volume_class_init),
15802         (volume_transform):
15803           controllerized two audio plugins
15804
15805 2005-08-29  Andy Wingo  <wingo@pobox.com>
15806
15807         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15808         (vorbis_handle_data_packet): Fix some int overflow errors.
15809
15810         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15811         -1.
15812         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15813         valid.
15814         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15815         if it's valid. Fixed streaming-mode playback.
15816
15817         * check/elements/volume.c (cleanup_volume): Fix for running
15818         CK_FORK=no.
15819
15820         * check/elements/audioconvert.c: Convert from native endian, not
15821         little endian.
15822
15823 2005-08-29  Michael Smith <msmith@fluendo.com>
15824
15825         * ext/ogg/Makefile.am:
15826         * ext/ogg/gstogg.c: (plugin_init):
15827         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15828         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15829         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15830         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15831         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15832         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15833         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15834         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15835         Add an ogg parser element.
15836
15837 2005-08-28  Andy Wingo  <wingo@pobox.com>
15838
15839         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15840
15841 2005-08-26  Wim Taymans  <wim@fluendo.com>
15842
15843         * gst/audioconvert/audioconvert.c: (if), (float),
15844         (audio_convert_get_func_index), (check_default),
15845         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15846         (audio_convert_clean_context), (audio_convert_get_sizes),
15847         (audio_convert_convert):
15848         Cleanups.
15849
15850 2005-08-26  Wim Taymans  <wim@fluendo.com>
15851
15852         * gst/audioconvert/audioconvert.c: (if), (float),
15853         (audio_convert_get_func_index), (check_default),
15854         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15855         (audio_convert_clean_context), (audio_convert_get_sizes),
15856         (audio_convert_convert):
15857         More elegant and working temp buffer selection algo.
15858
15859 2005-08-26  Wim Taymans  <wim@fluendo.com>
15860
15861         * gst/audioconvert/audioconvert.c: (if), (float),
15862         (audio_convert_get_func_index), (check_default),
15863         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15864         (audio_convert_clean_context), (audio_convert_get_sizes),
15865         (get_temp_buffer), (audio_convert_convert):
15866         Use realloc else we lose our original data.
15867
15868 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15869
15870         * gst/audioresample/gstaudioresample.c:
15871           use base class' newsegment to properly timestamp
15872
15873 2005-08-26  Wim Taymans  <wim@fluendo.com>
15874
15875         * gst/audioconvert/audioconvert.c: (if), (float),
15876         (audio_convert_get_func_index), (check_default),
15877         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15878         (audio_convert_clean_context), (audio_convert_get_sizes),
15879         (get_temp_buffer), (audio_convert_convert):
15880         * gst/audioconvert/gstaudioconvert.c:
15881         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15882         (gst_audio_convert_transform_caps),
15883         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15884         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15885         Oops, allocate enough space to perform the channel mix.
15886
15887 2005-08-26  Wim Taymans  <wim@fluendo.com>
15888
15889         * gst/audioconvert/Makefile.am:
15890         * gst/audioconvert/audioconvert.c: (if), (float),
15891         (audio_convert_get_func_index), (check_default),
15892         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15893         (audio_convert_clean_context), (audio_convert_get_sizes),
15894         (get_temp_buffer), (audio_convert_convert):
15895         * gst/audioconvert/audioconvert.h:
15896         * gst/audioconvert/gstaudioconvert.c:
15897         (gst_audio_convert_class_init), (gst_audio_convert_init),
15898         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15899         (gst_audio_convert_get_unit_size),
15900         (gst_audio_convert_transform_caps),
15901         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15902         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15903         * gst/audioconvert/gstaudioconvert.h:
15904         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15905         (gst_channel_mix_fill_identical),
15906         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15907         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15908         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15909         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15910         (gst_channel_mix_mix):
15911         * gst/audioconvert/gstchannelmix.h:
15912         Cleanups, librarify a bit, optimize, better negotiation and more.
15913
15914 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15915
15916         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15917         Another from MikeS:
15918         During typefinding, don't support negative offsets
15919         (offsets from the end of the stream) in our typefind->peek() function
15920         - nothing embedded in ogg ever needs them. However, we need to recognise
15921         those requests and reject them, otherwise we return invalid pointers.
15922
15923 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15924
15925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15926         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15927         (vorbisdec_finalize), (vorbis_handle_type_packet):
15928           Big shout-out to MikeS for fixing this giant memory leak.
15929           Huzzah!
15930
15931 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15932
15933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15934         (audio_convert_get_unit_size):
15935           plug some leaks
15936
15937 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15938
15939         * check/Makefile.am:
15940         * check/elements/audioconvert.c: (setup_audioconvert),
15941         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15942         (GST_START_TEST), (audioconvert_suite), (main):
15943           add a test for audioconvert
15944         * gst/audioresample/gstaudioresample.c:
15945         * gst/audioresample/gstaudioresample.h:
15946           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15947           note that for buffers of 1/3 sec this means DURATION(c) is 
15948           one nanosecond more than for a and b
15949
15950 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15951
15952         * check/Makefile.am:
15953         * check/elements/audioresample.c: (setup_audioresample),
15954         (cleanup_audioresample), (fail_unless_perfect_stream),
15955         (test_perfect_stream_instance), (GST_START_TEST),
15956           add a check for audioresample
15957         (audioresample_suite), (main):
15958         * check/elements/volume.c: (GST_START_TEST):
15959           remove unused method
15960         * gst/audioresample/gstaudioresample.c:
15961           set correct buffer parameters since we're changing them
15962         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15963           add some debug
15964
15965 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15966
15967         * gst/audioresample/debug.c:
15968         * gst/audioresample/gstaudioresample.c:
15969           add room for extra overlap samples when asked to transform size
15970           protect against possible mem corruption and check for discrepancies
15971           between written size and outbuffer's size so we can warn for
15972           potential problems
15973         * gst/audioresample/resample.c: (resample_init),
15974         (resample_get_output_size_for_input), (resample_get_output_size),
15975         (resample_set_n_channels), (resample_set_format):
15976           set debug level based on RESAMPLE_DEBUG env var
15977           make sure that get_output_size* returns a whole number of
15978           sample_size
15979           set sample_size each time either channel or format is set
15980         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15981         * gst/audioresample/resample_functable.c:
15982         (resample_scale_functable):
15983         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15984           remove r->sample_size, it's done in resample.c now
15985           add some debugging to the ref implementation
15986           make sure we only give back bytes that are wholes of the sample
15987           size
15988
15989 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15990         * gst/playback/gstplaybasebin.c: (fill_buffer):
15991         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15992
15993 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15994
15995         * gst/volume/gstvolume.c:
15996           made set_caps function static
15997
15998 2005-08-24  Wim Taymans  <wim@fluendo.com>
15999
16000         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16001         (gst_vorbisenc_change_state):
16002         Stop leaking taglists.
16003
16004 2005-08-24  Wim Taymans  <wim@fluendo.com>
16005
16006         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16007         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
16008         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
16009         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
16010         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16011         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
16012         Parse seeking events better.
16013         Unref static caps.
16014         Generate correct newsegment events, fixes seeking in live oggs.
16015
16016         * ext/theora/theoradec.c: (theora_dec_src_query),
16017         (theora_dec_src_event), (theora_dec_src_getcaps),
16018         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
16019         Use newsegment values to report correct play time.
16020
16021         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16022         (vorbis_dec_src_event), (vorbis_dec_sink_event):
16023         * ext/vorbis/vorbisdec.h:
16024         Parse and use newsegment values to report correct play time.
16025
16026         * gst-libs/gst/audio/gstbaseaudiosink.c:
16027         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16028         Clear ringbuffer on flush.
16029         Use newsegment values to calculate playback time.
16030
16031         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
16032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16033         Basesink does newsegment calculations for us now.
16034
16035 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16036
16037         * check/Makefile.am:
16038         * configure.ac:
16039           add core's plugins to the mix so that playbin works
16040         * check/generic/states.c: (GST_START_TEST):
16041           set a 0 timeout on pipelines, so they don't force the next
16042           state change
16043         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
16044         (gst_play_base_bin_change_state):
16045           remove the crappy error handling and do GST error handling
16046
16047 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16048
16049         * check/Makefile.am:
16050         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
16051           add same test as to core, it bitches out on playbin atm.
16052
16053 2005-08-24  Wim Taymans  <wim@fluendo.com>
16054
16055         * configure.ac:
16056         Remove audioscale.
16057
16058 2005-08-24  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
16061         (gst_videoscale_prepare_size), (parse_caps),
16062         (gst_videoscale_set_caps), (gst_videoscale_get_size),
16063         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
16064         (gst_videoscale_transform):
16065         * gst/videoscale/gstvideoscale.h:
16066         Refactor, make use of BaseTranform really well.
16067
16068 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16069
16070         * configure.ac:
16071           compile audioresample
16072         * gst/audioresample/Makefile.am:
16073         * gst/audioresample/buffer.c:
16074         * gst/audioresample/functable.c:
16075         * gst/audioresample/gstaudioresample.c:
16076         * gst/audioresample/gstaudioresample.h:
16077         * gst/audioresample/resample.c:
16078         (resample_get_output_size_for_input):
16079         * gst/audioresample/resample.h:
16080         * gst/audioresample/resample_chunk.c:
16081         * gst/audioresample/resample_functable.c:
16082         * gst/audioresample/resample_ref.c:
16083           port to use basetransform; doesn't work in all cases yet
16084
16085 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16086
16087         * gst/audioconvert/gstaudioconvert.c:
16088         (gst_audio_convert_class_init), (gst_audio_convert_init),
16089         (audio_convert_get_unit_size), (audio_convert_transform_caps),
16090         (audio_convert_fixate_caps), (audio_convert_set_caps),
16091         (audio_convert_transform),
16092         (gst_audio_convert_buffer_to_default_format),
16093         (gst_audio_convert_buffer_from_default_format),
16094         (gst_audio_convert_channels):
16095         * gst/audioconvert/gstchannelmix.c:
16096         * gst/audioconvert/gstchannelmix.h:
16097           port to basetransform
16098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16099         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
16100         (gst_ffmpegcsp_get_unit_size):
16101         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16102         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
16103           fix for basetransform changes
16104
16105 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
16106
16107         * check/Makefile.am:
16108           Add CHECK_CFLAGS and LDFLAGS
16109
16110         * gst/playback/gstplaybasebin.c: (fill_buffer):
16111           GST_MESSAGE_SRC became a GObject
16112
16113 2005-08-24  Wim Taymans  <wim@fluendo.com>
16114
16115         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
16116         (gst_ring_buffer_clear_all):
16117         * gst-libs/gst/audio/gstringbuffer.h:
16118         Added function to clear the ringbuffer.
16119
16120 2005-08-24  Andy Wingo  <wingo@pobox.com>
16121
16122         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
16123         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
16124         of _open and _close.
16125
16126         * sys/v4l/gstv4lxoverlay.h:
16127         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
16128         an Xv connection here, instead of all the time. Make Xv only be
16129         loaded if you axe for it. Kindof a workaround for buggy behaviour
16130         of Xv when using remote xservers (XvQueryExtension would block).
16131         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
16132         replace the _open and _close public API. Only start the xv
16133         connection if necessary.
16134         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
16135
16136 2005-08-23  David Schleef  <ds@schleef.org>
16137
16138         * gst/audioresample/Makefile.am: Leet audioresampling code
16139         * gst/audioresample/buffer.c:
16140         * gst/audioresample/buffer.h:
16141         * gst/audioresample/debug.c:
16142         * gst/audioresample/debug.h:
16143         * gst/audioresample/functable.c:
16144         * gst/audioresample/functable.h:
16145         * gst/audioresample/gstaudioresample.c:
16146         * gst/audioresample/gstaudioresample.h:
16147         * gst/audioresample/resample.c:
16148         * gst/audioresample/resample.h:
16149         * gst/audioresample/resample_chunk.c:
16150         * gst/audioresample/resample_functable.c:
16151         * gst/audioresample/resample_ref.c:
16152
16153 2005-08-23  Wim Taymans  <wim@fluendo.com>
16154
16155         * examples/seeking/seek.c: (make_vorbis_pipeline),
16156         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
16157         Small seek updates.
16158
16159 2005-08-23  Andy Wingo  <wingo@pobox.com>
16160
16161         * gst-libs/gst/audio/gstbaseaudiosrc.c
16162         (gst_base_audio_src_fixate): Only fixate endianness if it is
16163         present in the caps.
16164
16165 2005-08-22  Andy Wingo  <wingo@pobox.com>
16166
16167         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
16168         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
16169         device-name property.
16170
16171         * gst-libs/gst/audio/gstaudiosrc.h:
16172         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
16173         close_device in the ring buffer, like gstaudiosink.
16174
16175         * ext/alsa/gstalsamixer.h:
16176         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
16177         macro to implement the interface without much code. Cleanups. 
16178
16179         * ext/alsa/gstalsasrc.h:
16180         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
16181         READY.
16182
16183         * ext/alsa/Makefile.am: Add new files.
16184         * ext/alsa/gstalsamixerelement.c: 
16185         * ext/alsa/gstalsamixerelement.c: Split element code out from
16186         mixer code so that alsasrc can be a mixer too.
16187
16188 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16189
16190         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16191         (GST_START_TEST):
16192         * check/elements/vorbisdec.c: (setup_vorbisdec),
16193         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
16194         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16195         (vorbis_handle_identification_packet),
16196         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
16197         (vorbis_handle_header_packet), (vorbis_dec_push),
16198         (vorbis_dec_chain):
16199           use the setup/teardown methods to save code.  save code is good.
16200
16201 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16202
16203         * check/Makefile.am:
16204           add ext dir for plugins
16205           add vorbisdec test conditionally
16206         * check/elements/volume.c: (setup_volume), (cleanup_volume),
16207         (GST_START_TEST), (volume_suite):
16208           add a test with wrong caps
16209         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
16210         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
16211           add a vorbisdec test
16212         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
16213         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
16214           clean up debug output
16215         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16216           yay, fix a segfault/security issue in vorbisdec
16217           gst-launch fakesrc ! vorbisdec wasn't happy
16218         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
16219         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
16220         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
16221         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
16222         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
16223         (gst_vorbisenc_set_metadata), (get_constraints_string),
16224         (update_start_message), (gst_vorbisenc_setup),
16225         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16226         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
16227         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
16228         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
16229         * ext/vorbis/vorbisenc.h:
16230           march in line
16231         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16232         (gst_ffmpegcsp_transform):
16233           have the kow come home
16234         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16235           debug my func ptr
16236         * gst/volume/gstvolume.c: (volume_set_caps):
16237           add a debug
16238
16239 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * Makefile.am:
16242         * check/.cvsignore:
16243         * check/Makefile.am:
16244         * check/elements/.cvsignore:
16245         * check/elements/volume.c: (chain_func), (event_func),
16246         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
16247         (main):
16248         * configure.ac:
16249           add unit test structure for gst-plugins-base
16250           add a test for volume
16251         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
16252         (gst_volume_set_volume), (gst_volume_get_volume),
16253         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
16254         (volume_funcfind), (volume_process_float), (volume_process_int16),
16255         (volume_set_caps), (volume_transform), (volume_update_mute),
16256         (volume_update_volume), (volume_set_property),
16257         (volume_get_property):
16258           document a little; use basetransform vmethod _set_caps
16259
16260 2005-08-19  Andy Wingo  <wingo@pobox.com>
16261
16262         * ext/alsa/gstalsamixertrack.h:
16263         * ext/alsa/gstalsamixertrack.c:
16264         * ext/alsa/gstalsamixeroptions.h:
16265         * ext/alsa/gstalsamixeroptions.c:
16266         * ext/alsa/gstalsamixer.h:
16267         * ext/alsa/gstalsamixer.c: Port to 0.9.
16268
16269         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
16270         Remove gstalsa.c and alsaclock. No more cruft here.
16271         
16272 2005-08-18  Wim Taymans  <wim@fluendo.com>
16273
16274         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16275         (gst_base_rtp_depayload_chain),
16276         (gst_base_rtp_depayload_add_to_queue),
16277         (gst_base_rtp_depayload_push),
16278         (gst_base_rtp_depayload_queue_release):
16279         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16280         Fix for RTPBuffer changes.
16281
16282         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
16283         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
16284         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
16285         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
16286         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
16287         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
16288         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
16289         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
16290         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
16291         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
16292         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
16293         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
16294         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
16295         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
16296         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
16297         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
16298         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
16299         (gst_rtpbuffer_get_payload):
16300         * gst-libs/gst/rtp/gstrtpbuffer.h:
16301         Don't subclass GstBuffer but add methods and helper functions
16302         to construct and manipulate RTP packets in regular GstBuffers.
16303
16304 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
16305
16306         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16307           moved statement below switch
16308         * gst/volume/gstvolume.c: (gst_volume_class_init):
16309           added debug ptr
16310
16311 2005-08-16  Wim Taymans  <wim@fluendo.com>
16312
16313         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16314         (gst_base_audio_src_change_state):
16315         Open and close device in READY<->NULL state change.
16316
16317 2005-08-16  Andy Wingo  <wingo@pobox.com>
16318
16319         * examples/seeking/Makefile.am: Don't compile non-compiling
16320         compiled objects with the compiler.
16321
16322         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
16323         elements.
16324
16325 2005-08-12  Philippe Khalaf <burger@speedy.org>
16326         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16327         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16328           Made a thread to release the queue.
16329           Removed timestamp conversion for now.
16330
16331 2005-08-10  Philippe Khalaf <burger@speedy.org>
16332         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16333         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16334           Added rtp timestamp -> gst timestamp conversion.
16335           Fixed several problems with queue.
16336
16337 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16338
16339         * gst-libs/gst/audio/gstaudioclock.h:
16340         * gst-libs/gst/audio/gstaudiofilter.h:
16341         * gst-libs/gst/audio/gstaudiosink.h:
16342         * gst-libs/gst/audio/gstaudiosrc.h:
16343         * gst-libs/gst/audio/gstbaseaudiosink.h:
16344         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16345         * gst-libs/gst/audio/gstringbuffer.h:
16346         * gst-libs/gst/net/gstnetbuffer.h:
16347         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16348         * gst-libs/gst/rtp/gstrtpbuffer.h:
16349           Add padding (you will need to rebuild gst-plugins-base,
16350           gst-plugins and all applications afterwards!)
16351
16352 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16353
16354         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16355         (gst_riff_parse_chunk):
16356           Fix bug in debug message and add some more debug messages.
16357
16358 2005-08-08  Edward Hervey  <edward@fluendo.com>
16359
16360         * gst-libs/gst/riff/riff-media.c:
16361         backported updates since branch
16362
16363 2005-08-08  Andy Wingo  <wingo@pobox.com>
16364
16365         * gst-libs/gst/audio/gstbaseaudiosink.c
16366         (gst_base_audio_sink_change_state): Open the device in NULL->READY
16367         like good elements should. Close on READY->NULL too.
16368
16369         * gst-libs/gst/audio/gstaudiosink.c
16370         (gst_audioringbuffer_open_device,
16371         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
16372         (gst_audioringbuffer_release): Updates for new ring buffer API,
16373         hook into the new audio sink api.
16374
16375         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
16376         (GstAudioSinkClass.close): Just open and close the device -- no
16377         resource allocation or configuration.
16378         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
16379         vmethods, handle device setup and resource allocation.
16380
16381         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
16382         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
16383         base class API.
16384
16385         * gst-libs/gst/audio/gstringbuffer.h
16386         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
16387         New vmethods.
16388
16389         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
16390         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
16391         New API functions. The device should be opened before acquiring
16392         and closed after releasing.
16393
16394 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16395
16396         * gst-libs/gst/interfaces/mixer.h:
16397           Reset padding to GST_PADDING.
16398
16399 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16400
16401         * gst/playback/gstplaybin.c: (remove_sinks):
16402           Remove visualization from parent explicitely; works around some
16403           apparent refcount issue that I haven't tracked down yet.
16404
16405 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16406
16407         * ext/alsa/gstalsasink.c: (set_hwparams):
16408           Assign debug category, add negotiation debug msgs.
16409
16410 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16411
16412         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
16413           Fix error code for file-not-found to NOT_FOUND.
16414
16415 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16416
16417         * common/gtk-doc-plugins.mak:
16418         * docs/plugins/Makefile.am:
16419         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16420         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16421           renamed to actual element names, so much nicer to look at
16422         * docs/plugins/tmpl/gstmultifdsink.sgml:
16423           remove
16424         * docs/plugins/tmpl/multifdsink.sgml:
16425         * docs/plugins/tmpl/tcpserversink.sgml:
16426           add
16427         * ext/alsa/gstalsa.c:
16428         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16429         * ext/ogg/gstoggmux.c:
16430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16431         * gst/playback/gstdecodebin.c:
16432         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16433         * gst/tcp/gsttcpserversink.c:
16434           various fixes and documentation additions
16435
16436 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16437
16438         * common/Makefile.am:
16439         * common/gstdoc-scangobj:
16440         * common/gtk-doc-plugins.mak:
16441         * common/gtk-doc.mak:
16442           add a custom scangobj that uses the registry
16443           add a custom gtk-doc-plugins.mak that uses it
16444           some doc build fixes
16445         * configure.ac:
16446         * docs/Makefile.am:
16447         * docs/plugins/Makefile.am:
16448         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16449         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16450         * docs/plugins/gst-plugins-base-plugins.types:
16451         * docs/plugins/tmpl/gstmultifdsink.sgml:
16452           add docs for one element, multifdsink
16453         * gst/adder/gstadder.h:
16454         * gst/volume/gstvolume.h:
16455           don't privatize enum
16456         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16457         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16458         (gst_sync_method_get_type), (gst_client_status_get_type),
16459         (gst_multifdsink_class_init),
16460         (gst_multifdsink_client_queue_buffer),
16461         (gst_multifdsink_handle_client_write):
16462         * gst/tcp/gstmultifdsink.h:
16463         * gst/tcp/gsttcp.h:
16464         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16465         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16466         (gst_tcpclientsink_render):
16467         * gst/tcp/gsttcpclientsink.h:
16468         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16469         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16470         (gst_tcpclientsrc_start):
16471         * gst/tcp/gsttcpclientsrc.h:
16472         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16473         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16474         * gst/tcp/gsttcpserversrc.h:
16475         * gst/typefind/gsttypefindfunctions.c:
16476           remove superfluous Type stuff
16477
16478 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16479
16480         * gst/playback/gstplaybin.c: (gen_video_element):
16481           Enable videoscale.
16482
16483 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16484
16485         * gst-libs/gst/gconf/gconf.c:
16486         * gst-libs/gst/gconf/gconf.h:
16487           Fix some Andy Problem [tm].
16488
16489 2005-08-04  Andy Wingo  <wingo@pobox.com>
16490
16491         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16492         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16493         (gst_ffmpegcsp_get_size): Adapt to API changes.
16494
16495         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16496         Implement an in-place do-nothing transform.
16497
16498 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16499
16500         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16501         (gst_ximagesink_renegotiate_size):
16502           Do not set new window sizes yet if we prepare a new buffer size
16503           for upstream renegotiation (software scaling) at some point in the
16504           future, because this new size waqs not actually accepted yet. Once
16505           accepted, renegotiation later on will set the new sizes just fine.
16506           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16507           embedding testcase.
16508
16509 2005-08-03  Andy Wingo  <wingo@pobox.com>
16510
16511         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16512         (gst_ximagesink_buffer_alloc): 
16513         Protect the height, width, and desired_caps with the pool_lock.
16514         Fixes videotestsrc ! queue ! ximagesink.
16515
16516 2005-08-02  Edward Hervey  <edward@fluendo.com>
16517
16518         * gst/volume/gstvolume.c:
16519         include left from controller cleanup
16520
16521 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16523           Stop collectpads before calling the parent state
16524           change function on PAUSED->READY.
16525
16526 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16527         * configure.ac:
16528           When testing for X libs, use the X CFlags 
16529         * gst/adder/gstadder.c: (gst_adder_change_state):
16530           Stop the collectpads before calling parent state change function
16531           on PAUSED->READY, otherwise we deadlock deactivating pads.
16532
16533 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16534
16535         * configure.ac:
16536         * docs/libs/tmpl/gstcolorbalance.sgml:
16537         * docs/libs/tmpl/gstmixer.sgml:
16538         * examples/Makefile.am:
16539         * gst/sine/Makefile.am:
16540         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16541         (gst_sinesrc_set_property), (plugin_init):
16542         * gst/sine/gstsinesrc.h:
16543         * gst/volume/Makefile.am:
16544         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16545         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16546         (volume_process_float), (volume_process_int16),
16547         (volume_set_property), (plugin_init):
16548         * gst/volume/gstvolume.h:
16549           deactivate and remove dparams (libgstcontrol)
16550
16551 2005-07-29  Wim Taymans  <wim@fluendo.com>
16552
16553         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16554         Convert me to BaseTransform!! help..
16555
16556 2005-07-29  Andy Wingo  <wingo@pobox.com>
16557
16558         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16559         sinks.
16560
16561         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16562         support of both endiannesses.
16563
16564 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16567           Fix confusing debug message (s/event/query/)
16568
16569 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16570
16571         * gst/videotestsrc/videotestsrc.h:
16572           Use "_stdint.h" instead of <stdint.h>
16573
16574 2005-07-27  Wim Taymans  <wim@fluendo.com>
16575
16576         * ext/vorbis/Makefile.am:
16577         Revert wrong commit.
16578
16579 2005-07-27  Wim Taymans  <wim@fluendo.com>
16580
16581         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16582         More compilation fixen.
16583
16584 2005-07-27  Wim Taymans  <wim@fluendo.com>
16585
16586         * gst-libs/gst/audio/gstbaseaudiosink.c:
16587         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16588         (gst_base_audio_sink_create_ringbuffer),
16589         (gst_base_audio_sink_change_state):
16590         Fix compilation.
16591
16592 2005-07-27  Wim Taymans  <wim@fluendo.com>
16593
16594         * examples/seeking/seek.c: (setup_dynamic_link),
16595         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16596         (query_positions_elems), (query_positions_pads), (do_seek):
16597         Update seek example.
16598
16599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16600         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16601         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16602         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16603         (gst_ogg_demux_handle_event),
16604         (gst_ogg_demux_deactivate_current_chain),
16605         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16606         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16607         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16608         (gst_ogg_demux_loop):
16609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16610         * ext/theora/theoradec.c: (theora_dec_src_event),
16611         (theora_dec_src_getcaps), (theora_dec_sink_event),
16612         (theora_dec_push), (theora_dec_chain):
16613         * ext/vorbis/Makefile.am:
16614         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16615         (vorbis_dec_sink_event), (vorbis_dec_push),
16616         (vorbis_handle_data_packet):
16617         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16618         (gst_vorbisenc_chain):
16619         * gst/playback/gststreaminfo.c: (cb_probe):
16620         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16621         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16622         * gst/videoscale/gstvideoscale.c:
16623         (gst_videoscale_handle_src_event):
16624         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16625         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16626         (gst_ximagesink_navigation_send_event):
16627         * sys/xvimage/xvimagesink.c:
16628         (gst_xvimagesink_navigation_send_event):
16629         Various event updates and cleanups
16630
16631 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16632
16633         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16634           Fix segfault for I420/YV12.
16635
16636 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16637
16638         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16639           Report bitrate.
16640
16641 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16642
16643         * gst/playback/gstplaybin.c: (gen_video_element),
16644         (gen_audio_element):
16645           Switch to auto*sink elements as default sinks; add volume element
16646           so that volume control in totem works.
16647
16648 2005-07-21  Wim Taymans  <wim@fluendo.com>
16649
16650         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16651         * gst/playback/gstplaybin.c: (setup_sinks),
16652         (gst_play_bin_change_state):
16653         Refcount fix and more comments.
16654
16655 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16656
16657         * sys/ximage/Makefile.am:
16658         * sys/ximage/ximage.c: (plugin_init):
16659         * sys/ximage/ximagesink.c:
16660         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16661         
16662
16663 2005-07-21  Wim Taymans  <wim@fluendo.com>
16664
16665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16666         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16667         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16668         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16669         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16670         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16671         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16672         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16673         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16674         Generate correct disconts for live chained oggs.
16675
16676         * gst-libs/gst/audio/gstbaseaudiosink.c:
16677         (gst_base_audio_sink_render),
16678         (gst_base_audio_sink_create_ringbuffer),
16679         (gst_base_audio_sink_change_state):
16680         Handle discont math correctly.
16681
16682         * gst/playback/gstplaybin.c: (add_sink):
16683         Some small debug cleanup.
16684
16685 2005-07-21  Wim Taymans  <wim@fluendo.com>
16686
16687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16688         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16689         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16690         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16691         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16692         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16693         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16694         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16695         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16696         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16697         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16698         (gst_ogg_demux_change_state), (gst_ogg_print):
16699         Reorganize code to send the right disconts when in streaming
16700         mode.
16701
16702 2005-07-20  Andy Wingo  <wingo@pobox.com>
16703
16704         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16705         fix (?), fixes a seggie mcfalterson (#310894).
16706
16707 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16708
16709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16710         (gst_ogg_mux_set_header_on_caps):
16711         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16712         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16713         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16714         * gst-libs/gst/audio/multichannel.c:
16715         (gst_audio_set_channel_positions),
16716         (gst_audio_set_structure_channel_positions_list):
16717         * gst/playback/gstdecodebin.c: (dynamic_create):
16718         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16719         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16720           Fixes for API changes in core.
16721
16722 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16723
16724         * gst/playback/gstplaybasebin.c: (fill_buffer):
16725           Use _new_custom() so we can set custom message types for buffering
16726           messages.
16727
16728 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16729
16730         * configure.ac:
16731         * gst-libs/gst/Makefile.am:
16732         * gst-libs/gst/gconf/.cvsignore:
16733         * gst-libs/gst/gconf/Makefile.am:
16734         * gst-libs/gst/gconf/test-gconf.c:
16735         * pkgconfig/Makefile.am:
16736         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16737         * pkgconfig/gstreamer-gconf.pc.in:
16738           Remove gconf stuff, use gconf elements instead from now on.
16739
16740 2005-07-20  Wim Taymans  <wim@fluendo.com>
16741
16742         * gst-libs/gst/audio/TODO:
16743         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16744         (gst_audio_clock_get_internal_time):
16745         * gst-libs/gst/audio/gstaudioclock.h:
16746         * gst-libs/gst/audio/gstbaseaudiosink.c:
16747         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16748         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16749         (gst_base_audio_sink_render),
16750         (gst_base_audio_sink_create_ringbuffer),
16751         (gst_base_audio_sink_change_state):
16752         Make sure the audio clock always returns an increasing value.
16753
16754 2005-07-19  Andy Wingo  <wingo@pobox.com>
16755
16756         * gst/videotestsrc/: Cleanups.
16757
16758 2005-07-19  Wim Taymans  <wim@fluendo.com>
16759
16760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16761         Better debugging.
16762
16763 2005-07-19  Wim Taymans  <wim@fluendo.com>
16764
16765         * examples/seeking/seek.c: (make_dv_pipeline),
16766         (make_vorbis_theora_pipeline), (query_rates),
16767         (query_positions_elems), (query_positions_pads), (do_seek):
16768         Make correct DV pipeline.
16769
16770 2005-07-18  Andy Wingo  <wingo@pobox.com>
16771
16772         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16773         default. Also because it's the only thing that really works. (This
16774         is used in the GConf elements).
16775         Use AS_LIBTOOL_TAGS.
16776
16777 2005-07-18  Wim Taymans  <wim@fluendo.com>
16778
16779         * gst/playback/gstdecodebin.c: (remove_element_chain):
16780         * gst/playback/gstplaybin.c: (add_sink):
16781         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16782         (gst_stream_info_set_mute):
16783         * gst/playback/gststreamselector.c:
16784         (gst_stream_selector_get_linked_pad),
16785         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16786         More leak and compile fixes.
16787
16788 2005-07-18  Wim Taymans  <wim@fluendo.com>
16789
16790         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16791         (query_rates), (query_positions_elems), (query_positions_pads),
16792         (do_seek), (seek_cb), (stop_seek):
16793         Updated seek example. 
16794
16795         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16796         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16797         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16798         * gst/playback/gstplaybin.c: (add_sink):
16799         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16800         (gst_stream_info_set_mute):
16801         Some refcount leak fixes.
16802
16803 2005-07-16  Wim Taymans  <wim@fluendo.com>
16804
16805         * gst-libs/gst/audio/gstbaseaudiosink.c:
16806         (gst_base_audio_sink_render):
16807         Align samples even if we have roundoff errors in the 
16808         timestamp conversion.
16809
16810 2005-07-16  Wim Taymans  <wim@fluendo.com>
16811
16812         * docs/libs/tmpl/gstringbuffer.sgml:
16813         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16814         (query_rates), (query_positions_elems), (query_positions_pads),
16815         (update_scale), (do_seek):
16816         Updated seek example.
16817
16818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16819         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16820         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16821         (gst_ogg_demux_loop):
16822         Push out correct discont values.
16823
16824         * ext/theora/theoradec.c: (theora_dec_src_convert),
16825         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16826         (theora_dec_sink_event), (theora_handle_type_packet),
16827         (theora_handle_header_packet), (theora_dec_push),
16828         (theora_handle_data_packet), (theora_dec_chain),
16829         (theora_dec_change_state):
16830         Better timestamping.
16831
16832         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16833         (vorbis_dec_sink_event), (vorbis_dec_push),
16834         (vorbis_handle_data_packet), (vorbis_dec_chain):
16835         * ext/vorbis/vorbisdec.h:
16836         Better timestamping.
16837
16838         * gst-libs/gst/audio/gstbaseaudiosink.c:
16839         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16840         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16841         Handle syncing on timestamps instead of sample offsets. Make
16842         use of DISCONT values as described in design docs.
16843
16844         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16845         (gst_base_audio_src_get_time):
16846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16847         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16848         (gst_ring_buffer_read):
16849         * gst-libs/gst/audio/gstringbuffer.h:
16850         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16851         (gst_ximagesink_show_frame):
16852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16853         Correcly convert buffer timestamp to stream time.
16854
16855 2005-07-16  Wim Taymans  <wim@fluendo.com>
16856
16857         * gst/audioconvert/gstaudioconvert.c:
16858         (gst_audio_convert_get_buffer):
16859         Timestamp buffers correctly.
16860
16861         * gst/playback/gstplaybin.c: (gen_video_element):
16862         Make internal fakesink silent.
16863
16864 2005-07-15  Wim Taymans  <wim@fluendo.com>
16865
16866         * gst/ffmpegcolorspace/Makefile.am:
16867         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16868         (gst_ffmpegcsp_caps_remove_format_info),
16869         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16870         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16871         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16872         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16873         Ported ffmpegcolorspace to basetransform.
16874
16875         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16876         * gst/volume/gstvolume.c: (volume_transform):
16877         Ported to new API.
16878
16879 2005-07-14  Wim Taymans  <wim@fluendo.com>
16880
16881         * gst/videotestsrc/Makefile.am:
16882         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16883         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16884         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16885         (gst_videotestsrc_init), (gst_videotestsrc_event),
16886         (gst_videotestsrc_create), (gst_videotestsrc_start),
16887         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16888         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16889         (gst_videotestsrc_get_property):
16890         * gst/videotestsrc/gstvideotestsrc.h:
16891         Make videotestsrc a pushsrc.
16892
16893 2005-07-14  Wim Taymans  <wim@fluendo.com>
16894
16895         * gst/tcp/gstfdset.c: (gst_fdset_free):
16896         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16897         (gst_multifdsink_add), (gst_multifdsink_remove),
16898         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16899         (gst_multifdsink_remove_client_link),
16900         (gst_multifdsink_client_queue_data),
16901         (gst_multifdsink_client_queue_caps),
16902         (gst_multifdsink_client_queue_buffer),
16903         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16904         (gst_multifdsink_stop):
16905         * gst/tcp/gstmultifdsink.h:
16906         0.8 backporting.
16907
16908         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16909         Also draw image when not from a pool.
16910
16911 2005-07-14  Wim Taymans  <wim@fluendo.com>
16912
16913         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16914         (mute_stream), (silence_stream):
16915         Small debug additions.
16916
16917 2005-07-14  Wim Taymans  <wim@fluendo.com>
16918
16919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16920         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16921         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16922         Better error recovery, ignore unconnected pads and
16923         non-fatal errors.
16924
16925 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16926
16927         * docs/libs/tmpl/gstaudio.sgml:
16928         * docs/libs/tmpl/gstcolorbalance.sgml:
16929         * docs/libs/tmpl/gstgconf.sgml:
16930         * docs/libs/tmpl/gstmixer.sgml:
16931         * docs/libs/tmpl/gstringbuffer.sgml:
16932         * docs/libs/tmpl/gsttuner.sgml:
16933         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16934         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16935         (gst_tcpclientsrc_class_init):
16936         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16937         (gst_tcpserversrc_class_init):
16938         * sys/v4l/gstv4lelement.c:
16939           more autistic cleanliness in functions/names/defines
16940
16941 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16942
16943         * configure.ac:
16944           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16945           added manually to each Makefile.am so we are sure it goes
16946           *last* and doesn't add -L flags before linking in libs of our
16947           own, like, say, internal .la libs, that then accidentally pick
16948           up the installed copy.
16949         * docs/libs/Makefile.am:
16950         * ext/alsa/Makefile.am:
16951         * ext/cdparanoia/Makefile.am:
16952         * ext/gnomevfs/Makefile.am:
16953         * ext/libvisual/Makefile.am:
16954         * ext/ogg/Makefile.am:
16955         * ext/theora/Makefile.am:
16956         * ext/vorbis/Makefile.am:
16957         * gst-libs/gst/video/Makefile.am:
16958         * gst/adder/Makefile.am:
16959         * gst/audioconvert/Makefile.am:
16960         * gst/audiorate/Makefile.am:
16961         * gst/audioscale/Makefile.am:
16962         * gst/ffmpegcolorspace/Makefile.am:
16963         * gst/playback/Makefile.am:
16964         * gst/sine/Makefile.am:
16965         * gst/subparse/Makefile.am:
16966         * gst/tags/Makefile.am:
16967         * gst/tcp/Makefile.am:
16968         * gst/typefind/Makefile.am:
16969         * gst/videorate/Makefile.am:
16970         * gst/videoscale/Makefile.am:
16971         * gst/videotestsrc/Makefile.am:
16972         * gst/volume/Makefile.am:
16973         * sys/v4l/Makefile.am:
16974         * sys/ximage/Makefile.am:
16975         * sys/xvimage/Makefile.am:
16976           adapt properly to this change. This should make sure that
16977           plugins and libs properly link to the as-yet-uninstalled
16978           copies of stuff like libgstinterfaces and libgstvideo
16979
16980 2005-07-13  Andy Wingo  <wingo@pobox.com>
16981
16982         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16983         (gst_v4lsrc_fixate): Fixate on format as well.
16984
16985         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16986         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16987         buffer points to it.
16988         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16989         rather just doing X calls ourselves. Also fixes a memleak.
16990
16991 2005-07-12  Andy Wingo  <wingo@pobox.com>
16992
16993         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16994         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16995         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16996         TRUE to avoid deadlocks if an element holds on to our buffers.
16997
16998 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16999
17000         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17001         (gst_sinesrc_init), (gst_sinesrc_create),
17002         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17003         (gst_sinesrc_start):
17004         * gst/sine/gstsinesrc.h:
17005           removing num-buffers property before moving it
17006
17007 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17008
17009         * configure.ac:
17010           use overridable ERROR_CFLAGS
17011         * docs/libs/gst-plugins-base-libs.types:
17012         * docs/libs/tmpl/gstringbuffer.sgml:
17013         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17014         (gst_alsasink_class_init):
17015         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17016         (gst_alsasrc_class_init):
17017         * gst-libs/gst/audio/audio.h:
17018         * gst-libs/gst/audio/gstaudioclock.h:
17019         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
17020         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
17021         (gst_audio_filter_link), (gst_audio_filter_init),
17022         (gst_audio_filter_chain), (gst_audio_filter_set_property),
17023         (gst_audio_filter_get_property),
17024         (gst_audio_filter_class_add_pad_templates):
17025         * gst-libs/gst/audio/gstaudiofilter.h:
17026         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17027         (gst_audio_filter_template_get_type),
17028         (gst_audio_filter_template_base_init),
17029         (gst_audio_filter_template_class_init),
17030         (gst_audio_filter_template_init),
17031         (gst_audio_filter_template_set_property),
17032         (gst_audio_filter_template_get_property), (plugin_init),
17033         (gst_audio_filter_template_setup),
17034         (gst_audio_filter_template_filter),
17035         (gst_audio_filter_template_filter_inplace):
17036         * gst-libs/gst/audio/gstaudiosink.c:
17037         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17038         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
17039         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17040         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17041         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
17042         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
17043         * gst-libs/gst/audio/gstaudiosink.h:
17044         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17045         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17046         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17047         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
17048         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
17049         (gst_audio_src_class_init), (gst_audio_src_init),
17050         (gst_audio_src_create_ringbuffer):
17051         * gst-libs/gst/audio/gstaudiosrc.h:
17052         * gst-libs/gst/audio/gstbaseaudiosink.c:
17053         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
17054         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
17055         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
17056         (gst_base_audio_sink_set_property),
17057         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
17058         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
17059         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
17060         (gst_base_audio_sink_create_ringbuffer),
17061         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
17062         * gst-libs/gst/audio/gstbaseaudiosink.h:
17063         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17064         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
17065         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
17066         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
17067         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
17068         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
17069         (gst_base_audio_src_event), (gst_base_audio_src_create),
17070         (gst_base_audio_src_create_ringbuffer),
17071         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
17072         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17073         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17074         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
17075         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
17076         (gst_ring_buffer_debug_spec_caps),
17077         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
17078         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
17079         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
17080         (gst_ring_buffer_start), (gst_ring_buffer_pause),
17081         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
17082         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
17083         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
17084         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
17085         (gst_ring_buffer_clear):
17086         * gst-libs/gst/audio/gstringbuffer.h:
17087         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17088         (gst_video_sink_class_init), (gst_video_sink_get_type):
17089         * gst-libs/gst/video/videosink.h:
17090         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17091         (gst_multifdsink_class_init),
17092         (gst_multifdsink_handle_client_write),
17093         (gst_multifdsink_change_state):
17094         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17095         (gst_tcpclientsink_setcaps):
17096         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17097         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
17098         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
17099         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
17100         (gst_ximagesink_send_pending_navigation),
17101         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
17102         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
17103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
17104         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17105         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
17106         (gst_xvimagesink_send_pending_navigation),
17107         (gst_xvimagesink_navigation_send_event),
17108         (gst_xvimagesink_set_xwindow_id),
17109         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
17110         (gst_xvimagesink_get_type):
17111         more macro splitting
17112
17113 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17114
17115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17116           plug a memleak, allows me to import 1479 albums in one go
17117           in jamboree
17118         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17119         (vorbis_handle_type_packet), (vorbis_dec_chain),
17120         (vorbis_dec_change_state):
17121           fix some format strings
17122
17123 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17124
17125         * docs/libs/tmpl/gstcolorbalance.sgml:
17126         * docs/libs/tmpl/gstmixer.sgml:
17127         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17128         (gst_alsasink_set_property), (gst_alsasink_get_property):
17129         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17130         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
17131           add device property
17132
17133 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17134
17135         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17136         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17137         (audiocast_register_listener), (audiocast_thread_run),
17138         (gst_gnomevfssrc_send_additional_headers_callback),
17139         (gst_gnomevfssrc_received_headers_callback),
17140         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
17141         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
17142         (gst_gnomevfssrc_get_size):
17143           add/clean up debugging
17144         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
17145           cleanups
17146
17147 2005-07-07  Andy Wingo  <wingo@pobox.com>
17148
17149         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
17150         framerate. Need to get a handle on when exactly this function is
17151         called, tho.
17152
17153         * sys/v4l/v4lsrc_calls.h:
17154         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
17155         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
17156         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
17157
17158         * sys/v4l/v4l_calls.h: Cast to V4lElement.
17159         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
17160         v4lelements are sources.
17161
17162         * sys/v4l/gstv4lxoverlay.h:
17163         * sys/v4l/gstv4lxoverlay.c:
17164         * sys/v4l/gstv4ltuner.h:
17165         * sys/v4l/gstv4ltuner.c: Header loc fixen.
17166         
17167         * sys/v4l/gstv4lsrc.h:
17168         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
17169         PushSrc/BaseSrc. Removed most sync-related properties, videorate
17170         or something should handle that. Made a live source.
17171
17172         * sys/v4l/gstv4lelement.h:
17173         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
17174         signals. Some cleanups.
17175
17176         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
17177
17178         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
17179         stuff.
17180
17181         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
17182         stuff.
17183
17184         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
17185
17186 2005-07-07  Wim Taymans  <wim@fluendo.com>
17187
17188         * ext/theora/theoradec.c: (theora_get_query_types),
17189         (theora_dec_src_getcaps), (theora_dec_push):
17190         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
17191         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
17192         Remove deprecated/unused query types.
17193
17194 2005-07-06  Wim Taymans  <wim@fluendo.com>
17195
17196         * ext/alsa/Makefile.am:
17197         * ext/alsa/gstalsaplugin.c: (plugin_init):
17198         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17199         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
17200         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
17201         (gst_alsasrc_class_init), (gst_alsasrc_init),
17202         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
17203         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
17204         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
17205         (gst_alsasrc_reset):
17206         * ext/alsa/gstalsasrc.h:
17207         * gst-libs/gst/audio/Makefile.am:
17208         * gst-libs/gst/audio/gstaudiosink.c:
17209         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17210         (gst_audioringbuffer_start):
17211         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
17212         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17213         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
17214         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
17215         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
17216         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
17217         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
17218         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
17219         * gst-libs/gst/audio/gstaudiosrc.h:
17220         * gst-libs/gst/audio/gstbaseaudiosink.c:
17221         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17222         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
17223         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
17224         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17225         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
17226         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
17227         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
17228         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
17229         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
17230         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
17231         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
17232         (gst_baseaudiosrc_change_state):
17233         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17234         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
17235         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
17236         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
17237         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17238         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
17239         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
17240         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
17241         * gst-libs/gst/audio/gstringbuffer.h:
17242         Added audiosource base classes.
17243         Ported alsasrc, still very basic.
17244
17245 2005-07-06  Wim Taymans  <wim@fluendo.com>
17246
17247         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
17248         (theora_dec_push), (theora_handle_data_packet):
17249         Prepare for better timestamp fix later.
17250
17251         * gst/audioconvert/gstaudioconvert.c:
17252         List most accurate caps first
17253
17254         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
17255         Use proper pad task function.
17256
17257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17258         (gst_xvimagesink_show_frame):
17259         Fix deadlock when alloc failed.
17260
17261 2005-07-05  Andy Wingo  <wingo@pobox.com>
17262
17263         * ext/gnomevfs/gstgnomevfssrc.c:
17264         * gst/sine/gstsinesrc.c:
17265         * gst/tcp/gsttcpserversrc.c:
17266         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
17267
17268         * sys/v4l/: Port from 0.8.
17269
17270         * Many files: Null if we got it....
17271
17272 2005-07-05  Andy Wingo  <wingo@pobox.com>
17273
17274         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
17275         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
17276         Signedness fixes.
17277
17278 2005-07-05  Wim Taymans  <wim@fluendo.com>
17279
17280         * configure.ac:
17281         * gst/tcp/Makefile.am:
17282         * gst/tcp/README:
17283         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
17284         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
17285         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17286         (is_sync_frame), (gst_multifdsink_handle_client_write),
17287         (gst_multifdsink_render), (gst_multifdsink_start),
17288         (gst_multifdsink_stop), (gst_multifdsink_change_state):
17289         * gst/tcp/gstmultifdsink.h:
17290         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
17291         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
17292         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
17293         * gst/tcp/gsttcp.h:
17294         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17295         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17296         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
17297         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
17298         * gst/tcp/gsttcpclientsink.h:
17299         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
17300         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
17301         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
17302         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
17303         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
17304         * gst/tcp/gsttcpclientsrc.h:
17305         * gst/tcp/gsttcpplugin.c: (plugin_init):
17306         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
17307         * gst/tcp/gsttcpserversink.h:
17308         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
17309         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
17310         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
17311         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
17312         (gst_tcpserversrc_stop):
17313         * gst/tcp/gsttcpserversrc.h:
17314         * gst/tcp/gsttcpsink.c:
17315         * gst/tcp/gsttcpsink.h:
17316         * gst/tcp/gsttcpsrc.c:
17317         * gst/tcp/gsttcpsrc.h:
17318         Ported tcp plugins to 0.9. 
17319         
17320
17321 2005-07-05  Andy Wingo  <wingo@pobox.com>
17322
17323         * gst/playback/gstplaybasebin.c (fill_buffer):
17324         message_new_application fixen.
17325
17326         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
17327         Style fix.
17328
17329 2005-07-04  Wim Taymans  <wim@fluendo.com>
17330
17331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17332         Set caps on output buffer.
17333
17334 2005-07-04  Andy Wingo  <wingo@pobox.com>
17335
17336         * ext/gnomevfs/gstgnomevfssrc.c
17337         (gst_gnomevfssrc_received_headers_callback) 
17338         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
17339         hopefully.
17340
17341         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
17342         No refcount leakage.
17343
17344         * configure.ac: Enable -Werror.
17345         
17346         * ext/theora/theoradec.c (theora_dec_src_getcaps):
17347         * gst/audioconvert/bufferframesconvert.c
17348         (buffer_frames_convert_fixate):
17349         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
17350         (gst_audio_convert_fixate):
17351         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
17352         (gst_sinesrc_create): Fixate func changes.
17353         
17354         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17355         (gst_ximagesink_buffer_alloc): Unused var.
17356
17357 2005-07-01  Andy Wingo  <wingo@pobox.com>
17358
17359         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
17360         getcaps to do explicit caps. Needs to be done in all decoders,
17361         possibly via a base class.
17362
17363         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
17364
17365         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
17366         caps on the sink pad, just rely on the pad template. Also, setting
17367         ANY caps on a pad is not valid because the caps are not fixed.
17368
17369         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
17370         caps on the buffer, and get the width from the desired_caps if
17371         they're set.
17372         (gst_ximagesink_renegotiate_size): Implement via setting the
17373         desired_caps on the ximagesink.
17374         (gst_ximagesink_setcaps): Only reset the width of the player if it
17375         wasn't already set. Not sure if this is right.
17376         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
17377
17378         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
17379         that the user wants. NULL unless the window has been resized.
17380
17381         * gst/volume/gstvolume.c (volume_transform): Adapt to
17382         basetransform refcount changes.
17383         
17384 2005-07-01  Andy Wingo  <wingo@pobox.com>
17385
17386         * gst/videoscale/gstvideoscale.c:
17387         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
17388         from BaseTransform, implements a transform_caps. Removed dead code
17389         including some PAR stuff that was never reached -- should probably
17390         be added back somehow.
17391
17392 2005-07-01  Andy Wingo  <wingo@pobox.com>
17393
17394         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
17395         come later.
17396
17397 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17398
17399         * configure.ac:
17400         * docs/libs/Makefile.am:
17401         * docs/libs/gst-plugins-libs.types:
17402         * ext/alsa/Makefile.am:
17403         * ext/alsa/gstalsamixer.h:
17404         * ext/alsa/gstalsamixeroptions.h:
17405         * ext/alsa/gstalsamixertrack.h:
17406         * gst-libs/gst/Makefile.am:
17407         * gst-libs/gst/colorbalance/.cvsignore:
17408         * gst-libs/gst/colorbalance/Makefile.am:
17409         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17410         * gst-libs/gst/colorbalance/colorbalance.c:
17411         * gst-libs/gst/colorbalance/colorbalance.h:
17412         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17413         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17414         * gst-libs/gst/colorbalance/colorbalancechannel.h:
17415         * gst-libs/gst/interfaces/Makefile.am:
17416         * gst-libs/gst/interfaces/colorbalance.c:
17417         (gst_color_balance_class_init):
17418         * gst-libs/gst/interfaces/colorbalance.h:
17419         * gst-libs/gst/interfaces/interfaces-marshal.list:
17420         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17421         * gst-libs/gst/interfaces/mixer.h:
17422         * gst-libs/gst/interfaces/mixeroptions.h:
17423         * gst-libs/gst/interfaces/navigation.c:
17424         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17425         * gst-libs/gst/interfaces/tuner.h:
17426         * gst/volume/Makefile.am:
17427         * gst/volume/gstvolume.c:
17428         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17429         * sys/ximage/Makefile.am:
17430         * sys/ximage/ximagesink.c:
17431         * sys/xvimage/Makefile.am:
17432         * sys/xvimage/xvimagesink.c:
17433           fold in all interfaces into an interfaces dir, preserving CVS
17434           history
17435
17436 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17437
17438         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17439           Fix build after riff changes.
17440
17441 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17442
17443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17444         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17445         (gst_riff_create_video_template_caps),
17446         (gst_riff_create_audio_template_caps),
17447         (gst_riff_create_iavs_template_caps):
17448         * gst-libs/gst/riff/riff-media.h:
17449         * gst-libs/gst/riff/riff-read.h:
17450         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17451           Add gst_riff_init() to initialize the debug category, instead
17452           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17453
17454 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17455
17456         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17457           Oops, I shouldn't apply hacks.
17458
17459 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17460
17461         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17462           Remove pad_loop function which doesn't work.
17463
17464 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17465
17466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17467           Send EOS when deactivating.
17468         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17469         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17470         (gen_preroll_element), (probe_triggered), (mute_stream),
17471         (silence_stream), (new_decoded_pad), (setup_substreams),
17472         (set_active_source):
17473         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17474         (remove_sinks), (add_sink):
17475         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17476           Change for new probe API.
17477
17478 2005-06-29  Wim Taymans  <wim@fluendo.com>
17479
17480         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17481         * gst-libs/gst/audio/gstbaseaudiosink.c:
17482         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17483         (gst_baseaudiosink_change_state):
17484         * gst-libs/gst/audio/gstbaseaudiosink.h:
17485         * gst-libs/gst/audio/gstringbuffer.c:
17486         (gst_ringbuffer_set_callback):
17487         Fix compilation error.
17488         Ringbuffer starts out as not running.
17489         Free our clock in dispose.
17490         When releasing the ringbuffer we need to renegotiate so
17491         clear the pad caps.
17492
17493 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17494
17495         * autogen.sh:
17496         * configure.ac:
17497         * docs/Makefile.am:
17498         * docs/libs/Makefile.am:
17499         * docs/libs/gst-plugins-libs-docs.sgml:
17500         * docs/libs/gst-plugins-libs-sections.txt:
17501         * docs/libs/gst-plugins-libs.types:
17502         * docs/libs/tmpl/gstaudio.sgml:
17503         * docs/libs/tmpl/gstcolorbalance.sgml:
17504         * docs/libs/tmpl/gstringbuffer.sgml:
17505         * gst-libs/gst/audio/gstringbuffer.c:
17506         (gst_ringbuffer_set_callback):
17507           reinstate gtk-doc docs for plugin libs
17508
17509 2005-06-28  Wim Taymans  <wim@fluendo.com>
17510
17511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17512         (gst_ogg_demux_init):
17513         Removed pad loop function.
17514
17515 2005-06-28  Wim Taymans  <wim@fluendo.com>
17516
17517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17518         If we're building a chain we are not in an error case
17519         when we queue a buffer.
17520
17521 2005-06-28  Andy Wingo  <wingo@pobox.com>
17522
17523         * *.c: Don't cast to GstObject before reffing/unreffing.
17524
17525 2005-06-27  Andy Wingo  <wingo@pobox.com>
17526
17527         * gst/videotestsrc/gstvideotestsrc.c
17528         (gst_videotestsrc_activate_push): Activation API changes.
17529
17530         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17531         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17532         they have refs on the decodebin.
17533
17534         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17535         parent class.
17536         (gst_ogg_pad_typefind): Don't leak a pad ref.
17537         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17538         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17539         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17540
17541 2005-06-27  Edward Hervey  <edward@fluendo.com>
17542
17543         * ext/theora/theoradec.c: (theora_dec_change_state): 
17544         re-arranged call to parent's state change in order to avoid locks (or
17545         worse).
17546
17547 2005-06-26  Edward Hervey  <edward@fluendo.com>
17548
17549         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17550         2nd argument of 'unknow-type' signal is a GstCaps and not a
17551         GstMiniObject
17552
17553 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17554         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17555           Set the worker thread's running flag to TRUE before starting the
17556           thread.
17557         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17558           Catch a failure to add typefind to the bin.
17559
17560 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17561
17562         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17563         (gst_sinesrc_init), (gst_sinesrc_create),
17564         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17565         (gst_sinesrc_start):
17566         * gst/sine/gstsinesrc.h:
17567           add num-buffers and timestamp-offset properties
17568         * gst/videotestsrc/gstvideotestsrc.c:
17569         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17570         (gst_videotestsrc_get_property):
17571           add timestamp-offset property
17572
17573 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17574
17575         * configure.ac: add videorate
17576         * gst-plugins-base.spec.in: add videorate
17577
17578 2005-06-23  Wim Taymans  <wim@fluendo.com>
17579
17580         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17581         (gst_videorate_getcaps), (gst_videorate_setcaps),
17582         (gst_videorate_event), (gst_videorate_chain):
17583         Fixed videorate, fixating an already fixated caps is not
17584         an error.
17585
17586 2005-06-23  Wim Taymans  <wim@fluendo.com>
17587
17588         * ext/ogg/README:
17589         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17590         Buffer on caps is not boxed anymore.
17591
17592 2005-06-22  Wim Taymans  <wim@fluendo.com>
17593
17594         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17596         Set buffers on caps as miniobjects and not as boxed.
17597
17598 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17599
17600         * configure.ac:
17601           back to HEAD
17602
17603 === release 0.9.1 ===
17604
17605 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17606
17607         * .cvsignore:
17608         * NEWS:
17609         * README:
17610         * RELEASE:
17611         * configure.ac:
17612         * po/af.po:
17613         * po/az.po:
17614         * po/cs.po:
17615         * po/en_GB.po:
17616         * po/hu.po:
17617         * po/it.po:
17618         * po/nb.po:
17619         * po/nl.po:
17620         * po/or.po:
17621         * po/sq.po:
17622         * po/sr.po:
17623         * po/sv.po:
17624         * po/uk.po:
17625         * po/vi.po:
17626           updates for release
17627
17628 2005-06-09  Andy Wingo  <wingo@pobox.com>
17629
17630         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17631         
17632 2005-06-09  Andy Wingo  <wingo@pobox.com>
17633
17634         * configure.ac:
17635         * gst-libs/gst/Makefile.am:
17636         * gst-libs/gst/net/Makefile.am:
17637         Add gstnet to build.
17638
17639 2005-06-09  Andy Wingo  <wingo@pobox.com>
17640
17641         * gst-libs/gst/gconf/gconf.c:
17642         * gst/playback/test.c:
17643         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17644         fixes.
17645
17646         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17647
17648         * ext/theora/theoraenc.c (theora_enc_chain): 
17649         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17650
17651         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17652         RealPad.
17653
17654 2005-06-02  Wim Taymans  <wim@fluendo.com>
17655
17656         * gst-libs/gst/net/Makefile.am:
17657         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17658         * pkgconfig/gstreamer-libs.pc.in:
17659         Added net stuff, version net lib.
17660
17661 2005-06-02  Wim Taymans  <wim@fluendo.com>
17662
17663         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17664         (query_rates), (query_positions_elems), (query_positions_pads),
17665         (do_seek):
17666         Updated seek example.
17667
17668 2005-06-02  Andy Wingo  <wingo@pobox.com>
17669
17670         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17671         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17672         list.
17673
17674         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17675         remove the typefind, the bin dispose will do it for us. When it's
17676         removed and unreffed, the signal handler will be disconnected,
17677         too.
17678         (unlinked): It's too difficult to disconnect from unlinked
17679         handlers, as they are on pads not elements. Just punt if the pads
17680         aren't grandkids of the bin.
17681
17682 2005-06-02  Wim Taymans  <wim@fluendo.com>
17683
17684         * ext/ogg/README:
17685         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17686         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17688         * ext/theora/theoradec.c: (theora_dec_src_query),
17689         (theora_handle_data_packet):
17690         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17691         (theora_enc_chain):
17692         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17693         (vorbis_handle_data_packet):
17694         * gst/audioconvert/bufferframesconvert.c:
17695         (buffer_frames_convert_chain):
17696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17697         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17698         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17699         (gst_ffmpegcsp_chain):
17700         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17701         (gst_videorate_getcaps), (gst_videorate_setcaps),
17702         (gst_videorate_event), (gst_videorate_chain):
17703         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17704         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17705         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17706         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17707         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17708         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17709         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17710         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17711         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17712         Cleanups and buffer alloc.
17713
17714 2005-05-31  Wim Taymans  <wim@fluendo.com>
17715
17716         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17717         Don't try to call the delay method when the device is not
17718         opened.
17719
17720 2005-05-31  Wim Taymans  <wim@fluendo.com>
17721
17722         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17723         Get actual segment size and buffer size after opening
17724         the device.
17725
17726 2005-05-30  Wim Taymans  <wim@fluendo.com>
17727
17728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17729         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17730         Also FLUSH upstream, makes the loop function exit faster.
17731         
17732         * ext/theora/theoradec.c: (theora_dec_src_query):
17733         Some more debug info in the query.
17734         
17735         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17736         (gst_ximagesink_setcaps):
17737         Release lock on par error, better error reporting.
17738
17739 2005-05-26  Wim Taymans  <wim@fluendo.com>
17740
17741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17742         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17743         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17744         Clear chains in READY
17745         Queue packets until the chain is activated.
17746
17747 2005-05-25  Wim Taymans  <wim@fluendo.com>
17748
17749         * gst-libs/gst/audio/gstaudiosink.c:
17750         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17751         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17752         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17753         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17754         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17755         (gst_audiosink_create_ringbuffer):
17756         * gst-libs/gst/audio/gstbaseaudiosink.c:
17757         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17758         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17759         (gst_baseaudiosink_set_property), (build_linear_format),
17760         (debug_spec_caps), (debug_spec_buffer),
17761         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17762         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17763         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17764         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17765         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17766         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17767         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17768         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17769         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17770         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17771         (wait_segment), (gst_ringbuffer_commit),
17772         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17773         (gst_ringbuffer_clear):
17774         Various small cleanups.
17775
17776         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17777         (gst_audio_convert_change_state):
17778         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17779         No need to take the locks anymore.
17780
17781 2005-05-25  Wim Taymans  <wim@fluendo.com>
17782
17783         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17784         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17785         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17786         (type_found):
17787         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17788         (group_destroy), (group_commit), (queue_overrun),
17789         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17790         (mute_stream), (new_decoded_pad), (setup_substreams),
17791         (setup_source), (mute_group_type), (set_active_source),
17792         (gst_play_base_bin_change_state):
17793         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17794         (gen_video_element), (gen_text_element), (gen_audio_element),
17795         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17796         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17797         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17798         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17799         Some playbin cleanups mostly refcounting sloppyness.
17800
17801 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17802
17803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17804           Work with streaming input.
17805
17806 2005-05-25  Wim Taymans  <wim@fluendo.com>
17807
17808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17809         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17810         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17811         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17812         No need to take the STREAM lock anymore.
17813
17814 2005-05-25  Wim Taymans  <wim@fluendo.com>
17815
17816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17817         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17818         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17819         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17820         (gst_ogg_demux_sink_activate):
17821         * ext/theora/theoradec.c: (theora_dec_src_event),
17822         (theora_handle_comment_packet), (theora_dec_chain),
17823         (theora_dec_change_state):
17824         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17825         (vorbis_handle_data_packet), (vorbis_dec_chain),
17826         (vorbis_dec_change_state):
17827         Remove STREAM locks as they are taken in core now.
17828         Never set bogus granulepos on vorbis/theora.
17829         Fix leaks in theoradec tag parsing.
17830
17831 2005-05-25  Wim Taymans  <wim@fluendo.com>
17832
17833         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17834         Fix memleaks, GST_BUFFER_DATA() is not freed.
17835
17836 2005-05-25  Wim Taymans  <wim@fluendo.com>
17837
17838         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17839         Open non-blocking, set to blocking mode afterwards to avoid
17840         lockups when audio device is busy.
17841
17842 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17843
17844         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17845           This can't be good.
17846
17847 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17848
17849         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17850         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17851         (gst_audio_convert_setcaps):
17852           Implement instant setup switching.
17853
17854 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17855
17856         * gst/playback/gstplaybasebin.c: (probe_triggered):
17857           Fix missing unlock.
17858         * gst/playback/gstplaybin.c: (add_sink):
17859           First add, then link (otherwise pad link fails).
17860
17861 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17862
17863         * examples/Makefile.am:
17864         fix buildbot (make distcheck)
17865
17866 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17867
17868         * gst/playback/gstplaybin.c: (gen_vis_element):
17869           Remove some wrong code. Doesn't work yet.
17870
17871 2005-05-19  Wim Taymans  <wim@fluendo.com>
17872
17873         * gst-libs/gst/net/Makefile.am:
17874         * gst-libs/gst/net/README:
17875         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17876         (gst_netbuffer_class_init), (gst_netbuffer_init),
17877         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17878         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17879         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17880         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17881         * gst-libs/gst/net/gstnetbuffer.h:
17882         Added buffer subclass to store extra to/from addresses for
17883         network sources/sinks.
17884
17885 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17886
17887         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17888           Don't lock an unassigned variable.
17889
17890 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17891
17892         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17893           Increase buffer for video, decrease buffer for other media types.
17894         * gst/playback/gstplaybin.c: (gen_video_element),
17895         (gen_audio_element):
17896           Change names for debugging purposes.
17897
17898 2005-05-18  Wim Taymans  <wim@fluendo.com>
17899
17900         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17901         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17902         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17903         (gst_ffmpegcsp_chain):
17904         Enable buffer alloc passthrough if the source and dest
17905         formats are the same.
17906
17907 2005-05-17  Wim Taymans  <wim@fluendo.com>
17908
17909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17910         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17911         (gst_ogg_demux_chain_unlocked):
17912         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17913         (gst_audio_convert_caps_remove_format_info),
17914         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17915         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17916         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17917         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17918         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17919         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17920         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17921         (gst_ffmpegcsp_get_property):
17922         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17923         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17924         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17925         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17926         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17927         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17928         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17929         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17930         Leak fixes in oggdemux.
17931         Some cleanups in audioconvert.
17932         Make passthrough work along with buffer_alloc etc.
17933         Make buffer_alloc and buffer recycling actually work in
17934         xvimagesink.
17935
17936 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17937
17938         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17939           make the compiler happy
17940
17941 2005-05-17  Wim Taymans  <wim@fluendo.com>
17942
17943         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17944         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17945         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17946         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17947         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17948         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17949         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17950         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17951         (gst_xvimagesink_set_xwindow_id):
17952         * sys/xvimage/xvimagesink.h:
17953         Port xvimagesink to new MiniObject.
17954
17955 2005-05-17  Wim Taymans  <wim@fluendo.com>
17956
17957         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17958         (gst_audiofilter_chain):
17959         * gst-libs/gst/audio/gstaudiosink.c:
17960         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17961         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17962         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17963         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17964         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17965         (gst_audiosink_create_ringbuffer):
17966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17967         (gst_audio_convert_caps_remove_format_info),
17968         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17969         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17971         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17972         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17973         Fix passthrough in ffmpegcolorspace.
17974         Fix memset in audiosink on wrong memory.
17975
17976 2005-05-16  David Schleef  <ds@schleef.org>
17977
17978         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17979         to GstMiniObject.
17980
17981 2005-05-16  David Schleef  <ds@schleef.org>
17982
17983         Port from GstData to GstMiniObject.
17984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17986         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17987         (gst_ogg_mux_collected):
17988         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17989         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17990         (theora_handle_data_packet):
17991         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17992         (theora_set_header_on_caps), (theora_enc_chain):
17993         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17994         (vorbis_handle_comment_packet):
17995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17996         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17997         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17998         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17999         * gst/audioconvert/gstaudioconvert.c:
18000         (gst_audio_convert_get_buffer):
18001         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
18002         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18003         (mute_stream), (silence_stream):
18004         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
18005         * gst/volume/gstvolume.c: (volume_transform):
18006         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18007         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
18008         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
18009         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18010         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
18011         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
18012         (gst_ximagesink_buffer_alloc):
18013         * sys/ximage/ximagesink.h:
18014
18015 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18016
18017         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18018         (fill_buffer), (check_queue), (queue_threshold_reached),
18019         (queue_out_of_data):
18020         * gst/playback/gstplaybasebin.h:
18021           Post buffer-fullness on the bus.
18022
18023 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18024
18025         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18026         (try_to_link_1):
18027         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18028         (group_commit), (probe_triggered), (setup_source),
18029         (gst_play_base_bin_change_state):
18030         * gst/playback/gstplaybasebin.h:
18031         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18032         (gst_play_bin_init), (remove_sinks), (setup_sinks),
18033         (gst_play_bin_change_state):
18034           Move setup_output_pads into a virtual function, remove
18035           group-switch (no longer needed) and redirect (handled by bus
18036           now) signals.
18037
18038 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18039
18040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18041         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
18042         (get_active_group), (get_building_group), (group_destroy),
18043         (group_commit), (check_queue), (queue_overrun),
18044         (queue_threshold_reached), (queue_out_of_data),
18045         (gen_preroll_element), (remove_groups), (unknown_type),
18046         (add_element_stream), (no_more_pads), (probe_triggered),
18047         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
18048         (setup_substreams), (setup_source), (finish_source),
18049         (prepare_output), (muted_group_change_state),
18050         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18051         (gst_play_base_bin_change_state):
18052         * gst/playback/gstplaybasebin.h:
18053         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18054         (gst_play_bin_init), (gst_play_bin_set_property),
18055         (gen_video_element), (gen_text_element), (gen_audio_element),
18056         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
18057         (gst_play_bin_change_state):
18058         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
18059         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
18060         (stream_info_change_state), (gst_stream_info_set_mute),
18061         (gst_stream_info_get_property):
18062         * gst/playback/gststreaminfo.h:
18063         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18064         (gst_stream_selector_get_linked_pad),
18065         (gst_stream_selector_getcaps),
18066         (gst_stream_selector_get_linked_pads),
18067         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18068         * gst/playback/gststreamselector.h:
18069           Rough port of playbin. Needs some more work, but is mostly done,
18070           and uses a few locks in important places, which should make stuff
18071           like chain-switches clean. Still uses GST_STATE() in a few places,
18072           which isn't all that good an idea, subtitles/elements disabled
18073           because no elements to test with and thus probably broken, query
18074           and event handling moved to GstBin, internal thread removed
18075           alltogether because the pipeline does that for us now. Can play
18076           Ogg/Vorbis files. Haven't tested anything else yet.
18077
18078 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18079
18080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
18081           Do no-more-pads (needed for autoplugging).
18082
18083 2005-05-10  Andy Wingo  <wingo@pobox.com>
18084
18085         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
18086         message to the bus with the tags. Still not sent downstream tho.
18087
18088         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
18089         get_parent.
18090         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
18091         avoid refcounting hassles.
18092
18093 2005-05-09  Andy Wingo  <wingo@pobox.com>
18094
18095         * gst/volume/Makefile.am:
18096         * gst/volume/demo.c
18097         * gst/volume/gstvolume.h
18098         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
18099         basetransform. Probably need an audio filter base class.
18100
18101 2005-05-09  Wim Taymans  <wim@fluendo.com>
18102
18103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
18104         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18105         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
18106         (gst_vorbisenc_chain):
18107         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18108         (gst_audio_convert_caps_remove_format_info),
18109         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18110         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18111         Make caps writable before writing to it.
18112         Fix negotiation in audioconvert some more.
18113
18114 2005-05-09  Wim Taymans  <wim@fluendo.com>
18115
18116         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18117         (gst_videorate_getcaps), (gst_videorate_setcaps),
18118         (gst_videorate_event), (gst_videorate_chain):
18119         Better negotiation.
18120
18121 2005-05-09  Wim Taymans  <wim@fluendo.com>
18122
18123         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18124         (gst_videorate_getcaps), (gst_videorate_setcaps),
18125         (gst_videorate_blank_data), (gst_videorate_init),
18126         (gst_videorate_event), (gst_videorate_chain),
18127         (gst_videorate_change_state):
18128         Port videorate, do a better job at negotiation while we're at
18129         it.
18130
18131 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
18132
18133         * configure.ac:
18134           Disable libvisual
18135
18136         * examples/Makefile.am:
18137         * gst-libs/gst/audio/Makefile.am:
18138         * gst-libs/gst/riff/Makefile.am:
18139         * gst-libs/gst/tag/Makefile.am:
18140         * gst-libs/gst/video/Makefile.am:
18141           Fixups for missing variables.
18142
18143 2005-05-09  Wim Taymans  <wim@fluendo.com>
18144
18145         * examples/seeking/seek.c: (make_theora_pipeline),
18146         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
18147         (query_rates), (query_positions_elems), (query_positions_pads),
18148         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
18149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
18150         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
18151         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
18152         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
18153         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
18154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18155         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18156         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18157         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
18158         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
18159         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
18160         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18161         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
18162         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18163         (theora_dec_src_convert), (theora_dec_sink_convert),
18164         (theora_dec_src_query), (theora_dec_sink_query),
18165         (theora_dec_src_event), (theora_dec_sink_event),
18166         (theora_handle_comment_packet), (theora_handle_type_packet),
18167         (theora_handle_header_packet), (theora_handle_data_packet),
18168         (theora_dec_chain):
18169         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18170         (vorbis_dec_convert), (vorbis_dec_src_query),
18171         (vorbis_dec_sink_query), (vorbis_dec_src_event),
18172         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18173         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18174         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18175         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18176         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
18177         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
18178         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18179         (gst_play_bin_query):
18180         * gst/playback/test3.c: (update_scale):
18181         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
18182         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
18183         * gst/subparse/gstsubparse.c: (gst_subparse_init):
18184         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18185         (gst_videotestsrc_src_query):
18186         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
18187         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
18188         (paint_hline_YUV9):
18189         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18190         Port to new query API.
18191         Updated seek.
18192         Cleanups in x[v]imagesink
18193
18194 2005-05-09  Andy Wingo  <wingo@pobox.com>
18195
18196         * ext/alsa/gstalsasink.h:
18197         * ext/gnomevfs/gstgnomevfssrc.c:
18198         (gst_gnomevfssrc_get_icy_metadata):
18199         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
18200         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
18201         * ext/theora/theoradec.c (theora_dec_src_query)
18202         (theora_dec_src_event, theora_dec_sink_event)
18203         (theora_handle_comment_packet, theora_handle_data_packet):
18204         * ext/theora/theoraenc.c (theora_enc_chain):
18205         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
18206         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
18207         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18208         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
18209         (qt_type_find):
18210         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
18211         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
18212         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
18213         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
18214         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
18215         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
18216         (paint_setup_xBGR8888, paint_setup_RGBx8888)
18217         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
18218         (paint_setup_RGB565, paint_setup_xRGB1555):
18219         * gst/videotestsrc/videotestsrc.h:
18220         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
18221         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
18222         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
18223         GCC4 fixes.
18224         
18225         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
18226         gst_pad_query_position. Fixes oggdemux.
18227
18228 2005-05-08  David Schleef  <ds@schleef.org>
18229
18230         * configure.ac: Require liboil.
18231         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
18232         a few more.
18233         * gst/videotestsrc/videotestsrc.c:
18234         * gst/videotestsrc/videotestsrc.h:
18235
18236 2005-05-06  Wim Taymans  <wim@fluendo.com>
18237
18238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18239         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18240         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18241         Well, unreffing a buffer right before pushing it is asking
18242         for trouble..
18243
18244 2005-05-06  Christian Schaller  <uraeus@gnome.org>
18245
18246         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
18247
18248 2005-05-06  Wim Taymans  <wim@fluendo.com>
18249
18250         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18251         (gst_audio_convert_caps_remove_format_info),
18252         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
18253         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18254         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18255         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
18256         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
18257         * gst/sine/Makefile.am:
18258         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
18259         (gst_sinesrc_class_init), (gst_sinesrc_init),
18260         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
18261         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
18262         (gst_sinesrc_update_freq):
18263         * gst/sine/gstsinesrc.h:
18264         * gst/tcp/gstmultifdsink.c:
18265         * sys/xvimage/xvimagesink.c:
18266         Fixed negotiation wrt _peer_get_caps()
18267         Some cleanups.
18268
18269
18270 2005-05-06  Wim Taymans  <wim@fluendo.com>
18271
18272         * gst-libs/gst/audio/gstaudiosink.c:
18273         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18274         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18275         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18276         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18277         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18278         (gst_audiosink_create_ringbuffer):
18279         * gst-libs/gst/audio/gstbaseaudiosink.c:
18280         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18281         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18282         (gst_baseaudiosink_set_property), (build_linear_format),
18283         (debug_spec_caps), (debug_spec_buffer),
18284         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18285         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18286         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18287         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18288         * gst-libs/gst/audio/gstbaseaudiosink.h:
18289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18290         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18291         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
18292         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18293         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
18294         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
18295         (wait_segment), (gst_ringbuffer_commit),
18296         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
18297         (gst_ringbuffer_clear):
18298         * gst-libs/gst/audio/gstringbuffer.h:
18299         Make the base audiosink return an error when there is no
18300         audiobuffer negotiated.
18301
18302 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18303
18304         * ext/Makefile.am:
18305         Disable cdparanoia until someone ports it!
18306
18307 2005-05-06  Wim Taymans  <wim@fluendo.com>
18308
18309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18310         (gst_ogg_demux_sink_activate):
18311         And revert after wingo's revert.. sigh..
18312
18313 2005-05-05  Andy Wingo  <wingo@pobox.com>
18314
18315         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
18316         GObject.
18317         * configure.ac: Return audiorate and subparse from the ghetto.
18318         Re-enable -Wall -Werror.
18319         * gst/subparse/gstsubparse.c:
18320         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
18321         or chain-based. Cleaned up a bit. Not tested.
18322         
18323 2005-05-05  Christian Schaller <christian@fluendo.com> 
18324
18325         * Makefile.am: remove stuff that is not building
18326         * configure.ac: remove stuff that is not building
18327         * examples/Makefile.am: remove stuff that is not building
18328         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
18329         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
18330         * sys/Makefile.am: remove stuff that is not building
18331         * testsuite/Makefile.am: remove stuff that is not building
18332
18333 2005-05-05  Andy Wingo  <wingo@pobox.com>
18334
18335         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18336         * gst-libs/gst/tag/gstvorbistag.c:
18337         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
18338         * gst/adder/gstadder.h:
18339         * gst/audioconvert/gstchannelmix.c:
18340         (gst_audio_convert_fill_one_other):
18341         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
18342         (gst_audiorate_init), (gst_audiorate_chain):
18343         * gst/playback/gstplaybasebin.c: (setup_source):
18344         * gst/playback/test3.c: (update_scale):
18345         Some GCC4 fixes
18346         
18347         * po/af.po:
18348         * po/az.po:
18349         * po/cs.po:
18350         * po/en_GB.po:
18351         * po/hu.po:
18352         * po/it.po:
18353         * po/nb.po:
18354         * po/nl.po:
18355         * po/or.po:
18356         * po/sq.po:
18357         * po/sr.po:
18358         * po/sv.po:
18359         * po/uk.po:
18360         * po/vi.po: Foo
18361
18362 2005-05-05  Wim Taymans  <wim@fluendo.com>
18363
18364         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18365         (gst_audio_convert_caps_remove_format_info),
18366         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18367         (gst_audio_convert_change_state), (gst_audio_convert_channels):
18368         * gst/videotestsrc/gstvideotestsrc.c:
18369         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
18370         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
18371         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
18372         (gst_videotestsrc_init), (gst_videotestsrc_loop):
18373         Don't ignore _push() return values.
18374         Make sure no processing is done when shutting down.
18375         Videotestsrc pad activation fix.
18376
18377 2005-05-05  Wim Taymans  <wim@fluendo.com>
18378
18379         * gst/adder/Makefile.am:
18380         * gst/adder/gstadder.c: (gst_adder_setcaps),
18381         (gst_adder_class_init), (gst_adder_init),
18382         (gst_adder_request_new_pad), (gst_adder_collected),
18383         (gst_adder_change_state):
18384         * gst/adder/gstadder.h:
18385         Ported adder as an example of a mixer element using
18386         collect pads. Needs more negotiation work.
18387
18388 2005-05-05  Wim Taymans  <wim@fluendo.com>
18389
18390         * ext/theora/theoradec.c: (_inc_granulepos),
18391         (theora_dec_src_event), (theora_dec_sink_event),
18392         (theora_handle_comment_packet), (theora_handle_type_packet),
18393         (theora_handle_header_packet), (theora_handle_data_packet),
18394         (theora_dec_chain):
18395         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18396         (gst_theora_enc_init), (theora_enc_sink_setcaps),
18397         (theora_push_buffer), (theora_push_packet),
18398         (theora_enc_sink_event), (theora_enc_chain),
18399         (theora_enc_change_state), (theora_enc_set_property),
18400         (theora_enc_get_property):
18401         Added stream lock to decoder so that we can serialize
18402         the discont event.
18403         More theoraenc porting, recover from errors, do clean
18404         shutdown.
18405
18406 2005-05-05  Wim Taymans  <wim@fluendo.com>
18407
18408         * ext/ogg/Makefile.am:
18409         * ext/ogg/README:
18410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18411         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
18412         (gst_ogg_print):
18413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18414         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18415         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
18416         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18417         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
18418         (gst_ogg_mux_change_state):
18419         Ported ogg muxer.
18420
18421 2005-05-05  Wim Taymans  <wim@fluendo.com>
18422
18423         * docs/design-audiosinks.txt:
18424         * gst-libs/gst/audio/TODO:
18425         * gst-libs/gst/audio/gstaudiosink.c:
18426         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18427         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18428         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18429         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18430         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18431         (gst_audiosink_create_ringbuffer):
18432         * gst-libs/gst/audio/gstbaseaudiosink.c:
18433         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18434         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18435         (gst_baseaudiosink_set_property), (build_linear_format),
18436         (debug_spec_caps), (debug_spec_buffer),
18437         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18438         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18439         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18440         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18441         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18442         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18443         (gst_ringbuffer_release), (gst_ringbuffer_play),
18444         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18445         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18446         (gst_ringbuffer_set_sample), (wait_segment),
18447         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18448         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18449         More work on the audiosink, mostly debugging and a race in
18450         shutdown.
18451
18452 2005-04-28  Wim Taymans  <wim@fluendo.com>
18453
18454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18455         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18456         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18457         (vorbis_dec_src_query), (vorbis_dec_src_event),
18458         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18459         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18460         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18461         Don't crap out when seeking back to position 0.
18462
18463 2005-04-28  Wim Taymans  <wim@fluendo.com>
18464
18465         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18466         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18467         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18468         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18469         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18470         Make audio sink configurable, use alsasink as default.
18471
18472 2005-04-28  Wim Taymans  <wim@fluendo.com>
18473
18474         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18475         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18476         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18477         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18478         (vorbis_dec_change_state):
18479         * ext/vorbis/vorbisdec.h:
18480         Refactor, use STREAM_LOCK.
18481
18482 2005-04-28  Wim Taymans  <wim@fluendo.com>
18483
18484         * ext/theora/theoradec.c: (_inc_granulepos),
18485         (theora_dec_sink_event), (theora_handle_comment_packet),
18486         (theora_handle_type_packet), (theora_handle_header_packet),
18487         (theora_handle_data_packet), (theora_dec_chain),
18488         (theora_dec_change_state):
18489         Refactor a bit, use STREAM_LOCK.
18490
18491 2005-04-28  Wim Taymans  <wim@fluendo.com>
18492
18493         * ext/alsa/Makefile.am:
18494         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18495         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18496         (gst_alsa_link), (gst_alsa_close_audio):
18497         * ext/alsa/gstalsaplugin.c: (plugin_init):
18498         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18499         (gst_alsasink_dispose), (gst_alsasink_base_init),
18500         (gst_alsasink_class_init), (gst_alsasink_init),
18501         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18502         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18503         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18504         (gst_alsasink_reset):
18505         * ext/alsa/gstalsasink.h:
18506         Implement alsasink with simple open/write/close API. 
18507         Make alsa dir build by disabling compilation of code.
18508
18509 2005-04-28  Wim Taymans  <wim@fluendo.com>
18510
18511         * gst-libs/gst/audio/Makefile.am:
18512         * gst-libs/gst/audio/audio.h:
18513         * gst-libs/gst/audio/audioclock.c:
18514         * gst-libs/gst/audio/audioclock.h:
18515         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18516         (gst_audio_clock_class_init), (gst_audio_clock_init),
18517         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18518         * gst-libs/gst/audio/gstaudioclock.h:
18519         * gst-libs/gst/audio/gstaudiosink.c:
18520         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18521         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18522         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18523         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18524         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18525         (gst_audiosink_create_ringbuffer):
18526         * gst-libs/gst/audio/gstbaseaudiosink.c:
18527         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18528         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18529         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18530         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18531         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18532         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18533         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18534         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18535         * gst-libs/gst/audio/gstbaseaudiosink.h:
18536         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18537         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18538         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18539         (gst_ringbuffer_release), (gst_ringbuffer_play),
18540         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18541         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18542         (gst_ringbuffer_set_sample), (wait_segment),
18543         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18544         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18545         * gst-libs/gst/audio/gstringbuffer.h:
18546         Make ringbuffer faster and more simple by removing the locks
18547         in the playback thread.
18548         Add sample accurate playback based on buffer sample offsets.
18549         Make the baseaudiosink provide a clock.
18550         Parse caps in the base class.
18551         Correctly handle seeking, flushing and state changes.
18552
18553 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18554
18555         * configure.ac:
18556         * gst/audioconvert/Makefile.am:
18557         * gst/audioscale/Makefile.am:
18558           Fix part of the build.  Come on guys, autogen didn't even work :)
18559
18560 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18561
18562         * configure.ac:
18563         * gst-libs/gst/Makefile.am:
18564         * gst-libs/gst/media-info/.cvsignore:
18565         * gst-libs/gst/media-info/Makefile.am:
18566         * gst-libs/gst/media-info/README:
18567         * gst-libs/gst/media-info/media-info-priv.c:
18568         * gst-libs/gst/media-info/media-info-priv.h:
18569         * gst-libs/gst/media-info/media-info-test.c:
18570         * gst-libs/gst/media-info/media-info.c:
18571         * gst-libs/gst/media-info/media-info.h:
18572         * gst-libs/gst/media-info/media-info.vcproj:
18573         * pkgconfig/Makefile.am:
18574         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18575         * pkgconfig/gstreamer-media-info.pc.in:
18576           Remove media-info, which is also successed by playbin (see Totem
18577           implementation).
18578
18579 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18580
18581         * configure.ac:
18582         * examples/Makefile.am:
18583         * examples/gstplay/.cvsignore:
18584         * examples/gstplay/Makefile.am:
18585         * examples/gstplay/player.c:
18586         * gst-libs/gst/Makefile.am:
18587         * gst-libs/gst/play/.cvsignore:
18588         * gst-libs/gst/play/Makefile.am:
18589         * gst-libs/gst/play/play.c:
18590         * gst-libs/gst/play/play.h:
18591         * gst-libs/gst/play/play.vcproj:
18592         * pkgconfig/Makefile.am:
18593         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18594         * pkgconfig/gstreamer-play.pc.in:
18595           Remove libgstplay, playbin is now the official successor.
18596
18597 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18598
18599         * configure.ac:
18600         * gst-libs/gst/Makefile.am:
18601         * gst-libs/gst/xwindowlistener/Makefile.am:
18602         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18603         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18604           Remove deprecated xwindowlistener (I've moved xwindowlistening
18605           in the v4l/v4l2 plugins over to serverside).
18606
18607 2005-04-25  David Schleef  <ds@schleef.org>
18608
18609         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18610         to examples/dynparams.  Examples do not belong interspersed with
18611         source code.
18612         * examples/dynparams/demo-dparams.c:
18613         * gst/sine/Makefile.am:
18614         * gst/sine/demo-dparams.c:
18615
18616 2005-04-25  David Schleef  <ds@schleef.org>
18617
18618         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18619         * gst-libs/gst/audio/Makefile.am:
18620         * gst-libs/gst/riff/Makefile.am:
18621         * gst-libs/gst/tag/Makefile.am:
18622         * gst-libs/gst/video/Makefile.am:
18623         * gst-libs/gst/xwindowlistener/Makefile.am:
18624
18625         Convert to 0.9 API, seems to work:
18626         * sys/ximage/Makefile.am:
18627         * sys/ximage/ximagesink.c:
18628
18629 2005-04-24  David Schleef  <ds@schleef.org>
18630
18631         Link plugins against libraries:
18632         * ext/alsa/Makefile.am:
18633         * gst/tcp/Makefile.am:
18634
18635         Remove asm code that should be in liboil
18636         * gst/videoscale/Makefile.am:
18637         * gst/videoscale/videoscale_x86_asm.s:
18638
18639         gettext wants these checked in:
18640         * po/af.po:
18641         * po/az.po:
18642         * po/cs.po:
18643         * po/en_GB.po:
18644         * po/hu.po:
18645         * po/it.po:
18646         * po/nb.po:
18647         * po/nl.po:
18648         * po/or.po:
18649         * po/sq.po:
18650         * po/sr.po:
18651         * po/sv.po:
18652         * po/uk.po:
18653         * po/vi.po:
18654
18655 2005-04-24  David Schleef  <ds@schleef.org>
18656
18657         Convert gst_main() to g_main_loop_run()
18658         * gst/playback/decodetest.c: (main):
18659         * gst/playback/test2.c: (main):
18660         * gst/playback/test3.c: (main):
18661         * gst/playback/test4.c: (main):
18662
18663         Link plugins against libraries:
18664         * ext/libvisual/Makefile.am:
18665         * sys/xvimage/Makefile.am:
18666
18667 2005-04-24  David Schleef  <ds@schleef.org>
18668
18669         * configure.ac: Remove idct and resample libs
18670         * gst-libs/gst/Makefile.am: same
18671
18672         Remove usage of gst_library_load():
18673         * ext/alsa/gstalsaplugin.c: (plugin_init):
18674         * ext/libvisual/visual.c: (plugin_init):
18675         * ext/ogg/gstogg.c: (plugin_init):
18676         * ext/theora/theora.c: (plugin_init):
18677         * ext/vorbis/vorbis.c: (plugin_init):
18678         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18679         * gst/audioscale/gstaudioscale.c:
18680         * gst/adder/gstadder.c: (plugin_init):
18681         * gst/audioconvert/plugin.c: (plugin_init):
18682         * sys/ximage/ximagesink.c: (plugin_init):
18683         * sys/xvimage/xvimagesink.c: (plugin_init):
18684         * gst/tcp/gsttcpplugin.c: (plugin_init):
18685
18686         Link plugins against libraries:
18687         * ext/ogg/Makefile.am:
18688         * ext/theora/Makefile.am:
18689         * ext/vorbis/Makefile.am:
18690         * gst/audioconvert/Makefile.am:
18691
18692         Create proper libraries:
18693         * gst-libs/gst/riff/Makefile.am:
18694         * gst-libs/gst/audio/Makefile.am:
18695         * gst-libs/gst/video/Makefile.am:
18696
18697         Move resample library to audioscale plugin directory:
18698         * gst-libs/gst/resample/Makefile.am:
18699         * gst-libs/gst/resample/README:
18700         * gst-libs/gst/resample/dtof.c:
18701         * gst-libs/gst/resample/dtos.c:
18702         * gst-libs/gst/resample/functable.c:
18703         * gst-libs/gst/resample/private.h:
18704         * gst-libs/gst/resample/resample.c:
18705         * gst-libs/gst/resample/resample.h:
18706         * gst-libs/gst/resample/resample.vcproj:
18707         * gst-libs/gst/resample/test.c:
18708         * gst/audioscale/Makefile.am:
18709         * gst/audioscale/README:
18710         * gst/audioscale/dtof.c:
18711         * gst/audioscale/dtos.c:
18712         * gst/audioscale/functable.c:
18713         * gst/audioscale/private.h:
18714         * gst/audioscale/resample.c:
18715         * gst/audioscale/resample.h:
18716         * gst/audioscale/test.c:
18717
18718         Move tagedit library to gst-libs:
18719         * gst-libs/gst/tag/Makefile.am:
18720         * gst-libs/gst/tag/gstid3tag.c:
18721         * gst-libs/gst/tag/gsttagediting.c:
18722         * gst-libs/gst/tag/gsttageditingprivate.h:
18723         * gst-libs/gst/tag/gstvorbistag.c:
18724         * gst/tags/Makefile.am:
18725         * gst/tags/gstid3tag.c:
18726         * gst/tags/gstvorbistag.c:
18727
18728         Fix for core changes:
18729         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18730         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18731         (gst_sinesrc_getrange):
18732
18733 2005-04-23  David Schleef  <ds@schleef.org>
18734
18735         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18736         in gst-plugins in a long time, and properly belongs in liboil.
18737         * gst-libs/gst/idct/Makefile.am:
18738         * gst-libs/gst/idct/README:
18739         * gst-libs/gst/idct/dct.h:
18740         * gst-libs/gst/idct/doieee:
18741         * gst-libs/gst/idct/fastintidct.c:
18742         * gst-libs/gst/idct/floatidct.c:
18743         * gst-libs/gst/idct/idct.c:
18744         * gst-libs/gst/idct/idct.h:
18745         * gst-libs/gst/idct/idtc.vcproj:
18746         * gst-libs/gst/idct/ieeetest.c:
18747         * gst-libs/gst/idct/intidct.c:
18748
18749 2005-04-20  Wim Taymans  <wim@fluendo.com>
18750
18751         * docs/design-audiosinks.txt:
18752         * gst-libs/gst/audio/Makefile.am:
18753         * gst-libs/gst/audio/TODO:
18754         * gst-libs/gst/audio/gstaudiosink.c:
18755         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18756         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18757         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18758         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18759         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18760         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18761         (gst_audiosink_class_init), (gst_audiosink_init),
18762         (gst_audiosink_create_ringbuffer):
18763         * gst-libs/gst/audio/gstaudiosink.h:
18764         * gst-libs/gst/audio/gstbaseaudiosink.c:
18765         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18766         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18767         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18768         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18769         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18770         (gst_baseaudiosink_create_ringbuffer),
18771         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18772         * gst-libs/gst/audio/gstbaseaudiosink.h:
18773         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18774         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18775         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18776         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18777         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18778         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18779         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18780         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18781         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18782         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18783         * gst-libs/gst/audio/gstringbuffer.h:
18784         An attempt at a set of audio base classes together with some
18785         design docs.
18786
18787 2005-04-20  Wim Taymans  <wim@fluendo.com>
18788
18789         * gst/audioconvert/Makefile.am:
18790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18791         (gst_audio_convert_caps_remove_format_info),
18792         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18793         (gst_audio_convert_channels):
18794         Link against audio libs.
18795         Fix audio convert plugin.
18796
18797 2005-04-20  Wim Taymans  <wim@fluendo.com>
18798
18799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18800         (gst_ogg_demux_sink_activate):
18801         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18802         (theora_set_header_on_caps), (theora_enc_sink_event),
18803         (theora_enc_chain):
18804         Fix theora encoder.
18805
18806 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18807
18808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18809         * gst/playback/gstdecodebin.c: (find_compatibles):
18810           Work with staticpadtemplates in elementfactories.
18811
18812 2005-04-12  Wim Taymans  <wim@fluendo.com>
18813
18814         * gst/playback/README:
18815         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18816         (compare_ranks), (print_feature), (gst_decode_bin_init),
18817         (dynamic_create), (dynamic_free), (find_compatibles),
18818         (mimetype_is_raw), (close_pad_link), (got_redirect),
18819         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18820         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18821         (gst_decode_bin_change_state):
18822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18823         (gst_play_base_bin_init), (group_destroy), (group_commit),
18824         (check_queue), (queue_overrun), (queue_threshold_reached),
18825         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18826         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18827         (got_redirect), (setup_source), (play_base_eos),
18828         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18829         (gst_play_base_bin_remove_element):
18830         * gst/playback/gstplaybasebin.h:
18831         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18832         (gst_play_bin_init), (gst_play_bin_dispose),
18833         (gst_play_bin_set_property), (gen_video_element),
18834         (gen_text_element), (gen_audio_element), (remove_sinks),
18835         (gst_play_bin_send_event):
18836         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18837         (stream_info_change_state), (gst_stream_info_set_mute):
18838         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18839         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18840         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18841         (gst_stream_selector_chain):
18842         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18843         (main):
18844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18845         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18846         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18847         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18848         Raw and crude port of decodebin. 
18849         Make playbin compile.
18850
18851 2005-04-06  Wim Taymans  <wim@fluendo.com>
18852
18853         * ext/gnomevfs/Makefile.am:
18854         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18855         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18856         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18857         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18858         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18859         (gst_gnomevfssrc_stop):
18860         * ext/ogg/Makefile.am:
18861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18862         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18863         * ext/theora/Makefile.am:
18864         * ext/theora/theoradec.c: (_inc_granulepos),
18865         (theora_dec_sink_event), (theora_dec_chain):
18866         * ext/vorbis/Makefile.am:
18867         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18868         (vorbis_dec_sink_event), (vorbis_dec_chain):
18869         * gst-libs/gst/audio/Makefile.am:
18870         * sys/xvimage/Makefile.am:
18871         Make gnomevfssrc extend the source base class.
18872         Fix linking against libs in various plugins.
18873
18874 2005-04-06  Andy Wingo  <wingo@pobox.com>
18875
18876         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18877         GST_BASE_LIBS.
18878
18879         * configure.ac: Add check and AC_SUBST for libgstbase.
18880
18881 2005-03-31  Wim Taymans  <wim@fluendo.com>
18882
18883         * examples/seeking/Makefile.am:
18884         * examples/seeking/cdparanoia.c: (main):
18885         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18886         (play_cb), (pause_cb), (stop_cb), (main):
18887         * examples/seeking/playbin.c:
18888         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18889         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18890         (make_sid_pipeline), (make_vorbis_pipeline),
18891         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18892         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18893         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18894         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18895         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18896         (stop_cb), (main):
18897         * examples/seeking/spider_seek.c:
18898         * examples/seeking/vorbisfile.c:
18899         * ext/gnomevfs/Makefile.am:
18900         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18901         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18902         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18903         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18904         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18905         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18906         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18907         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18908         * ext/ogg/README:
18909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18910         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18911         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18912         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18913         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18914         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18915         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18916         (gst_ogg_demux_factory_filter), (compare_ranks),
18917         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18918         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18919         (gst_ogg_chain_new), (gst_ogg_chain_free),
18920         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18921         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18922         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18923         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18924         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18925         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18926         (gst_ogg_demux_get_prev_page),
18927         (gst_ogg_demux_deactivate_current_chain),
18928         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18929         (gst_ogg_demux_bisect_forward_serialno),
18930         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18931         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18932         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18933         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18934         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18935         (gst_ogg_demux_change_state), (gst_ogg_print):
18936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18937         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18938         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18939         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18940         (gst_ogg_mux_loop):
18941         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18942         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18943         (theora_dec_src_convert), (theora_dec_sink_convert),
18944         (theora_dec_src_query), (theora_dec_src_event),
18945         (theora_dec_sink_event), (theora_dec_chain),
18946         (theora_dec_change_state):
18947         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18948         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18949         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18950         (theora_enc_change_state):
18951         * ext/vorbis/Makefile.am:
18952         * ext/vorbis/oggvorbisenc.c:
18953         * ext/vorbis/oggvorbisenc.h:
18954         * ext/vorbis/vorbis.c: (plugin_init):
18955         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18956         (vorbis_dec_src_query), (vorbis_dec_src_event),
18957         (vorbis_dec_sink_event), (vorbis_dec_chain),
18958         (vorbis_dec_change_state):
18959         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18960         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18961         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18962         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18963         (gst_vorbisenc_change_state):
18964         * ext/vorbis/vorbisenc.h:
18965         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18966         * gst-libs/gst/audio/audioclock.c:
18967         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18968         (gst_audiofilter_init), (gst_audiofilter_chain):
18969         * gst-libs/gst/audio/testchannels.c: (main):
18970         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18971         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18972         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18973         (gmip_find_track_streaminfo), (gmip_find_track_format):
18974         * gst-libs/gst/media-info/media-info.c:
18975         (gst_media_info_read_idler):
18976         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18977         (gst_play_get_all_by_interface):
18978         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18979         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18980         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18981         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18982         (gst_riff_parse_info):
18983         * gst-libs/gst/riff/riff-read.h:
18984         * gst-libs/gst/riff/riff.c: (plugin_init):
18985         * gst-libs/gst/video/Makefile.am:
18986         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18987         (gst_videosink_class_init), (gst_videosink_get_type):
18988         * gst-libs/gst/video/videosink.h:
18989         * gst/audioconvert/bufferframesconvert.c:
18990         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18991         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18992         * gst/audioconvert/channelmixtest.c: (main):
18993         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18994         (gst_audio_convert_chain),
18995         (gst_audio_convert_caps_remove_format_info),
18996         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18997         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18998         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18999         (gst_audio_convert_buffer_to_default_format),
19000         (gst_audio_convert_buffer_from_default_format),
19001         (gst_audio_convert_channels):
19002         * gst/audioconvert/gstchannelmix.h:
19003         * gst/ffmpegcolorspace/avcodec.h:
19004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19005         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19006         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
19007         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
19008         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
19009         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19010         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
19011         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19012         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19013         (dv_type_find):
19014         * gst/videotestsrc/gstvideotestsrc.c:
19015         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
19016         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
19017         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
19018         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
19019         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
19020         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
19021         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
19022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19023         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
19024         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
19025         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
19026         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
19027         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19028         (gst_xvimagesink_navigation_send_event),
19029         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
19030         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
19031         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19032         * sys/xvimage/xvimagesink.h:
19033         Plugin port to 0.9, ogg/theora playback should work in the seek
19034         example now.
19035         Removed old examples.
19036         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
19037         explained in 0.9 TODO doc.
19038
19039
19040 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19041
19042         * autogen.sh:
19043         * configure.ac:
19044         * ext/Makefile.am:
19045         * gst/Makefile.am:
19046         * po/POTFILES.in:
19047         * po/af.po:
19048         * po/az.po:
19049         * po/cs.po:
19050         * po/en_GB.po:
19051         * po/hu.po:
19052         * po/it.po:
19053         * po/nb.po:
19054         * po/nl.po:
19055         * po/or.po:
19056         * po/sq.po:
19057         * po/sr.po:
19058         * po/sv.po:
19059         * po/uk.po:
19060         * po/vi.po:
19061         * sys/Makefile.am:
19062         * testsuite/Makefile.am:
19063           remove a whole bunch of plugins.  This module now contains a set
19064           of free reference plugins/elements as agreed.
19065
19066 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19067
19068         * configure.ac:
19069           hunting season on 0.9 is now OPEN
19070
19071 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19072
19073         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19074           Kick the hell out of gcc for not warning me about a symbol conflict.
19075
19076 2005-02-22  Luca Ognibene  <luogni@tin.it>
19077
19078         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19079
19080         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
19081           Don't leak caps string (fixes #168134)
19082
19083         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
19084         (gst_jpegenc_init), (gst_jpegenc_finalize),
19085         (gst_jpegenc_change_state):
19086           Don't leak line buffers and context struct (fixes #168133).
19087
19088 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
19089
19090         * configure.ac:
19091         * ext/dirac/gstdiracdec.cc:
19092         (gst_diracdec_chain):
19093           Since dirac 0.5.0 the framerate in dirac is expressed as a
19094           rational number. Fix build and up requirement to 0.5.0, and
19095           also pass parameters to gst_diracdec_link in the right order
19096           (fixes #167959).
19097
19098 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
19099
19100         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
19101         * ext/faad/gstfaad.h:
19102         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
19103         certain invalid muxed streams, where some packets will contain 
19104         junk after decoder data. Partially fixes #149158.
19105
19106 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
19107         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
19108           Make sure we only write to writable buffers
19109
19110 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
19111
19112         * gst-libs/gst/riff/riff-media.c:
19113         (gst_riff_create_audio_caps_with_data):
19114           Do actually fix invalid RIFF fmt header values for alaw
19115           and mulaw audio instead of just saying so.
19116
19117         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19118           Give gst_riff_create_audio_caps_with_data() a chance to
19119           fix up broken format header fields before extracting any
19120           parameters from the header. (fixes #167633)
19121
19122 2005-02-19  Martin Holters  <martin.holters@gmx.de>
19123
19124         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19125
19126         * gst/audioconvert/bufferframesconvert.c:
19127         (buffer_frames_convert_link):
19128           Don't leak othercaps. (fixes #167878)
19129
19130 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
19131
19132         * configure.ac:
19133         * ext/libvisual/visual.c: (gst_visual_srclink),
19134         (gst_visual_change_state):
19135           Support libvisual 0.2.0.
19136
19137 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
19138
19139         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
19140         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
19141           Use same rowstrides for I420 as used everywhere else.
19142
19143 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
19144
19145         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19146           Declare variables at beginning of block and make gcc-2.95 happy
19147           (fixes # 167482, patch by Gergely Nagy).
19148           
19149         * gst/tcp/gsttcpclientsrc.c:
19150         * gst/tcp/gsttcpclientsrc.h:
19151           Move some includes into the header, so that struct sockaddr_in is
19152           defined when it should be defined on FreeBSD as well (fixes
19153           #167483).
19154           
19155         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19156           Don't pass uninitialised values to setsockopt() here either.
19157
19158 2005-02-17  Luca Ognibene  <luogni at tin dot it>
19159
19160         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19161
19162         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
19163           Don't pass uninitialised values to setsockopt(). (fixes #167704)
19164
19165 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19166
19167         * gst/playback/gstplaybin.c: (add_sink):
19168           Invert bin_add/link order to workaround deadlock in opt.
19169
19170 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19171
19172         * gst/modplug/gstmodplug.cc:
19173           Add missing break causing position queries to fail.
19174
19175 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19176
19177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
19178           Granpos can apparently be -1, which screws up calculations...
19179
19180 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
19181
19182         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19183         (gst_ximagesink_send_pending_navigation),
19184         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
19185         (gst_ximagesink_init):
19186         * sys/ximage/ximagesink.h:
19187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19188         (gst_xvimagesink_send_pending_navigation),
19189         (gst_xvimagesink_navigation_send_event),
19190         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
19191         * sys/xvimage/xvimagesink.h:
19192           Use a mutex protected list to marshal navigation
19193           events into the stream thread from whichever thread
19194           sends them.
19195
19196 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
19197
19198         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
19199           Display current position and track length; misc. clean-ups.
19200           
19201         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
19202         (speed_init), (speed_chain):
19203           Add query function, so that the stream length and current position
19204           get adjusted when queried (note that current position queries may
19205           still be wrong if the audio sink returns values based on buffer
19206           timestamps instead of passing on the query).
19207
19208 2005-02-13  Benjamin Otte  <otte@gnome.org>
19209
19210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19211         (gst_audio_convert_channels):
19212           create channel conversion matrix when linking
19213         * gst/audioconvert/.cvsignore:
19214         * gst/audioconvert/Makefile.am:
19215         * gst/audioconvert/channelmixtest.c: (main):
19216           add (ugly) test that ensures stereo <=> mono conversion works
19217           correctly
19218
19219 2005-02-13  Benjamin Otte  <otte@gnome.org>
19220
19221         * gst/audioconvert/gstchannelmix.h:
19222           include missing header file
19223         * gst/audioconvert/gstchannelmix.c:
19224         (gst_audio_convert_fill_compatible):
19225           use same sign for both channels when converting to/from compatible
19226           channel. Previously used different signs made the signals cancel
19227           each other out and appear like silence. (fixes #167269)
19228
19229 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19230
19231         * gst/ffmpegcolorspace/avcodec.h:
19232         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19233         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19234         (gst_ffmpegcsp_avpicture_fill):
19235         * gst/ffmpegcolorspace/imgconvert.c:
19236           Convert to and from YV12 (fixes #156379).
19237
19238 2005-02-12  Julien MOUTTE  <julien@moutte.net>
19239
19240         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19241         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19242         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19243         (gst_ximagesink_expose), (gst_ximagesink_set_property),
19244         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
19245         methods from chain and negotiation and vice versa (Fixes #166142).
19246         * sys/ximage/ximagesink.h: Add stream_lock.
19247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19248         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19249         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19250         (gst_xvimagesink_expose): Check for xcontext before trying to link.
19251
19252 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
19253
19254         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
19255           Don't send "Hey! You gave me a NULL pointer you naughty person" as
19256           error message when we can't open the DVD device (when dvdnav_open()
19257           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
19258           the above). Send something more useful instead (fixes #167117).
19259
19260 2005-02-11  Julien MOUTTE  <julien@moutte.net>
19261
19262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19263         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
19264         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19265         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19266         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19267         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
19268         methods from chain and negotiation and vice versa (Fixes #166142).
19269         Fix a possible bug of images in the buffer pool being discarded because
19270         we are looking at the wrong geometry.
19271         * sys/xvimage/xvimagesink.h: Add stream_lock.
19272
19273 2005-02-11  David Schleef  <ds@schleef.org>
19274
19275         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
19276         unsigned int. (fixes #167128)
19277
19278 2005-02-11  David Schleef  <ds@schleef.org>
19279
19280         * gst/librfb/Makefile.am: Testing stuff before committing is
19281           for wimps... and people with fast machines.  Fix stupid
19282           mistake.
19283
19284 2005-02-11  David Schleef  <ds@schleef.org>
19285
19286         * configure.ac: Pull in librfb from my CVS tree, because it is
19287           too small and annoying to be separate.  Move rfbsrc plugin
19288           to gst/.
19289         * ext/Makefile.am:
19290         * ext/librfb/Makefile.am:
19291         * ext/librfb/gstrfbsrc.c:
19292         * gst/librfb/Makefile.am:
19293         * gst/librfb/gstrfbsrc.c:
19294         * gst/librfb/rfb.c:
19295         * gst/librfb/rfb.h:
19296         * gst/librfb/rfbbuffer.c:
19297         * gst/librfb/rfbbuffer.h:
19298         * gst/librfb/rfbbytestream.c:
19299         * gst/librfb/rfbbytestream.h:
19300         * gst/librfb/rfbcontext.h:
19301         * gst/librfb/rfbdecoder.c:
19302         * gst/librfb/rfbdecoder.h:
19303         * gst/librfb/rfbutil.h:
19304
19305 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
19306
19307         * gst/speed/Makefile.am:
19308         * gst/speed/demo-mp3.c: (main):
19309         * gst/speed/filter.func:
19310         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
19311         (speed_class_init), (speed_init), (speed_chain_int16),
19312         (speed_chain_float32), (speed_chain), (speed_set_property),
19313         (speed_get_property), (speed_change_state):
19314         * gst/speed/gstspeed.h:
19315           Fix speed element and make it chain-based (fixes #156467),
19316           and make it handle more than one channel.
19317
19318 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
19319
19320         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
19321         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
19322         (gst_dtsdec_chain), (gst_dtsdec_change_state):
19323         * ext/dts/gstdtsdec.h:
19324           Don't clobber the stack constructing the channels array.
19325           Make the element chain-based. DTS tracks can now be played.
19326           
19327 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
19328
19329         * gst-libs/gst/audio/multichannel.h:
19330         * gst-libs/gst/gconf/gconf.h:
19331         * gst-libs/gst/idct/idct.h:
19332         * gst-libs/gst/media-info/media-info-priv.h:
19333         * gst-libs/gst/play/play.h:
19334         * gst-libs/gst/resample/private.h:
19335         * gst-libs/gst/resample/resample.h:
19336         * gst-libs/gst/riff/riff-ids.h:
19337         * gst-libs/gst/video/video.h:
19338         * gst-libs/gst/video/videosink.h:
19339           Add G_BEGIN_DECLS and G_END_DECLS around headers where
19340           missing, so that they work when included from C++ code.
19341
19342 2005-02-09  David Schleef  <ds@schleef.org>
19343
19344         * testsuite/gst-lint: Check for non-statically scoped
19345           parent_class variables.  This won't be a problem once
19346           plugins are loaded with RTLD_LOCAL.
19347
19348 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19349
19350         * ext/mplex/gstmplexibitstream.cc:
19351           gcc madness.
19352
19353 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19354
19355         * ext/ogg/gstogmparse.c:
19356         * gst/debug/gstnavigationtest.c:
19357           Die, thou faulty symbol pollutors (non-static parent_class).
19358
19359 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19360
19361         * ext/mplex/gstmplexibitstream.cc:
19362           Fix event handling (#165525).
19363
19364 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19365
19366         * ext/mikmod/gstmikmod.c:
19367         * gst/modplug/gstmodplug.cc:
19368           Add missing endianness to template (fixes #165509).
19369
19370 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19371
19372         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
19373           Fix wrong order of reading of optional bytes (#165290).
19374
19375 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19376
19377         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19378           Implement FILLER event awareness.
19379
19380 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19381
19382         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
19383           Fix track calculations (#166208).
19384
19385 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19386
19387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19388
19389         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
19390         * ext/libpng/gstpngenc.c:
19391           Fix byte-order, use proper fixed caps. Fixes #164197.
19392
19393 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
19394
19395         * configure.ac:
19396           Add dvdlpcmdec 
19397
19398         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
19399         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
19400           Don't push buffers if the src pad isn't negotiated yet.
19401           
19402         * gst/audioconvert/gstaudioconvert.c:
19403         (gst_audio_convert_buffer_to_default_format),
19404         (gst_audio_convert_buffer_from_default_format):
19405           Add support for 24-bit width.
19406
19407         * gst/dvdlpcmdec/.cvsignore:
19408         * gst/dvdlpcmdec/Makefile.am:
19409         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
19410         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
19411         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
19412         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
19413         (plugin_init):
19414         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
19415           New decoder for rearranging DVD LPCM into our audio/x-raw-int
19416           format. Needs support for the channels maps if someone can find 
19417           a DVD LPCM track with > 2 channels.
19418
19419         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
19420         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19421         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19422         * gst/mpegstream/gstdvddemux.h:
19423         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19424         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19425         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19426         * gst/mpegstream/gstmpegdemux.h:
19427         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19428         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19429         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19430         (gst_mpeg_parse_handle_src_query),
19431         (gst_mpeg_parse_handle_src_event):
19432           Use audio/x-dvd-lpcm for LPCM output.
19433           Add DTS output.
19434
19435 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19436
19437         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19438
19439         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19440         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19441           Add BGRA handling (#165736).
19442
19443 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19444
19445         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19446
19447         * gst/law/alaw-decode.c: (alawdec_link):
19448         * gst/law/alaw-encode.c: (alawenc_link):
19449         * gst/law/mulaw-decode.c: (mulawdec_link):
19450         * gst/law/mulaw-encode.c: (mulawenc_link):
19451           Fix caps memleaks (#166600).
19452
19453 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19454
19455         * ext/tarkin/mem.h:
19456         * ext/tarkin/wavelet.h:
19457         * ext/tarkin/yuv.h:
19458         * gst/ffmpegcolorspace/avcodec.h:
19459           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19460           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19461
19462 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19463
19464         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19466         (gst_xvimagesink_change_state):
19467           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19468           Xv video (and thereby regenerate Xv colourkey) in clear() so
19469           that PLAY -> READY -> PLAY works (fixes #162504).
19470
19471 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19472
19473         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19474           Switch to list instead of range, since MJPEG-devices really just
19475           support decimations, not any size.
19476
19477 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19478         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19479         (gst_mpeg2dec_reset), (free_all_buffers),
19480         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19481         * ext/mpeg2dec/gstmpeg2dec.h:
19482           The libmpeg2 user-allocated buffer management is awkward, 
19483           to say the least. Hopefully this fixes things.
19484
19485 2005-02-04  Andy Wingo  <wingo@pobox.com>
19486
19487         * gst/audioconvert/bufferframesconvert.c
19488         (buffer_frames_convert_fixate): New function, fixates to 256
19489         frames per buffer by default. (Much better than 1.)
19490         (buffer_frames_convert_init): Set the fixate function for both src
19491         and sink pad.
19492         (buffer_frames_convert_link): After success setting nonfixed caps,
19493         get the negotiated caps so we can know how many buffer-frames it
19494         will be. No idea how this worked at all before.
19495
19496 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19497
19498         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19499         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19500         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19501         (handle_sequence), (handle_picture):
19502         * ext/mpeg2dec/gstmpeg2dec.h:
19503           Rearrange buffer tracking and refcounting and refactor
19504           a little for readability. 
19505
19506 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19507         * sys/v4l/gstv4l.c: (plugin_init):
19508         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19509         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19510         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19511         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19512         * sys/v4l/gstv4ljpegsrc.h:
19513         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19514         * sys/v4l/v4l_calls.h:
19515         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19516         (gst_v4lsrc_get_fps):
19517         * sys/v4l/v4lsrc_calls.h:
19518           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19519           you jpeg inside rgb frames" driver.
19520           Don't error in the v4lsrc link function, just return 
19521           REFUSED.
19522
19523 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19524
19525         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19526         (gst_qcamsrc_open):
19527           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19528
19529 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19530
19531         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19532           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19533
19534 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19535
19536         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19537           Reset negotiated state on PAUSED->READY.
19538
19539 2005-02-02  David Schleef  <ds@schleef.org>
19540
19541         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19542         whereever possible.  (Fixes #165997)
19543         * examples/capsfilter/capsfilter1.c: (main):
19544         * examples/dynparams/filter.c: (create_ui):
19545         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19546         * examples/seeking/chained.c: (main):
19547         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19548         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19549         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19550         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19551         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19552         * examples/switch/switcher.c: (main):
19553         * ext/dv/demo-play.c: (main):
19554         * ext/faad/gstfaad.c: (gst_faad_change_state):
19555         * ext/mad/gstmad.c: (gst_mad_chain):
19556         * ext/smoothwave/demo-osssrc.c: (main):
19557         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19558         (gst_gconf_render_bin_from_description),
19559         (gst_gconf_get_default_audio_sink),
19560         (gst_gconf_get_default_video_sink),
19561         (gst_gconf_get_default_audio_src),
19562         (gst_gconf_get_default_video_src),
19563         (gst_gconf_get_default_visualization_element):
19564         * gst/level/demo.c: (main):
19565         * gst/level/plot.c: (main):
19566         * gst/playback/gstplaybin.c: (gen_video_element),
19567         (gen_audio_element):
19568         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19569         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19570         * gst/sine/demo-dparams.c: (main):
19571         * gst/spectrum/demo-osssrc.c: (main):
19572         * gst/speed/demo-mp3.c: (main):
19573         * gst/volume/demo.c: (main):
19574         * testsuite/embed/embed.c: (main):
19575
19576 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19577
19578         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19579         (gst_tcpclientsink_finalize):
19580         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19581         (gst_tcpclientsrc_finalize):
19582         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19583         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19584         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19585         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19586           Don't leak the hostname when shutting down.
19587           In tcpserversrc, take a copy of the default hostname.
19588
19589 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19590
19591         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19592           Set caps to systemstream=TRUE.
19593
19594 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19595
19596         * testsuite/Makefile.am:
19597           Fix more OSX buildbots.
19598
19599 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19600
19601         * ext/mpeg2dec/gstmpeg2dec.c:
19602           Don't send things to NULL PAD_PEERs
19603
19604         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19605           Copy-on-write the incoming buffer.
19606
19607         * gst/mpegstream/gstdvddemux.h:
19608         * gst/mpegstream/gstmpegclock.h:
19609         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19610         (normal_seek), (gst_mpeg_demux_handle_src_event):
19611         * gst/mpegstream/gstmpegdemux.h:
19612         * gst/mpegstream/gstmpegpacketize.h:
19613         * gst/mpegstream/gstmpegparse.c:
19614         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19615         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19616         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19617         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19618         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19619         * gst/mpegstream/gstmpegparse.h:
19620         * gst/mpegstream/gstrfc2250enc.h:
19621           Various changes to the way time is computed that make seeking and
19622           total time estimation much better here.
19623           Use G_BEGIN/END_DECLS instead of __cplusplus
19624
19625         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19626           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19627
19628 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19629
19630         * gst/subparse/gstsubparse.c:
19631           Fix OSX buildbot.
19632
19633 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19634
19635         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19636         (theora_enc_chain), (theora_enc_change_state):
19637         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19638         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19639         (gst_vorbisenc_change_state):
19640         * ext/vorbis/vorbisenc.h:
19641           Set granulepos and timestamp correctly for streams not
19642           starting at 0, taking into account the initial delay.
19643
19644 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19645
19646         * gst/mpegstream/gstdvddemux.c:
19647           Add audio/x-dts to audio pad template caps
19648
19649 2005-01-30  David Schleef  <ds@schleef.org>
19650
19651         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19652         (create_context), (gst_polypsink_link): Fix silly endianness
19653         bug.  Add some debugging.  Remove float from caps; it doesn't
19654         work.  Attempt to get remote audio working.
19655
19656 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19657
19658         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19659           Add 3IV2 fourcc.
19660
19661 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19662
19663         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19664         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19665         (gst_avi_demux_stream_data):
19666         * gst/avi/gstavidemux.h:
19667           Invert DIB images. Fixes #132341.
19668
19669 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19672         (gst_ffmpegcsp_chain):
19673           D'oh, reference the palette data, not the palette structure.
19674           Fixes color distortion in #132341.
19675
19676 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19677
19678         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19679           PAR can be non-fixed when not provided as argument (#162626).
19680
19681 2005-01-29  David Moore  <dcm@acm.org>
19682
19683         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19684
19685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19686         (gst_qtdemux_loop_header):
19687           Re-apply patch from #142272 that allows non-seekable sources,
19688           re-proposed by Daniel Drake <dsd@gentoo.org>.
19689
19690 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19691
19692         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19693           Use the src template for creating the src pad (#162330).
19694
19695 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19696
19697         * configure.ac:
19698         * ext/musepack/Makefile.am:
19699         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19700         (gst_musepackdec_init), (gst_musepackdec_dispose),
19701         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19702         (gst_musepack_stream_init), (gst_musepackdec_loop),
19703         (gst_musepackdec_change_state):
19704         * ext/musepack/gstmusepackdec.cpp:
19705         * ext/musepack/gstmusepackdec.h:
19706         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19707         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19708         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19709         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19710         * ext/musepack/gstmusepackreader.cpp:
19711         * ext/musepack/gstmusepackreader.h:
19712           Update to 1.1 API (#165446).
19713
19714 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19715
19716         * ext/Makefile.am:
19717           Unbreak buildbot.
19718
19719 2005-01-28  Andy Wingo  <wingo@pobox.com>
19720
19721         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19722         to reflect a different dubious internet source. Add a reference
19723         and some commentary.
19724
19725 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19726
19727         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19728         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19729         * gst/playback/gststreamselector.h:
19730           Be more selective when we're redoing caps negotiation from
19731           within the chain function on a stream change.
19732
19733 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19734
19735         * configure.ac:
19736         * ext/Makefile.am:
19737         * ext/amrnb/Makefile.am:
19738         * ext/amrnb/amrnb.c: (plugin_init):
19739         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19740         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19741         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19742         (gst_amrnbdec_state_change):
19743         * ext/amrnb/amrnbdec.h:
19744         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19745         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19746         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19747         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19748         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19749         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19750         * ext/amrnb/amrnbparse.h:
19751           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19752         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19753           Add AMR-NB/-WB raw formats.
19754         * ext/alsa/gstalsa.c: (gst_alsa_link):
19755           Keep valid time when changing format.
19756         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19757         (qtdemux_parse_trak):
19758           Add some more format-specific options (#140141, #143555, #155163).
19759
19760 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19761
19762         * gst/matroska/matroska-demux.c:
19763         (gst_matroska_demux_parse_blockgroup):
19764           Fix logic error in timing of subtitle stream synchronization.
19765         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19766           Add skip-chunk, which is found in kodak-camera streams.
19767
19768 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19769
19770         * po/LINGUAS:
19771         * po/vi.po:
19772           Adding Vietnamese translation (submitted by Clytie Siddall)
19773
19774 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19775
19776         * gst/playback/gstdecodebin.c: (try_to_link_1):
19777           Use realpad for signal.
19778
19779 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19780
19781         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19782           Fix category so decodebin picks it up.
19783
19784 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19785
19786         * ext/mad/Makefile.am:
19787         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19788         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19789         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19790         (found_type), (gst_id3demux_bin_change_state):
19791         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19792         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19793         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19794         (gst_id3_tag_change_state), (plugin_init):
19795         * ext/mad/gstmad.h:
19796           Add id3demuxbin (which is a simple bin consisting of id3demux
19797           and typefind), take over rank from id3demux, remove typefind
19798           code from id3demux. Makes all broken mp3s that I know of work,
19799           and thereby fixes #152688.
19800
19801 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19802
19803         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19804
19805         * ext/mad/gstmad.c: (gst_mad_src_event):
19806         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19807           Allow seeks on audio pad, make mad forward those (#164826).
19808         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19809           Set duration (#165335).
19810
19811 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19812
19813         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19814         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19815         (gst_asf_demux_process_ext_content_desc),
19816         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19817         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19818         * gst/asfdemux/gstasfdemux.h:
19819           Improve metadata display, e.g. if the metadata comes before the
19820           streams are loaded (which is perfectly valid).
19821
19822 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19823
19824         * tools/gst-launch-ext-m.m:
19825           Fix AVI/ASF pipelines (#165340).
19826
19827 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19828         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19829         build failure on amd64
19830
19831 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19832
19833         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19834         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19835           Check environment variables GST_ID3V2_TAG_ENCODING,
19836           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19837           list of character encodings to force interpretation of non-unicode
19838           strings stored in an ID3v2 tag to a particular encoding. If none
19839           is specified, try to use current locale's encoding, then fall back
19840           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19841         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19842         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19843           Check environment variables GST_ID3V1_TAG_ENCODING,
19844           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19845           list of character encodings to use in case a string encountered
19846           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19847           specified, try to use the current locale's encoding, then fall
19848           back to ISO-8859-1 (which will always succeed).
19849
19850 2005-01-25  Benjamin Otte  <otte@gnome.org>
19851
19852         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19853           - on half framerate, compute the rate in advance so the comparisons
19854             don't compare wrong values
19855           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19856             behaviour
19857           - don't use mad_header_decode anymore, mad_frame_decode does that
19858             automatically
19859           - when getting rid of consumed bytes, reset the stream's skiplen
19860           (fixes #163867)
19861
19862 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19863
19864         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19865           Use 1/2 a second for default max_discont, as PES streams from DVB
19866           seem to have larger spacings in the SCR. 
19867           Fix a typo.
19868
19869 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19870
19871         * gst/playback/gstplaybasebin.c: (group_commit):
19872           Notify delayed stream-info availability.
19873
19874 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19875         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19876         (gst_a52dec_handle_event), (gst_a52dec_chain):
19877         Add some debug output. Check that a discont has a valid
19878         time associated.
19879         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19880         (gst_alsa_sink_loop):
19881         Ignore TAG events. A little extra debug for broken timestamps.
19882         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19883         (dvdnavsrc_change_state):
19884         Ensure we send a discont to engage the link before we send any
19885         other events.
19886         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19887         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19888         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19889         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19890         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19891         dvd://title works in totem because typefinding sends a seek that ends
19892         up going back to chapter 1 regardless.
19893         * ext/mpeg2dec/gstmpeg2dec.c:
19894         * ext/mpeg2dec/gstmpeg2dec.h:
19895         Output correct timestamps and handle disconts.
19896         * ext/ogg/gstoggdemux.c: (get_relative):
19897         Small guard against a null dereference.
19898         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19899         (gst_textoverlay_set_property):
19900         Free memory when done. Don't call gst_event_filler_get_duration on
19901         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19902         g_warning.
19903         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19904         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19905         (gst_sw_srclink), (gst_smoothwave_chain):
19906         Draw solid lines, prettier colours.
19907         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19908         Add a default palette that'll work for some movies.
19909         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19910         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19911         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19912         * gst/mpegstream/gstdvddemux.h:
19913         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19914         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19915         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19916         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19917         * gst/mpegstream/gstmpegparse.h:
19918         Use PTM/NAV events when for timestamp adjustment when connected to 
19919         dvdnavsrc. Don't use many discont events where one suffices.
19920         * gst/playback/gstplaybasebin.c: (group_destroy),
19921         (gen_preroll_element), (gst_play_base_bin_add_element):
19922         * gst/playback/gstplaybasebin.h:
19923         Make sure we remove subtitles from the same bin we put them in.
19924         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19925         (gst_subparse_buffer_format_autodetect),
19926         (gst_subparse_change_state):
19927         Fix some memleaks and invalid accesses.
19928         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19929         (oggskel_type_find), (cmml_type_find), (plugin_init):
19930         Some typefind functions for Annodex v3.0 files
19931         * gst/wavparse/gstwavparse.h:
19932         GstRiffReadClass is the correct parent class.
19933
19934 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19935
19936         * gst-libs/gst/riff/riff-media.c:
19937         (gst_riff_create_video_caps_with_data):
19938           Add extradata to huffyuv (fixes #165013).
19939         * gst-libs/gst/riff/riff-read.c:
19940         (gst_riff_read_strf_vids_with_data):
19941           Fix extradata extraction if it is in the chunk size.
19942
19943 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19944
19945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19946
19947         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19948         (gst_quarktv_change_state), (gst_quarktv_dispose):
19949           Memory free'ing location fix (#164708).
19950
19951 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19952
19953         * gst/playback/gstplaybasebin.c: (group_commit),
19954         (gen_preroll_element), (probe_triggered), (gen_source_element),
19955         (setup_source), (gst_play_base_bin_change_state),
19956         (gst_play_base_bin_add_element):
19957           Don't block for streams.
19958         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19959         (gst_stream_info_set_mute):
19960           Use gst_pad_set_active_recursive.
19961
19962 2005-01-25  Andy Wingo  <wingo@pobox.com>
19963
19964         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19965         for #ifndef HAVE_XVIDEO.
19966
19967 2005-01-24  Jeffrey C. Ollie
19968
19969         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19970
19971         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19972         * ext/gsm/gstgsmdec.h:
19973         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19974         * ext/gsm/gstgsmenc.h:
19975         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19976         was given by property. Add proper buffer timestamps and offsets.
19977
19978 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19979
19980         * gst-libs/gst/riff/riff-media.c:
19981         (gst_riff_create_audio_caps_with_data):
19982           Audio can be <8000Hz.
19983
19984 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19985
19986         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19987           Explicit state change to workaround refcount bugs.
19988
19989 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19990
19991         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19992         (gst_avimux_riff_get_avi_header):
19993           Fix...
19994
19995 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19996
19997         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19998         (gst_riff_read_element_data):
19999         * gst-libs/gst/riff/riff-read.h:
20000           Add _peek version (req'ed in CDXA).
20001         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
20002         (gst_cdxaparse_loop):
20003           Fix parsing in playbin.
20004         * gst/playback/gstdecodebin.c: (close_pad_link):
20005           Ignore current_ pads, they cause major annoyance.
20006
20007 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20008
20009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20010           Safety guard.
20011
20012 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20013
20014         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
20015           Fix padding...
20016
20017 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20018
20019         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
20020           Allow for 0-sized buffers. Fixes length query problems in
20021           starwars.mkv from the testsuite.
20022
20023 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
20024
20025         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
20026         (gst_video_box_i420), (gst_video_box_chain):
20027           Fix row strides for I420 (fixes #163159)
20028           
20029 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20030
20031         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20032           MPEG2 has a useful rate property, so we can actually use that.
20033           For MPEG-1, continue using the bytes/time properties.
20034
20035 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20036
20037         * gst-libs/gst/riff/riff-media.c:
20038         (gst_riff_create_video_caps_with_data),
20039         (gst_riff_create_video_template_caps):
20040           Add intel-h263.
20041
20042 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20043
20044         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20045           Fail if caps negotiation fails. Should fix #162184, and should
20046           definately be in there regardless of it fixing the actual bug.
20047         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
20048         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
20049         (gst_avimux_riff_get_avix_header),
20050         (gst_avimux_riff_get_video_header),
20051         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
20052         (gst_avimux_start_file), (gst_avimux_handle_event),
20053         (gst_avimux_change_state):
20054         * gst/avi/gstavimux.h:
20055           Refactor structure writing to use GST_WRITE_UINT macros, add
20056           metadata writing support.
20057
20058 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20059
20060         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
20061           Elements may already be destroyed when this function is called.
20062
20063 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20064
20065         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20066         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
20067           More memory leak fixes (#149162).
20068
20069 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20070
20071         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20072         (gst_qtdemux_add_stream):
20073           Fix two memleaks.
20074
20075 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20076
20077         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20078           Argh...
20079
20080 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20081
20082         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
20083           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
20084           when fixating to six channels in Totem.
20085
20086 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20087
20088         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
20089           Fix compile warnings on Solaris 10 buildbot
20090
20091 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20092
20093         * ext/dvdread/dvdreadsrc.c: (_read):
20094           Don't read beyond the last cell in a chapter (fixes 
20095           invalid memory access)
20096
20097 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
20098
20099         * ext/dvdread/stream_labels.c:
20100         (dvdreadsrc_get_audio_stream_labels):
20101           Use NULL for an empty GList instead of g_list_alloc(); fix 
20102           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
20103           of GString (easier to bulk free later)
20104
20105 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20106
20107         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20108
20109         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20110         (gst_ffmpeg_pixfmt_to_caps):
20111           Fix BGRA32 caps (#164209).
20112
20113 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
20114
20115         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20116
20117         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20118         (gst_ffmpeg_caps_to_pixfmt):
20119           alpha_mask can be RGBA/ABGR. Fixes #164265.
20120
20121 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
20122
20123         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20124
20125         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
20126         (gst_mpeg2dec_alloc_buffer):
20127         * ext/mpeg2dec/gstmpeg2dec.h:
20128           Crop if decoding size is not the actual image size (#163676).
20129
20130 2005-01-17  Steve Baker  <steve@stevebaker.org>
20131
20132         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20133
20134         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
20135         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
20136           Add libsndfile typefind functions (#163309).
20137
20138 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20139
20140         * tools/gst-launch-ext-m.m:
20141           Add .aac, fix .m1v/.m2v (#163891).
20142
20143 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20144
20145         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
20146           Sanity check, don't wait endlessly since the clock might not
20147           actually run at this point (which is a deadlock). Fixes #164069.
20148
20149 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20150
20151         * gst/playback/gstplaybasebin.c: (probe_triggered):
20152           Of course, only pause if group is done...
20153
20154 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20155
20156         * gst/playback/gstplaybasebin.c: (probe_triggered):
20157           Thread safety.
20158
20159 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
20160
20161         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20162           Don't return state change success when the parent
20163           failed.
20164
20165 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20166
20167         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
20168           Free events (fix memleak in #162905).
20169
20170 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
20171
20172         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20173
20174         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20175         (gst_ffmpeg_caps_to_pixfmt):
20176           Fix for depth = 15. Fixes #161675.
20177
20178 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20179
20180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20181           Set FPS correctly, even for webcams and the like.
20182         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
20183           Don error on setting while capturing.
20184
20185 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20186
20187         * ext/dv/gstdvdec.c:
20188         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20189         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20190           I'm a bad boy. using /1001. to force C to do float division
20191           and not integer division (as it did in my last commit)
20192           Thanks to David I. Lehn for pointing this mistake.
20193
20194 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20195
20196         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20197           Revert Johan's 1.35->1.36 since it breaks compat.
20198
20199 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20200
20201         * ext/dv/gstdvdec.c:
20202         * ext/libfame/gstlibfame.c:
20203         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
20204         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
20205           replace framerate aproximations by their real value
20206           (24000/1001, 30000/1001, 60000/1001)
20207           Finish fixing bug #164049
20208
20209 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20210
20211         * ext/ogg/gstoggmux.c:
20212           eos/bos debugging
20213         * gst/tcp/gstmultifdsink.c:
20214         * gst/tcp/gstmultifdsink.h:
20215         * gst/tcp/gsttcp.c:
20216         * gst/tcp/gsttcp.h:
20217         * gst/tcp/gsttcpclientsink.c:
20218         * gst/tcp/gsttcpclientsrc.c:
20219         * gst/tcp/gsttcpserversink.c:
20220         * gst/tcp/gsttcpserversrc.c:
20221           improve reusability of elements after state changes and errors
20222           make multifdsink throw away streamheaders when receiving new ones
20223
20224 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20225
20226         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20227           Fix for if items are already in list...
20228
20229 2005-01-12  Benjamin Otte  <otte@gnome.org>
20230
20231         * gst/adder/gstadder.c: (gst_adder_loop):
20232           fix adder a bit so it doesn't screw up with events as much anymore
20233
20234 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
20235
20236         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
20237         (pixbufscale_scale), (gst_pixbufscale_chain):
20238         * ext/gdk_pixbuf/pixbufscale.h:
20239           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
20240           to ensure rowstrides are calculated the same way as 
20241           ffmpegcolorspace
20242           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
20243           that we pick up duration and offset also.
20244
20245 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20246
20247         * gst/avi/gstavimux.c: (gst_avimux_class_init),
20248         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
20249           Reusability fixes.
20250
20251 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20252
20253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20254         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20255         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20256         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20257           Update flags when requested.
20258
20259 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20260
20261         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
20262           Fix dmix.
20263
20264 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20265
20266         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20267         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
20268         (probe_triggered), (new_decoded_pad), (gen_source_element),
20269         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
20270         * gst/playback/gstplaybasebin.h:
20271         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20272         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
20273         (gst_play_bin_change_state):
20274           Implement group-switch signal for use in apps to clear metadata
20275           cache, clean up subtitle, add suburi property instead of # hack,
20276           some error-out fixes.
20277
20278 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20279
20280         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20281           Debug.
20282         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
20283           If we got a state change in the _get handler, don't return success.
20284
20285 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20286
20287         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
20288         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
20289           Make jpegdec quiet on MJPEG decoding
20290         * gst/asfdemux/README:
20291           Fix mimetypes for MJPEG and H263
20292
20293 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20294
20295         * ext/theora/theoradec.c: (theora_dec_chain):
20296           Fix broken code generation by gcc by swapping arguments.
20297         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20298           Fix \n in debug.
20299
20300 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20301
20302         * TODO:
20303           delete this file, it is by far outdated
20304         * ext/alsa/gstalsa.1: remove
20305         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
20306         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
20307         (gst_alsa_get_caps):
20308           Add HW probing for supported sample rates. Fixes #161704
20309
20310 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20311
20312         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20313           Don't crash, biatch! :).
20314
20315 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20316
20317         * ext/musepack/gstmusepackreader.cpp:
20318         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20319           Some work on tags - still doesn't work in playbin...
20320         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20321           Handle events...
20322
20323 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20324
20325         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
20326           Also shove tags on kid pads.
20327
20328 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20329
20330         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
20331           Don't bail on unknown events.
20332         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
20333           Don't crash on events before negotiation.
20334         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20335           Send tags on pads, too.
20336         * gst/playback/gststreamselector.c:
20337         (gst_stream_selector_request_new_pad):
20338           Forward events on first pad if no input was selected yet.
20339
20340 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20341
20342         * gst/playback/gstplaybasebin.c: (setup_substreams):
20343           Don't disable streamtype if the stream doesn't exist, since
20344           then playing a video after audio will disable both and nothing
20345           will happen. Fixes the testsuite.
20346
20347 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20348
20349         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
20350         (gst_v4l_xoverlay_set_xwindow_id):
20351         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
20352         (gst_v4l2_xoverlay_set_xwindow_id):
20353           Add debug categories, fix overlay disabling.
20354
20355 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20356
20357         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
20358         * ext/alsa/gstalsa.h:
20359           Add HW probing for period_count/size and buffer_size MIX/MAX
20360           Adjust default/user defined value if out of bounds
20361           Should fix bug #162024
20362
20363 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20364
20365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
20366           Fix warning (#161191).
20367
20368 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20369
20370         * ext/dvdread/stream_labels.c:
20371         (dvdreadsrc_get_audio_stream_labels):
20372           Fix warning (init the good variable in switch default)
20373
20374 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
20375
20376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20377
20378         * gst/tta/gstttaparse.c: (gst_tta_src_event):
20379           Fix gcc-2.95 compile (#163485).
20380
20381 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20382
20383         * configure.ac:
20384         * ext/flac/gstflacenc.c: (gst_flacenc_init),
20385         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20386         (gst_flacenc_tell_callback), (gst_flacenc_chain),
20387         (gst_flacenc_change_state):
20388         * ext/flac/gstflacenc.h:
20389           Update for API change in flac-1.1.1. Update requirement in
20390           configure.ac. Fixes #162974.
20391
20392 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20393
20394         * gst/playback/gstplaybasebin.c: (group_destroy):
20395           Remove hack to get rid of assert and get rid of unlinked
20396           signals properly.
20397
20398 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20399
20400         * gst/playback/gstplaybasebin.c: (setup_source):
20401           Set source to NULL so that resources are free'ed. Fixes issues
20402           with playback of CDDA and similar device-accessing things.
20403
20404 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20405
20406         * testsuite/embed/Makefile.am:
20407           test->noinst, fix make test in buildbot.
20408
20409 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20410
20411         * ext/dvdread/stream_labels.c: new file
20412         * ext/dvdread/stream_labels.h: new file
20413         * ext/dvdread/Makefile.am:
20414         * ext/dvdread/dvdreadsrc.c: (_seek_title):
20415           Extract audio stream label from DVD IFO files.
20416           It only dump them on the console for now, still have to
20417           make playbin aware of them.
20418
20419 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20420
20421         * gst/playback/gstplaybasebin.c: (setup_source):
20422           Fix hanging subs.
20423
20424 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20425
20426         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20427         (gen_preroll_element), (remove_groups), (setup_subtitle),
20428         (gen_source_element), (setup_source):
20429         * gst/playback/gstplaybasebin.h:
20430           Multiple .sub files is just a stupid idea... Fix some threading
20431           mistakes. Interestingly, external .sub files cause playbin to
20432           hang, I don't know why... Parsing fixes contributed by Fran??ois
20433           Kooman <fkooman@tuxed.net>.
20434
20435 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20436
20437         * testsuite/embed/Makefile.am:
20438           Fix buildbot.
20439
20440 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20441
20442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20443
20444         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20445         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20446         (gst_pngenc_set_property):
20447         * ext/libpng/gstpngenc.h:
20448           Add compression level property (#163323).
20449
20450 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20451
20452         * configure.ac:
20453         * examples/capsfilter/capsfilter1.c: (main):
20454         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20455         * ext/dvdread/Makefile.am:
20456         * ext/dvdread/demo-play:
20457         * ext/dvdread/demo-play.c:
20458         * gconf/gstreamer.schemas.in:
20459         * gst-libs/gst/gconf/gconf.c:
20460         * sys/v4l/TODO:
20461         * testsuite/Makefile.am:
20462         * testsuite/embed/Makefile.am:
20463         * testsuite/embed/embed.c: (cb_expose), (main):
20464           Remove all references to xvideosink, fix examples (#140845).
20465         * gst/playback/gstplaybasebin.c: (group_destroy):
20466           Apparently, disposal does not unlink - so do explicitely.
20467         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20468           Add debug.
20469
20470 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20471
20472         * README: fix PKG_CONFIG_PATH instructions, what was there
20473         previously was breaking default search path, not nice. 
20474         Fixes #163358
20475
20476 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20477
20478         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20479         (gst_audioscale_chain):
20480           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20481           when resampling - how the ^@$^!@^! is this possible?!?
20482
20483 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20484
20485         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20486           Reset variables on READY.
20487         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20488         (gst_matroska_mux_loop):
20489           Require data before writing header.
20490
20491 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20492
20493         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20494
20495         * ext/mad/gstmad.c: (gst_mad_chain):
20496           Don't call mad_stream_sync() directly after recovering sync.
20497           Fixes #151661.
20498
20499 2005-01-09  Martin Eikermann  <meiker@upb.de>
20500
20501         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20502
20503         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20504         (snapshot_handler), (gst_snapshot_sinkconnect),
20505         (gst_snapshot_chain):
20506           Allocate resources when required, fix recursive signal emission
20507           and fix caps. Fixes #161667.
20508
20509 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20510
20511         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20512
20513         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20514         (gst_pngdec_chain):
20515           Handle only 8-bppc (bits-per-pixel-component) images, better
20516           error handling and correct strides. Fixes #163177.
20517         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20518         (gst_pngenc_chain):
20519           Better error handling. Fixes #163348.
20520
20521 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20522
20523         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20524         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20525         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20526         (dvdnavsrc_uri_handler_init):
20527           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20528         * gst/playback/gstplaybasebin.c: (gen_source_element):
20529           Add MMS to streaming URIs.
20530
20531 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20532
20533         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20534         * sys/xvimage/xvimagesink.c:
20535         (gst_xvimagesink_navigation_send_event):
20536           Check for pad availability before sending event.
20537
20538 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20539
20540         * gst-plugins.spec.in:
20541           Add subparse.
20542
20543 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20544
20545         * configure.ac:
20546           Since we use functions from CVS, up requirement.
20547
20548 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20549
20550         * gst/playback/Makefile.am:
20551         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20552         (group_destroy), (group_commit), (group_is_muted),
20553         (gen_preroll_element), (add_stream), (unknown_type),
20554         (probe_triggered), (preroll_unlinked), (mute_stream),
20555         (silence_stream), (new_decoded_pad), (setup_substreams),
20556         (setup_source), (get_active_source), (mute_group_type),
20557         (muted_group_change_state), (set_active_source),
20558         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20559         (play_base_eos), (gst_play_base_bin_change_state):
20560         * gst/playback/gstplaybasebin.h:
20561         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20562         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20563         (gst_stream_info_dispose), (stream_info_mute_pad),
20564         (stream_info_change_state), (gst_stream_info_set_mute):
20565         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20566         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20567         (gst_stream_selector_init), (gst_stream_selector_dispose),
20568         (gst_stream_selector_get_linked_pad),
20569         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20570         (gst_stream_selector_get_linked_pads),
20571         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20572         * gst/playback/gststreamselector.h:
20573           Adding stream selection support plus required properties for
20574           applications to use this. Fully fixes #100931.
20575
20576 2005-01-08  Benjamin Otte  <otte@gnome.org>
20577
20578         * gst/games/gstpuzzle.c: (nav_event_handler):
20579           - handle nav events differently: forward every event no matter if it
20580             was handled or not.
20581           - translate events
20582           You can now cheat by using navigationtest ! puzzle and moving the
20583           mouse close to the edge of a tile. ;)
20584
20585 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20586
20587         * configure.ac:
20588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20589         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20590         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20591         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20592         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20593         (gst_ogm_parse_plugin_init):
20594         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20595         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20596         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20597         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20598         * ext/pango/gsttextoverlay.h:
20599         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20600         (gst_matroska_demux_handle_seek_event),
20601         (gst_matroska_demux_sync_streams),
20602         (gst_matroska_demux_parse_blockgroup),
20603         (gst_matroska_demux_subtitle_caps),
20604         (gst_matroska_demux_plugin_init):
20605         * gst/matroska/matroska-ids.h:
20606         * gst/playback/gstdecodebin.c: (close_pad_link):
20607         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20608         (gen_preroll_element), (remove_groups), (add_stream),
20609         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20610         (setup_source):
20611         * gst/playback/gstplaybasebin.h:
20612         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20613         * gst/subparse/Makefile.am:
20614         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20615         (gst_subparse_base_init), (gst_subparse_class_init),
20616         (gst_subparse_init), (gst_subparse_formats),
20617         (gst_subparse_eventmask), (gst_subparse_event),
20618         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20619         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20620         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20621         (parse_mpsub_deinit), (parse_mpsub_init),
20622         (gst_subparse_buffer_format_autodetect),
20623         (gst_subparse_format_autodetect), (gst_subparse_loop),
20624         (gst_subparse_change_state), (gst_subparse_type_find),
20625         (plugin_init):
20626         * gst/subparse/gstsubparse.h:
20627         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20628         (plugin_init):
20629           Add subtitle support, .sub parser (supports SRT and MPsub),
20630           OGM text support, Matroska UTF-8 text support, deadlock fixes
20631           all over the place, subtitle awareness in decodebin/playbin
20632           and some fixes to textoverlay to handle subtitles in a stream
20633           correctly. Fixes #100931.
20634
20635 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20636
20637         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20638           Check for pad availability before doing a query on it.
20639
20640 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20641
20642         * ext/dv/gstdvdec.c:
20643           really fix bpp24/32 dvdec caps (classic rgba indeed)
20644         * gst/asfdemux/gstasfdemux.c:
20645         (gst_asf_demux_process_ext_content_desc):
20646           don't send text tags if they are empty (bis repetita)
20647
20648 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20649
20650         * ext/dv/gstdvdec.c:
20651          remove unneeded comment from dvdec
20652           (related to DV 4CC codes in AVI files)
20653           moved them in gstreamer/docs/random/mimetypes
20654         * gst/asfdemux/gstasfdemux.c:
20655         (gst_asf_demux_process_ext_content_desc):
20656          don't send text tags if they are empty
20657          fix mem leak on error path
20658         * gst/ffmpegcolorspace/avcodec.h:
20659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20660         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20661         (gst_ffmpegcsp_avpicture_fill):
20662         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20663         * gst/ffmpegcolorspace/imgconvert_template.h:
20664          adds BGR32 and BGRA32 to ffmpegcolorspace
20665           (still bad colors, fixing it on next commit)
20666           helps with dvdec outputing BGR32
20667
20668 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20669
20670         * ext/dv/gstdvdec.c:
20671          Fix audio caps i just broke (missing ',')
20672         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20673         (gst_matroska_mux_reset):
20674          Fix typo + add FIXME about old "x-gst-metadata" crap
20675
20676 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20677
20678         * ext/dv/demo-play.c: (main):
20679          xvideosink -> xvimagesink
20680         * ext/dv/gstdvdec.c:
20681          change rgb 32/32 caps to 24/32 (no alpha)
20682          change nb of channels to be a list (2 or 4, not 2)
20683          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20684         * gst/asfdemux/gstasfdemux.c:
20685         (gst_asf_demux_process_ext_content_desc):
20686          Add 'date/year' to extracted metadata list
20687
20688 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20689
20690         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20691           The return value of fixate_to does not imply that the requested
20692           value was set, so don't assume.
20693
20694 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20695
20696         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20697
20698         * ext/libpng/gstpngdec.c:
20699         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20700         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20701         * ext/libpng/gstpngenc.h:
20702           Alpha support (encoder; #163161), mime fixage.
20703
20704 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20705
20706         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20707
20708         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20709         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20710         (gst_faac_set_property), (gst_faac_get_property):
20711         * ext/faac/gstfaac.h:
20712           Allow for ADTS output (#153434).
20713
20714 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20717           Fix against template (#150576).
20718
20719 2005-01-06  Benjamin Otte  <otte@gnome.org>
20720
20721         * gst/games/gstpuzzle.c: (draw_puzzle):
20722           don't draw a puzzle if either width or height of tiles would be 0.
20723
20724 2005-01-06  Benjamin Otte  <otte@gnome.org>
20725
20726         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20727         (gst_puzzle_class_init), (gst_puzzle_finalize):
20728           no memleaks, please
20729         (gst_puzzle_create), (gst_puzzle_init),
20730         (gst_puzzle_set_property), (gst_puzzle_setup):
20731           change initialization code around so we don't reshuffle on resize
20732         (draw_puzzle):
20733           fix another stupid typo
20734
20735 2005-01-06  Benjamin Otte  <otte@gnome.org>
20736
20737         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20738           fix stupid typo that borked copying on YUY2
20739
20740 2005-01-06  Benjamin Otte  <otte@gnome.org>
20741
20742         * gst/games/gstpuzzle.c: (draw_puzzle):
20743           fix edges when image sizes aren't multiples of tile sizes
20744
20745 2005-01-06  Benjamin Otte  <otte@gnome.org>
20746
20747         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20748           make RGB endianness work correctly
20749         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20750           refactor and fix race with initial shuffling
20751         (nav_event_handler):
20752           allow using the mouse to puzzle
20753         (draw_puzzle):
20754           insist on tiles having width and height as multiples of 4 to get
20755           clean YUV image handling
20756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20757         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20758           s/DEBUG/LOG/ for common messages
20759         (gst_xvimagesink_navigation_send_event):
20760           fix mouse event translation to not include screen PAR
20761         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20762           fix mouse event translation to actually work
20763
20764 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20765
20766         * gst/asfdemux/gstasfdemux.c:
20767         (gst_asf_demux_process_ext_content_desc):
20768          Extract TrackNumber metadata + clean up code
20769         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20770          Hope this is the good fix (var used unitialised)
20771
20772 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20773
20774         * ext/faad/gstfaad.c: (gst_faad_chain):
20775           Only increment timestamp if it's valid. Fixes raw AAC streams.
20776
20777 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20778
20779         * configure.ac:
20780         * gst/games/Makefile.am:
20781         * gst/games/gstpuzzle.c:
20782           add a puzzle game with...
20783         * gst/games/gstvideoimage.c:
20784         * gst/games/gstvideoimage.h:
20785           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20786           from videotestsrc and made into something that would be a nice
20787           library for a lot of other plugins.
20788
20789 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20790
20791         * configure.ac:
20792          don't compile faad plugin if a RC of 2.0 is found
20793          Fixes #155346 (and FC1 buildbot)
20794         * gst/asfdemux/gstasfdemux.c:
20795         (gst_asf_demux_process_ext_content_desc):
20796          try to make Solaris compiler happier
20797
20798 2005-01-06  Paul Jack  <pjack@sfaf.org>
20799
20800         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20801
20802         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20803           Fix segfault (#161667).
20804
20805 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20806
20807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20808           Fix framerate reporting.
20809
20810 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20811
20812         * gst-libs/gst/riff/riff-ids.h:
20813         * gst/wavenc/riff.h:
20814          Add AMR (VBR and CBR) ids to riff.h audio codec list
20815         * gst/asfdemux/gstasfdemux.c:
20816         (gst_asf_demux_process_ext_content_desc),
20817         (gst_asf_demux_process_object):
20818           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20819
20820 2005-01-05  Martin Eikermann  <meiker@upb.de>
20821
20822         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20823
20824         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20825         (gst_dvd_demux_handle_discont):
20826         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20827         (gst_mpeg_demux_handle_discont):
20828           Recreate pads on new-media (#160730).
20829         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20830           Send discont even if manager changes timestamps (#161929).
20831
20832 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20833
20834         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20835
20836         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20837           Fix invalid memory access (#159211).
20838
20839 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20840
20841         * examples/gstplay/player.c: (main):
20842           Don't iterate.
20843         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20844           Add visualizations.
20845         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20846         (gst_a52dec_handle_frame):
20847           Set duration.
20848         * ext/dvdnav/gst-dvd:
20849           Add audioconvert. Fixes #161325.
20850         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20851           Explicitely case to gint64. Possible valgrind error.
20852         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20853         (gst_play_tick_callback), (gst_play_change_state),
20854         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20855         (gst_play_set_location), (gst_play_get_location),
20856         (gst_play_seek_to_time), (gst_play_set_data_src),
20857         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20858         (gst_play_set_visualization), (gst_play_connect_visualization),
20859         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20860         (gst_play_new):
20861           Use playbin. Fixes #139749 and #147744.
20862         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20863           Add genre tag.
20864         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20865         (audioscale_get_type), (gst_audioscale_base_init),
20866         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20867         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20868         (gst_audioscale_link), (gst_audioscale_get_buffer),
20869         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20870         (gst_audioscale_init), (gst_audioscale_dispose),
20871         (gst_audioscale_chain), (gst_audioscale_set_property),
20872         (gst_audioscale_get_property), (plugin_init):
20873           Indent properly.
20874         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20875           Fix LPCM.
20876         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20877         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20878         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20879           Add more metadata (fixes #162656).
20880
20881 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20882
20883         * configure.ac:
20884           back to cvs
20885
20886 === release 0.8.7 ===
20887
20888 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20889
20890         * NEWS:
20891         * RELEASE:
20892         * configure.ac:
20893           releasing 0.8.7, "Hyperspace"
20894
20895 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20896
20897         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20898
20899         * gst/playback/gstplaybasebin.c:
20900          Fix for #162924 - free caps after use, not before
20901
20902 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20903
20904         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20905
20906         * gst/playback/gstplaybasebin.c:
20907         * gst/wavparse/gstwavparse.c:
20908           Fix for #154773 - fixes playback of small .wav files
20909
20910 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20911
20912         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20913
20914         * gst/audioscale/gstaudioscale.c:
20915           Fix for #162819 - make audioscale reusable
20916           Fixes playback of more than one file with playbin/totem
20917
20918 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20919
20920         * gst/ffmpegcolorspace/avcodec.h:
20921         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20922         * gst/ffmpegcolorspace/imgconvert.c:
20923           clean up the mess that made me cry and avoid needless duplication
20924
20925 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20926
20927         * gst/ffmpegcolorspace/imgconvert.c:
20928           give some indication of why we're segfaulting
20929
20930 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20931
20932         * configure.ac:
20933           Fix indentation, fix v4l2 plugin detection.
20934         * ext/Makefile.am:
20935           Fix libmms location (Maciej, use diff -u!).
20936         * ext/alsa/gstalsa.c: (gst_alsa_init):
20937           Initialize caps cache to NULL.
20938         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20939           Only change state on audiosink if it exists.
20940
20941 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20942
20943         * gst/matroska/matroska-demux.c:
20944         * gst/matroska/matroska-ids.h:
20945         * gst/matroska/matroska-demux.h:
20946         Fix Vorbis streams failing to decode in some files, where cluster_time
20947         isn't 0, because then it doesn't send codec_priv before actual data.
20948         Remove time-based test and replace it with marker set on beginning of
20949         new stream
20950
20951 2004-12-28  David Schleef  <ds@schleef.org>
20952
20953         Merge patch from Ronald fixing problems with streaming
20954         text.
20955         * ext/cairo/gstcairo.c: (plugin_init):
20956         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20957         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20958         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20959         (gst_textoverlay_font_init), (gst_textoverlay_init),
20960         (gst_textoverlay_set_property):
20961         * ext/cairo/gsttextoverlay.h:
20962
20963 2004-12-27  David Schleef  <ds@schleef.org>
20964
20965         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20966         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20967         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20968         (gst_textoverlay_font_init), (gst_textoverlay_init),
20969         (gst_textoverlay_set_property): Improvements to actually
20970         render text as white on black outline on video, including
20971         font selection and horizontal/vertical alignment.  (Ronald's
20972         christmas present)
20973         * ext/cairo/gsttextoverlay.h:
20974
20975 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20976
20977         * ext/ogg/gstogg.c:
20978         * ext/ogg/gstogmparse.c:
20979           fix ogm[audio/video]parse plugin registration
20980           (riff won't load if bytestream is already loaded)
20981
20982 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20983
20984         * gst/audioconvert/gstchannelmix.c:
20985           fix for GLIB < 2.4
20986
20987 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20988
20989         * Makefile.am:
20990         * configure.ac:
20991           disable docs again until it actually passes make distcheck.
20992
20993 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20994
20995         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20996         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20997         (plugin_init):
20998           Add 3GP (variables name Q3GP because they can't start with a
20999           number). Add samr audio fourcc (used in .3gp files), decoder
21000           is work in progress. Also do a GST_WARNING instead of ERROR
21001           in case of unknown nodes, to decrease output.
21002
21003 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21004
21005         * Makefile.am:
21006           really fix dist
21007
21008 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21009
21010         * configure.ac:
21011         * ext/speex/gstspeexdec.h:
21012         * ext/speex/gstspeexenc.h:
21013           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
21014           Fix detection code in configure.ac
21015
21016 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21017
21018         * gst/matroska/matroska-demux.c:
21019         (gst_matroska_demux_parse_blockgroup):
21020           Save position, so that queries give proper return values. Don't
21021           know how this could ever have worked before...
21022
21023 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21024
21025         * configure.ac:
21026           Put additional LAME check inside the conditional.  Fixes #152339
21027
21028 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21029
21030         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21031         (gst_avi_demux_stream_scan):
21032           Add some more debug. Fix logic error when setting movi offset
21033           while reading index.
21034
21035 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21036
21037         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21038         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
21039         (gst_avi_demux_process_next_entry):
21040           Add some debugging. Better detection of broken indexes and the
21041           accompanying index recovery. No infinite loops on state changes
21042           when we're still in our loopfunction.
21043
21044 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21045
21046         * configure.ac:
21047           Fix up.
21048
21049 2004-12-22  Archana Shah  <archana.shah@wipro.com>
21050
21051         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21052
21053         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
21054           Normalizing the value before setting
21055         (gst_sunaudiomixer_get_volume):
21056           Normalizing the value after getting. Fixes bug# 161980
21057
21058 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21059
21060         * Makefile.am: Make sure docs gets disted
21061         * docs/Makefile.am: Make sure all needed files get disted
21062         * gst-plugins.spec.in: latest updates
21063
21064 2004-12-22  Wim Taymans  <wim@fluendo.com>
21065
21066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21067         Revert patch 1.38 as clock distribution over schedulers does
21068         not work correcly in the core yet.
21069
21070 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21071
21072         * sys/oss/README: remove this file, which predates my birth
21073           (and which content is by far outdated)
21074
21075 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
21076
21077         * Makefile.am:
21078         * configure.ac:
21079         * docs/Makefile.am:
21080         * docs/libs/Makefile.am:
21081         * docs/libs/gst-plugins-libs-docs.sgml:
21082         * docs/libs/gst-plugins-libs-sections.txt:
21083         * docs/libs/tmpl/gstgconf.sgml:
21084         * docs/upload.mak:
21085         * docs/version.entities.in:
21086           Added boilerplate gtk-doc files for plugin-libs documentation.
21087
21088 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21089
21090         * gst/auparse/gstauparse.c: fix int and float audio caps
21091
21092 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21093
21094         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21095         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21096           g_assert() can be a macro, don't use #ifdef inside it.
21097
21098 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
21099
21100         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21101
21102         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21103         (gst_videorate_init), (gst_videorate_chain),
21104         (gst_videorate_change_state):
21105           Event handling (fixes #159986).
21106
21107 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21108
21109         * gst-libs/gst/riff/riff-media.c:
21110         (gst_riff_create_video_caps_with_data):
21111           Add BLZ0 (Blizzard's version of DivX) fourcc.
21112
21113 2004-12-18  David Schleef  <ds@schleef.org>
21114
21115         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
21116         portability fix.
21117
21118 2004-12-18  David Schleef  <ds@schleef.org>
21119
21120         * gst/tta/ttadec.h: Disable some header code that isn't used
21121         and clearly isn't portable.
21122
21123 2004-12-18  David Schleef  <ds@schleef.org>
21124
21125         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
21126         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21127         (avcodec_get_pix_fmt), (avpicture_layout),
21128         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
21129         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
21130         Fix code to not use GCC extensions (and c99 extensions that
21131         Forte does not like.)
21132
21133 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21134
21135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21136
21137         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21138         (gst_deinterlace_chain):
21139           Rowstride fixes. Fixes #161039.
21140         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
21141         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
21142         (gst_video_crop_getcaps), (gst_video_crop_link),
21143         (gst_video_crop_i420), (gst_video_crop_chain),
21144         (gst_video_crop_change_state):
21145           Rework of negotiation. Actually works now. Fixes #158650.
21146
21147 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21148
21149         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
21150           That was very stupid.
21151
21152 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21153
21154         * gst/matroska/matroska-demux.c:
21155         (gst_matroska_demux_parse_blockgroup):
21156           Fix possible crasher.
21157
21158 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21159
21160         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
21161         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
21162           Lace sizes can be zero.
21163
21164 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21165
21166         * ext/musepack/gstmusepackdec.cpp:
21167           Fetch error return values. Fixes #161624.
21168         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21169           Really EOS.
21170
21171 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21172
21173         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
21174           Work for truncated (unfinished download etc.) files. Fixes #160514.
21175
21176 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21177
21178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21179           Fix for integer overflow. Makes #156001 not crash. Probably masks
21180           the real bug.
21181
21182 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21183
21184         * gst/ac3parse/gstac3parse.c: (plugin_init):
21185           Parsers never have ranks. Fixes #159651.
21186
21187 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21188
21189         * gst/playback/gstdecodebin.c: (compare_ranks):
21190           make sure the facotries are ordered the same every time even if they
21191           have the same rank by using the name
21192         * gst/playback/gstdecodebin.c: (find_compatibles):
21193           make sure we don't add factories to the list twice
21194
21195 2004-12-16  David Schleef  <ds@schleef.org>
21196
21197         * configure.ac: look for musepack headers as musepack/*.h
21198         (fixes #159847)
21199         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
21200         * ext/musepack/gstmusepackreader.h: same
21201
21202 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21203
21204         * gst-libs/gst/riff/riff-read.c:
21205         (gst_riff_read_strf_auds_with_data):
21206           Read extradata correctly (fixes #155879).
21207
21208 2004-12-16  David Schleef  <ds@schleef.org>
21209
21210         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
21211         audio.  does _not_ attempt or allow conversion unless channels
21212         is 1 or 2.
21213
21214 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21215
21216         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
21217
21218 2004-12-16  David Schleef  <ds@schleef.org>
21219
21220         * gst/audioscale/gstaudioscale.c: the resample library only
21221         handles 1 or 2 channels.  Change caps to compensate.
21222
21223 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21224
21225         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
21226         (gst_matroska_demux_audio_caps):
21227           Some MPEG-AAC hacks, because else it doesn't work...
21228
21229 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21230
21231         * gst-libs/gst/riff/riff-media.c:
21232         (gst_riff_create_video_caps_with_data),
21233         (gst_riff_create_video_template_caps):
21234           Add h264.
21235
21236 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21237
21238         * gst-libs/gst/audio/Makefile.am:
21239           Try to fix buildbot.
21240
21241 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21242
21243         * gst/tcp/gstmultifdsink.c:
21244           Clean up and uniformize debugging.
21245
21246 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
21247
21248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21249
21250         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21251         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
21252         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
21253         (gst_mpeg_demux_change_state):
21254           Reset on ready. Fixes 160276.
21255
21256 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21257
21258         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21259
21260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21261         (gst_ffmpegcsp_pad_link):
21262           Fix memleak (#154815).
21263
21264 2004-12-16  James Bowes  <bowes@cs.dal.ca>
21265
21266         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21267
21268         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
21269         (gst_musicbrainz_init), (gst_musicbrainz_chain),
21270         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
21271         * ext/musicbrainz/gsttrm.h:
21272           Add support for using a proxy server when getting a trm id from
21273           the MusicBrainz database (#149613).
21274
21275 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
21276
21277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21278
21279         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
21280         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21281           Fix memleaks (#157233).
21282
21283 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
21284
21285         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21286
21287         * gst-libs/gst/resample/resample.c: (gst_resample_close):
21288         * gst-libs/gst/resample/resample.h:
21289         * gst/audioscale/gstaudioscale.c:
21290           Fix memleak (#159215).
21291
21292 2004-12-16  Toni Willberg  <toniw@iki.fi>
21293
21294         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21295
21296         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21297         * sys/oss/oss_probe.c: (main):
21298           Check for mono/stereo support (similar to samplerate probing),
21299           fixes #159433. Also add missing copyright header to oss_probe.c.
21300
21301 2004-12-15  David Schleef  <ds@schleef.org>
21302
21303         * configure.ac: add audioresample and cairo plugins.  Remove
21304         HAVE_MMX stuff, because it's not used.
21305         * ext/Makefile.am: same
21306         * ext/audioresample/Makefile.am: You are not ready for an
21307         audio resampling element based on audioresample.
21308         * ext/audioresample/gstaudioresample.c:
21309         * ext/audioresample/gstaudioresample.h:
21310         * ext/cairo/Makefile.am: You are not ready for overlay elements
21311         based on cairo.  Don't look too closely, these elements kinda
21312         suck right now.
21313         * ext/cairo/gstcairo.c: new
21314         * ext/cairo/gsttextoverlay.c: new
21315         * ext/cairo/gsttextoverlay.h: new
21316         * ext/cairo/gsttimeoverlay.c: new
21317         * ext/cairo/gsttimeoverlay.h: new
21318         * gst-libs/gst/media-info/media-info-priv.h: fix compile
21319         problem with compilers that don't support variadic macros.
21320
21321 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21322
21323         Reviewed by:  David Schleef  <ds@schleef.org>
21324
21325         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
21326         Bala, registering sunaudiosrc (oops!), and cleaning up code a
21327         bit.  Also ran indent-gst.
21328         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
21329         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
21330         (gst_sunaudiosrc_setparams):
21331
21332 2004-12-14  David Schleef  <ds@schleef.org>
21333
21334         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
21335         output rate to 16000.  Should fix #160235.
21336
21337 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21338
21339         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21340         Add typefinding for mpeg2 pes streams
21341
21342 2004-12-13  David Schleef  <ds@schleef.org>
21343
21344         * configure.ac:  Applied patch from bug #143659, making default
21345         sources and sinks OS-dependent (for Solaris), and added code
21346         for OS/X.
21347         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
21348
21349 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21350
21351         * gst-libs/gst/riff/riff-media.c:
21352           forgot to add h2.64 to avidemux template caps
21353
21354 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21355
21356         * gst/wavenc/riff.h:
21357         * gst-libs/gst/riff/riff-media.c:
21358         * gst-libs/gst/riff/riff-ids.h:
21359         * gst/avi/gstavimux.c
21360         add 4CC code for VideoSoft h264 in AVI (VSSH)
21361           fixes bug #160655
21362         remove s323 from riff, it's quicktime specific :(
21363
21364 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21365
21366         * gst/asfdemux/README
21367         * gst/wavenc/riff.h
21368         * gst-libs/gst/riff/riff-ids.h
21369         * gst-libs/gst/riff/riff-media.c
21370         * gst/qtdemux/qtdemux.c:
21371           add new 4CC codes for h263 related codecs
21372           fixes partially bug #155163
21373
21374 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
21375
21376         * configure.ac: Update polyaudio requirement to 0.7
21377         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
21378
21379 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21380
21381         * gst/interleave/deinterleave.c:
21382         fix my name's spelling! :)
21383
21384 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21385
21386         * AUTHORS ChangeLog
21387         * gst/auparse/gstauparse.c
21388         * gst/interleave/deinterleave.c
21389         * gst/law/:
21390                 alaw-decode.c alaw-encode.c
21391                 mulaw-decode.c mulaw-encode.c
21392         * gst/oneton/gstoneton.c
21393         * sys/osxaudio/:
21394                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
21395         * sys/osxvideo/:
21396                 cocoawindow.h cocoawindow.m
21397                 osxvideosink.h osxvideosink.m
21398
21399         put the same mail address for Zaheer Abbas Merali everywhere
21400
21401 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21402
21403         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
21404           Align by packetsize, and assert that we a packet available before
21405           playing. The first makes webstreams work (they often include
21406           trailing padding data in a packet), the second allows pausing a
21407           ASF stream in totem without getting demux errors afterwards.
21408
21409 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21410
21411         * ext/ogg/gstoggdemux.c: (get_relative):
21412           Check for non-NULL before accessing member (end-of-chain).
21413
21414 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21415
21416         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21417         (cdparanoia_set_property), (cdparanoia_get_property):
21418         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21419         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
21420         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21421         (dvdreadsrc_init), (dvdreadsrc_set_property),
21422         (dvdreadsrc_get_property):
21423         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21424         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21425           Synchronize property names where not yet the case. Devices are
21426           now device=X, other versions are deprecated (but still exist).
21427           Also use g_free() unconditionally.
21428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21429         (setup_source), (gst_play_base_bin_get_property):
21430           Expose source.
21431
21432 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21433
21434         * configure.ac: move GCONF macro outside conditional for the am
21435           conditional. Fixes #160439
21436
21437 2004-12-08  David Schleef  <ds@schleef.org>
21438
21439         * tools/gst-visualise-m.m: Switch to elements that currently
21440         exist.
21441
21442 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21443
21444         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21445           We love wrong commas.
21446
21447 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21448
21449         * gst/matroska/matroska-demux.c:
21450         (gst_matroska_demux_handle_src_query):
21451           Don't set DEFAULT, unsupported - makes length display incorrectly
21452           in some cases.
21453
21454 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21455
21456         * gst/monoscope/README: remove blurb about files being GPL
21457         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21458         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21459           monoscope is now effectively LGPL licensed
21460
21461 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21462
21463         * gst/monoscope/README: Update information to be more correct
21464         * gst/monoscope/convolve.c: Relicense to LGPL
21465         * gst/monoscope/convolve.h: Relicense to LGPL
21466
21467 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21468
21469         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21470           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21471         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21472           set default_duration for mpeg1 audio
21473
21474 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21475
21476         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21477         * ext/alsa/gstalsa.h:
21478           refactor big chunks of the core caps negotiation code to make it
21479           a lot faster, because people claim it's really slow
21480           (actually, just cache the getcaps when the device is opened)
21481
21482 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21483
21484         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21485         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21486         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21487         (gst_a52dec_change_state), (plugin_init):
21488         * ext/a52dec/gsta52dec.h:
21489           Do something useful with timestamps. Make chain-based (since
21490           there's really no reason to be loopbased).
21491         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21492           Update current_byte/frame correctly.
21493
21494 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21495
21496         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21497         (gst_ape_demux_stream_init):
21498           Forward tags, too.
21499
21500 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21501
21502         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21503           Let's make sure we're done typefinding when detecting tags.
21504
21505 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21506
21507         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21508         (gst_ebml_read_init), (gst_ebml_read_use_event),
21509         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21510         (gst_ebml_read_seek), (gst_ebml_read_skip),
21511         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21512         (gst_ebml_read_master):
21513         * gst/matroska/ebml-read.h:
21514         * gst/matroska/matroska-demux.c:
21515         (gst_matroska_demux_parse_contents),
21516         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21517           Disgustingly evil hack for working around INTERRUPT events and
21518           their extremely annoying habit of being a pain in the ass. We
21519           simply peek a cluster before reading any of it.
21520
21521 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21522
21523         * ext/musepack/gstmusepackdec.cpp:
21524           There's also floating point libmusepacks.
21525
21526 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21527
21528         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21529         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21530           Set DURATION even if source buffer didn't. Also use increasing
21531           timestamps.
21532         * gst-libs/gst/riff/riff-media.c:
21533         (gst_riff_create_audio_caps_with_data):
21534           Block_align can have larger values than 8192.
21535
21536 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21537
21538         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21539         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21540         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21541         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21542           Fix caps.
21543
21544 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21545
21546         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21547           Fix logic bug.
21548
21549 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21550
21551         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21552           Yay, another one.
21553
21554 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21555
21556         * ext/esd/esdsink.c: (gst_esdsink_chain):
21557           Make error actually say something useful (fixes #156798).
21558         * gst-libs/gst/riff/riff-media.c:
21559         (gst_riff_create_video_caps_with_data),
21560         (gst_riff_create_video_template_caps):
21561           Add Intel Video 5.0 fourcc (IV50).
21562
21563 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21564
21565         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21566         detection on mono and stereo mp3 files.
21567
21568 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21569
21570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21571           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21572           the contained stream).
21573
21574 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21575
21576         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21577           Oops, remove debug.
21578
21579 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21580
21581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21582
21583         * gst/law/alaw-decode.c: (alawdec_getcaps):
21584         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21585           Prevent warnings when negotiating caps (fixes #159338).
21586
21587 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21588
21589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21590         (gst_ffmpegcsp_chain):
21591           Remove old leftover that shouldn't be there...
21592
21593 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21594
21595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21596
21597         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21598           Don't forward DISCONT events (fixes #159684).
21599
21600 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21601
21602         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21603           Unlink manually since sometimes bin disposal (and therefore
21604           pad unlinking) is delayed, which will cause a new media file
21605           to not be able to start playing instantly.
21606
21607 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21608
21609         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21610           On mute of an unlinked stream, check for pad availability so
21611           we don't crash on unlinked pad.
21612
21613 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21614
21615         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21616         (gst_avi_demux_massage_index):
21617           Fix quite humiliating bug in omitting 0-sized index chunks but
21618           forgetting to count them for timestamps.
21619
21620 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21621
21622         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21623           Actually leave the loop if we failed to sync. Don't crash.
21624
21625 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21626
21627         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21628         (gst_dvd_demux_process_private):
21629         * gst/mpegstream/gstdvddemux.h:
21630           Fix crash (#159759). Doesn't work, though. :-(.
21631
21632 2004-11-28  Benjamin Otte  <otte@gnome.org>
21633
21634         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21635           more overwriting protection due to modifying channels one by one
21636           instead of all at once
21637
21638 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21639
21640         * gst/audioconvert/gstchannelmix.c:
21641         (gst_audio_convert_fill_normalize):
21642           Normalize using absolute values.
21643
21644 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21645
21646         * configure.ac:
21647         * ext/Makefile.am:
21648         * ext/directfb/Makefile.am:
21649         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21650         (gst_directfbvideosink_get_pixel_format),
21651         (gst_directfbvideosink_get_format_from_fourcc),
21652         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21653         (gst_directfbvideosink_sink_link),
21654         (gst_directfbvideosink_change_state),
21655         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21656         (gst_directfbvideosink_buffer_alloc),
21657         (gst_directfbvideosink_interface_supported),
21658         (gst_directfbvideosink_interface_init),
21659         (gst_directfbvideosink_navigation_send_event),
21660         (gst_directfbvideosink_navigation_init),
21661         (gst_directfbvideosink_set_property),
21662         (gst_directfbvideosink_get_property),
21663         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21664         (gst_directfbvideosink_base_init),
21665         (gst_directfbvideosink_class_init),
21666         (gst_directfbvideosink_get_type), (plugin_init):
21667         * ext/directfb/directfbvideosink.h: Adding a first version of
21668         directfbvideosink.
21669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21670         more.
21671
21672 2004-11-28  Benjamin Otte  <otte@gnome.org>
21673
21674         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21675           walk the samples backwards if out_channels > in_channels so we don't
21676           overwrite data
21677
21678 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21679
21680         * gst/audioconvert/Makefile.am:
21681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21682         (gst_audio_convert_link), (gst_audio_convert_change_state),
21683         (gst_audio_convert_channels):
21684         * gst/audioconvert/gstchannelmix.c:
21685         (gst_audio_convert_unset_matrix),
21686         (gst_audio_convert_fill_identical),
21687         (gst_audio_convert_fill_compatible),
21688         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21689         (gst_audio_convert_fill_others),
21690         (gst_audio_convert_fill_normalize),
21691         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21692         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21693         * gst/audioconvert/gstchannelmix.h:
21694           Implement a channel mixer.
21695
21696 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21697
21698         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21699         * ext/alsa/gstalsa.h:
21700         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21701         Make alsasink actually honor gst_element_set_clock and use that
21702         clock instead of its internal one.
21703
21704 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21705
21706         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21707         (gst_play_base_bin_change_state): nullify source and decoder when
21708         going from READY to NULL so that we don't try to do weird stuff with
21709         them when going from NULL to READY
21710         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21711         instead of g_object_unref
21712         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21713         it should be correct
21714         (gst_play_bin_change_state): don't call remove_sinks if we are
21715         currently disposing the object
21716
21717 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21718
21719         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21720           Don't forget bass if it's there. Else left channel is silent...
21721
21722 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21723
21724         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21725         (gst_a52dec_change_state):
21726           Don't do sample adjusting anymore, we use float audio now.
21727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21728           Don't fixate to non-existing properties.
21729
21730 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21731
21732         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21733         (gst_a52dec_change_state):
21734           Advertise that we can do surround sound.
21735
21736 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21737
21738         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21739           Add buffer-frames=0.
21740         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21741         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21742         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21743         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21744         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21745         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21746         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21747         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21748         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21749         * ext/dvdread/dvdreadsrc.h:
21750           Add seeking, querying for bytes, sectors, title, angle and
21751           chapter. Handle multiple chapters. Relicense to LGPL because
21752           Billy agreed on that (thanks Billy!).
21753
21754 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21755
21756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21757         call parent dispose method
21758
21759 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21760
21761         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21762         (gst_audio_clock_get_internal_time):
21763         Fix active <-> inactive transitions: ensure time value always
21764         grows and avoid abrupt value changes.
21765
21766 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21767
21768         * configure.ac:
21769         * gst/tta/Makefile.am:
21770         * gst/tta/crc32.h:
21771         * gst/tta/filters.h:
21772         * gst/tta/gsttta.c:
21773         * gst/tta/gstttadec.c:
21774         * gst/tta/gstttadec.h:
21775         * gst/tta/gstttaparse.c:
21776         * gst/tta/gstttaparse.h:
21777         * gst/tta/ttadec.h:
21778           added TTA parser and decoder
21779
21780 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21781
21782         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21783         (probe_triggered), (check_queue), (buffer_underrun),
21784         (buffer_running), (buffer_overrun), (gen_source_element),
21785         (setup_source):
21786         * gst/playback/gstplaybasebin.h:
21787           Implement buffering. Needs some more work.
21788
21789 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21790
21791         * ext/theora/theoradec.c: (theora_dec_chain):
21792           Fix ilog mask range overflow.
21793
21794 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21795
21796         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21797           Don't omit the last (which in case of dmix is the only :) )
21798           channel count. Don't set channels if <= 2.
21799
21800 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21801
21802         * gst/playback/gstplaybin.c: (gen_video_element),
21803         (gen_audio_element): Removed 2 obsolete comments
21804
21805 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21806
21807         * ext/vorbis/oggvorbisenc.c
21808         * ext/vorbis/vorbisenc.c :
21809           change description fields of those plugins to differentiate them
21810           (pitivi show Encoders by description, they had the same one)
21811
21812 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21813
21814         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21815
21816         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21817         (gst_play_bin_set_property), (gen_video_element),
21818         (gen_audio_element):
21819           Refcounting fixes for provided audio-/videosinks.
21820
21821 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21822
21823         * gst/playback/gstplaybin.c: (gen_video_element),
21824         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21825           Don't reference all sinks, but only the video- and audiosinks.
21826           The vis. element should be disposed when we're done with it.
21827           We don't have any reason to keep it around. This fixes warnings
21828           when reusing playbin for playing multiple audio files with
21829           vis. enabled. Also release audio device on pause - idea stolen
21830           from Rhythmbox.
21831
21832 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21833
21834         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21835         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21836         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21837         * ext/alsa/gstalsaplugin.c: (plugin_init):
21838         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21839         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21840         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21841         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21842         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21843         (gst_faad_change_state), (plugin_init):
21844         * ext/faad/gstfaad.h:
21845         * ext/vorbis/vorbis.c: (plugin_init):
21846         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21847         * gst-libs/gst/audio/Makefile.am:
21848         * gst-libs/gst/audio/audio.c: (plugin_init):
21849         * gst-libs/gst/audio/multichannel.c:
21850         (gst_audio_check_channel_positions),
21851         (gst_audio_get_channel_positions),
21852         (gst_audio_set_channel_positions),
21853         (gst_audio_set_structure_channel_positions_list),
21854         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21855         (gst_audio_fixate_channel_positions):
21856         * gst-libs/gst/audio/multichannel.h:
21857         * gst-libs/gst/audio/testchannels.c: (main):
21858         * gst/audioconvert/gstaudioconvert.c:
21859         (gst_audio_convert_class_init), (gst_audio_convert_init),
21860         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21861         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21862         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21863         * gst/audioconvert/plugin.c: (plugin_init):
21864           Surround sound support.
21865
21866 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21867
21868         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21869           Fix position for discont if we're close as well. Nitpicking, but
21870           saves a few milliseconds of extra waiting or skipping.
21871
21872 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21873
21874         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21875           We sometimes need parsers for playback, so add those too.
21876
21877 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21878
21879         * configure.ac:
21880         * gst/apetag/Makefile.am:
21881         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21882         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21883         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21884         (gst_ape_demux_get_src_query_types),
21885         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21886         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21887         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21888         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21889         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21890         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21891         (gst_ape_demux_change_state):
21892         * gst/apetag/apedemux.h:
21893         * gst/apetag/apetag.c: (plugin_init):
21894         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21895         (plugin_init):
21896           APE v1/2 tag reader plus typefind function.
21897
21898 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21899
21900         * configure.ac:
21901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21902         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21903           Remove hacks for older core. Require newer core version
21904           accordingly.
21905
21906 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21907
21908         * gst/cdxaparse/Makefile.am:
21909         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21910         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21911         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21912         * gst/cdxaparse/gstcdxaparse.h:
21913         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21914         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21915         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21916         (gst_cdxastrip_get_src_query_types),
21917         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21918         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21919         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21920         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21921         * gst/cdxaparse/gstcdxastrip.h:
21922           SVCD/VCD header stripping separated from CDXA image parsing.
21923         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21924         (plugin_init):
21925           Add VCD/SVCD header typefinding for VCD/SVCD.
21926         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21927         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21928         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21929         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21930         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21931         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21932         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21933         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21934         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21935         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21936         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21937         * sys/vcd/vcdsrc.h:
21938           Fix up, add seeking, querying, URI interface. Works in totem now.
21939
21940 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21941
21942         * configure.ac:
21943           back to CVS
21944
21945 === release 0.8.6 ===
21946
21947 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21948
21949         * NEWS:
21950         * RELEASE:
21951         * configure.ac:
21952         * po/af.po:
21953         * po/az.po:
21954         * po/cs.po:
21955         * po/en_GB.po:
21956         * po/hu.po:
21957         * po/it.po:
21958         * po/nb.po:
21959         * po/nl.po:
21960         * po/or.po:
21961         * po/sq.po:
21962         * po/sr.po:
21963         * po/sv.po:
21964         * po/uk.po:
21965           releasing 0.8.6, "IOU Love"
21966
21967 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21968
21969         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21970
21971         * gst/playback/gstplaybasebin.c:
21972           Fix unplayable files error handling.  Fixes #158365
21973
21974 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21975
21976         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21977
21978         * gst/typefind/gsttypefindfunctions.c:
21979           Fix broken mp3 typefinding.  Fixes #158375
21980
21981 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21982
21983         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21984
21985         * ext/ogg/gstoggdemux.c:
21986           Fix sync on broken files.  Fixes #158976
21987
21988 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21989
21990         patch by: Edward Hervey <bilboed@bilboed.com>
21991
21992         * ext/libpng/gstpngenc.c:
21993           Copy over buffer properties.  Fixes #158832
21994
21995 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21996
21997         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21998
21999         * ext/dvdread/dvdreadsrc.c:
22000           Fixes invalid reads (#158462)
22001
22002 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22003
22004         * sys/v4l/gstv4lsrc.c:
22005         * sys/v4l/gstv4lsrc.h:
22006         * sys/v4l/v4lsrc_calls.c:
22007           Probe less and cache it.  Fixes #159187.
22008
22009 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22010
22011         * gst/videorate/gstvideorate.c:
22012           Handle all video formats. Fixes #159186.
22013
22014 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
22015         * gst/synaesthesia/gstsynaesthesia.c:
22016         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
22017         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
22018         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
22019         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
22020         (gst_synaesthesia_change_state), (plugin_init):
22021         Fix up synaesthesia to work under different samplerates/ buffer sizes.
22022         Force 320x200 output, as that's the only thing the underlying
22023         synaesthesia implementation supports. Still needs to be made
22024         re-entrant.
22025
22026 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22027
22028         * configure.ac:
22029           Fix mpeg2enc configure check (similar to mplex check below).
22030
22031 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
22032
22033         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22034
22035         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22036           Fix for gcc-2.95 (fixes #158221).
22037
22038 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22039
22040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22041           Re-add clock distribution hack (until new core is released).
22042           Fixes #158125.
22043
22044 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
22045         * configure.ac:
22046           fix mplex configure check segfaulting on some systems (bug #140994)
22047
22048 2004-11-13  Benjamin Otte  <otte@gnome.org>
22049
22050         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
22051           add debugging
22052         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22053           do a wait when we enter the loop func with no data available to
22054           write instead of getting into an 100% CPU loop by just returning and
22055           being called again by the scheduler
22056
22057 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
22058
22059         * configure.ac:
22060         * ext/libvisual/visual.c: (gst_visual_get_type),
22061         (libvisual_log_handler), (gst_visual_getcaps),
22062         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
22063         (plugin_init):
22064           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
22065         * ext/smoothwave/Makefile.am:
22066         * ext/smoothwave/demo-osssrc.c: (main):
22067         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
22068         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
22069         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
22070         (plugin_init):
22071         * ext/smoothwave/gstsmoothwave.h:
22072           Make gstsmoothwave a working element in the 20th century.
22073
22074         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
22075           Fix incorrect link function
22076
22077 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22078
22079         * gst/volume/gstvolume.c:
22080           Allow buffer-frames=0.
22081
22082 2004-11-12 Iain <iaingnome@gmail.com>
22083
22084         * configure.ac: Check for polypaudio
22085
22086         * ext/Makefile.am: Build the polyp dir
22087
22088         * ext/polyp: The polypsink sources.
22089
22090 2004-10-30 Iain <iaingnome@gmail.com>
22091
22092         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
22093         caps to reflect the new number of channels.
22094
22095 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22096
22097         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22098           Fix for negotiation order problem. This would show when the
22099           ALSA loopfuction was called before any other function. ALSA
22100           wouldn't do anything because we're not negotiated yet, leading
22101           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
22102
22103 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22104
22105         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22106
22107         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22108           No warnings (#157986).
22109
22110 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22111
22112         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22113           Prefer apev1/2 and id3v1 (at end of file) over musepack.
22114
22115 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22116
22117         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
22118           Signal no-more-pads (so it works in playbin).
22119
22120 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22121
22122         * ext/musepack/gstmusepackreader.cpp:
22123           Workaround for older core.
22124
22125 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22126
22127         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
22128           Actually test for odd width/height rather than testing whether
22129           a temporary variable that was 0 before we subtracted 1 is now
22130           not equal to zero (which it always is).
22131
22132 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22133
22134         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22135         Fix compilation if HAVE_XVIDEO is not defined
22136
22137 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22138
22139         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22140         Fix compilation if HAVE_XVIDEO is not defined
22141
22142 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
22143
22144         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
22145         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
22146         (gst_goom_change_state), (plugin_init):
22147         Use the bytestream adapter so goom doesn't depend on the input
22148         buffer size.
22149         Add a debug category
22150
22151 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22152
22153         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22154           Only set hardware parameters *after* negotiation. Before
22155           negotiation, it will set ANY and that seems to cause crashes
22156           (see e.g. #151288, #153227).
22157
22158 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22159
22160         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22161           This seems to be antique leftover. It needs to pass error
22162           checking.
22163         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22164         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
22165         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
22166         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
22167           Fix GstXOverlay implementation (#151059).
22168
22169 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22170
22171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22172           Don't assert (#157853).
22173
22174 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22175
22176         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22177           Fix bytes/samples confustion.
22178         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
22179           Fix for underrun (#144389).
22180
22181 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22182
22183         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22184           Disable halfway-seek for pending release (since it needs a new
22185           core release).
22186
22187 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22188
22189         * sys/v4l/gstv4lsrc.c:
22190         * sys/v4l/gstv4lsrc.h:
22191         * sys/v4l/v4lsrc_calls.c:
22192           add autoprobe-fps property so we can separate autoprobing parts
22193
22194 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22195
22196         * sys/v4l/gstv4lsrc.c:
22197         * sys/v4l/v4lsrc_calls.c:
22198         initialise fourcc to catch unset fourcc's, and debug
22199
22200 2004-11-09  Wim Taymans  <wim@fluendo.com>
22201
22202         * gst/playback/README:
22203         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22204         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22205         (gst_play_bin_dispose), (gst_play_bin_set_property),
22206         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
22207         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22208         (gst_play_bin_get_formats), (gst_play_bin_convert),
22209         (gst_play_bin_get_query_types), (gst_play_bin_query):
22210         Cleanups and some more documentation.
22211
22212 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
22213
22214         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
22215         (gst_cacasink_init), (gst_cacasink_chain):
22216         * ext/libcaca/gstcacasink.h:
22217         Cacasink inherits from VideoSink, so let that store the clock.
22218
22219 2004-11-09  Wim Taymans  <wim@fluendo.com>
22220
22221         * gst/playback/README:
22222         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
22223         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
22224         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
22225         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
22226         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
22227         (setup_sinks):
22228         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
22229         (gst_stream_info_is_mute), (gst_stream_info_set_property):
22230         * gst/playback/gststreaminfo.h:
22231         Updated README.
22232         Only switch groups if all streams have muted (EOSed).
22233         Send Tags in sync with the stream playback instead of in
22234         the playback/preroll phase.
22235         Some cleanups, free the fakesrc elements.
22236
22237 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22238
22239         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22240           buffer-frames property was missing
22241         * ext/arts/gst_arts.c:
22242           rate missing from sinkcaps
22243         * ext/audiofile/gstafparse.c:
22244         * ext/audiofile/gstafsink.c:
22245         * ext/audiofile/gstafsrc.c:
22246         * ext/swfdec/gstswfdec.c:
22247           int audio doesn't know buffer-frames
22248         * ext/cdparanoia/gstcdparanoia.c:
22249           int audio doesn't know chunksize either
22250         * ext/nas/nassink.c:
22251           it's endianness, not endianess
22252         * gst-libs/gst/audio/audio.h:
22253           make float standard pad template caps really describe float
22254         * gst/law/mulaw.c: (linear_factory):
22255           signed only, please
22256         * gst/mpegstream/gstdvddemux.c:
22257           widths of 20 are not valid
22258
22259 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22260
22261         Submitted by: Luca Ferretti <elle.uca@infinito.it>
22262
22263         * po/LINGUAS:
22264         * po/it.po:
22265           Add Italian
22266
22267 2004-11-08  Wim Taymans  <wim@fluendo.com>
22268
22269         * gst/playback/README:
22270         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
22271         * gst/playback/gstplaybasebin.c: (probe_triggered),
22272         (gst_play_base_bin_change_state):
22273         Updated README, added more comments for fixmes etc..
22274
22275 2004-11-08  Wim Taymans  <wim@fluendo.com>
22276
22277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22278         We can remove this hack now.
22279
22280 2004-11-08  Wim Taymans  <wim@fluendo.com>
22281
22282         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
22283         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22284         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22285         Only mix AYUV for maximum quality.
22286
22287 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22288
22289         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
22290         (gst_ogg_demux_push), (gst_ogg_pad_push):
22291           Let's act as if we're synchronized now! :).
22292         * ext/theora/theoradec.c: (theora_dec_chain):
22293           Add some debug.
22294
22295 2004-11-08  Wim Taymans  <wim@fluendo.com>
22296
22297         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22298         (gst_alpha_set_property), (gst_alpha_sink_link),
22299         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
22300         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
22301         (gst_alpha_init_params), (gst_alpha_chain):
22302         Implement alpha functions for AYUV too, this increases
22303         accuracy quite a bit.
22304
22305 2004-11-08  Wim Taymans  <wim@fluendo.com>
22306
22307         * gst/ffmpegcolorspace/avcodec.h:
22308         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22309         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22310         (gst_ffmpegcsp_avpicture_fill):
22311         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22312         (gst_ffmpegcsp_caps_remove_format_info):
22313         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22314         (shrink12), (img_get_alpha_info), (deinterlace_line),
22315         (deinterlace_line_inplace):
22316         * gst/ffmpegcolorspace/imgconvert_template.h:
22317         Added AYUV colorspace and handle RGBA a bit more respectful.
22318
22319 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22320
22321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22322           Actually always send a discont (cornercase when resending the
22323           same serial-tagged chain twice).
22324
22325 2004-11-08  Julien MOUTTE  <julien@moutte.net>
22326
22327         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22328         (gst_ximagesink_finalize):
22329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
22330         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
22331
22332 2004-11-08  Wim Taymans  <wim@fluendo.com>
22333
22334         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
22335         Don't segfault on NULL data.
22336
22337 2004-11-08  Wim Taymans  <wim@fluendo.com>
22338
22339         * gst/playback/gstdecodebin.c: (unlinked):
22340         * gst/playback/gstplay-marshal.list:
22341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22342         (gst_play_base_bin_init), (group_create), (get_active_group),
22343         (get_building_group), (group_destroy), (group_commit),
22344         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
22345         (add_element_stream), (no_more_pads), (probe_triggered),
22346         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
22347         (state_change), (setup_source), (gst_play_base_bin_get_property),
22348         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22349         (gst_play_base_bin_link_stream),
22350         (gst_play_base_bin_get_streaminfo):
22351         * gst/playback/gstplaybasebin.h:
22352         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22353         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
22354         Add support for chained ogg files. Prepare for playlist
22355         support. This patch introduces the concept of pad groups, which
22356         together compose one playable media file.
22357
22358 2004-11-07  David Schleef  <ds@schleef.org>
22359
22360         * testsuite/gst-lint: Check for pad templates that aren't statically
22361         scoped.
22362
22363 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22364
22365         * configure.ac:
22366         * ext/Makefile.am:
22367         * ext/musepack/Makefile.am:
22368         * ext/musepack/gstmusepackdec.cpp:
22369         * ext/musepack/gstmusepackdec.h:
22370         * ext/musepack/gstmusepackreader.cpp:
22371         * ext/musepack/gstmusepackreader.h:
22372           Add musepack decoder.
22373         * ext/faad/gstfaad.c: (gst_faad_base_init):
22374           Make pad templates static.
22375         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22376         (plugin_init):
22377           Add musepack typefinder, make mp3 typefinding work halfway stream,
22378           which doesn't actually work yet because id3demux doesn't implement
22379           _get_length().
22380
22381 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22382
22383         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22384         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
22385           Fix interrupt event handling (#144436).
22386
22387 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22388
22389         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
22390           Hide unused glory.
22391
22392 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22393
22394         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22395
22396         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
22397           Fix weird caps (#157548).
22398
22399 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22400
22401         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22402
22403         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
22404           Add missing NULL terminator (#157543).
22405
22406 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22407
22408         * gst/tcp/gsttcp.h:
22409         * gst/tcp/gsttcpclientsink.c:
22410         * gst/tcp/gsttcpclientsrc.c:
22411         * gst/tcp/gsttcpserversink.c:
22412         * gst/tcp/gsttcpserversrc.c:
22413           ports can go up to 65535.  Move common defines to gsttcp.h
22414
22415 2004-11-05  Wim Taymans  <wim@fluendo.com>
22416
22417         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
22418         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
22419         Added two more colorspaces.
22420
22421 2004-11-05  Wim Taymans  <wim@fluendo.com>
22422
22423         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22424         (gst_ffmpegcsp_avpicture_fill):
22425         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22426         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22427         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22428         More stride fixes.
22429
22430 2004-11-05  Wim Taymans  <wim@fluendo.com>
22431
22432         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22433         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22434         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22435         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22436         (gst_videomixer_loop):
22437         More stride fixes.
22438
22439 2004-11-05  Benjamin Otte  <otte@gnome.org>
22440
22441         * ext/mad/gstmad.c: (gst_mad_chain):
22442           don't overflow data buffer. Flush not needed sync data when syncing
22443           failed.
22444
22445 2004-11-04  Wim Taymans  <wim@fluendo.com>
22446
22447         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22448         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22449         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22450         (gst_alpha_init_params), (gst_alpha_chain),
22451         (gst_alpha_change_state):
22452         Updated the chroma keying algorithm with something more
22453         sophisticated.
22454
22455 2004-11-03  Wim Taymans  <wim@fluendo.com>
22456
22457         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22458         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22459         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22460         Fix stride issues. Does not completely work for odd
22461         heights.
22462
22463 2004-11-03  Wim Taymans  <wim@fluendo.com>
22464
22465         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22466         (gst_alpha_chroma_key), (gst_alpha_chain):
22467         Fix stride issues. Does not completely work for odd
22468         heights.
22469
22470 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22471
22472         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22473         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22474         leak fixes
22475
22476 2004-11-03  Wim Taymans  <wim@fluendo.com>
22477
22478         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22479         (gst_ffmpegcsp_avpicture_fill):
22480         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22481         (avpicture_alloc):
22482         * gst/ffmpegcolorspace/imgconvert_template.h:
22483         Use correct _fill function to get correct strides.
22484
22485 2004-11-02  David Schleef  <ds@schleef.org>
22486
22487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22488         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22489         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22490         Change all g_print()s to debugging.  Add a bunch of consistency
22491         checks.
22492
22493 2004-11-02  Wim Taymans  <wim@fluendo.com>
22494
22495         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22496         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22497         (unlinked), (no_more_pads), (close_link):
22498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22499         (unknown_type), (add_element_stream), (new_decoded_pad),
22500         (removed_decoded_pad), (setup_source):
22501         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22502         (gst_stream_info_class_init), (gst_stream_info_init),
22503         (gst_stream_info_new), (gst_stream_info_dispose),
22504         (stream_info_mute_pad), (gst_stream_info_set_property),
22505         (gst_stream_info_get_property):
22506         * gst/playback/gststreaminfo.h:
22507         Fix playback of multiple files.
22508         a slightly different approach to handling dynamic pad removals.
22509         This one only looks at pads that we have linked.
22510
22511 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22512
22513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22514         free" warning from libc.
22515
22516 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22517
22518         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22519         (get_unconnected_element), (remove_starting_from), (pad_removed),
22520         (close_link):
22521           Implement support for dynamic pad changing. We listen to "live"
22522           pad removals (i.e. while playing) and re-setup autoplugging
22523           after that. Playbasebin/playbin need some more work for this
22524           to finally work, but decodebin supports (and replugs) chained
22525           ogg now.
22526
22527 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22528
22529         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22530         (gst_alsa_finalize):
22531         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22532         (gst_cdaudio_finalize):
22533         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22534         (cdparanoia_finalize):
22535         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22536         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22537         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22538         (dvdreadsrc_finalize):
22539         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22540         (gst_flacdec_finalize):
22541         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22542         (gst_flacenc_finalize):
22543         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22544         (gst_gnomevfssink_finalize):
22545         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22546         (gst_gnomevfssrc_finalize):
22547         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22548         (gst_fameenc_finalize):
22549         * ext/nas/nassink.c: (gst_nassink_class_init),
22550         (gst_nassink_finalize):
22551         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22552         (gst_sdlvideosink_class_init):
22553         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22554         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22555         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22556         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22557         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22558         (gst_x_window_listener_dispose):
22559         * gst/audioscale/gstaudioscale.c:
22560         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22561         (play_on_demand_finalize):
22562         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22563         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22564         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22565         (cdplayer_finalize):
22566         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22567         (gst_glimagesink_class_init):
22568         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22569         (gst_osselement_finalize):
22570         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22571         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22572         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22573           Fixes a bunch of problems with finalize and dispose functions,
22574           either assumptions that dispose is only called once, or not calling
22575           the parent class dispose/finalize function
22576
22577 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22578
22579         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22580           added two api precondition guards
22581           use g_strdup with getenv to fix crash when using ENVVAR
22582
22583 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22584         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22585         (gst_esdsink_finalize):
22586         Use a finalize function, not dispose, and more importantly,
22587         call the parent class finalize function too
22588
22589 2004-11-01  Johan Dahlin  <johan@gnome.org>
22590
22591         * ext/ogg/gstoggdemux.c:
22592         * gst/tags/gstvorbistag.c:
22593         Plug leaks.
22594
22595 2004-10-31  Benjamin Otte  <otte@gnome.org>
22596
22597         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22598           lotsa memleaks today. But they're all small...
22599
22600 2004-10-31  Benjamin Otte  <otte@gnome.org>
22601
22602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22603           another memleak crushed
22604
22605 2004-10-31  Benjamin Otte  <otte@gnome.org>
22606
22607         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22608           fix memleak
22609
22610 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22611
22612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22613           Hack to prevent crash when going to READY inside signal handler
22614           while this function is active.
22615
22616 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22617
22618         * gst/ffmpegcolorspace/Makefile.am:
22619         * gst/ffmpegcolorspace/avcodec.h:
22620         * gst/ffmpegcolorspace/common.h:
22621         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22622         * gst/ffmpegcolorspace/dsputil.h:
22623         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22624         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22625         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22626         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22627         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22628         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22629         (gst_ffmpegcsp_avpicture_fill):
22630         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22632         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22633         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22634         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22635         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22636         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22637         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22638         * gst/ffmpegcolorspace/imgconvert.c:
22639         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22640         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22641         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22642         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22643         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22644         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22645         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22646         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22647         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22648         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22649         (grow21), (grow22), (grow41), (grow44), (conv411),
22650         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22651         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22652         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22653         (avpicture_free), (is_yuv_planar), (img_convert),
22654         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22655         (deinterlace_line_inplace), (deinterlace_bottom_field),
22656         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22657         * gst/ffmpegcolorspace/imgconvert_template.h:
22658         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22659         * gst/ffmpegcolorspace/mmx.h:
22660         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22661         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22662         (av_freep), (avcodec_get_context_defaults),
22663         (avcodec_alloc_context), (avcodec_init):
22664           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22665           handling plus update from ffmpeg CVS. Large clean-up.
22666
22667 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22668
22669         * gst/playback/Makefile.am:
22670           We need the marshallers for decodebin, too.
22671
22672 2004-10-30  David Schleef  <ds@schleef.org>
22673
22674         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22675           quicktime typefinding work with 64-bit offsets.
22676
22677 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22678
22679         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22680           Set EOS on the element when processing an EOS event.
22681         * ext/speex/gstspeexdec.h:
22682         * ext/speex/gstspeexenc.h:
22683           Only keep a const ptr to the mode
22684         * gst-libs/gst/riff/riff-media.c:
22685         (gst_riff_create_audio_caps_with_data),
22686         (gst_riff_create_audio_template_caps):
22687           Allow WMAV3, with up to 6 channels.
22688         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22689           Don't call gst_pad_set_event_function on a sink pad.
22690         * gst/mpegstream/gstdvddemux.c:
22691         (gst_dvd_demux_get_subpicture_stream),
22692         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22693           Copy the explicit caps that were set across to the cur_* pads,
22694           instead of trying to use a possibly non-existent negotiated caps.
22695           Reset the type of subpicture pads to UNKNOWN after calling
22696           init_stream, so that the caps get set.
22697
22698 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22699
22700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22701
22702         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22703           Don't touch buffer if it is of size 0 (fixes #151064).
22704
22705 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22706
22707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22708           Synchronized discont handling.
22709
22710 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22711
22712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22713         (gst_ogg_demux_push):
22714           Make seeking sort-of exact again (fixes #156387).
22715
22716 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22717
22718         * gst/playback/gstplaybasebin.c: (unknown_type),
22719         (add_element_stream), (new_decoded_pad),
22720         (gst_play_base_bin_change_state):
22721         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22722         (gst_stream_info_init), (gst_stream_info_new),
22723         (gst_stream_info_dispose), (gst_stream_info_get_property):
22724         * gst/playback/gststreaminfo.h:
22725           Make caps explicitely available. Makes testing for unsupported
22726           types possible. Improves error reporting.
22727
22728 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22729
22730         * gst/audioconvert/gstaudioconvert.c:
22731         (gst_audio_convert_buffer_to_default_format):
22732           Really don't touch read-only buffers (#156563).
22733
22734 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22735
22736         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22737
22738         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22739           Fix memleak (#155223).
22740
22741 2004-10-29  Wim Taymans  <wim@fluendo.com>
22742
22743         * gst/tcp/.cvsignore:
22744         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22745         (gst_multifdsink_class_init), (gst_multifdsink_init),
22746         (gst_multifdsink_add), (gst_multifdsink_remove),
22747         (gst_multifdsink_remove_client_link), (is_sync_frame),
22748         (gst_multifdsink_new_client),
22749         (gst_multifdsink_handle_client_write),
22750         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22751         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22752         (gst_multifdsink_get_property):
22753         * gst/tcp/gstmultifdsink.h:
22754         Added burst on connect sync_method, deprecated sync_clients,
22755         streamlined the sync code some more.
22756
22757 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22758
22759         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22760         (gst_play_base_bin_change_state):
22761           Improve error reporting.
22762
22763 2004-10-28  Wim Taymans  <wim@fluendo.com>
22764
22765         * gst/tcp/Makefile.am:
22766         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22767         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22768         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22769         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22770         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22771         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22772         (gst_fdset_wait):
22773         Added more locks around fdset structures. Fixed/reworked
22774         the poll array resizing code.
22775         Added stress test for fdset.
22776
22777 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22778
22779         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22780         fix build
22781
22782 2004-10-28  Benjamin Otte  <otte@gnome.org>
22783
22784         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22785           fix link function to always query channels and query width for
22786           floats
22787         * configure.ac:
22788           add equalizer dir
22789         * gst/equalizer/Makefile.am:
22790         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22791         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22792         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22793         (arg_to_scale), (setup_filter),
22794         (gst_iir_equalizer_compute_frequencies),
22795         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22796         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22797         (plugin_init):
22798           add an equalizer
22799
22800 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22801
22802         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22803
22804         * po/LINGUAS:
22805         * po/nb.po:
22806           Added Norwegian Bokmaal translation
22807
22808 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22809
22810         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22811           Don't break on options (fixes #156488).
22812
22813 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22814
22815         * configure.ac:
22816         * ext/cdaudio/Makefile.am:
22817         * sys/Makefile.am:
22818           fix build on older automake
22819
22820 2004-10-26  Wim Taymans  <wim@fluendo.com>
22821
22822         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22823         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22824         Allow a little margin when negotiating the framerate.
22825
22826 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22827
22828         * gst/level/gstlevel.c:
22829           synchonised naming of pads and pad-templates
22830
22831 2004-10-26  Wim Taymans  <wim@fluendo.com>
22832
22833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22834         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22835         (_find_streams_check), (gst_ogg_demux_push):
22836         Fix EOS again. Needs to be done in a better way. We should not
22837         remove the pad if there is no new chained stream.
22838
22839 2004-10-26 Iain <iaingnome@gmail.com>
22840
22841         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22842         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22843         of the caps.
22844         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22845         pad.
22846         (interleave_release_pad): Remove the pad.
22847         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22848         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22849         the set device.
22850         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22851         attrs
22852         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22853         (gst_xvimagesink_finalize): Free the par.
22854
22855 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22856
22857         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22858         (gst_avimux_stop_file):
22859           First calculate the rate, and only then use it. Hdr.rate is a
22860           multiple and not a derivative of hdr.scale. Scale is not the
22861           same as blockalign but is solely related to rate.
22862
22863 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22864
22865         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22866         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22867           Implement seeking.
22868
22869 2004-10-25  James Henstridge  <james@jamesh.id.au>
22870
22871         Reviewed by:  David Schleef  <ds@schleef.org>
22872
22873         * examples/gstplay/player.c: (got_stream_length), (main):
22874         * examples/seeking/cdplayer.c: (update_scale):
22875         * examples/seeking/seek.c: (format_value), (update_scale):
22876         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22877         (stop_seek):
22878         Build fixes on AMD64.
22879
22880 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22881
22882         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22883
22884         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22885         Fix for some v4l cards which hang in v4lsrc
22886
22887 2004-10-25  Wim Taymans  <wim@fluendo.com>
22888
22889         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22890         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22891         Make sure to remove the pad when a new chain is
22892         encountered. Set some vars to NULL so we don't try
22893         to reference freed memory.
22894
22895 2004-10-25  Wim Taymans  <wim@fluendo.com>
22896
22897         * examples/seeking/Makefile.am:
22898         * examples/seeking/cdplayer.c: (update_scale):
22899         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22900         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22901         (format_value), (update_scale), (iterate), (start_seek),
22902         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22903         (print_usage), (main):
22904         Added some more examples, update others.
22905
22906 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22907
22908         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22909         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22910         * ext/theora/theoradec.c: (theora_dec_chain):
22911         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22912           Add codec-name metadata.
22913
22914 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22915
22916         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22917
22918         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22919         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22920         * ext/alsa/gstalsamixertrack.h:
22921         * po/POTFILES.in:
22922           ALSA mixer track label internationalization (#154054).
22923
22924 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22925
22926         * ext/theora/theoradec.c: (theora_dec_chain):
22927           Export bitrate as metadata.
22928
22929 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22930
22931         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22932         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22933         * ext/alsa/gstalsamixertrack.h:
22934           Fix names, fix loop.
22935
22936 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22937
22938         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22939         (speex_dec_convert):
22940           sinkconvert function so oggdemux can get the file length (totem).
22941
22942 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22943
22944         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22945
22946         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22947           Don't push incomplete packets.
22948         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22949           Fix MPEG-4 audio typefinding.
22950
22951 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22952
22953         * sys/v4l/Makefile.am:
22954         * sys/v4l/gstv4l.c: (plugin_init):
22955         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22956         (gst_v4lelement_init), (gst_v4lelement_dispose),
22957         (gst_v4lelement_change_state):
22958         * sys/v4l/gstv4lelement.h:
22959         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22960         (gst_v4l_xoverlay_close), (idle_refresh),
22961         (gst_v4l_xoverlay_set_xwindow_id):
22962         * sys/v4l/gstv4lxoverlay.h:
22963         * sys/v4l/v4l-overlay_calls.c:
22964         * sys/v4l/v4l_calls.h:
22965         * sys/v4l2/Makefile.am:
22966         * sys/v4l2/gstv4l2.c: (plugin_init):
22967         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22968         (gst_v4l2element_init), (gst_v4l2element_dispose),
22969         (gst_v4l2element_change_state):
22970         * sys/v4l2/gstv4l2element.h:
22971         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22972         (gst_v4l2_xoverlay_close), (idle_refresh),
22973         (gst_v4l2_xoverlay_set_xwindow_id):
22974         * sys/v4l2/gstv4l2xoverlay.h:
22975         * sys/v4l2/v4l2-overlay_calls.c:
22976         * sys/v4l2/v4l2_calls.h:
22977           Remove client-side overlay handling, use the X-server v4l plugin
22978           for that. Nicer overlay, less code. Also make the plugin
22979           compileable without X (but then without overlay, obviously).
22980           Makes xwindowlistener obsolete, should we remove that?
22981
22982 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22983
22984         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22985         (gst_osssrc_src_query):
22986         * sys/oss/gstosssrc.h:
22987           OK, so people want offset in DEFAULT. This time, actually fix all
22988           cases.
22989         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22990           Add FPS properly.
22991
22992 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22993
22994         * gst/asfdemux/gstasfmux.c:
22995         * gst/avi/gstavimux.c:
22996           Framerate.
22997
22998 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22999
23000         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
23001           Fix properties (channel, norm, frequency).
23002
23003 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23004
23005         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
23006           Flag typo.
23007         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
23008           No warnings.
23009
23010 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23011
23012         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
23013           Fix hang.
23014
23015 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23016
23017         * sys/v4l2/gstv4l2element.h:
23018           Yet Another Hack (tm) for kernel header borkedness.
23019         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23020         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
23021         (gst_v4l2src_link), (gst_v4l2src_getcaps),
23022         (gst_v4l2src_change_state):
23023         * sys/v4l2/gstv4l2src.h:
23024         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
23025         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
23026           Fix caps, keep track of state, work.
23027
23028 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23029
23030         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
23031           Quiet.
23032
23033 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23034
23035         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23036           Don't mix bytes and samples.
23037
23038 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23039
23040         * ext/ogg/gstoggmux.c:
23041           Basic pad template which accepts OGM tracks, speex, flac, vorbis
23042           and theora. Any is incorrect.
23043         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
23044           Fix caps.
23045         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
23046         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
23047         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
23048         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
23049         * sys/v4l/gstv4lmjpegsrc.h:
23050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23051         (gst_v4lsrc_change_state):
23052         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
23053         (gst_v4lmjpegsrc_capture_stop):
23054           Fix caps. Keep track of internal state. Work.
23055
23056 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23057
23058         * ext/Makefile.am:
23059           Fix the build fixes.
23060
23061 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23062
23063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23064         (gst_ogg_demux_src_event), (_find_chain_seek),
23065         (gst_ogg_pad_push):
23066           Check for pad availability before using it.
23067         * ext/ogg/gstoggdemux.c: (_find_chain_process):
23068           Fix parsing of chained ogg. Needs more work on the decoder side.
23069
23070 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23071
23072         * gst/spectrum/Makefile.am:
23073         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
23074         (idle_func):
23075           Fix demo and reenable it. Yes, I'm currently playing with audio
23076           analysis tools
23077
23078 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23079
23080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23081           We love it if files that start at zero work too...
23082
23083 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23084
23085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23086           Handle files with missing EOS headers.
23087
23088 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23089
23090         * gst/tcp/gsttcpserversink.c:
23091         (gst_tcpserversink_handle_server_read),
23092         (gst_tcpserversink_init_send):
23093         Zero some variables first (need for accept not to return EINVAL)
23094
23095 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23096
23097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23098         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23099         * ext/theora/theoradec.c: (theora_dec_sink_convert),
23100         (theora_dec_chain):
23101         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23102         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
23103           Seeking and querying finetune.
23104
23105 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23106
23107         * configure.ac:
23108         * ext/Makefile.am:
23109         * ext/raw1394/Makefile.am:
23110           fix the build
23111
23112 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23113
23114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23115           Wrong return.
23116         * gst/playback/Makefile.am:
23117         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23118         * gst/playback/gstplay-marshal.list:
23119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
23120           Fix marshallers.
23121
23122 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23123
23124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
23125           Silence.
23126
23127 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23128
23129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23130         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23131         (gst_ogg_pad_push):
23132           Yay for non-lineair granulepos in theora.
23133
23134 2004-10-18  Wim Taymans  <wim@fluendo.com>
23135
23136         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23137         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
23138         * ext/dv/gstdvdec.h:
23139         Make sure we renegotiate aspect ratio when the camera switches.
23140
23141 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23142
23143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23144         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
23145           Start at zero.
23146         * ext/theora/theoradec.c: (theora_dec_chain):
23147           Skip headers. Bad idea for chained ogg, but fixes seeking.
23148
23149 2004-10-18  Wim Taymans  <wim@fluendo.com>
23150
23151         * configure.ac:
23152         I swear, this is the last time I touch this.
23153
23154 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23155
23156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
23157         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
23158         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
23159           Faster seeking.
23160         * ext/theora/theoradec.c: (theora_dec_sink_convert):
23161           Time-to-default conversion.
23162         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23163           Don't error on unknown packets, just skip. We should probably
23164           read them if we want to support chained ogg.
23165
23166 2004-10-18  Wim Taymans  <wim@fluendo.com>
23167
23168         * configure.ac:
23169         Added cdaudio to wrong list.
23170
23171 2004-10-18  Wim Taymans  <wim@fluendo.com>
23172
23173         * configure.ac:
23174         Revive cdaudio.
23175
23176 2004-10-18  Wim Taymans  <wim@fluendo.com>
23177
23178         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
23179         (gst_dvdec_video_link), (gst_dvdec_push):
23180         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23181         (gst_smokeenc_resync), (gst_smokeenc_chain):
23182         Fix mimetype on smoke encoder.
23183         Add aspect ratio to dvdec. Not sure if these
23184         values are correct though....
23185
23186 2004-10-18  Wim Taymans  <wim@fluendo.com>
23187
23188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
23189         Fix vorbis property descriptions and ranges.
23190
23191 2004-10-18  Wim Taymans  <wim@fluendo.com>
23192
23193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
23194         Really do nothing when no data is available.
23195         Go to the playing state when the stream is not seekable
23196         instead of failing.
23197
23198 2004-10-18  Wim Taymans  <wim@fluendo.com>
23199
23200         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
23201         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
23202         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
23203         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
23204         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
23205         Added uri handler for cd://
23206         Port to new API.
23207
23208 2004-10-18  Wim Taymans  <wim@fluendo.com>
23209
23210         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23211         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23212         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23213         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23214         (remove_prerolls), (unknown_type), (add_element_stream),
23215         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
23216         (gst_play_base_bin_remove_element),
23217         (gst_play_base_bin_link_stream):
23218         * gst/playback/gstplaybin.c: (gen_video_element),
23219         (gen_vis_element), (remove_sinks), (setup_sinks):
23220         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23221         (gst_stream_info_get_type), (gst_stream_info_class_init),
23222         (gst_stream_info_init), (gst_stream_info_new),
23223         (gst_stream_info_dispose), (stream_info_mute_pad),
23224         (gst_stream_info_set_property), (gst_stream_info_get_property):
23225         * gst/playback/gststreaminfo.h:
23226         Add sink padtemplate to decodebin.
23227         Added some more comments.
23228         Make queue size configurable in playbasebin.
23229         Added possibility to use elements as sinks (ex cdaudio).
23230
23231 2004-10-15  Wim Taymans  <wim@fluendo.com>
23232
23233         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
23234         (gst_speexenc_chain):
23235         Fix speex timestamps so that it gets muxed properly.
23236
23237 2004-10-15  Wim Taymans  <wim@fluendo.com>
23238
23239         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
23240         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
23241         (gst_dv1394src_init), (gst_dv1394src_dispose),
23242         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
23243         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
23244         (gst_dv1394src_event), (gst_dv1394src_get_formats),
23245         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
23246         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
23247         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
23248         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
23249         * ext/raw1394/gstdv1394src.h:
23250         Added conversion/query functions.
23251         Update buffer timestamps,
23252         Added signals.
23253         Added uri dv:// so it might play from the firewire in playbin.
23254         Fix a possible leak.
23255         Added debugging.
23256
23257 2004-10-15  Wim Taymans  <wim@fluendo.com>
23258
23259         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
23260         (gst_dv1394src_init), (gst_dv1394src_set_property),
23261         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
23262         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
23263         * ext/raw1394/gstdv1394src.h:
23264         Added AV/C VTR control support needed for some cameras.
23265         Added automatic port detection.
23266         Added properties for selecting the channel.
23267         The configure.ac script is not yet updated to reflect the
23268         new libavc1394 and librom1394 dependencies.
23269
23270 2004-10-15  Wim Taymans  <wim@fluendo.com>
23271
23272         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23273         (qtdemux_parse), (gst_qtdemux_handle_esds):
23274         An esds box is not a container.
23275         Fix parsing of mp4v boxes.
23276         Do not try to renegotiate fps for each frame. Need to
23277         find a better method. This should fix mp4 playback.
23278
23279 2004-10-14  David Schleef  <ds@schleef.org>
23280
23281         * configure.ac: update for swfdec-0.3 and liboil-0.2
23282         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
23283         * ext/swfdec/gstswfdec.h: same
23284         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
23285         * gst/videotestsrc/videotestsrc.c: same
23286
23287 2004-10-14  Wim Taymans  <wim@fluendo.com>
23288
23289         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23290         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23291         (is_sync_frame), (gst_multifdsink_new_client),
23292         (gst_multifdsink_handle_client_write),
23293         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23294         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23295         Turn warnings into info.
23296         Don't allow a state change in the streaming thread.
23297
23298 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23299
23300         * ext/vorbis/oggvorbisenc.c:
23301         * ext/vorbis/vorbisdec.c:
23302           fix template sample rate
23303
23304 2004-10-13  Wim Taymans  <wim@fluendo.com>
23305
23306         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
23307         Decoding the header first fixes some problems in resyncing
23308         in more mp3s.
23309
23310 2004-10-12  Wim Taymans  <wim@fluendo.com>
23311
23312         * gst/playback/gstplaybin.c: (gen_video_element),
23313         (gen_vis_element), (remove_sinks), (setup_sinks):
23314         Added vis plugin support, need to configure the vis
23315         element to activate it.
23316
23317 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23318
23319         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
23320         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23321           Some debug.
23322         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23323         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
23324         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
23325         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
23326         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23327         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
23328         * gst/avi/gstavidemux.h:
23329           Support for openDML-2.0 indx/ix## chunks. Support for broken index
23330           recovery (where, if part of the index is broken, we will still read
23331           the rest of the index and recover the broken part by stream
23332           scanning). More broken media support. EOS workarounds. General AVI
23333           braindamage headache recovery. Aspirin included.
23334
23335 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23336
23337         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
23338         (cdparanoia_event), (cdparanoia_query):
23339           Get rid of hideous lead-in.
23340
23341 2004-10-11  Wim Taymans  <wim@fluendo.com>
23342
23343         * gst/playback/gstplaybasebin.c: (setup_source):
23344         Wrong var used to get g_list_next.
23345
23346 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23347
23348         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23349         (cdparanoia_get), (cdparanoia_open):
23350           Report discid as metadata, add duration.
23351
23352 2004-10-11  Wim Taymans  <wim@fluendo.com>
23353
23354         * gst/playback/gstplaybasebin.c: (setup_source):
23355         Cleanup the previous pipeline a little earlier for the
23356         case that a source element provides raw data.
23357
23358 2004-10-11  Benjamin Otte  <otte@gnome.org>
23359
23360         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23361           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
23362           consuming the last 128 bytes, even though it was valid mp3 data.
23363
23364 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23365
23366         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23367         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23368         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23369         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
23370
23371 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23372
23373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
23374         Fix for webcams that support only specific width or height
23375
23376 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23377
23378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23379
23380         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
23381           Fix wrong discont event setup (fixes #154967).
23382
23383 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
23384
23385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23386
23387         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23388           Error out on invalid data (fixes #154807).
23389
23390 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23391
23392         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23393
23394         * ext/dvdread/dvdreadsrc.c: (_read):
23395           Make titles > 0 work again (fixes #154834).
23396
23397 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23398
23399         * gst-libs/gst/riff/riff-media.c:
23400         (gst_riff_create_video_template_caps):
23401           WMV3 missing in template caps.
23402
23403 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23404
23405         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23406           OK, so the original code was too strict. It makes random AVI files
23407           hang for seconds upon opening, which is unacceptable and is far
23408           beyond the original goal of getting multiple chunks for one-chunk
23409           sounc stream files. So now do just that.
23410
23411 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23412
23413         * gst/playback/gstplaybasebin.c: (setup_source),
23414         (gst_play_base_bin_change_state):
23415           Actually clean up streaminfo if output fails. This would trigger
23416           if, for example, there was no CD in the drive. No preroll, so
23417           a streaminfo structure is created, but the subsequent state change
23418           of the thread fails.
23419         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23420           Don't change state if parent failed.
23421
23422 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23423
23424         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23425         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23426         (gen_video_element), (remove_sinks):
23427           Add small bits of code for screenshot handling.
23428
23429 2004-10-08  Wim Taymans  <wim@fluendo.com>
23430
23431         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23432         (gen_video_element), (gen_audio_element), (setup_sinks):
23433         Don't assume the user provided sinks are named "sink"...
23434
23435 2004-10-08  Wim Taymans  <wim@fluendo.com>
23436
23437         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23438         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23439         (gst_play_base_bin_link_stream):
23440         Do not try to autoplug sources that generate raw streams like
23441         cdparanoia.
23442         disconnect the preroll overrun signal when we don't need it anymore.
23443
23444 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23445
23446         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23447         Added reworked patch from #154903 from milosz derezynski (deadchip).
23448
23449 2004-10-08  Wim Taymans  <wim@fluendo.com>
23450
23451         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23452         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23453         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23454         (cdparanoia_convert), (cdparanoia_uri_get_type),
23455         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23456         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23457         * ext/cdparanoia/gstcdparanoia.h:
23458         This adds the cdda://<tracknum> uri.
23459
23460 2004-10-08  Wim Taymans  <wim@fluendo.com>
23461
23462         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23463         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23464         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23465         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23466         (unknown_type), (gst_play_base_bin_remove_element),
23467         (gst_play_base_bin_link_stream):
23468         * gst/playback/gstplaybasebin.h:
23469         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23470         (gst_play_bin_set_property), (gen_video_element),
23471         (gen_audio_element), (setup_sinks):
23472         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23473         (gst_stream_info_get_type), (gst_stream_info_class_init),
23474         (gst_stream_info_init), (gst_stream_info_new),
23475         (gst_stream_info_dispose), (stream_info_mute_pad),
23476         (gst_stream_info_set_property), (gst_stream_info_get_property):
23477         * gst/playback/gststreaminfo.h:
23478         Reuse the audio and video bins.
23479         Some internal cleanups in the stream selection code.
23480
23481 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23482
23483         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23484         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23485         * sys/ximage/ximagesink.h:
23486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23487         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23488         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23489         not coming from those elements. Moreover these elements should not keep
23490         the xid they have been given when in NULL state.
23491
23492 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23493
23494         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23495         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23496         * sys/ximage/ximagesink.h:
23497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23498         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23499         * sys/xvimage/xvimagesink.h:
23500           Actually only create a new toplevel window if we're not gonna
23501           embed it right after.
23502
23503 2004-10-07  Wim Taymans  <wim@fluendo.com>
23504
23505         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23506         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23507         * gst/playback/gstplaybin.c: (setup_sinks):
23508         Implement muting/unmuting of streams, mute streams that are not
23509         used.
23510
23511 2004-10-07  Wim Taymans  <wim@fluendo.com>
23512
23513         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23514         (plugin_init):
23515         Added lame audio/x-ac3 typefind function.
23516
23517 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23518
23519         * configure.ac:
23520           bump nano to cvs
23521
23522 === release 0.8.5 ===
23523
23524 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23525
23526         * NEWS:
23527         * RELEASE:
23528         * configure.ac:
23529           releasing 0.8.5, "Take You On"
23530
23531 2004-10-06  Wim Taymans  <wim@fluendo.com>
23532
23533         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23534         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23535         (no_more_pads), (close_link), (type_found):
23536         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23537         * gst/playback/gstplaybin.c: (gen_video_element):
23538         Do not signal the no_more_pads after the first pad when
23539         we are plugging a non dynamic element with multiple
23540         output pads (like swfdec, dvdec, ...).
23541
23542 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23543
23544         * configure.ac:
23545           bump for prerelease
23546
23547 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23548
23549         * gst/wavparse/gstwavparse.c:
23550           add ATRAC3 to STATIC CAPS to fix a warning
23551
23552         * gst/matroska/ebml-read.c:
23553         * gst-libs/gst/riff/riff-read.c:
23554           fix typos
23555
23556 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23557
23558         * gst-libs/gst/riff/riff-media.c:
23559           generate caps for ATRAC3 audio streams
23560
23561         * gst/realmedia/rmdemux.c:
23562           generate caps for ATRAC3 audio streams
23563
23564 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23565
23566         * gst/wavparse/Makefile.am
23567         * gst/wavparse/riff.h
23568         * gst/wavparse/wavparse.vcproj
23569           riff.h removal (unused and duplication with riff-ids.h)
23570
23571 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23572
23573         * gst/wavparse/gstwavparse.h
23574           remove duplicated defines for audio codec codes
23575
23576         * gst-libs/gst/riff/riff-ids.h
23577         * gst/wavenc/riff.h:
23578           add "4CC" code for ATRAC3 audio streams
23579           add "4CC" code for ITU_G721_ADPCM (unused for now)
23580
23581 2004-10-06  Wim Taymans  <wim@fluendo.com>
23582
23583         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23584         Actually _do_ negotiation. Pass gdouble as arg instead
23585         of guint64 for the framerate.
23586
23587 2004-10-06  Wim Taymans  <wim@fluendo.com>
23588
23589         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23590         (find_compatibles), (close_pad_link), (try_to_link_1),
23591         (no_more_pads), (close_link), (type_found):
23592         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23593         * gst/playback/gstplaybin.c: (gen_video_element),
23594         (gen_audio_element):
23595         Set state on newly added element to READY so that negotiation
23596         can happen ASAP.
23597         Addes some more debug info.
23598         Do not try to plug pads with multiple caps structures or ANY
23599         because it is too dangerous since we do not do dynamic
23600         replugging.
23601
23602 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23603
23604         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23605
23606         * po/LINGUAS:
23607         * po/or.po:
23608           add Oriya translation
23609
23610 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23611
23612         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23613           Prevent overwrite of size member. Makes audio sound crappy.
23614
23615 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23616
23617         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23618         Add rmvb to the list of known RealMedia extensions
23619
23620 2004-10-05  Wim Taymans  <wim@fluendo.com>
23621
23622         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23623         (mngdec_openstream), (mngdec_closestream),
23624         (mngdec_handle_sink_event), (mngdec_readdata),
23625         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23626         (mngdec_getcanvasline), (mngdec_refresh),
23627         (gst_mngdec_change_state):
23628         Set the framerate correctly.
23629
23630 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23631
23632         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23633           There was something wrong with the index massaging.
23634
23635 2004-10-04  Wim Taymans  <wim@fluendo.com>
23636
23637         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23638         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23639         (gst_smokedec_chain):
23640         * ext/jpeg/gstsmokedec.h:
23641         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23642         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23643         * ext/jpeg/gstsmokeenc.h:
23644         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23645         (smokecodec_decode_new), (smokecodec_info_free),
23646         (smokecodec_set_quality), (smokecodec_get_quality),
23647         (smokecodec_set_threshold), (smokecodec_get_threshold),
23648         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23649         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23650         (smokecodec_encode), (smokecodec_parse_id),
23651         (smokecodec_parse_header), (smokecodec_decode):
23652         * ext/jpeg/smokecodec.h:
23653         * ext/jpeg/smokeformat.h:
23654         Updated smoke, new bitstream, allows embedding in ogg.
23655
23656 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23657
23658         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23659           Fix seeking in some files. All this code is no longer needed (and
23660           actually breaks stuff) because we now synchronize the full index
23661           right when reading the header.
23662
23663 2004-10-04  Wim Taymans  <wim@fluendo.com>
23664
23665         * configure.ac:
23666         configure update for libmng.
23667
23668 2004-10-04  Wim Taymans  <wim@fluendo.com>
23669
23670         * ext/libmng/Makefile.am:
23671         * ext/libmng/gstmng.c: (plugin_init):
23672         * ext/libmng/gstmng.h:
23673         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23674         (gst_mngdec_base_init), (gst_mngdec_class_init),
23675         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23676         (gst_mngdec_loop), (gst_mngdec_get_property),
23677         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23678         (mngdec_closestream), (mngdec_handle_sink_event),
23679         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23680         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23681         (gst_mngdec_change_state):
23682         * ext/libmng/gstmngdec.h:
23683         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23684         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23685         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23686         (gst_mngenc_chain), (gst_mngenc_get_property),
23687         (gst_mngenc_set_property):
23688         * ext/libmng/gstmngenc.h:
23689         Added basic MNG decoder. Needs more work. The encoder does
23690         not work yet.
23691
23692 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23693
23694         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23695         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23696         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23697           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23698           no-more-pads.
23699
23700 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23701
23702         * configure.ac:
23703           you need at least 1.0.4 of speex
23704
23705 2004-10-04 Iain <iaingnome@gmail.com>
23706
23707         * ext/speex/gstspeexdec.h: Revert the includes changes.
23708
23709         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23710
23711 2004-09-30 Iain <iaingnome@gmail.com>
23712
23713         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23714         found during init or set as a property instead of hardcoding /dev/audio
23715
23716 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23717
23718         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23719         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23720         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23721         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23722         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23723         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23724         (gst_rmdemux_dump_data):
23725           Use debug category, fix EOS handling. filesrc ! rmdemux now
23726           works.
23727
23728 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23729
23730         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23731         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23732         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23733           Improve allocation, cutting and sorting of the index. How takes a
23734           few seconds instead of minutes.
23735
23736 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23737
23738         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23739           fixed compilation
23740
23741 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23742
23743         * gst-libs/gst/riff/riff-media.c:
23744         (gst_riff_create_video_caps_with_data),
23745         (gst_riff_create_video_template_caps):
23746           Add wing commander format mimetype/fourccs.
23747         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23748           Don't crash if some value is 0.
23749
23750 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23751
23752         * gst-libs/gst/riff/riff-media.c:
23753         (gst_riff_create_video_caps_with_data),
23754         (gst_riff_create_video_template_caps):
23755           Add DIB fourcc (raw, palettized 8-bit RGB).
23756         * gst-libs/gst/riff/riff-read.c:
23757         (gst_riff_read_strf_vids_with_data):
23758           Oops, fix strf_data reading bug.
23759         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23760           Use a non-NULL tag.
23761         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23762           Time for hacks. Sorry Dave. At least one quicktime movie (a
23763           trailer) that I've encountered contains multiple video tracks.
23764           One of those is the actual video track, the other are one-frame
23765           tracks (images). Unfortunately, the number of frames according
23766           to the trak header is 1 for each, so that doesn't help. So
23767           instead, I look at the duration and discard tracks with a
23768           duration shorter than 20% of the length of the stream. Better
23769           than nothing.
23770
23771 2004-10-01  Christian Schaller <christian@fluendo.com>
23772
23773         * ext/ivorbis/vorbis.c:
23774           Patch from Phil Blundell (Bug 152341)
23775
23776 2004-10-01  Wim Taymans  <wim@fluendo.com>
23777
23778         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23779         (speex_dec_get_formats), (speex_dec_convert),
23780         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23781         (speex_dec_chain), (gst_speexdec_get_property),
23782         (gst_speexdec_set_property):
23783         Small cleanups.
23784
23785 2004-10-01  Wim Taymans  <wim@fluendo.com>
23786
23787         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23788         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23789         (gst_wavparse_other), (gst_wavparse_loop),
23790         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23791         (gst_wavparse_srcpad_event):
23792         * gst/wavparse/gstwavparse.h:
23793         Added some more debugging info.
23794         Fix the case where the length of the file is 0.
23795         Make sure we seek to sample borders.
23796
23797 2004-10-01  Wim Taymans  <wim@fluendo.com>
23798
23799         * gst/playback/README:
23800         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23801         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23802         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23803         Add some debug info to decodebin, update README
23804
23805 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23806
23807         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23808           Don't use g_print(); use GST_DEBUG().
23809
23810 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23811
23812         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23813         (gst_ogg_mux_queue_pads):
23814           Handle EOS properly.
23815
23816 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23817
23818         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23819
23820         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23821         (gst_faad_chain), (gst_faad_change_state):
23822         * ext/faad/gstfaad.h:
23823           Allow playback of raw (unframed) MPEG AAC files (#148993).
23824
23825 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23826
23827         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23828
23829         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23830           Throw error if we didn't recognize the stream. Fixes #152289.
23831
23832 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23833
23834         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23835           Fix negotiation.
23836
23837 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23838
23839         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23840
23841         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23842           Fix memleak.
23843
23844 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23845
23846         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23847
23848         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23849           Solve #152805.
23850         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23851           Solve 152806.
23852
23853 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23854
23855         * gst-libs/gst/riff/riff-media.c:
23856         (gst_riff_create_video_caps_with_data),
23857         (gst_riff_create_audio_caps_with_data):
23858           Add codec_data handling (like asfdemux used to do).
23859         * gst/asfdemux/gstasf.c: (plugin_init):
23860         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23861         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23862           Use riff-media for caps creation instead of our own (mostly
23863           broken) copy of its functions.
23864
23865 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23866
23867         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23868           Don't actually error out if we get another return value than
23869           -EINVAL. Opposite to what I first thought, drivers have random
23870           return values for this, although -EINVAL is the expected return
23871           value. Since this is not fatal, we shouldn't use
23872           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23873
23874 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23875
23876         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23877         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23878         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23879         (dvdreadsrc_get), (dvdreadsrc_open_file),
23880         (dvdreadsrc_change_state):
23881           Fix. Don't do one big huge loop around the whole DVD, that will
23882           cache all data and thus eat sizeof(dvd) (several GB) before we
23883           see something.
23884         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23885           Actually NULL'ify event after using it.
23886         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23887         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23888         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23889         (gst_ebml_read_seek), (gst_ebml_read_skip):
23890           Handle events.
23891         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23892         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23893         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23894           Fix timing (this will probably break if I seek using menus, but
23895           I didn't get there yet). VOBs and normal DVDs should now work.
23896           Add a mpeg2-only pad with high rank so this get autoplugged for
23897           MPEG-2 movies.
23898         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23899         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23900         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23901         (gst_mpeg_demux_get_audio_stream),
23902         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23903         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23904           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23905           MPEG-1 but use dvddemux for MPEG-2.
23906         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23907         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23908         (gst_mpeg_parse_parse_packhead):
23909           Timing. Only add pad template if it exists. Add sink template from
23910           class and not from ourselves. This means we will always use the
23911           correct sink template even if it is not the one defined in this
23912           file.
23913
23914 2004-09-29  Wim Taymans  <wim@fluendo.com>
23915
23916         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23917         (gst_mpeg_demux_parse_pes):
23918         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23919         Fix playback of mpeg again, timestamps where screwed up by
23920         patch 1.61.
23921
23922 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23923
23924         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23925           Only return true if we actually filled something in. Prevents
23926           player applications from showing a random length for flac files.
23927         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23928         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23929         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23930         (gst_riff_read_strf_vids_with_data),
23931         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23932           OK, ok, so I implemented event handling. Apparently it's normal
23933           that we receive random events at random points without asking
23934           for it.
23935         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23936         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23937         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23938         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23939         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23940         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23941         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23942         * gst/avi/gstavidemux.h:
23943           Implement non-lineair chunk handling and subchunk processing.
23944           The first solves playback of AVI files where the audio and video
23945           data of individual buffers that we read are not synchronized.
23946           This should not happen according to the wonderful AVI specs, but
23947           of course it does happen in reality. It is also a prerequisite for
23948           the second. Subchunk processing allows us to cut chunks in small
23949           pieces and process each of these pieces separately. This is
23950           required because I've seen several AVI files with incredibly large
23951           audio chunks, even some files with only one audio chunk for the
23952           whole file. This allows for proper playback including seeking.
23953           This patch is supposed to fix all AVI A/V sync issues.
23954         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23955         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23956           Work.
23957         * gst/modplug/gstmodplug.cc:
23958           Proper return value setting for the query() function.
23959         * gst/playback/gstplaybasebin.c: (setup_source):
23960           Being in non-playing state (after, e.g., EOS) is not necessarily
23961           a bad thing. Allow for that. This fixes playback of short files.
23962           They don't actually playback fully now, because the clock already
23963           runs. This means that small files (<500kB) with a small length
23964           (<2sec) will still not or barely play. Other files, such as mod
23965           or flx, will work correctly, however.
23966
23967 2004-09-28  Wim Taymans  <wim@fluendo.com>
23968
23969         * ext/speex/gstspeex.c: (plugin_init):
23970         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23971         (gst_speex_dec_class_init), (speex_dec_get_formats),
23972         (speex_get_event_masks), (speex_get_query_types),
23973         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23974         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23975         (gst_speexdec_get_property), (gst_speexdec_set_property),
23976         (speex_dec_change_state):
23977         * ext/speex/gstspeexdec.h:
23978         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23979         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23980         (gst_speexenc_base_init), (gst_speexenc_class_init),
23981         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23982         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23983         (gst_speexenc_src_query), (gst_speexenc_init),
23984         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23985         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23986         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23987         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23988         (gst_speexenc_chain), (gst_speexenc_get_property),
23989         (gst_speexenc_set_property), (gst_speexenc_change_state):
23990         * ext/speex/gstspeexenc.h:
23991         Rewrote speex encoder, make sure it can be embedded in ogg.
23992         Implemented speex decoder.
23993
23994 2004-09-28  Christian Schaller <christian@fluendo.com>
23995
23996         * configure.ac:
23997         Remove kioslave plugin. Markey is brewing a new working one
23998         * ext/Makefile.am: Remove kioslave plugin
23999         * ext/kio: remove
24000         * gst-plugins.spec.in: remove kio plugin from spec
24001
24002 2004-09-27  Wim Taymans  <wim@fluendo.com>
24003
24004         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24005         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24006         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
24007         (gst_multifdsink_new_client),
24008         (gst_multifdsink_handle_client_write),
24009         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24010         (gst_multifdsink_handle_clients):
24011         * gst/tcp/gstmultifdsink.h:
24012         Make syncing to keyframes actually work for new clients and lagging
24013         clients.
24014
24015 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24016
24017         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
24018         (gst_navigationtest_handle_src_event), (draw_box_planar411),
24019         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
24020         * gst/debug/gstnavigationtest.h:
24021           make navigationtest display button-press and button-release events
24022
24023 2004-09-26 Iain <iaingnome@gmail.com>
24024
24025         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
24026         the channels have received a new media event.
24027         (interleave_buffered_loop): Compresses a new media event on all
24028         channels into one.
24029
24030 2004-09-26 Iain <iaingnome@gmail.com>
24031
24032         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
24033         call the sinkpad's default event handler and not the srcpads. He also
24034         says this is confusing :)
24035         (gst_wavenc_stop_file): Company says that seek events only go upstream
24036         we should send a discontinuous downstream instead.
24037
24038 2004-09-25  Christian Schaller <christian@fluendo.com>
24039
24040         * Update SPEC file to be usable in conjunction with Fedora Core,
24041           Fedora.us and freshrpms packages
24042         * Fix typo in multifilesrc test Makefile
24043
24044 2004-09-24  Wim Taymans  <wim@fluendo.com>
24045
24046         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24047         Only signal the no_more_pads signal when we have
24048         added the stream to our list.
24049
24050 2004-09-24  Wim Taymans  <wim@fluendo.com>
24051
24052         * gst/playback/gstplaybasebin.c: (remove_prerolls),
24053         (new_decoded_pad):
24054         * gst/playback/gstplaybasebin.h:
24055         * gst/playback/gstplaybin.c: (setup_sinks):
24056         Don't try to preroll or decode more than one audio/video
24057         track.
24058
24059 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24060
24061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24062           Throw error if we failed to find a suitable output. This should
24063           throw an error if we successfully set up a pipeline (e.g. because
24064           we recognized a media file) but found no decodable streams in it
24065           (e.g. because it contains only media stream types for which we
24066           have no decoders, or because it's not a media type).
24067
24068 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24069
24070         * ext/dirac/Makefile.am:
24071         * ext/dirac/gstdirac.cc:
24072         * ext/dirac/gstdiracdec.cc:
24073         * ext/dirac/gstdiracdec.h:
24074           Do something. Don't actually know if this works because I don't
24075           have a demuxer yet.
24076         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
24077           Add channels=1 to caps returned from _getcaps().
24078         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
24079         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
24080         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
24081         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
24082         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
24083         (gst_ogm_parse_change_state):
24084           Separate between audio/video so ogmaudioparse actually uses the
24085           audio pad templates. Both audio and video work now, including
24086           autoplugging. Also use sometimes-srcpad hack.
24087         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24088           Handle events better. Don't hang on infinite loops.
24089         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
24090         (gst_avi_demux_init), (gst_avi_demux_reset),
24091         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
24092         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
24093         (gst_avi_demux_change_state):
24094         * gst/avi/gstavidemux.h:
24095           Improve A/V sync. Still not perfect.
24096         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
24097         (gst_ebml_read_skip):
24098           Handle events better.
24099         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24100         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
24101         (qtdemux_audio_caps):
24102           Add IMA4. Improve event handling. Save offset after a seek when
24103           the headers are at the end of the file so that we don't end up in
24104           an infinite loop.
24105         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
24106           Add low-priority typefind support for files with no length.
24107
24108 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24109
24110         * testsuite/multifilesink/Makefile.am:
24111         fix typo
24112
24113 2004-09-22  Julien MOUTTE  <julien@moutte.net>
24114
24115         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
24117         mistakes from thaytan's patches.
24118
24119 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24120
24121         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24122           For completeness, XSync in the destroy function as xvimage does.
24123
24124 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
24125
24126         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24127            Correct caps negotiation
24128         * gst/volume/gstvolume.c: (volume_chain_float),
24129         (volume_chain_int16):
24130            Modify debug output to be little more informative
24131         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
24132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24133         (gst_xvimagesink_xvimage_destroy):
24134           Add XSync calls after detaching from the shared memory segment to
24135           avoid a crash.
24136
24137 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24138
24139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24140         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
24141         * ext/vorbis/vorbis.c: (plugin_init):
24142         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
24143         (gst_vorbisenc_chain):
24144         * ext/vorbis/vorbisenc.h:
24145         remove explicit newmedia support from oggmux and vorbisenc
24146         add debug category to vorbisenc
24147         * gst/multifilesink/gstmultifilesink.c:
24148         (gst_multifilesink_class_init), (gst_multifilesink_init),
24149         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
24150         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
24151         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
24152         (plugin_init):
24153         * gst/multifilesink/gstmultifilesink.h:
24154         add support for streamheader in multifilesink
24155
24156 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24157
24158         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
24159         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
24160         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
24161           Prevent infinite loops. More correct error reporting.
24162         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24163           Error out if negotiation fails.
24164         * gst/playback/gstplaybasebin.c: (setup_source),
24165         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
24166         (gst_play_base_bin_found_tag):
24167           Error/tag forwarding. Pre-roll fixes for source errors on state
24168           changes (e.g. "file does not exist") to prevent hangs.
24169
24170 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24171
24172         * testsuite/multifilesink/Makefile.am:
24173         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
24174         (gst_newmedia_class_init), (gst_newmedia_init),
24175         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24176         (newfile_signal), (test_signal), (main):
24177         * testsuite/multifilesink/multifilesrc_test.c: (main):
24178         * testsuite/multifilesink/oggtheora_test.c:
24179         (gst_newmedia_base_init), (gst_newmedia_class_init),
24180         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24181         (test_format), (newfile_signal), (test_signal), (main):
24182         * testsuite/multifilesink/oggvorbis_test.c:
24183         (gst_newmedia_base_init), (gst_newmedia_class_init),
24184         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
24185         (test_format), (newfile_signal), (test_signal), (main):
24186         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
24187         (gst_newmedia_class_init), (gst_newmedia_init),
24188         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
24189         (newfile_signal), (test_signal), (main):
24190         New media tests
24191
24192 2004-09-20  Christian Schaller <christian@fluendo.com>
24193
24194         * Fix mikmod license to LGPL as they have relicensed
24195         * Move Dirac and Effectv into LGPL section of README_license
24196
24197 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24198
24199         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
24200         (gst_mad_change_state):
24201           Allow for mp3 rate/channels changes. However, only very
24202           conservatively. Reason that we *have* to enable this is smiply
24203           because the mad find_sync() function is not good enough, it will
24204           regularly sync on random data as valid frames and therefore make
24205           us provide random caps as *final* caps of the stream. The best fix
24206           I could think of is to simply require several of the same stream
24207           changes in a row before we change caps.
24208           The actual testcase that works now is #
24209         * ext/ogg/Makefile.am:
24210         * ext/ogg/gstogg.c: (plugin_init):
24211         * ext/ogg/gstogmparse.c:
24212           OGM support (video only for now; I need an audio sample file).
24213         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24214         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
24215         (gst_asf_demux_add_video_stream):
24216           WMV extradata.
24217         * gst/playback/gstplaybasebin.c: (unknown_type):
24218           Don't error out on single unknown-types after all. It's wrong.
24219           If we found type of video and audio but not of a subtitle stream,
24220           it will still error out (which is unwanted). Will find a better fix
24221           later on.
24222         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
24223         (ogmaudio_type_find), (plugin_init):
24224           OGM support.
24225
24226 2004-09-20  Johan Dahlin  <johan@gnome.org>
24227
24228         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
24229         after setting caps.
24230
24231 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24232
24233         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
24234         * gst/wavenc/gstwavenc.h:
24235         Added newmedia support to wavenc
24236
24237 2004-09-17  Wim Taymans  <wim@fluendo.com>
24238
24239         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
24240         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24241         (gst_fdset_fd_can_write), (gst_fdset_wait):
24242         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
24243         (gst_multifdsink_init), (gst_multifdsink_add),
24244         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
24245         (gst_multifdsink_remove_client_link),
24246         (gst_multifdsink_client_queue_buffer),
24247         (gst_multifdsink_handle_client_write),
24248         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
24249         (gst_multifdsink_close), (gst_multifdsink_change_state):
24250         * gst/tcp/gstmultifdsink.h:
24251         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24252         (gst_tcpserversink_removed):
24253         Small cleanups in fdset.c
24254         Use a hastable to map fd to the client structure for faster
24255         lookup in _remove and get_stats.
24256         Added virtual function to close the fds.
24257         Handle clients even when the select/poll call was unblocked because
24258         of a command.
24259         Implement syncing to keyframe in the recovery procedure.
24260
24261 2004-09-16 Iain <iaingnome@gmail.com>
24262
24263         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
24264         try caps.
24265
24266 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24267
24268         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
24269           Caps are only set if the type of the stream is unknown, but this
24270           is initialized in ->init_stream(), so set to UNKNOWN after calling
24271           ->init_stream() so that capsnego starts.
24272
24273 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24274
24275         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24276         (gst_avi_demux_stream_data):
24277           Just hardcode for raw audio then. AVI audio sucks.
24278
24279 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
24280
24281         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
24282         * gst/matroska/matroska-mux.c: (audiosink_templ),
24283         (gst_matroska_mux_audio_pad_link):
24284         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
24285         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
24286
24287 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24288
24289         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24290         (gst_avi_demux_stream_data):
24291           Try to fix a/v sync issues.
24292
24293 2004-09-15  David Schleef  <ds@schleef.org>
24294
24295         * configure.ac: remove NASM check, since we don't use it.  Update
24296         dirac check to 0.4
24297         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
24298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24299         Initialized variables.
24300         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24301         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
24302         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
24303         SVQ3 format
24304
24305 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24306
24307         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
24308         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
24309         * gst/avi/gstavidemux.h:
24310           Fix for compressed audio (mp3) timestamp generation. How did this
24311           ever work?
24312
24313 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24314
24315         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
24316           Volume is a double not a float.
24317
24318 2004-09-15  Wim Taymans  <wim@fluendo.com>
24319
24320         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
24321         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24322         Don't close the fd in multifdsink as we didn't open it in the
24323         first place. Some cleanups.
24324
24325 2004-09-15  Wim Taymans  <wim@fluendo.com>
24326
24327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24329         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24330         Fix the case where the muxer would mark pages as delta
24331         frames when they are not (vorbis only ogg).
24332
24333 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24334
24335         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
24336         (gst_play_base_bin_change_state):
24337           Handle the case where we failed to setup a clear pipeline. This
24338           will throw an error (or EOS, another nice case) and if you don't
24339           catch that, the app will wait for the signal forever (and thus
24340           hang).
24341
24342 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24343
24344         * ext/gnomevfs/gstgnomevfssink.c:
24345         (gst_gnomevfssink_uri_get_protocols):
24346         * ext/gnomevfs/gstgnomevfssrc.c:
24347         (gst_gnomevfssrc_uri_get_protocols):
24348         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24349         * ext/gnomevfs/gstgnomevfsuri.h:
24350           Use _uri_new() instead of _open(), so it doesn't take as long and
24351           Christophe's computer won't hang.
24352         * gst/playback/gstplaybasebin.c: (unknown_type):
24353           Throw error on unknown media type, so apps actually display it.
24354
24355 2004-09-14  Brian Cameron  <brian.cameron@sun.com
24356
24357         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
24358           this script to work on Solaris since bash shell handles echo
24359           differenly than bash.
24360
24361 2004-09-17  Wim Taymans  <wim@fluendo.com>
24362
24363         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
24364         (setup_source), (gst_play_base_bin_set_property),
24365         (gst_play_base_bin_add_element):
24366         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
24367         Some more work on making sure seeking pauses the pipeline and
24368         that changing the uri actually does something.
24369
24370 2004-09-17  Wim Taymans  <wim@fluendo.com>
24371
24372         * gst/tcp/gstfdset.c: (gst_fdset_wait):
24373         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
24374         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
24375         (gst_tcpserversink_close):
24376         Be a bit more paranoid when freeing memory.
24377
24378 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24379
24380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24381         (qtdemux_parse_trak):
24382           Don't crash by dividing by zero (see sample movie in #126922).
24383
24384 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24385
24386         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24387           Don't touch non-existing data (fixes crash on file in #140147).
24388
24389 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24390
24391         * gst/playback/gstplaybasebin.c:
24392         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
24393           Handle double disposals, and proper change of URIs.
24394
24395 2004-09-13  Martin Eikermann <meiker@upb.de>
24396
24397         * gst/mpegstream/gstmpegparse.c:
24398           fix synchronistation for streams recorded from digital PCR
24399           fixes bug #119376
24400
24401 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24402
24403         * ext/gnomevfs/Makefile.am:
24404         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24405         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
24406         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
24407         (gst_gnomevfssink_uri_get_type),
24408         (gst_gnomevfssink_uri_get_protocols),
24409         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
24410         (gst_gnomevfssink_uri_handler_init),
24411         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
24412         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
24413         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24414         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
24415         (gst_gnomevfssrc_uri_get_type),
24416         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
24417         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
24418         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24419         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
24420         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24421         * ext/gnomevfs/gstgnomevfsuri.h:
24422           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24423           of fake URIs to see which this version of Gnome-VFS likes, and
24424           uses that for the Gst-URI interface. Makes playbin support http://
24425           streams. Also fix up some stupid behaviour in gnomevfssrc.
24426
24427 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24428
24429         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24430         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24431         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24432         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24433           Update mixer (to sync with other sessions) if we try to obtain
24434           a new value. This makes alsamixer work accross applications.
24435         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24436           Only call sync functions if we're running, else alsalib asserts.
24437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24438           Sometimes fails to compile. Possibly a gcc bug.
24439         * gst/playback/gstplaybin.c: (gen_video_element),
24440         (gen_audio_element):
24441           Add a reference to an application-provided object, because we lose
24442           this same reference if we add it to the bin. If we don't do this,
24443           we can only use this object once and thus crash if we go from
24444           ready to playing, back to ready and back to playing again.
24445           Also add an audioscale element because several cheap soundcards -
24446           like mine - don't support all samplerates.
24447         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24448         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24449           Fix wrong order or PAR calls. Makes automatically obtained PAR
24450           from the X server atually being used.
24451
24452 2004-09-12  David Schleef  <ds@schleef.org>
24453
24454         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24455         #151887, #152102, #152247.
24456         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24457         * examples/seeking/cdparanoia.c: same
24458         * examples/seeking/cdplayer.c: same
24459         * examples/seeking/seek.c: same
24460         * examples/seeking/spider_seek.c: same
24461         * examples/seeking/vorbisfile.c: same
24462         * examples/stats/mp2ogg.c: same
24463         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24464         (gst_esdsink_dispose): Dispose of element properly.
24465         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24466         fixes.
24467         * ext/nas/nassink.c: (gst_nassink_class_init),
24468         (gst_nassink_dispose): Dispose of element correctly.
24469         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24470         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24471         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24472         Fix 64-bit warning.
24473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24474         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24475         Fix 64-bit warning.
24476
24477 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24478
24479         * configure.ac : change speex detection as 1.1.6 now uses
24480           .pc/pkg-config and they changed their headers location.
24481
24482 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24483
24484         * gst/matroska/matroska-mux.h:
24485         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24486         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24487         (gst_matroska_mux_write_data):
24488           Write multiple blocks/frames per cluster.
24489                 Write meta-seek information (seek heads).
24490
24491 2004-09-09  Scott Wheeler <wheeler@kde.org>
24492
24493         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24494         (gst_play_bin_set_property), (gst_play_bin_get_property),
24495         (gen_audio_element), (gen_audio_element):
24496           Add a volume element / property to the pipeline.
24497
24498 2004-09-07  Wim Taymans  <wim@fluendo.com>
24499
24500         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24501         Copy timestamps from the master pad to the output buffers.
24502
24503 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24504
24505         * ext/raw1394/gstdv1394src.c:
24506           throw errors when applicable
24507
24508 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24509
24510         * gst/matroska/ebml-ids.h:
24511         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24512         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24513         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24514           automatically convert unix time <-> ebml time when reading/writing
24515           a date, use gst_ebml_write_uint to write CUETIME,
24516           not gst_ebml_write_date.
24517         * gst/matroska/matroska-ids.h:
24518         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24519         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24520         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24521         (gst_matroska_mux_write_data):
24522           Write track and segment UIDs, write muxing date, write
24523           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24524           Create cues for audio only files.
24525
24526 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24527
24528         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24529         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24530           Re-commit ALSA switches.
24531         * gst/adder/gstadder.c: (gst_adder_loop):
24532           64-bit fix (#151416).
24533         * gst/debug/progressreport.c: (gst_progressreport_report):
24534           64-bit fix (#151419).
24535         * gst/matroska/matroska-demux.c:
24536         (gst_matroska_demux_parse_contents):
24537           64-bit fix (#151420).
24538         * gst/playback/test3.c: (update_scale):
24539           64-bit fix (#151421).
24540
24541 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24542
24543         * configure.ac:
24544           bump nano to cvs
24545
24546 === release 0.8.4 ===
24547
24548 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24549
24550         * configure.ac: releasing 0.8.4, "Alias"
24551
24552 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24553
24554         * ext/theora/Makefile.am:
24555           fix makefile.  Fixes #151462.
24556
24557 2004-08-30  Wim Taymans  <wim@fluendo.com>
24558
24559         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24560         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24561         (gst_multifdsink_remove_client_link),
24562         (gst_multifdsink_client_queue_buffer),
24563         (gst_multifdsink_handle_client_write):
24564         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24565         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24566         Fix some memory leaks.
24567
24568 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24569
24570         Patch by: David Schleef
24571
24572         * configure.ac:
24573         * sys/Makefile.am:
24574           rename our detection macro for V4L2.  Fixes #151236.
24575
24576 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24577
24578         Patch by: David Schleef
24579
24580         * configure.ac:
24581           check to define LAMEPRESET.  Fixes #151232.
24582
24583 2004-08-27  David Schleef  <ds@schleef.org>
24584
24585         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24586         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24587         (gst_glimagesink_fixate):  Move local variable declarations to
24588         make gcc-2.95 happy.
24589
24590 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24591
24592         * configure.ac:
24593           bump nano for prerelease
24594
24595 2004-08-27  David Schleef  <ds@schleef.org>
24596
24597         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24598         * sys/sunaudio/gstsunaudiosrc.c:
24599         * sys/sunaudio/gstsunaudiosrc.h:
24600
24601 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24602
24603         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24604         handle EOS correctly
24605         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24606         * gst/matroska/matroska-mux.h:
24607         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24608         VFW compatibility mode
24609
24610 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24611
24612         patch by: Zaheer Abbas Merali
24613
24614         * ext/ogg/gstoggmux.c:
24615         * ext/vorbis/vorbisenc.c:
24616         * ext/vorbis/vorbisenc.h:
24617           handle NEWMEDIA
24618
24619 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24620
24621         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24622         fix byte order reversion on little endian machines.
24623         * gst/matroska/matroska-mux.c: (audiosink_templ),
24624         (gst_matroska_mux_audio_pad_link):
24625         add TTA codec to the list of supported codecs.
24626         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24627         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24628         (gst_matroska_mux_write_data):
24629         * gst/matroska/matroska-mux.h:
24630         write segment duration correctly, write muxing app string, fixes bugs
24631         #140897 and #140898.
24632         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24633         wait for all pads to be negotiated before starting to mux.
24634
24635 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24636
24637         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24638         * ext/lame/gstlame.h:
24639         Added new media support to lame
24640
24641 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24642
24643         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24644         send vorbis headers at the beginning of a stream, fixes bug #141554.
24645         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24646         bug #148950.
24647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24648         (gst_matroska_demux_plugin_init):
24649         * gst/matroska/matroska-ids.h:
24650         enable demuxing of TTA audio streams, fixes bug #148951.
24651         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24652         enable typefinding for TTA audio files, fixes bug #148711.
24653         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24654         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24655         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24656
24657 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24658
24659         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24660         (gst_riff_read_element_data), (gst_riff_read_seek),
24661         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24662         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24663         <teuf@gnome.org>
24664
24665 2004-08-23 Iain <iaingnome@gmail.com>
24666
24667         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24668         tags. They appear to be handled differently to normal.
24669         (tag_list_to_id3_tag_foreach): Ditto.
24670
24671 2004-08-22  Wim Taymans  <wim@fluendo.com>
24672
24673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24674         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24675         Make sure we never send -1 granulepos.
24676
24677 2004-08-20  Wim Taymans  <wim@fluendo.com>
24678
24679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24680         (gst_ogg_mux_loop):
24681         I will accept bitchslappings with non sharp objects.
24682
24683 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24684
24685         * configure.ac:
24686         Clean up the test for lame presets
24687
24688 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24689
24690         * configure.ac:
24691         * ext/lame/Makefile.am:
24692         * ext/lame/gstlame.c: (gst_lame_class_init),
24693         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24694         Only enable lame presets if version of lame has presets in API
24695
24696 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24697         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24698         * gst/udp/gstudpsrc.h:
24699           Don't call gst_pad_push in a get function. Fixes #150449
24700
24701 2004-08-18  Wim Taymans  <wim@fluendo.com>
24702
24703         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24704         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24705         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24706         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24707         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24708         (gst_fdset_wait):
24709         * gst/tcp/gstfdset.h:
24710         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24711         (gst_multifdsink_client_queue_buffer),
24712         (gst_multifdsink_handle_client_write):
24713         * gst/tcp/gstmultifdsink.h:
24714         Some extra checks in gstfdset.
24715         Only use send() when the fd is a socket. Don't try to
24716         read from write only fds.
24717
24718 2004-08-18  Wim Taymans  <wim@fluendo.com>
24719
24720         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24721         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24722         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24723         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24724         (gst_fdset_wait):
24725         Add more locking and bounds checking.
24726
24727 2004-08-18  Wim Taymans  <wim@fluendo.com>
24728
24729         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24730         Realloc test fdset in the lock and right before starting
24731         the poll call. Bump the limit to 4096.
24732
24733 2004-08-17  David Schleef  <ds@schleef.org>
24734
24735         * sys/sunaudio/Makefile.am:
24736         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24737         of rates and channels.  Make debugging less obnoxious.
24738
24739         Patch from Balamurali Viswanathan implementing a mixer for
24740         Sun audio.  (bug #144091):
24741         * sys/sunaudio/gstsunelement.c:
24742         * sys/sunaudio/gstsunelement.h:
24743         * sys/sunaudio/gstsunmixer.c:
24744         * sys/sunaudio/gstsunmixer.h:
24745
24746 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24747
24748         * gst/audioscale/gstaudioscale.c:
24749         * gst/audioscale/gstaudioscale.h:
24750         made audioscale resample from any sample rate to any sample rate
24751
24752 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24753
24754         * ext/libpng/gstpngdec.c:
24755           error out on unsupported types
24756
24757 2004-08-17  Iain <iaingnome@gmail.com>
24758
24759         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24760         mid_side and loose_mid_side properties if its a stereo stream.
24761
24762 2004-08-17  Wim Taymans  <wim@fluendo.com>
24763
24764         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24765         (theora_get_formats), (theora_dec_src_convert),
24766         (theora_dec_sink_convert), (theora_dec_src_query),
24767         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24768         Add a debug line.
24769
24770 2004-08-17  Wim Taymans  <wim@fluendo.com>
24771
24772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24773         (gst_ogg_pad_push):
24774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24775         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24776         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24777         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24778         Mark delta units in the muxer.
24779         Try to decode the packet after an out-of-sync error from
24780         libogg.
24781
24782 2004-08-17  Wim Taymans  <wim@fluendo.com>
24783
24784         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24785         (gst_multifdsink_init), (gst_multifdsink_add),
24786         (gst_multifdsink_client_queue_buffer),
24787         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24788         * gst/tcp/gstmultifdsink.h:
24789         Added option to send a keyframe to clients as the first buffer.
24790         Make timeout property writable.
24791
24792 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24793
24794         patch by: Wim Taymans
24795
24796         * gst/tcp/gstfdset.c:
24797         * gst/tcp/gstmultifdsink.c:
24798           fix index comparison, should include 0
24799
24800 2004-08-16  Wim Taymans  <wim@fluendo.com>
24801
24802         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24803         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24804         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24805         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24806         (gst_fdset_wait):
24807           copy when reallocing for poll so the select arguments don't get
24808           changed during the call
24809
24810 2004-08-16  Wim Taymans  <wim@fluendo.com>
24811
24812         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24813         (gst_theora_enc_class_init), (theora_enc_sink_link),
24814         (theora_buffer_from_packet), (theora_enc_chain):
24815         Fix bug where buffers were not marked as keyframes
24816         correctly.
24817
24818 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24819
24820         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24821         (gst_lame_preset_get_type), (gst_lame_class_init):
24822         describe the enum values for vbr mode and presets more verbosely
24823
24824 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24825
24826         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24827         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24828         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24829         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24830         * ext/lame/gstlame.h:
24831         add preset property to lame so it can use lame presets
24832
24833 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24834
24835         * ext/lame/gstlame.c: (gst_lame_get_property):
24836         whoops forgot break, thanks teuf
24837
24838 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24839
24840         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24841         (gst_lame_class_init), (gst_lame_src_getcaps),
24842         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24843         (gst_lame_get_property), (gst_lame_setup):
24844         * ext/lame/gstlame.h:
24845         fix lame's broken vbr stuff, allow it to resample if need be, and also
24846         make xing header optional
24847
24848 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24849
24850         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24851         added getcaps function so samplerate doesnt get fixated to silly values
24852
24853 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24854
24855         * ext/lame/gstlame.c: (gst_lame_src_link):
24856         revert previous fix
24857
24858 2004-08-12  Johan Dahlin  <johan@gnome.org>
24859
24860         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24861         checks. Doesn't matter what state we are in. Interfaces are a
24862         compile time thing, not runtime. It also broke the python bindings.
24863
24864 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24865
24866         * ext/lame/gstlame.c: (gst_lame_src_link):
24867         made source pad link function check if sinkpad is ok..fixes the problem
24868         where core fixates the output rate of lame stupidly
24869
24870 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24871
24872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24873         * sys/v4l/v4l_calls.c:
24874         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24875           fix fixate function to handle nonsimple caps.
24876           remove bogus check in _link
24877           cleanups
24878
24879 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24880
24881         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24882         set default compression ratio parameter to 0.0 so bitrate parameter
24883         works :)
24884
24885 2004-08-11  David Schleef  <ds@schleef.org>
24886
24887         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24888
24889 2004-08-11  David Schleef  <ds@schleef.org>
24890
24891         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24892         before.
24893
24894 2004-08-11  David Schleef  <ds@schleef.org>
24895
24896         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24897
24898 2004-08-11  David Schleef  <ds@schleef.org>
24899
24900         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24901           license field
24902         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24903         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24904           LGPL.
24905         * gst/auparse/gstauparse.c: Fix plugin license field.
24906         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24907         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24908         * gst/rtp/gstrtp.c: Fix plugin license field.
24909
24910 2004-08-11  Wim Taymans  <wim@fluendo.com>
24911
24912         * gst/tcp/Makefile.am:
24913         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24914         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24915         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24916         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24917         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24918         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24919         (gst_fdset_fd_can_write), (gst_fdset_wait):
24920         * gst/tcp/gstfdset.h:
24921         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24922         (gst_multifdsink_class_init), (gst_multifdsink_init),
24923         (gst_multifdsink_add), (gst_multifdsink_remove),
24924         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24925         (gst_multifdsink_remove_client_link),
24926         (gst_multifdsink_handle_client_read),
24927         (gst_multifdsink_client_queue_data),
24928         (gst_multifdsink_client_queue_caps),
24929         (gst_multifdsink_client_queue_buffer),
24930         (gst_multifdsink_handle_client_write),
24931         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24932         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24933         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24934         (gst_multifdsink_close):
24935         * gst/tcp/gstmultifdsink.h:
24936         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24937         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24938         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24939         (gst_tcpserversink_close):
24940         * gst/tcp/gsttcpserversink.h:
24941         Abstracted away the select call, implemented poll (yes we ran into
24942         the 1024 limit in production).
24943
24944 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24945
24946         * gst/tcp/gsttcp.c:
24947         * gst/tcp/gsttcpplugin.c:
24948           improve debuggging, remove assert
24949
24950 2004-08-10  Wim Taymans  <wim@fluendo.com>
24951
24952         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24953         (gst_client_status_get_type), (gst_multifdsink_class_init),
24954         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24955         (gst_multifdsink_handle_client_read),
24956         (gst_multifdsink_handle_client_write),
24957         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24958         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24959         (gst_multifdsink_get_property):
24960         * gst/tcp/gstmultifdsink.h:
24961         * gst/tcp/gsttcp-marshal.list:
24962         Starting to prepare for specifying buffer time in other units
24963         than buffers. Expose remove reason in signal.
24964
24965 2004-08-10  Wim Taymans  <wim@fluendo.com>
24966
24967         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24968         (gst_multifdsink_remove), (gst_multifdsink_clear),
24969         (gst_multifdsink_remove_client_link),
24970         (gst_multifdsink_handle_client_read),
24971         (gst_multifdsink_client_queue_data),
24972         (gst_multifdsink_client_queue_buffer),
24973         (gst_multifdsink_handle_client_write),
24974         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24975         (gst_multifdsink_chain), (gst_multifdsink_close):
24976         * gst/tcp/gstmultifdsink.h:
24977         Added more debugging info. Changed the way clients are
24978         removed from the lists. Fixed a bug where a bad file descriptor
24979         could cause many clients to be removed.
24980
24981 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24982
24983         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24984           allow all pixel-aspect-ratios, not just 1:1
24985
24986 2004-08-09  David Schleef  <ds@schleef.org>
24987
24988         * sys/glsink/ARB_multitexture.h:  Remove old files.
24989         * sys/glsink/EXT_paletted_texture.h:
24990         * sys/glsink/NV_register_combiners.h:
24991         * sys/glsink/gstgl_nvimage.c:
24992         * sys/glsink/gstgl_pdrimage.c:
24993         * sys/glsink/gstgl_rgbimage.c:
24994         * sys/glsink/gstglsink.c:
24995         * sys/glsink/gstglsink.h:
24996         * sys/glsink/gstglxwindow.c:
24997         * sys/glsink/regcomb_yuvrgb.c:
24998
24999 2004-08-09  David Schleef  <ds@schleef.org>
25000
25001         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
25002         GL sink plugin.  (Bug #147302)
25003
25004         * configure.ac: Test for OpenGL
25005         * sys/Makefile.am: Use test for OpenGL
25006         * sys/glsink/Makefile.am:
25007         * sys/glsink/glimagesink.c: rewrite
25008         * sys/glsink/glimagesink.h: rewrite
25009
25010 2004-08-09  David Schleef  <ds@schleef.org>
25011
25012         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
25013         sane framerates.
25014         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
25015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
25016         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
25017
25018 2004-08-09  Wim Taymans  <wim@fluendo.com>
25019
25020         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25021         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25022         (gst_multifdsink_client_remove),
25023         (gst_multifdsink_handle_client_read),
25024         (gst_multifdsink_handle_client_write),
25025         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25026         Do a bit more logging, make the client_read code more robust.
25027
25028 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25029
25030         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
25031         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
25032         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
25033         (gst_jpegdec_init), (gst_jpegdec_chain):
25034         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
25035         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
25036           cleanups, debugging fixes and memleak plugging
25037
25038 2004-08-09  Wim Taymans  <wim@fluendo.com>
25039
25040         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25041         (theora_get_formats), (theora_dec_src_convert),
25042         (theora_dec_sink_convert), (theora_dec_src_query),
25043         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
25044         (theora_dec_change_state):
25045         Don't crash on missing header packets.
25046
25047 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25048
25049         * po/LINGUAS:
25050         * po/sq.po:
25051           Added Albanian translation (Laurent Dhima)
25052         * po/cs.po:
25053           updated
25054
25055 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25056
25057         * ext/lame/gstlame.c:
25058           fix/add debugging
25059
25060 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
25061
25062         * sys/ximage/ximagesink.c:
25063         * sys/xvimage/xvimagesink.c:
25064           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
25065
25066 2004-08-06  Wim Taymans  <wim@fluendo.com>
25067
25068         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25069         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25070         (gst_multifdsink_client_remove),
25071         (gst_multifdsink_handle_client_read),
25072         (gst_multifdsink_handle_client_write),
25073         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25074         Make sure we don't try to read more from a client that what
25075         ioctl says us or we deadlock.
25076
25077 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25078
25079         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
25080         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
25081         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
25082           decouple running_time and n_frames so it can handle changing
25083           framerate while running
25084
25085 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25086
25087         * po/nl.po:
25088         * po/sv.po:
25089           updated translations
25090
25091 2004-08-04  Benjamin Otte  <otte@gnome.org>
25092
25093         * gst/videotestsrc/gstvideotestsrc.c:
25094         (gst_videotestsrc_get_capslist), (generate_capslist),
25095         (plugin_init):
25096           generate the list of supported caps at startup and reuse it instead
25097           of always generating it
25098
25099 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25100
25101         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
25102           whoops, last checkin broke normal build
25103
25104 2004-08-03  Benjamin Otte  <otte@gnome.org>
25105
25106         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
25107         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25108         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25109         (gst_alsa_mixer_get_option):
25110         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
25111         (dvdnavsrc_print_event):
25112         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
25113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
25114         (gst_ogg_mux_pad_unlink):
25115         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
25116         (gst_multipart_mux_pad_unlink):
25117         * gst/videofilter/gstvideobalance.c:
25118         (gst_videobalance_colorbalance_set_value):
25119         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
25120         (gst_videomixer_pad_unlink):
25121         * po/uk.po:
25122         * sys/oss/gstossmixer.c:
25123         * sys/v4l/gstv4lcolorbalance.c:
25124         * sys/v4l/gstv4ltuner.c:
25125         * sys/v4l/v4lsrc_calls.c:
25126         * sys/v4l2/gstv4l2colorbalance.c:
25127         * sys/v4l2/gstv4l2tuner.c:
25128           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
25129
25130 2004-08-03  Benjamin Otte  <otte@gnome.org>
25131
25132         * examples/dynparams/filter.c: (ui_control_create):
25133         * examples/gstplay/player.c: (print_tag):
25134         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
25135         * ext/gdk_pixbuf/gstgdkanimation.c:
25136         (gst_gdk_animation_iter_may_advance):
25137         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
25138         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
25139         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
25140         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
25141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
25142         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
25143         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
25144         * gst/sine/demo-dparams.c: (main):
25145         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
25146         * testsuite/alsa/formats.c: (create_pipeline):
25147         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
25148           fixes for G_DISABLE_ASSERT and friends
25149         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25150         (mp3_type_frame_length_from_header), (mp3_type_find),
25151         (plugin_init):
25152           require mp3 typefinding to have at least MIN_HEADERS valid headers
25153           add typefinding for AAC adts files
25154
25155 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
25156
25157         * sys/ximage/ximagesink.c:
25158         (gst_ximagesink_calculate_pixel_aspect_ratio):
25159         * sys/xvimage/xvimagesink.c:
25160         (gst_xvimagesink_calculate_pixel_aspect_ratio):
25161         Make sure we calculate pixel-aspect-ratio using floating point maths
25162
25163 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25164
25165         * po/uk.po:
25166           updated translation
25167
25168 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25169
25170         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
25172           add debugging for display PAR calculation
25173
25174 2004-08-02  David Schleef  <ds@schleef.org>
25175
25176         * configure.ac: Fix mikmod CFLAGS.
25177
25178 2004-07-27  Benjamin Otte  <otte@gnome.org>
25179
25180         * gst/audioscale/gstaudioscale.c:
25181         - fix templates to only support S16, it's the only format that works
25182         - make caps nego code use try_set_caps_nonfixed and fixation instead
25183         of try_set_caps twice, which is not nice for autopluggers
25184         - change rank to secondary, so autopluggers can pick it up after
25185         audioconvert
25186
25187 2004-08-02  Iain <iain@prettypeople.org>
25188
25189         * gst/interleave/interleave.c (interleave_init),
25190         (interleave_request_new_pad),
25191         (interleave_pad_removed),
25192         (interleave_buffered_loop): Use the real pad count, not the artificial
25193         one.
25194
25195 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25196
25197         * configure.ac: bump nano back to development
25198
25199 === release 0.8.3 ===
25200
25201 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25202
25203         * configure.ac: releasing 0.8.3, "Water"
25204
25205 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25206
25207         * sys/xvimage/xvimagesink.c:
25208         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25209         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
25210         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
25211         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25212         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25213         * sys/xvimage/xvimagesink.h:
25214           apply similar PAR fixes as to ximagesink
25215
25216 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25217
25218         patch from: Benjamin Otte
25219
25220         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
25221           add link function to lame.  Fixes #148986.
25222
25223 2004-08-02  Johan Dahlin  <johan@gnome.org>
25224
25225         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
25226         fix debugging log
25227
25228 2004-07-30  David Schleef  <ds@schleef.org>
25229
25230         * gst/videomixer/Makefile.am: Fix things that should have been
25231         fixed in the last checkin.
25232
25233 2004-07-30  David Schleef  <ds@schleef.org>
25234
25235         * gst/multipart/Makefile.am: Fix things that should have been
25236         fixed in the last checkin.
25237
25238 2004-07-30  David Schleef  <ds@schleef.org>
25239
25240         * testsuite/multifilesink/Makefile.am: Fix unused variable.
25241
25242 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25243
25244         * configure.ac:
25245           bump nano for prerelease
25246         * po/af.po:
25247         * po/az.po:
25248         * po/cs.po:
25249         * po/en_GB.po:
25250         * po/hu.po:
25251         * po/nl.po:
25252         * po/sr.po:
25253         * po/sv.po:
25254         * po/uk.po:
25255           updates
25256
25257 2004-07-30  Wim Taymans  <wim@fluendo.com>
25258
25259         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25260         (gst_multifdsink_add), (gst_multifdsink_remove),
25261         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
25262         (gst_multifdsink_client_remove),
25263         (gst_multifdsink_handle_client_write),
25264         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
25265         * gst/tcp/gstmultifdsink.h:
25266         Recover from a select with a bad file descriptor by removing
25267         the client.
25268
25269 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25270
25271         * configure.ac:
25272           fix requirement of core
25273         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
25274         (gst_play_pipeline_setup):
25275           don't use colorspace element.  do use hermescolorspace element.
25276           make macro to get a colorspace element.
25277           mark strings for translation.
25278         * po/POTFILES.in:
25279           add play.c
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           update translations
25290
25291 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25292
25293         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
25294         fix default for newmedia flag
25295
25296 2004-07-30  Wim Taymans  <wim@fluendo.com>
25297
25298         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25299         (gst_theora_dec_init), (theora_get_formats),
25300         (theora_dec_src_convert), (theora_dec_sink_convert),
25301         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25302         (theora_dec_chain), (theora_dec_set_property),
25303         (theora_dec_get_property):
25304         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
25305         (gst_theora_enc_class_init), (gst_theora_enc_init),
25306         (theora_enc_sink_link), (theora_enc_chain),
25307         (theora_enc_set_property), (theora_enc_get_property):
25308         Added cropping option to theora decoder.
25309         Added border option to theora encoder.
25310
25311 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25312
25313         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25314         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25315         (gst_pngenc_set_property):
25316         * ext/libpng/gstpngenc.h:
25317         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
25318
25319 2004-07-30  Wim Taymans  <wim@fluendo.com>
25320
25321         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25322         (theora_enc_sink_link), (theora_enc_chain),
25323         (theora_enc_set_property), (theora_enc_get_property):
25324         Fix encoding of non-multiple-of-16 video.
25325
25326 2004-07-29  David Schleef  <ds@schleef.org>
25327
25328         * configure.ac: make test for audiofile more strict
25329
25330 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25331
25332         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25333           give different names to typefind functions
25334
25335 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25336
25337         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25338         (gst_ximagesink_calculate_pixel_aspect_ratio),
25339         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
25340         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25341         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
25342         (gst_ximagesink_get_property), (gst_ximagesink_init):
25343         * sys/ximage/ximagesink.h:
25344           allocate PAR's dynamically.
25345           use autodetected PAR if no object-set PAR is given.
25346           add workaround for directfb's X not setting physical size.
25347           fix to xvimagesink will follow tomorrow.
25348
25349 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25350
25351         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
25352         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25353         (gst_shout2send_get_type), (gst_shout2send_set_clock),
25354         (gst_shout2send_class_init), (gst_shout2send_init),
25355         (set_shout_metadata), (gst_shout2send_set_metadata),
25356         (gst_shout2send_chain), (gst_shout2send_set_property),
25357         (gst_shout2send_get_property), (gst_shout2send_connect),
25358         (gst_shout2send_change_state):
25359         * ext/shout2/gstshout2.h:
25360         - fix for sending mp3 audio to icecast2 server, if pad link function not
25361         called before PAUSED state
25362         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
25363         - added tagging support for mp3 audio broadcasted
25364         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
25365         debug info
25366
25367 2004-07-28  Wim Taymans  <wim@fluendo.com>
25368
25369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25370         (gst_ogg_demux_push):
25371         Return query failure when we don't know the length of
25372         an ogg stream insteda of returning TRUE with a bogus value.
25373
25374 2004-07-28  Wim Taymans  <wim@fluendo.com>
25375
25376         * ext/theora/theoradec.c: (theora_get_formats),
25377         (theora_dec_src_convert), (theora_dec_sink_convert),
25378         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25379         (theora_dec_chain):
25380         Don't screw up the 1 Chroma for 1 luma sample situation when we
25381         have an odd offset/width by adding a black border in those cases.
25382
25383 2004-07-28  Wim Taymans  <wim@fluendo.com>
25384
25385         * ext/theora/theoradec.c: (theora_get_formats),
25386         (theora_dec_src_convert), (theora_dec_sink_convert),
25387         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25388         (theora_dec_chain):
25389         * ext/theora/theoraenc.c: (theora_enc_sink_link):
25390         Added first attempt at cropping of the image as required by the
25391         theora spec. We need more properties in the caps (offset_x,
25392         offset_y,stride) to implement this correctly.
25393
25394 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
25395
25396         * ext/dvdnav/README:
25397           Update the README to use dvddemux
25398         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25399           Ensure getcaps returns a subset of the template caps
25400         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
25401         (gst_mpeg2subt_init):
25402           Ensure getcaps returns a subset of the template caps
25403         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25404         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
25405         (gst_dvd_demux_get_subpicture_stream),
25406         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
25407         * gst/mpegstream/gstdvddemux.h:
25408           Set the explicit caps on the current_video pad before pushing
25409           anything
25410         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25411         (gst_mpeg_demux_get_audio_stream):
25412           Free caps used to gst_pad_set_explicit_caps, which takes a const
25413           GstCaps *
25414
25415 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
25416
25417         * configure.ac: update GStreamer requirement to 0.8.4 because of
25418           GstFraction.
25419
25420 2004-07-28  Wim Taymans  <wim@fluendo.com>
25421
25422         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25423         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25424         Add the pad to the element after setting up the caps. This
25425         makes it a lot easier to autoplug.
25426
25427 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25428
25429         * gst/median/gstmedian.c:
25430         * gst/mpeg2subt/gstmpeg2subt.c:
25431         * gst/mpegaudioparse/gstmpegaudioparse.c:
25432         * gst/mpegstream/gstdvddemux.c:
25433         * gst/mpegstream/gstmpegdemux.c:
25434         * gst/mpegstream/gstmpegpacketize.c:
25435         * gst/rtjpeg/gstrtjpeg.c:
25436         * gst/rtjpeg/gstrtjpegdec.c:
25437         * gst/rtjpeg/gstrtjpegenc.c:
25438         * gst/sine/gstsinesrc.c:
25439         * gst/smooth/gstsmooth.c:
25440         * gst/smpte/gstsmpte.c:
25441         * gst/smpte/gstsmpte.h:
25442         * gst/stereo/gststereo.c:
25443         * gst/videofilter/gstgamma.c:
25444         * gst/videofilter/gstvideobalance.c:
25445         * gst/videofilter/gstvideofilter.c:
25446         * gst/videofilter/gstvideoflip.c:
25447         * gst/videoscale/gstvideoscale.c:
25448         * gst/videoscale/videoscale.c:
25449         * gst/videotestsrc/gstvideotestsrc.c:
25450         * gst/videotestsrc/videotestsrc.c:
25451         * gst/wavenc/gstwavenc.c:
25452         * gst/wavparse/gstwavparse.c:
25453           fix local includes and 64 bits constants
25454
25455 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25456
25457         * win32/gst.sln:
25458         * gst-libs/gst/*/*.vcproj:
25459         * gst/*/*.vcproj:
25460           more working plugins
25461
25462 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25463
25464         * testsuite/alsa/Makefile.am:
25465         * testsuite/alsa/srcstate.c:
25466         add test for alsasrc changing state
25467
25468 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25469
25470         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25471         (gst_silence_get):
25472         * gst/silence/gstsilence.h:
25473         fix silence generation for 16bit raw audio
25474
25475 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25476
25477         * gst/matroska/matroska-demux.c:
25478         (gst_matroska_demux_parse_metadata),
25479         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25480         * gst/mpegaudio/common.c:
25481         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25482         (gst_videoscale_getcaps), (gst_videoscale_link),
25483         (gst_videoscale_src_fixate), (gst_videoscale_init),
25484         (gst_videoscale_finalize):
25485         * gst/videoscale/gstvideoscale.h:
25486         * gst/videotestsrc/gstvideotestsrc.c:
25487         (gst_videotestsrc_get_capslist):
25488         * gst/wavenc/gstwavenc.c:
25489         * sys/oss/gstossmixer.c: (fill_labels):
25490         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25491         (gst_ximagesink_handle_xevents),
25492         (gst_ximagesink_calculate_pixel_aspect_ratio),
25493         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25494         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25495         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25496         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25497         (gst_ximagesink_init), (gst_ximagesink_class_init):
25498         * sys/ximage/ximagesink.h:
25499         * sys/xvimage/xvimagesink.c:
25500         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25501         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25502         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25503         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25504         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25505         * sys/xvimage/xvimagesink.h:
25506           first batch of pixel aspect ratio commits.
25507
25508 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25509
25510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25511         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25512         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25513           handle stride, needs work if we want to move stride handling
25514           upstream, but works correctly for our purposes.
25515
25516 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25517
25518         * gst/videoscale/README:
25519           add testing examples
25520         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25521         (gst_videoscale_chain):
25522         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25523         (gst_videoscale_get_size):
25524           add get_size function that handles stride like videotestsrc.
25525           fixes conversion for YUV formats for as much as I can test them.
25526
25527 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25528
25529         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25530         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25532         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25533         (gst_xvimagesink_xvimage_put):
25534           further cleanups, logging, error handling and synchronizing
25535
25536 2004-07-27  Wim Taymans  <wim@fluendo.com>
25537
25538         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25539         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25540         (gst_videomixer_pad_set_property),
25541         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25542         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25543         (gst_videomixer_class_init), (gst_videomixer_init),
25544         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25545         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25546         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25547         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25548         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25549         (gst_videomixer_loop), (plugin_init):
25550         Be a nicer negotiation citizen and provide a getcaps function on
25551         the srcpad. This also fixes a crash when resizing.
25552
25553 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25554
25555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25556         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25557
25558 2004-07-27  Wim Taymans  <wim@fluendo.com>
25559
25560         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25561         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25562         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25563         (gst_pngenc_set_property):
25564         * ext/libpng/gstpngenc.h:
25565         Added snapshot property to pngenc.
25566         removed g_print from pngdec
25567
25568 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25569
25570         * gst/ac3parse/ac3parse.vcproj
25571         * gst/adder/adder.vcproj
25572         * gst/alpha/alpha.vcproj
25573         * gst/alpha/alphacolor.vcproj
25574         * gst/asfdemux/asf.vcproj
25575         * gst/audioconvert/audioconvert.vcproj
25576         * gst/audiorate/audiorate.vcproj
25577         * gst/audioscale/audioscale.vcproj
25578         * gst/auparse/auparse.vcproj
25579         * gst/avi/avi.vcproj
25580         * gst/cdxaparse/cdxaparse.vcproj
25581         * gst/chart/chart.vcproj
25582         * gst/colorspace/colorspace.vcproj
25583         * gst/cutter/cutter.vcproj
25584         * gst/debug/debug.vcproj
25585         * gst/debug/efence.vcproj
25586         * gst/debug/navigationtest.vcproj
25587         * gst/deinterlace/deinterlace.vcproj
25588         * gst/effectv/effectv.vcproj
25589         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25590         * gst/filter/filter.vcproj
25591         * gst/flx/flxdec.vcproj
25592         * gst/goom/goom.vcproj
25593         * gst/interleave/interleave.vcproj
25594         * gst/law/alaw.vcproj
25595         * gst/law/mulaw.vcproj
25596         * gst/matroska/matroska.vcproj
25597         * gst/median/median.vcproj
25598         * gst/mixmatrix/mixmatrix.vcproj
25599         * gst/mpeg1sys/mpeg1systemencode.vcproj
25600         * gst/mpeg1videoparse/mp1videoparse.vcproj
25601         * gst/mpeg2sub/mpeg2subt.vcproj
25602         * gst/mpegaudio/mpegaudio.vcproj
25603         * gst/mpegaudioparse/mpegaudioparse.vcproj
25604         * gst/mpegstream/mpegstream.vcproj
25605         * gst/multifilesink/multifilesink.vcproj
25606         * gst/multipart/multipart.vcproj
25607         * gst/oneton/oneton.vcproj
25608         * gst/overlay/overlay.vcproj
25609         * gst/passthrough/passthrough.vcproj
25610         * gst/qtdemux/qtdemux.vcproj
25611         * gst/realmedia/rmdemux.vcproj
25612         * gst/rtjpeg/rtjpeg.vcproj
25613         * gst/rtp/rtp.vcproj
25614         * gst/silence/silence.vcproj
25615         * gst/sine/sinesrc.vcproj
25616         * gst/smooth/smooth.vcproj
25617         * gst/smpte/smpte.vcproj
25618         * gst/spectrum/spectrum.vcproj
25619         * gst/speed/speed.vcproj
25620         * gst/stereo/stereo.vcproj
25621         * gst/switch/switch.vcproj
25622         * gst/tags/tagedit.vcproj
25623         * gst/tcp/tcp.vcproj
25624         * gst/typefind/typefindfunctions.vcproj
25625         * gst/udp/udp.vcproj
25626         * gst/videobox/videobox.vcproj
25627         * gst/videocrop/videocrop.vcproj
25628         * gst/videodrop/videodrop.vcproj
25629         * gst/videofilter/gamma.vcproj
25630         * gst/videofilter/videobalance.vcproj
25631         * gst/videofilter/videofilter.vcproj
25632         * gst/videofilter/videoflip.vcproj
25633         * gst/videoflip/videoflip.vcproj
25634         * gst/videomixer/videomixer.vcproj
25635         * gst/videorate/videorate.vcproj
25636         * gst/videoscale/videoscale.vcproj
25637         * gst/videotestsrc/videotestsrc.vcproj
25638         * gst/virtualdub/virtualdub.vcproj
25639         * gst/volenv/volenv.vcproj
25640         * gst/volume/volume.vcproj
25641         * gst/wavenc/wavenc.vcproj
25642         * gst/wavparse/wavparse.vcproj
25643         * gst/y4m/y4menc.vcproj
25644         * gst-libs/gst/audio/audio.vcproj
25645         * gst-libs/gst/audio/audiofilter.vcproj
25646         * gst-libs/gst/colorbalance/colorbalance.vcproj
25647         * gst-libs/gst/idct/idtc.vcproj
25648         * gst-libs/gst/media-info/media-info.vcproj
25649         * gst-libs/gst/mixer/mixer.vcproj
25650         * gst-libs/gst/navigation/navigation.vcproj
25651         * gst-libs/gst/play/play.vcproj
25652         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25653         * gst-libs/gst/resample/resample.vcproj
25654         * gst-libs/gst/riff/riff.vcproj
25655         * gst-libs/gst/tuner/tuner.vcproj
25656         * gst-libs/gst/video/video.vcproj
25657         * gst-libs/gst/xoverlay/xoverlay.vcproj
25658           avoid problems with math.h, fix release dependancy
25659           rename GStreamer-0.8.lib to libgstreamer.lib
25660
25661 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25662
25663         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25665         the atom is not available we have to unlock the mutex. Fixes #148023
25666
25667 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25668
25669         * gst-libs/gst/media-info/media-info.h:
25670           issue for a vararg macro with MSVC
25671
25672 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25673
25674         * gst/effectv/effectv.vcproj
25675         * gst-libs/gst/idct/idct.vcproj:
25676         * gst-libs/gst/media-info/media-info.vcproj:
25677         * gst-libs/gst/navigation/navigation.vcproj:
25678         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25679         * gst-libs/gst/video/video.vcproj:
25680         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25681           fixes for build problems
25682
25683 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25684
25685         * gst-libs/gst/audio/audio.def:
25686         * gst-libs/gst/audio/riff.def:
25687           add some definitions needed by plugins
25688
25689 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25690
25691         * gst/asfdemux/gstasfmux.c
25692           Fix some 64 bits constants to be glib friendly
25693
25694 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25695
25696         * gst/ac3parse/gstac3parse.c
25697         * gst/audioscale/gstaudioscale.c
25698         * gst/auparse/gstauparse.c
25699         * gst/colorspace/gstcolorspace.c
25700         * gst/colorspace/yuv2rgb.h
25701           local include fixes
25702
25703 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25704
25705         * win32/gst.sln
25706           add more plugins to the build
25707
25708 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25709
25710         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25711         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25712
25713 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25714
25715         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25716         (gst_level_set_property), (gst_level_get_property),
25717         (gst_level_base_init), (gst_level_class_init):
25718           add debugging categories.  cleanups.
25719
25720 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25721
25722         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25723         (gst_videoscale_planar411), (gst_videoscale_planar400),
25724         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25725         (gst_videoscale_scale_nearest_str1),
25726         (gst_videoscale_scale_nearest_str2),
25727         (gst_videoscale_scale_nearest_str4),
25728         (gst_videoscale_scale_nearest_16bit),
25729         (gst_videoscale_scale_nearest_24bit):
25730           fixed stride issues
25731           tested with 320x240 -> 321, 322, 324 x240
25732           tested with YV12, I420, YUY2, UYVY
25733           fixed packed422rev (don't think it could have worked before)
25734           by testing with UYVY
25735
25736 2004-07-26  Benjamin Otte  <otte@gnome.org>
25737
25738         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25739         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25740         (plugin_init):
25741           add debugging category, add error checks like checking return values
25742           of setup calls, make sure it still works after
25743           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25744
25745 2004-07-26  Wim Taymans  <wim@fluendo.com>
25746
25747         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25748         (gst_mpeg_demux_get_audio_stream),
25749         (gst_mpeg_demux_process_private):
25750         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25751         Check for error codes from the negotiation functions. Make sure
25752         we really set the pad caps when a new pad is created.
25753
25754 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25755
25756         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25757         (gst_ffmpeg_caps_to_pix_fmt):
25758         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25759         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25760         (gst_ffmpegcolorspace_pad_link):
25761           don't make function do two things at the same time without reason.
25762
25763 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25764
25765         * gst/ac3parse/ac3parse.vcproj
25766         * gst/adder/adder.vcproj
25767         * gst/alpha/alpha.vcproj
25768         * gst/alpha/alphacolor.vcproj
25769         * gst/asfdemux/asf.vcproj
25770         * gst/audioconvert/audioconvert.vcproj
25771         * gst/audiorate/audiorate.vcproj
25772         * gst/audioscale/audioscale.vcproj
25773         * gst/auparse/auparse.vcproj
25774         * gst/avi/avi.vcproj
25775         * gst/cdxaparse/cdxaparse.vcproj
25776         * gst/chart/chart.vcproj
25777         * gst/colorspace/colorspace.vcproj
25778         * gst/cutter/cutter.vcproj
25779         * gst/debug/debug.vcproj
25780         * gst/debug/efence.vcproj
25781         * gst/debug/navigationtest.vcproj
25782         * gst/deinterlace/deinterlace.vcproj
25783         * gst/effectv/effectv.vcproj
25784         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25785         * gst/filter/filter.vcproj
25786         * gst/flx/flxdec.vcproj
25787         * gst/goom/goom.vcproj
25788         * gst/interleave/interleave.vcproj
25789         * gst/law/alaw.vcproj
25790         * gst/law/mulaw.vcproj
25791         * gst/matroska/matroska.vcproj
25792         * gst/median/median.vcproj
25793         * gst/mixmatrix/mixmatrix.vcproj
25794         * gst/mpeg1sys/mpeg1systemencode.vcproj
25795         * gst/mpeg1videoparse/mp1videoparse.vcproj
25796         * gst/mpeg2sub/mpeg2subt.vcproj
25797         * gst/mpegaudio/mpegaudio.vcproj
25798         * gst/mpegaudioparse/mpegaudioparse.vcproj
25799         * gst/mpegstream/mpegstream.vcproj
25800         * gst/multifilesink/multifilesink.vcproj
25801         * gst/multipart/multipart.vcproj
25802         * gst/oneton/oneton.vcproj
25803         * gst/overlay/overlay.vcproj
25804         * gst/passthrough/passthrough.vcproj
25805         * gst/qtdemux/qtdemux.vcproj
25806         * gst/realmedia/rmdemux.vcproj
25807         * gst/rtjpeg/rtjpeg.vcproj
25808         * gst/rtp/rtp.vcproj
25809         * gst/silence/silence.vcproj
25810         * gst/sine/sinesrc.vcproj
25811         * gst/smooth/smooth.vcproj
25812         * gst/smpte/smpte.vcproj
25813         * gst/spectrum/spectrum.vcproj
25814         * gst/speed/speed.vcproj
25815         * gst/stereo/stereo.vcproj
25816         * gst/switch/switch.vcproj
25817         * gst/tags/tagedit.vcproj
25818         * gst/tcp/tcp.vcproj
25819         * gst/typefind/typefindfunctions.vcproj
25820         * gst/udp/udp.vcproj
25821         * gst/videobox/videobox.vcproj
25822         * gst/videocrop/videocrop.vcproj
25823         * gst/videodrop/videodrop.vcproj
25824         * gst/videofilter/gamma.vcproj
25825         * gst/videofilter/videobalance.vcproj
25826         * gst/videofilter/videofilter.vcproj
25827         * gst/videofilter/videoflip.vcproj
25828         * gst/videoflip/videoflip.vcproj
25829         * gst/videomixer/videomixer.vcproj
25830         * gst/videorate/videorate.vcproj
25831         * gst/videoscale/videoscale.vcproj
25832         * gst/videotestsrc/videotestsrc.vcproj
25833         * gst/virtualdub/virtualdub.vcproj
25834         * gst/volenv/volenv.vcproj
25835         * gst/volume/volume.vcproj
25836         * gst/wavenc/wavenc.vcproj
25837         * gst/wavparse/wavparse.vcproj
25838         * gst/y4m/y4menc.vcproj
25839           more plugins supported under windows
25840
25841 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25842
25843         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25844         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25845         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25847         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25848           Add debugging statements.  Use the sizes as returned by the
25849           *CreateImage calls.
25850
25851 2004-07-26  Johan Dahlin  <johan@gnome.org>
25852
25853         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25854         the pad is negotiated.
25855
25856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25857
25858 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25859
25860         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25861         * gst-libs/gst/idct/idct.vcproj:
25862         * gst-libs/gst/media-info/media-info.vcproj:
25863         * gst-libs/gst/mixer/mixer.vcproj:
25864         * gst-libs/gst/navigation/navigation.vcproj:
25865         * gst-libs/gst/play/play.vcproj:
25866         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25867         * gst-libs/gst/resample/resample.vcproj:
25868         * gst-libs/gst/tuner/tuner.vcproj:
25869         * gst-libs/gst/video/video.vcproj:
25870         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25871           more plugins supported under windows
25872
25873 2004-07-25 Iain <iain@prettypeople.org>
25874
25875         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25876         pad now rather than when the pad is created because state changes wipe
25877         explicit caps (fixes #148043).
25878
25879 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25880
25881         reviewed by Benjamin Otte  <otte@gnome.org>
25882
25883         * ext/mad/gstmad.c:
25884           fix mad plugin crashing on Sun (fixes #148289)
25885
25886 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25887
25888         * gst/avi/avi.def:
25889         * gst/avi/avi.vcproj:
25890         * gst/matroska/matroska.def:
25891         * gst/matroska/matroska.vcproj:
25892           remove unused .def files
25893
25894 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25895
25896         * gst-libs/gst/audio/gstaudiofilter.c:
25897           Clean the local include
25898
25899 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25900
25901         * win32/gst.sln:
25902         * gst-libs/gst/audio/audio.def:
25903         * gst-libs/gst/audio/audio.vcproj:
25904         * gst-libs/gst/audio/audiofilter.vcproj:
25905         * gst-libs/gst/audio/riff.def:
25906         * gst-libs/gst/audio/riff.vcproj:
25907         * gst-libs/gst/gst-libs.def:
25908         * gst-libs/gst/gst-libs.vcproj:
25909         * gst/avi/avi.vcproj:
25910         * gst/avi/avi.vcproj:
25911           Copy the files where needed after building, cleaner projects
25912
25913 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25914
25915         * gst/matroska/ebml-write.c:
25916           Fix some 64 bits constants to be glib friendly
25917
25918 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25919
25920         * win32/gst.sln:
25921         * gst-libs/gst/gst-libs.def:
25922         * gst-libs/gst/gst-libs.vcproj:
25923         * gst/matroska/matroska.def:
25924         * gst/matroska/matroska.vcproj:
25925           Add the preliminary canvas to build plugins on Win32
25926
25927 2004-07-23  Benjamin Otte  <otte@gnome.org>
25928
25929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25930           don't enfore negotiation from source side, it breaks
25931           sinesrc ! audioconvert ! osssink
25932
25933 2004-07-22  David Schleef  <ds@schleef.org>
25934
25935         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25936         for ELF files, since they can easily be recognized as audio/mpeg.
25937         (bug #147441)
25938
25939 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25940
25941         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25942         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25943         (gst_videoscale_scale_nearest_24bit),
25944         (gst_videoscale_scale_nearest_16bit):
25945           fix 16bit and 24bit for stride (24bit might need testing)
25946           don't pretend we do more than one algorithm
25947
25948 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25949
25950         * configure.ac:
25951         * gst/Makefile.am:
25952         * gst/multifilesink/Makefile.am:
25953         * gst/multifilesink/gstmultifilesink.c:
25954         (gst_multifilesink_get_formats),
25955         (gst_multifilesink_get_query_types), (_do_init),
25956         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25957         (gst_multifilesink_init), (gst_multifilesink_dispose),
25958         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25959         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25960         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25961         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25962         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25963         (gst_multifilesink_uri_get_type),
25964         (gst_multifilesink_uri_get_protocols),
25965         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25966         (gst_multifilesink_uri_handler_init), (plugin_init):
25967         * gst/multifilesink/gstmultifilesink.h:
25968         * testsuite/Makefile.am:
25969         * testsuite/multifilesink/Makefile.am:
25970         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25971         (gst_newmedia_class_init), (gst_newmedia_init),
25972         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25973         (newfile_signal), (test_signal), (main):
25974         multifilesink plugin for creating new files every time a new media
25975         discontinuity event occurs
25976
25977 2004-07-22  Wim Taymans  <wim@fluendo.com>
25978
25979         * gst/alpha/Makefile.am:
25980         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25981         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25982         (gst_alpha_color_init), (gst_alpha_color_set_property),
25983         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25984         (transform), (gst_alpha_color_chain),
25985         (gst_alpha_color_change_state), (plugin_init):
25986         Stupid plugin to to RGBA to AYUV conversion because none of
25987         the colorspace plugins can handle that yet.
25988
25989 2004-07-22  Wim Taymans  <wim@fluendo.com>
25990
25991         * examples/seeking/seek.c: (update_scale), (main):
25992         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25993         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25994         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25995         (gst_decode_bin_init), (gst_decode_bin_dispose),
25996         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25997         (no_more_pads), (close_link), (type_found),
25998         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25999         (plugin_init):
26000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26001         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26002         (gst_play_base_bin_dispose), (queue_overrun),
26003         (gen_preroll_element), (remove_prerolls), (unknown_type),
26004         (no_more_pads), (new_stream), (setup_source),
26005         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26006         (play_base_eos), (gst_play_base_bin_change_state),
26007         (gst_play_base_bin_add_element),
26008         (gst_play_base_bin_remove_element),
26009         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26010         (gst_play_base_bin_unlink_stream),
26011         (gst_play_base_bin_get_streaminfo):
26012         * gst/playback/gstplaybin.c: (gen_video_element),
26013         (gen_audio_element):
26014         * gst/playback/gststreaminfo.h:
26015         More playback updates, attempt to fix things after the state change
26016         breakage.
26017
26018 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26019
26020         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
26021         (gst_videoscale_scale_nearest_16bit):
26022           comment algorithm
26023
26024 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26025
26026         * gst/videotestsrc/gstvideotestsrc.c:
26027         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
26028         (gst_videotestsrc_init), (gst_videotestsrc_get),
26029         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
26030         (gst_videotestsrc_get_property):
26031         * gst/videotestsrc/gstvideotestsrc.h:
26032         * gst/videotestsrc/videotestsrc.c:
26033         * gst/videotestsrc/videotestsrc.h:
26034           cleanup and commenting
26035
26036 2004-07-21  Wim Taymans  <wim@fluendo.com>
26037
26038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
26039         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
26040         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
26041         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
26042         (_find_chain_get_unknown_part), (_find_streams_check),
26043         (gst_ogg_demux_push), (gst_ogg_pad_push):
26044         * ext/theora/theoradec.c: (theora_get_formats),
26045         (theora_dec_src_convert), (theora_dec_sink_convert),
26046         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26047         (theora_dec_chain):
26048         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26049         (vorbis_dec_convert), (vorbis_dec_src_query),
26050         (vorbis_dec_src_event), (vorbis_dec_event):
26051         More seeking fixes, oggdemux now supports seeking to time and
26052         uses the downstream element to convert granulepos to time.
26053         Seeking in theora-only ogg files now works.
26054
26055 2004-07-21  Wim Taymans  <wim@fluendo.com>
26056
26057         * ext/theora/theoradec.c: (gst_theora_dec_init),
26058         (theora_get_formats), (theora_get_event_masks),
26059         (theora_get_query_types), (theora_dec_src_convert),
26060         (theora_dec_sink_convert), (theora_dec_src_query),
26061         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26062         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
26063         (vorbis_get_event_masks), (vorbis_get_query_types),
26064         (gst_vorbis_dec_init), (vorbis_dec_convert),
26065         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
26066         Added query/convert/formats functions to vorbis and theora decoders
26067         so that the outside world can use them too. Fixed seeking on an
26068         ogg/theora/vorbis file by disabling the seeking seeking on the
26069         theora srcpad.
26070
26071 2004-07-21  Julien MOUTTE  <julien@moutte.net>
26072
26073         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
26074         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
26075         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
26076         images creation for both elements. We don't create the image on caps
26077         nego or renego, we just destroy the internal one if present if it does
26078         not match the needs. The chain function takes care of creating a new
26079         image when needed.
26080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26081         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
26082         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26083         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
26084         the image format information. The buffer pool checks for the context
26085         image format and discard images with different formats.
26086         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
26087
26088 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26089
26090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26091         (gst_ffmpegcolorspace_chain):
26092           no point in doing any chaining if the pad we want to push from
26093           isn't usable.
26094
26095 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26096
26097         * gst-libs/gst/riff/riff-media.c:
26098         (gst_riff_create_audio_caps_with_data):
26099           Fix double end-to-native symbol conversion (#148021).
26100
26101 2004-07-20  David Schleef  <ds@schleef.org>
26102
26103         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
26104         Don't use an Atom that doesn't exist.
26105
26106 2004-07-20  Wim Taymans  <wim@fluendo.com>
26107
26108         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26109         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26110         (gst_multifdsink_client_remove),
26111         (gst_multifdsink_handle_client_write),
26112         (gst_multifdsink_queue_buffer):
26113         * gst/tcp/gstmultifdsink.h:
26114         More multifdsink stats. Avoid deadlock by releasing locks
26115         before sending out a signal.
26116
26117 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26118
26119         * po/LINGUAS:
26120         * po/hu.po:
26121           added Hungarian translation (Laszlo Dvornik)
26122
26123 2004-07-20  Wim Taymans  <wim@fluendo.com>
26124
26125         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26126         (gst_multifdsink_add), (gst_multifdsink_client_remove),
26127         (gst_multifdsink_handle_client_write),
26128         (gst_multifdsink_queue_buffer):
26129         * gst/tcp/gsttcp-marshal.list:
26130         Fixed the stupid marshal definition.
26131
26132 2004-07-20  Wim Taymans  <wim@fluendo.com>
26133
26134         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26135         (gst_multifdsink_init), (gst_multifdsink_add),
26136         (gst_multifdsink_client_remove),
26137         (gst_multifdsink_handle_client_write),
26138         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
26139         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
26140         (gst_multifdsink_init_send):
26141         * gst/tcp/gstmultifdsink.h:
26142         Added more stats, added timeout for a client, fixed some typos
26143         and added some comments.
26144
26145 2004-07-20  Wim Taymans  <wim@fluendo.com>
26146
26147         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26148         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26149         (gst_multifdsink_client_remove),
26150         (gst_multifdsink_handle_client_write):
26151         * gst/tcp/gstmultifdsink.h:
26152         * gst/tcp/gsttcp-marshal.list:
26153         Added get_stats method that returns a GValueArray of
26154         stats values.
26155
26156 2004-07-19  Benjamin Otte  <otte@gnome.org>
26157
26158         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
26159           make sure longname, description and author are valid UTF-8
26160
26161 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26162
26163         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
26164         (gst_ximagesink_set_property):
26165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
26166         (gst_xvimagesink_set_property):
26167           make sure SYNCHRONOUS is respected after getting the X context
26168
26169 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26170
26171         * gst/matroska/matroska-demux.c:
26172         (gst_matroska_demux_handle_src_event),
26173         (gst_matroska_demux_parse_blockgroup):
26174         * gst/matroska/matroska-ids.h:
26175           add BlockReference tag and ignore it to clear out log.
26176           ignore NAVIGATION events to clear out log.
26177
26178 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26179
26180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26181         (gst_matroska_demux_add_stream):
26182         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
26183           add debug categories
26184
26185 2004-07-16  Wim Taymans  <wim@fluendo.com>
26186
26187         * ext/libpng/Makefile.am:
26188         * ext/libpng/gstpng.c: (plugin_init):
26189         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
26190         (gst_pngdec_get_type), (gst_pngdec_base_init),
26191         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
26192         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
26193         * ext/libpng/gstpngdec.h:
26194         Added png decoder.
26195
26196 2004-07-16  Julien MOUTTE  <julien@moutte.net>
26197
26198         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26199         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
26200         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
26201         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
26202         (gst_ximagesink_buffer_alloc):
26203         * sys/ximage/ximagesink.h:
26204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26205         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26206         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26207         (gst_xvimagesink_buffer_alloc):
26208         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
26209         again. Using internal data pointer of the x(v)image to store image's
26210         data to be coherent with the buffer alloc mechanism. Investigated the
26211         image destruction code to be sure that everything gets freed correctly.
26212
26213 2004-07-16  Wim Taymans  <wim@fluendo.com>
26214
26215         * gst-libs/gst/riff/riff-read.c:
26216         (gst_riff_read_strf_vids_with_data),
26217         (gst_riff_read_strf_auds_with_data):
26218         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26219         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26220         Make sure we don't create 0 sized subbuffers in riff-read.
26221         Signal the no more pads signal after reading the avi header.
26222
26223 2004-07-16  Wim Taymans  <wim@fluendo.com>
26224
26225         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26226         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
26227         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
26228         (gst_decode_bin_init), (gst_decode_bin_dispose),
26229         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26230         (no_more_pads), (close_link), (type_found),
26231         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26232         (gst_decode_bin_change_state), (plugin_init):
26233         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26234         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26235         (gst_play_base_bin_dispose), (queue_overrun),
26236         (gen_preroll_element), (remove_prerolls), (unknown_type),
26237         (no_more_pads), (new_stream), (setup_source),
26238         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26239         (play_base_eos), (gst_play_base_bin_change_state),
26240         (gst_play_base_bin_add_element),
26241         (gst_play_base_bin_remove_element),
26242         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26243         (gst_play_base_bin_unlink_stream),
26244         (gst_play_base_bin_get_streaminfo):
26245         * gst/playback/gstplaybasebin.h:
26246         Better error recovery. Added configurable preroll queue size. Faster
26247         detection of no-more-pads.
26248
26249 2004-07-16  Wim Taymans  <wim@fluendo.com>
26250
26251         * gst-libs/gst/video/video.h:
26252         Added 32 bits RGBA. Not sure if we should use another mime-type
26253         for alpha rgb. Currently the presence of the alpha_mask property
26254         signals an alpha channel.
26255
26256 2004-07-16  Wim Taymans  <wim@fluendo.com>
26257
26258         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26260         FPS seems to be 0.0 to MAX everywhere else.
26261
26262 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26263
26264         * gst-libs/gst/riff/riff-media.c:
26265         (gst_riff_create_video_caps_with_data):
26266           mp42/mp43 (no caps) exist too.
26267         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
26268           Set pixel_width/height; we've got them in-caps.
26269         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26270         * gst/wavparse/gstwavparse.c: (plugin_init):
26271           Both are valid primary.
26272         * sys/oss/gstossmixer.c:
26273           Remove i18n hack and enable translations.
26274
26275 2004-07-15  Benjamin Otte  <otte@gnome.org>
26276
26277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26278         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26279           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
26280
26281 2004-07-15  Benjamin Otte  <otte@gnome.org>
26282
26283         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26284         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
26285         (gst_alsa_close_audio):
26286           disable some of the debugging code for now. Writing debugging to a
26287           buffer is broken in current alsalib releases.
26288
26289 2004-07-12  Benjamin Otte  <otte@gnome.org>
26290
26291         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
26292           use bufferpools
26293
26294 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26295
26296         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26297         (theora_dec_src_query), (theora_dec_event):
26298         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
26299           add debugging categories.  Remove \n's.
26300
26301 2004-07-13  Johan Dahlin  <johan@gnome.org>
26302
26303         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
26304         (gst_play_bin_get_property): Impl.
26305
26306 2004-07-13  Wim Taymans  <wim@fluendo.com>
26307
26308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
26309         When trying to find the stream length, seek back N pages
26310         instead of just one, where N is the number of streams in
26311         the current chain.
26312
26313 2004-07-13  Wim Taymans  <wim@fluendo.com>
26314
26315         * gst-libs/gst/riff/riff-media.c:
26316         (gst_riff_create_audio_caps_with_data),
26317         (gst_riff_create_audio_caps),
26318         (gst_riff_create_audio_template_caps):
26319         * gst-libs/gst/riff/riff-media.h:
26320         * gst-libs/gst/riff/riff-read.c:
26321         (gst_riff_read_strf_vids_with_data),
26322         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
26323         * gst-libs/gst/riff/riff-read.h:
26324         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26325         (gst_avi_demux_add_stream):
26326         Set codec_data on caps for avidemuxer.
26327
26328 2004-07-12  David Schleef  <ds@schleef.org>
26329
26330         * configure.ac: Fix test for Objective C
26331
26332 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
26333         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
26334         (gst_gdk_pixbuf_chain):
26335           Add svg and pcx to template caps, and ensure that getcaps returns a
26336           subset of the template caps.
26337           Copy each row manually for output, as gdkpixbuf may pad the
26338           rowstride to a 32-bit word boundary.
26339
26340 2004-07-12  Wim Taymans  <wim@fluendo.com>
26341
26342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
26343         (gst_riff_create_video_template_caps):
26344         Fix the template caps to include some more media types.
26345
26346 2004-07-12  Wim Taymans  <wim@fluendo.com>
26347
26348         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26349         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26350         (compare_ranks), (print_feature), (gst_decode_bin_init),
26351         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26352         (try_to_link_1), (new_pad), (close_link), (type_found),
26353         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26354         (gst_decode_bin_change_state), (plugin_init):
26355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26356         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26357         (gst_play_base_bin_dispose), (queue_overrun),
26358         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26359         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26360         (gst_play_base_bin_get_property), (play_base_eos),
26361         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26362         (gst_play_base_bin_remove_element),
26363         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26364         (gst_play_base_bin_unlink_stream),
26365         (gst_play_base_bin_get_streaminfo):
26366         * gst/playback/gstplaybasebin.h:
26367         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26368         (gst_play_bin_class_init), (gst_play_bin_init),
26369         (gst_play_bin_dispose), (gst_play_bin_set_property),
26370         (gst_play_bin_get_property), (gen_video_element),
26371         (gen_audio_element), (remove_sinks), (setup_sinks),
26372         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26373         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26374         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26375         (gst_play_bin_query), (plugin_init):
26376         * gst/playback/test4.c: (main):
26377         More fixes on reusing of the element.
26378
26379 2004-07-11  Benjamin Otte  <otte@gnome.org>
26380
26381         * ext/mad/gstmad.c: (normal_seek):
26382           allow seeking for other methods than just SET
26383
26384 2004-07-11  Andy Wingo  <wingo@pobox.com>
26385
26386         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
26387         float, "any" caps -> buffer_frames=[0,MAX].
26388
26389         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
26390         doesn't intersect our caps with the template any more. Do it
26391         ourselves.
26392         (interleave_buffered_loop): Use g_newa instead of malloc/free.
26393
26394 2004-07-09  Wim Taymans  <wim@fluendo.com>
26395
26396         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26397         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26398         (compare_ranks), (print_feature), (gst_decode_bin_init),
26399         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26400         (try_to_link_1), (new_pad), (close_link), (type_found),
26401         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26402         (gst_decode_bin_change_state), (plugin_init):
26403         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26404         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26405         (gst_play_base_bin_dispose), (queue_overrun),
26406         (gen_preroll_element), (remove_prerolls), (no_more_pads),
26407         (new_stream), (setup_source), (gst_play_base_bin_set_property),
26408         (gst_play_base_bin_get_property), (play_base_eos),
26409         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26410         (gst_play_base_bin_remove_element),
26411         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26412         (gst_play_base_bin_unlink_stream),
26413         (gst_play_base_bin_get_streaminfo):
26414         * gst/playback/gstplaybasebin.h:
26415         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26416         (gst_play_bin_class_init), (gst_play_bin_init),
26417         (gst_play_bin_dispose), (gst_play_bin_set_property),
26418         (gst_play_bin_get_property), (gen_video_element),
26419         (gen_audio_element), (remove_sinks), (setup_sinks),
26420         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26421         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26422         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26423         (gst_play_bin_query), (plugin_init):
26424         * gst/playback/test4.c: (main):
26425         Work on object reuse and seeking.
26426
26427 2004-07-09  Wim Taymans  <wim@fluendo.com>
26428
26429         * examples/seeking/seek.c: (iterate):
26430         Don't consume all CPU in the idle loop.
26431
26432 2004-07-09  Wim Taymans  <wim@fluendo.com>
26433
26434         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26435         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26436         Add pad to element *after* setting the pad functions so that
26437         the scheduler can use the correct ones.
26438
26439 2004-07-09  Wim Taymans  <wim@fluendo.com>
26440
26441         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26442         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26443         Sync to keyframe after seek
26444
26445 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26446
26447         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26449         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26450         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26451         * ext/libvisual/visual.c: (gst_visual_change_state):
26452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26453         * ext/theora/theoradec.c: (theora_dec_change_state):
26454         * ext/theora/theoraenc.c: (theora_enc_change_state):
26455         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26456         * gst-libs/gst/navigation/navigation.c:
26457         * gst/adder/gstadder.c: (gst_adder_change_state):
26458         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26459         (gst_audio_convert_get_buffer):
26460         * gst/multipart/multipartdemux.c:
26461         (gst_multipart_demux_change_state):
26462         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26463         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26464         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26465         * gst/videoscale/gstvideoscale.c:
26466         (gst_videoscale_handle_src_event):
26467         * gst/volume/gstvolume.c: (volume_chain_int16):
26468           don't assert in state change, this should be done by the base
26469           GstElement class.
26470           various debugging fixes.
26471
26472 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26473
26474         * configure.ac:
26475         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26476         (gst_play_dispose), (gst_play_set_location),
26477         (gst_play_set_data_src), (gst_play_set_video_sink),
26478         (gst_play_set_audio_sink), (gst_play_set_visualization),
26479         (gst_play_connect_visualization), (gst_play_get_sink_element),
26480         (gst_play_get_all_by_interface):
26481         * gst-libs/gst/play/play.h:
26482           add new method to get elements implementing an interface.
26483           add various error logging
26484
26485 2004-07-08  Wim Taymans  <wim@fluendo.com>
26486
26487         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26488         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26489         (make_playerbin_pipeline), (query_durations_elems),
26490         (query_durations_pads), (query_positions_elems),
26491         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26492         (main):
26493         Added playbin seeking example.
26494
26495 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26496
26497         * gst-libs/gst/play/play.c: (gst_play_set_location),
26498         (gst_play_set_data_src), (gst_play_set_video_sink),
26499         (gst_play_set_audio_sink), (gst_play_set_visualization),
26500         (gst_play_connect_visualization), (gst_play_get_framerate):
26501           use a macro to look up elements from hash table
26502
26503 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26504
26505         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26506         (gst_play_get_length_callback), (gst_play_set_location),
26507         (gst_play_seek_to_time), (gst_play_set_data_src),
26508         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26509         (gst_play_set_visualization), (gst_play_connect_visualization),
26510         (gst_play_get_sink_element):
26511         - add debugging info
26512         - fix looking up sink elements by iterating over complete caps
26513         - put everything except for source and autoplugger in a complete bin
26514
26515 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26516
26517         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26518         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26519         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26520         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26521         * ext/alsa/gstalsasink.h:
26522         - add debugging info
26523         - clean up schizophrenia of data/buffer/event
26524         - fix double event unref error
26525
26526 2004-07-08  Wim Taymans  <wim@fluendo.com>
26527
26528         * gst/playback/Makefile.am:
26529         Add headers to noinst
26530
26531 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26532
26533         * tools/gst-launch-ext-m.m:
26534         * tools/gst-launch-ext.1.in:
26535           convert to the third millenium
26536
26537 2004-07-07  David Schleef  <ds@schleef.org>
26538
26539         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26540
26541 2004-07-07  Wim Taymans  <wim@fluendo.com>
26542
26543         * gst/playback/Makefile.am:
26544         * gst/playback/README:
26545         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26546         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26547         (compare_ranks), (print_feature), (gst_decode_bin_init),
26548         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26549         (try_to_link_1), (new_pad), (close_link), (type_found),
26550         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26551         (plugin_init):
26552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26553         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26554         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26555         (gen_preroll_element), (no_more_pads), (new_stream),
26556         (setup_source), (gst_play_base_bin_set_property),
26557         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26558         (gst_play_base_bin_add_element),
26559         (gst_play_base_bin_remove_element),
26560         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26561         (gst_play_base_bin_unlink_stream),
26562         (gst_play_base_bin_get_streaminfo):
26563         * gst/playback/gstplaybasebin.h:
26564         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26565         (gst_play_bin_class_init), (gst_play_bin_init),
26566         (gst_play_bin_dispose), (gst_play_bin_set_property),
26567         (gst_play_bin_get_property), (gen_video_element),
26568         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26569         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26570         (gst_play_bin_get_formats), (gst_play_bin_convert),
26571         (gst_play_bin_get_query_types), (gst_play_bin_query),
26572         (plugin_init):
26573         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26574         (gst_stream_info_get_type), (gst_stream_info_class_init),
26575         (gst_stream_info_init), (gst_stream_info_new),
26576         (gst_stream_info_dispose), (gst_stream_info_set_property),
26577         (gst_stream_info_get_property):
26578         * gst/playback/gststreaminfo.h:
26579         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26580         (main):
26581         * gst/playback/test2.c: (main):
26582         * gst/playback/test3.c: (update_scale), (main):
26583         More playbin fixes. Added README. Do better element filtering.
26584         Added base class to preroll media. Added test apps.
26585
26586 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26587
26588         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26589         * ext/mpeg2dec/gstmpeg2dec.h:
26590           various debugging improvements.  Reset stream to next picture
26591           instead of sequence header, otherwise seeks cannot work.
26592
26593 2004-07-07  Wim Taymans  <wim@fluendo.com>
26594
26595         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26596         (gst_video_box_class_init), (gst_video_box_set_property),
26597         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26598         Use pad_alloc where possible.
26599
26600 2004-07-07  Wim Taymans  <wim@fluendo.com>
26601
26602         * sys/oss/gstosselement.c: (gst_osselement_reset),
26603         (gst_osselement_parse_caps):
26604         * sys/oss/gstosselement.h:
26605         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26606         Fix offset on osssrc.
26607
26608 2004-07-07  Wim Taymans  <wim@fluendo.com>
26609
26610         * ext/theora/theora.c: (plugin_init):
26611         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26612         (theora_dec_src_query), (theora_dec_chain):
26613         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26614         (theora_enc_sink_link), (theora_buffer_from_packet),
26615         (theora_push_packet), (theora_enc_chain):
26616         Fix theora granulepos calculation.
26617         Fix overflow in duration/position calculation.
26618         Bump rank to PRIMARY for theoradec.
26619         Use granulepos of last packet to calculate position.
26620         Set keyframe flag on buffers when needed.
26621
26622 2004-07-06  David Schleef  <ds@schleef.org>
26623
26624         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26625         serious?  (Fixed, obviously.)
26626
26627 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26628
26629         * po/LINGUAS:
26630         * po/cs.po:
26631           added Czech translation (Miloslav Trmac)
26632
26633 2004-07-05  Wim Taymans  <wim@fluendo.com>
26634
26635         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26636         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26637         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26638         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26639         (close_link), (type_found), (gst_decode_bin_set_property),
26640         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26641         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26642         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26643         (gst_decode_bin_query), (plugin_init):
26644         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26645         (gst_play_bin_class_init), (gst_play_bin_init),
26646         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26647         (get_video_element), (new_pad), (setup_source),
26648         (gst_play_bin_set_property), (gst_play_bin_get_property),
26649         (gst_play_bin_change_state), (gst_play_bin_add_element),
26650         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26651         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26652         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26653         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26654         * gst/playback/test.c: (main):
26655         More fixes, cleaned up playbin, make it use decodebin. Added
26656         threaded property to playbin.
26657
26658 2004-07-05  Wim Taymans  <wim@fluendo.com>
26659
26660         * configure.ac:
26661         * gst/playback/Makefile.am:
26662         * gst/playback/decodetest.c: (main):
26663         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26664         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26665         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26666         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26667         (close_link), (type_found), (gst_decode_bin_set_property),
26668         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26669         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26670         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26671         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26672         (plugin_init):
26673         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26674         (gst_play_bin_class_init), (gst_play_bin_init),
26675         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26676         (collect_sink_pads), (find_compatibles), (close_pad_link),
26677         (try_to_link_1), (new_pad), (close_link), (type_found),
26678         (setup_source), (gst_play_bin_set_property),
26679         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26680         (compare_ranks), (gst_play_bin_collect_factories),
26681         (gst_play_bin_change_state), (gst_play_bin_add_element),
26682         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26683         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26684         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26685         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26686         * gst/playback/test.c: (main):
26687         Added some playback helper elements and some test apps, very alpha
26688         still.
26689
26690 2004-07-04  Benjamin Otte  <otte@gnome.org>
26691
26692         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26693           only restart audio when we indeed have an xrun to fix repeated
26694           xruns. Fix suggested by Giuliano Pochini.
26695
26696 2004-07-03  David Schleef  <ds@schleef.org>
26697
26698         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26699         call to gst_debug_log() if debugging is disabled (bug #145118)
26700
26701 2004-07-03  Benjamin Otte  <otte@gnome.org>
26702
26703         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26704           use our own functions for restarting the alsa device.
26705         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26706           I should apply patches myself - use MIN for the third argument, not
26707           the second, this fixes seeking
26708
26709 2004-07-02  David Schleef  <ds@schleef.org>
26710
26711         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26712         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26713         do with the logic.
26714
26715 2004-07-02  David Schleef  <ds@schleef.org>
26716
26717         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26718         output buffers.  Fix logic mistake.  (bug #144866)
26719
26720 2004-07-02  David Schleef  <ds@schleef.org>
26721
26722         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26723         on X.  (bug #144753)
26724
26725 2004-07-02  David Schleef  <ds@schleef.org>
26726
26727         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26728         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26729         (bug #144624)
26730         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26731         (gst_osselement_rate_probe_check): Add another workaround for
26732         buggy drivers (bug #145336)
26733
26734 2004-07-02  David Schleef  <ds@schleef.org>
26735
26736         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26737         Most systems don't have MSG_NOSIGNAL.
26738
26739 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26740
26741         * Makefile.am:
26742         * gst-libs/gst/colorbalance/Makefile.am:
26743         * gst-libs/gst/mixer/Makefile.am:
26744         * gst-libs/gst/play/Makefile.am:
26745         * gst-libs/gst/tuner/Makefile.am:
26746           (hopefully) fix both install and dist and make error message useful.
26747           needs testing across automakes.
26748
26749 2004-07-02  Benjamin Otte  <otte@gnome.org>
26750
26751         * ext/ogg/gstogg.c: (plugin_init):
26752           we require bytestream now
26753         * ext/ogg/gstoggdemux.c:
26754           huge diff to implement chain setup in a fast and generic way. This
26755           improves tag reading and startup of huge files (read: Theora videos)
26756           quite a bit. It probably contains bugs, too, so please test.
26757           Seeking is not improved to the fast method.
26758
26759 2004-06-29  Wim Taymans  <wim@fluendo.com>
26760
26761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26762         * ext/ogg/gstoggmux.c:
26763         Fix memleak in oggdemux when running unconnected pads.
26764         doc update in mux, start working on keyframe mode.
26765
26766 2004-06-29  Benjamin Otte  <otte@gnome.org>
26767
26768         * sys/oss/gstosssink.c:
26769         * sys/oss/gstosssrc.c:
26770           advertise correct template caps - we indeed do non-native endianness
26771           and 8bit audio has no endianness
26772         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26774           avoid (wrong) duplications in getcaps function and return
26775           template caps
26776
26777 2004-06-29  Wim Taymans  <wim@fluendo.com>
26778
26779         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26780         (gst_multifdsink_class_init), (gst_multifdsink_add),
26781         (gst_multifdsink_remove), (gst_multifdsink_clear),
26782         (gst_multifdsink_client_remove),
26783         (gst_multifdsink_handle_client_read),
26784         (gst_multifdsink_client_queue_data),
26785         (gst_multifdsink_client_queue_caps),
26786         (gst_multifdsink_client_queue_buffer),
26787         (gst_multifdsink_handle_client_write),
26788         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26789         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26790         (gst_multifdsink_init_send), (gst_multifdsink_close):
26791         Fix wrong GList iteration that could crash the server when
26792         more then 2 clients disconnect at the same time. Read all the
26793         pending commands in one batch to recover from command storms under
26794         very heavy load.
26795
26796 2004-06-28  Wim Taymans  <wim@fluendo.com>
26797
26798         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26799         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26800         (gst_videomixer_pad_set_property),
26801         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26802         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26803         (gst_videomixer_class_init), (gst_videomixer_init),
26804         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26805         (pad_zorder_compare), (gst_videomixer_sort_pads),
26806         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26807         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26808         (gst_videomixer_update_queues), (gst_videomixer_loop),
26809         (plugin_init):
26810         Avoid divide by zero, choose masterpad as the pad with the highest
26811         framerate.
26812
26813 2004-06-27  Julien Moutte  <julien@moutte.net>
26814
26815         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26816         (gst_ximagesink_xwindow_new):
26817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26818         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26819         function directly. We might want to call it from somewhere else one day.
26820
26821 2004-06-27  Julien Moutte  <julien@moutte.net>
26822
26823         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26824         (gst_ximagesink_xwindow_new):
26825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26826         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26827         window decorations.
26828
26829 2004-06-27  Wim Taymans  <wim@fluendo.com>
26830
26831         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26832         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26833         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26834         (gst_dvdec_set_property), (gst_dvdec_get_property):
26835         * ext/dv/gstdvdec.h:
26836         Implement drop_factor property to lower the framerate with
26837         a factor.
26838
26839 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26840
26841         * gst-libs/gst/colorbalance/Makefile.am:
26842         * gst-libs/gst/mixer/Makefile.am:
26843         * gst-libs/gst/play/Makefile.am:
26844         * gst-libs/gst/tuner/Makefile.am:
26845           unbreak Company's fix that didn't install the -enum.h files
26846
26847 2004-06-27  Wim Taymans  <wim@fluendo.com>
26848
26849         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26850         (gst_dvdec_change_state):
26851         * ext/dv/gstdvdec.h:
26852         Fix timestamp, duration and offset of the buffers.
26853
26854 2004-06-27  Wim Taymans  <wim@fluendo.com>
26855
26856         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26857         (gst_multifdsink_class_init), (gst_multifdsink_add),
26858         (gst_multifdsink_remove), (gst_multifdsink_clear),
26859         (gst_multifdsink_client_remove),
26860         (gst_multifdsink_handle_client_read),
26861         (gst_multifdsink_client_queue_data),
26862         (gst_multifdsink_client_queue_caps),
26863         (gst_multifdsink_client_queue_buffer),
26864         (gst_multifdsink_handle_client_write),
26865         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26866         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26867         (gst_multifdsink_init_send), (gst_multifdsink_close):
26868         * gst/tcp/gstmultifdsink.h:
26869         * gst/tcp/gsttcpserversink.c:
26870         (gst_tcpserversink_handle_server_read),
26871         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26872         More multifdsink fixes, more recovery policy fixes.
26873         Removed stupid g_print
26874
26875 2004-06-26  Wim Taymans  <wim@fluendo.com>
26876
26877         * gst/tcp/Makefile.am:
26878         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26879         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26880         (gst_multifdsink_class_init), (gst_multifdsink_init),
26881         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26882         (gst_multifdsink_handle_client_read),
26883         (gst_multifdsink_client_queue_data),
26884         (gst_multifdsink_client_queue_caps),
26885         (gst_multifdsink_client_queue_buffer),
26886         (gst_multifdsink_handle_client_write),
26887         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26888         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26889         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26890         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26891         (gst_multifdsink_close), (gst_multifdsink_change_state):
26892         * gst/tcp/gstmultifdsink.h:
26893         * gst/tcp/gsttcpplugin.c: (plugin_init):
26894         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26895         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26896         (gst_tcpserversink_handle_server_read),
26897         (gst_tcpserversink_handle_select),
26898         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26899         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26900         * gst/tcp/gsttcpserversink.h:
26901         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26902         one of the locks, added recovery policy to multifdsink.
26903
26904 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26905
26906         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26907           fix decision for when getting frames with same timestamp
26908         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26909         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26910         (gst_v4lsrc_get_property):
26911         * sys/v4l/gstv4lsrc.h:
26912           add latency offset property
26913
26914 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26915
26916         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26917         (plugin_init):
26918           fix debugging. add category.
26919
26920 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26921
26922         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26923           fix wrong offsets
26924
26925 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26926
26927         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26928         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26929         (gst_alsa_src_change_state):
26930           return a time that is in sync with the element's processing
26931
26932 2004-06-25  Wim Taymans  <wim@fluendo.com>
26933
26934         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26935         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26936         (gst_tcpserversink_client_remove),
26937         (gst_tcpserversink_handle_client_read),
26938         (gst_tcpserversink_client_queue_data),
26939         (gst_tcpserversink_client_queue_caps),
26940         (gst_tcpserversink_client_queue_buffer),
26941         (gst_tcpserversink_handle_client_write),
26942         (gst_tcpserversink_queue_buffer),
26943         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26944         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26945         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26946         (gst_tcpserversink_close):
26947         * gst/tcp/gsttcpserversink.h:
26948         Serversink rewrite. Really do non blocking writes to clients and
26949         maintain an internal queue to handle slower clients while not
26950         disturbing fast clients.
26951
26952 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26953
26954         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26955           better debug, don't override OFFSET and OFFSET_END
26956
26957 2004-06-25  Iain <iain@prettypeople.org>
26958
26959         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26960         name=source for the wavparse pipeline.
26961
26962 2004-06-24  Johan Dahlin  <johan@gnome.org>
26963
26964         * ext/theora/theoraenc.c (theora_enc_chain): Call
26965         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26966         streamheader caps are set correctly.
26967
26968 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26969
26970         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26971         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26972           respect minimum bitrate; same could be done for max bitrate
26973
26974 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26975
26976         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26977         (gst_vorbisenc_setup):
26978           fix sample rate range
26979
26980 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26981
26982         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26983         (gst_oggvorbisenc_setup):
26984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26985         (gst_vorbisenc_setup):
26986           resolve ambiguities in code and description
26987
26988 2004-06-24  Wim Taymans  <wim@fluendo.com>
26989
26990         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26991         * ext/alsa/gstalsa.h:
26992         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26993         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26994         Use alsa trigger_tstamp to get the timestamp of the first
26995         sample in the buffer for more precise sync. Some cleanups.
26996
26997 2004-06-24  Wim Taymans  <wim@fluendo.com>
26998
26999         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
27000         (gst_audiorate_init), (gst_audiorate_chain),
27001         (gst_audiorate_set_property), (gst_audiorate_get_property):
27002         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27003         (gst_videorate_chain):
27004         Added some logging, fixed an overflow bug in videorate.
27005
27006 2004-06-24  Benjamin Otte  <otte@gnome.org>
27007
27008         * ext/kio/Makefile.am:
27009           fix for builddir != srcdir and distcheck
27010
27011 2004-06-24  Benjamin Otte  <otte@gnome.org>
27012
27013         * gst-libs/gst/colorbalance/Makefile.am:
27014         * gst-libs/gst/mixer/Makefile.am:
27015         * gst-libs/gst/play/Makefile.am:
27016         * gst-libs/gst/tuner/Makefile.am:
27017         * gst/tcp/Makefile.am:
27018         * sys/dxr3/Makefile.am:
27019           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
27020           tarball.
27021           Also add all *.list files that were missing.
27022         * Makefile.am:
27023           add a distcheck hook to ensure the above doesn't happen again.
27024
27025 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
27026
27027         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
27028
27029 2004-06-23  Colin Walters  <walters@redhat.com>
27030
27031         * m4/Makefile.am: Distribute gst-fionread.m4.
27032
27033 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27034
27035         * configure.ac: back to dev
27036
27037 2004-06-23  Wim Taymans  <wim@fluendo.com>
27038
27039         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
27040         (gst_alsa_xrun_recovery):
27041         * ext/alsa/gstalsa.h:
27042         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27043         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
27044         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
27045         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
27046         (gst_alsa_src_loop):
27047         Add clock to alsasrc. Take new capture timestamp when
27048         restarting after an overrun. Split up some functions between
27049         alsasrc and alsasink.
27050
27051 === release 0.8.2 ===
27052
27053 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27054
27055         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27056         (gst_alsa_change_state), (gst_alsa_update_avail),
27057         (gst_alsa_xrun_recovery):
27058         * ext/alsa/gstalsa.h:
27059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27060           merge back changes from release
27061
27062 2004-06-23  Wim Taymans  <wim@fluendo.com>
27063
27064         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
27065         (gst_audiorate_init), (gst_audiorate_chain),
27066         (gst_audiorate_set_property), (gst_audiorate_get_property):
27067         Implement sample dropping and notify
27068
27069 2004-06-22  Wim Taymans  <wim@fluendo.com>
27070
27071         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27072         (theora_enc_sink_link), (theora_buffer_from_packet),
27073         (theora_push_packet), (theora_enc_chain):
27074         Some cleanups, make sure the timestamps are correct.
27075
27076 2004-06-22  Wim Taymans  <wim@fluendo.com>
27077
27078         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
27079         (gst_alsa_change_state), (gst_alsa_update_avail),
27080         (gst_alsa_xrun_recovery):
27081         * ext/alsa/gstalsa.h:
27082         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27083         Cleanups, take queued samples into account when reporting
27084         the time.
27085
27086 2004-06-22  Wim Taymans  <wim@fluendo.com>
27087
27088         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27089         (gst_videorate_init):
27090         Initialize the property as well.
27091
27092 2004-06-22  Wim Taymans  <wim@fluendo.com>
27093
27094         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
27095         (gst_videorate_init), (gst_videorate_chain),
27096         (gst_videorate_set_property), (gst_videorate_get_property):
27097         Add property to make videorate silent.
27098         Add property to prefer new frames over old ones.
27099
27100 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27101
27102         * sys/osxvideo/Makefile.am:
27103         Workaround so that the osxvideo .so file gets linked with the
27104         Cocoa, OpenGL and QuickTime frameworks
27105
27106 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27107
27108         * sys/osxaudio/Makefile.am:
27109         Workaround so that the osxaudio .so file gets linked with the
27110         CoreAudio framework
27111
27112 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27113
27114         * configure.ac:
27115         Whoops, my fault...fixed build issues
27116
27117 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27118
27119         * configure.ac:
27120         Add objective-c support if running in Darwin/Mac OS X
27121         * sys/Makefile.am:
27122         * sys/osxvideo:
27123         * sys/osxvideo/Makefile.am:
27124         * sys/osxvideo/osxvideosink.h:
27125         * sys/osxvideo/osxvideosink.m:
27126         * sys/osxvideo/cocoawindow.h:
27127         * sys/osxvideo/cocoawindow.m:
27128         Add osxvideosink, a cocoa-based osx video sink
27129
27130
27131 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
27132         * ext/dvdnav/gst-dvd:
27133         Grab the gconf key from the right spot
27134         * gst/debug/gstnavseek.c: (gst_navseek_init),
27135         (gst_navseek_segseek), (gst_navseek_handle_src_event),
27136         (gst_navseek_chain):
27137         * gst/debug/gstnavseek.h:
27138           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
27139           and loop parameters of a segment seek.
27140         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
27141         (gst_videotestsrc_get_event_masks),
27142         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27143         * gst/videotestsrc/gstvideotestsrc.h:
27144           Add seeking support to videotestsrc
27145           Initialise the timestamp_offset variable.
27146
27147 2004-06-18  Wim Taymans  <wim@fluendo.com>
27148
27149         * ext/sidplay/gstsiddec.cc:
27150         Fix negotiation and set correct end offset.
27151
27152 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27153
27154         * configure.ac: branch and prerelease
27155
27156 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27157
27158         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
27159         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
27160         (gst_tcpclientsrc_init_receive):
27161         * gst/tcp/gsttcpclientsrc.h:
27162           read caps when connecting to server for GDP so we set them correctly
27163
27164 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27165
27166         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
27167           notify drops and duplicates
27168         * gst/videoscale/videoscale.c: (videoscale_get_structure):
27169           no good reason to limit ourselves to 100x100
27170
27171 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27172
27173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
27174         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27175         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27176         (gst_v4lsrc_get_property):
27177         * sys/v4l/gstv4lsrc.h:
27178         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27179         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27180         (gst_v4l_set_audio):
27181         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
27182         (gst_v4lsrc_try_capture):
27183         * sys/v4l/v4lsrc_calls.h:
27184           change try_palette to more general try_capture
27185           add autoprobe option so we can turn off autoprobing
27186           various fixes
27187
27188 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27189
27190         * configure.ac:
27191           add videorate
27192         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
27193         (gst_ximagesink_class_init):
27194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
27195         (gst_xvimagesink_class_init):
27196           run them as finalize, not dispose, since dispose can be invoked
27197           multiple times
27198
27199 2004-06-17  Wim Taymans  <wim@fluendo.com>
27200
27201         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
27202         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
27203         * ext/alsa/gstalsa.h:
27204         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27205         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
27206         (gst_alsa_src_change_state):
27207         * ext/alsa/gstalsasrc.h:
27208         Make the xrun code timestamp and offset the buffers correctly.
27209         moved the clock to the base class, use alsa methods to get time.
27210         Do correct timestamping on outgoing buffers.
27211
27212 2004-06-17  Wim Taymans  <wim@fluendo.com>
27213
27214         * gst/audiorate/Makefile.am:
27215         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
27216         (gst_audiorate_base_init), (gst_audiorate_class_init),
27217         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
27218         (gst_audiorate_set_property), (gst_audiorate_get_property),
27219         (gst_audiorate_change_state), (plugin_init):
27220         Added an audiorate converter that fills in gaps.
27221
27222 2004-06-17  Johan Dahlin  <johan@gnome.org>
27223
27224         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
27225
27226 2004-06-16  Wim Taymans  <wim@fluendo.com>
27227
27228         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
27229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27230         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27231         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27232         (gst_v4lsrc_get_property):
27233         * sys/v4l/gstv4lsrc.h:
27234         Added a copy mode to v4lsrc where it will output a copied version
27235         of its internal hardware buffer.
27236         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
27237         can't | them.
27238
27239 2004-06-16  Wim Taymans  <wim@fluendo.com>
27240
27241         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27242         Timestamp fixes.
27243
27244 2004-06-16  Wim Taymans  <wim@fluendo.com>
27245
27246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
27247         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
27248         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
27249         (gst_v4lsrc_get_property):
27250         * sys/v4l/gstv4lsrc.h:
27251         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27252         Added a sync mode enum property to control v4lsrc timestamp method
27253         Removed the use-fixed-fps property and moved functionality in
27254         the enum.
27255         Don't error on an error value from v4l-conf, it might not always
27256         be a real error.
27257
27258 2004-06-16  Wim Taymans  <wim@fluendo.com>
27259
27260         * gst/videorate/Makefile.am:
27261         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
27262         (gst_videorate_base_init), (gst_videorate_class_init),
27263         (gst_videorate_getcaps), (gst_videorate_link),
27264         (gst_videorate_init), (gst_videorate_chain),
27265         (gst_videorate_set_property), (gst_videorate_get_property),
27266         (gst_videorate_change_state), (plugin_init):
27267         Added a video timestamp corrector.
27268
27269 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27270
27271         fixed a potential leak with previous commit
27272
27273         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27274
27275 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27276
27277         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
27278         Added missing refcount, fixes bug #144425
27279         Cheers Tim for finding the bug
27280
27281 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27282
27283         * sys/v4l/gstv4l.c: (plugin_init):
27284         * sys/v4l/gstv4lcolorbalance.c:
27285         * sys/v4l/gstv4lcolorbalance.h:
27286         * sys/v4l/gstv4lelement.c:
27287         * sys/v4l/gstv4lelement.h:
27288         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27289         * sys/v4l/gstv4lmjpegsink.h:
27290         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27291         * sys/v4l/gstv4lmjpegsrc.h:
27292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27293         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27294         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
27295         * sys/v4l/gstv4lsrc.h:
27296         * sys/v4l/gstv4ltuner.c:
27297         * sys/v4l/gstv4ltuner.h:
27298         * sys/v4l/gstv4lxoverlay.c:
27299         * sys/v4l/gstv4lxoverlay.h:
27300         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
27301         (gst_v4l_set_window), (gst_v4l_enable_overlay):
27302         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27303         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
27304         (gst_v4l_set_audio):
27305         * sys/v4l/v4l_calls.h:
27306         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27307         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
27308         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
27309         (gst_v4lmjpegsink_playback_init),
27310         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
27311         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
27312         (gst_v4lmjpegsink_playback_stop),
27313         (gst_v4lmjpegsink_playback_deinit):
27314         * sys/v4l/v4lmjpegsink_calls.h:
27315         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27316         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
27317         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27318         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
27319         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
27320         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
27321         * sys/v4l/v4lmjpegsrc_calls.h:
27322         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27323         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
27324         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
27325         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
27326         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
27327         (gst_v4lsrc_try_palette):
27328         * sys/v4l/v4lsrc_calls.h:
27329           bunch of paranoia cleanups
27330
27331 2004-06-14  David Schleef  <ds@schleef.org>
27332
27333         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
27334         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
27335         Send discont events and change timestamps appropriately when
27336         we get a seek event.  (bug #144240)
27337         * ext/cdparanoia/gstcdparanoia.h:
27338
27339 2004-06-14  Benjamin Otte  <otte@gnome.org>
27340
27341         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
27342           snd_pcm_hw_params_set_rate  since the latter fails for no good
27343           reason on some setups.
27344
27345 2004-06-14  David Schleef  <ds@schleef.org>
27346
27347         * gst/volume/demo.c: (value_changed_callback): exp10() is not
27348         standard.  Thank you for playing.
27349
27350 2004-06-14  Wim Taymans  <wim@fluendo.com>
27351
27352         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
27353         Patch 1.3 broke the ordering of the colorspace info and
27354         made the plugin basically work by coincidence, reordered
27355         the info.
27356
27357 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27358
27359         * ext/lame/gstlame.c:
27360         * ext/mad/gstmad.c:
27361           sync caps.  Make sure mad can only output a list of rates, not
27362           a full range.  In the future, have three caps lists for each of the
27363           mpeg versions.  Change mpegversion to a double as well.
27364
27365 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27366
27367         * gst/volume/.cvsignore:
27368         * gst/volume/Makefile.am:
27369         * gst/volume/demo.c: (value_changed_callback), (idler),
27370         (setup_gui), (main):
27371           added small demo app
27372
27373 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
27374         * ext/esd/esdsink.c: (gst_esdsink_change_state):
27375         * ext/esd/esdsink.h:
27376         Close the esd connection on pause, because esd will just wait -
27377         blocking all other esd clients indefinitely.
27378
27379 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
27380
27381         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
27382           previous commit with GST_DEBUG
27383
27384 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27385
27386         * configure.ac:
27387           add a header check for a dvdread header in dvdnav.  Fixes #133002
27388
27389 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27390
27391         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
27392         * gst/tcp/gsttcpclientsink.h:
27393         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
27394         * gst/tcp/gsttcpclientsrc.h:
27395         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
27396         (gst_tcpserversink_handle_server_read),
27397         (gst_tcpserversink_init_send):
27398         * gst/tcp/gsttcpserversink.h:
27399         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
27400         * gst/tcp/gsttcpserversrc.h:
27401         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
27402         version of IP)
27403
27404 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27405
27406         * configure.ac:
27407         Added ogg library so that OSX detects libtheora properly
27408
27409 2004-06-11  Wim Taymans  <wim@fluendo.com>
27410
27411         * ext/theora/theoradec.c: (theora_dec_chain),
27412         (theora_dec_change_state):
27413         Don't try to decode frames before we received a keyframe.
27414
27415 2004-06-11  Wim Taymans  <wim@fluendo.com>
27416
27417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27418         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27419         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27420         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27421         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27422         Added property to set the maximum delay of a page.
27423
27424 2004-06-10  Wim Taymans  <wim@fluendo.com>
27425
27426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27427         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27428         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27429         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27430         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27431         Added max-delay property to control the maximum amount
27432         of data to put in one page.
27433
27434 2004-06-10  Wim Taymans  <wim@fluendo.com>
27435
27436         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27437         (gst_theora_enc_init), (theora_enc_sink_link),
27438         (theora_buffer_from_packet), (theora_enc_set_property),
27439         (theora_enc_get_property):
27440         Set duration on encoded buffer, added some more properties
27441
27442 2004-06-10  Wim Taymans  <wim@fluendo.com>
27443
27444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27445         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27446         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27447         * ext/theora/theoraenc.c: (theora_enc_chain):
27448         Fix refcounting bugs
27449
27450 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27451
27452         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27453         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27454         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27455         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27456         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27457         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27458         (gst_asf_demux_change_state):
27459         * gst/asfdemux/gstasfdemux.h:
27460           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27461           feels like. I think we should set a new requirement for demuxers
27462           from now on to implement sane loop functions, data loops, query
27463           and seek functions before first commit into CVS. And this commit
27464           fixes all of the above.
27465
27466 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27467
27468         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27469           vorbis comments are properly encoded in UTF-8 before adding them
27470           to a GstTagList
27471
27472 2004-06-09  Benjamin Otte  <otte@gnome.org>
27473
27474         * ext/alsa/gstalsa.c: (add_channels):
27475           handle min <= max correctly
27476         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27477         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27478           add fixation functions so we fixate correctly. No preferring of alaw
27479           anymore because it's the first structure.
27480         * ext/alsa/gstalsa.h:
27481         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27482         (gst_alsa_hw_params_dump):
27483           add functions to ease debugging in alsalib
27484         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27485         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27486         (gst_alsa_start_audio):
27487           only specify hw params if we really setup a format (fixes #134007 -
27488           or at least works around it)
27489
27490 2004-06-09  Wim Taymans  <wim@fluendo.com>
27491
27492         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27493         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27494         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27495         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27496         (gst_ogg_mux_loop):
27497         Use stream caps to setup the initial pages in the ogg stream.
27498         Correctly set the streamheader caps on the srcpad.
27499
27500 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27501
27502         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27503         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27504         (gst_v4lsrc_getcaps):
27505         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27506         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27507           add querying of fps lists for webcams.  Negotiating to a framerate
27508           now works.
27509
27510 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27511
27512         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27513         (theora_push_buffer), (theora_push_packet),
27514         (theora_set_header_on_caps), (theora_enc_chain):
27515           mark buffers and put on streamheader, raw theora streaming
27516           now works too, whee
27517
27518 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27519
27520         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27521         (gst_tcp_gdp_read_caps):
27522           do a looping read for caps and GDP headers too
27523
27524 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27525
27526         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27527         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27528           return EOS instead of NULL in _get
27529
27530 2004-06-08  Wim Taymans  <wim@fluendo.com>
27531
27532         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27533         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27534         (gst_tcp_gdp_write_caps):
27535         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27536         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27537         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27538         Memory leak fixes
27539
27540 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27541
27542         * ext/vorbis/Makefile.am:
27543         * ext/vorbis/vorbis.c: (plugin_init):
27544         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27545         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27546         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27547         (vorbis_parse_change_state):
27548         * ext/vorbis/vorbisparse.h:
27549           adding a vorbisparse element that marks the buffers, streaming
27550           raw vorbis using GDP now works, whee
27551
27552 2004-06-08  Wim Taymans  <wim@fluendo.com>
27553
27554         * ext/jpeg/Makefile.am:
27555         * ext/jpeg/README:
27556         * ext/jpeg/gstjpeg.c: (plugin_init):
27557         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27558         (gst_smokedec_base_init), (gst_smokedec_class_init),
27559         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27560         * ext/jpeg/gstsmokedec.h:
27561         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27562         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27563         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27564         (gst_smokeenc_resync), (gst_smokeenc_chain),
27565         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27566         * ext/jpeg/gstsmokeenc.h:
27567         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27568         (smokecodec_flush_destination), (smokecodec_term_destination),
27569         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27570         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27571         (smokecodec_term_source), (smokecodec_encode_new),
27572         (smokecodec_decode_new), (smokecodec_info_free),
27573         (smokecodec_set_quality), (smokecodec_get_quality),
27574         (smokecodec_set_threshold), (smokecodec_get_threshold),
27575         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27576         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27577         (smokecodec_parse_header), (smokecodec_decode):
27578         * ext/jpeg/smokecodec.h:
27579         Added a new simple jpeg based codec
27580
27581 2004-06-08  Wim Taymans  <wim@fluendo.com>
27582
27583         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27584         (gst_multipart_mux_loop):
27585         Fix memory leak
27586
27587 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27588
27589         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27590         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27591         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27592         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27593         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27594         * gst/tcp/gsttcpserversink.h:
27595           take streamheader into account
27596
27597 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27598
27599         * gst/level/Makefile.am:
27600         * gst/level/gstlevel.c: (gst_level_class_init):
27601           clean up marshal generation
27602
27603 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27604
27605         * gst/tcp/Makefile.am:
27606         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27607         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27608         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27609         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27610         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27611         (gst_tcpclientsrc_get_property):
27612         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27613         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27614         (gst_tcpserversink_handle_client_read),
27615         (gst_tcpserversink_handle_client_write),
27616         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27617         * gst/tcp/gsttcpserversink.h:
27618           add signals client-added and client-removed
27619         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27620         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27621         (gst_tcpserversrc_get_property):
27622         uniformized, change default protocol to NONE
27623         * gst/tcp/gsttcp-marshal.list: added
27624 2004-06-07  Benjamin Otte  <otte@gnome.org>
27625
27626         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27627           handle discont events if they happen before caps nego
27628
27629 2004-06-07  Wim Taymans  <wim@fluendo.com>
27630
27631         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27632         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27633         (gst_multipart_demux_plugin_init):
27634         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27635         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27636         (gst_multipart_mux_change_state):
27637         Small updates, fix a memleak
27638
27639 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27640
27641         * configure.ac: OSS portability
27642         * ext/arts/gst_arts.c: idem
27643         * sys/oss/gstosselement.c: idem
27644         * sys/oss/gstossmixer.c: idem
27645         * sys/oss/gstosssink.c: idem
27646         * sys/oss/gstosssrc.c: idem
27647         * sys/oss/oss_probe.c: idem
27648           - check for soundcard.h in different places for some BSD
27649
27650 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27651
27652         * AUTHORS:
27653         Add me to the authors file
27654         * configure.ac:
27655         Increase the libdv requirement to >= version 0.100
27656         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27657         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27658         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27659         * ext/dv/gstdvdec.h:
27660         Add support for the new_media flag when sending DISCONT events
27661         Make the querying work when video pad is not linked
27662
27663 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27664
27665         reviewed by Benjamin Otte  <otte@gnome.org>
27666
27667         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27668           create a NULL-initialized array of pads, so we don't think they
27669           exist already. (fixes #143130)
27670
27671 2004-06-07  Benjamin Otte  <otte@gnome.org>
27672
27673         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27674         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27675         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27676           don't use // coments
27677
27678 2004-06-07  Benjamin Otte  <otte@gnome.org>
27679
27680         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27681           cast to GstClockTime to get higher granularity
27682         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27683           use gst_element_set_time_delay to get the exact time
27684         * ext/mad/gstmad.c: (gst_mad_chain):
27685           use the negotiated rate instead of the current frame's rate which
27686           might be wrong because of bit errors. This avoids emitting totally
27687           bogus timestamps and screwing sync.
27688         (fixes #143454)
27689
27690 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27691
27692         reviewed by Benjamin Otte  <otte@gnome.org>
27693
27694         * gst/adder/gstadder.c: (gst_adder_loop):
27695           properly error out when no negotiation has happened yet. (fixes
27696           #143032)
27697
27698 2004-06-06  Benjamin Otte  <otte@gnome.org>
27699
27700         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27701           forward correctly transformed offset in discont events. Based on
27702           patch by Arwed v. Merkatz. (fixes #142851)
27703
27704 2004-06-06  David Schleef  <ds@schleef.org>
27705
27706         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27707         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27708         problems on several systems.
27709
27710 2004-06-06  Benjamin Otte  <otte@gnome.org>
27711
27712         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27713           use explicit caps on the srcpad
27714         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27715           properly error out if caps couldn't be set (fixes #142764)
27716
27717 2004-06-06  Benjamin Otte  <otte@gnome.org>
27718
27719         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27720         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27721         (gst_alsa_start_audio):
27722           - don't call set_periods_integer anymore, it breaks the
27723           configuration randomly
27724           - call snd_pcm_hw_params_set_access directly instead of using masks
27725           - don't fail if the sw_params can't be set, just use the default
27726           params and hope it works. Alsalib has weird issues when you touch
27727           sw_params and does no proper error reporting about what failed.
27728         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27729         (gst_alsa_close_audio):
27730           make our alsa debugging go via gst debugging and not conditionally
27731           defined
27732         * ext/alsa/gstalsa.h:
27733           add ALSA_DEBUG_FLUSH macro
27734         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27735         (plugin_init):
27736           wrap alsa errors to be printed via the gst debugging system and not
27737           spammed to stderr
27738
27739 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27740
27741         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27742         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27743         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27744         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27745         (qtdemux_parse_trak):
27746         * gst/qtdemux/qtdemux.h:
27747           Bitch. Also known as seeking, querying & co.
27748         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27749         (gst_osssink_change_state):
27750         * sys/oss/gstosssink.h:
27751           Resyncing is for weenies, this hack is no longer needed and was
27752           broken anyway (since it - unintendedly - always leaves resync to
27753           TRUE).
27754
27755 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27756
27757         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27758         * gst/tcp/gsttcpclientsrc.h: idem
27759           - define MSG_NOSIGNAL if not done
27760           - include unistd.h for off_t
27761           (fixes #143749)
27762
27763 2004-06-05  Benjamin Otte  <otte@gnome.org>
27764
27765         * configure.ac:
27766         * ext/kio/Makefile.am:
27767           check for qt's moc preprocessor explicitly and use it
27768
27769 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27770
27771         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27772           don't get a signal for EPIPE on socket writes
27773           (somebody check if this works on other platforms)
27774
27775 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27776
27777         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27778         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27779           check error condition on available samples correctly
27780
27781 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27782
27783         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27784           avoid a segfault
27785         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27786         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27787         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27788         (gst_tcpserversrc_gdp_read_header):
27789          use ssize_t over size_t since the former is signed and thus the
27790          check for error codes can work
27791
27792 2004-06-02  Wim Taymans  <wim@fluendo.com>
27793
27794         reviewed by: Johan
27795
27796         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27797         (gst_multipart_mux_loop):
27798         Oops
27799
27800 2004-06-02  Wim Taymans  <wim@fluendo.com>
27801
27802         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27803         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27804         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27805         (gst_multipart_mux_change_state):
27806         Added configurable boundary specifier, added the value as a
27807         caps field as well.
27808
27809 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27810
27811         * gst/tcp/gsttcp.c:
27812         * gst/tcp/gsttcpclientsrc.c:
27813         * gst/tcp/gsttcpclientsrc.h:
27814         * gst/tcp/gsttcpserversrc.c:
27815           - portability fix, to compile on OSX
27816             (fixes #143146)
27817
27818         * sys/osxaudio/gstosxaudioelement.c:
27819         * sys/osxaudio/gstosxaudiosink.c:
27820         * sys/osxaudio/gstosxaudiosrc.c:
27821           - compilation warnings on OSX
27822             (fixes #143153)
27823
27824 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27825
27826         * ext/vorbis/vorbisdec.c : sign warning fixes
27827
27828         * gst-libs/gst/mixer/mixertrack.c :
27829           do no use defines which are glib 2.4 specific
27830
27831 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27832
27833         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27834           buffer since libflac doesn't expect it (reports a sync error when
27835           it encounters that)
27836
27837
27838 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27839
27840         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27841         * gst-libs/gst/mixer/mixertrack.c:
27842         (gst_mixer_track_get_property), (get_mixer_track_init),
27843         (get_mixer_track_get_property): Added property accessors
27844         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27845         * gst-libs/gst/mixer/mixeroptions.c:
27846         (gst_mixer_options_get_values): Added
27847         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27848         * gst-libs/gst/mixer/mixer.c: Fixed comment
27849
27850
27851 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27852
27853         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27854           improve error messages on open
27855
27856
27857 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27858
27859         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27860           check if v4l-conf is in path
27861
27862 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27863
27864         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27865           change assert to a more readable error message
27866
27867 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27868
27869         * gst-libs/gst/tuner/tunerchannel.h:
27870           - add a freq_multiplicator field to make the conversion
27871             between internal frequency unit and Hz
27872         * sys/v4l/gstv4lelement.c:
27873         * sys/v4l2/gstv4l2element.c:
27874           - change default video device to /dev/video0
27875         * sys/v4l/v4l_calls.c:
27876         * sys/v4l2/v4l2_calls.c:
27877           - we only expose frequency to the user in Hz instead of
27878             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27879
27880 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27881         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27882           Initialise b_o_s and e_o_s variables
27883         * gst-libs/gst/riff/riff-media.c:
27884         (gst_riff_create_video_caps_with_data):
27885           Add some unusual fourcc's from mplayer avi's
27886         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27887           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27888           autoplugging.
27889
27890 2004-05-28  Wim Taymans  <wim@fluendo.com>
27891
27892         * configure.ac:
27893         * gst/alpha/Makefile.am:
27894         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27895         (gst_alpha_get_type), (gst_alpha_base_init),
27896         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27897         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27898         (gst_alpha_chroma_key), (gst_alpha_chain),
27899         (gst_alpha_change_state), (plugin_init):
27900         A plugin to add an alpha channel to I420 video. Can optionally do
27901         chroma keying.
27902         * gst/multipart/Makefile.am:
27903         * gst/multipart/multipart.c: (plugin_init):
27904         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27905         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27906         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27907         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27908         (gst_multipart_demux_change_state),
27909         (gst_multipart_demux_plugin_init):
27910         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27911         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27912         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27913         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27914         (gst_multipart_mux_pad_unlink),
27915         (gst_multipart_mux_request_new_pad),
27916         (gst_multipart_mux_handle_src_event),
27917         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27918         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27919         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27920         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27921         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27922         send multipart jpeg images to a browser.
27923         * gst/videobox/Makefile.am:
27924         * gst/videobox/README:
27925         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27926         (gst_video_box_get_type), (gst_video_box_base_init),
27927         (gst_video_box_class_init), (gst_video_box_init),
27928         (gst_video_box_set_property), (gst_video_box_get_property),
27929         (gst_video_box_sink_link), (gst_video_box_i420),
27930         (gst_video_box_ayuv), (gst_video_box_chain),
27931         (gst_video_box_change_state), (plugin_init):
27932         Crops or adds borders around an image. can do alpha channel
27933         borders as well.
27934         * gst/videomixer/Makefile.am:
27935         * gst/videomixer/README:
27936         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27937         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27938         (gst_videomixer_pad_get_sink_event_masks),
27939         (gst_videomixer_pad_get_property),
27940         (gst_videomixer_pad_set_property),
27941         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27942         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27943         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27944         (gst_videomixer_base_init), (gst_videomixer_class_init),
27945         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27946         (gst_videomixer_handle_src_event),
27947         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27948         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27949         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27950         (gst_videomixer_loop), (gst_videomixer_get_property),
27951         (gst_videomixer_set_property), (gst_videomixer_change_state),
27952         (plugin_init):
27953         Generic video mixer plugin, can handle multiple inputs all with
27954         different framerates and video sizes. Is fully alpha channel
27955         aware.
27956
27957 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27958
27959         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27960           Select first track as master track. Not sure how else to handle
27961           that...
27962         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27963           Discard discont events. Should fix #142962.
27964
27965 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27966
27967         * ext/alsa/Makefile.am:
27968         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27969         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27970         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27971         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27972         (gst_alsa_mixer_get_option):
27973         * ext/alsa/gstalsamixer.h:
27974         * ext/alsa/gstalsamixeroptions.c:
27975         (gst_alsa_mixer_options_get_type),
27976         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27977         (gst_alsa_mixer_options_new):
27978         * ext/alsa/gstalsamixeroptions.h:
27979         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27980         * ext/alsa/gstalsamixertrack.h:
27981           Add enumerations (as GstMixerOptions). Make correct distinction
27982           between input/output tracks. Add capture/playback private flag.
27983           Use flag to decide on whether to set capture or playback volumes
27984           or switches. Use playback and record switches.
27985         * gst-libs/gst/mixer/Makefile.am:
27986         * gst-libs/gst/mixer/mixer-marshal.list:
27987         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27988         (gst_mixer_set_option), (gst_mixer_get_option),
27989         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27990         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27991         * gst-libs/gst/mixer/mixer.h:
27992         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27993         (gst_mixer_options_class_init), (gst_mixer_options_init),
27994         (gst_mixer_options_dispose):
27995         * gst-libs/gst/mixer/mixeroptions.h:
27996           Add GstMixerOptions.
27997         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27998           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27999           broken device detection on computers with multiple OSS sound
28000           cards.
28001
28002 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28003
28004         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28005           fixate nicely even when the peer is not negotiating
28006
28007 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28008
28009         * gst/audioconvert/gstaudioconvert.c:
28010         (gst_audio_convert_parse_caps):
28011           make sure we don't allow depth > width
28012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28013           fixate endianness to G_BYTE_ORDER as default
28014         * gst/audioscale/gstaudioscale.c:
28015           we don't handle another endianness as host-endianness
28016
28017 2004-05-25  David Schleef  <ds@schleef.org>
28018
28019         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
28020
28021 2004-05-24  Benjamin Otte  <otte@gnome.org>
28022
28023         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
28024         (gst_oggvorbisenc_setup):
28025           properly fail when we can't setup the vorbis encoder due to
28026           unsupported settings
28027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
28028         (gst_vorbisenc_setup):
28029           same
28030         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28031           fix case where warnings occured when one pad was unlinked while the
28032           other's link function was called
28033
28034 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28035
28036         * gst/tcp/Makefile.am:
28037           use GST_ENABLE_NEW
28038
28039 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28040
28041         * gst-libs/gst/resample/private.h:
28042           don't use optimizations that are #if 0'ed
28043
28044 2004-05-24  Wim Taymans  <wim@fluendo.com>
28045
28046         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
28047         Fix potential division by zero error and hopefully get
28048         the position query right to get correct timestamps on avi
28049         audio.
28050
28051 2004-05-24  Wim Taymans  <wim@fluendo.com>
28052
28053         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
28054         (gst_videoscale_scale_nearest_str2),
28055         (gst_videoscale_scale_nearest_str4),
28056         (gst_videoscale_scale_nearest_32bit),
28057         (gst_videoscale_scale_nearest_24bit),
28058         (gst_videoscale_scale_nearest_16bit):
28059         Fix the scaling algorithm and avoid a buffer overflow.
28060         removed the while loop in the scaling function as it
28061         was used for point sampling only.
28062
28063 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28064
28065         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28066         (gst_id3_tag_class_init), (gst_id3_tag_init),
28067         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
28068         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
28069         (gst_id3_tag_send_tag_event):
28070           lots of fixes to make id3mux work and id3demux work correctly
28071
28072 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28073
28074         * ext/Makefile.am:
28075           add rules to build shout2send (was removed by accident
28076           when this module was no more marked experimental/broken)
28077
28078 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28079
28080         * ext/shout2/gstshout2.c:
28081         * ext/shout2/gstshout2.h:
28082           adding a "connection problem" signal to shout2send
28083           (fixes #142954)
28084
28085 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28086
28087         * ext/kio/kioreceiver.cpp:
28088         * ext/kio/kioreceiver.h:
28089           fix sign comparison issues
28090
28091 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28092
28093         * gst/cdxaparse/gstcdxaparse.c:
28094         * gst/cdxaparse/gstcdxaparse.h:
28095           some renaming
28096           add some checks/sanity
28097           prepare for seek addition
28098
28099         * sys/sunaudio/gstsunaudio.c:
28100           remove exported dupe init function
28101
28102 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
28103
28104         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
28105         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
28106           Fix format conversion and position querying.
28107         * gst/debug/progressreport.c: (gst_progressreport_report):
28108           Don't output a bogus total value that we didn't query.
28109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28110           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
28111           only a blank window after xine has been used.
28112
28113 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28114
28115         * m4/as-arts.m4:
28116           sync with upstream version to fix test on FC2
28117           readd with -ko to preserve Id header
28118
28119 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28120
28121         * configure.ac:
28122           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
28123         * gst/tcp/gsttcpclientsrc.c: idem
28124         * gst/tcp/gsttcpserversink.c: idem
28125         * gst/tcp/gsttcpserversrc.c: idem
28126         * m4/gst-fionread.m4: idem
28127
28128         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
28129
28130         * configure.ac: enable speex plugin for speex 1.1.5+
28131         * ext/speex/gstspeexenc.c: fix cast warning
28132
28133         * ext/esd/README: fix typo
28134
28135 2004-05-20  David Schleef  <ds@schleef.org>
28136
28137         * configure.ac: Minor cosmetic change to convince the buildbot to
28138         reautogen.
28139         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
28140         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
28141         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
28142         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
28143         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
28144         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
28145         More hacking.  Plays audio now.
28146
28147 2004-05-20  David Schleef  <ds@schleef.org>
28148
28149         * configure.ac:
28150         * sys/Makefile.am:
28151
28152 2004-05-20  David Schleef  <ds@schleef.org>
28153
28154         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
28155         * sys/osxaudio/gstosxaudio.c:
28156         * sys/osxaudio/gstosxaudioelement.c:
28157         * sys/osxaudio/gstosxaudioelement.h:
28158         * sys/osxaudio/gstosxaudiosink.c:
28159         * sys/osxaudio/gstosxaudiosink.h:
28160         * sys/osxaudio/gstosxaudiosrc.c:
28161         * sys/osxaudio/gstosxaudiosrc.h:
28162
28163 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28164
28165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
28166         (gst_vorbisenc_chain):
28167           put the codec headers on the caps as streamheader as well as
28168           pushing them out
28169
28170 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28171
28172         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28173         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
28174         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
28175         split up push_packet into two functions
28176
28177 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28178
28179         * gst/tcp/.cvsignore:
28180           ignore enums
28181         * gst/tcp/Makefile.am:
28182         * gst/tcp/README:
28183         * gst/tcp/gsttcp.c:
28184         * gst/tcp/gsttcp.h:
28185         * gst/tcp/gsttcpclientsink.c:
28186         * gst/tcp/gsttcpclientsink.h:
28187         * gst/tcp/gsttcpclientsrc.c:
28188         * gst/tcp/gsttcpclientsrc.h:
28189         * gst/tcp/gsttcpplugin.c:
28190         * gst/tcp/gsttcpserversink.c:
28191         * gst/tcp/gsttcpserversink.h:
28192         * gst/tcp/gsttcpserversrc.c:
28193         * gst/tcp/gsttcpserversrc.h:
28194           add new tcp elements
28195
28196 2004-05-19  Wim Taymans  <wim@fluendo.com>
28197
28198         * gst/law/mulaw-conversion.c: (mulaw_encode):
28199         Fix overflow bug in ulaw encoding.
28200
28201 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28202
28203         * ext/mad/gstmad.c: (gst_mad_handle_event):
28204           don't unref the event twice
28205
28206 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28207
28208         * configure.ac:
28209           remove -Wno-sign-compare
28210
28211 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28212
28213         * configure.ac:
28214           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
28215           if you want to work against glib 2.2 and 2.4
28216
28217 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28218
28219         * gst/tcp/Makefile.am:
28220         * gst/tcp/gsttcp.c:
28221         * gst/tcp/gsttcp.h:
28222         * gst/tcp/gsttcpsink.h:
28223         * gst/tcp/gsttcpsrc.h:
28224           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
28225
28226 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28227
28228         * gst/debug/tests.c: (md5_get_value):
28229           fix segfault on gst-inspect
28230
28231 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28232
28233         * gst/debug/testplugin.c:
28234         * gst/debug/tests.c:
28235         * gst/debug/tests.h:
28236           add new extensible and configurable testing element. Current tests
28237           include buffer count, stream length, timestamp/duration matching and
28238           md5.
28239         * gst/debug/Makefile.am:
28240         * gst/debug/gstdebug.c: (plugin_init):
28241           add infrastructure for new element
28242
28243 2004-05-19  Johan Dahlin  <johan@gnome.org>
28244
28245         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
28246         ending of the array. Fixes gst-inspect segfault on ppc.
28247
28248 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28249
28250         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
28251
28252         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
28253
28254 2004-05-18  David Schleef  <ds@schleef.org>
28255
28256         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
28257         warnings (bugs, actually) noticed by gcc but not forte.
28258
28259 2004-05-18  David Schleef  <ds@schleef.org>
28260
28261         * sys/sunaudio/Makefile.am:
28262         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
28263
28264 2004-05-18  David Schleef  <ds@schleef.org>
28265
28266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
28267         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
28268         to allow qtdemux to use non-seekable streams. (bug #142272)
28269
28270 2004-05-18  David Schleef  <ds@schleef.org>
28271
28272         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
28273         (gst_resample_sinc_ft_float): Remove use of static temporary
28274         buffer.  This code was obviously not supposed to last long, but
28275         it's stuck in our ABI, so it required a little hack to make it
28276         ABI-compatible.  Fixes #142585.
28277         * gst-libs/gst/resample/resample.h: same.
28278
28279 2004-05-18  David Schleef  <ds@schleef.org>
28280
28281         * configure.ac: Add sunaudio
28282         * examples/Makefile.am: make gstplay depend on gconf
28283         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
28284         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
28285         (convert_table_lookup), (img_convert): remove c99-isms
28286         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
28287           unsigned, to fix a warning on Solaris
28288         * gst/mpeg1sys/systems.c: bcopy->memcpy
28289         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
28290         * sys/Makefile.am: Add sunaudio
28291
28292 2004-05-18  Wim Taymans  <wim@fluendo.com>
28293
28294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
28295         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
28296         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
28297         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
28298         (gst_ogg_mux_loop):
28299         Fix an ugly memleak where the muxer didn't flush enough ogg
28300         pages. This also resulted in badly muxed ogg files.
28301
28302 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28303
28304         * gst/asfdemux/asfheaders.c :
28305         * gst/asfdemux/asfheaders.h :
28306         * gst/asfdemux/gstasfdemux.c :
28307           - fix ASF_OBJ_PADDING guid
28308           - add 3 new object guids (language list, metadata,
28309             extended stream properties)
28310           - add a function to parse extended header objects
28311
28312 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28313
28314         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28315           remove leftover debugging g_print
28316
28317 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28318
28319         * ext/mad/gstmad.c: (gst_mad_handle_event):
28320           Fix for when the first format in a discont event is not a
28321           byte-based one. Should fix #137710.
28322
28323 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28324
28325         * m4/a52.m4 : fix compilation with -Wall -Werror
28326         * m4/libfame.m4 : idem
28327         * m4/libmikmod.m4 : idem
28328
28329 2004-05-17  Benjamin Otte  <otte@gnome.org>
28330
28331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28332           signal the new tags before giving up the reference
28333
28334 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28335
28336         * ext/shout2/gstshout2.c:
28337           use application/ogg instead of application/x-ogg (patch by Patrick
28338           Guimond, fixes #142432)
28339         * sys/oss/gstosselement.c: (gst_osselement_reset),
28340         (gst_osselement_sync_parms):
28341           don't set fragment size unless specified (fixes #142493)
28342
28343 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28344
28345         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
28346           fixes #142664
28347
28348 2004-05-17  Benjamin Otte  <otte@gnome.org>
28349
28350         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28351           compute offsets correctly for internal buffers so timestamps are set
28352           correctly when we can't seek. Also handle cases where there are no
28353           offsets. (based on a patch by David Moore, fixes #142507)
28354
28355 2004-05-17  Benjamin Otte  <otte@gnome.org>
28356
28357         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28358           use correct variable when determining amount of data to skip so we
28359           don't skip into the void and segfault
28360
28361 2004-05-16  Benjamin Otte  <otte@gnome.org>
28362
28363         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28364           Hi, I'm a memleak
28365
28366 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28367
28368         * gst/asfdemux/gstasfdemux.c:
28369           - fix a mem leak and always propagate tags
28370           - add WMV3 to known video codecs (but no decoder yet)
28371           - replace "surplus data" at end of audio header for what
28372             it is : codec specific data
28373           - fix a typo
28374
28375 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
28376
28377         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * gst-libs/gst/audio/audioclock.c:
28380           Fix wrong return type (#142205).
28381
28382 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28383
28384         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
28385           Ignore CRCs by default (fixes #142566).
28386
28387 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28388
28389         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
28390         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
28391         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
28392         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
28393         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
28394         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
28395           Fix for cases where we fail to attach to a mixer.
28396
28397 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28398
28399         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28400           Don't touch events after not owning them anymore.
28401         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
28402         (gst_wavparse_fmt), (gst_wavparse_other),
28403         (gst_wavparse_handle_seek), (gst_wavparse_loop),
28404         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28405         (gst_wavparse_srcpad_event):
28406         * gst/wavparse/gstwavparse.h:
28407           Add seeking, fix querying.
28408
28409 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28410
28411         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28412           - process comments even if they don't end with \0\0
28413             g_convert would ignore them if present and works well without them
28414
28415 2004-05-16  Benjamin Otte  <otte@gnome.org>
28416
28417         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
28418           simplify caps
28419
28420 2004-05-16  Benjamin Otte  <otte@gnome.org>
28421
28422         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28423           don't write to memory we might not write to - g_convert does that
28424           for us anyway (fixes #142613)
28425         (gst_asf_demux_audio_caps):
28426           comment out gst_util_dump_mem
28427
28428 2004-05-16  Benjamin Otte  <otte@gnome.org>
28429
28430         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28431           compute correct expected timestamps after seek (broken since
28432           last commit)
28433         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28434           rename element and debugging category to gdkpixbufscale
28435
28436 2004-05-16  Benjamin Otte  <otte@gnome.org>
28437
28438         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28439           add error checking to snd_pcm_delay and remove duplicate call to
28440           snd_pcm_delay that caused issues (see inline code comments)
28441         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28442           make more readable and fix return value when snd_pcm_delay fails
28443         (fixes #142586)
28444
28445 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28446         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28447         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28448         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28449         (gst_pixbufscale_link), (gst_pixbufscale_init),
28450         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28451         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28452         (gst_pixbufscale_get_property), (pixbufscale_init):
28453         * ext/gdk_pixbuf/pixbufscale.h:
28454         Add these files I forgot earlier
28455
28456 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28457         * ext/gdk_pixbuf/Makefile.am:
28458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28459         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28460         Add new pixbufscale element to scale RGB video
28461         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28462         and HYPER interpolation correctly.
28463         * ext/theora/theoraenc.c: (theora_enc_chain),
28464         Discard buffer and return if explicit caps could not be set
28465         (theora_enc_get_property):
28466         Make _get return kbps for the bitrate consistent with
28467         the _set function.
28468
28469
28470 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28471
28472         * ext/libvisual/visual.c: (gst_visual_chain):
28473           add missing visual_audio_analyze
28474
28475 2004-05-14  David Schleef  <ds@schleef.org>
28476
28477         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28478         is killed while we're playing.
28479         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28480         gst_element_no_more_pads().
28481
28482 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28483
28484         * gst-libs/gst/riff/riff-read.c :
28485           - fix INFO tag extraction in RIFF/AVI files
28486             because gst_event_unref (event) also freed taglist
28487           - avoid a mem leak
28488
28489 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28490
28491         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28492         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28493
28494         * gst/auparse/gstauparse.c :
28495           - add code (commented for now) to support audio/x-adpcm on src pad
28496             (we have no decoder for those layout yet)
28497
28498         * gst/cdxaparse/gstcdxaparse.c :
28499         * gst/cdxaparse/gstcdxaparse.h :
28500           - partial rewrite using RiffRead (ripped iain's wavparse code)
28501
28502         * gst/rtp/gstrtpL16enc.c : typo
28503         * gst/rtp/gstrtpgsmenc.c : typo
28504
28505 2004-05-13  Benjamin Otte  <otte@gnome.org>
28506
28507         * configure.ac:
28508           check for exact version of libvisual, it's not supposed to be
28509           API/ABI stable yet
28510
28511 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28512
28513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28514           signal no-more-pads
28515
28516 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28517
28518         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28519         Report which format was used for GST_FORMAT_DEFAULT
28520         * gst/debug/Makefile.am:
28521         * gst/debug/gstdebug.c: (plugin_init):
28522         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28523         (gst_progressreport_class_init), (gst_progressreport_init),
28524         (gst_progressreport_report), (gst_progressreport_set_property),
28525         (gst_progressreport_get_property), (gst_progressreport_chain),
28526         (gst_progressreport_plugin_init):
28527         Add progressreport element for testing.
28528
28529 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28530
28531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28532         * sys/v4l/gstv4lsrc.h:
28533         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28534         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28535         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28536         (gst_v4lsrc_grab_frame):
28537           add more debugging
28538           send a discont at start
28539
28540 2004-05-12  Colin Walters  <walters@redhat.com>
28541
28542         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28543         inflooping if we can't find a chunk.  Or in other words, don't blow
28544         chunks if we don't have a chunk to blow.
28545
28546 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28547         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28548         Remove old debug output
28549         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28550         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28551         (gst_dvdec_set_property), (gst_dvdec_get_property):
28552         Change the quality setting to an enum, so it works from gst-launch
28553         Don't renegotiate a non-linked pad. Allows audio only decoding.
28554         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28555         (gst_deinterlace_link), (gst_deinterlace_init):
28556         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28557         (gst_videodrop_link):
28558         Some caps negotiation fixes
28559
28560 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28561
28562         * ext/tarkin/gsttarkin.c :
28563           - Change RANK from NONE to PRIMARY
28564         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28565           - Change RANK from NONE to MARGINAL
28566         * ext/divx/gstdivxenc.c :
28567           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28568
28569 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28570
28571         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28572         (gst_vorbisenc_push_packet):
28573           copy a function that was added between 1.0 and 1.0.1 until we
28574           depend on worthwhile features of post-1.0
28575
28576 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28577
28578         * configure.ac:
28579           enable shout2 by default
28580         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28581         (gst_shout2send_base_init), (gst_shout2send_init),
28582         (gst_shout2send_connect), (gst_shout2send_change_state):
28583         * ext/shout2/gstshout2.h:
28584           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28585           #142262)
28586         * ext/theora/theora.c: (plugin_init):
28587           don't set rank on encoders
28588
28589 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28590
28591         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28592           Use codec_data property instead of flag1 and flag2 for wma
28593
28594 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28595
28596         * gst/cdxaparse/gstcdxaparse.c :
28597           - Add mpegversion to CAPS to make it link
28598           - Rank is as GST_RANK_SECONDARY instead of NONE
28599         * gst/auparse/gstauparse.c :
28600           - Document all audio encoding we can encounter from Solaris 9
28601             headers and libsndfile information.
28602           - Increase max. rate from 48000 to 192000 (to match other elements)
28603           - Don't try to play junk data between header and samples
28604
28605 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28606
28607         * ext/libvisual/visual.c: (gst_visual_getcaps):
28608           use the right caps depending on endianness (I hope)
28609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28610           use GST_RANK_NONE for all non-decoding elements or spider gets
28611           mighty confused
28612
28613 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28614
28615         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28616           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28617
28618 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28619
28620         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28621         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28622         (gst_switch_loop), (gst_switch_get_type):
28623           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28624           HEADERS. Had to be said.
28625
28626 2004-05-10  David Schleef  <ds@schleef.org>
28627
28628         * configure.ac: Add prototype Dirac support.
28629         * ext/Makefile.am:
28630         * ext/dirac/Makefile.am:
28631         * ext/dirac/gstdirac.cc:
28632         * ext/dirac/gstdiracdec.cc:
28633
28634 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28635
28636         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28637         (gst_auparse_init), (gst_auparse_chain),
28638         (gst_auparse_change_state):
28639           Hack around spider. Remove me some day please.
28640
28641 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28642
28643         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28644           Fix for some uninitialized variables in previous patch, also
28645           makes it work. Fixes #142286 while we're at it.
28646
28647 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28648
28649         * gst/auparse/gstauparse.c:
28650                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28651                 only unsupported formats are ADPCM/CCITT G.72x
28652                 reviewed by Ronald
28653         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28654
28655 2004-05-10  Wim Taymans  <wim@fluendo.com>
28656
28657         * ext/vorbis/Makefile.am:
28658         * ext/vorbis/README:
28659         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28660         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28661         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28662         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28663         (gst_oggvorbisenc_convert_sink),
28664         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28665         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28666         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28667         (get_constraints_string), (update_start_message),
28668         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28669         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28670         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28671         * ext/vorbis/oggvorbisenc.h:
28672         * ext/vorbis/vorbis.c: (plugin_init):
28673         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28674         (raw_caps_factory), (gst_vorbisenc_class_init),
28675         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28676         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28677         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28678         * ext/vorbis/vorbisenc.h:
28679         Added a raw vorbis encoder to be used with the oggmuxer.
28680         We still need the old encoder for some gnome applications,
28681         read the README to find out how that works.
28682         The raw encoder is called "rawvorbisenc" until 0.9.
28683
28684 2004-05-10  Wim Taymans  <wim@fluendo.com>
28685
28686         * ext/ogg/gstogg.c: (plugin_init):
28687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28688         (gst_ogg_print):
28689         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28690         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28691         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28692         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28693         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28694         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28695         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28696         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28697         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28698         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28699         Added an ogg muxer.
28700         Small typo fixes in the demuxer.
28701
28702 2004-05-10  Wim Taymans  <wim@fluendo.com>
28703
28704         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28705         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28706         (theora_enc_change_state), (theora_enc_set_property),
28707         (theora_enc_get_property):
28708         Mark the last packet with an EOS flag which is not really needed
28709         in gstreamer.
28710         Do some better video framerate initialisation.
28711         Update the buffer timestamp.
28712
28713 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28714
28715         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28716         Return the result of the parent state change call
28717
28718 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28719
28720         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28721         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28722         * gst/law/alaw-encode.c : (idem)
28723         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28724         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28725         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28726
28727 2004-05-09  Benjamin Otte  <otte@gnome.org>
28728
28729         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28730           don't use a fixed buffer size when writing variable length data to
28731           it. Fixes memory corruption and makes alsasrc work
28732
28733 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28734
28735         * ext/gnomevfs/gstgnomevfssink.c:
28736         (_gst_boolean_allow_overwrite_accumulator),
28737         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28738           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28739           RUN_LAST, and don't use that to set the accumulator value because
28740           then it's always FALSE.
28741
28742 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28743
28744         * gst-libs/gst/riff/riff-media.c:
28745         (gst_riff_create_video_caps_with_data),
28746         (gst_riff_create_audio_caps),
28747         (gst_riff_create_audio_template_caps):
28748         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28749           Fix for unaligned RIFF files (i.e. where all the chunks together
28750           in a LIST chunk are not of the same size as the size given in
28751           the LIST chunk header). Fixes several odd WAVE files. Also fix
28752           ADPCM (block_align property) in audio, so that wavparse based
28753           on this works now as it used to stand-alone.
28754
28755 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28756
28757         reviewed by Benjamin Otte  <otte@gnome.org>
28758
28759         * ext/a52dec/gsta52dec.c:
28760         * ext/divx/gstdivxdec.c:
28761         * ext/divx/gstdivxenc.c:
28762         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28763         * ext/faac/gstfaac.c: (gst_faac_base_init):
28764         * ext/faad/gstfaad.c: (gst_faad_base_init):
28765         * ext/ivorbis/vorbisfile.c:
28766         * ext/lame/gstlame.c:
28767         * ext/libfame/gstlibfame.c:
28768         * ext/mpeg2enc/gstmpeg2enc.cc:
28769         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28770         * ext/sidplay/gstsiddec.cc:
28771         * ext/speex/gstspeexdec.c:
28772         * ext/speex/gstspeexenc.c:
28773         * ext/xvid/gstxviddec.c:
28774         * ext/xvid/gstxvidenc.c:
28775           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28776           (fixes #142193)
28777
28778 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28779
28780         * ext/alsa/gstalsa.c: (device_list),
28781         (gst_alsa_class_probe_devices):
28782         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28783           Fix alsa oddness in mixer after the combination of using mixer
28784           in source/sink elements and using hw:x,y instead of just hw:x.
28785
28786 2004-05-09  Benjamin Otte  <otte@gnome.org>
28787
28788         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28789         (gst_wavparse_create_sourcepad):
28790           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28791           sourcepads
28792
28793 2004-05-09  Benjamin Otte  <otte@gnome.org>
28794
28795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28796           allow discont events before caps nego
28797
28798 2004-05-08  Benjamin Otte  <otte@gnome.org>
28799
28800         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28801           don't leak events
28802
28803 2004-05-08  Benjamin Otte  <otte@gnome.org>
28804
28805         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28806         (gst_level_change_state), (gst_level_init):
28807         * gst/level/gstlevel.h:
28808           figure out if we're initialized directly instead of keeping a
28809           variable that's wrong in 90% of cases
28810           don't initialize pads and then leak them and use a new unitialized
28811           pad. (fixes #142084)
28812           these were bugs so n00bish I didn't find them for an hour :/
28813
28814 2004-05-08 Iain <iain@prettypeople.org>
28815
28816         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28817         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28818         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28819         return the length that was read.
28820         (gst_riff_read_strf_auds): Allow fmt tags as well.
28821
28822 2004-05-07  David Schleef  <ds@schleef.org>
28823
28824         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28825         signed char assumption in faad.h.
28826
28827 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28828
28829         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28830           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28831
28832 2004-05-07  Colin Walters  <walters@redhat.com>
28833
28834         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28835         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28836         function.
28837         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28838         Add dispose function.
28839
28840 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28841         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28842           Fix caps nego and pad templates. RGB mode caps should
28843           work now.
28844         * ext/dvdnav/gst-dvd:
28845           Move mpeg2dec inside the thread because otherwise the
28846           queue rejects cap changes mid-stream
28847         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28848         (gst_mpeg2dec_flush_decoder):
28849           For mpeg2dec > 0.4.0, call the flush function instead of
28850           manually extracting all in-flight frames.
28851         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28852         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28853           Change mime type video/dv go video/x-dv to match the
28854           rest of gst-plugins
28855
28856 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28857
28858         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28859         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28860         (gst_alsa_sink_class_init):
28861         * ext/alsa/gstalsasink.h:
28862         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28863         (gst_alsa_src_class_init):
28864         * ext/alsa/gstalsasrc.h:
28865           Make alsasink/src a subclass of alsamixer so that mixer stuff
28866           shows up in gst-rec. Needs some finetuning.
28867
28868 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28869
28870         * ext/lame/gstlame.c: (gst_lame_chain):
28871           simplify
28872         * ext/mad/gstmad.c: (gst_mad_handle_event):
28873           fix event leak
28874         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28875           be able to detect mp3 files < 4096 bytes
28876
28877 2004-05-06  Wim Taymans  <wim@fluendo.com>
28878
28879         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28880         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28881         (theora_enc_set_property), (theora_enc_get_property):
28882         Also encode the first frame, cleanup some code.
28883
28884 2004-05-06  Wim Taymans  <wim@fluendo.com>
28885
28886         * ext/mpeg2enc/gstmpeg2enc.cc:
28887         Forward events first before deciding that negotiation was
28888         not performed.
28889
28890 2004-05-06  Wim Taymans  <wim@fluendo.com>
28891
28892         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28893         First process the events before deciding that negotiation
28894         was not performed.
28895
28896 2004-05-06  Wim Taymans  <wim@fluendo.com>
28897
28898         * ext/theora/Makefile.am:
28899         * ext/theora/theora.c: (plugin_init):
28900         * ext/theora/theoradec.c: (theora_dec_change_state):
28901         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28902         (gst_theora_enc_class_init), (gst_theora_enc_init),
28903         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28904         (theora_enc_chain), (theora_enc_change_state),
28905         (theora_enc_set_property), (theora_enc_get_property):
28906         Added a theora encoder, grouped the encoder and decoder into the
28907         same plugin.
28908
28909 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28910
28911         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28912         (gst_jpegenc_chain):
28913         fix DURATION on outgoing buffers
28914         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28915         debug using time formats
28916         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28918         (gst_xvimagesink_sink_link):
28919         windows with width/height 0 generate X errors, so don't allow them
28920
28921 2004-05-05  Wim Taymans  <wim@fluendo.com>
28922
28923         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28924         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28925         (gst_mpeg2dec_negotiate_format):
28926         * ext/mpeg2dec/gstmpeg2dec.h:
28927           removed the static pad template so that we can add the
28928           more accurate framerate value to the caps.
28929
28930
28931 2004-05-04  Benjamin Otte  <otte@gnome.org>
28932
28933         * configure.ac:
28934           check for kdemacros.h, too (should fix #141821)
28935         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28936           don't crash if no header was sent, but nicely error out (fixes part
28937           of #141554)
28938
28939 2004-05-04  Wim Taymans  <wim@fluendo.com>
28940
28941         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28942         parent dispose function to avoid segfault on destroy.
28943
28944 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28945
28946         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28947         (plugin_init):
28948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28949         (gst_xvimagesink_sink_link):
28950         clean up debugging caps
28951         also recreate xvimage when format has changed
28952
28953 2004-05-04  Benjamin Otte  <otte@gnome.org>
28954
28955         * ext/libvisual/Makefile.am:
28956         * ext/libvisual/visual.c: (gst_visual_class_init),
28957         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28958         (gst_visual_srclink), (gst_visual_chain),
28959         (gst_visual_change_state), (plugin_init):
28960           use a GstAdapter to correctly adapt buffer sizes - allows using a
28961           framerate
28962
28963 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28964
28965         * sys/v4l/gstv4lelement.h:
28966         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28967         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28968         (gst_v4lsrc_buffer_free):
28969         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28970         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28971         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28972         (gst_v4lsrc_requeue_frame):
28973         move some debugging categories around
28974         query for fps index and set accordingly if found
28975
28976 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28977
28978         * ext/lame/gstlame.c:
28979         correct defaults that lame_init puts out of range
28980
28981 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28982
28983         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28984         (gst_divxenc_class_init):
28985         fix range since -1 is the default
28986         * gst/mpeg1sys/gstmpeg1systemencode.c:
28987         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28988         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28989         (gst_rtjpegdec_chain):
28990         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28991         (gst_rtjpegenc_chain):
28992         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28993         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28994         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28995         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28996         * sys/v4l/gstv4lsrc.c:
28997         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28998         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28999         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
29000         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
29001         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
29002           remove gst_info calls
29003
29004 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29005
29006         * Makefile.am:
29007         * po/af.po:
29008         * po/az.po:
29009         * po/en_GB.po:
29010         * po/nl.po:
29011         * po/sr.po:
29012         * po/sv.po:
29013           Updated translations
29014
29015 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29016
29017         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29018           refactor/comment code
29019
29020 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29021
29022         * gst/asfdemux/Makefile.am:
29023         * gst/asfdemux/asfheaders.c:
29024         * gst/asfdemux/asfheaders.h:
29025         * gst/asfdemux/gstasf.c: (plugin_init):
29026         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
29027         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
29028         (gst_asf_demux_setup_pad):
29029         * gst/asfdemux/gstasfdemux.h:
29030         * gst/asfdemux/gstasfmux.c:
29031         * gst/asfdemux/gstasfmux.h:
29032           Add tagging support to demuxer, split out registration in its own
29033           file instead of in demux (hacky), and prevent having some tables
29034           in our memory multiple times (in asfheaders.h).
29035
29036 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29037
29038         * gst/matroska/matroska-demux.c:
29039         (gst_matroska_demux_parse_metadata):
29040         * gst/matroska/matroska-ids.h:
29041           Basic tag reading support.
29042
29043 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29044
29045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29046           Really detect ac-3 audio.
29047         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
29048           really detect matroska files (off-by-1).
29049
29050 2004-04-30  David Schleef  <ds@schleef.org>
29051
29052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29053         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
29054         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
29055         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
29056         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
29057         hackage -- parse a lot more atoms, extract a few tags.  One might even
29058         mistake this for tag support.  Maybe it is.
29059         * gst/qtdemux/qtdemux.h:
29060
29061 2004-04-30  Colin Walters  <walters@verbum.org>
29062
29063         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
29064
29065 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29066
29067         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29068         (gst_ffmpegcolorspace_getcaps):
29069           remove broken nego fix
29070
29071 2004-04-30  Benjamin Otte  <otte@gnome.org>
29072
29073         * configure.ac:
29074         * ext/Makefile.am:
29075         * ext/libvisual/Makefile.am:
29076         * ext/libvisual/visual.c:
29077           add initial support for libvisual (http://libvisual.sourceforge.net)
29078           libvisual is still quite alpha, so expect crashes in there :)
29079
29080 2004-04-29  David Schleef  <ds@schleef.org>
29081
29082         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
29083         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
29084         up qtdemux to make it spit out codec_data.  Do _not_ look at this
29085         code; you will no longer respect me.
29086
29087 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29088
29089         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
29090         * ext/alsa/gstalsa.h :
29091         change alsa pcm device discovery to find more than 1 device
29092         per card. code review by Ronald.
29093
29094 2004-04-29  David Schleef  <ds@schleef.org>
29095
29096         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
29097         Add a check for a driver bug on FreeBSD.  (bug #140565)
29098
29099 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29100
29101         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
29102         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29103         (gst_jpegenc_getcaps):
29104           move format setting to inner loop
29105         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29106         (gst_ffmpegcolorspace_getcaps):
29107           use GST_PAD_CAPS if available so that we use already negotiated
29108           caps
29109         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29110         (qtdemux_parse_moov), (qtdemux_parse):
29111           extra debugging
29112         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
29113         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
29114           move hardcoded path to DEFINE
29115
29116 2004-04-28  David Schleef  <ds@schleef.org>
29117
29118         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
29119         (bug #140064)
29120
29121 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29122
29123         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29124           Don't probe for playback device if we're a source element. Fixes
29125           #139658.
29126
29127 2004-04-29  Benjamin Otte  <otte@gnome.org>
29128
29129         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29130         (gst_id3_tag_chain):
29131           rewrite buffer offset
29132
29133 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29134
29135         * configure.ac:
29136         * ext/Makefile.am:
29137         * ext/dts/Makefile.am:
29138         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
29139         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
29140         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
29141         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
29142         (gst_dtsdec_loop), (gst_dtsdec_change_state),
29143         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
29144         (plugin_init):
29145         * ext/dts/gstdtsdec.h:
29146           New DTS decoder.
29147         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
29148         (gst_faad_srcconnect):
29149           Add ESDS atom handling (.m4a).
29150
29151 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29152
29153         * ext/divx/gstdivxdec.c: (plugin_init):
29154           Remove comment that makes no sense.
29155         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
29156           Fix for obvious typo that resulted in warnings during gst-register.
29157         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
29158         (gst_xviddec_sink_link):
29159           Fix caps negotiation a bit better.
29160         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29161           We call this 'codec_data', not 'esds'.
29162
29163 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29164
29165         * gst/monoscope/gstmonoscope.c:
29166           make sure we only provide 256x128
29167         * gst/monoscope/monoscope.c: (monoscope_init):
29168           assert size of 256x128
29169
29170 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29171
29172         * Makefile.am:
29173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
29174         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
29175           fixate to max width and height of device
29176
29177 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29178
29179         * Makefile.am:
29180         * sys/v4l/gstv4l.c:
29181         * sys/v4l/gstv4lsrc.c:
29182         * sys/v4l/v4l_calls.c:
29183         * sys/v4l/v4lsrc_calls.c:
29184           fix for qc-usb driver which fakes having more than one buffer
29185           by handing the same buffer twice, which confused GStreamer's/v4lsrc
29186           buffer_free override
29187           add debugging
29188
29189 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29190
29191         * Makefile.am:
29192         * gst/videotestsrc/gstvideotestsrc.c:
29193         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
29194         (gst_videotestsrc_init), (gst_videotestsrc_get),
29195         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
29196         * gst/videotestsrc/gstvideotestsrc.h:
29197           add num-buffers property
29198
29199         2004-04-26  Benjamin Otte  <otte@gnome.org>
29200
29201         * ext/mad/gstid3tag.c: (plugin_init):
29202           set id3mux rank to NONE so it doesn't confuse spider
29203           require audio/mpeg,mpegversion=1 in id3mux
29204
29205 2004-04-26  Benjamin Otte  <otte@gnome.org>
29206
29207         * configure.ac:
29208           detect faad correctly as non-working if it's indeed non-working
29209
29210 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
29211
29212         * Makefile.am:
29213         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
29214         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
29215         fix _getcaps so it only negotiates to its supported format
29216
29217 2004-04-25  Benjamin Otte  <otte@gnome.org>
29218
29219         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29220           fix memleak
29221
29222 2004-04-23  Benjamin Otte  <otte@gnome.org>
29223
29224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29225           audio/x-raw-int with height rules! not. Now it's depth.
29226
29227 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29228
29229         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
29230         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29231         (gst_wavparse_loop):
29232           Missing variable initialization. Add handling of DVI ADPCM. Fix
29233           mis-parsing of LIST chunks. This works around a bug where we mis-
29234           parse non-aligning LIST chunks (so LIST chunks where the contents
29235           don't align with the actual LIST size). The correct fix is to use
29236           rifflib, I'm not going to fix wavparse - too much work. All this
29237           fixes #104878.
29238
29239 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29240
29241         reviewed by Benjamin Otte  <otte@gnome.org>
29242
29243         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
29244           fix shoutcast not working (fixes #140844)
29245
29246 2004-04-22  Benjamin Otte  <otte@gnome.org>
29247
29248         * ext/hermes/gsthermescolorspace.c:
29249         (gst_hermes_colorspace_caps_remove_format_info):
29250         * gst/colorspace/gstcolorspace.c:
29251         (gst_colorspace_caps_remove_format_info):
29252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29253         (gst_ffmpegcolorspace_caps_remove_format_info):
29254           s/gst_caps_simplify/gst_caps_do_simplify/
29255
29256 2004-04-22  Benjamin Otte  <otte@gnome.org>
29257
29258         * gst-libs/gst/riff/riff-media.c:
29259         (gst_riff_create_video_caps_with_data):
29260           mpegversion is an int
29261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
29262           don't try to create pad templates with NULL caps, use any caps
29263           instead.
29264
29265 2004-04-20  David Schleef  <ds@schleef.org>
29266
29267         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
29268         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
29269         (bug #140384)
29270
29271 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29272
29273         reviewed by David Schleef
29274
29275         * ext/mad/gstid3tag.c: Add stdlib.h
29276         * gst/rtp/gstrtpgsmenc.c: same
29277         * gst/tags/gstid3tag.c: same
29278         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
29279         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
29280         GST_DISABLE_LOADSAVE use.
29281         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
29282         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
29283         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
29284         atol(3)).
29285         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
29286         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
29287         strtoul(3)).
29288         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
29289         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
29290         $(ID3_CFLAGS).
29291         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
29292         $(LIBFAME_CFLAGS).
29293
29294 2004-04-20  David Schleef  <ds@schleef.org>
29295
29296         * gst/realmedia/rmdemux.c:  This was supposed to part of the
29297         last checkin.  Same idea.
29298
29299 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
29300
29301         reviewed by David Schleef
29302
29303         * configure.ac: bump required gstreamer version to 0.8.1.1
29304         because of following changes [--ds]
29305
29306         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
29307         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
29308         (gst_riff_read_header):  Use GST_READ_UINT*
29309         macros to access possibly unaligned memory.
29310
29311         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
29312         (mp3_type_find):  Use GST_READ_UINT*
29313         macros to access possibly unaligned memory.
29314         (mp3_type_find, mpeg1_parse_header, qt_type_find)
29315         (speex_type_find): Likewise
29316
29317         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
29318
29319         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
29320         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
29321         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
29322         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
29323         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
29324         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
29325         macros to access possibly unaligned memory.
29326
29327         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
29328         Likewise.
29329
29330         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
29331         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
29332
29333         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29334         Likewise.
29335
29336         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
29337         (gst_mpeg2subt_chain_subtitle): Likewise.
29338
29339         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
29340         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
29341         Likewise.
29342
29343         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
29344         Likewise.
29345
29346         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
29347         Likewise.
29348
29349         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
29350         Likewise.
29351
29352 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29353
29354         * configure.ac:
29355           update required version of GStreamer because of GST_TIME_FORMAT
29356
29357 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29358
29359         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
29360           remove leftover g_print
29361         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29362           don't try setting only a subset of the caps. We don't want to kill
29363           autoplugging on purpose
29364
29365 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29366
29367         * sys/ximage/ximagesink.c: (plugin_init):
29368         * sys/xvimage/xvimagesink.c: (plugin_init):
29369           add debugging categories
29370
29371 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29372
29373         * po/en_GB.po:
29374         * po/LINGUAS:
29375           Adding en_GB translation (Gareth Owen)
29376
29377 2004-04-20  David Schleef  <ds@schleef.org>
29378
29379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29380         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
29381         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
29382         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
29383         A number of new features and hacks to extract the esds atom and
29384         put it into the caps.  (bug #137724)
29385
29386 2004-04-19  David Schleef  <ds@schleef.org>
29387
29388         * gconf/Makefile.am: Fix for non-GNU make
29389         * gst-libs/gst/Makefile.am: Change directory order to handle
29390         GstPlay linking with gstinterfaces
29391         * gst-libs/gst/audio/make_filter: make use of tr portable
29392         * gst-libs/gst/play/Makefile.am: Add intended \
29393         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29394         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
29395         function prototype instead of void *.
29396         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
29397         macro.
29398         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29399         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
29400         * gst/videofilter/make_filter: make use of tr portable
29401         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
29402
29403 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29404
29405         * po/LINGUAS:
29406         * po/uk.po:
29407           Added Ukrainian translation (Maxim V. Dziumanenko)
29408
29409 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29410
29411         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
29412         (gst_gsmdec_link), (gst_gsmdec_chain):
29413           Fix capsnego, simplify chain function slightly.
29414         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29415           Add GSM.
29416
29417 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29418
29419         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29420         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29421         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29422           Hack to make wavparse work with spider (always -> sometimes pad).
29423           Fixes #135862 && #140411.
29424
29425 2004-04-18  Benjamin Otte  <otte@gnome.org>
29426
29427         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29428         (gst_osselement_rate_probe_check),
29429         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29430           get rid of \n in debug output
29431
29432 2004-04-17  Iain <iain@prettypeople.org>
29433
29434         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29435         not just EOS.
29436
29437 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29438
29439         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29440         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29441         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29442         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29443         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29444         (gst_id3_tag_change_state), (plugin_init):
29445           deprecate id3tag element and replace with id3demux/id3mux.
29446           great side effect: this ugly file is now even uglier, yay!
29447         * ext/mad/gstmad.h:
29448           remove non-available function
29449           update for new get_type
29450
29451 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29452
29453         * configure.ac:
29454           require mpeg2dec >= 0.4.0
29455
29456 2004-04-17  Benjamin Otte  <otte@gnome.org>
29457
29458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29459         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29460         (gst_xvimagesink_set_xwindow_id):
29461           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29462           assorted cleanup fixes.
29463
29464 2004-04-16  David Schleef  <ds@schleef.org>
29465
29466         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29467         * sys/xvimage/xvimagesink.h: same
29468
29469 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29470
29471         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29472           Fix GST_ELEMENT_ERROR with (NULL)
29473
29474 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29475
29476         * gst-libs/gst/riff/riff-media.c:
29477         (gst_riff_create_video_caps_with_data):
29478           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29479
29480 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29481
29482         * gst-libs/gst/riff/riff-media.c:
29483         (gst_riff_create_video_caps_with_data),
29484         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29485         (gst_riff_create_video_template_caps),
29486         (gst_riff_create_audio_template_caps):
29487         * gst-libs/gst/riff/riff-media.h:
29488         * gst-libs/gst/riff/riff-read.c:
29489         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29490         * gst-libs/gst/riff/riff-read.h:
29491         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29492           Add MS RLE support. I added some functions to read out strf chunks
29493           into strf chunks and the data behind it. This is usually color
29494           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29495           caps creation. Lastly, add ADPCM (similar to wavparse - which
29496           should eventually be rifflib based).
29497         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29498         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29499         * gst/matroska/matroska-demux.h:
29500           Remove placeholders for some prehistoric tagging system. Didn't add
29501           support for any tag system really anyway.
29502         * gst/qtdemux/qtdemux.c:
29503           Add support for audio/x-m4a (MPEG-4) through spider.
29504         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29505         (gst_wavparse_loop):
29506           ADPCM support (#135862). Increase max. buffer size because we
29507           cannot split buffers for ADPCM (screws references) and I've seen
29508           files with 2048 byte chunks. 4096 seems safe for now.
29509
29510 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29511
29512         * configure.ac: bump nano to 1
29513
29514 === release 0.8.1 ===
29515
29516 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29517
29518         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29519
29520 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29521
29522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29523           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29524           Fixes #140058
29525
29526 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29527
29528         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29529           lower rank of dvddemux so that it's not used for mpeg playback.
29530
29531 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29532
29533         * configure.ac:
29534           save libs correctly when checking mad
29535
29536 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29537
29538         * ext/mad/gstid3tag.c: (plugin_init):
29539           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29540
29541 2004-04-13  David Schleef  <ds@schleef.org>
29542
29543         * common/m4/gst-feature.m4: Call -config scripts with
29544         --plugin-libs if it is supported.
29545         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29546         JPEG images are image/jpeg.
29547         * gst/debug/Makefile.am:
29548         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29549         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29550         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29551         (gst_negotiation_plugin_init): Add a property that acts like
29552         filter caps.
29553         * testsuite/gst-lint:  Move license checking to be a standard
29554         test.
29555
29556 2004-04-13  David Schleef  <ds@schleef.org>
29557
29558         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29559         patch from Sebastien Cote (bug #139958)
29560
29561 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29562
29563         * examples/gstplay/Makefile.am:
29564         * examples/gstplay/player.c: (main):
29565           make the commandline player example use gconf settings
29566
29567 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29568
29569         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29570         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29571         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29572           init/end library during state transition, not object
29573           creation/disposal.  get rid of custom dispose handler.
29574
29575
29576 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29577
29578         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29579         be a symlink
29580
29581 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29584           Handle JUNK chunks inside data section. Prevents warnings.
29585
29586 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29589         (gst_riff_create_video_template_caps):
29590           Add MS video v1.
29591         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29592         (gst_avi_demux_stream_data):
29593           Add support for "rec-list" chunks.
29594
29595 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29596
29597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29598           Fix another codecname mismatch.
29599
29600 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29601
29602         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29603           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29604           so that MJPEG plays back.
29605
29606 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29607
29608         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29609         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29610         * gst/mpeg1videoparse/gstmp1videoparse.h:
29611           Fix for some slight mis-cuts in buffer parsing, and for some
29612           potential overflows or faults-causers. Adds disconts. Also fixes
29613           #139105 while we're at it.
29614
29615 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29616
29617         * configure.ac:
29618         * sys/v4l2/gstv4l2element.h:
29619           Workaround for missing struct v4l2_buffer declaration in Suse 9
29620           and Mandrake 10 linux/videodev2.h header file (#135919).
29621
29622 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29623
29624         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29625           Bail out if no filename was given.
29626
29627 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29628
29629         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29630         (gst_v4l2_fourcc_from_structure):
29631           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29632           Y41B somewhere).
29633
29634 2004-04-09  Benjamin Otte  <otte@gnome.org>
29635
29636         * ext/gnomevfs/gstgnomevfssink.c:
29637         (_gst_boolean_allow_overwrite_accumulator),
29638         (gst_gnomevfssink_class_init):
29639           fix erase signal - if any handler returns false the file will not be
29640           overwritten. If no handler is connected, the file will not be
29641           overwritten either.
29642           renamed signal to "allow-overwrite"
29643         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29644           free string when adding it to ID3 failed
29645         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29646           unref event when done
29647         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29648           free caps
29649         * gst/typefind/gsttypefindfunctions.c:
29650         (mpeg_video_stream_type_find):
29651           fix invalid read
29652
29653 2004-04-08  David Schleef  <ds@schleef.org>
29654
29655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29656         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29657
29658 2004-04-08  David Schleef  <ds@schleef.org>
29659
29660         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29661         we don't support (bug #139532)
29662
29663 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29664
29665         * ext/mad/gstmad.c: (gst_mad_handle_event),
29666         (gst_mad_check_caps_reset), (gst_mad_chain),
29667         (gst_mad_change_state):
29668           only set explicit caps if they haven't been set before for
29669           this stream.  MPEG-audio sample rate/channels aren't allowed
29670           to change in-stream.
29671           Fixes #139382
29672
29673 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29674
29675         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29676         (_gst_boolean_did_something_accumulator),
29677         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29678         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29679         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29680         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29681         (gst_gnomevfssink_change_state):
29682           Fix erase signal. Don't erase by default. Remove handoff signal.
29683           Remove erase property. Don't segfault. General cleanup.
29684
29685 2004-04-07  Benjamin Otte  <otte@gnome.org>
29686
29687         * gst-libs/gst/gconf/test-gconf.c: (main):
29688           add missing gst_init
29689
29690 2004-04-07  Benjamin Otte  <otte@gnome.org>
29691
29692         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29693           free the mutexes, too
29694
29695 2004-04-07  Benjamin Otte  <otte@gnome.org>
29696
29697         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29698           actually free the URI string
29699         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29700           compute offset correctly when passing discont events
29701         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29702           don't leak discont events
29703         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29704           add some missing breaks so caps aren't copied randomly
29705         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29706           if we realloc memory, we better use it
29707
29708 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29709
29710         * ext/mad/gstmad.c: (normal_seek):
29711           fix GST_FORMAT_TIME usage
29712
29713 2004-04-05  David Schleef  <ds@schleef.org>
29714
29715         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29716         a deprecated function (hack!)
29717
29718 2004-04-05  Benjamin Otte  <otte@gnome.org>
29719
29720         * ext/esd/esdmon.c: (gst_esdmon_get):
29721           fix nonterminated vararg and memleak
29722
29723 2004-04-05  Benjamin Otte  <otte@gnome.org>
29724
29725         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29726         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29727         (gst_ladspa_set_property), (gst_ladspa_get_property),
29728         (gst_ladspa_instantiate), (gst_ladspa_activate),
29729         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29730           clean up debugging
29731
29732 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29733
29734         reviewed by Benjamin Otte  <otte@gnome.org>
29735
29736         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29737           check for broken LADSPA parameters (fixes #138635)
29738
29739 2004-04-05  Benjamin Otte  <otte@gnome.org>
29740
29741         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29742           advertise buffer-frames correctly on sinkpads
29743
29744 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29745
29746         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29747         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29748         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29749         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29750         (gst_mad_check_caps_reset), (gst_mad_chain):
29751         add more debugging, only reset caps when we're not in error state
29752
29753 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29754
29755         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29756
29757 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29758
29759         reviewed by Benjamin Otte  <otte@gnome.org>
29760
29761         * configure.ac:
29762           fix == in test(1) operator
29763
29764 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29765
29766         reviewed by Benjamin Otte  <otte@gnome.org>
29767
29768         * configure.ac:
29769           fix --export-symblos-regex to a working regex.
29770
29771 2004-04-04  Benjamin Otte  <otte@gnome.org>
29772
29773         * sys/oss/.cvsignore:
29774           add for oss_probe
29775
29776 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29777
29778         reviewed by Benjamin Otte  <otte@gnome.org>
29779
29780         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29781           add missing 'new_media' argument (fixes #138168)
29782         * gst/matroska/matroska-demux.c:
29783         (gst_matroska_demux_handle_seek_event):
29784           add vararg terminator (fixes #138169)
29785
29786 2004-04-02  David Schleef  <ds@schleef.org>
29787
29788         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29789         disted (bug #138914)
29790
29791 2004-04-01  Benjamin Otte  <otte@gnome.org>
29792
29793         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29794         (gst_alsa_close_audio):
29795           handle case better where a soundcard can't pause
29796         * ext/ogg/gstoggdemux.c:
29797           don't crash when we get events but don't have pads yet
29798
29799 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29800
29801         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29802           throw an error if we couldn't probe any caps.
29803
29804 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29805
29806         * ext/dvdnav/gst-dvd:
29807         Add a really simple sample DVD player
29808
29809 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29810
29811         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29812         (gst_a52dec_push), (gst_a52dec_handle_event),
29813         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29814         (gst_a52dec_change_state):
29815         * ext/a52dec/gsta52dec.h:
29816           Use a debug category, Output timestamps correctly
29817           Emit tag info, Handle events, tell liba52dec about cpu
29818           capabilities so it can use MMX etc.
29819         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29820           Fix a crasher accessing invalid memory
29821         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29822         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29823         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29824         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29825         (dvdnavsrc_query):
29826           Some support for byte-format seeking.
29827           Small fixes for still frames and menu button overlays
29828         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29829         (gst_mpeg2dec_alloc_buffer):
29830           Use a debug category. Adjust the report level of several items to
29831           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29832           so it doesn't lose the GstBuffer pointer
29833         * gst/debug/Makefile.am:
29834         * gst/debug/gstdebug.c: (plugin_init):
29835         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29836         (gst_navseek_base_init), (gst_navseek_class_init),
29837         (gst_navseek_init), (gst_navseek_seek),
29838         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29839         (gst_navseek_get_property), (gst_navseek_chain),
29840         (gst_navseek_plugin_init):
29841         * gst/debug/gstnavseek.h:
29842           Add the navseek debug element for seeking back and forth in a
29843           video stream using arrow keys.
29844         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29845         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29846         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29847         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29848         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29849         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29850         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29851         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29852         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29853         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29854         * gst/mpeg2sub/gstmpeg2subt.h:
29855           Pretty much a complete rewrite. Now a loopbased element. May still
29856           require work to properly synchronise subtitle buffers.
29857         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29858         (gst_dvd_demux_send_subbuffer):
29859         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29860           Don't attempt to create subbuffers of size 0
29861           Reduce a couple of error outputs to warnings.
29862         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29863         (gst_y4mencode_chain):
29864         Output the y4m frame header correctly.
29865
29866 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29867
29868         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29869           throw errors instead of allowing SIGFPE
29870
29871 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29872
29873         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29874         (gst_gconf_render_bin_from_key):
29875           leak plugging and style fixing
29876
29877 2004-03-31  David Schleef  <ds@schleef.org>
29878
29879         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29880         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29881         (bug #138225)
29882         * gst/debug/Makefile.am:
29883         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29884         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29885         plugin.
29886         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29887         (gst_negotiation_base_init), (gst_negotiation_class_init),
29888         (gst_negotiation_init), (gst_negotiation_getcaps),
29889         (gst_negotiation_pad_link), (gst_negotiation_chain),
29890         (gst_negotiation_set_property), (gst_negotiation_get_property),
29891         (gst_negotiation_plugin_init):  New element to talk about random
29892         negotiation things happening in a pipeline.
29893
29894 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29895
29896         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29897           fix integer addition with help of Stefan Kost
29898
29899 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29900
29901         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29902
29903 2004-03-30  David Schleef  <ds@schleef.org>
29904
29905         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29906         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29907         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29908         (bug #137504)
29909         * ext/mpeg2dec/gstmpeg2dec.h:
29910
29911 2004-03-30  David Schleef  <ds@schleef.org>
29912
29913         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29914
29915 2004-03-30  David Schleef  <ds@schleef.org>
29916
29917         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29918         Michael Petullo) to handle .mov
29919
29920 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29921
29922         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29923         (gst_osselement_rate_check_rate):
29924           probe caps correctly for sound cards that only support one format
29925
29926 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29927
29928         * ext/kio/kiosrc.cpp: (process_events):
29929           update handling event processing if inside KDE - untested
29930
29931 2004-03-29  David Schleef  <ds@schleef.org>
29932
29933         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29934         by 2 to not interfere with other colorspaces.
29935         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29936         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29937         one to not interfere with ffmpeg_colorspace.
29938
29939 2004-03-29  David Schleef  <ds@schleef.org>
29940
29941         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29942         aren't in the caps.
29943         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29944         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29945
29946 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29947
29948         * gst-libs/gst/riff/riff-media.c:
29949           fail on error, don't try to set stuff on NULL caps
29950
29951 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29952
29953         * configure.ac:
29954         * ext/Makefile.am:
29955         * ext/kio/Makefile.am:
29956         * ext/kio/kioreceiver.cpp:
29957         * ext/kio/kioreceiver.h:
29958         * ext/kio/kiosrc.cpp:
29959         * ext/kio/kiosrc.h:
29960           add experimental kiosrc plugin
29961         * ext/alsa/gstalsaplugin.c: (plugin_init):
29962           initialize debugging category only when we're sure registering the
29963           plugins worked.
29964
29965 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29966
29967         * examples/gstplay/player.c: (main):
29968         * gst-libs/gst/play/play.c: (gst_play_class_init),
29969         (gst_play_set_location), (gst_play_set_data_src),
29970         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29971         (gst_play_set_visualization), (gst_play_connect_visualization):
29972           check return values of element_set_state and return FALSE where
29973           failed
29974
29975 2004-03-29  Benjamin Otte  <otte@gnome.org>
29976
29977         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29978           try harder to check if an event is really a discont
29979
29980 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29981
29982         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29983         * po/az.po:
29984
29985 2004-03-28  Benjamin Otte  <otte@gnome.org>
29986
29987         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29988         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29989         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29990           get rid of non-standard "..." ranges in case statements.
29991
29992 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29993
29994         * gst/mpegstream/gstmpegdemux.c:
29995         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29996         specific functionality split to the new dvddemux element.
29997         * gst/mpegstream/gstdvddemux.c:
29998         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29999         streams, derived from mpegdemux.
30000         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
30001         up. SCR based timestamp rewriting can be turned off (will probably
30002         completely disappear soon).
30003         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
30004         hacking. General cleanup. All printf statements replaced by
30005         debugging messages. Almost complete libdvdnav support.
30006         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
30007         by events. New properties for audio and subpicture languages.
30008         (dvdnavsrc_update_highlight): Now uses events.
30009         (dvdnavsrc_user_op): Cleaned up.
30010         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
30011         based). Lots of cleanup, and propper support for most libdvdnav
30012         events.
30013         (dvdnavsrc_make_dvd_event): New function.
30014         (dvdnavsrc_make_dvd_nav_packet_event): New function.
30015         (dvdnavsrc_make_clut_change_event): New function.
30016
30017 2004-03-26  Benjamin Otte  <otte@gnome.org>
30018
30019         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
30020           fix bug where typefinding would claim it's theora whenever less then
30021           7 bytes of data were available
30022
30023 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30024
30025         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
30026         (gst_alawdec_base_init), (gst_alawdec_class_init),
30027         (gst_alawdec_init), (gst_alawdec_chain):
30028         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
30029         (gst_alawenc_base_init), (gst_alawenc_class_init),
30030         (gst_alawenc_init), (gst_alawenc_chain):
30031         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
30032         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
30033         (gst_mulawdec_init), (gst_mulawdec_chain):
30034         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
30035         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
30036         (gst_mulawenc_init), (gst_mulawenc_chain):
30037           Fix capsnego in all four, remove the unused property functions and
30038           simplify the chain functions slightly. I guess we could use macros
30039           or something similar for those, since the code is so similar, but
30040           I'm currently too lazy...
30041
30042 2004-03-24  David Schleef  <ds@schleef.org>
30043
30044         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30045         (gst_osselement_close_audio), (gst_osselement_probe_caps),
30046         (gst_osselement_get_format_structure),
30047         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
30048         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
30049         (gst_osselement_rate_int_compare): Add code to handle rate probing
30050         (bug #120883)
30051         * sys/oss/gstosselement.h: same
30052         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
30053         Use rate probing provided by osselement.
30054         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
30055
30056 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30057
30058         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
30059         (gst_xvidenc_get_property):
30060           ulong/int mess-up.
30061
30062 2004-03-24  David Schleef  <ds@schleef.org>
30063
30064         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
30065         (gst_speexdec_init):
30066         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
30067         (gst_speexenc_init):  Create the pad template correctly (from
30068         the static pad template, not a NULL pointer.)
30069
30070 2004-03-25  Benjamin Otte  <otte@gnome.org>
30071
30072         * gst/debug/Makefile.am:
30073         * gst/debug/breakmydata.c:
30074           add element that quasi-randomly changes bytes in the stream.
30075           Intended use is robustness checking of demuxers and decoders in
30076           media tests.
30077
30078 2004-03-24  Benjamin Otte  <otte@gnome.org>
30079
30080         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30081         (gst_alsa_probe_hw_params):
30082         * ext/alsa/gstalsa.h:
30083           debugging output fixes
30084
30085 2004-03-24  Benjamin Otte  <otte@gnome.org>
30086
30087         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
30088           don't g_return_if_fail if element is PLAYING, fail silently as every
30089           other element.
30090         * gst/effectv/gstquark.c: (gst_quarktv_chain):
30091           only fix needed for cast lvalue issues in gst-plugins
30092         * gst/volenv/gstvolenv.c: (gst_volenv_init):
30093           add proxy_getcaps
30094
30095 2004-03-24  Benjamin Otte  <otte@gnome.org>
30096
30097         * gst/level/gstlevel.c: (gst_level_init):
30098           add proxying getcaps function, so level doesn't advertise impossible
30099           caps
30100
30101 2004-03-24  David Schleef  <ds@schleef.org>
30102
30103         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30104         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
30105         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
30106         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
30107         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
30108         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
30109         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
30110         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
30111         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
30112         messages.  Divide the chunk size by the compression ratio
30113         (needed for MACE audio)
30114
30115 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30116
30117         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30118           Fix buffer overflow read error.
30119
30120 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30121
30122         * ext/alsa/gstalsa.h:
30123           Remove unused entry.
30124         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30125           Add cinepak.
30126         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30127         (gst_videodrop_link), (gst_videodrop_chain):
30128           Fix, sort of. Was horribly broken with new capsnego. Bah...
30129
30130 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
30131
30132         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
30133         (plugin_init):
30134         Add a monkeysaudio typefind function
30135
30136 2004-03-23  Johan Dahlin  <johan@gnome.org>
30137
30138         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
30139         (gst_play_video_fixate): Check so the structure has the field
30140         before trying to fixate them, this makes it possible to have
30141         fakesinks for video and audio output without printing errors on
30142         the output console.
30143
30144 2004-03-22  David Schleef  <ds@schleef.org>
30145
30146         * sys/oss/Makefile.am:
30147         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
30148         (check_rate), (add_rate):  Rate probing test app.
30149
30150 2004-03-21  Benjamin Otte  <otte@gnome.org>
30151
30152         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30153         (_fixate_caps_to_int), (gst_audio_convert_fixate):
30154           add a fixation function that pretty much does the right thing (fixes
30155           #137556)
30156
30157 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
30158
30159         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
30160
30161 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
30162
30163         reviewed by: Benjamin Otte  <otte@gnome.org>
30164
30165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30166           terminate gst_event_new_discontinuous correctly (fixes parts of
30167           #137711)
30168
30169 2004-03-19  David Schleef  <ds@schleef.org>
30170
30171         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
30172         since it doesn't depend on X, and it's part of our ABI.
30173
30174 2004-03-19  Iain <iain@prettypeople.org>
30175
30176         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
30177         is_int in the structure, not the local variable.
30178
30179 2004-03-19  David Schleef  <ds@schleef.org>
30180
30181         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
30182         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
30183         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
30184         Improvements in caps negotiation.
30185
30186 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30187
30188         * po/LINGUAS:
30189         * po/af.po:
30190           adding Afrikaans (Petri Jooste)
30191
30192 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30193
30194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30195         (gst_ffmpegcolorspace_chain):
30196         throw error instead of g_critical (#137588)
30197
30198 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30199
30200         * Makefile.am:
30201         * configure.ac:
30202           dist common and m4 correctly
30203         * po/sv.po:
30204
30205 2004-03-17  David Schleef  <ds@schleef.org>
30206
30207         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
30208         (bug #137348)
30209
30210 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30211
30212         * po/LINGUAS:
30213         * po/sv.po:
30214           adding Swedish translation (Christian Rose)
30215
30216 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30217
30218         * Makefile.am: use release.mak
30219
30220 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30221
30222         * common/ChangeLog:
30223         * common/gst-autogen.sh:
30224           add some explanation about the version detection
30225         * configure.ac:
30226           fix X check
30227
30228 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30229
30230         * configure.ac: bump nano to 1
30231
30232 === release 0.8.0 ===
30233
30234 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30235
30236         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
30237
30238 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30239
30240         * configure.ac:
30241           update libtool version
30242         * gst-libs/gst/media-info/Makefile.am:
30243           actually use libtool version
30244
30245 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30246
30247         * configure.ac: fix speex detection to work with 1.0 but not 1.1
30248
30249 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30250
30251         * configure.ac:
30252         * gst-plugins.spec.in:
30253         * pkgconfig/Makefile.am:
30254         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
30255         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30256         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30257         * pkgconfig/gstreamer-libs.pc.in:
30258         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30259         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30260         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
30261         * pkgconfig/gstreamer-plugins.pc.in:
30262           remove @VERSION@ from some of the pc files since core and plugins
30263           are decoupled.
30264           created gstreamer-plugins.pc as it's a better name, but keeping
30265           -libs around for now to get fixes upstream done first.
30266
30267 2004-03-15  Julien MOUTTE <julien@moutte.net>
30268
30269         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
30270         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
30271         * gst-libs/gst/play/play.h:
30272
30273 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30274
30275         * *.c, *.cc: don't mix tabs and spaces
30276
30277 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30278
30279         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30280           use the new ffmpegcolorspace
30281         * gst-plugins.spec.in:
30282           package new colorspace and media-info
30283         * configure.ac:
30284         * pkgconfig/Makefile.am:
30285           fix some more disting issues
30286         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
30287         * pkgconfig/gstreamer-media-info.pc.in:
30288           generate media-info pc files
30289
30290 2004-03-15  Johan Dahlin  <johan@gnome.org>
30291
30292         * *.h: Revert indenting
30293
30294 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30295
30296         * configure.ac:
30297           adding ffmpegcolorspace element
30298         * gst/ffmpegcolorspace/Makefile.am:
30299         * gst/ffmpegcolorspace/avcodec.h:
30300         * gst/ffmpegcolorspace/common.h:
30301         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
30302         * gst/ffmpegcolorspace/dsputil.h:
30303         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
30304         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30305         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
30306         (gst_ffmpeg_caps_to_pix_fmt):
30307         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30308         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30309         (gst_ffmpegcolorspace_caps_remove_format_info),
30310         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
30311         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
30312         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
30313         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
30314         (gst_ffmpegcolorspace_set_property),
30315         (gst_ffmpegcolorspace_get_property),
30316         (gst_ffmpegcolorspace_register):
30317         * gst/ffmpegcolorspace/imgconvert.c:
30318         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
30319         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
30320         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
30321         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
30322         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
30323         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
30324         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
30325         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
30326         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
30327         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
30328         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
30329         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
30330         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
30331         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
30332         (img_get_alpha_info), (deinterlace_line),
30333         (deinterlace_line_inplace), (deinterlace_bottom_field),
30334         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
30335         * gst/ffmpegcolorspace/imgconvert_template.h:
30336         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
30337         * gst/ffmpegcolorspace/mmx.h:
30338         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
30339           adding ffmpegcolorspace element supplied by Ronald after cleaning
30340           up and pulling in the right bits of upstream source.
30341           I'm sure a better C/compiler wizard could do some cleaning up (for
30342           example use GLIB's malloc stuff), but as a first pass this
30343           works very well
30344
30345 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30346
30347         * ext/alsa/gstalsa.h:
30348           I assume Ronald forgot to commit the change to have cardname
30349           as a struct member.  Expect some public spanking at the next
30350           opportunity.
30351
30352 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30353
30354         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
30355         (gst_alsa_open_audio), (gst_alsa_close_audio):
30356         * ext/alsa/gstalsa.c:
30357           Don't open the device if we're a mixer (= padless).
30358         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
30359         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
30360         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
30361           Open mixer during state change rather than during object
30362           initialization. Also, get a device name. Currently in a somewhat
30363           hackish fashion, but I didn't really find something better.
30364
30365 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30366
30367         * *.c, *.h: run gst-indent
30368
30369 2004-03-14  Benjamin Otte  <otte@gnome.org>
30370
30371         * gst/modplug/gstmodplug.cc:
30372         * gst/modplug/gstmodplug.h:
30373           set correct timestamps on outgoing buffers
30374
30375 2004-03-14  Benjamin Otte  <otte@gnome.org>
30376
30377         * gst/modplug/gstmodplug.cc:
30378           handle events - don't do crap when a discont arrives that's not
30379           necessary
30380           This allows correct loading and playback of mods in Rhythmbox
30381
30382 2004-03-14  Benjamin Otte  <otte@gnome.org>
30383
30384         * configure.ac:
30385         * gst-libs/gst/gconf/Makefile.am:
30386         * pkgconfig/Makefile.am:
30387           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
30388           they get rebuilt properly
30389         * configure.ac:
30390           when checking for vorbis, try pkgconfig first.
30391         * gst/modplug/gstmodplug.cc:
30392           add fixate function
30393
30394 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30395
30396         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30397           Fix for obvious mistake, where we first shift the offset and then
30398           read a samplesize element assuming the old offset. Note that this
30399           part still has something weird, i.e. my movies containing those
30400           don't actually play well, but at least there's something that looks
30401           like sound now.
30402
30403 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
30404         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
30405         (plugin_init):
30406         Add a typefind function for speex format
30407
30408 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30409
30410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
30411         (gst_asf_demux_setup_pad):
30412           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
30413           instead of 0. Reason is simple: some elements have a fps range
30414           of 1-max instead of 0-max. So now ASF video actually works.
30415
30416 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30417
30418         * po/LINGUAS:
30419         * po/sr.po:
30420           adding serbian as a language
30421
30422 2004-03-13  Benjamin Otte  <otte@gnome.org>
30423
30424         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30425           return taglist correctly from _get function, don't gst_pad_push it.
30426           (fixes #137042)
30427
30428 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30429         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30430
30431 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30432
30433         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30434         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30435         (gst_alsa_mixer_track_new):
30436         * ext/alsa/gstalsamixertrack.h:
30437           Fix ancient leftovers... MixerTrack is a GObject.
30438
30439 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30440
30441         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30442         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30443           Don't block during probing...
30444
30445 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30446
30447         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30448         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30449         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30450         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30451         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30452         (gst_alsa_open_audio), (gst_alsa_close_audio):
30453         * ext/alsa/gstalsa.h:
30454           Add propertyprobe interface implementation, add some device-name
30455           property, all this so that it looks good in gnome-volume-control.
30456
30457 2004-03-12  David Schleef  <ds@schleef.org>
30458
30459         * configure.ac: the Hermes library controls hermescolorspace, not
30460         colorspace.
30461         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30462         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30463         not /* */
30464         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30465         * ext/sdl/sdlvideosink.h: ditto.
30466         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30467
30468 2004-03-12  Benjamin Otte  <otte@gnome.org>
30469
30470         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30471         (gst_x_overlay_got_xwindow_id):
30472         * gst-libs/gst/xoverlay/xoverlay.h:
30473           replace XID with unsigned long to get rid of the xlibs dependency in
30474           XOverlay (fixes #137004)
30475
30476 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30477         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30478         (gst_agingtv_setup):
30479         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30480         (gst_dicetv_base_init), (gst_dicetv_class_init),
30481         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30482         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30483         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30484         (gst_edgetv_setup), (gst_edgetv_rgb32):
30485         * gst/effectv/gsteffectv.c:
30486         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30487         (gst_quarktv_set_property):
30488         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30489         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30490         (gst_revtv_setup), (gst_revtv_rgb32):
30491         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30492         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30493         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30494         (gst_shagadelictv_rgb32):
30495         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30496         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30497         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30498         * gst/effectv/gstwarp.c:
30499         Port everything that can be ported to videofilter and fix up the caps.
30500         Can someone with a big-endian machine please check these?
30501
30502 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30503
30504         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30505         (gst_osssink_chain), (gst_osssink_change_state):
30506           Latest fixes for A/V sync, audio playback and such. This is about
30507           all... MPEG playback issues are mostly related to the async build-
30508           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30509
30510 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30511
30512         patch from: Stephane Loeuillet
30513
30514         * configure.ac:
30515           use pkg-config for some libraries, falling back to the old .m4 way
30516           (fixes #131270)
30517         * m4/libdv.m4:
30518           removed
30519
30520 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30521
30522         * configure.ac:
30523         * tools/Makefile.am:
30524         * tools/Makefile.in:
30525         * tools/gst-launch-ext-m.m:
30526         * tools/gst-launch-ext.1.in:
30527         * tools/gst-visualise-m.m:
30528         * tools/gst-visualise.1:
30529         * tools/gst-visualise.1.in:
30530           reorganizing generation of script tools
30531
30532 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30533
30534         * ext/divx/gstdivxdec.c:
30535           Downgrade priority. We prefer ffdec_mpeg4.
30536         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30537         (gst_faad_chain), (gst_faad_change_state):
30538           Fix capsnego. Doesn't work for some sounds because we don't have
30539           a 5:1 to stereo element.
30540         * ext/xvid/gstxvid.c: (plugin_init):
30541           Add priority.
30542         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30543         (gst_osssink_change_state):
30544           Add discont handling.
30545
30546 2004-03-09  Colin Walters  <walters@verbum.org>
30547
30548         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30549         conversion.
30550
30551 2004-03-09  Benjamin Otte  <otte@gnome.org>
30552
30553         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30554           the signals take 2 arguments
30555
30556 2004-03-09  David Schleef  <ds@schleef.org>
30557
30558         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30559         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30560         * ext/alsa/gstalsa.h:
30561         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30562
30563 2004-03-09  Benjamin Otte  <otte@gnome.org>
30564
30565         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30566         (gst_mikmod_change_state):
30567         * ext/mikmod/gstmikmod.h:
30568           make mikmod's loop function not loop infinitely and call
30569           gst_element_yield anymore
30570         * gst/modplug/gstmodplug.cc:
30571           fix pad negotiation (fixes #136590)
30572
30573 2004-03-09  David Schleef  <ds@schleef.org>
30574
30575         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30576         doesn't conflict with the internal colorspace plugin.
30577         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30578         satisfy the crappy-ass shell shipped by a certain vendor.
30579         * gst/videofilter/make_filter: same (bug #135299)
30580
30581 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30582
30583         * configure.ac: bump nano to 1
30584
30585 === release 0.7.6 ===
30586
30587 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30588
30589         * configure.in: releasing 0.7.6, "There"
30590
30591 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30592
30593         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30594         * pkgconfig/gstreamer-play.pc.in:
30595           synchronize the two
30596
30597 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30598
30599         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30600         (cdparanoia_open), (cdparanoia_event):
30601           fix/add error handling
30602         * po/POTFILES.in:
30603           add cdparanoia source
30604         * tools/Makefile.am:
30605           make scripts executable
30606
30607 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30608
30609         * configure.ac:
30610         * ext/vorbis/Makefile.am:
30611         * sys/Makefile.am:
30612           remove id3types, vorbisfile and xvideosink from the build (#133783)
30613
30614 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30615
30616         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30617           Fix metadata read crash (#136537).
30618
30619 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30620
30621         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30622         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30623           adding mime types, fixing the one-stop function
30624
30625 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30626
30627         * ext/nas/nassink.c and /ext/nas/nassink.h:
30628         More NAS love from Arwed von Merkatz
30629         So lets all sing 'Can you feel the NAS tonight'
30630
30631 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30632
30633         * tools/gst-launch-ext.in:
30634         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30635
30636 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30637
30638         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30639         (gst_mpeg2dec_init):
30640         remove the user_data pad for now, because it is being used in
30641         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30642         If someone knows how to fix this properly, please do.
30643
30644 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30645
30646         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30647         (gst_osssink_get_time):
30648         add a warning, IMO this won't get triggered anymore, remove later
30649
30650 2004-03-07  David Schleef  <ds@schleef.org>
30651
30652         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30653         format (bug #136470)
30654
30655 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30656
30657         * gst-libs/Makefile.am:
30658         * gst-libs/gst/media-info/Makefile.am:
30659         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30660         (error_callback), (gst_media_info_error_create),
30661         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30662         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30663         * gst-libs/gst/media-info/media-info-priv.h:
30664         * gst-libs/gst/media-info/media-info-test.c: (main):
30665         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30666         (gst_media_info_class_init), (gst_media_info_instance_init),
30667         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30668         (gst_media_info_read_idler), (gst_media_info_read):
30669         * gst-libs/gst/media-info/media-info.h:
30670         fixed, should work now
30671
30672 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30673
30674         * ext/nas/nassink.c:
30675         A bunch of NAS fixes from Arwed von Merkatz
30676
30677 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30678
30679         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30680         (qtdemux_parse_trak):
30681           Fix crash (j might be greater than n_samples, in which case we're
30682           writing outside the allocated space for the array) and memleak.
30683
30684 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30685
30686         * sys/oss/gstosssink.c: (gst_osssink_chain):
30687           And another caller that couldn't handle delay < 0 (unsigned
30688           integer overflow). Video now continues playing on an audio
30689           buffer underrun, and the clock continues working. Audio still
30690           stalls.
30691
30692 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30693
30694         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30695         (gst_osssink_get_time):
30696           get_delay() may return values lower than 0. In those cases, we
30697           should not actually cast to *unsigned* int64, that will break
30698           stuff horribly. In my case, it screwed up A/V sync in movies
30699           in totem rather badly.
30700
30701 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30702
30703         * ext/faac/gstfaac.c: (gst_faac_chain):
30704         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30705         * ext/libpng/gstpngenc.c: (user_write_data):
30706         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30707         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30708         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30709         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30710         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30711         of any buffer), should fix some leaks. I hope I didn't unref buffers
30712         that shouldn't be...
30713
30714 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30715
30716         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30717         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30718         (error_callback), (gmi_reset), (gmi_seek_to_track),
30719         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30720         (gmip_find_type_post), (gmip_find_stream_post),
30721         (gmip_find_track_streaminfo_post):
30722         * gst-libs/gst/media-info/media-info-priv.h:
30723         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30724         (info_print), (main):
30725         * gst-libs/gst/media-info/media-info.c:
30726         (gst_media_info_error_create), (gst_media_info_error_element),
30727         (gst_media_info_instance_init), (gst_media_info_get_property),
30728         (gst_media_info_new), (gst_media_info_set_source),
30729         (gst_media_info_read_idler), (gst_media_info_read):
30730         * gst-libs/gst/media-info/media-info.h:
30731           first pass at making this work again.  This seems to work on
30732           tagged ogg/vorbis and mp3 files.
30733
30734 2004-03-06  Benjamin Otte  <otte@gnome.org>
30735
30736         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30737           fix huge leak: gst_buffer_merge doesn't unref the first argument
30738           itself.
30739
30740 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30741
30742         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30743           report layer/mode/emphasis
30744
30745 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30746
30747         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30748
30749 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30750
30751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30752           signal serial
30753
30754 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30755
30756         * ext/vorbis/vorbis.c: (plugin_init):
30757         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30758         (gst_vorbis_dec_init), (vorbis_dec_event):
30759         add debug category
30760         make vorbisdec handle _BYTE and _TIME queries
30761
30762 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30763
30764         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30765           from the xing header
30766
30767 2004-03-06  Benjamin Otte  <otte@gnome.org>
30768
30769         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30770         (gst_audio_convert_link), (gst_audio_convert_change_state),
30771         (gst_audio_convert_buffer_from_default_format):
30772           do conversions from/to float correctly, fix some caps nego errors,
30773           export correct supported caps in template and getcaps, use correct
30774           caps in try_set_caps functions
30775
30776 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30777
30778         For some reason, I only committed a ChangeLog entry yesterday and
30779         not the corresponding code...
30780         * ext/mad/gstmad.c: Fix detection of Xing headers
30781         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30782
30783 2004-03-06  Benjamin Otte  <otte@gnome.org>
30784
30785         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30786         (gst_ogg_demux_src_query):
30787           make sure to handle the case where there's no current chain
30788           gracefully.
30789
30790 2004-03-05  David Schleef  <ds@schleef.org>
30791
30792         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30793         Add fixate function. (bug #131128)
30794         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30795         (gst_sdlvideosink_fixate):  Add fixate function.
30796         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30797         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30798         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30799         Fix missing break that was causing ulaw to be interpreted as
30800         raw int.
30801
30802 2004-03-05  David Schleef  <ds@schleef.org>
30803
30804         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30805         Fix code that ignores return value of gst_buffer_merge().
30806         (bug #114560)
30807         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30808         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30809         * testsuite/gst-lint:  Check for above.
30810
30811 2004-03-05  David Schleef  <ds@schleef.org>
30812
30813         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30814         caps and throw an element error.  (bug #136334)
30815
30816 2004-03-05  David Schleef  <ds@schleef.org>
30817
30818         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30819         (gst_faad_chain): Fix negotiation.
30820         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30821         key and button events.
30822         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30823         dung heap of code.
30824         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30825         depends on gconf
30826         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30827         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30828         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30829         function to encourage better negotiation, particularly between
30830         audioconvert and osssink.
30831         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30832         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30833         more important.
30834         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30835         typefinding.
30836         * gst/vbidec/vbiscreen.c:  Add glib header
30837         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30838
30839 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30840
30841         * ext/mad/gstmad.c: Fix detection of Xing headers
30842         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30843
30844 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30845
30846         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30847         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30848           debug updates
30849
30850 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30851
30852         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30853         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30854         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30855         files, and report the parsed length as a GST_TAG_DURATION tag.
30856         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30857
30858 2004-03-05  Benjamin Otte  <otte@gnome.org>
30859
30860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30861           convert channels correctly. convert correctly to unsigned.
30862
30863 2004-03-05  Julien MOUTTE <julien@moutte.net>
30864
30865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30866         we have a window before clearing it.
30867
30868 2004-03-05  Julien MOUTTE <julien@moutte.net>
30869
30870         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30871         have a window before clearing it.
30872
30873 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30874
30875         * gconf/gstreamer.schemas.in:
30876         * gst-libs/gst/gconf/Makefile.am:
30877           version installation path the same way as for 0.6
30878         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30879         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30880         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30881           remove comment that was fixed
30882
30883 2004-03-05  David Schleef  <ds@schleef.org>
30884
30885         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30886         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30887         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30888         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30889         Add prototype code for handling seeking and querying.
30890
30891 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30892
30893         * examples/gstplay/player.c: (main):
30894           Initialize variables to NULL. Prevents a segfault because the
30895           (uninitialized) variable is not NULL, resulting in a crash on
30896           trying to reach error->message.
30897
30898 2004-03-05  Benjamin Otte  <otte@gnome.org>
30899
30900         * gst/audioconvert/gstaudioconvert.c:
30901         (gst_audio_convert_buffer_to_default_format):
30902         make float=>int conversion work correctly even in cornercases.
30903
30904 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30905
30906         * debian/README.Debian:
30907         * debian/build-deps:
30908         * debian/changelog:
30909         * debian/control:
30910         * debian/control.in:
30911         * debian/copyright:
30912         * debian/gstreamer-a52dec.files:
30913         * debian/gstreamer-aa.files:
30914         * debian/gstreamer-alsa.files:
30915         * debian/gstreamer-alsa.manpages:
30916         * debian/gstreamer-arts.files:
30917         * debian/gstreamer-artsd.files:
30918         * debian/gstreamer-audiofile.files:
30919         * debian/gstreamer-avifile.files:
30920         * debian/gstreamer-cdparanoia.files:
30921         * debian/gstreamer-colorspace.files:
30922         * debian/gstreamer-doc.files:
30923         * debian/gstreamer-dv.files:
30924         * debian/gstreamer-dvd.files:
30925         * debian/gstreamer-esd.files:
30926         * debian/gstreamer-festival.files:
30927         * debian/gstreamer-flac.files:
30928         * debian/gstreamer-gconf.conffiles:
30929         * debian/gstreamer-gconf.files:
30930         * debian/gstreamer-gconf.postinst:
30931         * debian/gstreamer-gnomevfs.files:
30932         * debian/gstreamer-gsm.files:
30933         * debian/gstreamer-http.files:
30934         * debian/gstreamer-jack.files:
30935         * debian/gstreamer-jpeg.files:
30936         * debian/gstreamer-mad.files:
30937         * debian/gstreamer-mikmod.files:
30938         * debian/gstreamer-misc.files:
30939         * debian/gstreamer-mpeg2dec.files:
30940         * debian/gstreamer-oss.files:
30941         * debian/gstreamer-plugin-apps.files:
30942         * debian/gstreamer-plugin-apps.manpages:
30943         * debian/gstreamer-plugin-libs-dev.files:
30944         * debian/gstreamer-plugin-libs.files:
30945         * debian/gstreamer-plugin-template.postinst:
30946         * debian/gstreamer-plugin-template.postrm:
30947         * debian/gstreamer-sdl.files:
30948         * debian/gstreamer-sid.files:
30949         * debian/gstreamer-vorbis.files:
30950         * debian/gstreamer-x.files:
30951         * debian/mk.control:
30952         * debian/rules:
30953         Debian package info not maintained here.
30954
30955 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30956
30957         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30958         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30959         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30960         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30961         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30962         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30963         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30964         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30965         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30966         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30967         * gst-libs/gst/colorbalance/colorbalance.c:
30968         (gst_color_balance_class_init):
30969         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30970         (gst_color_balance_channel_class_init):
30971         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30972         * gst-libs/gst/play/play.c: (gst_play_class_init):
30973         * gst-libs/gst/propertyprobe/propertyprobe.c:
30974         (gst_property_probe_iface_init):
30975         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30976         * gst-libs/gst/tuner/tunerchannel.c:
30977         (gst_tuner_channel_class_init):
30978         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30979         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30980         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30981         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30982         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30983         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30984         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30986         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30987           fix signals to use - instead of _
30988         * ext/libcaca/gstcacasink.h:
30989         * ext/sdl/sdlvideosink.h:
30990           fix header rename
30991
30992 2004-03-04  David Schleef  <ds@schleef.org>
30993
30994         * testsuite/gst-lint:  Add a check for bad signal names.
30995
30996 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30997
30998         reviewed by David Schleef
30999
31000         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
31001         modified the alpha channel and caused a warning. (bug #136192)
31002
31003 2004-04-03  Christian Schaller <Uraeus@gnome.org>
31004
31005         * gst-plugins.spec.in:
31006         Change names of plugins to actually be correct. Try to keep things
31007         alphabetical to avoid getting beat up by Thomas
31008
31009 2004-03-03  Julien MOUTTE <julien@moutte.net>
31010
31011         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
31012         Using ximagesink as a default if no gconf key found. We should
31013         probably consider using alsasink instead of osssink for the audio
31014         part.
31015
31016 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31017
31018         * configure.ac:
31019           fix --with-plugins, don't think it ever worked before
31020         * gst-plugins.spec.in:
31021           even more updates
31022
31023 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31024
31025         * ext/sdl/sdlvideosink.h:
31026         * sys/ximage/ximagesink.h:
31027         * sys/xvideo/xvideosink.h:
31028         * sys/xvimage/xvimagesink.h:
31029           Fix for move of gstvideosink.h -> videosink.h.
31030
31031 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31032
31033         * gst-libs/gst/xwindowlistener/Makefile.am:
31034           this is a plugin library, not a library
31035
31036 2004-03-01  David Schleef  <ds@schleef.org>
31037
31038         * AUTHORS:  Added some names.  Add yourself if you're still
31039         missing.
31040
31041 2004-03-01  David Schleef  <ds@schleef.org>
31042
31043         * MAINTAINERS: Add
31044
31045 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31046
31047         * gst-plugins.spec.in: clean up spec file
31048
31049 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31050
31051         * gst-libs/gst/video/Makefile.am:
31052         * gst-libs/gst/video/gstvideosink.c:
31053         * gst-libs/gst/video/gstvideosink.h:
31054           rename gstvideosink.h to videosink.h to match other headers
31055         * gst/mixmatrix/Makefile.am:
31056           fix plugin filename
31057         * gst/tags/Makefile.am: fix plugin filename
31058
31059 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31060
31061         * gst/tags/Makefile.am: fix plugin filename
31062
31063 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31064
31065         * examples/gstplay/player.c: (got_time_tick), (main):
31066           add error handler
31067           display time_tick more readably
31068         * gst/mixmatrix/Makefile.am:
31069           fix plugin file name
31070
31071 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
31072
31073         * sys/oss/gstosselement.c: (gst_osselement_probe),
31074         (device_combination_append), (gst_osselement_class_probe_devices):
31075         * sys/oss/gstosselement.h:
31076           Reworked enumeration of oss dsps and mixers so that gst-mixer works
31077           on my system using alsa oss emulation, fixes bug #135597
31078
31079 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31080
31081         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
31082         (gst_videodrop_chain), (gst_videodrop_change_state):
31083         * gst/videodrop/gstvideodrop.h:
31084           Work based on timestamp of input data, not based on the expected
31085           framerate from the input. The consequence is that this element now
31086           not only scales framerates, but also functions as a framerate
31087           corrector or framerate stabilizer/constantizer.
31088
31089 2004-02-27  David Schleef  <ds@schleef.org>
31090
31091         patches from jmmv@menta.net (Julio M. Merino Vidal)
31092
31093         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
31094         GST_ELEMENT_ERROR call (bug #135634)
31095         * gst/interleave/interleave.c: (interleave_buffered_loop),
31096         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
31097         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
31098         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
31099         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
31100         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
31101         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
31102         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
31103         Fix GST_ELEMENT_ERROR call.
31104         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
31105         GST_ELEMENT_ERROR call.
31106
31107 2004-02-27  Benjamin Otte  <otte@gnome.org>
31108
31109         * gst-libs/gst/audio/audio.h:
31110           add macro to make sure header isn't included twice
31111         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
31112           don't use gst_buffer_free
31113         * gst/playondemand/filter.func:
31114           don't use gst_data_free. Free data only once.
31115
31116 2004-02-26  David Schleef  <ds@schleef.org>
31117
31118         * gst-libs/gst/colorbalance/Makefile.am:
31119         * gst-libs/gst/mixer/Makefile.am:
31120         * gst-libs/gst/tuner/Makefile.am:
31121         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
31122         should not be disted, -marshal.h files should not be installed,
31123         and -enum.h files _should_ be installed.  Fix to make this the
31124         case.
31125
31126 === release 0.7.5 ===
31127
31128 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31129
31130         * configure.ac: release 0.7.5, "Under The Sea"
31131
31132 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31133
31134         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31135         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
31136         * gst/videoscale/gstvideoscale.c:
31137         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
31138           assorted debug/warning fixes
31139
31140 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31141
31142         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31143         (gst_videoscale_init), (gst_videoscale_chain),
31144         (gst_videoscale_set_property), (plugin_init):
31145         * gst/videoscale/gstvideoscale.h:
31146         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31147         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
31148         (gst_videoscale_planar400), (gst_videoscale_packed422),
31149         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
31150         (gst_videoscale_24bit), (gst_videoscale_16bit),
31151         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
31152         (gst_videoscale_scale_plane_slow),
31153         (gst_videoscale_scale_point_sample),
31154         (gst_videoscale_scale_nearest),
31155         (gst_videoscale_scale_nearest_str2),
31156         (gst_videoscale_scale_nearest_str4),
31157         (gst_videoscale_scale_nearest_32bit),
31158         (gst_videoscale_scale_nearest_24bit),
31159         (gst_videoscale_scale_nearest_16bit):
31160         add debugging category and use it properly
31161         fix use of GST_PTR_FORMAT
31162
31163 2004-02-25  Andy Wingo  <wingo@pobox.com>
31164
31165         * gst/interleave/interleave.c (interleave_buffered_loop): Always
31166         push only when channel->buffer is NULL. Prevents segfaults doing
31167         the state change after a nonlocal exit, like a scheme exception.
31168
31169         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
31170         Handle the case where the intersected caps is empty.
31171
31172 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31173
31174         * gst/law/mulaw-decode.c: (mulawdec_link):
31175         * gst/law/mulaw.c: (plugin_init):
31176           fix mulawdec so it actually works again
31177
31178 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
31179
31180         reviewed by: David Schleef  <ds@schleef.org>
31181
31182         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
31183         (gst_gamma_init), (gst_gamma_set_property),
31184         (gst_gamma_get_property), (gst_gamma_calculate_tables),
31185         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
31186         for RGB, with separate r g and b correction factors. (#131167)
31187
31188 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31189
31190         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
31191           only signal tags for bitrate if they're > 0 (#134894)
31192
31193 2004-02-24  David Schleef  <ds@schleef.org>
31194
31195         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
31196         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
31197         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
31198         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
31199         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
31200         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
31201         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
31202         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
31203         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
31204         category.  Attempt to fix timestamp calculation.
31205
31206 2004-02-24  Johan Dahlin  <johan@gnome.org>
31207
31208         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
31209
31210 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31211
31212         * configure.ac:
31213         * gconf/Makefile.am:
31214         * gconf/gstreamer.schemas:
31215         * gst-libs/gst/gconf/Makefile.am:
31216         * gst-libs/gst/gconf/gconf.c:
31217           version gconf schemas and install locations
31218
31219 2004-02-23  Benjamin Otte  <otte@gnome.org>
31220
31221         * ext/xine/xineinput.c: (gst_xine_input_dispose):
31222         (gst_xine_input_subclass_init):
31223           call parent dispose.
31224           change pad template for CD reader correctly
31225         * ext/xine/Makefile.am:
31226         * ext/xine/gstxine.h:
31227         * ext/xine/xine.c: (plugin_init):
31228         * ext/xine/xineaudiosink.c:
31229           wrap audio sinks, too
31230         * gst-libs/gst/resample/private.h:
31231         * gst-libs/gst/resample/resample.c: (gst_resample_init),
31232         (gst_resample_reinit), (gst_resample_scale),
31233         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
31234         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
31235         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
31236         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
31237         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
31238         * gst-libs/gst/resample/resample.h:
31239         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
31240         (gst_audioscale_class_init), (gst_audioscale_link),
31241         (gst_audioscale_get_buffer), (gst_audioscale_init),
31242         (gst_audioscale_chain), (gst_audioscale_set_property),
31243         (gst_audioscale_get_property):
31244         * gst/audioscale/gstaudioscale.h:
31245           s/resample_*/gst_resample_*/i to not clobber namespaces
31246
31247 2004-02-23  Julien MOUTTE  <julien@moutte.net>
31248
31249         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31250         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
31251         (gst_riff_create_video_template_caps),
31252         (gst_riff_create_audio_template_caps),
31253         (gst_riff_create_iavs_template_caps):
31254         * gst-libs/gst/riff/riff-media.h:
31255         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31256         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
31257         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
31258         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
31260         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
31261         (gst_matroska_demux_plugin_init): First batch implementing audio and
31262         video codec tags in demuxers.
31263
31264 2004-02-22  Benjamin Otte  <otte@gnome.org>
31265
31266         * ext/xine/Makefile.am:
31267         * ext/xine/gstxine.h:
31268         * ext/xine/xine.c: (plugin_init):
31269         * ext/xine/xineinput.c:
31270           add input plugin wrapper. Playback from files, http, mms and cdda
31271           works.
31272         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31273           remove leftover G_GNUC_UNUSED
31274         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
31275         (gst_asf_demux_identify_guid):
31276           improve debugging output
31277
31278 2004-02-22  Benjamin Otte  <otte@gnome.org>
31279
31280         reported by: Padraig O'Briain <padraig.obriain@sun.com>
31281
31282         * autogen.sh:
31283           replace test -e with test -x for mkinstalldirs to be more portable.
31284           (fixes #134816)
31285
31286 2004-02-22  Benjamin Otte  <otte@gnome.org>
31287
31288         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
31289
31290         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
31291           set rank to PRIMARY
31292         * gst/volume/gstvolume.c: (plugin_init):
31293           set rank to NONE
31294         fixes #134960
31295
31296 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
31297
31298         reviewed by Benjamin Otte  <otte@gnome.org>
31299
31300         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31301           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
31302
31303 2004-02-22  Benjamin Otte  <otte@gnome.org>
31304
31305         * configure.ac:
31306           export [_]*{gst,Gst,GST}.* symbols from plugins
31307
31308 2004-02-22  Christophe Fergeau <teuf@gnome.org>
31309
31310         reviewed by: Benjamin Otte  <otte@gnome.org>
31311
31312         * ext/lame/gstlame.c: (add_one_tag):
31313         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
31315         (gst_vorbisenc_metadata_set1):
31316         * gst/tags/gstid3tag.c:
31317         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
31318           apply fixes from bugs #135042 (lame can't write tags) and #133817
31319           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
31320
31321 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
31322
31323         * configure.ac: Export only gst_plugin_desc from plugins.
31324          Note that this change only makes any effect with Linux using libtool
31325          1.5.2 or higher. Otherwise it is silently ignored, but it would build
31326          fine. And don't try to have several versions of libtool in different
31327          directories.
31328
31329 2004-02-20  Andy Wingo  <wingo@pobox.com>
31330
31331         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
31332         interleave respectively.
31333
31334         * gst/interleave/deinterleave.c: New plugin: deinterleave
31335         (replaces on oneton).
31336         * gst/interleave/interleave.c: New plugin: interleave.
31337         * gst/interleave/plugin.h: Support file.
31338         * gst/interleave/plugin.c: Support file.
31339
31340         * configure.ac: Remove intfloat and oneton, add interleave.
31341
31342         * ext/sndfile/gstsf.c: Handle events better.
31343
31344         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
31345         and float2int operation. int2float has scheduling problems as
31346         noted in in2float_chain.
31347
31348 2004-02-20  Benjamin Otte  <otte@gnome.org>
31349
31350         * ext/xine/Makefile.am:
31351         * ext/xine/gstxine.h:
31352         * ext/xine/xine.c:
31353         * ext/xine/xineaudiodec.c:
31354         * ext/xine/xinecaps.c:
31355           add first version of xine plugin wrapper. Currently only wraps the
31356           QDM2 win32 DLL, and even that only in proof-of-concept quality.
31357         * configure.ac:
31358         * ext/Makefile.am:
31359           add xine plugin wrapper, disabled by default. Use --enable-xine to
31360           build. Note that it'll segfault on gst-register if you don't remove
31361           the goom and tvtime post plugins from xine.
31362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31363         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
31364           add extradata parsing for QDM2.
31365           change around debugging prints.
31366
31367 2004-02-19  Benjamin Otte  <otte@gnome.org>
31368
31369         * ext/lame/gstlame.c: (gst_lame_chain):
31370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31371           use gst_tag_list_insert when you want to insert tags
31372
31373 2004-02-18  David Schleef  <ds@schleef.org>
31374
31375         * configure.ac:  Move massink to gst-rotten
31376         * ext/Makefile.am:
31377         * ext/mas/Makefile.am:
31378         * ext/mas/massink.c:
31379         * ext/mas/massink.h:
31380
31381 2004-02-18  David Schleef  <ds@schleef.org>
31382
31383         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
31384         typefinding, since it seems to be worse than nothing.
31385         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
31386         atom to recognize .mp4 and .m4a files as video/quicktime.
31387
31388 2004-02-18  David Schleef  <ds@schleef.org>
31389
31390         * gst/sine/demo-dparams.c: (quit_live),
31391         (dynparm_log_value_changed), (dynparm_value_changed), (main):
31392         Use double dparams, not float.
31393         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31394         (gst_sinesrc_init): Change sync default to FALSE, since multiple
31395         sync'd elements don't really work correctly.
31396         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
31397         (volume_update_volume), (volume_get_property):  Change dparam
31398         to double.
31399
31400 2004-02-18  Julien MOUTTE  <julien@moutte.net>
31401
31402         * sys/ximage/ximagesink.c:
31403         (gst_ximagesink_xwindow_update_geometry),
31404         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31405         (gst_ximagesink_change_state), (gst_ximagesink_expose),
31406         (gst_ximagesink_init): Rework the way software video scaling works. So
31407         now we check on each chain call if the video frames are feeling the
31408         window. If not we try to renegotiate caps. On failure we memorize that
31409         and we won't try again for that PLAYING sessions.
31410         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
31411         failure.
31412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
31413         synchronous flag.
31414
31415 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31416
31417         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31418           break up _link so we can give a better debug message for errors
31419
31420 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31421
31422         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31423           set up debug category
31424
31425 2004-02-18  Julien MOUTTE <julien@moutte.net>
31426
31427         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31428         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31429         the way renegotiation work. The event handling function is not taking
31430         care of external windows and renegotiate method check for pad flags
31431         NEGOTIATING. Should fix : #133209
31432
31433 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31434
31435         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31436         pad is negotiating before trying renegotiation.
31437
31438 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31439
31440         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31441           pass on all possible mime types as typefind hints
31442
31443 2004-02-17  Julien MOUTTE <julien@moutte.net>
31444
31445         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31447         possible SHM leak if we crash. All other apps using XShm are doing
31448         that.
31449
31450 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31451
31452         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31453         (gst_ximagesink_expose): Renegotiate size on expose.
31454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31455         size on expose.
31456
31457 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31458
31459         * testsuite/alsa/sinesrc.c:
31460           cosmetic fix to fix compile issue with gcc 2.95.4
31461
31462 2004-02-16  Julien MOUTTE <julien@moutte.net>
31463
31464         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31465         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31466         failed opening the audio device.
31467         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31468         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31469         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31470         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31471         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31472         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31473         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31474         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31475         Removing some useless g_return_if_fail like wingo suggested.
31476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31477         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31478         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31479         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31480         (gst_xvimagesink_update_colorbalance),
31481         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31482         (gst_xvimagesink_xcontext_clear),
31483         (gst_xvimagesink_get_fourcc_from_caps),
31484         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31485         (gst_xvimagesink_set_xwindow_id),
31486         (gst_xvimagesink_colorbalance_list_channels),
31487         (gst_xvimagesink_colorbalance_set_value),
31488         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31489         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31490
31491 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31492
31493         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31494           throw error when not negotiated instead of asserting
31495
31496 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31497
31498         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31499         correct data refcounting.
31500
31501 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31502
31503         * gst/switch/gstswitch.c: (gst_switch_change_state),
31504         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31505         change, mostly the EOS flag.
31506
31507 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31508
31509         * examples/gstplay/player.c: (got_eos), (main): Adding some
31510         output for debugging.
31511         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31512         timeouts if we go to any state different from PLAYING.
31513         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31514         more EOS bugs in riff lib.
31515
31516 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31517
31518         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31519         visualization until i find a way to fix switch correctly.
31520         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31521         EOS arrives.
31522         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31523         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31524         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31525         Reworked switch to get a more correct behaviour with events and refing
31526         of data stored in sinkpads.
31527         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31528         we don't pull from a pad in EOS.
31529
31530 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31531
31532         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31533           remove v1 tag even if we can't read it (makes sure we don't detect
31534           it again)
31535
31536 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31537
31538         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31539         (gst_alsa_xrun_recovery):
31540         * ext/alsa/gstalsa.h:
31541           try xrun recovery when wait failed. Make xrun recovery function
31542           return TRUE/FALSE to indicate success. (might fix #134354)
31543
31544 2004-02-13  David Schleef  <ds@schleef.org>
31545
31546         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31547         (dynparm_value_changed), (main): Convert from float to double.
31548         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31549
31550 2004-02-13  David Schleef  <ds@schleef.org>
31551
31552         * gst/silence/gstsilence.c: (gst_silence_class_init),
31553         (gst_silence_set_clock), (gst_silence_get),
31554         (gst_silence_set_property), (gst_silence_get_property):
31555         * gst/silence/gstsilence.h: Add sync property.
31556         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31557         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31558         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31559         * gst/sine/gstsinesrc.h: Add sync property.
31560
31561 2004-02-13  David Schleef  <ds@schleef.org>
31562
31563         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31564         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31565
31566 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31567
31568         * configure.ac:
31569         * ext/Makefile.am:
31570         * gst-libs/ext/Makefile.am:
31571           move ffmpeg plugin to gst-ffmpeg module
31572
31573 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31574
31575         * configure.ac: use GST_ARCH to detect architecture
31576
31577 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31578
31579         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31580
31581 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31582
31583         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31584           classify LADSPA plugins based on number of src/sink pads
31585           (#133663, Stefan Kost)
31586         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31587           fix dparams registration
31588           (#133528, Stefan Kost)
31589         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31590           fix use of isprint and use g_ascii_isprint instead
31591           (#133316, Stefan Kost)
31592
31593 2004-02-11  David Schleef  <ds@schleef.org>
31594
31595         Convert a few inner loops to use liboil.  This is currently
31596         optional, and is only enabled if liboil is present (duh!).
31597         * configure.ac: Check for liboil-0.1
31598         * gst/intfloat/Makefile.am:
31599         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31600         (gst_int2float_chain_gint16):
31601         * gst/videofilter/Makefile.am:
31602         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31603         (tablelookup_u8), (gst_videobalance_planar411):
31604         * gst/videotestsrc/Makefile.am:
31605         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31606         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31607         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31608         (paint_hline_RGB565), (paint_hline_xRGB1555):
31609
31610 2004-02-11  David Schleef  <ds@schleef.org>
31611
31612         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31613         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31614         (gst_colorspace_getcaps), (gst_colorspace_link),
31615         (gst_colorspace_base_init), (gst_colorspace_init),
31616         (gst_colorspace_chain), (gst_colorspace_change_state),
31617         (plugin_init): Merge Ronald's patch (bug #117897) and update
31618         for new caps and negotiation.  Seems to work, although it
31619         shows off bugs in lcs.
31620
31621 2004-02-11  David Schleef  <ds@schleef.org>
31622
31623         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31624         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31625
31626 2004-02-11  David Schleef  <ds@schleef.org>
31627
31628         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31629         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31630         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31631         Add server and port properties
31632
31633 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31634
31635         * m4/a52.m4:
31636         * m4/aalib.m4:
31637         * m4/as-ffmpeg.m4:
31638         * m4/as-liblame.m4:
31639         * m4/as-slurp-ffmpeg.m4:
31640         * m4/check-libheader.m4:
31641         * m4/esd.m4:
31642         * m4/freetype2.m4:
31643         * m4/gconf-2.m4:
31644         * m4/glib.m4:
31645         * m4/gst-alsa.m4:
31646         * m4/gst-artsc.m4:
31647         * m4/gst-ivorbis.m4:
31648         * m4/gst-matroska.m4:
31649         * m4/gst-sdl.m4:
31650         * m4/gst-shout2.m4:
31651         * m4/gst-sid.m4:
31652         * m4/gtk.m4:
31653         * m4/libdv.m4:
31654         * m4/libfame.m4:
31655         * m4/libmikmod.m4:
31656         * m4/ogg.m4:
31657         * m4/vorbis.m4:
31658           fix underquotedness of macros (#133800)
31659         * m4/as-avifile.m4:
31660         * m4/xmms.m4:
31661           removed because no longer used
31662
31663 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31664
31665         * configure.ac:
31666           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31667           by autopoint (fixes #132996)
31668
31669 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31670
31671         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31672         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31673         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31674         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31675           fix memleaks
31676
31677 2004-02-11  David Schleef  <ds@schleef.org>
31678
31679         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31680         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31681         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31682         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31683         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31684         (gst_jpegenc_class_init), (gst_jpegenc_init),
31685         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31686         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31687         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31688         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31689
31690 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31691
31692         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31693         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31694         * ext/mikmod/gstmikmod.h:
31695           fix caps negotiation in mikmod
31696         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31697           output debug information
31698
31699 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31700
31701         * gst-libs/gst/colorbalance/Makefile.am:
31702         * gst-libs/gst/navigation/Makefile.am:
31703         * gst-libs/gst/xoverlay/Makefile.am:
31704           remove unused GST_OPT_CFLAGS from Makefiles
31705           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31706
31707 2004-02-07  David Schleef  <ds@schleef.org>
31708
31709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31710         push events to pads that haven't been created (#133508)
31711
31712 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31713
31714         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31715         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31716         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31717         (gst_dvdec_loop), (gst_dvdec_change_state):
31718         Second attempt at committing a working dvdec element.
31719
31720 2004-02-06  David Schleef  <ds@schleef.org>
31721
31722         Build fixes for OS X: (see #129600)
31723         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31724         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31725         (gst_riff_read_strf_iavs):
31726         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31727         (gst_avi_demux_stream_odml):
31728         * gst/playondemand/Makefile.am:
31729         * gst/rtp/rtp-packet.c:
31730
31731 2004-02-05  David Schleef  <ds@schleef.org>
31732
31733         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31734         last change, because it Just Doesn't Compile.
31735
31736 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31737
31738         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31739           skip undecodable id3v2 tag instead of keeping it
31740
31741 2004-02-05  David Schleef  <ds@schleef.org>
31742
31743         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31744         Unref leaked buffer.  (Noticed by Ronald)
31745
31746 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31747
31748         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31749         Sync requires with other checks.  >= vs =.
31750
31751 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31752
31753         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31754         (gst_dvdec_video_link), (gst_dvdec_loop):
31755         * ext/dv/gstdvdec.h:
31756           rework the caps negotiation so that dvdec works again instead
31757           of just segfaulting.
31758
31759 === release 0.7.4 ===
31760
31761 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31762
31763         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31764         * configure.ac: changed for release
31765
31766 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31767
31768         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31769         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31770         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31771         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31772           reworked patch by David Lehn to fix libdir and includedir for
31773           uninstalled libraries
31774           removed play and gconf from gstreamer-libs since they have their
31775           own pkgconfig files
31776
31777 2004-02-04  David Schleef  <ds@schleef.org>
31778
31779         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31780         memleak.
31781
31782 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31783
31784         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31785           use correct GST_TAG_ENCODER tag
31786
31787 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31788
31789         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31790           be sure to stop the clock when going to paused
31791         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31792           reset number of transmitted when going to ready.
31793         fixes #132935
31794
31795 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31796
31797         reviewed by Benjamin Otte
31798
31799         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31800           extract track count (fixes #133410)
31801
31802 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31803
31804         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31805           that should be !=, not == (fixes #132519)
31806
31807 2004-02-04  David Schleef  <ds@schleef.org>
31808
31809         Make sure set_explicit_caps() is called before adding pad.
31810         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31811         * gst/id3/gstid3types.c: (gst_id3types_loop):
31812         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31813         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31814
31815 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31816
31817         * configure.ac:
31818           bump nano to 2, first prerelease
31819           put back AM_PROG_LIBTOOL
31820
31821 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31822
31823         * testsuite/alsa/Makefile.am:
31824           these are user test apps, not automatic testsuite tests
31825
31826 2004-02-04  David Schleef  <ds@schleef.org>
31827
31828         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31829         * gst/mpeg1videoparse/gstmp1videoparse.c:
31830         (mp1videoparse_parse_seq):
31831         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31832         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31833         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31834         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31835         (gst_xvideosink_getcaps):
31836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31837         * testsuite/gst-lint: more tests
31838
31839 2004-02-04  David Schleef  <ds@schleef.org>
31840
31841         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31842         with the code that they would expand to.
31843         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31844         (gst_flacdec_get_src_query_types),
31845         (gst_flacdec_get_src_event_masks):
31846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31847         (gst_gnomevfssrc_get_query_types),
31848         (gst_gnomevfssrc_get_event_mask):
31849
31850 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31851
31852         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31853         (gst_sinesrc_dispose):
31854           fix memleak by properly disposing sinesrc
31855
31856 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31857
31858         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31859         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31860         an overlay to redraw the image because it has been exposed.
31861         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31862         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31863         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31864         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31865         interface
31866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31867         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31868         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31869         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31870         interface
31871
31872 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31873
31874         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31875           more memleak fixage
31876
31877 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31878
31879         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31880         * gst/typefind/gsttypefindfunctions.c:
31881           fix memleaks shown by gst-typefind
31882
31883 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31884
31885         * common/glib-gen.mak:
31886           add hack rule to touch .Plo files
31887         * gst-libs/gst/colorbalance/Makefile.am:
31888         * gst-libs/gst/mixer/Makefile.am:
31889         * gst-libs/gst/play/Makefile.am:
31890         * gst-libs/gst/tuner/Makefile.am:
31891           remove glib_root variable
31892
31893 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31894
31895         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31896           set explicit caps before adding the element, so the autopluggers can
31897           plug correctly.
31898         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31899         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31900         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31901         (dv_type_find):
31902           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31903           argument.
31904
31905 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31906
31907         * gst-libs/gst/colorbalance/Makefile.am:
31908         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31909         * gst-libs/gst/colorbalance/colorbalance.c:
31910         * gst-libs/gst/colorbalance/colorbalance.h:
31911         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31912         * gst-libs/gst/mixer/Makefile.am:
31913         * gst-libs/gst/mixer/mixer-marshal.list:
31914         * gst-libs/gst/mixer/mixer.c:
31915         * gst-libs/gst/mixer/mixer.h:
31916         * gst-libs/gst/mixer/mixermarshal.list:
31917         * gst-libs/gst/play/Makefile.am:
31918         * gst-libs/gst/play/play.h:
31919         * gst-libs/gst/tuner/Makefile.am:
31920         * gst-libs/gst/tuner/tuner-marshal.list:
31921         * gst-libs/gst/tuner/tuner.c:
31922         * gst-libs/gst/tuner/tuner.h:
31923         * gst-libs/gst/tuner/tunermarshal.list:
31924           use new glib-gen.mak snippet to clean up Makefile.am
31925           fix various bugs in Makefile.am's
31926
31927 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31928
31929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31930           handle chain parsing correctly in the multichain case
31931         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31932         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31933         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31934         (theora_dec_chain):
31935           handle events and queries correctly
31936
31937 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31938
31939         * .cvsignore:
31940         Ignore generated file _stdint.h.
31941
31942 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31943
31944         * gst-libs/gst/colorbalance/Makefile.am:
31945         * gst-libs/gst/colorbalance/colorbalance.h:
31946         * gst-libs/gst/mixer/Makefile.am:
31947         * gst-libs/gst/mixer/mixer.h:
31948         * gst-libs/gst/play/Makefile.am:
31949         * gst-libs/gst/play/play.h:
31950         * gst-libs/gst/tuner/Makefile.am:
31951         * gst-libs/gst/tuner/tuner.h:
31952         Generate enum type code with glib-mkenums.
31953         * gst-libs/gst/colorbalance/.cvsignore:
31954         * gst-libs/gst/mixer/.cvsignore:
31955         * gst-libs/gst/play/.cvsignore:
31956         * gst-libs/gst/tuner/.cvsignore:
31957         Ignore generated files.
31958
31959 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31960
31961         * gst-libs/gst/audio/.cvsignore:
31962         Ignore generated file.
31963         * gst-libs/gst/audio/Makefile.am:
31964         Do not install example filter.
31965
31966 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31967
31968         * examples/switch/.cvsignore:
31969         Ignore generated file.
31970
31971 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31972
31973         * common/m4/ax_create_stdint_h.m4:
31974         * configure.ac:
31975           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31976           _stdint.h.
31977         * Makefile.am:
31978           remove generated _stdint.h in DISTCLEANFILES
31979         * ext/a52dec/gsta52dec.c:
31980           include _stdint.h for a52dec. (should fix #133064)
31981
31982 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31983
31984         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31985         (gst_tag_to_vorbis_comments):
31986         Add replaygain support to vorbistag
31987
31988 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31989         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31990         (gst_ffmpeg_caps_to_extradata):
31991           Fix SVQ3 caps flag properties
31992           Use glib macro for bytes swap
31993
31994 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31995
31996         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31997         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31998         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31999         * ext/sndfile/gstsf.c: (plugin_init):
32000         * gst/avi/gstavi.c: (plugin_init):
32001         * sys/dxr3/dxr3init.c: (plugin_init):
32002         * sys/oss/gstossaudio.c: (plugin_init):
32003         * sys/v4l/gstv4l.c: (plugin_init):
32004         * sys/v4l2/gstv4l2.c: (plugin_init):
32005           remove textdomain calls
32006         * po/nl.po:
32007           update Dutch translation
32008
32009 2004-02-02  Julien MOUTTE  <julien@moutte.net>
32010
32011         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32012         (gst_play_set_audio_sink): Moving volume in the audio thread for
32013         instantaneous volume change. Maybe i will add another volume in front
32014         of visualization later, not sure yet though.
32015
32016 2004-02-02  Julien MOUTTE  <julien@moutte.net>
32017
32018         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32019         (gst_ximagesink_handle_xevents): Better X events handling, only take
32020         the latest events for configure and motion.
32021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
32022
32023 2004-02-02  Jon Trowbridge  <trow@gnu.org>
32024
32025         reviewed by: David Schleef  <ds@schleef.org>
32026
32027         Fix memory leaks:
32028         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
32029         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
32030
32031 2004-02-02  David Schleef  <ds@schleef.org>
32032
32033         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
32034         of lines.
32035         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
32036         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32037         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
32038         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
32039         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32040         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
32041         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
32042         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
32043         (gst_float2_2_int_link):
32044         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32045         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
32046         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
32047         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
32048         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
32049         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
32050         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
32051         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
32052         * testsuite/gst-lint: Add tests for bzero and ;;
32053
32054 2004-02-02  David Schleef  <ds@schleef.org>
32055
32056         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
32057
32058 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32059
32060         * ext/aalib/gstaasink.c: (gst_aasink_open):
32061         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32062         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32063         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32064         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32065         (gst_afsink_close_file):
32066         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32067         (gst_afsrc_close_file):
32068         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32069         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32070         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32071         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32072         * ext/esd/esdmon.c: (gst_esdmon_get):
32073         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
32074         * ext/faac/gstfaac.c: (gst_faac_chain):
32075         * ext/faad/gstfaad.c: (gst_faad_chain):
32076         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32077         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32078         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32079         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32080         (gst_flacdec_loop):
32081         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32082         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32083         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32084         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32085         (gst_gnomevfssink_close_file):
32086         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32087         (gst_gnomevfssrc_open_file):
32088         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32089         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32090         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32091         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32092         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32093         * ext/mad/gstmad.c: (gst_mad_chain):
32094         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32095         * ext/mpeg2dec/gstmpeg2dec.c:
32096         * ext/mpeg2enc/gstmpeg2enc.cc:
32097         * ext/mplex/gstmplex.cc:
32098         * ext/mplex/gstmplexibitstream.cc:
32099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32100         (gst_ogg_demux_push):
32101         * ext/raw1394/gstdv1394src.c:
32102         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32103         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32104         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32105         (gst_sf_loop):
32106         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32107         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
32108         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32109         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32111         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32112         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32113         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32114         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32115         (gst_riff_read_element_data), (gst_riff_read_seek),
32116         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32117         * gst/adder/gstadder.c: (gst_adder_loop):
32118         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32119         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32120         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32121         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32122         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32123         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32124         * gst/goom/gstgoom.c: (gst_goom_chain):
32125         * gst/id3/gstid3types.c: (gst_id3types_loop):
32126         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32127         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32128         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32129         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32130         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32131         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32132         (gst_ebml_read_float), (gst_ebml_read_header):
32133         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32134         (gst_matroska_demux_parse_blockgroup):
32135         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32136         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32137         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32138         * gst/silence/gstsilence.c: (gst_silence_get):
32139         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32140         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32141         * gst/speed/gstspeed.c: (speed_loop):
32142         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32143         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32144         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32145         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32146         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32147         (gst_wavparse_loop):
32148         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32149         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32150         (dxr3audiosink_close):
32151         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32152         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32153         (dxr3videosink_close), (dxr3videosink_write_data):
32154         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32155         * sys/oss/gstosssink.c: (gst_osssink_chain):
32156         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32157         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32158         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32160         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32161         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32162         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32163         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32164         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32165         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32166         (gst_v4l_set_audio):
32167         * sys/v4l/v4l_calls.h:
32168         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32169         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32170         (gst_v4lmjpegsink_playback_init),
32171         (gst_v4lmjpegsink_playback_start):
32172         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
32173         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32174         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32175         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32176         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32177         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32178         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32179         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32180         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32181         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32182         (gst_v4l2_get_output), (gst_v4l2_set_output),
32183         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32184         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32185         (gst_v4l2_set_attribute):
32186         * sys/v4l2/v4l2_calls.h:
32187         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32188         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32189         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32190         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32191         (gst_v4l2src_capture_stop):
32192         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32193         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32194         (gst_ximagesink_chain):
32195         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32196         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32197         (gst_xvideosink_xwindow_new):
32198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32199         (gst_xvimagesink_chain):
32200
32201 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32202
32203         * gst/volume/gstvolume.c: (gst_volume_set_volume),
32204         (gst_volume_get_volume), (volume_class_init), (volume_init),
32205         (volume_chain_int16), (volume_update_volume):
32206         * gst/volume/gstvolume.h:
32207           make code more readable by removing magic numbers
32208           make mixer interface export 0-100 range
32209           make it internally map to 0.0-1.0 range so users don't distort
32210           output by putting the sliders at full volume
32211
32212 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32213
32214         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
32215         (gst_play_state_change), (gst_play_seek_to_time):
32216         block the tick callback for 0.5 secs after doing a seek
32217
32218 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32219
32220         * gst-libs/gst/play/play.c: (gst_play_new):
32221           check for GError
32222
32223 2004-02-01  Julien MOUTTE  <julien@moutte.net>
32224
32225         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
32226         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
32227         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
32228         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
32229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
32230         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
32231
32232 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32233
32234         * configure.ac:
32235         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32236           check for a function added in vorbis 1.1
32237
32238 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32239
32240         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32241         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
32242           really start/stop clock only on PLAYING <=> PAUSED
32243         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32244           remove \n from debugging lines
32245         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
32246           make it work when seeking does not
32247         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32248           reset on DISCONT
32249
32250 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32251
32252         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
32253           start clock on PAUSED=>PLAYING, not later
32254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32255           extract correct time for different discont formats
32256         (gst_alsa_sink_get_time):
32257           don't segfault when no format is negotiated yet, just return 0
32258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32259         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
32260         (gst_ogg_pad_push):
32261           handle flush and discont events correctly
32262         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
32263           handle discont events correctly
32264
32265 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
32266
32267         * gst-libs/gst/play/play.c: (gst_play_error_quark),
32268         (gst_play_error_create), (gst_play_error_plugin),
32269         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
32270         * gst-libs/gst/play/play.h:
32271           add error handling during creation
32272         * examples/gstplay/player.c: (main):
32273           use new gst_play_new
32274
32275
32276 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32277
32278         * ext/theora/theoradec.c: (theora_dec_chain):
32279           make comments work
32280         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
32281         (vorbis_dec_src_event), (vorbis_dec_chain):
32282           add encoder tag, fix tag reading to be more error tolerant, change
32283           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
32284           gst_pad_event_default.
32285         * gst/tags/gstvorbistag.c:
32286         (gst_tag_list_from_vorbiscomment_buffer):
32287           undefine function specific define at end of function
32288
32289 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
32290
32291         * ext/flac/gstflac.c: (plugin_init):
32292         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
32293         * ext/flac/gstflacdec.h:
32294         * ext/flac/gstflacenc.h:
32295           Fix typos
32296
32297 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
32298
32299         * examples/gstplay/player.c: s/gstplay.h/play.h/
32300
32301 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32302
32303         * gst-libs/gst/play/Makefile.am:
32304         * gst-libs/gst/play/gstplay.c:
32305         * gst-libs/gst/play/gstplay.h:
32306         * gst-libs/gst/play/play.c:
32307           more surgery, operation complete
32308
32309 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32310
32311         * gst-libs/gst/play/play.old.c:
32312         * gst-libs/gst/play/play.old.h:
32313           after CVS surgery by moving, remove
32314         * gst-libs/gst/play/playpipelines.c:
32315           remove
32316
32317         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
32318           add negotiation error
32319
32320 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32321
32322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
32323         (gst_ogg_demux_push):
32324           add some seeking debug info
32325           send a flush when seeking
32326
32327 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32328
32329         * configure.ac:
32330           use AC_C_INLINE
32331         * configure.ac:
32332         * ext/Makefile.am:
32333         * ext/theora/Makefile.am:
32334         * ext/theora/theoradec.c:
32335           add theora video decoder. Does just do simple decoding for now and
32336           has been tested against Theora cvs only. It only works when theora
32337           is compiled with --enable-static.
32338         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
32339           always reset packetno on DISCONT
32340
32341 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32342
32343         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
32344           Fix audio.
32345
32346 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32347
32348         * gst/mpegaudioparse/gstmpegaudioparse.c:
32349         (mp3_type_frame_length_from_header):
32350           Fix header parsing - stolen from ffmpeg (thank you! :) ).
32351
32352 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32353
32354         * ext/esd/esdsink.c: (gst_esdsink_init):
32355           Since we have static pad template caps, we don't need to negotiate;
32356           either the core errors out or we know the format.
32357
32358 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32359
32360         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32361         (gst_riff_read_seek):
32362         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32363         (gst_ebml_read_seek):
32364           Fix event handling.
32365
32366 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32367
32368         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
32369           removee video/x-theora from vp3 decoder, it doesn't handle raw
32370           theora streams
32371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
32372           fix bug with finalizing element that never went to PAUSED
32373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
32374           length and position queries were swapped
32375         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
32376         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
32377         (vorbis_dec_src_event):
32378           implement querying time and bytes
32379
32380 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32381
32382         * just about every source file:
32383           gst_element_error -> GST_ELEMENT_ERROR
32384
32385 2004-01-29  Julien MOUTTE  <julien@moutte.net>
32386
32387         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
32388         emiting FLUSH and even before DISCONT.
32389         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
32390         get the best instant seeking as possible yay!
32391
32392 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32393
32394         * gst/mpeg1videoparse/gstmp1videoparse.c:
32395         (gst_mp1videoparse_real_chain):
32396           Committed wrong version last week... Grr... Didn't notice until now.
32397
32398 2004-01-29  Julien MOUTTE <julien@moutte.net>
32399
32400         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
32401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
32402         have_xwindow_id signal in xwindow_create.
32403
32404 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32405
32406         * ext/ogg/gstoggdemux.c:
32407           lots of changes - mainly support for chained bitstreams, seeking,
32408           querying and bugfixes of course
32409         * ext/vorbis/Makefile.am:
32410         * ext/vorbis/vorbisdec.c:
32411         * ext/vorbis/vorbisdec.h:
32412           add vorbisdec raw vorbis decoder
32413         * ext/vorbis/vorbis.c: (plugin_init):
32414           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
32415         * gst/intfloat/Makefile.am:
32416         * gst/intfloat/float22int.c:
32417         * gst/intfloat/float22int.h:
32418         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
32419           add float2intnew plugin. It converts multichannel interleaved float to
32420           multichannel interleaved int. The name should probably be changed.
32421         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32422         (plugin_init):
32423           add typefinding for raw theora video so oggdemux can detect it.
32424
32425 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32426
32427         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32428         sink element first.
32429         * gst/videoscale/gstvideoscale.c:
32430         (gst_videoscale_handle_src_event): Fixing src event handler.
32431
32432 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32433
32434         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32435         (gst_v4lsrc_open), (gst_v4lsrc_close),
32436         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32437         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32438         * sys/v4l/gstv4lsrc.h:
32439         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32440         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32441           Implement resizing... Hack. But that's why v4l is b0rked...
32442
32443 2004-01-28  Julien MOUTTE <julien@moutte.net>
32444
32445         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32446         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32447         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32448         (gst_ximagesink_xwindow_destroy):
32449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32450         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32451         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32452         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32453         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32454         correctly cleaning the image created to check xshm calls on succes,
32455         added a lot of XSync calls in X11 functions, and fixed a segfault when
32456         no image format was defined before negotiation happened.
32457
32458 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32459
32460         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32461           use gst_element_get_time to get correct time
32462
32463 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32464
32465         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32466         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32467         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32469         (gst_xvimagesink_check_xshm_calls),
32470         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32471         X plugins are now able to detect that XShm calls will fail even if the
32472         server claims that it has XShm support (remote displays most of the
32473         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32474         so that we use non XShm functions. This feature is almost useless for
32475         xvimagesink as Xv is not supported on remote displays anyway, but
32476         it might happen than even on the local display XShm calls fail.
32477
32478 2004-01-27  David Schleef  <ds@schleef.org>
32479
32480         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32481         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32482         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32483         changed esdsink to only use 44100,16,2, since esd sucks at rate
32484         conversion and esdsink has had difficulty negotiating.
32485
32486 2004-01-27  Julien MOUTTE <julien@moutte.net>
32487
32488         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32489         (gst_play_seek_to_time): Fixing the way to get current position.
32490
32491 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32492
32493         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32494           use gst_element_get_time to get correct time
32495
32496 2004-01-27  Julien MOUTTE <julien@moutte.net>
32497
32498         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32499         fix ever... Inverting 2 lines of code make spider autoplug correctly
32500         tagged mp3 !
32501
32502 2004-01-27  David Schleef  <ds@schleef.org>
32503
32504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32505         Use gst_pad_try_set_caps_nonfixed().
32506
32507 2004-01-27  David Schleef  <ds@schleef.org>
32508
32509         * gst/ac3parse/gstac3parse.c: update to checklist 5
32510         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32511         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32512         * gst/audioscale/gstaudioscale.c: same
32513         * gst/auparse/gstauparse.c: same
32514         * gst/avi/gstavidemux.c: same
32515
32516 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32517
32518         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32519           stop processing after EOS
32520
32521 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32522
32523         * gst/asfdemux/asfheaders.h:
32524         * gst/asfdemux/gstasfdemux.c:
32525         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32526         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32527         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32528           lot's of fixes to make data extraction simpler and get the code
32529           architecture and compiler independant. Add debugging category
32530         * gst/goom/gstgoom.c: (gst_goom_change_state):
32531           reset channel count on PAUSED=>READY, not READY=>PAUSED
32532
32533 2004-01-26  Colin Walters  <walters@verbum.org>
32534
32535         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32536         code to pull a bigger buffer in iradio mode.  This as a side effect
32537         makes typefinding work.
32538
32539 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32540
32541         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32542         Fix SVQ3 decoding on PPC
32543
32544 2004-01-26  Julien MOUTTE <julien@moutte.net>
32545
32546         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32547         that one managed to stay there... Fixed.
32548
32549 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32550
32551         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32552         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32553         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32554         (qtdemux_video_caps):
32555         * gst/qtdemux/qtdemux.h:
32556         Add SVQ3 specific flags to qtdemux and ffmpeg
32557
32558 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32559
32560         * gst-libs/gst/audio/audio.h:
32561           remove buffer-frames from audio caps
32562         * gst/audioconvert/gstaudioconvert.c:
32563           fix plugin to really work.
32564
32565 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32566
32567         * gst-libs/gst/mixer/mixer.c:
32568         * gst-libs/gst/propertyprobe/propertyprobe.c:
32569         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32570         (gst_tuner_find_channel_by_name):
32571         * gst-libs/gst/tuner/tuner.h:
32572           Add gtk-doc style comments. Also fix a function name.
32573
32574 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32575
32576         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32577         (gst_divxdec_negotiate):
32578           Fix for new capsnego - also fixes gst-player with divxdec.
32579
32580 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32581
32582         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32583         (gst_play_identity_handoff), (gst_play_set_location),
32584         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32585         try in visualization implementation. Still have an issue with switch
32586         blocking when pulling from video_queue and only audio comes out of
32587         spider.
32588         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32589         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32590         release method. And check if the pad is usable before pulling.
32591
32592 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32593
32594         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32595         (gst_videobalance_init),
32596         (gst_videobalance_colorbalance_list_channels),
32597         (gst_videobalance_colorbalance_set_value),
32598         (gst_videobalance_colorbalance_get_value),
32599         (gst_videobalance_update_properties),
32600         (gst_videobalance_update_tables_planar411),
32601         (gst_videobalance_planar411):
32602         * gst/videofilter/gstvideobalance.h:
32603           Implement lookup-tables. +/- 10x faster.
32604
32605 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32606
32607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32608         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32609           The index reading was broken. The rest worked fine, but the whole
32610           goal of my rewrite was to make avidemux readable, and this was
32611           not at all readable. Please use typed variables.
32612
32613 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32614
32615         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32616           Additional pad usability check.
32617         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32618         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32619         (gst_mp1videoparse_real_chain):
32620           Fix MPEG video stream parsing. The original plugin had several
32621           issues, including not timestamping streams where the source was
32622           not timestamped (this happens with PTS values in mpeg system
32623           streams, but MPEG video is also a valid stream on its own so
32624           that needs timestamps too). We use the display time code for that
32625           for now. Also, if one incoming buffer contains multiple valid
32626           frames, we push them all on correctly now, including proper EOS
32627           handling. Lastly, several potential segfaults were fixed, and we
32628           properly sync on new sequence/gop headers to include them in next,
32629           not previous frames (since they're header for the next frame, not
32630           the previous). Also see #119206.
32631         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32632         (bpf_from_header):
32633           Move caps setting so we only do it after finding several valid
32634           MPEG-1 fraes sequentially, not right after the first one (which
32635           might be coincidental).
32636         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32637         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32638         (plugin_init):
32639           Add unsynced MPEG video stream typefinding, and change some
32640           probability values so we detect streams rightly. The idea is as
32641           follows: I can have an unsynced system stream which contains
32642           video. In the current code, I would randomly get a type for either
32643           system or video stream type found, because the probabilities are
32644           being calculated rather randomly. I now use fixed values, so we
32645           always prefer system stream if that was found (and that is how it
32646           should be). If no system stream was found, we can still identity                the stream as video-only.
32647
32648 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32649
32650         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32651         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32652           don't write to buffer. Extract data without the need of
32653           __attribute__ ((packed))
32654
32655 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32656
32657         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32658         (mpeg1_sys_type_find):
32659           Fix MPEG-1 stream typefinding.
32660
32661 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32662
32663         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32664           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32665
32666 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32667
32668         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32669         * ext/esd/gstesd.c: (plugin_init):
32670           private debugging, better error reporting
32671
32672 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32673
32674         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32675         (gst_riff_read_init), (gst_riff_read_change_state):
32676         * gst-libs/gst/riff/riff-read.h:
32677           Remove stuff fromold metadata system.
32678
32679 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32680
32681         * ext/ogg/gstoggdemux.c:
32682           Fix wrong file comment.
32683         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32684         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32685           Add metadata reading properly.
32686
32687 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32688
32689         * ext/Makefile.am:
32690           Fix nas DIST_SUBDIRS
32691           Uraeus:
32692           Fix bug where make distcheck doesn't get run on adding stuff to
32693           the build.
32694
32695 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32696
32697         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32698         * ext/divx/gstdivxdec.h:
32699           Fix divx3 ("msmpeg4") playback using divxdec.
32700
32701 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32702
32703         * gst/typefind/gsttypefindfunctions.c:
32704         (mp3_type_frame_length_from_header): fix bug in length computation
32705         (mp3_type_find): improve debugging output
32706
32707 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32708
32709         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32710         (gst_play_set_location), (gst_play_seek_to_time),
32711         (gst_play_set_audio_sink), (gst_play_set_visualization),
32712         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32713         the pipeline from scratch. Visualization is back and switch went out as
32714         i realized it was not possible to use the way i wanted.
32715         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32716         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32717         clearing in state change from READY to NULL. So that one can clean the
32718         X ressources keeping the element.
32719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32720         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32721         (gst_xvimagesink_colorbalance_set_value),
32722         (gst_xvimagesink_colorbalance_get_value),
32723         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32724         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32725         change from READY to NULL and fixed some stupid bugs in colorbalance
32726         get/set values. Also added the following feature : when nobody tries to
32727         set some values to the colorbalance levels before the xcontext is
32728         grabbed, then when creating channels list from Xv attributes we set the
32729         internal values to the Xv defaults. This way we handle buggy Xv drivers
32730         that set default hue values far from the middle of the range (Thanks
32731         to Jon Trowbridge for pointing that issue).
32732         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32733         colorbalance levels have been set before xcontext is grabbed.
32734
32735 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32736
32737         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32738           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32739           it might block operations (which is bad for a mixer).
32740
32741 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32742
32743         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32744         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32745         (gmip_find_type_pre):
32746         * gst-libs/gst/media-info/media-info-priv.h:
32747         * gst-libs/gst/media-info/media-info.c:
32748         (gst_media_info_instance_init), (gst_media_info_read_idler):
32749         add fakesink to get caps on decoder src pad again
32750         fix callback prototype to match new have_type signal signature
32751
32752 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32753
32754         * gst/adder/gstadder.c: (gst_adder_link):
32755           fix non-compile and cut-n-paste code
32756
32757 2004-01-21  David Schleef  <ds@schleef.org>
32758
32759         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32760         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32761         (gst_swfdec_init), (gst_swfdec_change_state):
32762         * ext/swfdec/gstswfdec.h:
32763         Fix negotiation.
32764         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32765         (gst_adder_request_new_pad): Fix negotiation.
32766         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32767         Add a fixate function.
32768         * gst/intfloat/gstfloat2int.c:
32769         * gst/intfloat/gstfloat2int.h:
32770         * gst/intfloat/gstint2float.c:
32771         * gst/intfloat/gstint2float.h:
32772         Completely rewrite the negotiation.  Doesn't quite work yet,
32773         due to some buffer-frames problem.
32774
32775 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32776
32777         * ext/gnomevfs/gstgnomevfssrc.c:
32778         * sys/v4l2/v4l2_calls.h:
32779           fix includes for distcheck
32780
32781 2004-01-21  Christian Schaller <uraeus@gnome.org>
32782
32783         * ext/nas/
32784         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32785         based on earlier patch from Laurent Vivier
32786
32787 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32788
32789         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32790         Fix wma caps property
32791         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32792         Fix typo (flags1 and flags2)
32793
32794 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32795
32796         * gst-libs/gst/media-info/media-info-priv.c:
32797         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32798         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32799         (gmip_find_stream), (gmip_find_track_metadata),
32800         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32801         (gmip_find_track_format):
32802         * gst-libs/gst/media-info/media-info-priv.h:
32803         * gst-libs/gst/media-info/media-info-test.c: (main):
32804         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32805         (gst_media_info_read_idler), (gst_media_info_read):
32806         * gst-libs/gst/media-info/media-info.h:
32807           register debugging category and use it for debugging
32808
32809 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32810
32811         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32812         (gst_vorbisfile_new_link):
32813           signal streaminfo through tags
32814
32815 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32816
32817         * ext/mplex/gstmplex.cc:
32818         * ext/mplex/gstmplexibitstream.cc:
32819           g++ doesn't like NULL in our i18n/error macros, should be
32820           either (NULL) or ("").
32821
32822 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32823
32824         * sys/dxr3/dxr3audiosink.c:
32825         * sys/dxr3/dxr3init.c:
32826         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32827         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32828           Fix more error error error errors (missing includes here).
32829
32830 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32831
32832         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32833           fix thomas' error errors.
32834
32835 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32836
32837         * ext/mpeg2enc/gstmpeg2enc.cc:
32838           fix error errors.
32839
32840 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32841
32842         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32843         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32844           Fix for new error system.
32845
32846 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32847
32848         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32849           fix for new error reporting
32850
32851 2004-01-20  David Schleef  <ds@schleef.org>
32852
32853         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32854         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32855         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32856         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32857         and neither is 100+, most likely.
32858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32859         (gst_xvimagesink_getcaps): same
32860
32861 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32862
32863         * configure.ac:
32864           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32865           clashes with ffmpeg.
32866
32867 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32868
32869         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32870         (gst_switch_init): Fixed switch element : proxying link and setting
32871         caps from src to sink on request.
32872
32873 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32874
32875         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32876         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32877         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32878         fix element_error
32879
32880 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32881
32882         * sys/v4l/v4l_calls.h:
32883         * sys/v4l2/v4l2_calls.h:
32884           element_error fixes
32885
32886 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32887
32888         * gst-libs/gst/gst-i18n-plugin.h:
32889           add locale.h
32890           remove config.h inclusion
32891
32892 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32893
32894         * autogen.sh:
32895           adding autopoint invocation
32896         * Makefile.am:
32897         * configure.ac:
32898         * gst-libs/gst/gettext.h:
32899           adding gettext bits
32900         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32901         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32902         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32903         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32904         (gst_gnomevfssink_close_file):
32905         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32906         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32907         * gst-libs/gst/gst-i18n-plugin.h:
32908         * gst/avi/gstavi.c: (plugin_init):
32909         * sys/dxr3/dxr3init.c: (plugin_init):
32910         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32911         * sys/oss/gstossaudio.c: (plugin_init):
32912         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32913         * sys/v4l/gstv4l.c: (plugin_init):
32914         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32915         * sys/v4l2/gstv4l2.c: (plugin_init):
32916         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32917         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32918         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32919         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32920         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32921         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32922           make sure locale and translation domain are set
32923           fix translated strings
32924         * po/.cvsignore:
32925         * po/LINGUAS:
32926         * po/Makevars:
32927         * po/POTFILES.in:
32928         * po/nl.po:
32929           put translation files into place
32930         * sys/xvideo/imagetest.c: (main):
32931         * ext/dv/demo-play.c: (main):
32932           fix unnecessary translations
32933
32934 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32935
32936         * ext/sndfile/gstsf.c:
32937         * gst/avi/gstavimux.c:
32938         * ext/audiofile/gstafsink.c:
32939         * ext/audiofile/gstafsrc.c:
32940         * ext/gnomevfs/gstgnomevfssink.c:
32941         * ext/gnomevfs/gstgnomevfssrc.c:
32942         * sys/oss/gstosselement.c:
32943         * sys/v4l/v4l_calls.h:
32944           fix i18n include
32945
32946 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32947
32948         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32949         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32950         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32951         (gst_v4l2_get_output), (gst_v4l2_set_output),
32952         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32953         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32954         (gst_v4l2_set_attribute):
32955         update to new error handling
32956
32957 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32958
32959         * ext/sidplay/gstsiddec.cc:
32960         * gst/modplug/gstmodplug.cc:
32961           parenthese NULL because C++ seems angry about it
32962
32963 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32964
32965         * gst-libs/gst/gst-i18n-plugin.h:
32966           add skeleton i18n stuff, but needs to be further implemented
32967
32968 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32969
32970         * examples/gstplay/player.c: (main):
32971         * ext/aalib/gstaasink.c: (gst_aasink_open):
32972         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32973         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32974         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32975         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32976         (gst_afsink_close_file):
32977         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32978         (gst_afsrc_close_file):
32979         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32980         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32981         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32982         * ext/esd/esdmon.c: (gst_esdmon_get):
32983         * ext/esd/esdsink.c: (gst_esdsink_chain):
32984         * ext/faac/gstfaac.c: (gst_faac_chain):
32985         * ext/faad/gstfaad.c: (gst_faad_chain):
32986         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32987         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32988         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32989         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32990         (gst_flacdec_loop):
32991         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32992         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32993         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32994         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32995         (gst_gnomevfssink_close_file):
32996         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32997         (gst_gnomevfssrc_open_file):
32998         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32999         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33000         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33001         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33002         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33003         * ext/mad/gstmad.c: (gst_mad_chain):
33004         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33005         * ext/mpeg2dec/gstmpeg2dec.c:
33006         * ext/mpeg2enc/gstmpeg2enc.cc:
33007         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33008         * ext/mplex/gstmplex.cc:
33009         * ext/mplex/gstmplexibitstream.cc:
33010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33011         (gst_ogg_demux_push), (gst_ogg_pad_push):
33012         * ext/raw1394/gstdv1394src.c:
33013         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33014         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33015         * ext/sidplay/gstsiddec.cc:
33016         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33017         (gst_sf_loop):
33018         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33019         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33020         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33021         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33022         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33023         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33024         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33025         * gst-libs/gst/Makefile.am:
33026         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33027         (gst_riff_read_element_data), (gst_riff_read_seek),
33028         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33029         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
33030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33031         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33032         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33033         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33034         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33035         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33036         * gst/goom/gstgoom.c: (gst_goom_chain):
33037         * gst/id3/gstid3types.c: (gst_id3types_loop):
33038         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33039         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33040         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33041         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33042         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33043         (gst_ebml_read_float), (gst_ebml_read_header):
33044         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33045         (gst_matroska_demux_parse_blockgroup):
33046         * gst/modplug/gstmodplug.cc:
33047         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33048         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33049         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33050         * gst/silence/gstsilence.c: (gst_silence_get):
33051         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33052         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33053         * gst/speed/gstspeed.c: (speed_loop):
33054         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33055         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33056         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33057         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33058         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33059         (gst_wavparse_loop):
33060         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33061         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33062         (dxr3audiosink_close):
33063         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33064         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33065         (dxr3videosink_close), (dxr3videosink_write_data):
33066         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33067         * sys/oss/gstosselement.h:
33068         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
33069         (gst_osssink_chain):
33070         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33071         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33072         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33073         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33074         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
33075         (gst_v4l_enable_overlay):
33076         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33077         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33078         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33079         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33080         (gst_v4l_set_audio):
33081         * sys/v4l/v4l_calls.h:
33082         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33083         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33084         (gst_v4lmjpegsink_playback_init),
33085         (gst_v4lmjpegsink_playback_start):
33086         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33087         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
33088         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
33089         (gst_v4lmjpegsrc_requeue_frame):
33090         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33091         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33092         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33093         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33094         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33095         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33096         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33097         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33098         (gst_v4l2src_capture_stop):
33099         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33100         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33101         (gst_ximagesink_chain):
33102         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33103         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33104         (gst_xvideosink_xwindow_new):
33105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33106         (gst_xvimagesink_chain):
33107         use new error signal, function and categories
33108
33109 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
33110
33111         * configure.ac:
33112         * ext/Makefile.am:
33113         * ext/musicbrainz/gsttrm.c:
33114         * ext/musicbrainz/gsttrm.h:
33115         * ext/musicbrainz/Makefile.am:
33116         Add a trm plugin
33117
33118 2004-01-18  Julien MOUTTE  <julien@moutte.net>
33119
33120         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
33121         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
33122         synchronous property for debugging.
33123         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
33124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33125         (gst_xvimagesink_set_property): Moving a pointer declaration to a
33126         smaller block, fixing indent.
33127
33128 2004-01-16  David Schleef  <ds@schleef.org>
33129
33130         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
33131         property affects the video stream.
33132         * sys/xvimage/xvimagesink.c:
33133         * sys/xvimage/xvimagesink.h:
33134         Add synchronous property for debugging.  Should probably be
33135         disabled in non-CVS builds.  Make sure that the Xv attribute
33136         exists before we set it (crash!).  Fix a silly float bug that
33137         caused colorbalance to just not work.
33138
33139 2004-01-17  Christian Schaller <Uraeus@gnome.org>
33140
33141         * tools/gst-launch-ext.in - update for new plugins
33142
33143 2004-01-16  David Schleef  <ds@schleef.org>
33144
33145         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
33146         already-freed caps.
33147
33148 2994-01-16  Christian Schaller <Uraeus@gnome.org>
33149
33150         * Update spec for new colorspace plugin and libcaca plugin
33151         * Fix compilation of libcaca plugin (clock -> id)
33152
33153 2004-01-16  Julien MOUTTE <julien@moutte.net>
33154
33155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
33156         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
33157         (gst_xvimagesink_set_xwindow_id),
33158         (gst_xvimagesink_colorbalance_set_value),
33159         (gst_xvimagesink_colorbalance_get_value),
33160         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33161         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
33162         correct colorbalance properties. They can now be set when the element
33163         is still in NULL state. The values will be committed to the Xv Port
33164         when xcontext is initialized.
33165         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
33166         brightness int values in the GstXvImagesink structure.
33167
33168 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33169
33170         * gst-libs/gst/Makefile.am:
33171           restructure so having local patches works easier.
33172
33173 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33174
33175         * ext/mpeg2enc/Makefile.am:
33176         * ext/mpeg2enc/gstmpeg2enc.cc:
33177         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33178           Bugfix with respect to EOS handling.
33179
33180 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33181
33182         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33183           Link with right caps (else, it segfaults).
33184         * ext/mplex/gstmplexjob.cc:
33185           Fix for slight API change in 1.6.1.93 release of mjpegtools.
33186
33187 2004-01-15  David Schleef  <ds@schleef.org>
33188
33189         * gst-libs/gst/audio/Makefile.am:
33190         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
33191         from the template.
33192         * gst-libs/gst/audio/gstaudiofilter.c:
33193         * gst-libs/gst/audio/gstaudiofilter.h:
33194         Add bytes_per_sample and size and n_samples calculation.
33195         * gst-libs/gst/audio/gstaudiofilterexample.c:
33196         Remove, now autogenerated.
33197         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
33198         Moved from gstaudiofilterexample, object name changed, code added
33199         so that it actually works.
33200         * gst-libs/gst/audio/make_filter:
33201         Script to build an audiofilter subclass from the template.
33202         * gst/colorspace/Makefile.am:
33203         * gst/colorspace/yuv2yuv.c:
33204         Remove file, since it's GPL, and we don't use it.
33205
33206 2004-01-15  Julien MOUTTE  <julien@moutte.net>
33207
33208         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
33210         them use the buffer free function to test how the buffer was allocated.
33211
33212 2004-01-15  David Schleef  <ds@schleef.org>
33213
33214         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
33215         that handles osssink fallback.
33216         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
33217         (gst_audio_convert_getcaps):
33218         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
33219         Add audio/x-qdm2 for QDM2 audio.
33220         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33221         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
33222         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33223         Decrease minimum size to 16x16.
33224         * gst/wavparse/gstwavparse.c:
33225         Convert disabled pad template caps to new caps.
33226         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33228         (gst_xvimagesink_chain): Throw element error when display cannot
33229         be opened.  Increase minimum framerate to 1.0.  Check the data
33230         free function on a buffer to make sure it is the type we expect
33231         before manipulating it.
33232
33233 2004-01-15  Julien MOUTTE <julien@moutte.net>
33234
33235         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33236         (gst_videobalance_colorbalance_set_value): Implement passthru if
33237         settings are in the middle.
33238         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
33239
33240 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33241
33242         * gst/videofilter/Makefile.am:
33243         * gst/volume/Makefile.am:
33244           Since we use videofilter symbols, link to it.
33245
33246 2004-01-15  Julien MOUTTE <julien@moutte.net>
33247
33248         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
33249         mixer interface type to HARDWARE.
33250         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
33251         type to SOFTWARE.
33252         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
33253         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
33254         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
33255         (gst_volume_interface_init), (gst_volume_list_tracks),
33256         (gst_volume_set_volume), (gst_volume_get_volume),
33257         (gst_volume_set_mute), (gst_volume_mixer_init),
33258         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
33259         (volume_init): Implementing mixer interface.
33260         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
33261         * sys/oss/gstosselement.c: (gst_osselement_get_type),
33262         (gst_osselement_change_state): Removing some trailing commas in
33263         structures.
33264         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
33265         interface type to HARDWARE.
33266         * sys/v4l/gstv4lcolorbalance.c:
33267         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
33268         type to HARDWARE.
33269         * sys/v4l2/gstv4l2colorbalance.c:
33270         (gst_v4l2_color_balance_interface_init): Setting colorbalance
33271         interface type to HARDWARE.
33272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
33273         same code than ximagesink for event handling.
33274
33275 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33276
33277         * ext/snapshot/Makefile.am:
33278         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
33279         (gst_snapshot_chain):
33280         * ext/snapshot/gstsnapshot.h:
33281           This has to be a joke... Snapshot should be connected to a tee,
33282           colorspace element before it and EOS after that, where the other
33283           src of the tee receives normal data.
33284           The current way is *wrong*.
33285
33286 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33287
33288         * ext/hermes/gsthermescolorspace.c:
33289           Fix another compile error. Same as below.
33290
33291 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33292
33293         * gst/colorspace/gstcolorspace.c:
33294         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
33295         (gst_colorspace_i420_to_yv12):
33296           Fix compiling... Didn't test if it actually works.
33297
33298 2004-01-15  David Schleef  <ds@schleef.org>
33299
33300         * configure.ac:
33301         * gst/colorspace/Makefile.am:
33302         * gst/colorspace/gstcolorspace.c:
33303         * gst/colorspace/gstcolorspace.h:
33304         * gst/colorspace/yuv2rgb.c:
33305         * gst/colorspace/yuv2rgb.h:
33306         Duplicate the ext/hermes colorspace plugin, and remove Hermes
33307         code and GPL code.  Fix for new caps negotiation.  Rewrite
33308         much of the format handling code, and some of the conversion
33309         code.  Basically, rewrote almost everything.  This element
33310         handles I420, YV12 to RGB conversions.
33311         * ext/hermes/Makefile.am:
33312         * ext/hermes/gsthermescolorspace.c:
33313         Rename colorspace to hermescolorspace.  Fix negotiation issues.
33314         Remove non-Hermes related code.  This element handles lots of
33315         RGB to RGB conversions, but no YUV.
33316         * ext/hermes/gstcolorspace.c:
33317         * ext/hermes/gstcolorspace.h:
33318         * ext/hermes/rgb2yuv.c:
33319         * ext/hermes/yuv2rgb.c:
33320         * ext/hermes/yuv2rgb.h:
33321         * ext/hermes/yuv2rgb_mmx16.s:
33322         * ext/hermes/yuv2yuv.c:
33323         * ext/hermes/yuv2yuv.h:
33324         Remove old code.
33325
33326 2004-01-14  Colin Walters  <walters@verbum.org>
33327
33328         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
33329         they've already been.
33330
33331 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33332
33333         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33334           assume tag mode when pad is not connected
33335
33336 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33337
33338         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33339           Don't update the time of the clock
33340         (gst_alsa_sink_loop):
33341           sync to the clock given to alsasink, not the own clock
33342         * sys/oss/gstosssink.c: (gst_osssink_chain):
33343           sync to the clock
33344         (gst_osssink_change_state):
33345           activate the clock
33346         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33348           remove bogus code that made DISCONT events unhandled
33349         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
33350           explicitly case to double in _set_simple. (fixes 2nd warning in bug
33351           #131502)
33352         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
33353         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
33354         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
33355           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
33356           2nd warning in bug #131502)
33357
33358 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33359
33360         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
33361         (gst_videobalance_colorbalance_set_value),
33362         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
33363         for colorbalance interface implementation.
33364         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33365         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
33366         (gst_ximagesink_dispose), (gst_ximagesink_init),
33367         (gst_ximagesink_class_init): Adding DISPLAY property.
33368         * sys/ximage/ximagesink.h: Adding display_name to store display.
33369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33370         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
33371         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
33372         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
33373         properties (they still need polishing though for gst-launch use : no
33374         xcontext yet, i ll do that tomorrow).
33375         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
33376
33377 2004-01-14  Julien MOUTTE  <julien@moutte.net>
33378
33379         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
33380         (gst_play_set_location), (gst_play_set_visualization): Preparing
33381         switch integration, adding videobalance in the pipeline.
33382
33383 2004-01-14  Julien MOUTTE <julien@moutte.net>
33384
33385         * gst-libs/gst/colorbalance/colorbalance.c:
33386         (gst_color_balance_class_init): Adding a default type.
33387         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
33388         the type.
33389         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
33390         (gst_videobalance_dispose), (gst_videobalance_class_init),
33391         (gst_videobalance_init), (gst_videobalance_interface_supported),
33392         (gst_videobalance_interface_init),
33393         (gst_videobalance_colorbalance_list_channels),
33394         (gst_videobalance_colorbalance_set_value),
33395         (gst_videobalance_colorbalance_get_value),
33396         (gst_videobalance_colorbalance_init): Implementing colorbalance
33397         interface.
33398         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
33399         list.
33400         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
33401         bug which was triggering a BadAccess X error when setting an overlay
33402         before pad was really negotiated.
33403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
33404         Using the colorbalance type macro.
33405
33406 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33407
33408         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
33409         (gst_flacenc_chain):
33410           handle tags correctly
33411         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
33412           extract ID3v1 tags correctly
33413
33414 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33415
33416         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
33417         (plugin_init):
33418           Improve matroska typefinding for odd-typed headers...
33419
33420 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33421
33422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33423           Fix for using incremental number on padnames.
33424
33425 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33426
33427         * ext/divx/gstdivxdec.c:
33428         * ext/divx/gstdivxenc.c:
33429           Set category to divx4linux instead of divx (too generic).
33430         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33431         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33432         (gst_wavparse_loop), (gst_wavparse_change_state):
33433         * gst/wavparse/gstwavparse.h:
33434           fix parsing of WAV files with non-standard fmt-tag size and fix
33435           skipping of unrecognized chunks... Someone please fix this thing
33436           to use rifflib so all this is automated.
33437         * sys/v4l/Makefile.am:
33438         * sys/v4l2/Makefile.am:
33439           Add X_CFLAGS because we depend on X (for overlay).
33440
33441 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33442
33443         * ext/mpeg2dec/gstmpeg2dec.c:
33444           Don't issue a timestamp unless we tagged the frame
33445           with a PTS.
33446
33447 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33448
33449         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33450           Query the audio element to get the time, not the clock. We're
33451           interested in the element's time here.
33452
33453 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33454
33455         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33457         * ext/esd/esdsink.c: (gst_esdsink_chain):
33458         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33459         * ext/mas/massink.c: (gst_massink_chain):
33460         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33461         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33462         (gst_matroska_demux_parse_metadata):
33463         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33464         (gst_mpeg_parse_release_locks):
33465         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33466         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33467         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33468         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33469         (gst_osssink_change_state):
33470         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33471         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33472         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33473         (gst_xvideosink_release_locks):
33474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33475           use element time.
33476         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33477         (gst_alsa_clock_stop):
33478         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33479         (gst_audio_clock_get_internal_time):
33480           simplify for use with new clocking code.
33481         * testsuite/alsa/Makefile.am:
33482         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33483           fix testsuite for new caps system
33484
33485 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33486
33487         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33488         * ext/flac/gstflacenc.c: (add_one_tag):
33489           length is already host endian, no need to convert. Fixes playback of
33490           tagged files on PPC. (bug #128384)
33491
33492 2004-01-13  Julien MOUTTE <julien@moutte.net>
33493
33494         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33495         colorbalance interface stating if it is hardware based or software
33496         based.
33497         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33498         Removing a trailing comma.
33499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33500         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33501         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33502         the documentation seems to be wrong on the -1000 to 1000 interval.
33503
33504 2004-01-12  David Schleef  <ds@schleef.org>
33505
33506         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33507         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33508         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33509         Fix negotiation.  Add a bufferalloc function for the sink pad,
33510         and generally clean up some of the code.
33511
33512 2004-01-12  Julien MOUTTE <julien@moutte.net>
33513
33514         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33515         (gst_color_balance_channel_dispose): Adding safety check in dispose
33516         method.
33517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33518         (gst_xvimagesink_xcontext_clear),
33519         (gst_xvimagesink_interface_supported),
33520         (gst_xvimagesink_colorbalance_list_channels),
33521         (gst_xvimagesink_colorbalance_set_value),
33522         (gst_xvimagesink_colorbalance_get_value),
33523         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33524         Adding colorbalance interface support to set XV parameters such as
33525         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33526         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33527         interface.
33528
33529 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33530
33531         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33532         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33533         (gst_audio_convert_init), (gst_audio_convert_set_property),
33534         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33535         (gst_audio_convert_link),
33536         (gst_audio_convert_buffer_to_default_format),
33537         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33538           - implement _getcaps and use it
33539           - improve linking
33540           - remove float caps since no float conversion is actually done
33541           - remove properties and arguments that were to be used for rate
33542             conversion
33543
33544 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33545
33546         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33547         (gst_audio_structure_set_int):
33548         * gst-libs/gst/audio/audio.h:
33549           add helper functions for _getcaps matching the standard audio
33550           templates
33551
33552 2004-01-12  David Schleef  <ds@schleef.org>
33553
33554         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33555         Test that pad is negotiated before getting its caps.
33556
33557 2004-01-12  Julien MOUTTE <julien@moutte.net>
33558
33559         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33560         analyzing the pads of an element the bin is mostly in READY state so
33561         no caps were negotiated. This helper function needs to work with
33562         _get_caps directly then. I was not freeing them though, added that to
33563         fix the mem leak.
33564
33565 2004-01-12  Julien MOUTTE <julien@moutte.net>
33566
33567         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33569         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33570         than the free_func.
33571
33572 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33573
33574         * sys/oss/gstossaudio.c: (plugin_init):
33575         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33576         * sys/oss/gstosselement.h:
33577           make an oss debugging category
33578           make failure more descriptive
33579
33580 2004-01-11  David Schleef  <ds@schleef.org>
33581
33582         * ext/ffmpeg/gstffmpeg.c:
33583         * ext/ffmpeg/gstffmpegcodecmap.c:
33584         * ext/ffmpeg/gstffmpegdec.c:
33585         * ext/ffmpeg/gstffmpegenc.c:
33586         * ext/ffmpeg/gstffmpegprotocol.c:
33587         * ext/gdk_pixbuf/gstgdkanimation.c:
33588         * ext/jpeg/gstjpeg.c:
33589         * ext/libpng/gstpng.c:
33590         * ext/mpeg2dec/perftest.c:
33591         * ext/speex/gstspeex.c:
33592         * gst-libs/gst/resample/dtos.c:
33593         * gst/intfloat/gstintfloatconvert.c:
33594         * gst/oneton/gstoneton.c:
33595         * gst/rtjpeg/RTjpeg.c:
33596         * gst/rtp/gstrtp.c:
33597         * sys/dxr3/dxr3init.c:
33598         * sys/glsink/gstgl_nvimage.c:
33599         * sys/glsink/gstgl_pdrimage.c:
33600         * sys/glsink/gstglsink.c:
33601         * testsuite/gst-lint:
33602         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33603
33604 2004-01-11  David Schleef  <ds@schleef.org>
33605
33606         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33607         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33608         * ext/gdk_pixbuf/gstgdkanimation.c:
33609         (gst_gdk_animation_iter_create_pixbuf):
33610         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33611         (gst_gdk_pixbuf_chain):
33612         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33613         * ext/jack/gstjack.c: (gst_jack_change_state):
33614         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33615         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33616         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33617         * gst/videofilter/gstvideofilter.c:
33618         (gst_videofilter_set_output_size):
33619         Remove all usage of gst_pad_get_caps(), and replace it with
33620         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33621
33622 2004-01-11  David Schleef  <ds@schleef.org>
33623
33624         * configure.ac:
33625         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33626         * ext/divx/gstdivxdec.c:
33627         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33628         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33629         handle images that span multiple buffers.  Now work with both
33630         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33631         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33632         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33633         video/video.h changes
33634         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33635         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33636         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33637         of GstData free function.
33638         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33639         same.
33640
33641 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33642
33643         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33644         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33645         (gst_v4l2element_get_property):
33646         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33647           add norm, channel and frequency properties.
33648         * sys/v4l2/gstv4l2tuner.c:
33649           fixes for tuner interface changes
33650         * sys/v4l2/gstv4l2element.h:
33651         * sys/v4l2/gstv4l2src.c:
33652         * sys/v4l2/gstv4l2src.h:
33653         * sys/v4l2/v4l2src_calls.c:
33654         * sys/v4l2/v4l2src_calls.h:
33655           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33656
33657 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33658
33659         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33660         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33661         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33662         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33663         * gst-libs/gst/tuner/tuner.h:
33664           GObjects aren't const.
33665           Add find_by_name functions.
33666           Add checks to _changed functions.
33667         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33668         (gst_v4l_tuner_get_norm):
33669           Fixes for above.
33670
33671 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33672
33673         * gst-libs/gst/video/video.h:
33674           Fix caps template names to be understandable.
33675           Prefix everything with GST_VIDEO.
33676         * ext/aalib/gstaasink.c:
33677         * ext/divx/gstdivxdec.c:
33678         * ext/divx/gstdivxenc.c:
33679         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33680         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33681         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33682         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33683         * ext/libcaca/gstcacasink.c:
33684         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33685         * ext/snapshot/gstsnapshot.c:
33686         * ext/swfdec/gstswfdec.c:
33687         * ext/xvid/gstxviddec.c:
33688         * ext/xvid/gstxvidenc.c:
33689         * gst/chart/gstchart.c:
33690         * gst/deinterlace/gstdeinterlace.c:
33691         * gst/effectv/gsteffectv.c:
33692         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33693         * gst/goom/gstgoom.c:
33694         * gst/median/gstmedian.c:
33695         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33696         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33697         * gst/overlay/gstoverlay.c:
33698         * gst/smooth/gstsmooth.c:
33699         * gst/smpte/gstsmpte.c:
33700         * gst/synaesthesia/gstsynaesthesia.c:
33701         * gst/videocrop/gstvideocrop.c:
33702         * gst/videodrop/gstvideodrop.c:
33703         * gst/y4m/gsty4mencode.c:
33704         * sys/qcam/gstqcamsrc.c:
33705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33706           Make them work with new video.h file.
33707         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33708         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33710         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33711           Make it work with new buffer allocation system.
33712
33713 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33714
33715         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33716         pad_alloc_buffer implementation to use ->srcpad
33717         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33718         pad_alloc_buffer implementation to use ->srcpad
33719         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33720         pad_alloc_buffer implementation to use ->srcpad
33721         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33722         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33723         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33724         a reference to everything we need.
33725         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33727         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33728         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33729         a reference to everything we need.
33730         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33731
33732 2004-01-11  David Schleef  <ds@schleef.org>
33733
33734         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33735         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33736         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33737         structure members.
33738         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33739         value during a resize/renegotiation.
33740         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33741         gst_pad_alloc_buffer();
33742         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33743         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33744         structure members.
33745         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33746         Fix for rename of buffer private structure members.
33747         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33748         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33749         Fix for rename of buffer private structure members.
33750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33751         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33752         Fix for rename of buffer private structure members.
33753
33754 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33755
33756         reviewed by: David Schleef <ds@schleef.org>
33757
33758         * gst/videofilter/Makefile.am:
33759         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33760         from the patch by ds to fit in with recent make_filter changes.
33761
33762 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33763
33764         * configure.ac: Adding examples/switch/Makefile
33765         * examples/Makefile.am: Adding examples/switch
33766         * examples/switch/Makefile.am: Adding switcher example.
33767         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33768         (switch_timer), (main): Adding an example demonstrating switch usage
33769         with 2 videotestsrc showing different patterns.
33770         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33771         (gst_switch_init): Fixing switch with the new caps system.
33772
33773 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33774
33775         * gst-libs/gst/video/video.h:
33776           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33777           They should probably be like
33778           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33779
33780 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33781
33782         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33783         (qtdemux_parse_trak):
33784           fix audio chunk size/timestamp calculation
33785
33786 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33787
33788         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33789           fix SVQ3 caps
33790
33791 2004-01-11  Steve Baker  <steve@stevebaker.org>
33792
33793         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33794         (gst_agingtv_base_init), (gst_agingtv_class_init),
33795         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33796         (gst_agingtv_set_property), (gst_agingtv_get_property):
33797         Port agingTV to videofilter
33798
33799 2004-01-09  Julien MOUTTE <julien@moutte.net>
33800
33801         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33802         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33803
33804 2004-01-09  Julien MOUTTE <julien@moutte.net>
33805
33806         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33807         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33808         * gst-libs/gst/xoverlay/xoverlay.c:
33809         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33810         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33811         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33812         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33813         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33814         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33815         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33816         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33817         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33818         interface implementation to handle xid being 0 and fix some bugs
33819         triggered by Benjamin's testcase.
33820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33821         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33822         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33823         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33824         interface implementation to handle xid being 0 and fix some bugs
33825         triggered by Benjamin's testcase.
33826
33827 2004-01-09  David Schleef  <ds@schleef.org>
33828
33829         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33830         mouse pointer events.  It works.
33831
33832 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33833
33834         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33835           Use explicit caps - fix capsnego.
33836         * ext/xvid/gstxviddec.c:
33837         * ext/xvid/gstxvidenc.c:
33838           Remove macro-inside-macro which caused compile errors.
33839         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33840           Error out if it's not a RIFF file. Else we error out without
33841           gst_element_error() which is not good...
33842
33843 2004-01-08  David Schleef  <ds@schleef.org>
33844
33845         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33846         Fix pad_link function to handle formats that ffmpeg returns
33847         as multiple caps structures.
33848         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33849         Only complain if source buffer is _smaller_ than expected.
33850         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33851         (gst_videoscale_handle_src_event): Resize navigation events
33852         when passing them upstream.
33853         * gst/videotestsrc/gstvideotestsrc.c:
33854         * gst/videotestsrc/gstvideotestsrc.h:
33855         * gst/videotestsrc/videotestsrc.c:
33856         * gst/videotestsrc/videotestsrc.h:
33857         Rewrite many of the buffer painting functions to handle odd
33858         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33859         been verified to work with my video card.
33860         * testsuite/gst-lint:  Add check for elements calling
33861         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33862
33863 2004-01-08  David Schleef  <ds@schleef.org>
33864
33865         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33866         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33867
33868 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33869
33870         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33871         configure event is not emiting the desired size signal. That fixes
33872         aspect ratio issues with gst-player.
33873
33874 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33875
33876         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33877           Fix capsnego.
33878
33879 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33880
33881         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33882         public method to fire size signal.
33883
33884 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33885
33886         * examples/gstplay/Makefile.am: Adding the interface library.
33887         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33888         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33889         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33890         GST_IS_X_OVERLAY before signal connect.
33891         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33892         Removing the have_video_size signal.
33893         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33894         and associated public method.
33895         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33896         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33897         signal.
33898         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33899         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33900         signal.
33901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33902         Using XOverlay public method to fire size signal.
33903
33904 2004-01-07  David Schleef  <ds@schleef.org>
33905
33906         * gst/videofilter/Makefile.am:
33907         * gst/videofilter/gstvideotemplate.c:
33908         * gst/videofilter/make_filter:
33909         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33910         Convert make_filter to /bin/sh script.
33911
33912 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33913
33914         * gst/modplug/gstmodplug.cc: fix element description
33915
33916 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33917
33918         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33919         (got_video_size): Adding some new lines in g_print calls.
33920         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33921         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33922         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33923         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33924         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33925         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33926         Complete code review, reverting some stuff i disagree with, adding
33927         some fixes : time synchronization on invalid timestamps, renegotiation
33928         of private window.
33929         * sys/ximage/ximagesink.h:
33930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33931         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33932         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33933         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33934         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33935         (gst_xvimagesink_buffer_new),
33936         (gst_xvimagesink_navigation_send_event),
33937         (gst_xvimagesink_set_xwindow_id),
33938         (gst_xvimagesink_get_desired_size),
33939         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33940         stuff i disagree with, adding some fixes : Renegotiation of private
33941         window, implementing get_desired_size.
33942
33943 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33944
33945         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33946         (gst_afsink_handle_event):
33947         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33948         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33949         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33950         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33951         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33952           Fix for instantiate-test (see core). Also remove dead code from
33953           jpegenc (which still needs fixing, but that's lower on my TODO
33954           list...).
33955         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33956           Never return NULL as caps.
33957
33958 2004-01-07  David Schleef  <ds@schleef.org>
33959
33960         * configure.ac:
33961         * ext/Makefile.am:
33962         * ext/librfb/Makefile.am:
33963         * ext/librfb/gstrfbsrc.c:
33964         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33965         is the protocol used by VNC.
33966
33967 2004-01-07  David Schleef  <ds@schleef.org>
33968
33969         * gst/videofilter/gstvideotemplate.c:
33970         * gst/videofilter/gstvideotemplate.h:
33971         * gst/videofilter/make_filter:
33972         Merge videotemplate header into source file.
33973         * gst/effectv/Makefile.am:
33974         * gst/effectv/gsteffectv.c: (plugin_init):
33975         * gst/effectv/gstwarp.c:
33976         Make warpTV a subclass of videofilter.
33977
33978 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33979
33980         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33981           Add guard against invalid utf-8 conversions in mad. Just in case.
33982
33983 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33984
33985         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33986           Fix for bug shown by poisoning
33987
33988 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33989
33990         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33991         (gst_v4lmjpegsrc_buffer_free):
33992         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33993         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33994         (gst_v4lsrc_buffer_free):
33995           Fix for removed bufferpools.
33996
33997 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33998
33999         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34000         Fix caps negotiation.
34001
34002         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
34003         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
34004         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
34005         (dvdnavsrc_event):
34006         * ext/mpeg2dec/gstmpeg2dec.c:
34007         * gst-libs/gst/navigation/navigation.c:
34008         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
34009         * gst-libs/gst/navigation/navigation.h:
34010         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
34011         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
34012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
34013         Super-simple first version of mouse and keyboard events. Clicking
34014         on a DVD menu now works, although it may not take you where you
34015         expected.
34016
34017         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34018         * gst/videotestsrc/gstvideotestsrc.c:
34019         (gst_videotestsrc_src_fixate):
34020         These fixate functions were broken - they never actually
34021         fixated :)
34022
34023 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34024
34025         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
34026         (gst_icecastsend_init):
34027           fix for new caps system.
34028         * gst-libs/gst/mixer/mixertrack.h:
34029         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
34030           Add 'master track' flag (for tools like ACME that only want to
34031           change the main volume).
34032
34033 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
34034
34035         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
34036         (gst_xvid_csp_to_caps):
34037         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
34038         * ext/xvid/gstxvidenc.c:
34039         ifdef out ARGB type when it isn't available
34040         in xvidcore 1.0.0beta2
34041
34042 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34043
34044         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34045           When we have received a new SCR right in the first buffer after
34046           a seek (so in the same cycle that handles the discont), we should
34047           handle the buffer instead of unreffing it, else we lose data.
34048
34049 2004-01-06  Iain <iain@prettypeople.org>
34050
34051         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
34052           buffer-frames caps too.
34053
34054         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
34055           caps that we need, don't destroy them all and rebuild them. And when
34056           creating src pads, use the src pad template rather than the sink...
34057
34058 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34059
34060         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34061           Add pad to element *after* setting functions such as event handler.
34062           Without this, the scheduler (opt) will link pads, set the event
34063           handler from the default event function (dispatcher in gstpad.c)
34064           and *after* that, we will set our own event function, which will
34065           thus never be used (and thus mpegdemux doesn't handle events).
34066
34067 2004-01-04  David Schleef  <ds@schleef.org>
34068
34069         Fix the fixate functions to handle new prototype:
34070         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
34071         * gst/videotestsrc/gstvideotestsrc.c:
34072         (gst_videotestsrc_src_fixate):
34073         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
34074         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
34075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
34076
34077 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34078
34079         * sys/ximage/ximagesink.h:
34080         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
34081         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
34082         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
34083         (gst_ximagesink_xoverlay_init):
34084           assorted fixes to make (re)embedding work
34085         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
34086         (gst_ximagesink_get_desired_size):
34087           implement desired size additions to XOverlay
34088
34089 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34090
34091         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
34092         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
34093         (gst_x_overlay_got_desired_size):
34094         * gst-libs/gst/xoverlay/xoverlay.h:
34095           Add optional "desired size" signal and querying.
34096
34097 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34098
34099         * gst/matroska/matroska-demux.c:
34100         (gst_matroska_demux_parse_blockgroup):
34101           Fix EBML-laced block parsing. Diffs are relative to previous
34102           lace, not the first lace. Thanks to Mosu from the Matroska
34103           team for detecting this.
34104         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34105         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
34106         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
34107         (gst_wavparse_change_state):
34108         * gst/wavparse/gstwavparse.h:
34109           Quickfix for capsnego.
34110
34111 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34112
34113         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
34114           Fix indenting, fix pad creation.
34115
34116 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34117
34118         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
34119         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
34120         (gst_xviddec_sink_link):
34121           Implement src_getcaps() so proper size caps is negotiated.
34122
34123 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34124
34125         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
34126           Finish flac decoder on EOS. See #116178.
34127
34128 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34129
34130         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
34131         (gst_matroska_demux_add_stream):
34132         * gst/matroska/matroska-ids.h:
34133           Add getcaps() function to fix capsnego...
34134
34135 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34136
34137         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34138         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
34139         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
34140           Fix more integer overflows. Again, see #126967.
34141
34142 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34143
34144         * ext/mpeg2dec/gstmpeg2dec.c:
34145           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
34146           #130416.
34147
34148 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34149
34150         * configure.ac:
34151         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
34152         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
34153         * ext/xvid/gstxvid.h:
34154         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
34155         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
34156         (gst_xviddec_src_link), (gst_xviddec_sink_link),
34157         (gst_xviddec_change_state):
34158         * ext/xvid/gstxviddec.h:
34159         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
34160         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
34161         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
34162         (gst_xvidenc_link), (gst_xvidenc_set_property),
34163         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
34164         * ext/xvid/gstxvidenc.h:
34165           Update xvid plugin to latest xvid (1.0.0-beta3) API.
34166
34167 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34168
34169         * gst/rtp/rtp-packet.c:
34170           Add sys/types.h include, since OS X doesn't define in_addr_t
34171           in netinet/in.h, like it does on Linux (see #129600).
34172
34173 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
34174
34175         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34176
34177         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
34178           Correct logic of dispose function (see #129306).
34179
34180 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34181
34182         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
34183         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
34184         (gst_mpeg_parse_init):
34185         * gst/mpegstream/gstmpegparse.h:
34186           Remove clock (which was never provided, i.e. dead code), and
34187           also fix integer overflows at high PTS values (see #126967).
34188
34189 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34190
34191         * ext/flac/gstflacdec.c:
34192         * ext/libpng/gstpngenc.h:
34193         * ext/mikmod/gstmikmod.h:
34194           OS X fixes (see #126628).
34195
34196 2004-01-02  David Schleef  <ds@schleef.org>
34197
34198         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
34199         (gst_alsa_src_base_init): Remove bogus "src" request pad.
34200         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
34201         (gst_mpeg_parse_class_init): Move pad template registration
34202         to class_init, since the derived class (mpegdemux) doesn't
34203         want them.
34204
34205 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34206
34207         * sys/ximage/Makefile.am:
34208         * sys/xvideo/Makefile.am:
34209         * sys/xvimage/Makefile.am:
34210           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
34211           after installation (see #127664).
34212
34213 2004-01-02  David Schleef  <ds@schleef.org>
34214
34215         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
34216         (gst_ffmpegenc_connect):  Negotiation fixes.
34217         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
34218         Remove inappropriate gst_caps_free().
34219         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34220         Reenable Ronald's internal resize code, since the core handles
34221         it correctly now.
34222
34223 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34224
34225         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
34226         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
34227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
34228           Fix pad template stuff.
34229
34230 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34231
34232         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
34233         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
34234           fix signed integer reading/writing.
34235
34236 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34237
34238         * ext/alsa/README:
34239           Remove outdated document
34240
34241 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
34242
34243         * gst/cutter/gstcutter.c: (gst_cutter_init):
34244           src pad was being created twice - oops.
34245
34246 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34247
34248         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34249           Comment out internal resize. It doesn't handle the resulting
34250           XEvent internally, does another try_set_caps() which leads to
34251           a really nice loop.
34252           Real fix will come when Julien and Dave are awake. ;).
34253
34254 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34255
34256         * ext/mpeg2enc/gstmpeg2enc.cc:
34257           fix const/nonconst compile issue.
34258
34259 2004-01-02  David Schleef  <ds@schleef.org>
34260
34261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
34262         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
34263         Add fixate function and a check for bad formats.
34264
34265 2004-01-01  David Schleef  <ds@schleef.org>
34266
34267         Negotiation fixes:
34268         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
34269         (gst_audiofilter_init):
34270         * gst/debug/efence.c: (gst_efence_init):
34271         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
34272         (gst_deinterlace_init):
34273         * gst/volume/gstvolume.c: (volume_connect):
34274
34275 2004-01-01  David Schleef  <ds@schleef.org>
34276
34277         Convert elements to use gst_pad_use_explicit_caps() where
34278         appropriate:
34279         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
34280         * ext/audiofile/gstafparse.c: (gst_afparse_init),
34281         (gst_afparse_open_file):
34282         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
34283         (gst_afsrc_open_file):
34284         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
34285         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
34286         (gst_ffmpegdec_chain):
34287         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34288         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
34289         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
34290         (gst_gdk_pixbuf_chain):
34291         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
34292         (gst_jpegdec_chain):
34293         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
34294         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
34295         (gst_mikmod_negotiate):
34296         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
34297         (gst_mpeg2dec_negotiate_format):
34298         * ext/mpeg2enc/gstmpeg2enc.cc:
34299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34300         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
34301         (gst_speexdec_sinkconnect):
34302         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
34303         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
34304         (gst_vorbisfile_new_link):
34305         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
34306         (gst_ac3parse_chain):
34307         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
34308         (gst_asf_demux_setup_pad):
34309         * gst/auparse/gstauparse.c: (gst_auparse_init),
34310         (gst_auparse_chain):
34311         * gst/id3/gstid3types.c: (gst_id3types_loop):
34312         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34313         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34314         (mp1videoparse_parse_seq):
34315         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
34316         (bpf_from_header):
34317         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34318         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
34319         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
34320         (gst_mpeg_parse_send_data):
34321         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34322         (gst_qtdemux_add_stream):
34323         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
34324         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34325         (gst_wavparse_parse_fmt):
34326
34327 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34328
34329         * configure.ac:
34330           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
34331           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
34332           it therefore uses the wrong include paths. Too bad... Note
34333           that 1.6.1.93 is not release yet. ;).
34334           Also add a check for mplex, which is now using the lib'ified
34335           mplex from mjpegtools, too.
34336         * ext/ffmpeg/gstffmpegcodecmap.c:
34337           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
34338           issues. I don't think ffmpeg handles 3ivx correctly, so this
34339           probably won't work. But it won't hurt either.
34340         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
34341         (gst_ffmpegdec_chain):
34342         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
34343         (gst_ffmpegenc_chain_audio):
34344           Fix memleak in audio encoding. Close codec if open fails, this
34345           calls the cleanup routines so we can re-use the context.
34346         * ext/mpeg2enc/gstmpeg2enc.cc:
34347           Fix pad template names/types, fix memory issue with getcaps().
34348         * ext/mpeg2enc/gstmpeg2encoder.cc:
34349         * ext/mpeg2enc/gstmpeg2encoder.hh:
34350           Fix compile issue with new caps system (const thingy).
34351         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34352         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
34353           We read a first frame right on initing, so that we have a caps
34354           when we init the output. This caps is cached in padprivate and
34355           read as first frame.
34356         * ext/mplex/Makefile.am:
34357         * ext/mplex/gstmplex.cc:
34358         * ext/mplex/gstmplex.h:
34359         * ext/mplex/gstmplex.hh:
34360         * ext/mplex/gstmplexibitstream.cc:
34361         * ext/mplex/gstmplexibitstream.hh:
34362         * ext/mplex/gstmplexjob.cc:
34363         * ext/mplex/gstmplexjob.hh:
34364         * ext/mplex/gstmplexoutputstream.cc:
34365         * ext/mplex/gstmplexoutputstream.hh:
34366           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
34367           had issues, didn't do capsnego, supported only a subset of the
34368           mplex features and required a mplex fork in our local CVS. Plus
34369           that it worked agaist a very old mplex version. Rewriting was
34370           faster than updating it.
34371         * gst-libs/ext/Makefile.am:
34372         * gst-libs/ext/mplex/INSTRUCT:
34373         * gst-libs/ext/mplex/Makefile.am:
34374         * gst-libs/ext/mplex/README:
34375         * gst-libs/ext/mplex/TODO:
34376         * gst-libs/ext/mplex/ac3strm_in.cc:
34377         * gst-libs/ext/mplex/audiostrm.hh:
34378         * gst-libs/ext/mplex/audiostrm_out.cc:
34379         * gst-libs/ext/mplex/aunit.hh:
34380         * gst-libs/ext/mplex/bits.cc:
34381         * gst-libs/ext/mplex/bits.hh:
34382         * gst-libs/ext/mplex/buffer.cc:
34383         * gst-libs/ext/mplex/buffer.hh:
34384         * gst-libs/ext/mplex/fastintfns.h:
34385         * gst-libs/ext/mplex/format_codes.h:
34386         * gst-libs/ext/mplex/inputstrm.cc:
34387         * gst-libs/ext/mplex/inputstrm.hh:
34388         * gst-libs/ext/mplex/lpcmstrm_in.cc:
34389         * gst-libs/ext/mplex/mjpeg_logging.cc:
34390         * gst-libs/ext/mplex/mjpeg_logging.h:
34391         * gst-libs/ext/mplex/mjpeg_types.h:
34392         * gst-libs/ext/mplex/mpastrm_in.cc:
34393         * gst-libs/ext/mplex/mpegconsts.cc:
34394         * gst-libs/ext/mplex/mpegconsts.h:
34395         * gst-libs/ext/mplex/mplexconsts.hh:
34396         * gst-libs/ext/mplex/multplex.cc:
34397         * gst-libs/ext/mplex/outputstream.hh:
34398         * gst-libs/ext/mplex/padstrm.cc:
34399         * gst-libs/ext/mplex/padstrm.hh:
34400         * gst-libs/ext/mplex/stillsstream.cc:
34401         * gst-libs/ext/mplex/stillsstream.hh:
34402         * gst-libs/ext/mplex/systems.cc:
34403         * gst-libs/ext/mplex/systems.hh:
34404         * gst-libs/ext/mplex/vector.cc:
34405         * gst-libs/ext/mplex/vector.hh:
34406         * gst-libs/ext/mplex/videostrm.hh:
34407         * gst-libs/ext/mplex/videostrm_in.cc:
34408         * gst-libs/ext/mplex/videostrm_out.cc:
34409         * gst-libs/ext/mplex/yuv4mpeg.cc:
34410         * gst-libs/ext/mplex/yuv4mpeg.h:
34411         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
34412         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
34413           We don't fork mjpegtools' mplex in our CVS anymore.
34414         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
34415         (gst_avi_demux_add_stream):
34416         * gst/avi/gstavidemux.h:
34417           Add getcaps() function for proper caps nego. This makes some
34418           parts of AVI playback/reading work.
34419         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
34420           Resize window on new capsnego. This is probably wrong, but
34421           I'm still committing it because with current capsnego, the
34422           first successfull capsnego is auto-fixated, therefore rounded
34423           down to the lowest values in the caps. this results in a 16x16
34424           XWindow that is not reized when real capsnego finishes.
34425           Dave, I see more cases of this, do you know a proper solution?
34426         * tools/gst-launch-ext.in:
34427           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34428
34429 2003-12-31  David Schleef  <ds@schleef.org>
34430
34431         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34432         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34433           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34434
34435 2003-12-30  David Schleef  <ds@schleef.org>
34436
34437         * ext/ffmpeg/gstffmpegcolorspace.c:
34438         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34439         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34440         (gst_ffmpegcsp_chain): Negotiation fixes
34441         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34443         (gst_audio_convert_link), (gst_audio_convert_channels):
34444         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34445         (gst_audioscale_link), (gst_audioscale_get_buffer),
34446         (gst_audioscale_chain): Negotiation fixes
34447         * gst/audioscale/gstaudioscale.h:
34448         * gst/videofilter/gstvideofilter.c:
34449         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34450         (gst_videofilter_link), (gst_videofilter_init),
34451         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34452         (gst_videofilter_find_format_by_structure):
34453         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34454         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34455         (gst_videoscale_link):
34456         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34457         (videoscale_find_by_structure), (gst_videoscale_setup):
34458         * gst/videoscale/videoscale.h: Negotiation fixes
34459         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34460         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34461         function, restrict resizing to a multiple of 4 (hack until
34462         everyone supports odd sizes correctly).
34463
34464 2003-12-29  Colin Walters  <walters@verbum.org>
34465
34466         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34467         signed.
34468
34469 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34470
34471         * ext/sndfile/gstsf.c: (gst_sf_loop):
34472           Fix warning about discarding const qualifier
34473
34474 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34475
34476         * gst/cutter/gstcutter.c:
34477         * gst/videoscale/gstvideoscale.c:
34478         * gst/volenv/gstvolenv.c:
34479         * gst-libs/gst/audio/audio.c:
34480         * gst-libs/gst/video/video.c:
34481           Fix warnings
34482
34483 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34484
34485         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34486           Don't send ALSA debugging to stderr.
34487         * ext/alsa/gstalsa.h:
34488           Use GST_WARNING instead of g_warning when ALSA functions fail.
34489
34490 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34491
34492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34493           Free XVAdapterInfo correctly.
34494
34495 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34496
34497         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34498         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34499           Make id3tag use correct caps nego.
34500
34501 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34502
34503         * ext/ivorbis/vorbis.c:
34504         * ext/ivorbis/vorbisenc.h:
34505         * ext/ivorbis/vorbisfile.c:
34506           Modify so that it uses the new caps things
34507
34508 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34509
34510         * testsuite/spider/spider1.c: (main):
34511         * testsuite/spider/spider2.c: (main):
34512         * testsuite/spider/spider3.c: (main):
34513           Make tests compile again. They probably don't work.
34514
34515 2003-12-24  Colin Walters  <walters@verbum.org>
34516
34517         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34518         we can't fixate the caps anymore.
34519
34520 2003-12-23  David Schleef  <ds@schleef.org>
34521
34522         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34523         * sys/oss/gstosssink.c: (gst_osssink_init),
34524         (gst_osssink_sink_fixate): Add fixate function.
34525
34526 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34527
34528         * ext/ffmpeg/gstffmpegcodecmap.c:
34529         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34530         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34531         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34532         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34533         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34534         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34535         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34536           fix typo in RGB masks, and move back to "old" colorspace
34537           capsnego code until whoever wrote this new crap has actually
34538           tested it so that it works.
34539           And yes, this works, keep it that way please.
34540
34541 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34542
34543         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34544         (gst_divxdec_init), (gst_divxdec_negotiate):
34545         * ext/divx/gstdivxdec.h:
34546         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34547         (gst_divxenc_init):
34548         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34549         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34550         * ext/mpeg2enc/gstmpeg2enc.cc:
34551         * ext/mpeg2enc/gstmpeg2encoder.cc:
34552         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34553         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34554         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34555         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34556         (dxr3spusink_init):
34557         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34558         (dxr3videosink_init):
34559           Fix caps breakage after Dave's caps branch merge.
34560
34561 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34562
34563         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34564           Fix for 24bpp display.
34565
34566 2003-12-23  Colin Walters  <walters@verbum.org>
34567
34568         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34569         a GnomeVFSHandle directly.
34570
34571 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34572
34573         * gst/volume/Makefile.am:
34574         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34575         (volume_base_init), (volume_init):
34576           Reenable volume element and fix to work with new caps stuff.
34577           Rhythmbox needs this.
34578
34579 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34580
34581         * gst/qtdemux/qtdemux.c: (plugin_init):
34582           qtdemux requires bytestream
34583
34584 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34585
34586         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34587           Fix remaining caps handling errors due to CAPS merge.
34588
34589 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34590
34591         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34592         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34593         (gst_faad_srcconnect):
34594           Port to new caps system.
34595
34596 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34597
34598         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34599         (got_video_size), (main): using g_print instead of g_message.
34600         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34601         signal which was not emitted because of "switch" element added to the
34602         bin but not connected. (Removing from the bin temporarily)
34603
34604 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34605
34606         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34607         find X development files. I don't understand the previous tests and
34608         they fail on my debian/ppc unstable. This one works.
34609         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34610         exiting.
34611         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34612         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34613         (gst_play_set_visualization): Add some safety checks in set_ methods
34614         and state_change. This was throwing some ugly CRITICAL messages when
34615         pipeline was getting disposed and casts were failing.
34616
34617 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34618
34619         * configure.ac:
34620           Improve mpeg2enc detection. This is for distributions that do
34621           ship mjpegtools, but without mpeg2enc. Also does object check
34622           for might there ever be ABI incompatibility.
34623         * ext/mpeg2enc/gstmpeg2enc.cc:
34624           Add Andrew as second maintainer (he's helping me), and also add
34625           an error if no caps was set. This happens if I pull before capsnego
34626           and that's something I should solve sometime else.
34627         * gst/matroska/matroska-demux.c:
34628         (gst_matroska_demux_parse_blockgroup):
34629           Fix time parsing.
34630         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34631         (gst_matroska_mux_track_header):
34632           Add caps to templates.
34633         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34634           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34635         * gst/mpegstream/gstmpegdemux.c:
34636           Remove layer since it causes warnings about unfixed caps.
34637         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34638           Fix obvious typo (we error out if caps were set, we should of
34639           course error out if *no* caps were set).
34640         * sys/oss/gstosselement.c: (gst_osselement_convert):
34641           Fix format conversion, we confused bits/bytes.
34642         * sys/oss/gstosselement.h:
34643           Improve documentation for 'bps'.
34644         * sys/v4l/TODO:
34645           Remove stuff about plugins that need removing - this was done
34646           ages ago.
34647         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34648         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34650         (gst_v4lsrc_src_query):
34651         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34652         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34653           Add get_query_types(), get_formats() and query() functions.
34654
34655 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34656
34657         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34658           * moved CVS to freedesktop.org