gst/speexresample/: Add support for int8, int24 and int32 input by converting interna...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_stop),
4         (gst_speex_resample_get_funcs),
5         (gst_speex_resample_transform_size),
6         (gst_speex_resample_convert_buffer),
7         (gst_speex_resample_push_drain), (gst_speex_resample_process):
8         * gst/speexresample/gstspeexresample.h:
9         * gst/speexresample/speex_resampler_wrapper.h:
10         Add support for int8, int24 and int32 input by converting internally
11         to/from int16 or double.
12
13 2008-10-30  Jan Schmidt  <jan.schmidt@sun.com>
14
15         * ext/resindvd/resindvdsrc.c:
16         * ext/resindvd/resindvdsrc.h:
17         Better fix for #546319 and similar cases by explicitly
18         registering when we're in playing state or not.
19
20 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
21
22         * ext/ladspa/gstladspa.c:
23           Whitespace.
24         * ext/ladspa/gstsignalprocessor.c:
25           Add a FIXME:. not sure if this code does the forwarding correctly.
26
27 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
28
29         * gst/speexresample/Makefile.am:
30         * gst/speexresample/arch.h:
31         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_stop),
32         (gst_speex_resample_get_unit_size), (gst_speex_resample_get_funcs),
33         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
34         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
35         (_gcd), (gst_speex_resample_transform_size),
36         (gst_speex_resample_set_caps), (gst_speex_resample_push_drain),
37         (gst_speex_resample_process), (gst_speex_resample_transform),
38         (gst_speex_resample_query), (gst_speex_resample_set_property):
39         * gst/speexresample/gstspeexresample.h:
40         * gst/speexresample/resample.c:
41         * gst/speexresample/speex_resampler.h:
42         * gst/speexresample/speex_resampler_double.c:
43         * gst/speexresample/speex_resampler_wrapper.h:
44         * tests/check/elements/speexresample.c: (setup_speexresample),
45         (test_perfect_stream_instance), (GST_START_TEST),
46         (test_discont_stream_instance):
47         Add support for double samples as input and refactor the usage
48         of the different compilation flavors of the speex resampler.
49
50 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
51
52         * gst/scaletempo/gstscaletempo.c:
53           Return the result of parent_class->event().
54
55 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
56
57         * gst/audiobuffer/Makefile.am:
58         * gst/audiobuffer/gstaudioringbuffer.c:
59         (gst_int_ring_buffer_acquire), (gst_int_ring_buffer_release),
60         (gst_int_ring_buffer_start), (gst_int_ring_buffer_base_init),
61         (gst_int_ring_buffer_class_init), (gst_int_ring_buffer_init),
62         (gst_int_ring_buffer_new), (gst_audio_ringbuffer_get_type),
63         (gst_audio_ringbuffer_class_init), (gst_audio_ringbuffer_init),
64         (gst_audio_ringbuffer_finalize), (gst_audio_ringbuffer_getcaps),
65         (gst_audio_ringbuffer_setcaps), (gst_audio_ringbuffer_bufferalloc),
66         (gst_audio_ringbuffer_handle_sink_event),
67         (gst_audio_ringbuffer_render), (gst_audio_ringbuffer_chain),
68         (gst_audio_ringbuffer_handle_src_event),
69         (gst_audio_ringbuffer_handle_src_query),
70         (gst_audio_ringbuffer_get_range),
71         (gst_audio_ringbuffer_src_checkgetrange_function),
72         (gst_audio_ringbuffer_sink_activate_push),
73         (gst_audio_ringbuffer_src_activate_push),
74         (gst_audio_ringbuffer_src_activate_pull),
75         (gst_audio_ringbuffer_change_state),
76         (gst_audio_ringbuffer_set_property),
77         (gst_audio_ringbuffer_get_property), (plugin_init):
78         Add first version of an audioringbuffer element that can be inserted in
79         the pipeline to convert push-based upstream into a pull-based
80         downstream.
81
82 2008-10-29  Michael Smith <msmith@songbirdnest.com>
83
84         * gst/aiffparse/aiffparse.c:
85           AIFF is always signed, even for 8 bit.
86
87 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
88
89         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
90         Fix the docs.
91
92 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
93
94         Patch by: Robin Stocker <robin at nibor dot org>
95
96         * gst/real/gstrealvideodec.c: (gst_real_video_dec_setcaps):
97         A RealVideo video inside a container (for example MKV) should use the
98         PAR which is specified on the sinkpad caps. Fixes #558416.
99
100 2008-10-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
101
102         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_start),
103         (gst_speex_resample_get_unit_size),
104         (gst_speex_resample_push_drain), (gst_speex_resample_event),
105         (gst_speex_resample_check_discont), (gst_speex_resample_process),
106         (gst_speex_resample_transform):
107         * gst/speexresample/gstspeexresample.h:
108         Rewrite timestamp tracking to make it more robust and guarantee
109         a continous stream.
110
111         * tests/check/Makefile.am:
112         * tests/check/elements/speexresample.c: (setup_speexresample),
113         (cleanup_speexresample), (fail_unless_perfect_stream),
114         (test_perfect_stream_instance), (GST_START_TEST),
115         (test_discont_stream_instance), (live_switch_alloc_only_48000),
116         (live_switch_get_sink_caps), (live_switch_push),
117         (speexresample_suite):
118         Add unit tests for speexresample based on the audioresample unit tests.
119
120 2008-10-29  Jan Schmidt  <thaytan@noraisin.net>
121
122         * ext/resindvd/resindvdsrc.c:
123         Make sure to start the NAV packet processing when changing
124         state to PLAYING  by passing a flag that indicates the state
125         change is in progress.
126         Fixes: #546319
127
128 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
129
130         * ext/resindvd/resin-play:
131           Remove $@ to fix parse_launch warning
132
133         * ext/resindvd/resin-play2:
134           Add a version that uses deinterlace and xvimagesink.
135           
136
137 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
138
139         * gst/speexresample/gstspeexresample.c:
140         (gst_speex_resample_get_unit_size),
141         (gst_speex_resample_fixate_caps), (gst_speex_resample_init_state),
142         (gst_speex_resample_update_state), (gst_speex_resample_parse_caps),
143         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
144         (gst_speex_resample_push_drain), (gst_speex_resample_event),
145         (gst_speex_resample_check_discont), (gst_speex_fix_output_buffer),
146         (gst_speex_resample_process), (gst_speex_resample_transform),
147         (gst_speex_resample_query), (gst_speex_resample_set_property):
148         * gst/speexresample/gstspeexresample.h:
149         Some random cleanup, add G_LIKELY and friends, use GST_DEBUG_OBJECT
150         instead of GST_DEBUG, ...
151
152 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
153
154         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
155         Implement position query in time format.
156
157 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
158
159         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
160         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_push),
161         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
162         (gst_flv_demux_dispose), (gst_flv_demux_init):
163         * gst/flv/gstflvdemux.h:
164         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
165         (gst_flv_parse_tag_video), (gst_flv_parse_tag_timestamp):
166         Put the GstSegment directly into the instance struct instead of
167         allocating and free'ing it again.
168
169         Push tags already if only one pad was added, no need to wait for
170         the second one.
171
172         When generating our index set has_video and has_audio if we find
173         video or audio in case the FLV header has incorrect data.
174
175 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
176
177         * gst/speexresample/gstspeexresample.c:
178         (gst_speex_resample_class_init), (gst_speex_resample_fixate_caps),
179         (gst_speex_resample_process):
180         Fixate to the nearest supported rate instead of the first one.
181
182 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
183
184         * gst/speexresample/README:
185         * gst/speexresample/arch.h:
186         * gst/speexresample/fixed_arm4.h:
187         * gst/speexresample/fixed_arm5e.h:
188         * gst/speexresample/fixed_bfin.h:
189         * gst/speexresample/fixed_debug.h:
190         * gst/speexresample/fixed_generic.h:
191         * gst/speexresample/resample.c: (compute_func), (main), (sinc),
192         (cubic_coef), (resampler_basic_direct_single),
193         (resampler_basic_direct_double),
194         (resampler_basic_interpolate_single),
195         (resampler_basic_interpolate_double), (update_filter),
196         (speex_resampler_init_frac), (speex_resampler_process_native),
197         (speex_resampler_magic), (speex_resampler_process_float),
198         (speex_resampler_process_int),
199         (speex_resampler_process_interleaved_float),
200         (speex_resampler_process_interleaved_int),
201         (speex_resampler_set_rate_frac), (speex_resampler_skip_zeros),
202         (speex_resampler_reset_mem):
203         * gst/speexresample/speex_resampler.h:
204         Update Speex resampler with latest version from Speex GIT.
205
206 2008-10-27  Michael Smith <msmith@songbirdnest.com>
207
208         * gst/aiffparse/aiffparse.c:
209         * gst/aiffparse/aiffparse.h:
210           Calculate width from depth correctly.
211           Read SSND header properly (fixes 24 bit AIFF reading).
212
213 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
214
215         * ext/x264/gstx264enc.c: (gst_x264_enc_init_encoder):
216         Adapt to slightly modified x264 API.  Fixes #555238.
217
218 2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
219
220         * ext/faac/gstfaac.c: (gst_faac_sink_event):
221         Prevent endless loop if buffer alloc error.
222
223 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
224
225         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
226         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
227         (gst_flv_demux_create_index):
228         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
229         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
230         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type),
231         (gst_flv_parse_header):
232         * gst/flv/gstflvparse.h:
233         Don't memcpy() all data we want to push downstream, instead just
234         create subbuffers and push them downstream.
235
236         Fix some minor memory leaks.
237
238 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
239
240         * configure.ac:
241         Require CVS of core for the last change.
242
243 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
244
245         * gst/flv/Makefile.am:
246         Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
247
248         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
249         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
250         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
251         (gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type):
252         Rewrite the script tag parsing to make sure we don't try to read
253         more data than we have. Also use GST_READ_UINT24_BE directly and
254         fix some minor memory leaks.
255         This should make all crashes on fuzzed FLV files disappear.
256
257 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
258
259         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
260         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
261         (gst_flv_parse_tag_type), (gst_flv_parse_header):
262         Properly check everywhere that we have enough data to parse and
263         don't read outside the allocated memory region. 
264
265 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
266
267         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
268         (gst_flv_parse_tag_video):
269         If the caps change during playback and negotiation fails error out
270         instead of trying to continue.
271
272 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
273
274         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
275         (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer),
276         (gst_flv_mux_collected):
277         * gst/flv/gstflvmux.h:
278         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate):
279         Add support for Speex audio and allow buffers without valid
280         timestamp in the muxer.
281
282 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
283
284         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
285         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
286         (gst_flv_demux_handle_seek_pull):
287         Don't post an error message on the bus if sending EOS downstream
288         didn't work. Fixes bug #550454.
289
290         Fix seek event handling to look at the flags of the seek event
291         instead of assuming some random flags, don't send segment-start
292         messages when operating in push mode and push seek events upstream
293         if we couldn't handle them.
294
295 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
296
297         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
298         Error out early if pulling a tag failed.
299
300 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
301
302         * gst/flv/gstflvdemux.c: (gst_flv_demux_create_index),
303         (gst_flv_demux_loop):
304         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_script),
305         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
306         (gst_flv_parse_tag_timestamp):
307         * gst/flv/gstflvparse.h:
308         In pull mode we create our own index before doing anything else
309         and don't use the index provided by some files (which are more than
310         often incorrect and cause failed seeks).
311
312         For push mode we still use the index provided by the file and extend it
313         while doing the playback.
314
315 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
316
317         * gst/flv/gstflvdemux.c: (gst_flv_demux_push_src_event),
318         (gst_flv_demux_loop), (gst_flv_demux_handle_seek_pull),
319         (gst_flv_demux_sink_event):
320         Instead of using gst_pad_event_default() use a small
321         gst_pad_push_event() wrapper that only does what we want and is much
322         more simple.
323
324 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
325
326         * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
327         (gst_flv_demux_set_index), (gst_flv_demux_init):
328         * gst/flv/gstflvdemux.h:
329         If our index was created by the element and not provided from the
330         outside we should destroy it when starting a new stream to get
331         all old entries removed.
332
333 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
334
335         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
336         Improve debugging a bit when pulling a buffer from upstream fails.
337
338 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
339
340         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
341         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_dispose):
342         * gst/flv/gstflvdemux.h:
343         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
344         (gst_flv_parse_tag_video):
345         Close the currently playing segment from the streaming thread
346         instead of the thread where the seek event is handled.
347
348 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
349
350         Patch by: David Härdeman <david at hardeman dot nu>
351
352         * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit):
353         Add support for the frequency list descriptor, which provides
354         additional frequencies that should be scanned by a DVB application.
355         Fixes bug #557814.
356
357 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
358
359         Patch by: vanista <vanista at gmail dot com>
360
361         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_choose_best_stream):
362         Fix EOS logic by correctly popping the collect pad buffers only
363         when we've chosen to use them instead of popping them always and
364         storing them in a private queue.
365
366         Before the pipeline would deadlock if all pads go EOS at the same
367         time. Fixes bug #557763.
368
369 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
370
371         * configure.ac:
372         Back to development -> 0.10.9.1
373
374 === release 0.10.9 ===
375
376 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
377
378         * configure.ac:
379           releasing 0.10.9, "Matters of fact"
380
381 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
382
383         * configure.ac:
384         Commit 0.10.8.4 pre-release
385
386 2008-10-20  Edward Hervey  <edward.hervey@collabora.co.uk>
387
388         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
389         Fix reverse playback regression.
390         Fixes #557080
391
392 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
393
394         * ext/apexsink/gstapexplugin.c: (plugin_init):
395           Set apexsink's rank to NONE so it doesn't get used by
396           autoaudiosink (there's no point really). (#556588)
397
398 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
399
400         * configure.ac:
401         0.10.8.3 pre-release
402
403 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
404
405         Patch by: Josep Torra
406
407         * gst/mpegdemux/gstmpegtsdemux.c:
408         * gst/mpegdemux/gstmpegtsdemux.h:
409         Properly handle some resync cases in the optimised
410         buffering strategy.
411
412 2008-10-16  Michael Smith <msmith@songbirdnest.com>
413         * sys/acmenc/Makefile.am:
414           Remove incorrect use of DIRECTSOUND_LDFLAGS
415
416 2008-10-16  Sebastian Dröge  <slomo@circular-chaos.org>
417
418         * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
419         (gst_flv_mux_write_buffer):
420         Don't set video_codec to the value that actually should go
421         into audio codec, otherwise we create invalid files.
422         Fixes bug #556564.
423
424 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
425
426         * tests/check/Makefile.am:
427         Leave apexsink out of the states test.
428
429 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
430
431         * gst/rtpmanager/gstrtpjitterbuffer.c:
432         (gst_jitter_buffer_sink_parse_caps),
433         (gst_rtp_jitter_buffer_flush_start),
434         (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_chain),
435         (gst_rtp_jitter_buffer_loop):
436         Fix problem with using the output seqnum counter to check for input
437         seqnum discontinuities.
438         Improve gap detection and recovery, reset and flush the jitterbuffer on
439         seqnum restart. Fixes #556520.
440
441         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert):
442         Fix wrong G_LIKELY.
443
444 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
445
446         * configure.ac:
447         Commit 0.10.8.2 pre-release bump, that actually went out in a
448         tarball on 2008-10-11
449
450 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
451
452         * gst/rtpmanager/gstrtpsession.c:
453         (gst_rtp_session_event_send_rtcp_src), (create_send_rtcp_src):
454         Install event handler on the rtcp_src pad, make LATENCY event return
455         TRUE. Fixes #556338.
456
457 2008-10-16  Edward Hervey  <edward.hervey@collabora.co.uk>
458
459         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data):
460         Make sure the mpegpsdemux element creates valid newsegment events.
461         Fixes #556428
462
463 2008-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
464
465         patch by: Sebastian Pölsterl
466         
467         * gst/mpegdemux/mpegtspacketizer.c:
468         Fixes segfault in get_encoding_and_convert.
469         Fixes #556482
470
471 2008-10-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
472
473         patch by: Josep Torra
474
475         * gst/mpegdemux/gstmpegtsdemux.c:
476         Fixes a segfault in the adaptation buffer size strategy.
477         Fixes #556440
478
479 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
480
481         * gst/selector/gstinputselector.c: (gst_input_selector_event),
482         (gst_input_selector_query):
483         Gracefully handle the cases when we dont' have otherpad.
484         Fixes #556430
485
486 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
487
488         * gst/aiffparse/aiffparse.c: (plugin_init):
489         Fix debugging category initialization.
490         Fixes #556274   
491
492 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
493
494         * ext/apexsink/gstapexsink.c:
495         Fix some more format string compiler warnings (from OS/X)
496
497 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
498
499         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
500         (gst_apexraop_set_volume):
501         Fix format string compiler warnings.
502
503 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
504
505         * sys/oss4/oss4-mixer.c:
506         * sys/oss4/oss4-sink.c:
507         * sys/oss4/oss4-source.c:
508         Add some spaces in translateable strings.
509         Fixes: #555969 #555968 #555965
510
511 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
512
513         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
514         (gst_flv_demux_pull_header):
515         Fix regression of handling flow returns in pull mode.
516         Fixes bug #556003.
517
518 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
519
520         * ext/Makefile.am:
521         Add apexsink to SUBDIRS. Fixes bug #555912.
522
523 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
524
525         * tests/check/pipelines/metadata.c:
526         Make the metadata test not fail when jpegenc isn't available....
527         as it isn't here, because it's not in this module, and
528         therefore not in the plugin path when the check runs.
529
530 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
531
532         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
533         (gst_flv_parse_tag_video):
534         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
535         a buffer with caps that we can work with (i.e. the pad's caps).
536
537         Add non-keyframe video frames to the index too but without the
538         keyframe flag.
539
540         Add audio frames to the index only if we have no video stream.
541
542 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
543
544         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
545         (gst_flv_parse_tag_video):
546         Create pads from the pad templates, use fixed caps on them
547         and only activate them after the caps are set.
548
549 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
550
551         * configure.ac:
552         Disable flacparse for this release as it's too buggy.
553
554 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
555
556         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
557         (gst_base_parse_update_upstream_durations):
558         Fix compiler warning on OS/X about parameters not matching
559         the debug format string.
560
561 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
562
563         * gst/deinterlace2/tvtime/tomsmocomp.c:
564         (gst_deinterlace_method_tomsmocomp_class_init):
565         Fix unused variable compiler warning when not building
566         X86 assembly.
567
568 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
569
570         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
571         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
572         * gst/flv/gstflvparse.h:
573         Get an approximate duration of the file by looking at the timestamp
574         of the last tag in pull mode. If we get (maybe better) duration from
575         metadata later we'll use that instead.
576
577 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
578
579         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
580         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
581         Refactor _pull_range() logic with checks into a seperate function
582         to make things a bit more readable.
583
584 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
585
586         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
587         (gst_flv_demux_base_init):
588         Use gst_element_class_set_details_simple().
589
590         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
591         one of the pads is linked continue the loop.
592
593 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
594
595         * ext/amrwb/gstamrwbenc.c:
596         * ext/amrwb/gstamrwbenc.h:
597           Pass the discont flag from the input buffer on to the output buffer in
598           the AMR encoder.
599
600 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
601
602         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
603         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
604         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
605         which needs a different decoder and has different caps.
606
607         Add support for audio codec id 14, which is MP3 with 8kHz sampling
608         rate.
609
610         Fix endianness and signedness for raw audio codec ids.
611
612         Add support for alaw and mulaw audio.
613
614 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
615
616         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
617         Go out of the parse loop as soon as we get an error instead
618         of parsing until the GstAdapter is empty.
619
620         Add some explanations about the header and tag size.
621
622         Don't print synchronizing message if everything is fine.
623
624 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
625
626         * gst/flv/Makefile.am:
627         * gst/flv/gstflvdemux.c: (plugin_init):
628         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
629         (gst_flv_mux_class_init), (gst_flv_mux_init),
630         (gst_flv_mux_finalize), (gst_flv_mux_reset),
631         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
632         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
633         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
634         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
635         (gst_flv_mux_collected), (gst_flv_mux_change_state):
636         * gst/flv/gstflvmux.h:
637         Add first version of a FLV muxer. The only missing feature is writing
638         of stream metadata.
639
640 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
641
642         * ext/amrwb/gstamrwbparse.c:
643         * ext/amrwb/gstamrwbparse.h:
644           Add flush seek handler. Taken from recent armnbparse changes.
645           Sync the code more and use #defines for HEADER.
646
647 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
648
649         * ext/amrwb/gstamrwbparse.c:
650         * ext/amrwb/gstamrwbparse.h:
651           Fix the duration query. Also set caps on the pads and buffers more
652           correctly. Taken from recent armnbparse changes.
653
654 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
655
656         * gst/mpegdemux/gstmpegdemux.c:
657         * gst/mpegdemux/gstmpegtsdemux.c:
658         Add Fluendo to the Long Name.
659
660 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
661
662         * configure.ac:
663         * gst-plugins-bad.spec.in:
664         * gst/mpegdemux/Makefile.am:
665         * gst/mpegdemux/flumpegdemux.c:
666         * gst/mpegdemux/gstmpegdesc.c:
667         * gst/mpegdemux/gstmpegdesc.h:
668         * gst/mpegdemux/mpegtspacketizer.c:
669         * gst/mpegdemux/mpegtspacketizer.h:
670         * gst/mpegdemux/mpegtsparse.c:
671         * gst/mpegdemux/mpegtsparse.h:
672         Move of mpegtsparse to mpegdemux.
673         Fixes #555193.
674
675 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
676
677         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
678         (gst_flups_demux_parse_pack_start):
679         Prevent a division by zero if last mux rate was zero.
680
681         If we're going to send a NEWSEGMENT event but the segment start
682         and the current buffer timestamp differ by more than a second we
683         will start the NEWSEGMENT at the buffer timestamp.
684
685         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
686         but the first PTS are around 1 hour and 40 minutes.
687
688         Fixes bug #553755.
689
690 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
691
692         * ext/resindvd/resindvdsrc.c:
693         Fix next/prev chapter seeking at the beginning or end.
694         Use 64-bit scaling utility functions for converting MPEG
695         timestamps.
696
697 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
698
699         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
700
701         * gst/rtpmanager/gstrtpbin-marshal.list:
702         Add marshaller for new action signal.
703
704         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
705         (gst_rtp_bin_class_init):
706         * gst/rtpmanager/gstrtpbin.h:
707         Add action signal to retrieve the internal RTPSession object.
708
709         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
710         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
711         Add property to access the internal RTPSession object.
712
713         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
714         (check_collision):
715         * gst/rtpmanager/rtpsession.h:
716         Add action signal to retrieve an RTPSource object by SSRC. 
717         See #555396.
718
719 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
720
721         * gst/selector/gstoutputselector.c:
722           Choose right pad for sending events. Fixes #555244
723
724 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
725
726         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
727         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
728         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
729         (gst_rtp_bin_release_pad):
730         Release pads of the session manager.
731         Start implementing releasing pads of gstrtpbin.
732
733         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
734         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
735         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
736         Implement releasing pads in gstrtpsession.
737
738 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
739
740         * gst/rtpmanager/gstrtpjitterbuffer.c:
741         (gst_jitter_buffer_sink_parse_caps):
742         Only update the seqnum-base when it was not already configured for the
743         streams.
744
745 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
746
747         * configure.ac
748         * ext/metadata/README:
749         * ext/metadata/metadataexif.c:
750         * ext/metadata/metadatatags.c:
751         * ext/metadata/metadatatags.h:
752           Start using core geo tags (bump req). Fix handling of location
753           references.
754
755         * tests/check/Makefile.am:
756           Sort blacklisted elements and remove moved ones. Add new test.
757
758         * tests/check/pipelines/metadata.c:
759           Add first tests for metadata element.
760
761         * tests/icles/metadata_editor.c:
762           Move free to correct place.
763
764 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
765
766         * tests/check/generic/states.c:
767           Stop test on state-change error. Should be applied on other modules if
768           we agree that it makes sense.
769
770 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
771
772         * gst/mpegtsparse/mpegtsparse.c:
773         Actually copy the structure passed in when assigning it because
774         it gets freed straight after the function call.
775         Re: pat_info and pmt_info GstStructures.
776
777 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
778
779         Patch by: Josep Torra
780
781         * gst/mpegdemux/gstmpegtsdemux.c:
782         Fix wrong firing of critical introduced by previous optimisation.
783
784 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
785
786         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
787         Warn and clamp to max bitrate for samplerate.
788         Fixes #550486.
789
790 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
791
792         * gst/mpegtsparse/mpegtsparse.c:
793         Fix possible crash where pat is pointing to a freed structure.
794
795 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
796
797         * ext/metadata/README:
798         * ext/metadata/metadataexif.c:
799         * ext/metadata/metadatatags.c:
800         * ext/metadata/metadatatags.h:
801           Use core gps tags.
802
803 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
804
805         * ext/metadata/metadata_mapping.htm:
806         * ext/metadata/metadataxmp.c:
807         * ext/metadata/Makefile.am:
808           Add mapping of format and mime type to xmp.
809
810 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
811
812         * ext/metadata/README:
813         * ext/metadata/metadataexif.c:
814         * ext/metadata/metadatatags.c:
815         * ext/metadata/metadatatags.h:
816           Reverting. Will need to wait for core 0.10.21 release.
817
818 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
819
820         * ext/metadata/README:
821         * ext/metadata/metadataexif.c:
822         * ext/metadata/metadatatags.c:
823         * ext/metadata/metadatatags.h:
824           Use core gps tags.
825
826 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
827
828         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
829         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
830         (gst_base_parse_change_state), (gst_base_parse_set_index),
831         (gst_base_parse_get_index):
832         Add support for GstIndex.
833
834 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
835
836         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
837         (gst_base_parse_push_buffer),
838         (gst_base_parse_update_upstream_durations),
839         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
840         * gst/flacparse/gstbaseparse.h:
841         Provide a vfunc for the subclass to decide whether a frame is inside
842         the segment or not and add a default implementation.
843
844         Fix approximate bitrate calculations.
845
846 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
847
848         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
849         (gst_base_parse_init), (gst_base_parse_push_buffer),
850         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
851         (gst_base_parse_loop), (gst_base_parse_activate),
852         (gst_base_parse_convert), (gst_base_parse_query):
853         Approximate the average bitrate, duration and size if possible
854         and add a default conversion function which uses this for
855         time<->byte conversions.
856
857         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
858         Fix parsing if upstream gives -1 as duration.
859
860 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
861
862         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
863         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
864         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
865         Ref the rtpsource object before we release the session lock when we emit
866         the signals.
867
868 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
869
870         * sys/Makefile.am:
871         * sys/wasapi/Makefile.am:
872         * sys/wasapi/gstwasapi.c:
873         * sys/wasapi/gstwasapisink.c:
874         * sys/wasapi/gstwasapisink.h:
875         * sys/wasapi/gstwasapisrc.c:
876         * sys/wasapi/gstwasapisrc.h:
877         * sys/wasapi/gstwasapiutil.c:
878         * sys/wasapi/gstwasapiutil.h:
879         New plugin for audio capture and playback using Windows Audio Session
880         API (WASAPI) available with Vista and newer (#520901).
881
882         Comes with hardcoded caps and obviously needs lots of love. Haven't
883         had time to work on this code since it was written, was initially just
884         a quick experiment to play around with this new API.
885
886 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
887
888         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
889           (AudioFakeSink.DoRenderSample):
890         Fix a couple of signed/unsigned comparison warnings.
891
892 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
893
894         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
895         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
896         Use the _T() macro to support both Unicode and MBCS.
897
898 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
899
900         * ext/libmms/gstmms.c (plugin_init):
901         Fix return type of the GstURIHandler::get_type() implementation.
902
903 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
904
905         * configure.ac:
906         * gst/flacparse/Makefile.am:
907         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
908         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
909         (gst_base_parse_finalize), (gst_base_parse_class_init),
910         (gst_base_parse_init), (gst_base_parse_check_frame),
911         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
912         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
913         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
914         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
915         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
916         (gst_base_parse_chain), (gst_base_parse_pull_range),
917         (gst_base_parse_loop), (gst_base_parse_sink_activate),
918         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
919         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
920         (gst_base_parse_set_min_frame_size),
921         (gst_base_parse_get_querytypes), (gst_base_parse_query),
922         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
923         * gst/flacparse/gstbaseparse.h:
924         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
925         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
926         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
927         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
928         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
929         (gst_bit_reader_skip_to_byte):
930         * gst/flacparse/gstbitreader.h:
931         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
932         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
933         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
934         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
935         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
936         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
937         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
938         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
939         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
940         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
941         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
942         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
943         * gst/flacparse/gstbytereader.h:
944         * gst/flacparse/gstflac.c: (plugin_init):
945         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
946         (gst_flac_parse_class_init), (gst_flac_parse_init),
947         (gst_flac_parse_finalize), (gst_flac_parse_start),
948         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
949         (gst_flac_parse_check_valid_frame),
950         (gst_flac_parse_handle_streaminfo),
951         (gst_flac_parse_handle_vorbiscomment),
952         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
953         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
954         (gst_flac_parse_parse_frame):
955         * gst/flacparse/gstflacparse.h:
956         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
957         that will be added to libgstbase later.
958
959         The FLAC parser is currently not 100% bug free and fails to get the
960         correct frame size for some frames in some streams.
961
962 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
963
964         * ext/resindvd/gstmpegdemux.c:
965         * ext/resindvd/gstmpegdemux.h:
966         * ext/resindvd/resindvdbin.c:
967         * ext/resindvd/resindvdsrc.c:
968         * ext/resindvd/rsnstreamselector.c:
969         Add in Title/Chapter seeking, and simple but buggy audio
970         and subtitle stream selection.
971
972 2008-09-24  Michael Smith <msmith@songbirdnest.com>
973
974         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
975         * sys/dshowdecwrapper/gstdshowaudiodec.h:
976         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
977         * sys/dshowdecwrapper/gstdshowutil.cpp:
978         * sys/dshowdecwrapper/gstdshowutil.h:
979         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
980         * sys/dshowdecwrapper/gstdshowvideodec.h:
981           Prefer known-good filters, create directly by GUID if possible,
982           fall back to creating highest-merit filter otherwise.
983           Fixes playback with random dshow filters installed in some
984           cases.
985
986 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
987
988         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
989         (rtp_jitter_buffer_get_sync):
990         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
991         (session_cleanup):
992         * gst/rtpmanager/rtpsource.c:
993         Fix some docs.
994
995 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
996
997         Patch from: Josep Torra
998
999         * gst/mpegdemux/gstmpegtsdemux.c:
1000         * gst/mpegdemux/gstmpegtsdemux.h:
1001         Use a preallocated buffer per stream for PES packets sent on src pads.
1002         Adaptively adjust buffer size appropriately.
1003
1004 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1005
1006         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
1007           (gst_neonhttp_src_send_request_and_redirect):
1008           Clean up the debug logging code and #ifdef mess a bit: whether or not
1009           gstreamer debug messages should be output should not depend on an
1010           element property; also, GST_ELEMENT_ERROR will leave a line in the log
1011           already, so merge the more useful debug log messages with the less useful
1012           error debug strings.
1013
1014 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1015
1016         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
1017           Don't post LIBRARY_INIT errors where we should be posting
1018           RESOURCE OPEN_READ errors. Fixes #552506.
1019
1020 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1021
1022         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
1023         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
1024         Fix compiler warnings on OS/X
1025
1026 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1027
1028         patch by: Michael Krufky
1029
1030         * sys/dvb/gstdvbsrc.c:
1031         Add adapter_name for bus message in ATSC case. Fixes #552536.
1032
1033 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
1034
1035         * ext/celt/gstceltenc.h:
1036           Help gtk-doc to parse this correctly.
1037
1038         * gst/pcapparse/gstpcapparse.c:
1039           Add missing include.
1040
1041 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
1042
1043         * examples/Makefile.am:
1044           Only built scaletempo example if we have gtk.
1045
1046 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1047
1048         * gst/rtpmanager/gstrtpbin.c: (create_session),
1049         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
1050         Do not try to adjust the offset of streams for which we have not yet
1051         seen an SR packet. Avoids large ts-offsets in some cases.
1052
1053 2008-09-10  Michael Smith <msmith@songbirdnest.com>
1054
1055         * sys/dshowdecwrapper/Makefile.am:
1056         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1057         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
1058         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1059         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
1060         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
1061         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1062         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
1063         * sys/dshowdecwrapper/gstdshowfakesrc.h:
1064         * sys/dshowdecwrapper/gstdshowutil.cpp:
1065         * sys/dshowdecwrapper/gstdshowutil.h:
1066         * sys/dshowdecwrapper/gstdshowvideodec.c:
1067         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
1068         * sys/dshowdecwrapper/gstdshowvideodec.h:
1069           Major rewrite of dshowdecwrapper. Converts code to
1070           C++, moves to direct use of DirectShow base classes,
1071           make a lot of code clearer, simplify, etc.
1072           Fix decode of MP3 on Vista by working around an apparent
1073           bug in the decoder.
1074
1075 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1076
1077         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
1078           gst_ks_clock_start):
1079           Synchronize KS clock as a single-shot operation for now, there's not
1080           much point in doing it periodically until we're actually using the
1081           KS timestamps for anything else than just discarding old frames.
1082         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
1083           Provide the GstClock when opening the device if we already have one.
1084
1085 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1086
1087         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
1088           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
1089           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
1090           gst_ks_video_device_read_frame):
1091           Guard against capturing old frames by keeping track of the last
1092           timestamp and also zero-fill the buffers before each capture.
1093           Only assign a master clock if the pin hasn't already got one.
1094           Actually free buffers on the way down to avoid a huge memory leak,
1095           as this was previously done when changing state to ACQUIRE downwards
1096           and we now skip that state on the way down.
1097           Add some debug.
1098         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
1099           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
1100           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
1101           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
1102           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
1103           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
1104           device_index, running, worker_thread, worker_lock,
1105           worker_notify_cond, worker_result_cond, worker_state,
1106           worker_pending_caps, worker_setcaps_result, worker_pending_run,
1107           worker_run_result, gst_ks_video_src_reset,
1108           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
1109           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
1110           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
1111           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
1112           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
1113           gst_ks_video_src_create):
1114           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
1115           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
1116           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
1117           behavior. As an added bonus we usually get PresentationTime set for
1118           each frame, so we can expand on this later for smarter latency
1119           reporting (by looking at the diff between the timestamp from the
1120           driver and the time according to the GStreamer clock).
1121           Use an internal worker thread for opening the device, setting caps,
1122           changing its state and closing it. This way we're a lot more
1123           compatible with drivers that rely on hacks to do video-effects
1124           between the low-level NT API and the application. Ick.
1125           Start the ks clock and set the pin to KSSTATE_RUN on the first
1126           create() so that we'll hopefully get hold of the GStreamer clock
1127           from the very beginning. This way there's no chance that the
1128           timestamps will make a sudden jump in the beginning of the stream
1129           when we're running with a clock.
1130         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
1131           ks_options_flags_to_string):
1132           Reorder the flags to match the headerfile order, and make the string
1133           a bit more compact.
1134         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
1135           Avoid leaking KSPROPERTY_PIN_DATARANGES.
1136
1137 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1138
1139         * configure.ac:
1140         * ext/Makefile.am:
1141         * ext/jp2k/Makefile.am:
1142         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
1143         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
1144         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
1145         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
1146         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
1147         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
1148         (plugin_init):
1149         * ext/jp2k/gstjasperdec.h:
1150         Add jp2k plugin.  Fixes #550657.
1151
1152 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1153
1154         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
1155         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
1156         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
1157         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
1158         (gst_fluts_demux_plugin_init):
1159         Fix conflicting public names in new mpeg demuxers.
1160         Fixes #550468
1161
1162 2008-09-08  Michael Smith <msmith@songbirdnest.com>
1163
1164         * gst/aiffparse/aiffparse.c:
1165           Support chunks in AIFF in any order in pull mode, and any order so
1166           long as we get COMM before the actual data (SSND) in push mode.
1167           Fixes playback of AIFC files.
1168
1169 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1170
1171         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
1172         (gst_input_selector_reset), (gst_input_selector_change_state):
1173         Reset the selector state when going to READY.
1174
1175 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1176
1177         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
1178         (create_session), (gst_rtp_bin_associate),
1179         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
1180         (gst_rtp_bin_request_new_pad):
1181         * gst/rtpmanager/gstrtpbin.h:
1182         Add signal to notify listeners when a sender becomes a receiver.
1183         Tweak lip-sync code, don't store our own copy of the ts-offset of the
1184         jitterbuffer, don't adjust sync if the change is less than 4msec.
1185         Get the RTP timestamp <-> GStreamer timestamp relation directly from
1186         the jitterbuffer instead of our inaccurate version from the source.
1187
1188         * gst/rtpmanager/gstrtpjitterbuffer.c:
1189         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
1190         (gst_rtp_jitter_buffer_get_sync):
1191         * gst/rtpmanager/gstrtpjitterbuffer.h:
1192         Add G_LIKELY macros, use global defines for max packet reorder and
1193         dropouts.
1194         Reset the jitterbuffer clock skew detection when packets seqnums are
1195         changed unexpectedly.
1196
1197         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
1198         (gst_rtp_session_class_init), (gst_rtp_session_init):
1199         * gst/rtpmanager/gstrtpsession.h:
1200         Add sender timeout signal.
1201
1202         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
1203         (calculate_skew), (rtp_jitter_buffer_insert),
1204         (rtp_jitter_buffer_get_sync):
1205         * gst/rtpmanager/rtpjitterbuffer.h:
1206         Add some G_LIKELY macros.
1207         Keep track of the extended RTP timestamp so that we can report the RTP
1208         timestamp <-> GStreamer timestamp relation for lip-sync.
1209         Remove server timestamp gap detection code, the server can sometimes
1210         make a huge gap in timestamps (talk spurts,...) see #549774.
1211         Detect timetamp weirdness instead by observing the sender/receiver
1212         timestamp relation and resync if it changes more than 1 second.
1213         Add method to report about the current rtp <-> gst timestamp relation
1214         which is needed for lip-sync.
1215
1216         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
1217         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
1218         (session_cleanup):
1219         * gst/rtpmanager/rtpsession.h:
1220         Add sender timeout signal.
1221         Remove inaccurate rtp <-> gst timestamp relation code, the
1222         jitterbuffer can now do an accurate reporting about this.
1223
1224         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
1225         (rtp_source_update_caps), (calculate_jitter),
1226         (rtp_source_process_rtp):
1227         * gst/rtpmanager/rtpsource.h:
1228         Remove inaccurate rtp <-> gst timestamp relation code.
1229
1230         * gst/rtpmanager/rtpstats.h:
1231         Define global max-reorder and max-dropout constants for use in various
1232         subsystems.
1233
1234 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1235
1236         patch by: Sebastian Pölsterl
1237
1238         * sys/dvb/gstdvbsrc.c:
1239         Add DVB Adapter name to structure sent over bus.
1240
1241 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1242
1243         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
1244         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
1245         Fix build on macosx.
1246
1247 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1248
1249         * configure.ac:
1250         * gst/mpegdemux/Makefile.am:
1251         * gst/mpegdemux/flumpegdemux.c:
1252         * gst/mpegdemux/flutspatinfo.c:
1253         * gst/mpegdemux/flutspatinfo.h:
1254         * gst/mpegdemux/flutspmtinfo.c:
1255         * gst/mpegdemux/flutspmtinfo.h:
1256         * gst/mpegdemux/flutspmtstreaminfo.c:
1257         * gst/mpegdemux/flutspmtstreaminfo.h:
1258         * gst/mpegdemux/gstmpegdefs.h:
1259         * gst/mpegdemux/gstmpegdemux.c:
1260         * gst/mpegdemux/gstmpegdemux.h:
1261         * gst/mpegdemux/gstmpegdesc.c:
1262         * gst/mpegdemux/gstmpegdesc.h:
1263         * gst/mpegdemux/gstmpegtsdemux.c:
1264         * gst/mpegdemux/gstmpegtsdemux.h:
1265         * gst/mpegdemux/gstpesfilter.c:
1266         * gst/mpegdemux/gstpesfilter.h:
1267         * gst/mpegdemux/gstsectionfilter.c:
1268         * gst/mpegdemux/gstsectionfilter.h:
1269         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
1270         is now dual licensed MPL and LGPL.
1271
1272 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1273
1274         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
1275         Set caps on outgoing buffers.
1276
1277 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1278
1279         * ext/resindvd/plugin.c: (plugin_init):
1280         * ext/resindvd/resindvdsrc.c:
1281         * ext/twolame/gsttwolame.c: (plugin_init):
1282         * gst/aiffparse/aiffparse.c: (plugin_init):
1283           Enable/fix up translations for these plugins.
1284
1285         * po/LINGUAS:
1286           Add 'ca' to LINGUAS.
1287
1288         * po/POTFILES.in:
1289         * po/POTFILES.skip:
1290           Add more files for translation and more files which tools
1291           should skip.
1292
1293 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
1294
1295         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
1296         Fix build on macosx.
1297
1298 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1299
1300         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1301         Allocate a fixed size buffer on the stack instead of using malloc().
1302
1303         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
1304         (tsmux_program_new), (tsmux_program_free):
1305         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1306         (tsmux_stream_free), (tsmux_stream_consume),
1307         (tsmux_stream_add_data):
1308         Use GSlice.
1309
1310 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1311
1312         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
1313         Add support for muxing MPEG4 video.
1314
1315 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1316
1317         * gst/mpegtsmux/tsmux/tsmux.h:
1318         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1319         Fix build of mpegtsmux.
1320         
1321 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1322
1323         * configure.ac:
1324         * gst/mpegtsmux/Makefile.am:
1325         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
1326         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
1327         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
1328         (release_buffer_cb), (mpegtsmux_create_stream),
1329         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
1330         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
1331         (mpegtsmux_release_pad), (new_packet_cb),
1332         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
1333         (plugin_init):
1334         * gst/mpegtsmux/mpegtsmux.h:
1335         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
1336         * gst/mpegtsmux/mpegtsmux_aac.h:
1337         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
1338         * gst/mpegtsmux/mpegtsmux_h264.h:
1339         * gst/mpegtsmux/tsmux/Makefile.am:
1340         * gst/mpegtsmux/tsmux/crc.h:
1341         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
1342         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
1343         (tsmux_program_new), (tsmux_set_pmt_frequency),
1344         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
1345         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
1346         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
1347         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
1348         (tsmux_write_stream_packet), (tsmux_program_free),
1349         (tsmux_write_section), (tsmux_write_section_hdr),
1350         (tsmux_write_pat), (tsmux_write_pmt):
1351         * gst/mpegtsmux/tsmux/tsmux.h:
1352         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
1353         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
1354         (tsmux_stream_get_pid), (tsmux_stream_free),
1355         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
1356         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
1357         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
1358         (tsmux_stream_pes_header_length),
1359         (tsmux_stream_find_pts_dts_within),
1360         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
1361         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
1362         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
1363         (tsmux_stream_get_pts):
1364         * gst/mpegtsmux/tsmux/tsmuxstream.h:
1365         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
1366         is renamed to mpegtsmux to prevent conflicts. Also all relevant
1367         informations about copyright and license are added to the top of
1368         every file but apart from that no changes compared to the latest
1369         SVN versions happened.
1370
1371 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1372
1373         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1374         (gst_input_selector_event), (gst_input_selector_query):
1375         Reuse the get_linked_pads for both source and sinkpads because they are
1376         the same.
1377         Implement a custum event handler and get the internally linked pad
1378         directly instead of relying on the default (slower) implementation.
1379
1380 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1381
1382         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
1383         Correctly take the granulepos from upstream if possible and
1384         correctly handle the granulepos in various calculations: the
1385         granulepos is the sample number of the _last_ sample in a frame, not
1386         the first. 
1387
1388         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
1389         (gst_celt_enc_encode), (gst_celt_enc_chain),
1390         (gst_celt_enc_change_state):
1391         * ext/celt/gstceltenc.h:
1392         Handle non-zero start timestamps in the encoder and detect/handle
1393         stream discontinuities. Fixes bug #547075.
1394
1395 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1396
1397         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
1398
1399         * configure.ac:
1400         * docs/plugins/Makefile.am:
1401         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1402         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1403         * docs/plugins/inspect/plugin-scaletempo.xml:
1404         * examples/scaletempo/Makefile.am:
1405         * examples/scaletempo/demo-gui.c: (pop_status_bar),
1406         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
1407         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
1408         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
1409         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
1410         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
1411         (demo_gui_do_play_pause), (demo_gui_do_open_file),
1412         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
1413         (demo_gui_do_about_dialog), (demo_gui_do_quit),
1414         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
1415         (demo_gui_request_set_search), (demo_gui_rate_changed),
1416         (demo_gui_playing_started), (demo_gui_playing_paused),
1417         (demo_gui_playing_ended), (demo_gui_player_errored),
1418         (demo_gui_stride_changed), (demo_gui_overlap_changed),
1419         (demo_gui_search_changed), (demo_gui_set_player_func),
1420         (demo_gui_set_playlist_func), (build_gvalue_array),
1421         (create_action), (demo_gui_show_func), (demo_gui_set_player),
1422         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
1423         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
1424         (demo_gui_get_type):
1425         * examples/scaletempo/demo-gui.h:
1426         * examples/scaletempo/demo-main.c: (handle_error_message),
1427         (handle_quit), (main):
1428         * examples/scaletempo/demo-player.c: (no_pipeline),
1429         (demo_player_event_listener), (demo_player_state_changed_cb),
1430         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
1431         (demo_player_scale_rate_func), (demo_player_set_rate_func),
1432         (_set_state_and_wait), (demo_player_load_uri_func),
1433         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
1434         (demo_player_seek_by_func), (demo_player_seek_to_func),
1435         (demo_player_get_position_func), (demo_player_get_duration_func),
1436         (demo_player_scale_rate), (demo_player_set_rate),
1437         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
1438         (demo_player_seek_by), (demo_player_seek_to),
1439         (demo_player_get_position), (demo_player_get_duration),
1440         (demo_player_get_property), (demo_player_set_property),
1441         (demo_player_init), (demo_player_class_init),
1442         (demo_player_get_type):
1443         * examples/scaletempo/demo-player.h:
1444         * gst/scaletempo/Makefile.am:
1445         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
1446         (best_overlap_offset_s16), (output_overlap_float),
1447         (output_overlap_s16), (fill_queue), (reinit_buffers),
1448         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
1449         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
1450         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
1451         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
1452         (gst_scaletempo_init):
1453         * gst/scaletempo/gstscaletempo.h:
1454         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
1455         Add scaletempo plugin, which allows to scale the speed of audio without
1456         changing the pitch by handling seeks with a rate!=1.0.
1457         Integrate it into the docs and add the example application for it.
1458         Fixes bug #537700.
1459
1460 2008-08-30  David Schleef  <ds@schleef.org>
1461
1462         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
1463
1464 2008-08-29  David Schleef  <ds@schleef.org>
1465
1466         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
1467           object disposal.  Handle 4:2:2 and 4:4:4 video.
1468
1469 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1470
1471         * ext/resindvd/resindvdbin.c:
1472         Fix compiler warning on Forte.
1473
1474 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
1475
1476         * configure.ac:
1477         Commit FIONREAD check, needed for the dccp src.
1478
1479 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
1480
1481         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
1482         (gst_faac_chain), (gst_faac_change_state):
1483         * ext/faac/gstfaac.h:
1484         Add code for calculating proper timestamp/duration for the trailing
1485         encoded buffers that faac will output when receiving EOS.
1486
1487 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1488
1489         * configure.ac:
1490         Fix CFLAGS and LIBS for the apexsink.
1491
1492 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1493
1494         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1495           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1496
1497 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1498
1499         * gst/dccp/gstdccp.c:
1500         * gst/dccp/gstdccpclientsrc.c:
1501         Fix compilation on Solaris by including filio.h as needed.
1502
1503         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1504         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1505         Fix compilation with Forte - apparently it hates concatenating a
1506         macro argument that starts with an underscore??
1507
1508 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1509
1510         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1511
1512         * configure.ac:
1513         * ext/apexsink/LGPL-3.0.txt:
1514         * ext/apexsink/Makefile.am:
1515         * ext/apexsink/gstapexplugin.c: (plugin_init):
1516         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1517         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1518         (gst_apexraop_set_host), (gst_apexraop_get_host),
1519         (gst_apexraop_set_port), (gst_apexraop_get_port),
1520         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1521         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1522         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1523         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1524         (gst_apexraop_write), (gst_apexraop_flush):
1525         * ext/apexsink/gstapexraop.h:
1526         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1527         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1528         (gst_apexsink_implements_interface_init),
1529         (gst_apexsink_mixer_interface_init),
1530         (gst_apexsink_interface_supported),
1531         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1532         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1533         (gst_apexsink_class_init), (gst_apexsink_init),
1534         (gst_apexsink_set_property), (gst_apexsink_get_property),
1535         (gst_apexsink_finalise), (gst_apexsink_open),
1536         (gst_apexsink_prepare), (gst_apexsink_write),
1537         (gst_apexsink_unprepare), (gst_apexsink_delay),
1538         (gst_apexsink_reset), (gst_apexsink_close):
1539         * ext/apexsink/gstapexsink.h:
1540         Add apexsink for audio output to Apple AirPort Express Wireless
1541         devices. Fixes bug #542510.
1542
1543 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1544
1545         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1546         (gst_rtp_session_event_send_rtp_sink):
1547         Send EOS when the session object instructs us to.
1548
1549         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1550         * gst/rtpmanager/rtpsession.h:
1551         Make it possible for the session manager to instruct us to send EOS. We
1552         currently will EOS when the session is a sender and when the sender part
1553         goes EOS. This is not entirely correct behaviour because the session
1554         could still participate as a receiver.
1555         Fixes #549409.
1556
1557 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1558
1559         * gst/aiffparse/aiffparse.c:
1560           Read size of chunks preceeding the audio data with the
1561           correct endianness. Fixes playback of some files.
1562           Fixes #538500
1563
1564 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1565
1566         * configure.ac:
1567         * gst/aiffparse/Makefile.am:
1568         * gst/aiffparse/aiffparse.c:
1569         * gst/aiffparse/aiffparse.h:
1570           Add an AIFF parsing element, heavily based on wavparse.
1571
1572 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1573
1574         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1575           gst_ks_video_device_set_state):
1576           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1577           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1578           Be nice and specify G_PARAM_STATIC_STRINGS.
1579           Remove unused finalize method.
1580
1581         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1582           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1583           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1584           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1585           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1586           gst_ks_video_src_set_caps):
1587           First driver quirk: work around Logitech's hostile driver software to
1588           improve stability and performance. See comments for details.
1589           Provide a property to disable driver quirks (enabled by default).
1590           Be nice and specify G_PARAM_STATIC_STRINGS.
1591           Remove unused dispose method.
1592           Tweak include order.
1593
1594 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1595
1596         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1597         (gst_input_selector_query):
1598         Implement the LATENCY query in a better way by taking the latency of all
1599         sinkpads and taking the min/max instead of just taking a random pad.
1600
1601 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1602
1603         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1604         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1605         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1606         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1607         Unroll the loop to handle two bytes at once. This should give
1608         a small speedup and makes it possible to handle chroma and luma
1609         different which is needed later.
1610
1611 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1612
1613         * gst/dccp/gstdccpserversink.c:
1614         * gst/dccp/gstdccpserversink.h:
1615         Don't put globals only used by one '.c' file in a header !
1616         Declare it as static, fixes build on macosx.
1617
1618 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1619
1620         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1621         Whoops, that was one fix too much :)
1622
1623 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1624
1625         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1626         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1627         size_t's size varies by platform/architecture. Use glib convenience
1628         macro instead. Fixes build on macosx.
1629         Remove ending '\n' in debug statements.
1630
1631 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1632
1633         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1634         Remove unused code and fix includes.
1635
1636 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1637
1638         * gst/deinterlace2/gstdeinterlace2.c:
1639         (gst_deinterlace_method_class_init):
1640         * gst/deinterlace2/gstdeinterlace2.h:
1641         * gst/deinterlace2/tvtime/tomsmocomp.c:
1642         (gst_deinterlace_method_tomsmocomp_class_init):
1643         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1644         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1645         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1646         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1647         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1648         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1649         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1650         First part of the C implementation of the tomsmocomp deinterlacing
1651         algorithm. This only supports search-effort=0 currently, is painfully
1652         slow and needs some cleanup later when all search-effort settings
1653         are implemented in C.
1654
1655 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1656
1657         * configure.ac:
1658         * sys/Makefile.am:
1659         * sys/winks/Makefile.am:
1660         * sys/winks/gstksclock.c:
1661         * sys/winks/gstksclock.h:
1662         * sys/winks/gstksvideodevice.c:
1663         * sys/winks/gstksvideodevice.h:
1664         * sys/winks/gstksvideosrc.c:
1665         * sys/winks/gstksvideosrc.h:
1666         * sys/winks/kshelpers.c:
1667         * sys/winks/kshelpers.h:
1668         * sys/winks/ksvideohelpers.c:
1669         * sys/winks/ksvideohelpers.h:
1670           New plugin for low-latency video capture on Windows (#519935).
1671
1672           Uses Kernel Streaming, the lowest level API for doing video capture
1673           on Windows (more or less just raw ioctls).
1674
1675 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1676
1677         * gst/pcapparse/gstpcapparse.c:
1678         * sys/winscreencap/gstdx9screencapsrc.c:
1679         * sys/winscreencap/gstgdiscreencapsrc.c:
1680           Added documentation blobs. Thanks to Stefan for noticing!
1681
1682 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1683
1684         * configure.ac:
1685         * gst/pcapparse/Makefile.am:
1686         * gst/pcapparse/gstpcapparse.c:
1687         * gst/pcapparse/gstpcapparse.h:
1688           New plugin: pcapparse (#520899).
1689
1690 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1691
1692         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1693
1694         * configure.ac:
1695         * sys/Makefile.am:
1696         * sys/winscreencap/Makefile.am:
1697         * sys/winscreencap/gstdx9screencapsrc.c:
1698         * sys/winscreencap/gstdx9screencapsrc.h:
1699         * sys/winscreencap/gstgdiscreencapsrc.c:
1700         * sys/winscreencap/gstgdiscreencapsrc.h:
1701         * sys/winscreencap/gstwinscreencap.c:
1702         * sys/winscreencap/gstwinscreencap.h:
1703           New plugin: winscreencap (#463941).
1704
1705 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1706
1707         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1708           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1709           is correctly, instead of backwards. No functional changes, since this
1710           mistake was completely self-consistent.
1711
1712 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1713
1714         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1715           Add, but commented out xml/element-dc1394.xml. Its documented, but
1716           I can't get it to be build.
1717
1718         * ext/celt/gstceltdec.c:
1719         * ext/celt/gstceltenc.c:
1720           Fix doc warnings and reformat the doc block.
1721
1722 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1723
1724         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1725
1726         * configure.ac:
1727         * docs/plugins/Makefile.am:
1728         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1729         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1730         * docs/plugins/gst-plugins-bad-plugins.args:
1731         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1732         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1733         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1734         * docs/plugins/gst-plugins-bad-plugins.signals:
1735         * docs/plugins/inspect/plugin-dccp.xml:
1736         * gst/dccp/Makefile.am:
1737         * gst/dccp/gstdccp.c:
1738         * gst/dccp/gstdccp.h:
1739         * gst/dccp/gstdccpclientsink.c:
1740         * gst/dccp/gstdccpclientsink.h:
1741         * gst/dccp/gstdccpclientsrc.c:
1742         * gst/dccp/gstdccpclientsrc.h:
1743         * gst/dccp/gstdccpplugin.c:
1744         * gst/dccp/gstdccpserversink.c:
1745         * gst/dccp/gstdccpserversink.h:
1746         * gst/dccp/gstdccpserversrc.c:
1747         * gst/dccp/gstdccpserversrc.h:
1748         * tests/icles/dccp/README:
1749         * tests/icles/dccp/call/README:
1750         * tests/icles/dccp/call/DCCPClient.c:
1751         * tests/icles/dccp/call/DCCPServer.c:
1752         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1753         * tests/icles/dccp/file/DCCPServerSendFile.c:
1754         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1755         * tests/icles/dccp/mic/DCCPServerMic.c:
1756         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1757         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1758         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1759         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1760         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1761         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1762           Add dccp plugin. Fixes #542390.
1763
1764 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1765
1766         * configure.ac:
1767           Remove bits that presumably weren't supposed to be committed.
1768
1769 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1770
1771         * configure.ac:
1772         * sys/Makefile.am:
1773         * sys/acmenc/Makefile.am:
1774         * sys/acmenc/acmenc.c:
1775           Add new windows ACM encoder wrapper.
1776
1777 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1778
1779         patch by: Michael Krufky
1780
1781         * sys/dvb/gstdvbsrc.c:
1782         * sys/dvb/parsechannels.c:
1783         Add ATSC tunning and channels.conf parsing support.
1784         Fixes #537455
1785
1786 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1787
1788         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1789         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1790         * sys/dshowdecwrapper/gstdshowvideodec.c:
1791         * sys/dshowdecwrapper/gstdshowvideodec.h:
1792         * sys/dshowvideosink/dshowvideosink.cpp:
1793         * sys/dshowvideosink/dshowvideosink.h:
1794           Initialise COM with default flags.
1795           Only deinitialise if the initialisation was successful.
1796
1797 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1798
1799         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1800         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1801         Reset rtp timestamp interpollation when we detect a gap when the
1802         clock_base changed.
1803         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1804
1805         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1806         * gst/rtpmanager/gstrtpsession.h:
1807         Add method to set session SSRC.
1808
1809         * gst/rtpmanager/rtpsession.c: (check_collision),
1810         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1811         (rtp_session_on_timeout):
1812         * gst/rtpmanager/rtpsession.h:
1813         Added debugging for the collision checks.
1814         Add method to change the internal SSRC of the session.
1815
1816         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1817         Reset the clock base when we detect large jumps in the seqnums.
1818
1819 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1820
1821         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1822         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1823         * ext/x264/gstx264enc.h:
1824         Do not deal with duplicated input (timestamps).  If needed,
1825         a generic element can do so.
1826         Do not manipulate input timestamps on the way out,
1827         since that shifts the timeline and A/V sync.
1828
1829 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1830
1831         * docs/plugins/gst-plugins-bad-plugins.args:
1832         Integrate new properties into documentation.
1833         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1834         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1835         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1836         Fix up API prior to eventual plugin move.
1837         API: GstX264Enc:pass (provides more options, and changed to enum)
1838
1839 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1840
1841         * docs/plugins/Makefile.am:
1842         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1843         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1844         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1845         * docs/plugins/inspect/plugin-mplex.xml:
1846         * ext/mplex/gstmplex.cc:
1847         Update and add documentation for mplex.
1848         * ext/mpeg2enc/gstmpeg2enc.cc:
1849         Documentation update.
1850
1851 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1852
1853         * docs/plugins/Makefile.am:
1854         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1855         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1856         * ext/x264/gstx264enc.c:
1857         * tests/check/Makefile.am:
1858         * tests/check/elements/x264enc.c: (setup_x264enc),
1859         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1860         Add documentation and unit test for x264enc.
1861
1862 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1863
1864         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1865         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1866         Allocate some buffers in more adaptive and economical fashion.
1867
1868 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1869
1870         * configure.ac:
1871         Check for sufficiently up-to-date x264 API.
1872         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1873         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1874         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1875         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1876         * ext/x264/gstx264enc.h:
1877         Expose some more parameters of the x264 encoder as properties.
1878
1879 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1880
1881         * gst/rtpmanager/gstrtpbin.c:
1882           Print the pad-name in debug log.
1883
1884         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1885         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1886           Use "-" instead of "_" in property names. Can we call them just
1887           "device" like everywhere else?
1888
1889 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1890
1891         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1892         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1893         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1894         (gst_x264_enc_flush_frames):
1895         Coding style and layout; re-order some functions in more
1896         typical and natural flow.
1897
1898 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1899
1900         * ext/x264/Makefile.am:
1901         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1902         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1903         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1904         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1905         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1906         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1907         * ext/x264/gstx264enc.h:
1908         Use GQueue in stead of custom queue code.
1909         Factorize flushing out encoder delayed frames.
1910         Factorize initialization and state change reset.
1911
1912 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1913
1914         * ext/x264/gstx264enc.h:
1915         * sys/fbdev/gstfbdevsink.c:
1916         Use configure-generated _stdint.h.
1917
1918 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1919
1920         * ext/x264/Makefile.am:
1921         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1922         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1923         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1924         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1925         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1926         (gst_x264_enc_encode_frame), (plugin_init):
1927         * ext/x264/gstx264enc.h:
1928         Use video format library and GST_WRITE_*_BE macros where applicable.
1929         Use finalize in stead of dispose.
1930         Set up debug category and log callback.
1931
1932 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1933
1934         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1935
1936         * ext/sndfile/gstsf.c: (plugin_init):
1937         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1938         * sys/oss4/oss4-audio.c: (plugin_init):
1939         Make sure gettext returns translations in UTF-8 encoding rather
1940         than in the current locale encoding (#546822).
1941
1942 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1943
1944         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1945         (gst_two_lame_chain):
1946         * ext/twolame/gsttwolame.h:
1947         Allow raw float samples as input for encoding.
1948
1949 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1950
1951         * ext/jack/gstjackaudiosrc.c:
1952           Try committing this once again. Now properly renamed.
1953
1954 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1955
1956         * docs/plugins/Makefile.am:
1957         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1958         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1959         * docs/plugins/gst-plugins-bad-plugins.args:
1960         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1961         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1962         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1963         * docs/plugins/inspect/plugin-jack.xml
1964           Add new element to docs.
1965
1966         * ext/jack/gstjack.h
1967           Add missing file.
1968
1969         * ext/jack/gstjackaudiosrc.c:
1970         * ext/jack/gstjackaudiosrc.h:
1971           Rename jackaudiosrc to jack_audio_src.
1972
1973 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1974
1975         patch by: Tristan Matthews <tristan@sat.qc.ca>
1976
1977         * ext/jack/Makefile.am:
1978         * ext/jack/gstjack.c:
1979         * ext/jack/gstjackaudioclient.c:
1980         * ext/jack/gstjackaudiosink.c:
1981         * ext/jack/gstjackaudiosink.h:
1982         * ext/jack/gstjackaudiosrc.c:
1983         * ext/jack/gstjackaudiosrc.h:
1984         * ext/jack/gstjackringbuffer.h:
1985           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1986           Fixes #545197.
1987
1988 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1989
1990         * docs/plugins/Makefile.am:
1991         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1992         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1993         * docs/plugins/gst-plugins-bad-plugins.args:
1994         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1995         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1996         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1997         * docs/plugins/inspect/plugin-celt.xml:
1998         * docs/plugins/inspect/plugin-twolame.xml:
1999         Add twolame and celt plugins to the docs.
2000
2001 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2002
2003         Based on patch by: Olivier Crete <tester at tester dot ca>
2004
2005         * gst/rtpmanager/gstrtpjitterbuffer.c:
2006         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
2007         Make the buffer metadata writable before inserting it in the
2008         jitterbuffer because the jitterbuffer will modify the timestamps.
2009
2010         * gst/rtpmanager/rtpjitterbuffer.c:
2011         Update method comment about requiring writable metadata on buffers.
2012
2013         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
2014         (rtp_session_process_rtcp):
2015         Make the RTCP buffer metadata writable because we want to modify the
2016         metadata.
2017         Fixes #546312.
2018
2019 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2020
2021         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
2022         (gst_selector_pad_chain), (gst_input_selector_getcaps),
2023         (gst_input_selector_activate_sinkpad):
2024         Move the select-all logic into the activation of the currently selected
2025         pad. We want to remember the last pad with activity in select-all mode.
2026         Fix the getcaps function, we can produce the union of the upstream caps
2027         in select-all mode, not the intersection like proxy_getcaps() does.
2028
2029 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2030
2031         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
2032
2033         * gst/rtpmanager/gstrtpjitterbuffer.c:
2034         (gst_rtp_jitter_buffer_chain):
2035         Fix debug by logging the right seqnum.
2036
2037 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2038
2039         Patch by: Olivier Crete <tester at tester dot ca>
2040
2041         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
2042         Release lock before emitting the request-pt-map signal.
2043         Fixes #543480.
2044
2045 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2046
2047         * gst/deinterlace2/gstdeinterlace2.c:
2048         (gst_deinterlace_simple_method_interpolate_scanline),
2049         (gst_deinterlace_simple_method_copy_scanline),
2050         (gst_deinterlace_simple_method_deinterlace_frame):
2051         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2052         * gst/deinterlace2/tvtime/greedyh.c:
2053         (deinterlace_frame_di_greedyh):
2054         * gst/deinterlace2/tvtime/scalerbob.c:
2055         (deinterlace_scanline_scaler_bob):
2056         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2057         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
2058         (copy_scanline):
2059         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
2060         (copy_scanline):
2061         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
2062         (copy_scanline):
2063         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
2064         are usually used here.
2065
2066 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2067
2068         * gst/deinterlace2/Makefile.am:
2069         * gst/deinterlace2/gstdeinterlace2.c:
2070         (gst_deinterlace_simple_method_deinterlace_frame),
2071         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
2072         * gst/deinterlace2/gstdeinterlace2.h:
2073         * gst/deinterlace2/tvtime/linear.c:
2074         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
2075         (deinterlace_scanline_linear_mmxext),
2076         (gst_deinterlace_method_linear_class_init),
2077         (gst_deinterlace_method_linear_init):
2078         * gst/deinterlace2/tvtime/linearblend.c:
2079         (deinterlace_scanline_linear_blend_c),
2080         (deinterlace_scanline_linear_blend2_c),
2081         (deinterlace_scanline_linear_blend_mmx),
2082         (deinterlace_scanline_linear_blend2_mmx),
2083         (gst_deinterlace_method_linear_blend_class_init),
2084         (gst_deinterlace_method_linear_blend_init):
2085         * gst/deinterlace2/tvtime/plugins.h:
2086         * gst/deinterlace2/tvtime/scalerbob.c:
2087         (deinterlace_scanline_scaler_bob),
2088         (gst_deinterlace_method_scaler_bob_class_init),
2089         (gst_deinterlace_method_scaler_bob_init):
2090         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
2091         (copy_scanline), (gst_deinterlace_method_weave_class_init),
2092         (gst_deinterlace_method_weave_init):
2093         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
2094         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
2095         (gst_deinterlace_method_weave_bff_init):
2096         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
2097         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
2098         (gst_deinterlace_method_weave_tff_init):
2099         Add the remaining tvtime deinterlacing methods and fix the
2100         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
2101
2102 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2103
2104         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2105         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
2106         Implement the VFIR deinterlacing method as simple method.
2107
2108 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2109
2110         * gst/deinterlace2/gstdeinterlace2.c:
2111         (gst_deinterlace_simple_method_interpolate_scanline),
2112         (gst_deinterlace_simple_method_copy_scanline),
2113         (gst_deinterlace_simple_method_deinterlace_frame),
2114         (gst_deinterlace_simple_method_class_init),
2115         (gst_deinterlace_simple_method_init):
2116         * gst/deinterlace2/gstdeinterlace2.h:
2117         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
2118         can be used by simple deinterlacing methods. They only have to provide
2119         a function for interpolating a scanline or copying a scanline.
2120
2121 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2122
2123         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
2124         Respect the latency of the deinterlacing algorithm for the timestamps
2125         of every buffer.
2126
2127 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2128
2129         * gst/deinterlace2/tvtime/greedyh.asm:
2130         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2131         Add the MMX registers to the clobbered registers only if __MMX__ is
2132         defined.
2133
2134 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2135
2136         * gst/deinterlace2/Makefile.am:
2137         * gst/deinterlace2/gstdeinterlace2.c:
2138         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2139         (gst_deinterlace2_class_init):
2140         Enable tomsmocomp again as the C port will be ready for the next
2141         release.
2142
2143 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2144
2145         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
2146         (gst_greatest_common_divisor), (gst_fraction_double),
2147         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
2148         Don't use proxy_getcaps() but implement our own getcaps() function
2149         that doubles/halfs the framerate if all fields should be sent out.
2150
2151 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2152
2153         * configure.ac:
2154         * ext/Makefile.am:
2155         * ext/twolame/Makefile.am:
2156         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
2157         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
2158         (gst_two_lame_release_memory), (gst_two_lame_finalize),
2159         (gst_two_lame_base_init), (gst_two_lame_class_init),
2160         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
2161         (gst_two_lame_init), (gst_two_lame_set_property),
2162         (gst_two_lame_get_property), (gst_two_lame_sink_event),
2163         (gst_two_lame_chain), (gst_two_lame_setup),
2164         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
2165         (plugin_init):
2166         * ext/twolame/gsttwolame.h:
2167         Add TwoLAME MP2 encoding element, based on the LAME element.
2168
2169 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2170
2171         * configure.ac:
2172         * ext/Makefile.am:
2173         * ext/celt/Makefile.am:
2174         * ext/celt/gstcelt.c: (plugin_init):
2175         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
2176         (gst_celt_dec_class_init), (gst_celt_dec_reset),
2177         (gst_celt_dec_init), (celt_dec_convert),
2178         (celt_get_sink_query_types), (celt_dec_sink_query),
2179         (celt_get_src_query_types), (celt_dec_src_query),
2180         (celt_dec_src_event), (celt_dec_sink_event),
2181         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
2182         (celt_dec_chain_parse_data), (celt_dec_chain),
2183         (celt_dec_change_state):
2184         * ext/celt/gstceltdec.h:
2185         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
2186         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
2187         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
2188         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
2189         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
2190         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
2191         (gst_celt_enc_sink_query), (gst_celt_enc_init),
2192         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
2193         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
2194         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
2195         (gst_celt_enc_chain), (gst_celt_enc_get_property),
2196         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
2197         * ext/celt/gstceltenc.h:
2198         Add CELT encoder and decoder elements based on the Speex elements.
2199
2200 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2201
2202         Patch by: Tal Shalif <tshalif at nargila dot org>
2203
2204         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
2205         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
2206         with mingw. Fixes bug #545247.
2207
2208 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2209
2210         * configure.ac:
2211         Back to development -> 0.10.8.1
2212
2213 === release 0.10.8 ===
2214
2215 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
2216
2217         * configure.ac:
2218           releasing 0.10.8, "Vapour Trails"
2219
2220 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2221
2222         * configure.ac:
2223         0.10.7.3 pre-release
2224
2225         * po/LINGUAS:
2226         * po/id.po:
2227         Add Indonesian translation.
2228
2229 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2230
2231         * gst/festival/gstfestival.c:
2232           Guard unistd.h with HAVE_UNISTD_H
2233         * gst/modplug/libmodplug/load_it.cpp:
2234         * gst/modplug/libmodplug/sndfile.cpp:
2235         * gst/modplug/libmodplug/sndfile.h:
2236         * gst/modplug/libmodplug/stdafx.h:
2237           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
2238           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
2239           of a variable in load_it.cpp to MSVC's scoping rules.
2240         * gst/sdp/gstsdpdemux.c:
2241           Guard unistd.h with HAVE_UNISTD_H
2242           Fixes #544457.
2243
2244 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2245
2246         * ext/timidity/gsttimidity.c:
2247           Fix compiler warning. Fixes #544050.
2248
2249 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
2250
2251         * configure.ac:
2252         Don't check for nav_print.h any more - it should be included in
2253         the libdvdnav development package if libdvdnav headers depend on it.
2254         Fixes: #543846
2255
2256 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2257
2258         * configure.ac:
2259         * ext/ladspa/Makefile.am:
2260         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
2261         for loading the ladspa plugins and previously was linked in by
2262         gmodule. Fixes bug #543848.
2263
2264 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2265
2266         * gst/modplug/libmodplug/Makefile.am:
2267         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
2268         can contain compiler parameters that are invalid for C++.
2269         Fixes bug #543860.
2270
2271 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2272
2273         * ext/resindvd/Makefile.am:
2274         Dist missing header files. Fixes bug #543861.
2275
2276 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2277
2278         * configure.ac:
2279         0.10.7.2 pre-release
2280
2281 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2282
2283         * ext/Makefile.am:
2284         Dist and recurse into resindvd subdir
2285
2286 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2287
2288         * configure.ac:
2289         Remove interleave and replaygain configure.ac pieces too
2290
2291 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2292
2293         * po/LINGUAS:
2294         * po/lt.po:
2295         Add new lithunian translation, and add french to the LINGUAS
2296         file.
2297
2298 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2299
2300         * docs/plugins/Makefile.am:
2301         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2302         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2303         * docs/plugins/gst-plugins-bad-plugins.args:
2304         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2305         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2306         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2307         * docs/plugins/inspect/plugin-interleave.xml:
2308         * docs/plugins/inspect/plugin-replaygain.xml:
2309         * gst/interleave/Makefile.am:
2310         * gst/interleave/deinterleave.c:
2311         * gst/interleave/deinterleave.h:
2312         * gst/interleave/interleave.c:
2313         * gst/interleave/interleave.h:
2314         * gst/interleave/plugin.c:
2315         * gst/interleave/plugin.h:
2316         * gst/replaygain/Makefile.am:
2317         * gst/replaygain/gstrganalysis.c:
2318         * gst/replaygain/gstrganalysis.h:
2319         * gst/replaygain/gstrglimiter.c:
2320         * gst/replaygain/gstrglimiter.h:
2321         * gst/replaygain/gstrgvolume.c:
2322         * gst/replaygain/gstrgvolume.h:
2323         * gst/replaygain/replaygain.c:
2324         * gst/replaygain/replaygain.h:
2325         * gst/replaygain/rganalysis.c:
2326         * gst/replaygain/rganalysis.h:
2327         * tests/check/Makefile.am:
2328         * tests/check/elements/deinterleave.c:
2329         * tests/check/elements/interleave.c:
2330         * tests/check/elements/rganalysis.c:
2331         * tests/check/elements/rglimiter.c:
2332         * tests/check/elements/rgvolume.c:
2333         Remove interleave and replaygain plugins that have moved to -good
2334
2335 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2336
2337         * configure.ac:
2338         * gst/deinterlace2/Makefile.am:
2339         * gst/deinterlace2/gstdeinterlace2.c:
2340         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
2341         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
2342         * gst/deinterlace2/gstdeinterlace2.h:
2343         * gst/deinterlace2/tvtime/greedy.c:
2344         (gst_deinterlace_method_greedy_l_class_init):
2345         * gst/deinterlace2/tvtime/greedyh.c:
2346         (gst_deinterlace_method_greedy_h_class_init):
2347         * gst/deinterlace2/tvtime/vfir.c:
2348         (gst_deinterlace_method_vfir_class_init):
2349         Disable the tomsmocomp algorithm for this release as it's buggy
2350         and has no C implementation yet.
2351
2352         Build the deinterlace2 plugin on all architectures but still mark it
2353         as experimental.
2354         
2355         Build the x86 inline assembly only if GCC inline assembly is supported
2356         and only on x86 or amd64. Fixes bug #543286.
2357
2358 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
2359
2360         * gst/real/gstrealvideodec.c: (open_library):
2361         Add some casts to fix the build on Forte
2362
2363 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
2364
2365         * gst/deinterlace2/tvtime/greedy.c:
2366         (gst_deinterlace_method_greedy_l_class_init):
2367         * gst/deinterlace2/tvtime/greedyh.c:
2368         (gst_deinterlace_method_greedy_h_class_init):
2369         * gst/deinterlace2/tvtime/vfir.c:
2370         (gst_deinterlace_method_vfir_class_init):
2371         Fix build on x86_64
2372
2373 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2374
2375         * ext/resindvd/gstmpegdemux.c:
2376         Remove whitespace line.
2377
2378         * ext/resindvd/resindvdbin.c:
2379         * ext/resindvd/resindvdbin.h:
2380         Make it so that audio/video pads aren't added to the bin
2381         until after data flow starts.
2382
2383         * ext/resindvd/resin-play:
2384         Move video buffer queue outside resindvdbin
2385
2386         * ext/resindvd/resindvdsrc.c:
2387         Check that the nav_clock_id didn't already get unscheduled.
2388
2389         * gst/dvdspu/gstdvdspu.c:
2390         Remove assert that sometimes triggers erroneously.
2391
2392 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2393
2394         * gst/deinterlace2/tvtime/greedyh.asm:
2395         Always use the C implementation if width is not a multiple of 4. The
2396         assembly optimized version only handle this and calling the C
2397         implementation for the remaining part doesn't work because it needs
2398         previous calculations.
2399
2400 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2401
2402         * gst/deinterlace2/tvtime/greedyh.asm:
2403         * gst/deinterlace2/tvtime/greedyh.c:
2404         * gst/deinterlace2/tvtime/greedyhmacros.h:
2405         Some cleanup, use 3DNOW instead of TDNOW in macros.
2406
2407         * gst/deinterlace2/tvtime/tomsmocomp.c:
2408         (gst_deinterlace_method_tomsmocomp_class_init):
2409         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2410         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2411         The SSE method in fact only needs MMXEXT, declare it as such.
2412
2413 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
2414
2415         * docs/plugins/.cvsignore:
2416         Ignore *-undeclared.txt
2417
2418         * ext/resindvd/rsnaudiomunge.c:
2419         Turn g_print's into debug statements.
2420
2421         * ext/resindvd/resin-play:
2422         * ext/resindvd/Makefile.am:
2423         * ext/resindvd/resindvdbin.c:
2424         * ext/resindvd/resindvdbin.h:
2425         * ext/resindvd/rsnparsetter.c:
2426         * ext/resindvd/rsnparsetter.h:
2427         * ext/resindvd/rsnwrappedbuffer.c:
2428         * ext/resindvd/rsnwrappedbuffer.h:
2429         Add a bloated implementation of a really simple idea: Replace the
2430         pixel-aspect-ratio in the output video with a prescribed one when
2431         necessary. There must be an easier way.
2432
2433         Split the dvdspu out of the resindvdbin and put out the subpicture
2434         stream on the subpicture pad.
2435
2436         * ext/resindvd/gstmpegdemux.c:
2437         Send video-aspect events down the pipe from the demuxer.
2438
2439         * ext/resindvd/resindvdsrc.c:
2440         * ext/resindvd/resindvdsrc.h:
2441         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
2442         to make it use clock-waiting later.
2443
2444         * ext/resindvd/rsnbasesrc.c:
2445         Don't overwrite the last_stop in the basesrc segment after a seamless
2446         seek.
2447
2448 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2449
2450         * gst/mpegtsparse/mpegtspacketizer.c:
2451         Convert extended event text to UTF-8.
2452
2453 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
2454
2455         * docs/plugins/Makefile.am:
2456         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2457         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2458         * docs/plugins/gst-plugins-bad-plugins.args:
2459         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2460         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2461         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2462         * docs/plugins/gst-plugins-bad-plugins.signals:
2463         * docs/plugins/inspect/plugin-stereo.xml:
2464         * gst/stereo/gststereo.c:
2465           Document one more.
2466
2467 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2468
2469         * gst/mpegtsparse/gstmpegdesc.h:
2470         Fix extended event descriptor parsing, out by 1 in position of
2471         text length.
2472
2473 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
2474
2475         * gst/festival/gstfestival.c:
2476           Add a note to the docs, that festival need to be running. Also log an
2477           error it it is not. Fixes #541327
2478
2479 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2480
2481         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2482
2483         * gst/librfb/gstrfbsrc.c:
2484         * gst/librfb/gstrfbsrc.h:
2485         Add view-only property to ignore the navigation events
2486
2487 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2488
2489         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2490           Revert previous patch apart from typo fixes; the patch was not
2491           independently useful.
2492
2493 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2494
2495         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2496         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2497         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2498         * sys/dshowdecwrapper/gstdshowvideodec.c:
2499           Add AAC, AC3 to handled codecs.
2500           Fix handling of flush events.
2501           Improve debug/error output.
2502           Fix a number of typos in comments and variable names.
2503
2504 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2505
2506         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2507
2508         * gst/librfb/rfbdecoder.c:
2509         Implement ServerCutText message
2510
2511 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2512
2513         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2514
2515         * gst/librfb/gstrfbsrc.c:
2516         * gst/librfb/rfbdecoder.c:
2517         Add property for shared desktop
2518
2519 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2520
2521         * configure.ac:
2522         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2523         flags that are invalid for C++.
2524
2525 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2526
2527         * ext/spc/gstspc.c: (spc_setup):
2528         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2529         Don't use declarations after statements in the remaining code.
2530
2531 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2532
2533         Patch by:
2534           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2535
2536         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2537         * ext/metadata/metadataxmp.c:
2538         (metadataparse_xmp_iter_add_to_tag_list):
2539         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2540         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2541         Don't use declarations after statements.
2542
2543 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2544
2545         patch by: Alessandro Decina
2546
2547         * gst/mpegtsparse/mpegtsparse.c:
2548         Fix memory leak by unreffing structures when not needed.
2549         Fixes #539292.
2550
2551 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2552
2553         * gst/sdp/gstsdpdemux.c:
2554           Use floating point math for latencies < 0 sec in log output.
2555
2556 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2557
2558         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2559         Mark internal processing functions as static inline for quite some
2560         speedup as they're used only once and need to get many local variables
2561         passed as parameter.
2562
2563 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2564
2565         * gst/deinterlace2/gstdeinterlace2.c:
2566         (gst_deinterlace_method_deinterlace_frame),
2567         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2568         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2569         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2570         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2571         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2572         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2573         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2574         (gst_deinterlace2_src_query):
2575         * gst/deinterlace2/gstdeinterlace2.h:
2576         Call the current instance "self" instead of "object".
2577
2578 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2579
2580         * gst/deinterlace2/gstdeinterlace2.c:
2581         (gst_deinterlace_method_get_latency),
2582         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2583         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2584         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2585         * gst/deinterlace2/gstdeinterlace2.h:
2586         Include latency of the method in the returned latency.
2587
2588         Fix outputting of all fields, i.e. doubling of the framerate.
2589
2590 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2591
2592         * gst/deinterlace2/Makefile.am:
2593         * gst/deinterlace2/gstdeinterlace2.c:
2594         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2595         (gst_deinterlace_method_deinterlace_frame),
2596         (gst_deinterlace_method_get_fields_required),
2597         (gst_deinterlace2_methods_get_type), (_do_init),
2598         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2599         (gst_deinterlace2_child_proxy_get_child_by_index),
2600         (gst_deinterlace2_child_proxy_get_children_count),
2601         (gst_deinterlace2_child_proxy_interface_init),
2602         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2603         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2604         * gst/deinterlace2/gstdeinterlace2.h:
2605         * gst/deinterlace2/tvtime/greedy.c:
2606         (deinterlace_greedy_packed422_scanline_c),
2607         (deinterlace_greedy_packed422_scanline_mmx),
2608         (deinterlace_greedy_packed422_scanline_mmxext),
2609         (deinterlace_frame_di_greedy),
2610         (gst_deinterlace_method_greedy_l_set_property),
2611         (gst_deinterlace_method_greedy_l_get_property),
2612         (gst_deinterlace_method_greedy_l_class_init),
2613         (gst_deinterlace_method_greedy_l_init):
2614         * gst/deinterlace2/tvtime/greedyh.asm:
2615         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2616         (deinterlace_frame_di_greedyh),
2617         (gst_deinterlace_method_greedy_h_set_property),
2618         (gst_deinterlace_method_greedy_h_get_property),
2619         (gst_deinterlace_method_greedy_h_class_init),
2620         (gst_deinterlace_method_greedy_h_init):
2621         * gst/deinterlace2/tvtime/greedyh.h:
2622         * gst/deinterlace2/tvtime/plugins.h:
2623         * gst/deinterlace2/tvtime/tomsmocomp.c:
2624         (gst_deinterlace_method_tomsmocomp_set_property),
2625         (gst_deinterlace_method_tomsmocomp_get_property),
2626         (gst_deinterlace_method_tomsmocomp_class_init),
2627         (gst_deinterlace_method_tomsmocomp_init):
2628         * gst/deinterlace2/tvtime/tomsmocomp.h:
2629         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2630         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2631         (gst_deinterlace_method_vfir_class_init),
2632         (gst_deinterlace_method_vfir_init):
2633         Use a GstObject subtype for the deinterlacing methods and export
2634         the different settings for each deinterlacing method via GObject
2635         properties.
2636
2637         Implement GstChildProxy interface to allow access to the used
2638         deinterlacing method and to allow adjusting the different settings.
2639
2640         Move global variables of the tomsmocomp deinterlacing method into
2641         function local variables to make it possible to use this deinterlacing
2642         method from different instances.
2643
2644 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2645
2646         * gst/deinterlace2/tvtime/greedyh.asm:
2647         Support widths that are not a multiply of 4 when using the assembly
2648         optimized greedyh implementations.
2649
2650 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2651
2652         * gst/deinterlace2/tvtime/greedyh.c:
2653         (deinterlace_frame_di_greedyh):
2654         Only build the assembly optimized implementations on x86.
2655
2656 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2657
2658         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2659
2660         * configure.ac:
2661         Fix checking of headers for the OSS4 plugin to fail if a single
2662         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2663         of the headers is found. Fixes bug #541543.
2664
2665 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2666
2667         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2668
2669         * configure.ac:
2670         * gst/festival/Makefile.am:
2671         * gst/festival/gstfestival.c:
2672         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2673         and including winsock headers. Fixes bug #541522.
2674
2675 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2676
2677         * ChangeLog:
2678         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2679         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2680         Corrected a typo (interpollate -> interpolate).
2681
2682 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2683
2684         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2685         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2686         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2687         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2688         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2689         (rtp_session_send_rtp):
2690         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2691         (rtp_source_process_rtp), (rtp_source_send_rtp):
2692         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2693         pipeline is running normally.
2694
2695 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2696
2697         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2698         (gst_rtp_session_finalize), (rtcp_thread),
2699         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2700         (gst_rtp_session_event_send_rtp_sink),
2701         (gst_rtp_session_chain_send_rtp):
2702         * gst/rtpmanager/rtpsession.c: (check_collision),
2703         (update_arrival_stats), (rtp_session_process_rtp),
2704         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2705         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2706         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2707         (is_rtcp_time), (rtp_session_on_timeout):
2708         * gst/rtpmanager/rtpsession.h:
2709         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2710
2711 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2712
2713         * gst/mpegvideoparse/mpegvideoparse.c:
2714         * gst/mpegvideoparse/mpegvideoparse.h:
2715         Queue new-segment events and send them after caps have been
2716         determined and set, so that the decoder will have been auto-plugged.
2717
2718 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2719
2720         Patch by : Michael Smith <msmith @ xiph dot org>
2721         
2722         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2723         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2724         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2725         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2726         (qtwrapper_audio_decoder_chain),
2727         (qtwrapper_audio_decoder_sink_event),
2728         (qtwrapper_audio_decoder_base_init),
2729         (qtwrapper_audio_decoder_class_init),
2730         (qtwrapper_audio_decoders_register):
2731         * sys/qtwrapper/codecmapping.h:
2732         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2733         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2734         * sys/qtwrapper/imagedescription.h:
2735         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2736         (dump_avcc_atom), (dump_image_description),
2737         (AllocateAudioBufferList):
2738         * sys/qtwrapper/qtutils.h:
2739         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2740         * sys/qtwrapper/qtwrapper.h:
2741         * sys/qtwrapper/videodecoders.c:
2742         (qtwrapper_video_decoder_base_init), (open_decoder),
2743         (decompressCb), (qtwrapper_video_decoder_chain),
2744         (qtwrapper_video_decoders_register):
2745         Make qtwrapper compile/work on win32.
2746         Lots of fixes
2747         Fixes #531840
2748
2749 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2750
2751         * gst/rawparse/gstvideoparse.c:
2752         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2753
2754 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2755
2756         * gst/deinterlace2/Makefile.am:
2757         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2758         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2759         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2760         * gst/deinterlace2/tvtime/tomsmocomp.h:
2761         Remove useless file and mark everything possible as static.
2762
2763         * gst/deinterlace2/tvtime/greedy.c:
2764         * gst/deinterlace2/tvtime/greedyh.c:
2765         Use "_stdint.h" instead of <stdint.h>.
2766
2767 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2768
2769         * gst/deinterlace2/Makefile.am:
2770         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2771         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2772         * gst/deinterlace2/tvtime/greedyh.c:
2773         (deinterlace_frame_di_greedyh):
2774         * gst/deinterlace2/tvtime/speedtools.h:
2775         * gst/deinterlace2/tvtime/speedy.c:
2776         * gst/deinterlace2/tvtime/speedy.h:
2777         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2778         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2779         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2780         Get rid of speedy.[ch] as we don't use most of it's code anyway
2781         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2782         of the speedy memcpy everywhere instead.
2783         
2784         * gst/deinterlace2/gstdeinterlace2.h:
2785         Remove many unused declarations.
2786
2787 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2788
2789         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2790         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2791         Expose the additional MPEG HDTV format profiles available in latest
2792         mjpegtools version.
2793
2794 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2795
2796         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2797         Divide latency be 2 to convert from fields to frames.
2798
2799 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2800
2801         * gst/deinterlace2/tvtime/greedy.c:
2802         (deinterlace_greedy_packed422_scanline_c),
2803         (deinterlace_greedy_packed422_scanline_mmx),
2804         (deinterlace_greedy_packed422_scanline_mmxext),
2805         (deinterlace_frame_di_greedy):
2806         Don't use scanlines function from gstdeinterlace2 as it's
2807         not appropiate for this method. Instead implement deinterlace_frame
2808         function by taking the one from greedyh.
2809         
2810         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2811         Small fix for the C implementation.
2812
2813         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2814         Don't use the scanlines function from gstdeinterlace2 as it's only
2815         used for this method and will be removed. Instead implement
2816         deinterlace_frame function and make it a bit more efficient.
2817
2818         * gst/deinterlace2/gstdeinterlace2.c:
2819         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2820         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2821         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2822         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2823         (gst_deinterlace2_src_query):
2824         Fix coding style and remove scanlines function as it's unused now.
2825
2826 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2827
2828         * gst/deinterlace2/tvtime/greedyh.asm:
2829         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2830         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2831         * gst/deinterlace2/tvtime/greedyhmacros.h:
2832         Add a C implementation for the greedyh deinterlacing method, clean
2833         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2834         require any SSE instructions.
2835
2836 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2837
2838         * gst/deinterlace2/gstdeinterlace2.c:
2839         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2840         (gst_deinterlace2_setcaps):
2841         If we're outputting all fields the framerate has to be doubled.
2842
2843         Set duration on the outgoing buffers.
2844
2845 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2846
2847         * docs/plugins/Makefile.am:
2848         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2849         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2850         * gst/y4m/gsty4mencode.c:
2851         Add documentation for YUV4MPEG2 encoder element.
2852
2853 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2854
2855         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2856         Remove unneeded macros that break build on macosx.
2857
2858 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2859
2860         * configure.ac:
2861           Depend on released versions of core and -base.
2862
2863 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2864
2865         * gst/deinterlace2/tvtime/greedy.c:
2866         (deinterlace_greedy_packed422_scanline_mmx),
2867         (deinterlace_greedy_packed422_scanline_mmxext):
2868         Optimize MMX/MMXEXT implementations a bit by requiring two less
2869         memory accesses and fix the workaround for the missing right shift
2870         on bytes to unset the highest bit of every byte.
2871
2872 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2873
2874         * gst/deinterlace2/tvtime/greedy.c:
2875         (deinterlace_greedy_packed422_scanline_mmxext):
2876         Remove sfence instruction as it's not needed and actually is an SSE
2877         instruction.
2878
2879 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2880
2881         * gst/deinterlace2/tvtime/greedy.c:
2882         (deinterlace_greedy_packed422_scanline_mmx),
2883         (deinterlace_greedy_packed422_scanline):
2884         Add plain MMX implementation for the greedyl method.
2885
2886 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2887
2888         * gst/deinterlace2/Makefile.am:
2889         Move the assembly includes to noinst_HEADERS where they belong.
2890
2891         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2892         (deinterlace_line_mmx):
2893         Fix C and MMX implementations a bit more.
2894
2895 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2896
2897         * gst/deinterlace2/tvtime/greedy.c:
2898         (deinterlace_greedy_packed422_scanline_c),
2899         (deinterlace_greedy_packed422_scanline_mmxext),
2900         (deinterlace_greedy_packed422_scanline):
2901         Fix the C implementation to produce correct results and optimize the
2902         MMXEXT implementation.
2903
2904         Handle odd widths and don't read over array boundaries in the MMXEXT
2905         implementation.
2906
2907         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2908         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2909         Fix a small rounding bug in the MMX implementation, the MMX
2910         implementation doesn't actually need MMXEXT instructions so don't mark
2911         it as such.
2912
2913         Handle odd widths in both implementations.
2914
2915 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2916
2917         * ext/resindvd/rsnbasesrc.c:
2918           Use the right i18n header.
2919
2920 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2921
2922         * gst/deinterlace2/tvtime/greedy.c:
2923         (deinterlace_greedy_packed422_scanline_sse),
2924         (deinterlace_greedy_packed422_scanline_c),
2925         (deinterlace_greedy_packed422_scanline):
2926         Implement a C version of the greedy low motion algorithm and mark the
2927         assembly optimized version as SSE as it uses SSE instructions
2928         additional to MMX instructions.
2929
2930 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2931
2932         Patch by: Sebastian Pölsterl
2933
2934         * gst/mpegtsparse/mpegtspacketizer.c:
2935         Fix problem when empty string is provided.
2936
2937 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2938
2939         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2940         (deinterlace_line_c), (deinterlace_scanline_vfir):
2941         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2942         but use the MMXEXT optimized code whenever possible.
2943
2944 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2945
2946         * gst/deinterlace2/gstdeinterlace2.c:
2947         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2948         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2949         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2950         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2951         (gst_deinterlace2_src_query):
2952         * gst/deinterlace2/gstdeinterlace2.h:
2953         Reset element state on PAUSED->READY properly, don't leak any buffers
2954         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2955         properly return flow returns from gst_pad_push() instead of ignoring them.
2956
2957 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2958
2959         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2960         Add missing header.
2961
2962 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2963
2964         * configure.ac:
2965         * gst/deinterlace2/Makefile.am:
2966         * gst/deinterlace2/tvtime/greedyh.asm:
2967         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2968         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2969         build system. Because of several bugs it's still enabled only
2970         by --enable-experimental.
2971
2972 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2973
2974         * ext/resindvd/resindvdsrc.c:
2975         * ext/resindvd/resindvdsrc.h:
2976         Schedule NAV packets and activate them with an async clock callback
2977         at the right moment. This makes delayed menu highlights appear
2978         at the correct time and fixes Back To The Future.
2979
2980         When outputting new segment in do_seek(), calculate our position
2981         value properly, so we report the right time when popping in and
2982         out of the menus.
2983
2984         * ext/resindvd/rsnbasesrc.c:
2985         When handling a non-flushing seek, accumulate the segment,
2986         rather than having every seek start from 0 and messing with sync
2987
2988 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2989
2990         * gst/selector/gstoutputselector.c:
2991         * tests/icles/output-selector-test.c:
2992           Use BOILERPLATE macro and update test to the latest api changes.
2993
2994 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2995
2996         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2997         Don't use a buffer after unreffing it.
2998
2999 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
3000
3001         * ext/metadata/metadataexif.c:
3002           Add description tag mapping.
3003
3004 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
3005
3006         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3007         * examples/app/appsrc-ra.c:
3008         * examples/app/appsrc-seekable.c:
3009         * examples/app/appsrc-stream.c:
3010         * examples/app/appsrc-stream2.c:
3011         * ext/directfb/dfbvideosink.h:
3012         * ext/metadata/gstbasemetadata.c:
3013         * ext/metadata/gstbasemetadata.h:
3014         * ext/metadata/metadata.c:
3015         * ext/metadata/metadataexif.c:
3016         * ext/theora/theoradec.h:
3017         * gst/deinterlace2/gstdeinterlace2.h:
3018         * gst/deinterlace2/tvtime/speedy.c:
3019         * gst/deinterlace2/tvtime/speedy.h:
3020         * gst/deinterlace2/tvtime/vfir.c:
3021          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
3022          comments.
3023
3024 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
3025
3026         * ext/resindvd/resindvdbin.c:
3027         Parse the URI argument into the device name so dvd:///path/to/image
3028         works.
3029
3030         * ext/resindvd/resindvdsrc.c:
3031         Implement a trivial duration query reporting the current PGC length.
3032
3033         * gst/dvdspu/gstdvdspu.c:
3034         Rename typo in the function name.
3035
3036 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
3037
3038         * configure.ac:
3039         Disable deinterlace2 plugin again which was accidently enabled
3040         with last commit.
3041
3042 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
3043
3044         * configure.ac:
3045         * ext/resindvd/resindvdsrc.h:
3046         Make resindvd work with libdvdnav >= 4.0.0.
3047
3048 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
3049
3050         * configure.ac:
3051         Check for libdvdnav to build resindvd.
3052
3053         * ext/Makefile.am:
3054         * ext/resindvd/Makefile.am:
3055         * ext/resindvd/gstmpegdefs.h:
3056         * ext/resindvd/gstmpegdemux.c:
3057         * ext/resindvd/gstmpegdemux.h:
3058         * ext/resindvd/gstmpegdesc.c:
3059         * ext/resindvd/gstmpegdesc.h:
3060         * ext/resindvd/gstpesfilter.c:
3061         * ext/resindvd/gstpesfilter.h:
3062         * ext/resindvd/plugin.c:
3063         * ext/resindvd/resin-play:
3064         * ext/resindvd/resindvdbin.c:
3065         * ext/resindvd/resindvdbin.h:
3066         * ext/resindvd/resindvdsrc.c:
3067         * ext/resindvd/resindvdsrc.h:
3068         * ext/resindvd/rsnaudiomunge.c:
3069         * ext/resindvd/rsnaudiomunge.h:
3070         * ext/resindvd/rsnbasesrc.c:
3071         * ext/resindvd/rsnbasesrc.h:
3072         * ext/resindvd/rsnpushsrc.c:
3073         * ext/resindvd/rsnpushsrc.h:
3074         * ext/resindvd/rsnstreamselector.c:
3075         * ext/resindvd/rsnstreamselector.h:
3076
3077         First commit of DVD-Video playback component 'rsndvdbin'
3078         and helper elements.
3079
3080         Use --enable-experimental for now, but feel free to give it a
3081         try using the resin-play script.
3082
3083         * gst/dvdspu/gstdvdspu.c:
3084         Add some extra guards for malformed events.
3085
3086 2008-06-16  David Schleef  <ds@schleef.org>
3087
3088         * configure.ac:
3089         Bump dirac requirement to 0.10 due to api changes.
3090
3091 2008-06-16  Andy Wingo  <wingo@pobox.com>
3092
3093         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
3094         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
3095         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
3096
3097 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3098
3099         * sys/dvb/gstdvbsrc.c:
3100           Move docblob upwards. Balance tags and restore blank line.
3101
3102 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3103
3104         * sys/dvb/gstdvbsrc.c:
3105         Fix out of date docs.
3106
3107 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3108
3109         Patch from: Vincent Genieux
3110
3111         * gst/mpegtsparse/mpegtsparse.c:
3112         Fix refcount issues, fixes #538560.
3113
3114 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3115
3116         * gst/mpegtsparse/gstmpegdesc.h:
3117         * gst/mpegtsparse/mpegtspacketizer.c:
3118         Parse the extended event descriptor.
3119
3120 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3121
3122         * gst/rtpmanager/gstrtpjitterbuffer.c:
3123         * gst/speed/gstspeed.c:
3124         * gst/speexresample/gstspeexresample.c:
3125         * gst/videosignal/gstvideoanalyse.c:
3126         * gst/videosignal/gstvideodetect.c:
3127         * gst/videosignal/gstvideomark.c:
3128         * sys/dvb/gstdvbsrc.c:
3129         * sys/oss4/oss4-mixer.c:
3130         * sys/oss4/oss4-sink.c:
3131         * sys/oss4/oss4-source.c:
3132         * sys/wininet/gstwininetsrc.c:
3133           Final round of doc updates.
3134
3135 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
3136
3137         * gst/deinterlace/gstdeinterlace.c:
3138         * gst/rtpmanager/gstrtpbin.c:
3139         * gst/rtpmanager/gstrtpclient.c:
3140         * gst/rtpmanager/gstrtpjitterbuffer.c:
3141         * gst/rtpmanager/gstrtpptdemux.c:
3142         * gst/rtpmanager/gstrtpsession.c:
3143         * gst/rtpmanager/gstrtpssrcdemux.c:
3144         * gst/sdp/gstsdpdemux.c:
3145           More doc updates. More xrefs.
3146
3147 2008-06-14  Julien Moutte  <julien@fluendo.com>
3148
3149         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
3150         (gst_flv_demux_dispose):
3151         * gst/flv/gstflvdemux.h:
3152         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
3153         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
3154         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
3155         H.264/AVC inside FLV.
3156         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
3157         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
3158         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
3159         * sys/dshowdecwrapper/gstdshowaudiodec.h:
3160         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
3161         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
3162         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
3163         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
3164         to improve stability (ref counting, safety checks...)
3165
3166 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3167
3168         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
3169         Disable sipro on 64bits, it crashes.
3170
3171 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3172
3173         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
3174         (close_library), (open_library),
3175         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
3176         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
3177         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
3178         Add raversions we can support on the caps.
3179         Refactor the loading of the real codecs like realvideo so that we can
3180         implement probing.
3181         Probe all supported formats by trying to load the .so files, only report
3182         the versions on the caps that we can actually load.
3183
3184         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
3185         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
3186         (open_library), (close_library),
3187         (gst_real_video_dec_probe_modules),
3188         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
3189         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
3190         * gst/real/gstrealvideodec.h:
3191         Change the loading of the library like the audio decoder.
3192         Probe the supported formats by trying to load the .so files and only
3193         report the versions on the caps that we can actually load.
3194
3195 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3196
3197         patch by: Sebastian Pölsterl
3198
3199         * gst/mpegtsparse/mpegtspacketizer.c:
3200         Handle character sets in strings coming from DVB SI according
3201         to the DVB SI spec.
3202
3203 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3204
3205         * gst/replaygain/gstrganalysis.c:
3206         * gst/replaygain/gstrglimiter.c:
3207         * gst/replaygain/gstrgvolume.c:
3208           More doc updates.
3209
3210 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
3211
3212         * docs/plugins/Makefile.am:
3213         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3214         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3215         * docs/plugins/gst-plugins-bad-plugins.args:
3216         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3217         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3218         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3219         * docs/plugins/gst-plugins-bad-plugins.signals:
3220         * docs/plugins/inspect/plugin-alsaspdif.xml:
3221         * docs/plugins/inspect/plugin-amrwb.xml:
3222         * docs/plugins/inspect/plugin-app.xml:
3223         * docs/plugins/inspect/plugin-bayer.xml:
3224         * docs/plugins/inspect/plugin-bz2.xml:
3225         * docs/plugins/inspect/plugin-cdaudio.xml:
3226         * docs/plugins/inspect/plugin-cdxaparse.xml:
3227         * docs/plugins/inspect/plugin-dtsdec.xml:
3228         * docs/plugins/inspect/plugin-dvb.xml:
3229         * docs/plugins/inspect/plugin-dvdspu.xml:
3230         * docs/plugins/inspect/plugin-faac.xml:
3231         * docs/plugins/inspect/plugin-faad.xml:
3232         * docs/plugins/inspect/plugin-fbdevsink.xml:
3233         * docs/plugins/inspect/plugin-festival.xml:
3234         * docs/plugins/inspect/plugin-filter.xml:
3235         * docs/plugins/inspect/plugin-flvdemux.xml:
3236         * docs/plugins/inspect/plugin-freeze.xml:
3237         * docs/plugins/inspect/plugin-gsm.xml:
3238         * docs/plugins/inspect/plugin-gstinterlace.xml:
3239         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3240         * docs/plugins/inspect/plugin-h264parse.xml:
3241         * docs/plugins/inspect/plugin-interleave.xml:
3242         * docs/plugins/inspect/plugin-jack.xml:
3243         * docs/plugins/inspect/plugin-ladspa.xml:
3244         * docs/plugins/inspect/plugin-metadata.xml:
3245         * docs/plugins/inspect/plugin-mms.xml:
3246         * docs/plugins/inspect/plugin-modplug.xml:
3247         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3248         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3249         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3250         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3251         * docs/plugins/inspect/plugin-musepack.xml:
3252         * docs/plugins/inspect/plugin-musicbrainz.xml:
3253         * docs/plugins/inspect/plugin-mve.xml:
3254         * docs/plugins/inspect/plugin-mythtv.xml
3255         * docs/plugins/inspect/plugin-nas.xml:
3256         * docs/plugins/inspect/plugin-neon.xml:
3257         * docs/plugins/inspect/plugin-nsfdec.xml:
3258         * docs/plugins/inspect/plugin-nuvdemux.xml:
3259         * docs/plugins/inspect/plugin-oss4.xml
3260         * docs/plugins/inspect/plugin-rawparse.xml:
3261         * docs/plugins/inspect/plugin-real.xml:
3262         * docs/plugins/inspect/plugin-replaygain.xml:
3263         * docs/plugins/inspect/plugin-rfbsrc.xml:
3264         * docs/plugins/inspect/plugin-sdl.xml:
3265         * docs/plugins/inspect/plugin-sdp.xml:
3266         * docs/plugins/inspect/plugin-selector.xml:
3267         * docs/plugins/inspect/plugin-sndfile.xml:
3268         * docs/plugins/inspect/plugin-soundtouch.xml:
3269         * docs/plugins/inspect/plugin-spcdec.xml:
3270         * docs/plugins/inspect/plugin-speed.xml:
3271         * docs/plugins/inspect/plugin-speexresample.xml:
3272         * docs/plugins/inspect/plugin-stereo.xml:
3273         * docs/plugins/inspect/plugin-subenc.xml
3274         * docs/plugins/inspect/plugin-timidity.xml:
3275         * docs/plugins/inspect/plugin-tta.xml:
3276         * docs/plugins/inspect/plugin-vcdsrc.xml:
3277         * docs/plugins/inspect/plugin-videosignal.xml:
3278         * docs/plugins/inspect/plugin-vmnc.xml:
3279         * docs/plugins/inspect/plugin-wildmidi.xml:
3280         * docs/plugins/inspect/plugin-x264.xml:
3281         * docs/plugins/inspect/plugin-xvid.xml:
3282         * docs/plugins/inspect/plugin-y4menc.xml:
3283         * ext/amrwb/gstamrwbdec.c:
3284         * ext/amrwb/gstamrwbenc.c:
3285         * ext/amrwb/gstamrwbparse.c:
3286         * ext/dc1394/gstdc1394.c:
3287         * ext/directfb/dfbvideosink.c:
3288         * ext/ivorbis/vorbisdec.c:
3289         * ext/jack/gstjackaudiosink.c:
3290         * ext/mpeg2enc/gstmpeg2enc.cc:
3291         * ext/mplex/gstmplex.cc:
3292         * ext/musicbrainz/gsttrm.c:
3293         * ext/mythtv/gstmythtvsrc.c:
3294         * ext/theora/theoradec.c:
3295         * ext/timidity/gsttimidity.c:
3296         * ext/timidity/gstwildmidi.c:
3297         * gst-libs/gst/app/gstappsink.c:
3298         * gst/deinterlace/gstdeinterlace.c:
3299         * gst/dvdspu/gstdvdspu.c:
3300         * gst/festival/gstfestival.c:
3301         * gst/freeze/gstfreeze.c:
3302         * gst/interleave/deinterleave.c:
3303         * gst/interleave/interleave.c:
3304         * gst/modplug/gstmodplug.cc:
3305         * gst/nuvdemux/gstnuvdemux.c:
3306           Add missing elements to docs. Fix doc-markup: use convinience syntax
3307           for examples (produces valid docbook), add several refsec2 when we
3308           have several titles. Fix some types.
3309
3310 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3311
3312         * examples/app/.cvsignore:
3313         * examples/app/Makefile.am:
3314         * examples/app/appsink-src.c: (on_new_buffer_from_source),
3315         (on_source_message), (on_sink_message), (main):
3316         Add beefed up example app from bug #413418. It now also uses appsink
3317         instead of fakesink for more ultimate coolness.
3318
3319         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3320         (gst_app_src_init), (gst_app_src_set_property),
3321         (gst_app_src_get_property), (gst_app_src_unlock),
3322         (gst_app_src_unlock_stop), (gst_app_src_create),
3323         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
3324         (gst_app_src_end_of_stream):
3325         * gst-libs/gst/app/gstappsrc.h:
3326         Add block property to allow push based implementation to block when we
3327         fill up the appsrc queues.
3328         Emit the enough-data signal while releasing our lock.
3329
3330 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3331
3332         * examples/app/.cvsignore:
3333           Ignore more.
3334
3335 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3336
3337         * ext/dc1394/gstdc1394.c:
3338         * ext/ivorbis/vorbisdec.c:
3339         * ext/jack/gstjackaudiosink.c:
3340         * ext/metadata/gstmetadatademux.c:
3341         * ext/mythtv/gstmythtvsrc.c:
3342         * ext/theora/theoradec.c:
3343         * gst-libs/gst/app/gstappsink.c:
3344         * gst/bayer/gstbayer2rgb.c:
3345         * gst/deinterlace/gstdeinterlace.c:
3346         * gst/rawparse/gstaudioparse.c:
3347         * gst/rawparse/gstvideoparse.c:
3348         * gst/rtpmanager/gstrtpbin.c:
3349         * gst/rtpmanager/gstrtpclient.c:
3350         * gst/rtpmanager/gstrtpjitterbuffer.c:
3351         * gst/rtpmanager/gstrtpptdemux.c:
3352         * gst/rtpmanager/gstrtpsession.c:
3353         * gst/rtpmanager/gstrtpssrcdemux.c:
3354         * gst/selector/gstinputselector.c:
3355         * gst/selector/gstoutputselector.c:
3356         * gst/videosignal/gstvideoanalyse.c:
3357         * gst/videosignal/gstvideodetect.c:
3358         * gst/videosignal/gstvideomark.c:
3359         * sys/oss4/oss4-mixer.c:
3360         * sys/oss4/oss4-sink.c:
3361         * sys/oss4/oss4-source.c:
3362           Do not use short_description in section docs for elements. We extract
3363           them from element details and there will be warnings if they differ.
3364           Also fixing up the ChangeLog order.
3365
3366 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3367
3368         Patch by: Sebastien Merle <sylane at gmail dot com>
3369
3370         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
3371         Fix the sign of the data we pass to the decoder so that the decoder
3372         compiles with newer reference code as well. Fixes #528618.
3373
3374 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3375
3376         * tests/icles/test-oss4.c:
3377           Include stdlib.h.
3378
3379 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3380
3381         Based on a patch by: Martin Eikermann <meiker at upb dot de>
3382
3383         * gst/deinterlace2/Makefile.am:
3384         * gst/deinterlace2/gstdeinterlace2.c:
3385         (gst_deinterlace2_method_get_type),
3386         (gst_deinterlace2_fields_get_type),
3387         (gst_deinterlace2_field_layout_get_type),
3388         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
3389         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
3390         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
3391         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
3392         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
3393         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
3394         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
3395         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
3396         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
3397         (plugin_init):
3398         * gst/deinterlace2/gstdeinterlace2.h:
3399         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
3400         (deinterlace_greedy_packed422_scanline_mmxext),
3401         (dscaler_greedyl_get_method):
3402         * gst/deinterlace2/tvtime/greedyh.asm:
3403         * gst/deinterlace2/tvtime/greedyh.c:
3404         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
3405         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
3406         (greedyh_filter_sse):
3407         * gst/deinterlace2/tvtime/greedyh.h:
3408         * gst/deinterlace2/tvtime/greedyhmacros.h:
3409         * gst/deinterlace2/tvtime/mmx.h:
3410         * gst/deinterlace2/tvtime/plugins.h:
3411         * gst/deinterlace2/tvtime/speedtools.h:
3412         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
3413         (comb_factor_packed422_scanline_mmx),
3414         (diff_factor_packed422_scanline_c),
3415         (diff_factor_packed422_scanline_mmx),
3416         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
3417         (packed444_to_packed422_scanline_c),
3418         (packed422_to_packed444_scanline_c),
3419         (packed422_to_packed444_rec601_scanline_c),
3420         (vfilter_chroma_121_packed422_scanline_mmx),
3421         (vfilter_chroma_121_packed422_scanline_c),
3422         (vfilter_chroma_332_packed422_scanline_mmx),
3423         (vfilter_chroma_332_packed422_scanline_c),
3424         (kill_chroma_packed422_inplace_scanline_mmx),
3425         (kill_chroma_packed422_inplace_scanline_c),
3426         (invert_colour_packed422_inplace_scanline_mmx),
3427         (invert_colour_packed422_inplace_scanline_c),
3428         (mirror_packed422_inplace_scanline_c),
3429         (interpolate_packed422_scanline_c),
3430         (convert_uyvy_to_yuyv_scanline_mmx),
3431         (convert_uyvy_to_yuyv_scanline_c),
3432         (interpolate_packed422_scanline_mmx),
3433         (interpolate_packed422_scanline_mmxext),
3434         (blit_colour_packed422_scanline_c),
3435         (blit_colour_packed422_scanline_mmx),
3436         (blit_colour_packed422_scanline_mmxext),
3437         (blit_colour_packed4444_scanline_c),
3438         (blit_colour_packed4444_scanline_mmx),
3439         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
3440         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
3441         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
3442         (blit_packed422_scanline_mmxext),
3443         (composite_colour4444_alpha_to_packed422_scanline_c),
3444         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
3445         (composite_packed4444_alpha_to_packed422_scanline_c),
3446         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
3447         (composite_packed4444_to_packed422_scanline_c),
3448         (composite_packed4444_to_packed422_scanline_mmxext),
3449         (composite_alphamask_to_packed4444_scanline_c),
3450         (composite_alphamask_to_packed4444_scanline_mmxext),
3451         (composite_alphamask_alpha_to_packed4444_scanline_c),
3452         (premultiply_packed4444_scanline_c),
3453         (premultiply_packed4444_scanline_mmxext),
3454         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
3455         (quarter_blit_vertical_packed422_scanline_mmxext),
3456         (quarter_blit_vertical_packed422_scanline_c),
3457         (subpix_blit_vertical_packed422_scanline_c),
3458         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
3459         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
3460         (rgba32_to_packed4444_rec601_scanline_c),
3461         (packed444_to_rgb24_rec601_scanline_c),
3462         (packed444_to_nonpremultiplied_packed4444_scanline_c),
3463         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
3464         (speedy_get_accel):
3465         * gst/deinterlace2/tvtime/speedy.h:
3466         * gst/deinterlace2/tvtime/sse.h:
3467         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
3468         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
3469         (tomsmocomp_init), (tomsmocomp_filter_mmx),
3470         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
3471         * gst/deinterlace2/tvtime/tomsmocomp.h:
3472         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
3473         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
3474         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
3475         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
3476         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
3477         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
3478         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
3479         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
3480         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
3481         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
3482         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
3483         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
3484         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
3485         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
3486         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
3487         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
3488         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
3489         (deinterlace_scanline_vfir), (copy_scanline),
3490         (dscaler_vfir_get_method):
3491         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3492         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3493         which was relicensed to LGPL for GStreamer and in theory provides
3494         better and faster results than the simple deinterlace element.
3495         Fixes bug #163578.
3496
3497         Ported to GStreamer 0.10 but still not enabled or included in the
3498         build system by default because of bad artefacts caused by a bug
3499         somewhere and as it can be only build on x86/amd64 ATM and requires
3500         special CFLAGS. Will be fixed soon.
3501
3502 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3503
3504         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3505
3506         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3507         (gst_wildmidi_change_state), (plugin_init):
3508         * ext/timidity/gstwildmidi.h:
3509         Initialize wildmidi only once in the plugin init function instead
3510         of once for every instance. The second and following calls to the
3511         wildmidi initialization function will fail. Fixes bug #525613.
3512
3513         Also don't register the element at all if wildmidi initialization
3514         fails.
3515
3516 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3517
3518         * ext/soundtouch/gstpitch.cc:
3519         Call gst_element_no_more_pads() after all pads are added.
3520
3521 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3524         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3525         (gst_raw_parse_handle_seek_pull):
3526         Add simple reverse playback.
3527
3528 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3529
3530         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3531         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3532         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3533         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3534         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3535         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3536         * gst/rawparse/gstrawparse.h:
3537         Fix seeking, timestamps, duration and some more. Fixes #536309.
3538
3539 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3540
3541         * examples/app/Makefile.am:
3542         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3543         (found_source), (bus_message), (main):
3544         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3545         (found_source), (bus_message), (main):
3546         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3547         (bus_message), (main):
3548         Added 3 more example application for using appsrc in random-access mode,
3549         pull-mode streaming and pull mode seekable.
3550
3551         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3552         (gst_app_src_start), (gst_app_src_do_get_size),
3553         (gst_app_src_create):
3554         * gst-libs/gst/app/gstappsrc.h:
3555         Make stream-type property writable.
3556         Unset flushing when starting so that we reuse appsrc.
3557         Inform basesrc about the configured size.
3558         Emit seek-data signal when we are going to a different offset in
3559         random-access mode.
3560
3561 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3562
3563         * examples/app/appsrc-stream.c: (found_source), (main):
3564         Use deep-notify until we can depend on a playbin2 with support for the
3565         source property.
3566
3567 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3568
3569         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3570         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3571         Fix deadlock when shutting down, use a new lock instead to properly
3572         shutdown.
3573
3574 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3575
3576         * examples/app/.cvsignore:
3577         * examples/app/Makefile.am:
3578         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3579         (stop_feed), (found_source), (bus_message), (main):
3580         Added an example on how to use appsrc in playbin in streaming mode from
3581         an mmapped file.
3582
3583         * examples/app/appsrc_ex.c: (main):
3584         Set pipeline to NULL to free queued buffers.
3585
3586         * gst-libs/gst/app/gstapp-marshal.list:
3587         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3588         (gst_app_src_class_init), (gst_app_src_init),
3589         (gst_app_src_flush_queued), (gst_app_src_dispose),
3590         (gst_app_src_set_property), (gst_app_src_get_property),
3591         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3592         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3593         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3594         (gst_app_src_create), (gst_app_src_set_stream_type),
3595         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3596         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3597         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3598         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3599         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3600         * gst-libs/gst/app/gstappsrc.h:
3601         Measure max queue size in bytes instead.
3602         Add support for 3 modes of operation, streaming, seekable and
3603         random-access, making basesrc handle the scheduling modes for each.
3604         Add appsrc:// uri handler so that automatic plugging can be done from
3605         playbin2 or uridecodebin, for example.
3606         Added support for custom segment formats.
3607         Add support for push and pull based operations from the application.
3608         Expand the methods so that errors can be detected.
3609         Flush the queued buffers on seeks and when shutting down.
3610         Add signals to inform the app that a seek must happen.
3611
3612 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3613
3614         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3615         (gst_deinterleave_src_query):
3616         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3617         (gst_interleave_src_query):
3618         Properly implement duration and position queries in bytes format. We
3619         have to take the upstream reply and divide/multiply it by the number
3620         of channels to get the correct result.
3621
3622 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3623
3624         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3625         * sys/dshowvideosink/dshowvideofakesrc.h:
3626         * sys/dshowvideosink/dshowvideosink.cpp:
3627         * sys/dshowvideosink/dshowvideosink.h:
3628           Fix up copyright notice on new plugin.
3629
3630 2008-06-04  David Schleef  <ds@schleef.org>
3631
3632         * ext/dirac/gstdiracenc.cc: Update properties for recent
3633           dirac changes.  Patch from Jonathan Rosser.
3634
3635 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3636
3637         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3638           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3639           (gst_x264_enc_encode_frame):
3640           Try harder not to crash when we get an EOS event but haven't set
3641           up the encoder yet (as may happen when upstream errors out with
3642           not-negotiated, for example). Also, always push the EOS event
3643           downstream.
3644
3645 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3646
3647         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3648         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3649         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3650         * gst/interleave/interleave.h:
3651         Use an always increasing integer for the number in the name of the
3652         requested sink pads to guarantuee a unique name. Add a "channel"
3653         property to GstInterleavePad to make it possible for applications
3654         to retrieve the channel number in the output for every pad.
3655
3656         Use g_type_register_static_simple() instead of
3657         g_type_register_static() to save some relocations.
3658
3659 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3660
3661         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3662         (gst_interleave_change_state):
3663         Stop GstCollectPads before calling the parent's state change function
3664         when going from PAUSED to READY as we otherwise deadlock.
3665         Fixes bug #536258.
3666
3667 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3668
3669         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3670         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3671         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3672         (gst_h264_parse_chain):
3673         * gst/h264parse/gsth264parse.h:
3674         Parse codec_data and use the nalu_size_length field to get the NALU
3675         length in packetized h264.
3676         When queueing a packetized buffer in reverse mode, don't unref the
3677         buffer twice.
3678         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3679         the adaptor.
3680
3681 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3682
3683         * gst/interleave/interleave.c:
3684         (gst_interleave_check_channel_positions),
3685         (gst_interleave_set_channel_positions),
3686         (gst_interleave_class_init):
3687         Use new gst_audio_check_channel_positions() function and register
3688         the GstInterleavePad type from a threadsafe context.
3689
3690 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3691
3692         * configure.ac:
3693           Revert accidental addition in configure.ac. Sorry.
3694
3695 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3696
3697         * configure.ac:
3698         * sys/Makefile.am:
3699         * sys/dshowvideosink/Makefile.am:
3700         * sys/dshowvideosink/README:
3701         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3702         * sys/dshowvideosink/dshowvideofakesrc.h:
3703         * sys/dshowvideosink/dshowvideosink.cpp:
3704         * sys/dshowvideosink/dshowvideosink.h:
3705         Add a new win32 videosink. Uses the DirectShow renderers for
3706         high-performance video rendering on win32.
3707         Currently only supports some YUV formats.
3708         Rank PRIMARY, since it's much more useful for the common cases that the
3709         directdraw sink (which only does RGB).
3710
3711 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3712
3713         * ext/spc/Makefile.am:
3714           Dist tag.h
3715
3716 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3717
3718         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3719         Always drain before activating the new segment.
3720
3721 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3722
3723         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3724         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3725         (gst_interleave_set_channel_positions),
3726         (gst_interleave_class_init), (gst_interleave_init),
3727         (gst_interleave_set_property), (gst_interleave_get_property),
3728         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3729         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3730         (gst_interleave_src_query_latency), (gst_interleave_collected):
3731         * gst/interleave/interleave.h:
3732         Allow setting channel positions via a property and allow using the
3733         channel positions on the input as the channel positions of the output.
3734
3735         Fix some broken logic and memory leaks.
3736
3737         * tests/check/Makefile.am:
3738         * tests/check/elements/interleave.c: (src_handoff_float32),
3739         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3740         Add unit tests for checking correct handling of channel positions.
3741
3742 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3743
3744         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3745         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3746         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3747         (gst_faad_change_state):
3748         * ext/faad/gstfaad.h:
3749         Add basic reverse playback support.
3750         Clear decoder state after disconts.
3751         Remove some unused code.
3752         Mark output buffers with a discont after a decoding error.
3753
3754 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3755
3756         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3757
3758         * gst/mpeg4videoparse/mpeg4videoparse.c:
3759         (gst_mpeg4vparse_handle_vos):
3760         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3761
3762 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3763
3764         * tests/check/elements/mplex.c: (setup_src_pad),
3765         (teardown_src_pad):
3766         Don't use the deprecated gst_element_get_pad().
3767
3768 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3769
3770         * examples/directfb/gstdfb.c: (main):
3771         Don't use the deprecated gst_element_get_pad().
3772
3773 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3774
3775         Based on patch by: <onkarshinde at gmail dot com>
3776
3777         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3778         (gst_vcdsrc_uri_set_uri):
3779         Allow the track to be set by using the uri. Fixes #535043.
3780
3781 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3782
3783         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3784         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3785         Implement latency query.
3786
3787 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3788
3789         * gst/mpegvideoparse/mpegvideoparse.c:
3790         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3791
3792 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3793
3794         * gst/rtpmanager/gstrtpbin.c:
3795         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3796         (gst_rtp_bin_change_state), (new_payload_found),
3797         (new_ssrc_pad_found):
3798         Break out of callbacks when we are shutting down.
3799         Make sure no state changes can happen when we reconfigure.
3800
3801 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3802
3803         * configure.ac:
3804         Require CVS core and base for new audio clock reset method.
3805
3806         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3807         Reset the audio clock. See #521761.
3808
3809 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         * ext/jack/gstjackaudiosink.c:
3812         (gst_jack_audio_sink_allocate_channels):
3813         Include the element name in the port name to avoid duplicate port names.
3814
3815 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3816
3817         * gst/interleave/deinterleave.c:
3818         Add another example launch line.
3819
3820         * gst/interleave/interleave.c: (interleave_24),
3821         (gst_interleave_finalize), (gst_interleave_base_init),
3822         (gst_interleave_class_init), (gst_interleave_init),
3823         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3824         (gst_interleave_change_state), (__remove_channels),
3825         (__set_channels), (gst_interleave_sink_getcaps),
3826         (gst_interleave_set_process_function),
3827         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3828         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3829         (forward_event_func), (forward_event), (gst_interleave_src_event),
3830         (gst_interleave_collected):
3831         * gst/interleave/interleave.h:
3832         Major rewrite of interleave using GstCollectpads. This new version
3833         also supports almost all raw audio formats and has better caps
3834         negotiation. Fixes bug #506594.
3835
3836         Also update docs and add some more examples.
3837
3838         * tests/check/elements/interleave.c: (interleave_chain_func),
3839         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3840         (interleave_suite):
3841         Add some more extensive unit tests for interleave.
3842
3843 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3844
3845         * gst/rtpmanager/gstrtpjitterbuffer.c:
3846         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3847         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3848         we need to do this so that we can better handle a restarted source.
3849         Fix some comments.
3850
3851         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3852         (rtp_jitter_buffer_insert):
3853         Tweak the skew resync diff.
3854         Use our working seqnum compare function in -base.
3855         Rework the jitterbuffer insert code to make it clearer and more
3856         performant by only retrieving the seqnum of the input buffer once and by
3857         adding some G_LIKELY compiler hints.
3858         Improve debugging for duplicate packets.
3859
3860         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3861         Fix a comment, we don't do skew correction here..
3862
3863 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3864
3865         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3866
3867         * gst/rtpmanager/gstrtpbin.c:
3868         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3869         (gst_rtp_bin_set_property):
3870         Propagate the do-lost and latency properties to the jitterbuffers when
3871         they are changed on rtpbin.
3872
3873 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3874
3875         * examples/switch/switcher.c: (switch_timer):
3876         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3877         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3878         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3879         (gst_sdp_demux_stream_configure_udp_sink):
3880         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3881         (pad_added_setup_data_check_float32_8ch_cb):
3882         * tests/check/elements/rganalysis.c: (send_eos_event),
3883         (send_tag_event):
3884         Don't use _gst_pad().
3885
3886 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3887
3888         * docs/plugins/Makefile.am:
3889         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3890         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3891         * docs/plugins/gst-plugins-bad-plugins.args:
3892         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3893         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3894         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3895         * docs/plugins/gst-plugins-bad-plugins.signals:
3896         * docs/plugins/inspect/plugin-alsaspdif.xml:
3897         * docs/plugins/inspect/plugin-amrwb.xml:
3898         * docs/plugins/inspect/plugin-app.xml:
3899         * docs/plugins/inspect/plugin-bayer.xml:
3900         * docs/plugins/inspect/plugin-bz2.xml:
3901         * docs/plugins/inspect/plugin-cdaudio.xml:
3902         * docs/plugins/inspect/plugin-cdxaparse.xml:
3903         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3904         * docs/plugins/inspect/plugin-dtsdec.xml:
3905         * docs/plugins/inspect/plugin-dvb.xml:
3906         * docs/plugins/inspect/plugin-dvdspu.xml:
3907         * docs/plugins/inspect/plugin-faac.xml:
3908         * docs/plugins/inspect/plugin-faad.xml:
3909         * docs/plugins/inspect/plugin-fbdevsink.xml:
3910         * docs/plugins/inspect/plugin-festival.xml:
3911         * docs/plugins/inspect/plugin-filter.xml:
3912         * docs/plugins/inspect/plugin-flvdemux.xml:
3913         * docs/plugins/inspect/plugin-freeze.xml:
3914         * docs/plugins/inspect/plugin-gsm.xml:
3915         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3916         * docs/plugins/inspect/plugin-h264parse.xml:
3917         * docs/plugins/inspect/plugin-interleave.xml:
3918         * docs/plugins/inspect/plugin-jack.xml:
3919         * docs/plugins/inspect/plugin-ladspa.xml:
3920         * docs/plugins/inspect/plugin-metadata.xml:
3921         * docs/plugins/inspect/plugin-mms.xml:
3922         * docs/plugins/inspect/plugin-modplug.xml:
3923         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3924         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3925         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3926         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3927         * docs/plugins/inspect/plugin-musepack.xml:
3928         * docs/plugins/inspect/plugin-musicbrainz.xml:
3929         * docs/plugins/inspect/plugin-mve.xml:
3930         * docs/plugins/inspect/plugin-nas.xml:
3931         * docs/plugins/inspect/plugin-neon.xml:
3932         * docs/plugins/inspect/plugin-nsfdec.xml:
3933         * docs/plugins/inspect/plugin-nuvdemux.xml:
3934         * docs/plugins/inspect/plugin-rawparse.xml:
3935         * docs/plugins/inspect/plugin-real.xml:
3936         * docs/plugins/inspect/plugin-replaygain.xml:
3937         * docs/plugins/inspect/plugin-rfbsrc.xml:
3938         * docs/plugins/inspect/plugin-sdl.xml:
3939         * docs/plugins/inspect/plugin-sdp.xml:
3940         * docs/plugins/inspect/plugin-selector.xml:
3941         * docs/plugins/inspect/plugin-sndfile.xml:
3942         * docs/plugins/inspect/plugin-soundtouch.xml:
3943         * docs/plugins/inspect/plugin-spcdec.xml:
3944         * docs/plugins/inspect/plugin-speed.xml:
3945         * docs/plugins/inspect/plugin-speexresample.xml:
3946         * docs/plugins/inspect/plugin-stereo.xml:
3947         * docs/plugins/inspect/plugin-tta.xml:
3948         * docs/plugins/inspect/plugin-vcdsrc.xml:
3949         * docs/plugins/inspect/plugin-videosignal.xml:
3950         * docs/plugins/inspect/plugin-vmnc.xml:
3951         * docs/plugins/inspect/plugin-wildmidi.xml:
3952         * docs/plugins/inspect/plugin-x264.xml:
3953         * docs/plugins/inspect/plugin-xvid.xml:
3954         * docs/plugins/inspect/plugin-y4menc.xml:
3955         Add interleave/deinterleave to the docs and while at that
3956         run make update in docs/plugins.
3957
3958         * gst/interleave/deinterleave.c:
3959         Add a parapraph about using a queue and audioconvert after the source
3960         pads to the docs.
3961
3962 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3963
3964         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3965         (gst_deinterleave_class_init), (gst_deinterleave_init),
3966         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3967         * gst/interleave/deinterleave.h:
3968         Don't set a getcaps() function on the src pads as it's not required
3969         and the default getcaps() function returns the correct results for
3970         our src pads.
3971
3972         Complete documentation and add myself to the authors of the element.
3973
3974 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3975
3976         * tests/icles/.cvsignore:
3977         * tests/icles/Makefile.am:
3978         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3979           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3980           (probe_details), (probe_element), (main):
3981           Small oss4 test that probes for available devices and retrieves
3982           their caps and mixer tracks and all that. Also allows testing of
3983           mixer change messages on the bus.
3984
3985 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3986
3987         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3988         * sys/oss4/oss4-property-probe.c:
3989           (gst_oss4_property_probe_find_device_name),
3990           (gst_oss4_property_probe_find_device_name_nofd):
3991         * sys/oss4/oss4-property-probe.h:
3992         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3993         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3994           Make device-name probing in NULL state work better (e.g. for the
3995           gnome-control-center sound capplet).
3996
3997 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3998
3999         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4000
4001         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
4002         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
4003         (gst_mpeg4vparse_change_state):
4004         Move some code around to integrate the startcode searching with the
4005         other bits of parsing, avoid a whole bunch of peeks.
4006         Get rid of invalid data that should not happen according to the specs.
4007         Fixes #533559.
4008
4009 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4010
4011         Patch by: Bastien Nocera <hadess at hadess dot net>
4012
4013         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
4014         (gst_mythtv_src_init), (gst_mythtv_src_clear),
4015         (do_read_request_response), (gst_mythtv_src_create),
4016         (gst_mythtv_src_start):
4017         Correctly set duration to get a more correct seek bar in totem.
4018
4019         Disable query and event functions as they don't work and do some
4020         smaller cleanup.
4021
4022         Fixes bug #533736.
4023
4024 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4025
4026         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
4027
4028         * ext/spc/Makefile.am:
4029         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
4030         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
4031         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
4032         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
4033         (gst_spc_dec_src_query), (spc_play), (spc_setup):
4034         * ext/spc/gstspc.h:
4035         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
4036         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
4037         (spc_tag_get_info), (spc_tag_free):
4038         * ext/spc/tag.h:
4039         Add support for some essential features like seeking, reading song
4040         duration and extended tags. Fixes bug #454151.
4041
4042 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
4043
4044         * tests/check/elements/deinterleave.c: (GST_START_TEST):
4045         Set keep-positions property to TRUE for the 8 channel test to ensure
4046         that the original channel position is set on the output.
4047
4048 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
4049
4050         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
4051         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
4052         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
4053         (gst_deinterleave_get_property):
4054         * gst/interleave/deinterleave.h:
4055         Add a property to select whether channel positions should be kept on
4056         the mono output buffers or should be dropped.
4057
4058 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
4059
4060         * docs/Makefile.am:
4061         Oops - fix the spelling of the variable I added.
4062
4063 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4064
4065         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
4066         (gst_deinterleave_init), (gst_deinterleave_sink_event),
4067         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
4068         * gst/interleave/deinterleave.h:
4069         Queue events until src pads were added and they can be sent. Otherwise
4070         downstream will never get the first newsegment event.
4071
4072 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4073
4074         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
4075         (gst_deinterleave_getcaps):
4076         Always set the channel positions when gst_audio_get_channel_positions()
4077         returns something, even if they're not set in the caps. This makes
4078         sure that the output channels can be interleaved again correctly
4079         in the mono/stereo cases too.
4080
4081         Don't ask for the peercaps of the current pad in getcaps() as this
4082         might call getcaps() again and deadlock.
4083
4084 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4085
4086         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
4087         Check some more common locations for a valid configuration file.
4088         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
4089         to the distributions default location.
4090
4091 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4092
4093         * gst/interleave/Makefile.am:
4094         * gst/interleave/deinterleave.c: (deinterleave_24),
4095         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
4096         (gst_deinterleave_class_init), (gst_deinterleave_init),
4097         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
4098         (gst_deinterleave_set_process_function),
4099         (gst_deinterleave_sink_setcaps), (__remove_channels),
4100         (__set_channels), (gst_deinterleave_getcaps),
4101         (gst_deinterleave_process), (gst_deinterleave_chain),
4102         (gst_deinterleave_sink_activate_push):
4103         * gst/interleave/deinterleave.h:
4104         Add support for all raw audio formats and provide better negotiation
4105         if the caps are changing.
4106
4107         Don't allow changes of the channel positions and set the position of
4108         the corresponding channel on the src pad caps.
4109
4110         General cleanup and smaller bugfixes.
4111
4112         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
4113         Check the channel positions on the output buffer caps.
4114
4115 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4116
4117         * docs/Makefile.am:
4118         Don't attempt to build plugin docs when they're disabled.
4119
4120         * gst/bayer/Makefile.am:
4121         Add libgstvideo to the link.
4122
4123         * gst/rtpmanager/Makefile.am:
4124         Fix link order, and move LIBS things to _LIBS
4125
4126 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4127
4128         * docs/plugins/gst-plugins-bad-plugins.types:
4129         Remove bogus attempt to pull 'metadata' plugin's base
4130         class into the docs.
4131
4132 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4133
4134         * gst/rtpmanager/gstrtpjitterbuffer.c:
4135         (gst_rtp_jitter_buffer_chain):
4136         Simply drop bad RTP packets with a warning instead of just posting an
4137         error and stopping. This is a perfectly recoverable event and we don't
4138         force people to use an rtpbin to filter out bad packets first.
4139
4140 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4141
4142         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
4143         Set fixed caps on the srcpad after we created the pad...
4144
4145 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4146
4147         * tests/check/Makefile.am:
4148           Remove deinterleave test from VALGRIND_TO_FIX again now that
4149           there are suppressions in gst.supp which make this work for me.
4150
4151 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
4152
4153         * tests/check/Makefile.am:
4154           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
4155           weird invalid free errors in valgrind/libc after _exit for some
4156           reason.
4157
4158         * tests/check/elements/deinterleave.c: (pads_created),
4159           (set_channel_positions), (src_handoff_float32_8ch),
4160           (float_buffer_check_probe),
4161           (pad_added_setup_data_check_float32_8ch_cb),
4162           (make_fake_src_8chans_float32), (GST_START_TEST),
4163           (deinterleave_suite):
4164           Add some more deinterleave unit test bits I had locally.
4165
4166 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
4167
4168         * gst/interleave/Makefile.am:
4169         * gst/interleave/deinterleave.h:
4170         * gst/interleave/interleave.h:
4171         * gst/interleave/plugin.h:
4172         Split definitions into separate header files for better documentation
4173         generation.
4174         
4175         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
4176         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
4177         (gst_deinterleave_process):
4178         Don't use alloca, allow caps changes as long as the number of channels
4179         does not change, don't use g_warning, return NOT_NEGOTIATED as early
4180         as possible and some other cleanup.
4181
4182         * gst/interleave/interleave.c: (gst_interleave_base_init),
4183         (gst_interleave_class_init):
4184         Do some random cleanup.
4185
4186         * tests/check/Makefile.am:
4187         * tests/check/elements/deinterleave.c: (GST_START_TEST),
4188         (deinterleave_chain_func), (deinterleave_pad_added),
4189         (deinterleave_suite):
4190         Add unit tests for the deinterleave element.
4191
4192 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4193
4194         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4195
4196         * gst/mpeg4videoparse/mpeg4videoparse.c:
4197         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
4198         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
4199         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
4200         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
4201         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
4202         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
4203         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
4204         * gst/mpeg4videoparse/mpeg4videoparse.h:
4205         Parse the config data (either outbound or in the stream) to set   
4206         width/height, apect ration, framerate in the caps if applicable.
4207         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
4208         intra frames
4209         Set the timestamps of outgoing buffers to the buffer in
4210         which the VOP header was found.
4211         Drop incoming data untill configuration is found (by default,
4212         configurable using a property).
4213         Report a 1 frame latency. Fixes #532723.
4214
4215 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4216
4217         * gst/real/gstrealvideodec.c: (open_library):
4218         Add some debug for where we are searching for libraries.
4219
4220 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4221
4222         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
4223         Actually add the do-lost property to the object.
4224
4225 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4226
4227         * gst/rtpmanager/gstrtpjitterbuffer.c:
4228         (gst_rtp_jitter_buffer_loop):
4229         Avoid waiting for a negative (huge) duration when the last packet has a
4230         lower timestamp than the current packet.
4231
4232 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
4233
4234         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
4235         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
4236         prevent a memory leak.
4237
4238
4239 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4240
4241         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4242         Quieten some docs output
4243
4244 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4245
4246         * gst/rtpmanager/gstrtpjitterbuffer.c:
4247         (gst_rtp_jitter_buffer_loop):
4248         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
4249
4250 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4251
4252         * docs/plugins/Makefile.am:
4253         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4254         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4255         * docs/plugins/inspect/plugin-gstinterlace.xml:
4256         * gst/deinterlace/gstdeinterlace.c:
4257         * gst/deinterlace/gstdeinterlace.h:
4258         Random doc of the day: the deinterlace element.
4259
4260 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4261
4262         * gst/mpegtsparse/mpegtspacketizer.c:
4263         * gst/mpegtsparse/mpegtsparse.c:
4264         Make sure all schedule EIT and non-actual transport stream
4265         EITs are parsed. Also add present-following flag and
4266         actual-transport-stream flag to eit bus message.
4267
4268 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
4269
4270         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
4271         Make sure to unref the caps used by RTPSource to prevent a memory leak.
4272
4273 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
4274
4275         Based on patch by: Clive Wright <clive_wright ntlworld com>
4276
4277         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
4278           Apparently mono sliders have the mono value repeated in the upper bits,
4279           so mask those out when reading them. Probably makes the mixer applet
4280           work properly in some more cases.
4281
4282 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4283
4284         Patch by: Olivier Crete <tester at tester dot ca>
4285
4286         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
4287         (rtp_session_process_bye), (rtp_session_send_bye_locked):
4288         Unlock the session lock when calling one of our callbacks. 
4289         Fixes #532011.
4290
4291 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4292
4293         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4294
4295         * gst/rtpmanager/gstrtpsession.c:
4296         (gst_rtp_session_event_send_rtp_sink):
4297         Send RTP BYE command on EOS. Fixes bug #531955.
4298
4299 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4300
4301         * win32/common/config.h.in:
4302           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
4303           use the real thing than having "???" unconditionally.
4304
4305 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4306
4307         * gst-libs/gst/app/.cvsignore:
4308         * gst-libs/gst/app/Makefile.am:
4309         * gst-libs/gst/app/gstapp-marshal.list:
4310         Add marshal.list, make it compile and add to cvsignore.
4311
4312         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
4313         (gst_app_sink_stop):
4314         Small cleanups.
4315
4316         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
4317         (gst_app_src_init), (gst_app_src_set_property),
4318         (gst_app_src_get_property), (gst_app_src_unlock),
4319         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
4320         (gst_app_src_create), (gst_app_src_set_caps),
4321         (gst_app_src_get_caps), (gst_app_src_set_size),
4322         (gst_app_src_get_size), (gst_app_src_set_seekable),
4323         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
4324         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
4325         (gst_app_src_end_of_stream):
4326         * gst-libs/gst/app/gstappsrc.h:
4327         Beat appsrc in shape, add signals and actions.
4328         Add some docs.
4329         Add properties for caps, size, seekability and max-buffers.
4330         Fix unlock/stop code.
4331
4332 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4333
4334         * configure.ac:
4335           Error out if we don't have the required versions of core/base.
4336
4337 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4338
4339         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4340         (gst_app_sink_init), (gst_app_sink_set_property),
4341         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
4342         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
4343         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
4344         (gst_app_sink_preroll), (gst_app_sink_render),
4345         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
4346         (gst_app_sink_get_drop):
4347         * gst-libs/gst/app/gstappsink.h:
4348         Start some docs.
4349         Add property to drop buffers when the queue is filled
4350         Fix unlocking and flushing when the queues are filled.
4351
4352 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
4353
4354         Patch by: Jens Granseuer <jensgr at gmx dot net>
4355
4356         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
4357         Declare variables at the beginning of blocks. Fixes compilation with
4358         gcc 2.x and other compilers. Fixes bug #530611.
4359
4360 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4361
4362         * gst/mpegtsparse/mpegtspacketizer.c:
4363         * gst/mpegtsparse/mpegtspacketizer.h:
4364         * gst/mpegtsparse/mpegtsparse.c:
4365         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
4366         by pid number. This allows for example the EPG data from UK's
4367         freesat to be picked up.
4368
4369 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
4370
4371         * ext/mpeg2enc/gstmpeg2enc.cc:
4372         * ext/soundtouch/gstbpmdetect.cc:
4373         Cast NULL sentinels to void * as NULL is defined as an integer
4374         constant in most environments when using C++ and it's size might
4375         be different from a pointer.
4376
4377 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4378
4379         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
4380         (gst_app_sink_init), (gst_app_sink_set_property),
4381         (gst_app_sink_get_property), (gst_app_sink_event),
4382         (gst_app_sink_preroll), (gst_app_sink_render),
4383         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
4384         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
4385         (gst_app_sink_pull_buffer):
4386         * gst-libs/gst/app/gstappsink.h:
4387         Add more docs.
4388         Add signals for when preroll and render buffers are available.
4389         Add property to control signal emission.
4390         Add property to control the max queue size.
4391
4392 2008-04-25  Michael Smith <msmith@songbirdnest.com>
4393
4394         * gst-libs/gst/dshow/Makefile.am:
4395           Use CXXFLAGS rather than CFLAGS; these are C++ files.
4396           Define required constants appropriately.
4397         * sys/dshowdecwrapper/Makefile.am:
4398           Add required include dir, libraries.
4399           Define required constants appropriately.
4400
4401 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4402
4403         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
4404         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
4405         * gst/rtpmanager/gstrtpbin.h:
4406         Expose new jitterbuffer property in rtpbin too.
4407
4408 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4409
4410         * gst/rtpmanager/gstrtpjitterbuffer.c:
4411         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
4412         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
4413         (gst_rtp_jitter_buffer_get_property):
4414         Disable sending out rtp packet lost events by default and make a
4415         property to enabe it. We will likely enable it by default when the base
4416         depayloaders have a default handler for them so that we don't send these
4417         events all through the pipeline for now.
4418
4419 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4420
4421         * gst/rtpmanager/gstrtpjitterbuffer.c:
4422         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
4423         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
4424         (gst_rtp_jitter_buffer_loop):
4425         Remove private version of a function that is in -base now.
4426         Add src event handler.
4427         Rework the jitterbuffer pushing loop so that it can quickly react to
4428         lost packets and instruct the depayloader of them. This can then be used
4429         to implement error concealment data.
4430
4431 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4432
4433         * gst/rtpmanager/gstrtpsession.c:
4434         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
4435         (create_send_rtcp_src):
4436         Set up some internal links functions for the RTCP and sync pads because
4437         the defaults are really not correct.
4438         Implement a query handler for the RTCP src pad, mostly to correctly
4439         report about the latency.
4440
4441 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4442
4443         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
4444         (gst_rtp_bin_sync_chain):
4445         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
4446         (rtp_session_process_sr), (rtp_session_on_timeout):
4447         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
4448         (calculate_jitter):
4449         * gst/rtpmanager/rtpsource.h:
4450         * gst/rtpmanager/rtpstats.h:
4451         Also keep track of the first buffer timestamp together with the first
4452         RTP timestamp as they both are needed to construct the timing of
4453         outgoing packets in the jitterbuffer and are therefore also needed to
4454         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
4455         with a wildly different gap.
4456
4457 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4458
4459         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
4460         Forward unknown queries upstream instead of returning FALSE on them.
4461
4462 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4463
4464         * configure.ac:
4465         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
4466         (gst_musepackdec_init), (gst_musepackdec_dispose),
4467         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
4468         (gst_musepackdec_loop), (plugin_init):
4469         * ext/musepack/gstmusepackdec.h:
4470         * ext/musepack/gstmusepackreader.c:
4471         * ext/musepack/gstmusepackreader.h:
4472         Add support for the new libmpcdec API which magically gets us support
4473         for SV8 files. Also do some random cleanup. Fixes bug #526905.
4474
4475 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4476
4477         * configure.ac:
4478         Back to development -> 0.10.7.1
4479
4480 === release 0.10.7 ===
4481
4482 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
4483
4484         * configure.ac:
4485           releasing 0.10.7, "House of Cards"
4486
4487 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
4488
4489         * ext/faad/gstfaad.c:
4490           Don't leak GstAudioChannelPosition. Fixes #529378.
4491
4492 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4493
4494         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4495         Ref caps, see #528245.
4496
4497 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4498
4499         * configure.ac:
4500         0.10.6.4 pre-release
4501
4502 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4503
4504         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4505         Don't leak a tag list. Fixes bug #529285.
4506
4507 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4508
4509         * tests/check/elements/ofa.c: (bus_handler):
4510         Don't leak the tags string and tag list. Fixes bug #529283.
4511
4512 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4513
4514         Patch by: Olivier Crete <tester at tester dot ca>
4515
4516         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4517         (new_ssrc_pad_found):
4518         Ref caps when inserting into the cache.
4519         Don't leak pads.
4520
4521         * gst/rtpmanager/gstrtpjitterbuffer.c:
4522         (gst_rtp_jitter_buffer_get_clock_rate),
4523         (gst_rtp_jitter_buffer_query):
4524         Avoid a caps leak.
4525         Don't leak refcount in query.
4526
4527         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4528         (gst_rtp_pt_demux_chain):
4529         Avoid caps leaks.
4530
4531         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4532         (gst_rtp_session_init), (return_true),
4533         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4534         (gst_rtp_session_clock_rate):
4535         Ref caps when inserting into the cache.
4536         Fix some more caps leaks. Fixes #528245.
4537
4538 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         * tests/icles/metadata_editor.c:
4541           Add cast to placate gcc 4.1.2.
4542
4543 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4544
4545         * configure.ac:
4546         0.10.6.3 pre-release
4547
4548 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4549
4550         * sys/dvb/gstdvbsrc.c:
4551         Revert patch that added a loop timeout.
4552         Fixes #528614.
4553
4554 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4555
4556         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4557         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4558         * gst/rtpmanager/gstrtpjitterbuffer.c:
4559         (gst_rtp_jitter_buffer_get_clock_rate):
4560         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4561         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4562         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4563         Don't leak a padname.
4564         Don't leak client streams list.
4565         Lock rtpbin when associating streams. Fixes #528245.
4566
4567 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4568
4569         * tests/check/Makefile.am:
4570         Don't inlcude dc1394src in the generic/states test as it requires
4571         special hardware. Fixes bug #528011.
4572
4573 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4574
4575         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4576         Only check if the generated fingerprints are valid Base64. The
4577         fingerprints are different when running on different architectures
4578         which is a) no problem because the fingerprints are tolerant enough
4579         and b) is caused by libofa. Fixes bug #528266.
4580
4581 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4582
4583         * ext/timidity/Makefile.am:
4584         Dist all source files, no matter if only timidity or wildmidi or
4585         nothing is found by configure. Fixes bug #528000.
4586
4587 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4588
4589         * gst-plugins-bad.spec.in:
4590           Remove souphttpsrc plugin from spec files, it's moved to -good.
4591
4592 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4593
4594         * tests/check/Makefile.am:
4595         Remove soup test certificates from the dist.
4596
4597 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4598
4599         * ext/dirac/gstdiracenc.cc:
4600         Fix compilation by casting string constants.
4601
4602         * sys/Makefile.am:
4603         Fix WININET_DIR variable reference.
4604
4605 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4606
4607         * configure.ac:
4608         * docs/plugins/Makefile.am:
4609         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4610         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4611         * docs/plugins/gst-plugins-bad-plugins.args:
4612         * docs/plugins/inspect/plugin-soup.xml:
4613         * ext/Makefile.am:
4614         * ext/soup/Makefile.am:
4615         * ext/soup/gstsouphttpsrc.c:
4616         * ext/soup/gstsouphttpsrc.h:
4617         * tests/check/Makefile.am:
4618         * tests/check/elements/souphttpsrc.c:
4619         * tests/check/test-cert.pem:
4620         * tests/check/test-key.pem:
4621
4622         Remove soup plugin that's moved to -good (#523124)
4623
4624 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4625
4626         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4627           (gst_flv_parse_tag_script):
4628           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4629           crash caused by a strlen on a NULL string (#527622).
4630
4631 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4632
4633         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4634
4635         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4636           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4637           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4638           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4639           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4640         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4641           Don't increase latency by queuing buffers in an async queue when
4642           the streaming thread can't keep up or isn't scheduled often
4643           enough for some other reason, but just drop the previous buffer
4644           in that case. Also implement GstBaseSrc::unlock for faster
4645           unlocking when shutting down. (#520892).
4646
4647 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4648
4649         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4650           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4651           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4652           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4653           (me_gst_setup_view_pipeline), (process_file):
4654         * tests/icles/metadata_editor.glade:
4655           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4656           drawing/scaling logic to make this compile and work on all platforms.
4657           Fixes #518227.
4658
4659 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         * configure.ac:
4662           Bump core/base requirements to released versions to avoid
4663           confusion.
4664
4665         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4666           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4667           (gst_deinterlace_set_caps), (plugin_init):
4668           Add debug category, use _set_element_details_simple and
4669           remove special code path for Y42B to calculate offsets and
4670           strides; libgstvideo knows how to handle this format now.
4671
4672 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4673
4674         * gst/cdxaparse/Makefile.am:
4675         * gst/cdxaparse/gstcdxaparse.c:
4676         * gst/cdxaparse/gstcdxastrip.c:
4677         * gst/cdxaparse/gstcdxastrip.h:
4678         * gst/cdxaparse/gstvcdparse.c:
4679         * gst/cdxaparse/gstvcdparse.h:
4680           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4681           anything the 0.8 version didn't do though.
4682
4683 2008-04-11  Julien Moutte  <julien@fluendo.com>
4684
4685         * sys/oss4/oss4-mixer-enum.c:
4686         (gst_oss4_mixer_enum_get_values_locked):
4687         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4688         format in debug statements.
4689
4690 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4693
4694         * configure.ac:
4695         * sys/Makefile.am:
4696         * sys/wininet/Makefile.am:
4697         * sys/wininet/gstwininetsrc.c:
4698         * sys/wininet/gstwininetsrc.h:
4699           Add wininetsrc for basic http/ftp support on windows (#520897).
4700
4701 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4702
4703         * gst/nsf/nsf.h:
4704           Change prototype of process function here too to avoid
4705           'incompatible assignment' warnings.
4706
4707 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4708
4709         * tests/check/elements/souphttpsrc.c: (got_buffer),
4710         (souphttpsrc_suite):
4711         Increase the timeout for the internet tests to 250 seconds
4712         and check for NULL caps instead of just crashing.
4713         The real fix would be to implement an shoutcast server for the unit test
4714         instead of relying on a working internet connection.
4715         Fixes bug #521749.
4716
4717 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4718
4719         * gst/rtpmanager/gstrtpbin.c: (free_session):
4720         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4721         Avoid leaking pads in the RTP manager.
4722
4723 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4724
4725         * gst/nsf/nes_apu.c: (apu_process):
4726         * gst/nsf/nes_apu.h:
4727         Don't do void pointer arithmetic - it's a gcc extension.
4728
4729 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4730
4731         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4732           Work around missing bits of thread-safety on older GLibs some
4733           more to avoid assertions when starting up multiple playbin
4734           objects concurrently (see #512382).
4735
4736 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4737
4738         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4739
4740         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4741         Only ignore actual redirects not all responses when in state
4742         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4743
4744 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4745
4746         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4747
4748         * configure.ac:
4749         Actually build dlls when cross-compiling with mingw32.
4750         Fixes bug #526247.
4751
4752 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4753
4754         * tests/check/elements/ofa.c: (GST_START_TEST):
4755         Also check that we have processed at least 135 seconds of audio
4756         until we stop and calculated a fingerprint.
4757
4758 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4759
4760         * gst/subenc/gstsrtenc.c:
4761         * gst/subenc/gstsrtenc.h:
4762           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4763
4764 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4765
4766         * tests/check/Makefile.am:
4767         * tests/check/elements/.cvsignore:
4768         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4769         (ofa_suite), (main):
4770         Add simple unit tests for the OFA plugin.
4771
4772 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4773
4774         * configure.ac:
4775         * sys/Makefile.am:
4776         * sys/oss4/Makefile.am:
4777         * sys/oss4/oss4-audio.c:
4778         * sys/oss4/oss4-audio.h:
4779         * sys/oss4/oss4-mixer-enum.c:
4780         * sys/oss4/oss4-mixer-enum.h:
4781         * sys/oss4/oss4-mixer-slider.c:
4782         * sys/oss4/oss4-mixer-slider.h:
4783         * sys/oss4/oss4-mixer-switch.c:
4784         * sys/oss4/oss4-mixer-switch.h:
4785         * sys/oss4/oss4-mixer.c:
4786         * sys/oss4/oss4-mixer.h:
4787         * sys/oss4/oss4-property-probe.c:
4788         * sys/oss4/oss4-property-probe.h:
4789         * sys/oss4/oss4-sink.c:
4790         * sys/oss4/oss4-sink.h:
4791         * sys/oss4/oss4-soundcard.h:
4792         * sys/oss4/oss4-source.c:
4793         * sys/oss4/oss4-source.h:
4794           Add initial support for OSSv4. Mixer still needs a bit more love,
4795           but even magic has its limits.
4796
4797 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * configure.ac:
4800         * gst-plugins-bad.spec.in:
4801         * gst/srtenc/Makefile.am:
4802         * gst/srtenc/gstsrtenc.c:
4803         * gst/srtenc/gstsrtenc.h:
4804         * gst/subenc/Makefile.am:
4805         * gst/subenc/gstsrtenc.c: (plugin_init):
4806           Rename new srtenc plugin to subenc.
4807
4808 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4809
4810         * gst/mpegtsparse/mpegtspacketizer.c:
4811         Cable delivery subsystem descriptors' frequency's bcd
4812         is measured in 100Hz units so adjust multiplier accordingly.
4813
4814 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4815
4816         * configure.ac:
4817         * gst/srtenc/Makefile.am:
4818         * gst/srtenc/gstsrtenc.c:
4819         * gst/srtenc/gstsrtenc.h:
4820         Add srt subtitle encoder
4821
4822 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4823
4824         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4825
4826         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4827         (gst_gsmdec_chain):
4828         * ext/gsm/gstgsmdec.h:
4829         Increase the allowed samplerates for the ms-gsm format.
4830         Fixes #481354.
4831
4832 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         Patch by: Jan de Groot <jan at jgc homeip net>
4835
4836         * configure.ac:
4837           Fix build with --disable-external (#525100).
4838
4839 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4840
4841         * sys/dvb/gstdvbsrc.c:
4842         Repeat diseqc call to allow for some diseqc switches.
4843
4844 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4845
4846         * ext/Makefile.am:
4847         Dist ofa correctly! Fixes non-uninstalled build.
4848
4849 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4850
4851         * sys/dvb/gstdvbsrc.c:
4852         Make diseqc work more reliably.
4853
4854 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4855
4856         * gst/nsf/Makefile.am:
4857         * gst/nsf/fds_snd.c:
4858         * gst/nsf/mmc5_snd.c:
4859         * gst/nsf/nsf.c:
4860         * gst/nsf/types.h:
4861         * gst/nsf/vrc7_snd.c:
4862         * gst/nsf/vrcvisnd.c:
4863         * gst/nsf/memguard.c:
4864         * gst/nsf/memguard.h:
4865         Remove memguard again and apply hopefully all previously dropped
4866         local patches. Should be really better than the old version now.
4867
4868 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4869
4870         * gst/nsf/memguard.c: (_my_free):
4871         * gst/nsf/types.h:
4872         Unbreak compilation by disabling memguard and doing some dirty hack
4873         fixes to make it compile on 64bits.
4874
4875 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4876
4877         Patch by: Andreas Henriksson <andreas at fatal dot set>
4878
4879         * gst/nsf/Makefile.am:
4880         * gst/nsf/dis6502.h:
4881         * gst/nsf/fds_snd.c:
4882         * gst/nsf/fds_snd.h:
4883         * gst/nsf/fmopl.c:
4884         * gst/nsf/fmopl.h:
4885         * gst/nsf/gstnsf.c:
4886         * gst/nsf/log.c:
4887         * gst/nsf/log.h:
4888         * gst/nsf/memguard.c:
4889         * gst/nsf/memguard.h:
4890         * gst/nsf/mmc5_snd.c:
4891         * gst/nsf/mmc5_snd.h:
4892         * gst/nsf/nes6502.c:
4893         * gst/nsf/nes6502.h:
4894         * gst/nsf/nes_apu.c:
4895         * gst/nsf/nes_apu.h:
4896         * gst/nsf/nsf.c:
4897         * gst/nsf/nsf.h:
4898         * gst/nsf/osd.h:
4899         * gst/nsf/types.h:
4900         * gst/nsf/vrc7_snd.c:
4901         * gst/nsf/vrc7_snd.h:
4902         * gst/nsf/vrcvisnd.c:
4903         * gst/nsf/vrcvisnd.h:
4904         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4905         on some files. Fixes bug #498237.
4906
4907         Remove some // comments, fix some compiler warnings and use pow()
4908         instead of a slow, selfmade implementation.
4909
4910 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4911
4912         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4913
4914         * configure.ac:
4915         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4916
4917 2008-03-24  Rene Stadler  <mail@renestadler.de>
4918
4919         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4920           (gst_rg_analysis_transform_ip):
4921         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4922           (gst_rg_limiter_transform_ip):
4923         Make rganalysis and rglimiter elements GAP-flag aware.
4924
4925         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4926           (rganalysis_suite):
4927         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4928         Add tests to verify gap-awareness.
4929
4930 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4931
4932         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4933         (gst_soup_http_src_chunk_allocator),
4934         (gst_soup_http_src_got_chunk_cb),
4935         (gst_soup_http_src_uri_get_protocols):
4936         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4937         GIO and GnomeVFS as they provide authentication.
4938
4939         Don't leak the icy caps if we already set them and get a new
4940         icy-metaint header.
4941
4942         Try harder to set the icy caps on the output buffer to have correct
4943         caps for the first buffer already.
4944
4945         * tests/check/elements/souphttpsrc.c: (got_buffer),
4946         (GST_START_TEST):
4947         Check that we get a buffer with application/x-icy caps if iradio-mode
4948         is enabled and we have an icecast URL.
4949
4950 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4951
4952         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4953         Actually set the icy caps on our src pad if we have icecast data.
4954         Fixes bug #523854.
4955
4956 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4957
4958         * configure.ac:
4959         Check if the compiler supports do { } while (0) macros. This fixes
4960         a warning when compiling with g++ 4.3, resulting in a build failure
4961         because of -Werror.
4962
4963         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4964         * ext/mplex/gstmplex.cc:
4965         Include <string.h> for memcpy and friends to fix the build with
4966         gcc 4.3.
4967
4968         * tests/check/Makefile.am:
4969         Remove trailing backslash.
4970
4971 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4972
4973         * gst/selector/gstinputselector.c:
4974         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4975         Do g_object_notify() only when not holding the lock to get the property
4976         because otherwise we run into a deadlock with the deep-notify handlers
4977         that are possibly installed.
4978
4979 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4980
4981         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4982         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4983         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4984         Release the selector lock when pad alloc happens on a non selected pad.
4985
4986 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4987
4988         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4989         (gst_selector_pad_init), (gst_selector_pad_set_property),
4990         (gst_selector_pad_get_property), (gst_selector_pad_event),
4991         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4992         (gst_input_selector_set_active_pad):
4993         Add pad property to configure behaviour of the unselected pad, it can
4994         return OK or NOT_LINKED, based on the use case.
4995
4996 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4997
4998         * gst/selector/gstinputselector.c:
4999         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
5000         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
5001         (gst_input_selector_wait), (gst_selector_pad_chain),
5002         (gst_input_selector_class_init), (gst_input_selector_init),
5003         (gst_input_selector_dispose), (gst_segment_set_start),
5004         (gst_input_selector_set_active_pad),
5005         (gst_input_selector_set_property),
5006         (gst_input_selector_get_property),
5007         (gst_input_selector_get_linked_pad),
5008         (gst_input_selector_is_active_sinkpad),
5009         (gst_input_selector_activate_sinkpad),
5010         (gst_input_selector_request_new_pad),
5011         (gst_input_selector_release_pad),
5012         (gst_input_selector_change_state), (gst_input_selector_block),
5013         (gst_input_selector_switch):
5014         * gst/selector/gstinputselector.h:
5015         Figure out the locking a bit more.
5016         Mark buffers with discont after switching.
5017         Fix initial segment forwarding, make sure to only forward one segment
5018         regardless of what the sequence of buffers/segments is. See #522203.
5019         Improve flushing when blocked.
5020         Return NOT_LINKED when a stream is not selected.
5021         Not API change for the switch signal in the docs.
5022         Fix start/time/accum values of the new segment.
5023         Correctly unlock and flush a blocking selector when going to READY.
5024
5025 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
5026
5027         * ext/ladspa/gstladspa.c:
5028         * ext/ladspa/gstsignalprocessor.c:
5029           Add some thoughts and FIXME's.
5030
5031 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
5032
5033         * gst/bayer/gstbayer2rgb.c:
5034           Include stdlib.h for abs.
5035
5036 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
5037
5038         * gst/freeze/FAQ:
5039         * gst/freeze/Makefile.am:
5040         * gst/freeze/gstfreeze.c:
5041           Add example to source code documentation blob and remove the 3 line
5042           FAQ.
5043
5044         * gst/interleave/interleave.c:
5045           Add a source code documentation blob.
5046
5047 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5048
5049         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
5050         (gst_ofa_transform_ip), (plugin_init):
5051         Improve debugging, clean up a bit and really generate the fingerprint
5052         after 135 seconds.
5053
5054 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5055
5056         * ext/ofa/gstofa.c:
5057         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
5058
5059 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
5060
5061         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
5062
5063         * configure.ac:
5064         * ext/ofa/Makefile.am:
5065         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
5066         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
5067         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
5068         (plugin_init):
5069         * ext/ofa/gstofa.h:
5070         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
5071         Fixes bug #351309.
5072
5073 2008-03-18  Andy Wingo  <wingo@pobox.com>
5074
5075         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
5076         and a potential int overflow.
5077
5078         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
5079         Avoids a #warning about an ignored #pragma.
5080
5081 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5082
5083         * examples/switch/switcher.c:
5084         Update switch example to use input selector.
5085
5086 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
5087
5088         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
5089         (gst_neonhttp_src_send_request_and_redirect):
5090         Handle HTTP status code 303 (See Other) the same way
5091         as 302 (Found). Not sure what to do about all the other 3xx
5092         redirect status codes. Fixes bug #522884.
5093
5094 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
5095
5096         * gst-libs/gst/dshow/Makefile.am:
5097         Make sure the dshow helper library headers get distributed in the next
5098         release.
5099
5100 2008-03-14  David Schleef  <ds@schleef.org>
5101
5102         Patch by: William M. Brack
5103
5104         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
5105
5106 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5107
5108         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
5109         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
5110         (gst_input_selector_class_init),
5111         (gst_input_selector_set_active_pad),
5112         (gst_input_selector_set_property),
5113         (gst_input_selector_push_pending_stop):
5114         Add lots of debugging. 
5115         Fix time member in the newsegment event.
5116
5117 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5118
5119         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
5120         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5121         (gst_selector_pad_event), (gst_input_selector_class_init),
5122         (gst_input_selector_init), (gst_input_selector_set_active_pad),
5123         (gst_input_selector_set_property),
5124         (gst_input_selector_get_property),
5125         (gst_input_selector_request_new_pad),
5126         (gst_input_selector_release_pad),
5127         (gst_input_selector_push_pending_stop),
5128         (gst_input_selector_switch):
5129         * gst/selector/gstinputselector.h:
5130         Various cleanups.
5131         Added tags to the pads.
5132         Select active pad based on the pad object instead of its name.
5133         Fix refcount in set_active_pad.
5134         Add property to get the number of pads.
5135
5136         * gst/selector/gstoutputselector.c:
5137         (gst_output_selector_class_init),
5138         (gst_output_selector_set_property),
5139         (gst_output_selector_get_property):
5140         Various cleanups.
5141         Select the active pad based on the pad object instead of its name.
5142         Fix locking when setting the active pad.
5143
5144         * gst/selector/gstselector-marshal.list:
5145         * tests/check/elements/selector.c: (cleanup_pad),
5146         (selector_set_active_pad), (run_input_selector_buffer_count):
5147         Fixes for pad instead of padname for pad selection.
5148
5149 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5150
5151         * ext/alsaspdif/alsaspdifsink.c:
5152         * ext/gsm/gstgsm.c:
5153         * ext/jack/gstjack.c:
5154         * ext/libmms/gstmms.c:
5155         * ext/neon/gstneonhttpsrc.c:
5156         * ext/shout/gstshout.c:
5157         * ext/timidity/gsttimidity.c:
5158         * ext/timidity/gstwildmidi.c:
5159         * gst/nuvdemux/gstnuvdemux.c:
5160         * gst/tta/gsttta.c:
5161         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5162         of hardcoding values where possible. Fixes bug #522212.
5163
5164 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5165
5166         Patch by: Wouter Cloetens <wouter at mind dot be>
5167
5168         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
5169         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
5170         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
5171         * ext/soup/gstsouphttpsrc.h:
5172         Try to resume on server disconnect. Fixes bug #522134.
5173
5174 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5175
5176         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
5177         Set correct pixel aspect ratio for the encoder.
5178
5179 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5180
5181         Patch by: Olivier Crete <tester at tester dot ca>
5182
5183         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
5184         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
5185         (rtp_session_create_source), (rtp_session_process_rtp),
5186         (rtp_session_process_sr), (rtp_session_process_rr),
5187         (rtp_session_process_sdes), (rtp_session_process_bye),
5188         (rtp_session_send_bye_locked), (rtp_session_send_bye),
5189         (rtp_session_on_timeout):
5190         * gst/rtpmanager/rtpsession.h:
5191         Implement collision and loop detection in rtpmanager.
5192         Fixes #520626.
5193
5194         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
5195         (rtp_source_init):
5196         * gst/rtpmanager/rtpsource.h:
5197         Add method to reset stats.
5198
5199 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5200
5201         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5202
5203         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
5204         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
5205         (join_rtcp_thread), (gst_rtp_session_change_state):
5206         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
5207         be blocked downstream. Also avoid spawning multiple rtcp threads.
5208         Fixes #520894.
5209
5210 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5211
5212         Patch by: Stefan Kost <ensonic@users.sf.net>
5213
5214         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
5215         Don't try to reset the clock skew when we have no timestamps.
5216         Fixes #519005.
5217
5218 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5219
5220         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5221
5222         * ext/faad/gstfaad.c: (looks_like_valid_header):
5223         Improve the header checking to look for what faad2 looks
5224         for too. Fixes playback of same apple trailers.
5225         Fixes bug #469979.
5226
5227 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5228
5229         * configure.ac:
5230         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
5231         2.0.0-rcX is newer than 2.0.0 so we check for this too.
5232
5233 2008-03-05  David Schleef  <ds@schleef.org>
5234
5235         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
5236           from the encoder program in dirac.
5237
5238 2008-03-05  David Schleef  <ds@schleef.org>
5239
5240         * configure.ac:
5241         * ext/Makefile.am:
5242         * ext/dirac/Makefile.am:
5243         * ext/dirac/gstdirac.cc:
5244         * ext/dirac/gstdiracenc.cc:
5245           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
5246           elements.
5247
5248 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5249
5250         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5251
5252         * configure.ac:
5253         * ext/Makefile.am:
5254         * ext/mplex/Makefile.am:
5255         * ext/mplex/gstmplex.cc:
5256         * ext/mplex/gstmplex.hh:
5257         * ext/mplex/gstmplexibitstream.cc:
5258         * ext/mplex/gstmplexibitstream.hh:
5259         * ext/mplex/gstmplexjob.cc:
5260         * ext/mplex/gstmplexjob.hh:
5261         * ext/mplex/gstmplexoutputstream.cc:
5262         * ext/mplex/gstmplexoutputstream.hh:
5263         Port mplex element to 0.10. Fixes bug #520329.
5264
5265         * tests/check/Makefile.am:
5266         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
5267         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
5268         (GST_START_TEST), (mplex_suite), (main):
5269         Add unit test for the mplex element.
5270
5271 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5272
5273         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
5274
5275         * configure.ac:
5276         Clean up detection of different mjpegtoolsAPI versions.
5277
5278         * ext/mpeg2enc/gstmpeg2enc.cc:
5279         * ext/mpeg2enc/gstmpeg2enc.hh:
5280         * ext/mpeg2enc/gstmpeg2encoder.cc:
5281         * ext/mpeg2enc/gstmpeg2encoptions.cc:
5282         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5283         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5284         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
5285         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
5286         Streamline conditional code for evolving mjpegtools API,
5287         optimize and fix/prevent crash in log handling, use
5288         names/nicks for enums in the usual way andm inor updates
5289         in code and properties/settings. Partially fixes bug #520329.
5290
5291 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5292
5293         * gst/mpegtsparse/gstmpegdesc.h:
5294         * gst/mpegtsparse/mpegtspacketizer.c:
5295         Add parsing of cable delivery system descriptor.
5296
5297 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5298
5299         * configure.ac:
5300         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5301         plug-ins are included/excluded. (#498222)
5302
5303 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
5304
5305         Patch by: Jens Granseuer <jensgr at gmx dot net>
5306
5307         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
5308         (gst_mve_demux_get_type):
5309         Fix audio discontinuity that happens when silent chunks are
5310         followed by real data again. Fixes bug #519905.
5311
5312 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5313
5314         * sys/dvb/gstdvbsrc.c:
5315         * sys/dvb/parsechannels.c:
5316         Add DVB-C support. Special thanks to Christian Schaller
5317         for a testing ground.
5318
5319 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5320
5321         * gst/mpegtsparse/mpegtsparse.c:
5322         Only send PMTs to program pads that the PMT is for even if
5323         on same pid.
5324         As a by-product, we now no longer hardcode any psi pid numbers.
5325         Also remove pcr stream from old pmt when we apply a new pmt.
5326
5327 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
5328
5329         * ext/metadata/TODO:
5330         * ext/metadata/metadata_mapping.htm:
5331         * ext/metadata/metadataexif.c:
5332         * ext/metadata/metadatatags.c:
5333         * ext/metadata/metadatatags.h:
5334         * tests/icles/metadata_editor.c:
5335         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
5336         local time (those changes has been done in previous comit but had to
5337         be revert in 2008-02-10 due to frozen)
5338
5339 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5340
5341         * sys/dvb/camutils.c:
5342         Remove the G_VALUE_HOLDS_BOXED checks. They were
5343         only added to help debug the data corruption.
5344
5345 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5346
5347         * sys/dvb/camutils.c:
5348         Don't free the program descriptors, this structure
5349         containing them is still stored after.
5350         Fixes data corruption.
5351
5352 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5353
5354         * sys/dvb/camutils.c:
5355         Extra checks to prevent data corruption/segfaults.
5356
5357 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5358
5359         * ext/nas/nassink.c:
5360           Fix build warning by using portable API.
5361
5362 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
5363
5364         * gst/selector/gstoutputselector.c:
5365           Fix changing to same pad twice before a chain call.     
5366
5367 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5368
5369         Patch by: Daniel Fischer <dan at f3c dot com>
5370
5371         * configure.ac:
5372         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
5373         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
5374         * ext/dc1394/gstdc1394.h:
5375         Add support for libdc1394 2.0.0 and above and require this version
5376         now. Fixes bug #514964.
5377
5378 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
5379
5380         Patch by: Wouter Cloetens <wouter at mind dot be>
5381
5382         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
5383         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5384         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5385         (gst_soup_http_src_create):
5386         * ext/soup/gstsouphttpsrc.h:
5387         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
5388         (souphttpsrc_suite):
5389         Add support for specifying a list of cookies to be passed in
5390         the HTTP request. Fixes bug #518722.
5391
5392 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5393
5394         * gst/selector/gstinputselector.c:
5395         * gst/selector/gstinputselector.h:
5396           Added "select-all" property to make it work like aggregator in 0.8.
5397
5398         * gst/selector/gstoutputselector.c:
5399           Fix resend-latest behavoiur.
5400           
5401         * tests/check/Makefile.am:
5402         * tests/check/elements/.cvsignore:
5403         * tests/check/elements/selector.c:
5404           Add unit tests for selector.
5405
5406 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5407
5408         * configure.ac:
5409         * ext/timidity/gsttimidity.c: (plugin_init):
5410         * ext/timidity/gstwildmidi.c: (plugin_init):
5411         Remove midi typefinders and require base CVS as they moved there.
5412
5413 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5414
5415         * ext/Makefile.am:
5416         Only disable the ext/timidity directory if both, wildmidi
5417         _and_ timidity are not available.
5418
5419 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
5420
5421         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
5422
5423         * ext/Makefile.am:
5424         Build the wildmidi plugin if it's enabled and not only when
5425         both, the timidity and wildmidi plugin, are enabled.
5426
5427 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         * configure.ac:
5430         * ext/mpeg2enc/Makefile.am:
5431         * ext/soundtouch/Makefile.am:
5432         * gst/modplug/Makefile.am:
5433           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5434           when building C++ code.
5435
5436 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5437
5438         * sys/dvb/gstdvbsrc.c:
5439         Add initial support for multiproto driver (not yet merged into
5440         v4l-dvb mainline yet).
5441         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
5442
5443 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5444
5445         * docs/plugins/inspect/plugin-alsaspdif.xml:
5446         * docs/plugins/inspect/plugin-app.xml:
5447         * docs/plugins/inspect/plugin-bayer.xml:
5448         * docs/plugins/inspect/plugin-bz2.xml:
5449         * docs/plugins/inspect/plugin-cdaudio.xml:
5450         * docs/plugins/inspect/plugin-cdxaparse.xml:
5451         * docs/plugins/inspect/plugin-dfbvideosink.xml:
5452         * docs/plugins/inspect/plugin-dtsdec.xml:
5453         * docs/plugins/inspect/plugin-dvb.xml:
5454         * docs/plugins/inspect/plugin-dvdspu.xml:
5455         * docs/plugins/inspect/plugin-faac.xml:
5456         * docs/plugins/inspect/plugin-faad.xml:
5457         * docs/plugins/inspect/plugin-fbdevsink.xml:
5458         * docs/plugins/inspect/plugin-festival.xml:
5459         * docs/plugins/inspect/plugin-filter.xml:
5460         * docs/plugins/inspect/plugin-flvdemux.xml:
5461         * docs/plugins/inspect/plugin-freeze.xml:
5462         * docs/plugins/inspect/plugin-gsm.xml:
5463         * docs/plugins/inspect/plugin-gstinterlace.xml:
5464         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
5465         * docs/plugins/inspect/plugin-h264parse.xml:
5466         * docs/plugins/inspect/plugin-interleave.xml:
5467         * docs/plugins/inspect/plugin-jack.xml:
5468         * docs/plugins/inspect/plugin-ladspa.xml:
5469         * docs/plugins/inspect/plugin-metadata.xml:
5470         * docs/plugins/inspect/plugin-mms.xml:
5471         * docs/plugins/inspect/plugin-modplug.xml:
5472         * docs/plugins/inspect/plugin-mpeg2enc.xml:
5473         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
5474         * docs/plugins/inspect/plugin-mpegtsparse.xml:
5475         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5476         * docs/plugins/inspect/plugin-musepack.xml:
5477         * docs/plugins/inspect/plugin-musicbrainz.xml:
5478         * docs/plugins/inspect/plugin-mve.xml:
5479         * docs/plugins/inspect/plugin-neon.xml:
5480         * docs/plugins/inspect/plugin-nsfdec.xml:
5481         * docs/plugins/inspect/plugin-nuvdemux.xml:
5482         * docs/plugins/inspect/plugin-rawparse.xml:
5483         * docs/plugins/inspect/plugin-real.xml:
5484         * docs/plugins/inspect/plugin-replaygain.xml:
5485         * docs/plugins/inspect/plugin-rfbsrc.xml:
5486         * docs/plugins/inspect/plugin-sdl.xml:
5487         * docs/plugins/inspect/plugin-sdp.xml:
5488         * docs/plugins/inspect/plugin-selector.xml:
5489         * docs/plugins/inspect/plugin-sndfile.xml:
5490         * docs/plugins/inspect/plugin-soundtouch.xml:
5491         * docs/plugins/inspect/plugin-spcdec.xml:
5492         * docs/plugins/inspect/plugin-speed.xml:
5493         * docs/plugins/inspect/plugin-speexresample.xml:
5494         * docs/plugins/inspect/plugin-stereo.xml:
5495         * docs/plugins/inspect/plugin-tremor.xml:
5496         * docs/plugins/inspect/plugin-tta.xml:
5497         * docs/plugins/inspect/plugin-vcdsrc.xml:
5498         * docs/plugins/inspect/plugin-videosignal.xml:
5499         * docs/plugins/inspect/plugin-vmnc.xml:
5500         * docs/plugins/inspect/plugin-x264.xml:
5501         * docs/plugins/inspect/plugin-xvid.xml:
5502         * docs/plugins/inspect/plugin-y4menc.xml:
5503           Update to version 0.10.6.1.
5504
5505 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5508         * docs/plugins/inspect/plugin-gdp.xml:
5509         * docs/plugins/inspect/plugin-quicktime.xml:
5510         * docs/plugins/inspect/plugin-switch.xml:
5511         * docs/plugins/inspect/plugin-videocrop.xml:
5512           Remove docs for elements that have moved to other modules
5513           or been renamed.
5514
5515 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5516
5517         Patch by: Wouter Cloetens <wouter at mind dot be>
5518
5519         * configure.ac:
5520         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5521         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5522         (gst_soup_http_src_chunk_allocator),
5523         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5524         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5525         * ext/soup/gstsouphttpsrc.h:
5526         Implement zero-copy and make the buffer size configurable.
5527         Prefix proxy URIs with "http://" if they don't start with it
5528         already and catch errors earlier, fixes hanging in some situations.
5529         Fixes bug #514948.
5530
5531 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5532
5533         * tests/check/gst-plugins-bad.supp:
5534         Add suppressions for SoundTouch valgrind warnings and
5535         a valgrind warning caused by the LADSPA sine plugin and
5536         happening on every exit().
5537         Remove GIO suppressions as it's now in -base.
5538
5539 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5540
5541         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5542         Don't allocate and copy the data to a new place but instead
5543         put the data from gmyth (which we own) into the buffers that
5544         are passed downstream.
5545
5546 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5547
5548         * ext/timidity/gstwildmidi.c:
5549         If WILDMIDI_CFG is not defined, define it to the default
5550         timidity configure file.
5551
5552 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5553
5554         Based on a patch by:
5555           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5556
5557         * configure.ac:
5558         * ext/mpeg2enc/gstmpeg2enc.cc:
5559         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5560         use mjpeg_loglev_t() for getting the log levels. Check for this
5561         function in configure.ac as the pkg-config file doesn't tell us
5562         which release candidate we have. Fixes bug #517896.
5563
5564 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5565
5566         * configure.ac:
5567         Check for X for the nas plugin to make it possible to build it
5568         again. Fixes bug #517895.
5569
5570 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5571
5572         * tests/check/Makefile.am:
5573         Ignore some more elements for the states unit test, like
5574         dfbvideosink which produces a segfault. Fixes bug #517854.
5575
5576 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5577
5578         Patch by: Jens Granseuer <jensgr at gmx dot net>
5579
5580         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5581         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5582         (rfb_decoder_state_set_encodings):
5583         * gst/mpegtsparse/mpegtspacketizer.c:
5584         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5585         (mpegts_packetizer_parse_eit):
5586         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5587         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5588         Some C89 fixes, moving variable declarations to the beginning
5589         of a block. Fixes bug #517937.
5590
5591 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5592
5593         * configure.ac:
5594         Back to development...
5595
5596 === release 0.10.6 ===
5597
5598 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5599
5600         * configure.ac:
5601           releasing 0.10.6, "A Big Deep Breath"
5602
5603 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5604
5605         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5606         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5607         and fail seek properly on anything but _BYTES format
5608         Fixes bug #517684
5609
5610 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5611
5612         Patch by: Olivier Crete <tester at tester dot ca>
5613
5614         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5615         Fix small memory leak, leaking caps. Fixes bug #517571.
5616
5617 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5618
5619         * gst/tta/Makefile.am:
5620         Link tta plugin with libm. Fixes bug #517391.
5621
5622 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5623
5624         * sys/dvb/camutils.c:
5625         Do not assume "descriptors" property in the pmt structure
5626         is present.
5627         Fixes #516499.
5628
5629 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5630
5631         Patch by: Olivier Crete <tester@tester.ca>
5632
5633         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5634         Ignore streams that did not receive an SR packet when doing
5635         synchronisation. Fixes #516160.
5636
5637 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5638
5639         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5640         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5641         on an idea by Jan Schmidt, fixes bug #516436.
5642
5643 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5644
5645         * gst/mpegtsparse/gstmpegdesc.c:
5646         * gst/mpegtsparse/gstmpegdesc.h:
5647         * gst/mpegtsparse/mpegtsparse.c:
5648         Make sure the gstmpegdesc debug lines do not critical
5649         when GST_DEBUG is enabled and also actually output.
5650         Thanks to Alessandro Decina for spotting.
5651         Fixes #516448
5652
5653 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5654
5655         * gst-libs/gst/Makefile.am:
5656         * sys/Makefile.am:
5657         Also add dshow pieces to the disted subdirs to fix distcheck.
5658
5659 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5660
5661         Patch by: Josep Torra Valles <josep@fluendo.com>
5662
5663         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5664         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5665
5666 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5667
5668         * configure.ac:
5669         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5670         until 0.7 fortunately.
5671
5672 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5673
5674         * configure.ac:
5675         Generate the directshow Makefiles so that the directories
5676         get disted. Still needs some configure time detection to enable
5677         building them under MingW.
5678
5679 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5680
5681         * ext/metadata/Makefile.am:
5682         Don't install a header file. We will have to merge these
5683         tags into libgsttag after the release and use them from there.
5684         Fixes: #515860
5685
5686 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5687
5688         * gst-libs/gst/dshow/Makefile.am:
5689         * sys/dshowdecwrapper/Makefile.am:
5690         * sys/dshowsrcwrapper/Makefile.am:
5691         Add Makefiles to win32 plugins and lib.
5692         They will need to be tested and probably fixed by developers
5693         working with mingw. This is a first step to include source files 
5694         with releases.
5695         
5696 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5697
5698         * sys/dvb/dvbbasebin.c:
5699         Fix leak of location string returned from gst_uri_get_location.
5700         Fixes bug #516114
5701
5702 2008-02-12  David Schleef  <ds@schleef.org>
5703
5704         * configure.ac:
5705         * docs/plugins/Makefile.am:
5706         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5707         * docs/plugins/inspect/plugin-glimagesink.xml:
5708         * sys/Makefile.am:
5709         * sys/glsink/BUGS:
5710         * sys/glsink/Makefile.am:
5711         * sys/glsink/color_matrix.c:
5712         * sys/glsink/glextensions.c:
5713         * sys/glsink/glextensions.h:
5714         * sys/glsink/glimagesink.c:
5715         * sys/glsink/glimagesink.h:
5716         * sys/glsink/gltestsrc.c:
5717         * sys/glsink/gltestsrc.h:
5718         * sys/glsink/gstglbuffer.c:
5719         * sys/glsink/gstglbuffer.h:
5720         * sys/glsink/gstglconvert.c:
5721         * sys/glsink/gstgldisplay.c:
5722         * sys/glsink/gstgldisplay.h:
5723         * sys/glsink/gstgldownload.c:
5724         * sys/glsink/gstglfilter.c:
5725         * sys/glsink/gstglfilter.h:
5726         * sys/glsink/gstglfilterexample.c:
5727         * sys/glsink/gstgltestsrc.c:
5728         * sys/glsink/gstgltestsrc.h:
5729         * sys/glsink/gstglupload.c:
5730         * sys/glsink/gstopengl.c:
5731           Remove glimagesink, as it's been moved to gst-plugins-gl.
5732           Fixes #516094.
5733
5734 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5735
5736         Patch by: Josep Torra Valles <josep@fluendo.com>
5737
5738         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5739         Fix potential buffer leak in reverse mode. Fixes #516061.
5740
5741 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5742
5743         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5744         (gst_dshowaudiodec_dispose):
5745         * sys/dshowdecwrapper/gstdshowvideodec.c:
5746         (gst_dshowvideodec_dispose):
5747         Chain up dispose methods properly. Fixes bug #515970.
5748
5749 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5750
5751         * gst/mpegvideoparse/mpegvideoparse.c:
5752         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5753         (gst_mpegvideoparse_change_state):
5754         Fix leaking caps.
5755         Fix potential buffer leak in forward mode.
5756         Cleanup queues when going to READY. Fixes #515815.
5757
5758 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5759
5760         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5761         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5762         * docs/plugins/inspect/plugin-gio.xml:
5763         Remove documentation for the GIO plugin as it was moved to
5764         gst-plugins-base. Fixes bug #515964.
5765
5766 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5767
5768         * ext/xvid/gstxvidenc.c:
5769         * gst/vmnc/vmncdec.c:
5770         * sys/glsink/glimagesink.c:
5771         * sys/glsink/gstgldisplay.c:
5772         Fix some finalize leaks by chaining up to the parent method.
5773         Fixes: #515919
5774
5775 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5776
5777         * tests/check/elements/souphttpsrc.c:
5778         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5779
5780 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5781
5782         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5783         Free the rfb decoder on finalize. Fixes bug #515721.
5784
5785 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5786
5787         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5788         (gst_fbdevsink_finalize):
5789         Free the device string in finalize. Fixes bug #515722.
5790
5791 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5792
5793         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5794         Unset GValues after using them. Fixes bug #515720.
5795
5796 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5797
5798         * tests/check/Makefile.am:
5799         Disable the dvb plugin for the states test. Fixes bug #515567.
5800
5801 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5802
5803         * ext/metadata/TODO:
5804         * ext/metadata/metadata_mapping.htm:
5805         * ext/metadata/metadataexif.c:
5806         * ext/metadata/metadatatags.c:
5807         * ext/metadata/metadatatags.h:
5808         * tests/icles/metadata_editor.c:
5809           Revert changes to 2008-02-09 due to frozen.
5810
5811 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5812
5813         * ext/ivorbis/vorbisfile.c:
5814         Trivial fix for build warning.
5815         Patch by: Josep Torra Valles <josep@fluendo.com>
5816         Fixes: #515588
5817
5818 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5819
5820         * ext/metadata/TODO:
5821         * ext/metadata/metadataexif.c:
5822           Convert from EXIF to XMP DataTime as local time.
5823
5824 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5825
5826         * ext/metadata/TODO:
5827         * ext/metadata/metadata_mapping.htm:
5828         * ext/metadata/metadataexif.c:
5829         * ext/metadata/metadatatags.c:
5830         * ext/metadata/metadatatags.h:
5831         * tests/icles/metadata_editor.c:
5832           Map Date-Time and GPS tags.
5833           
5834
5835 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5836
5837         * gst/selector/Makefile.am:
5838
5839         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5840         let's not do that
5841
5842         * tests/check/Makefile.am:
5843         Disable the crashing cdaudio plugin from the states test so I can make
5844         pre-releases.
5845
5846 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5847
5848         * win32/vs6/libgstdshowdecwrapper.dsp:
5849         * win32/vs6/libgstflv.dsp:
5850         Convert to DOS line endings, and set -kb
5851
5852 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5853
5854         * sys/dvb/Makefile.am:
5855         * sys/dvb/dvbbasebin.c:
5856         Add URI Handler for dvb.
5857         Re-order pad templates to workaround a bug in playbasebin.
5858         * sys/dvb/parsechannels.c:
5859         * sys/dvb/parsechannels.h:
5860         Add code to parse channels from zap-style channels.conf files.
5861
5862 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5863
5864         * configure.ac:
5865         * docs/plugins/Makefile.am:
5866         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5867         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5868         * docs/plugins/gst-plugins-bad-plugins.args:
5869         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5870         * docs/plugins/inspect/plugin-multifile.xml:
5871         * gst/multifile/Makefile.am:
5872         * gst/multifile/gstmultifile.c:
5873         * gst/multifile/gstmultifilesink.c:
5874         * gst/multifile/gstmultifilesink.h:
5875         * gst/multifile/gstmultifilesrc.c:
5876         * gst/multifile/gstmultifilesrc.h:
5877         * gst/multifile/multifile.vproj:
5878         * tests/check/Makefile.am:
5879         * tests/check/elements/multifile.c:
5880
5881         Remove multifile plugin, which has moved to -good
5882
5883 2008-02-07  David Schleef  <ds@schleef.org>
5884
5885         * gst/multifile/gstmultifilesink.c:
5886         * gst/multifile/gstmultifilesrc.c:
5887           Use g_file_[sg]et_contents() instead of using stdio functions.
5888           Should be less error prone.
5889         * tests/check/elements/multifile.c:
5890           Create a temporary directory using standard functions instead of
5891           creating a directory in the current dir.
5892
5893 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5894
5895         * configure.ac:
5896         * docs/plugins/Makefile.am:
5897         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5898         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5899         * docs/plugins/gst-plugins-bad-plugins.args:
5900         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5901         * docs/plugins/inspect/plugin-spectrum.xml:
5902         * gst/spectrum/.cvsignore:
5903         * gst/spectrum/Makefile.am:
5904         * gst/spectrum/README:
5905         * gst/spectrum/demo-audiotest.c:
5906         * gst/spectrum/demo-osssrc.c:
5907         * gst/spectrum/gstspectrum.c:
5908         * gst/spectrum/gstspectrum.h:
5909         * gst/spectrum/spectrum.vcproj:
5910         * tests/check/Makefile.am:
5911         * tests/check/elements/spectrum.c:
5912
5913         Remove spectrum plugin, which has moved to -good
5914
5915 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5916
5917         * docs/plugins/gst-plugins-bad-plugins.args:
5918         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5919         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5920         Remove equalizer plugin docs
5921
5922         * tests/check/Makefile.am:
5923         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5924         other modules.
5925
5926         * tests/check/elements/multifile.c:
5927         * tests/check/elements/rganalysis.c:
5928         * tests/check/elements/rglimiter.c:
5929
5930         Fix compiler warnings from -Wall -Werror
5931
5932 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5933
5934         * configure.ac:
5935         * docs/plugins/Makefile.am:
5936         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5937         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5938         * docs/plugins/inspect/plugin-equalizer.xml:
5939         * gst/equalizer/.cvsignore:
5940         * gst/equalizer/Makefile.am:
5941         * gst/equalizer/demo.c:
5942         * gst/equalizer/gstiirequalizer.c:
5943         * gst/equalizer/gstiirequalizer.h:
5944         * gst/equalizer/gstiirequalizer10bands.c:
5945         * gst/equalizer/gstiirequalizer10bands.h:
5946         * gst/equalizer/gstiirequalizer3bands.c:
5947         * gst/equalizer/gstiirequalizer3bands.h:
5948         * gst/equalizer/gstiirequalizernbands.c:
5949         * gst/equalizer/gstiirequalizernbands.h:
5950         * tests/check/Makefile.am:
5951         * tests/check/elements/.cvsignore:
5952         * tests/check/elements/equalizer.c:
5953
5954         Remove the equalizer plugin, which has moved to -good
5955
5956 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5957
5958         * configure.ac:
5959         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5960         pre-releases or releases.
5961
5962 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5963
5964         * docs/plugins/Makefile.am:
5965         Don't scan deleted xingmux header.
5966
5967 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5968
5969         * configure.ac:
5970         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5971         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5972         * docs/plugins/inspect/plugin-xingheader.xml:
5973         * gst/xingheader/Makefile.am:
5974         * gst/xingheader/gstxingmux.c:
5975         * gst/xingheader/gstxingmux.h:
5976         * tests/check/Makefile.am:
5977         * tests/check/elements/.cvsignore:
5978         * tests/check/elements/xingmux.c:
5979         * tests/check/elements/xingmux_testdata.h:
5980         Remove the xingmux plugin, as the element has moved into
5981         mpegaudioparse in -ugly.
5982
5983 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5984
5985         * docs/plugins/Makefile.am:
5986         Remove mention of non-existent headers to fix the build.
5987
5988 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5989
5990         * configure.ac:
5991         * ext/Makefile.am:
5992         * ext/gio/Makefile.am:
5993         * ext/gio/gstgio.c:
5994         * ext/gio/gstgio.h:
5995         * ext/gio/gstgiobasesink.c:
5996         * ext/gio/gstgiobasesink.h:
5997         * ext/gio/gstgiobasesrc.c:
5998         * ext/gio/gstgiobasesrc.h:
5999         * ext/gio/gstgiosink.c:
6000         * ext/gio/gstgiosink.h:
6001         * ext/gio/gstgiosrc.c:
6002         * ext/gio/gstgiosrc.h:
6003         * ext/gio/gstgiostreamsink.c:
6004         * ext/gio/gstgiostreamsink.h:
6005         * ext/gio/gstgiostreamsrc.c:
6006         * ext/gio/gstgiostreamsrc.h:
6007         * tests/check/Makefile.am:
6008         * tests/check/pipelines/.cvsignore:
6009         * tests/check/pipelines/gio.c:
6010
6011         Remove GIO plugin which has now moved to -base.
6012
6013 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6014
6015         * docs/plugins/Makefile.am:
6016         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6017         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6018         * docs/plugins/gst-plugins-bad-plugins.args:
6019         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6020         * gst/filter/Makefile.am:
6021         * gst/filter/filter.vcproj:
6022         * gst/filter/gstbpwsinc.c:
6023         * gst/filter/gstbpwsinc.h:
6024         * gst/filter/gstfilter.c:
6025         * gst/filter/gstfilter.h:
6026         * gst/filter/gstlpwsinc.c:
6027         * gst/filter/gstlpwsinc.h:
6028         * tests/check/Makefile.am:
6029         * tests/check/elements/bpwsinc.c:
6030         * tests/check/elements/lpwsinc.c:
6031
6032         Remove lpwsinc and bpwsinc elements - they've become
6033         audiowsinclimit and audiowsincband respectively, in the
6034         gst-plugins-good audiofx plugin.
6035
6036 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6037
6038         * ext\neon\gstneonhttpsrc.c:
6039         Include unistd.h only if _HAVE_UNISTD_H is defined
6040         * gst\mpegvideoparse\mpegvideoparse.c:
6041         Use G_GUINT64_CONSTANT GLIB macro for constant
6042         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
6043         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
6044         * sys\dshowdecwrapper\gstdshowaudiodec.c:
6045         * sys\dshowdecwrapper\gstdshowaudiodec.h:
6046         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
6047         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
6048         * sys\dshowdecwrapper\gstdshowvideodec.c
6049         * sys\dshowdecwrapper\gstdshowvideodec.h:
6050         Add a DirectShow decoder wrapper.
6051         * win32\MANIFEST:
6052         Add new win32 files to MANIFEST
6053         * win32\vs6\gst_plugins_bad.dsw:
6054         * win32\vs6\libgstdshow.dsp:
6055         * win32\vs6\libgstdshowdecwrapper.dsp:
6056         * win32\vs6\libgstflv.dsp:
6057         Add new projects to bad workspace
6058
6059 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6060
6061         * gst/mpegtsparse/mpegtspacketizer.c:
6062         Parse component descriptor.
6063         * gst/mpegtsparse/mpegtsparse.c:
6064         Add SI pids to every program (but hardcoded currently).
6065
6066 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
6067
6068         * ext/metadata/metadata_mapping.htm:
6069         * ext/metadata/metadataexif.c:
6070         * ext/metadata/metadatatags.c:
6071         * ext/metadata/metadatatags.h:
6072         * tests/icles/metadata_editor.c:
6073         * tests/icles/metadata_editor.glade:
6074           Add more tags. Improve test app.
6075
6076 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
6077
6078         * gst/multifile/gstmultifilesink.c:
6079           Add a fixme comment.
6080
6081         * gst/selector/gstoutputselector.c:
6082           Fix same leak as in input-selector.
6083
6084         * tests/icles/output-selector-test.c:
6085           Improve the test.
6086
6087 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
6088
6089         * gst/spectrum/gstspectrum.c:
6090           Improve the docs.
6091
6092 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6093
6094         * configure.ac:
6095           The dc1394 plugin seems to use API that was removed or changed
6096           before the final 2.0.0 release, so only build it if 2.0.0-rc5
6097           is available. Someone needs to port it to the final API.
6098
6099         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
6100           Include string.h for memcpy and use g_usleep instead of usleep.
6101
6102 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6103
6104         * gst/filter/gstlpwsinc.c:
6105         Fix typo in the long description of the element.
6106
6107 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6108
6109         * gst/xingheader/Makefile.am:
6110         Put CFLAGS and LIBS in the right order
6111
6112 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6113
6114         * configure.ac:
6115           ximagesrc has moved to -good, so no need to check for
6116           the required X libs here any more.
6117
6118 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6119
6120         Patch by: Wouter Cloetens <wouter at mind dot be>
6121
6122         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
6123         (gst_soup_http_src_create):
6124         Fix memory leak and improve debugging a bit.
6125
6126 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
6127
6128         * ext/metadata/metadata_mapping.htm:
6129         * ext/metadata/metadataexif.c:
6130         * ext/metadata/metadatatags.c:
6131         * ext/metadata/metadatatags.h:
6132           Add more tags mapping.
6133
6134 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6135
6136         * gst/mpegtsparse/mpegtsparse.c:
6137         Handle latency queries in src pads.
6138
6139 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6140
6141         * gst/mpegtsparse/mpegtspacketizer.c:
6142         Add flag to both sdt and nit structures to say
6143         whether the table is for the actual network/ts
6144         or not.
6145
6146 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6147
6148         Patch by: Josep Torra Valles <josep@fluendo.com>
6149
6150         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
6151         Flush packetizer too.
6152
6153 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6154
6155         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
6156         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
6157         Don't use GST_BOILERPLATE as the stuff generated from it is not used
6158         anyway and can't be used.
6159         Store the class struct of the correct type in parent_class.
6160         Pass the LADSPA_Descriptor as class_data to the class_init function
6161         as preparation for the time, when we can add pad templates and friends
6162         in class_init and add a FIXME for that.
6163         Don't use a custom hash table for passing the LADSPA_Descriptors to
6164         base_init but use g_type_set_qdata and g_type_get_qdata.
6165
6166 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6167
6168         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6169         Really fix the build.
6170         TODO : Apply spankOmatic2000 on thaytan's rear end.
6171
6172 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6175           (GstMpeg2EncPictureReader.StreamPictureParams):
6176           Fix compilation with libmjpegtools 1.8.x.
6177
6178 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
6179
6180         * ext/ladspa/gstsignalprocessor.c:
6181         (gst_signal_processor_class_add_pad_template):
6182         Don't unref the pad template after adding it.
6183         gst_element_class_add_pad_template takes ownership of it.
6184
6185 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
6186
6187         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6188         Use the incoming pixel-aspect-ratio if provided to infer a 
6189         default aspect ratio, which can be overridden using the 'aspect'
6190         property.
6191
6192         Fixes: #499008
6193
6194 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
6195
6196         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
6197
6198         * configure.ac:
6199         Fix variable naming to make it possible to build the glimagesink
6200         plugin. Fixes bug #514093.
6201
6202 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6203
6204         * ext/metadata/gstmetadatademux.c:
6205           Demote metadatademux to GST_RANK_NONE for the release, it's not
6206           ready to be autoplugged yet.
6207
6208         * tests/icles/metadata_editor.c:
6209           Fix printf format warning for GType on ppc32 by removing it,
6210           since it doesn't make sense to print the GType value anyway.
6211
6212 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
6213
6214         * ext/metadata/TODO:
6215         * ext/metadata/gstmetadatamux.c:
6216         * ext/metadata/metadata_mapping.htm:
6217         * ext/metadata/metadataexif.c:
6218         * ext/metadata/metadatatags.c:
6219         * ext/metadata/metadatatags.h:
6220           Map more Exif tags.
6221
6222 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
6223
6224         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
6225         Don't leak event on pads that are not linked. Fixes #512826.
6226
6227 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * configure.ac:
6230           Bump core/base requirements to released versions, to avoid confusion.
6231
6232         * gst/deinterlace/Makefile.am:
6233         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
6234           Use the new GstVideoFormat API to get strides, plane offsets etc..
6235           For Y42B we still need to calculate these ourselves, since the lib
6236           in -base doesn't know about this format yet and we can't bump the
6237           requirement to CVS right now. Fix the Y42B stride, offset and size
6238           calculations for odd widths and heights while we're at it though
6239           (to match those in videotestsrc).
6240
6241 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
6242
6243         * ext/metadata/metadata_mapping.htm:
6244         * ext/metadata/metadataexif.c:
6245         * ext/metadata/metadataiptc.c:
6246         * ext/metadata/metadatatags.c:
6247         * ext/metadata/metadatatags.h:
6248         * ext/metadata/metadataxmp.c:
6249           Add documentation.
6250
6251 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6252
6253         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6254         Fix compilation.
6255
6256 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6257
6258         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
6259         Really clean up the queue instead of just unreffing all buffers
6260         in it.
6261
6262         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
6263         (gst_app_src_class_init), (gst_app_src_init),
6264         (gst_app_src_dispose), (gst_app_src_finalize):
6265         Fix dispose/finalize.
6266
6267 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6268
6269         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
6270         Fix compiler warning by making the function signature match what
6271         everyone is passing in...
6272
6273         * tests/icles/Makefile.am:
6274         Fix the build on Solaris by removing GNU ld specific flags that
6275         look unnecessary.
6276
6277 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6278
6279         * ext/metadata/Makefile.am:
6280         Add some relevant variables to CFLAGS and LIBADD, for example our
6281         compiler warnings paramters.
6282
6283         * ext/metadata/gstbasemetadata.c:
6284         (gst_base_metadata_strip_push_buffer),
6285         (gst_base_metadata_calculate_offsets),
6286         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
6287         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
6288         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
6289         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
6290         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
6291         (gst_metadata_mux_dispose),
6292         (gst_metadata_mux_create_chunks_from_tags):
6293         * ext/metadata/metadata.c: (metadata_dispose):
6294         * ext/metadata/metadataexif.c:
6295         (metadataparse_exif_content_foreach_entry_func),
6296         (metadatamux_exif_for_each_tag_in_list):
6297         * ext/metadata/metadataiptc.c:
6298         (metadatamux_iptc_for_each_tag_in_list):
6299         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
6300         (metadatamux_jpeg_reading):
6301         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
6302         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
6303         * ext/metadata/metadataparsepng.c:
6304         * ext/metadata/metadataparseutil.h:
6305         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
6306         (metadatamux_xmp_create_chunk_from_tag_list):
6307         Fix a million warnings that showed up after the above change.
6308
6309 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6310
6311         * ext/soup/gstsouphttpsrc.c: (_do_init),
6312         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6313         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6314         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6315         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6316         (gst_soup_http_src_queue_message),
6317         (gst_soup_http_src_add_range_header),
6318         (gst_soup_http_src_session_unpause_message),
6319         (gst_soup_http_src_session_pause_message),
6320         (gst_soup_http_src_session_close),
6321         (gst_soup_http_src_got_headers_cb),
6322         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6323         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6324         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6325         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6326         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6327         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6328         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6329         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6330         (gst_soup_http_src_uri_get_protocols),
6331         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6332         (gst_soup_http_src_uri_handler_init), (plugin_init):
6333         Add changes to gstsouphttpsrc.c that were missing from last commit.
6334
6335 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
6336
6337         Patch by: Wouter Cloetens <wouter at mind dot be>
6338
6339         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6340         * docs/plugins/gst-plugins-bad-plugins.args:
6341         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6342         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6343         * docs/plugins/inspect/plugin-soup.xml:
6344         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
6345         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
6346         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
6347         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
6348         (gst_soup_http_src_queue_message),
6349         (gst_soup_http_src_add_range_header),
6350         (gst_soup_http_src_session_unpause_message),
6351         (gst_soup_http_src_session_pause_message),
6352         (gst_soup_http_src_session_close),
6353         (gst_soup_http_src_got_headers_cb),
6354         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
6355         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
6356         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
6357         (gst_soup_http_src_start), (gst_soup_http_src_stop),
6358         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
6359         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
6360         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
6361         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
6362         (gst_soup_http_src_uri_get_protocols),
6363         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
6364         (gst_soup_http_src_uri_handler_init), (plugin_init):
6365         * ext/soup/gstsouphttpsrc.h:
6366         Make coding style more consistent, including class renaming.
6367
6368 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6369
6370         * configure.ac:
6371         Fix configure check for soundtouch to not produce syntax errors.
6372
6373 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6374
6375         * configure.ac:
6376         * ext/metadata/metadataxmp.c:
6377         (metadatamux_xmp_for_each_tag_in_list):
6378         Fix build with exempi >= 1.99.5 and fix the include
6379         path for exempi.
6380
6381 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6382
6383         * ext/metadata/TODO:
6384           Just uptade the ToDo list.
6385
6386 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6387
6388         * ext/metadata/gstbasemetadata.c:
6389         * ext/metadata/metadatamuxjpeg.c:
6390         * ext/metadata/metadatamuxpng.c:
6391         * ext/metadata/metadataparsejpeg.c:
6392         * ext/metadata/metadatatypes.c:
6393         * ext/metadata/metadatatypes.h:
6394         * ext/metadata/metadataxmp.c:
6395           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
6396
6397 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6398
6399         Patch by: Wouter Cloetens <wouter at mind dot be>
6400
6401         * ext/soup/gstsouphttpsrc.c:
6402         Update documentation a bit.
6403
6404         * docs/plugins/gst-plugins-bad-plugins.args:
6405         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6406         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6407         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6408         * docs/plugins/inspect/plugin-alsaspdif.xml:
6409         * docs/plugins/inspect/plugin-dvb.xml:
6410         * docs/plugins/inspect/plugin-filter.xml:
6411         * docs/plugins/inspect/plugin-glimagesink.xml:
6412         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6413         * docs/plugins/inspect/plugin-quicktime.xml:
6414         * docs/plugins/inspect/plugin-rawparse.xml:
6415         * docs/plugins/inspect/plugin-replaygain.xml:
6416         * docs/plugins/inspect/plugin-sdl.xml:
6417         * docs/plugins/inspect/plugin-soundtouch.xml:
6418         * docs/plugins/inspect/plugin-soup.xml:
6419         * docs/plugins/inspect/plugin-spcdec.xml:
6420         * docs/plugins/inspect/plugin-spectrum.xml:
6421         * docs/plugins/inspect/plugin-speed.xml:
6422         * docs/plugins/inspect/plugin-speexresample.xml:
6423         * docs/plugins/inspect/plugin-switch.xml:
6424         * docs/plugins/inspect/plugin-videocrop.xml:
6425         Regenerate everything for the documentation changes we had.
6426
6427 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6428
6429         * ext/gio/gstgiobasesink.c: (close_stream_cb),
6430         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
6431         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
6432         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
6433         (gst_gio_base_src_stop), (gst_gio_base_src_create),
6434         (gst_gio_base_src_set_stream):
6435         Use async variants of the close stream functions to prevent blocking
6436         for a long time there and add some more sanity checks for a correct
6437         stream.
6438
6439 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6440
6441         * tests/icles/Makefile.am:
6442         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
6443
6444 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6445
6446         Patch by: Wouter Cloetens <wouter at mind dot be>
6447
6448         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
6449         Let the proxy property default to the content of the $http_proxy
6450         environment variable.
6451
6452 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6453
6454         Patch by: Wouter Cloetens <wouter at mind dot be>
6455
6456         * tests/check/test-cert.pem:
6457         * tests/check/test-key.pem:
6458         Add missing files for the unit test.
6459
6460 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
6461
6462         Patch by: Wouter Cloetens <wouter at mind dot be>
6463
6464         * docs/plugins/Makefile.am:
6465         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6466         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6467         Add souphttpsrc to the docs.
6468
6469         * configure.ac:
6470         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6471         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
6472         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
6473         (gst_souphttp_src_cancel_message),
6474         (gst_souphttp_src_queue_message),
6475         (gst_souphttp_src_add_range_header),
6476         (gst_souphttp_src_session_unpause_message),
6477         (gst_souphttp_src_session_pause_message),
6478         (gst_souphttp_src_session_close),
6479         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
6480         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
6481         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
6482         (gst_souphttp_src_create), (gst_souphttp_src_start),
6483         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
6484         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
6485         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6486         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
6487         (plugin_init):
6488         * ext/soup/gstsouphttpsrc.h:
6489         Add support for libsoup2.4 and require it. Also implement redirection
6490         and manual proxy specification. Fixes bug #510708.
6491
6492         * tests/check/Makefile.am:
6493         * tests/check/elements/.cvsignore:
6494         * tests/check/elements/souphttpsrc.c:
6495         Add unit test for souphttpsrc.
6496
6497 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6498
6499         * ext/Makefile.am:
6500         * ext/metadata/TODO:
6501         * ext/metadata/gstbasemetadata.c:
6502         * ext/metadata/gstbasemetadata.h:
6503         * ext/metadata/metadatamuxjpeg.c:
6504         * ext/metadata/metadatamuxjpeg.h:
6505         * ext/metadata/metadatamuxpng.c:
6506         * ext/metadata/metadatamuxpng.h:
6507         * ext/metadata/metadataparsejpeg.c:
6508         * ext/metadata/metadataparsepng.c:
6509         * tests/icles/Makefile.am:
6510           Add documentation. Fix test app compilation. Fix pull mode.
6511
6512 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6513
6514         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6515
6516         * gst/rtpmanager/gstrtpjitterbuffer.c:
6517         (gst_rtp_jitter_buffer_chain):
6518         Try to get the new clock-rate from the buffer caps when we receive a new
6519         payload type instead of always firing the signal. Fixes #512774.
6520
6521 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6522
6523         * ext/mpeg2enc/gstmpeg2enc.cc:
6524         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6525         1.9.0rc3 removed their definitions but without it doesn't make much
6526         sense to write a log handler.
6527
6528 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6529
6530         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6531         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6532         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6533         * docs/plugins/gst-plugins-bad-plugins.types:
6534           Add base classes for metadata and equalizer (no introspection yet).
6535
6536 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6537
6538         * ext/metadata/README:
6539           Formatting.
6540         * tests/icles/metadata_editor.c:
6541           Include stdlib.h.
6542
6543 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6544
6545         * configure.ac:
6546         * docs/plugins/Makefile.am:
6547         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6548         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6549         * docs/plugins/gst-plugins-bad-plugins.args:
6550         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6551         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6552         * docs/plugins/gst-plugins-bad-plugins.signals:
6553         * docs/plugins/inspect/plugin-metadata.xml:
6554         * docs/plugins/inspect/plugin-selector.xml:
6555         * docs/plugins/inspect/plugin-soundtouch.xml:
6556         * docs/plugins/inspect/plugin-switch.xml:
6557         * gst/selector/.cvsignore:
6558         * gst/selector/Makefile.am:
6559         * gst/selector/gstinputselector.c:
6560         * gst/selector/gstinputselector.h:
6561         * gst/selector/gstoutputselector.c:
6562         * gst/selector/gstoutputselector.h:
6563         * gst/selector/gstselector-marshal.list:
6564         * gst/selector/gstselector.c:
6565         * gst/selector/selector.vcproj:
6566         * gst/switch/.cvsignore:
6567         * gst/switch/Makefile.am:
6568         * gst/switch/gstswitch-marshal.list:
6569         * gst/switch/gstswitch.c:
6570         * gst/switch/gstswitch.h:
6571         * gst/switch/switch.vcproj:
6572         * tests/icles/.cvsignore:
6573         * tests/icles/Makefile.am:
6574         * tests/icles/output-selector-test.c:
6575           Replace the switch plugin with the selector plugin. Add output-
6576           selector as the opposite of input-selectoo (was switch). Add a test
6577           for output-selector. Add docs for the elements. The vcproj needs
6578           update. Fixes #500142.
6579
6580 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6581
6582         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6583           Try to avoid 'unused variable' compiler warning if debugging is
6584           disabled (not bullet proof, but seems to do for now). (#512654)
6585
6586 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6587
6588         * ext/soundtouch/gstbpmdetect.cc:
6589         Clean up a bit and only allocate a temporary buffer for the data
6590         if processing stereo data as BPMDetect downmixes from stereo to
6591         mono and stores the result in the input data. Thanks to
6592         Stefan Kost for the suggestions.
6593
6594 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6595
6596         * ext/soundtouch/gstpitch.cc:
6597         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6598
6599 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6600
6601         * tests/icles/metadata_editor.c:
6602           Printf format fix.
6603
6604 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6605
6606         * ext/soundtouch/gstpitch.cc:
6607         Don't send a LATENCY event for now until we get the usage right.
6608
6609 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6610
6611         * ext/soundtouch/gstpitch.cc:
6612         * ext/soundtouch/gstpitch.hh:
6613         Implement LATENCY query and notify about latency changes.
6614         Unfortunately we don't have a fixed latency but it changes
6615         a bit with each buffer so we only send an LATENCY event with
6616         the maximum latency if it changes.
6617
6618         Always calculate the timestamp, duration, etc from the sample
6619         rate instead of using a pre-calculated duration for one sample
6620         to prevent large rounding errors.
6621
6622 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6623
6624         Based on a patch by:
6625             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6626
6627         * configure.ac:
6628         * ext/mpeg2enc/gstmpeg2encoder.cc:
6629         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6630         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6631         Add support for building against mjpegtools 1.9 while keeping
6632         compatiblity with older versions.
6633
6634 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6635
6636         * ext/soundtouch/gstbpmdetect.cc:
6637         Only consider a BPM value above 1.0 as valid.
6638
6639 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6640
6641         * ext/soundtouch/Makefile.am:
6642         * ext/soundtouch/gstbpmdetect.cc:
6643         * ext/soundtouch/gstbpmdetect.hh:
6644         * ext/soundtouch/plugin.c: (plugin_init):
6645         Add BPM detection plugin based on SoundTouch's libBPM.
6646
6647         * ext/soundtouch/gstpitch.cc:
6648         Allow sample rates until MAX instead of only 48kHz and remove the
6649         buffer-frames field from that caps.
6650         Clear the remaining samples completely when necessary to get into
6651         a clean state again.
6652
6653 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6654
6655         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6656         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6657         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6658         class already does this for us.
6659
6660 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6661
6662         * ext/soundtouch/gstpitch.cc:
6663         Allow seeking only in TIME and DEFAULT format, other formats will
6664         not work as expected. Also handle a stop position of -1 correctly
6665         for seeks, newsegment events and the queries. This fixes playback
6666         with the pitch element if upstream doesn't know the duration or has
6667         -1 as stop position in NEWSEGMENT events for other reasons. Before
6668         simply nothing was played as the segment was going from 0 to 0.
6669
6670         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6671         so applications can update their cached duration. Fixes bug #503308.
6672
6673         Some random cleanup and memory leak closing.
6674
6675 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6676
6677         * ext/musepack/gstmusepackdec.h:
6678         * ext/musepack/gstmusepackreader.c:
6679         First include the libmpcdec headers before everything else as they
6680         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6681         with the ones that GLib defines.
6682
6683 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6684
6685         * configure.ac:
6686         * ext/soundtouch/gstpitch.cc:
6687         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6688         the header definined PACKAGE and other variables for which we need
6689         our own values from config.h.
6690
6691 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6692
6693         * configure.ac:
6694           Check for libglade-2.0, for the metadata-editor example.
6695
6696         * tests/icles/Makefile.am:
6697           Only try to build the metadata-editor example if we have gtk and
6698           glade (otherwise the build would just fail ...); fix build in
6699           uninstalled setup.
6700
6701         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6702           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6703
6704 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6705
6706         * ext/metadata/TODO:
6707         * ext/metadata/gstbasemetadata.c:
6708         * ext/metadata/metadata.c:
6709         * ext/metadata/metadata.h:
6710         * ext/metadata/metadataexif.c:
6711         * ext/metadata/metadataexif.h:
6712         * ext/metadata/metadataiptc.c:
6713         * ext/metadata/metadataiptc.h:
6714         * ext/metadata/metadataparsejpeg.c:
6715         * ext/metadata/metadataparsejpeg.h:
6716         * ext/metadata/metadataparsepng.c:
6717         * ext/metadata/metadataparsepng.h:
6718         * ext/metadata/metadataparseutil.c:
6719         * ext/metadata/metadataparseutil.h:
6720         * ext/metadata/metadatatags.c:
6721         * ext/metadata/metadatatags.h:
6722         * ext/metadata/metadatatypes.c:
6723         * ext/metadata/metadatatypes.h:
6724         * ext/metadata/metadataxmp.c:
6725         * ext/metadata/metadataxmp.h:
6726         * ext/metadata/test/Makefile:
6727         * ext/metadata/test/MetadataEditorMain.glade:
6728         * ext/metadata/test/metadata_editor.c:
6729         * tests/icles/Makefile.am:
6730         * tests/icles/metadata_editor.c:
6731         * tests/icles/metadata_editor.glade:
6732           Add lot of documentation.
6733
6734 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6735
6736         * sys/dvb/gstdvbsrc.c:
6737         Open frontend in NULL->READY so caps about dvb adapter can be
6738         seen by the app.
6739
6740 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6741
6742         Patch by: Olivier Crete <tester@tester.ca>
6743
6744         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6745         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6746         Also handle lip-sync when the clock-rate is not provided with caps but
6747         with a signal.
6748
6749 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6750
6751         Patch by: Olivier Crete <tester@tester.ca>
6752
6753         * gst/rtpmanager/gstrtpjitterbuffer.c:
6754         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6755         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6756         (rtp_jitter_buffer_insert):
6757         * gst/rtpmanager/rtpjitterbuffer.h:
6758         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6759         a clock-rate can be provided with each buffer instead. Fixes #511686.
6760
6761 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6762
6763         Patch by: Olivier Crete <tester@tester.ca>
6764
6765         * gst/rtpmanager/gstrtpjitterbuffer.c:
6766         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6767         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6768         Remove old unused variable.
6769         Track pt on input buffers and get the clock-rate when it changes.
6770         Ignore packets with unknown clock-rate. Fixes #511146.
6771
6772 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6773
6774         * sys/dvb/gstdvbsrc.c:
6775         Post bus message about adapter type and it's capabilities,
6776         when opening the frontend.
6777         After failing to read from the dvr, post a bus message to
6778         inform the app.
6779
6780 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6781
6782         * gst/mpegtsparse/mpegtspacketizer.c:
6783         The logic for the guard interval calculation was totally wrong.
6784         Fixed.
6785
6786 2008-01-24  David Schleef  <ds@schleef.org>
6787
6788         Patch by: Olivier Crete <tester@tester.ca>
6789
6790         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6791           wrong function.  Fixes #511920
6792
6793 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6794
6795         * docs/plugins/Makefile.am:
6796         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6797         * docs/plugins/gst-plugins-bad-plugins.args:
6798         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6799         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6800         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6801         * docs/plugins/gst-plugins-bad-plugins.signals:
6802           Now we have full hierarchy.
6803
6804         * docs/plugins/inspect/plugin-metadata.xml:
6805           Regenerate.
6806
6807         * ext/amrwb/gstamrwbdec.h:
6808           Add doc blob for object instance.
6809
6810 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * docs/plugins/gst-plugins-bad-plugins.args:
6813         * docs/plugins/inspect/plugin-metadata.xml:
6814           Update this too, hopefully fixes the docs build (does at least
6815           for me, after make clean in docs/plugins).
6816
6817 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6818
6819         * gst/mpegtsparse/gstmpegdesc.h:
6820         * gst/mpegtsparse/mpegtspacketizer.c:
6821         Fix network name descriptor, the length is actually the
6822         descriptor length not stored in the byte after.
6823         Fix bounds checking to be more correct.
6824
6825 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6826
6827         * docs/plugins/Makefile.am:
6828         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6829         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6830         * ext/metadata/TODO:
6831         * ext/metadata/gstbasemetadata.c:
6832         * ext/metadata/gstbasemetadata.h:
6833         * ext/metadata/gstmetadatademux.c:
6834         * ext/metadata/gstmetadatademux.h:
6835         * ext/metadata/gstmetadatamux.c:
6836         * ext/metadata/gstmetadatamux.h:
6837         * ext/metadata/metadatatags.c:
6838           Add some documentation.
6839
6840 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6841
6842         * configure.ac:
6843         * ext/dts/gstdtsdec.c:
6844         Add support for building against libdca (with the libdts compat
6845         header). Fixes bug #511530.
6846
6847         Should probably be ported to libdca as some points as it's the
6848         successor of libdts.
6849
6850 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6851
6852         * sys/dvb/gstdvbsrc.c:
6853         Do not go on forever if problem with reading from dvr, rather
6854         return NULL.
6855         Handle some cleanup issues of closing filedescriptors when
6856         failing to tune or similar.
6857
6858 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6859
6860         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6861         * gst-plugins-bad.spec: update for latest changes
6862
6863 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6864
6865         * docs/plugins/Makefile.am:
6866         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6867         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6868         * gst/xingheader/gstxingmux.c:
6869         * gst/xingheader/gstxingmux.h:
6870         Add documentation for the xingheader plugin.
6871
6872         * tests/check/elements/xingmux.c: (GST_START_TEST):
6873         Set element state to PLAYING before doing something else.
6874
6875 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6876
6877         * tests/check/Makefile.am:
6878         * tests/check/elements/.cvsignore:
6879         * tests/check/elements/xingmux.c: (setup_xingmux),
6880         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6881         * tests/check/elements/xingmux_testdata.h:
6882         Add simple unit test for the xingmux element.
6883
6884         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6885         (gst_xing_mux_finalize), (xing_reset):
6886         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6887
6888 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6889
6890         * gst/mpegtsparse/gstmpegdesc.h:
6891         * gst/mpegtsparse/mpegtspacketizer.c:
6892         Parsed the satellite delivery system descriptor and
6893         added into nit's transport structure for delivery
6894         over the bus.
6895
6896 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6897
6898         * gst/mpegtsparse/mpegtspacketizer.c:
6899         Parsed and added network name to the nit structure sent
6900         in the bus message.
6901
6902 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6903
6904         * gst/mpegtsparse/mpegtspacketizer.c:
6905         Remove leaks introduced by not freeing g_strndup'd strings.
6906         Fix start_time and duration parsing in EIT.
6907
6908 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6909
6910         * gst/mpegtsparse/mpegtspacketizer.c:
6911         Add event name and description to the eit structure
6912         sent in the bus message.
6913
6914 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6915
6916         * gst/mpegtsparse/mpegtsparse.c:
6917         Revert const removal from previous commit.
6918
6919 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6920
6921         * gst/mpegtsparse/Makefile.am:
6922         * gst/mpegtsparse/gstmpegdesc.c:
6923         * gst/mpegtsparse/gstmpegdesc.h:
6924         * gst/mpegtsparse/mpegtspacketizer.c:
6925         * gst/mpegtsparse/mpegtsparse.c:
6926         Added descriptor searching infrastructure from Fluendo TS demuxer.
6927         Add channel name and provider to the sdt structure sent in the
6928         bus message.
6929
6930 2008-01-22  Julien Moutte  <julien@fluendo.com>
6931
6932         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6933         Parse NAL units in forward mode to mark delta units flags.
6934
6935 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6936
6937         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6938         * docs/plugins/gst-plugins-bad-plugins.args:
6939         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6940         * docs/plugins/inspect/plugin-musepack.xml:
6941           Regenerate.
6942   
6943         * docs/plugins/inspect/plugin-tremor.xml:
6944           Add vorbisidec aka trmor.
6945
6946         * ext/dc1394/gstdc1394.c:
6947           Add short description.
6948
6949 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6950
6951         * docs/plugins/Makefile.am:
6952           Add missing eol \
6953
6954         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6955           Place object names to standard sectionas plugin dont document those.
6956
6957         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6958         * docs/plugins/gst-plugins-bad-plugins.args:
6959         * docs/plugins/gst-plugins-bad-plugins.signals:
6960         * docs/plugins/inspect/plugin-dvb.xml:
6961         * docs/plugins/inspect/plugin-nuvdemux.xml:
6962           regenerate.
6963           
6964         * ext/ivorbis/vorbisdec.c:
6965         * ext/ivorbis/vorbisdec.h:
6966           Mark private vars and add short desc.
6967
6968         * ext/mythtv/gstmythtvsrc.c:
6969         * ext/theora/theoradec.c:
6970           Add short desc.
6971
6972 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6973
6974         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6975         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6976         * gst/nuvdemux/gstnuvdemux.c:
6977           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6978           it actually is.
6979
6980 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6981
6982         * docs/plugins/Makefile.am:
6983         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6984         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6985           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6986           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6987
6988         * docs/plugins/inspect/plugin-gstinterlace.xml:
6989         * docs/plugins/inspect/plugin-rawparse.xml
6990         * docs/plugins/inspect/plugin-videoparse.xml:
6991           Replace videoparse with rawparse.
6992
6993         * gst/dvdspu/gstdvdspu.h:
6994           Help gtk-doc to recognize the object struct.
6995
6996 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6997
6998         * gst/librfb/rfbdecoder.c:
6999         * gst/librfb/rfbdecoder.h:
7000           Don't use gtk-doc comment style for non gtk-doc comments.
7001           Make one static function static.
7002
7003 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
7004
7005         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
7006
7007         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
7008         (gst_deinterlace_init), (gst_deinterlace_set_caps),
7009         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
7010         (gst_deinterlace_get_property):
7011         * gst/deinterlace/gstdeinterlace.h:
7012         Provide 4:2:2 support
7013         Also deinterlace chroma planes
7014         Allow to turn on/off deinterlacing
7015         Change of default thresholds, in order to provide acceptable results
7016         with default params. Fixes #511001.
7017
7018 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
7019
7020         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7021           Update docs file too.
7022
7023 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
7024
7025         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
7026         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
7027           (subpic_sink_factory), (gst_dvd_spu_base_init),
7028           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
7029           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
7030           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
7031           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
7032           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
7033           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
7034           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
7035           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
7036           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
7037           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
7038           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
7039           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
7040           (gst_dvd_spu_plugin_init):
7041         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
7042           Fix up dvdspu element again after previous namespace mangling:
7043           rename debug category variable to old name, matching that in
7044           dvdspu-render.c, to avoid undefined symbol error when loading
7045           the module; same for the _render function in dvdspu-render.c:
7046           we must use the same name in both .c files; change functions
7047           now called gstgst_* back to gst_* again; and while we're at it,
7048           we may as well canonicalise the namespace properly, namely to
7049           gst_dvd_spu_*.
7050
7051 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7052
7053         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7054         * ext/theora/theoradec.c:
7055         * ext/theora/theoradec.h:
7056           Coherent namespace usage and adding symbold from unused to sections.
7057
7058 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7059
7060         * docs/plugins/Makefile.am:
7061         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
7062           Add symbols from -unused.txt to the right place.
7063
7064         * gst/dvdspu/gstdvdspu.c:
7065         * gst/dvdspu/gstdvdspu.h:
7066           Coherent namespace usage.
7067
7068         * gst/spectrum/gstspectrum.c:
7069           Fix broken XML fragment in doc snippet even more.
7070
7071 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7072
7073         * docs/plugins/Makefile.am:
7074           Update include list.
7075
7076         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
7077           Update xml includes.
7078
7079         * docs/plugins/inspect/plugin-alsaspdif.xml:
7080         * docs/plugins/inspect/plugin-amrwb.xml:
7081         * docs/plugins/inspect/plugin-bayer.xml:
7082         * docs/plugins/inspect/plugin-bz2.xml:
7083         * docs/plugins/inspect/plugin-cdxaparse.xml:
7084         * docs/plugins/inspect/plugin-dtsdec.xml:
7085         * docs/plugins/inspect/plugin-dvbsrc.xml:
7086         * docs/plugins/inspect/plugin-dvdspu.xml:
7087         * docs/plugins/inspect/plugin-equalizer.xml:
7088         * docs/plugins/inspect/plugin-faac.xml:
7089         * docs/plugins/inspect/plugin-faad.xml:
7090         * docs/plugins/inspect/plugin-fbdevsink.xml:
7091         * docs/plugins/inspect/plugin-festival.xml:
7092         * docs/plugins/inspect/plugin-filter.xml:
7093         * docs/plugins/inspect/plugin-flvdemux.xml:
7094         * docs/plugins/inspect/plugin-freeze.xml:
7095         * docs/plugins/inspect/plugin-gsm.xml:
7096         * docs/plugins/inspect/plugin-gstinterlace.xml:
7097         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
7098         * docs/plugins/inspect/plugin-h264parse.xml:
7099         * docs/plugins/inspect/plugin-interleave.xml:
7100         * docs/plugins/inspect/plugin-ladspa.xml:
7101         * docs/plugins/inspect/plugin-metadata.xml:
7102         * docs/plugins/inspect/plugin-modplug.xml:
7103         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
7104         * docs/plugins/inspect/plugin-mpegtsparse.xml:
7105         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
7106         * docs/plugins/inspect/plugin-musicbrainz.xml:
7107         * docs/plugins/inspect/plugin-mve.xml:
7108         * docs/plugins/inspect/plugin-nsfdec.xml:
7109         * docs/plugins/inspect/plugin-nuvdemux.xml:
7110         * docs/plugins/inspect/plugin-qtdemux.xml:
7111         * docs/plugins/inspect/plugin-quicktime.xml:
7112         * docs/plugins/inspect/plugin-real.xml:
7113         * docs/plugins/inspect/plugin-replaygain.xml:
7114         * docs/plugins/inspect/plugin-sdl.xml:
7115         * docs/plugins/inspect/plugin-sdp.xml:
7116         * docs/plugins/inspect/plugin-spectrum.xml:
7117         * docs/plugins/inspect/plugin-speed.xml:
7118         * docs/plugins/inspect/plugin-speexresample.xml:
7119         * docs/plugins/inspect/plugin-stereo.xml:
7120         * docs/plugins/inspect/plugin-switch.xml:
7121         * docs/plugins/inspect/plugin-timidity.xml:
7122         * docs/plugins/inspect/plugin-tta.xml:
7123         * docs/plugins/inspect/plugin-videocrop.xml:
7124         * docs/plugins/inspect/plugin-videoparse.xml:
7125         * docs/plugins/inspect/plugin-videosignal.xml:
7126         * docs/plugins/inspect/plugin-vmnc.xml:
7127         * docs/plugins/inspect/plugin-wildmidi.xml:
7128         * docs/plugins/inspect/plugin-x264.xml:
7129         * docs/plugins/inspect/plugin-xingheader.xml:
7130         * docs/plugins/inspect/plugin-xvid.xml:
7131         * docs/plugins/inspect/plugin-y4menc.xml:
7132           Regenerate files.
7133
7134         * gst/spectrum/gstspectrum.c:
7135           Fix broken XML fragment in doc snippet.
7136
7137         * tests/check/elements/.cvsignore:
7138           Add test binary to ignores.
7139
7140 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
7141
7142         * gst/h264parse/gsth264parse.c:
7143           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
7144
7145 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
7146
7147         Patch by: Wouter Cloetens <wouter at mind dot be>
7148
7149         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7150         Report the size of the stream as the total size instead of
7151         the remaining Content-Length, which is wrong after a seek.
7152
7153 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7154
7155         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
7156         (gst_raw_parse_loop):
7157         Handle framesizes > 4096 with multiple frames per buffer correctly
7158         in pull mode and handle short reads better.
7159         Also put offset and offset_end on outgoing buffers.
7160
7161 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7162
7163         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
7164         Improve handling of unknown or too small upstream sizes in
7165         pull mode.
7166
7167 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7168
7169         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
7170         (gst_raw_parse_handle_seek_push):
7171         Improve debugging a bit and for handling multiple frames per buffer
7172         in pull mode choose the next smallest multiply of framesize below
7173         4096 instead of always handling 1024 frames.
7174
7175 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
7176
7177         Patch by: Wouter Cloetens <wouter at mind dot be>
7178
7179         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
7180         Correctly set duration on the GstBaseSrc segment when we know it
7181         to fix failing the duration query.
7182
7183 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7184
7185         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
7186         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
7187         Set timestamps more correctly.
7188
7189 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7190
7191         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
7192         (gst_raw_parse_init), (gst_raw_parse_reset),
7193         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
7194         (gst_raw_parse_chain), (gst_raw_parse_loop),
7195         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
7196         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
7197         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
7198         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
7199         * gst/rawparse/gstrawparse.h:
7200         Implement pull mode.
7201
7202 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7203
7204         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
7205         Fix memory leak spotted by the unit test.
7206
7207 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7208
7209         * tests/check/Makefile.am:
7210         Enable spectrum test again.
7211
7212         * tests/check/gst-plugins-bad.supp:
7213         Add suppressions for a singleton in GIO that can't be freed.
7214
7215 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7216
7217         * tests/check/Makefile.am:
7218         * tests/check/elements/.cvsignore:
7219         * tests/check/elements/equalizer.c: (setup_equalizer),
7220         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
7221         Add some minimal tests for the equalizer plugin.
7222
7223 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7224
7225         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
7226         Unparent all bands from the equalizer when finalizing to stop
7227         leaking them.
7228
7229 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7230
7231         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
7232         Add support for WebDAV.
7233
7234 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
7235
7236         Patch by: Wouter Cloetens <wouter at mind dot be>
7237
7238         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7239         (gst_souphttp_src_init), (gst_souphttp_src_create),
7240         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
7241         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
7242         * ext/soup/gstsouphttpsrc.h:
7243         Add support for seeking to souphttpsrc. Fixes bug #502335.
7244
7245 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
7246
7247         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
7248         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7249         (gst_h264_parse_find_start_reverse),
7250         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
7251         * gst/h264parse/gsth264parse.h:
7252         Improve debugging.
7253         Fix buffer splitting at sync codes and leftover buffer after
7254         scanning.
7255
7256 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
7257
7258         * ext/metadata/TODO:
7259         * ext/metadata/metadataexif.c:
7260         * ext/metadata/metadataxmp.c:
7261           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
7262
7263 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
7264
7265         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
7266         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
7267         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
7268         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
7269         (gst_h264_parse_init), (gst_h264_parse_set_property),
7270         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
7271         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
7272         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
7273         (gst_h264_parse_find_start_reverse),
7274         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
7275         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
7276         * gst/h264parse/gsth264parse.h:
7277         Add reverse playback support for containers that don't know how to
7278         properly send data between I-frames.
7279
7280 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
7281
7282         * configure.ac:
7283         * tests/check/pipelines/gio.c: (GST_START_TEST):
7284         Update for API changes in GIO and require GIO 2.15.2 for this.
7285
7286 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7287
7288         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7289         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
7290         of 0xfe.
7291
7292 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7293
7294         * gst/xingheader/gstxingmux.c: (generate_xing_header):
7295         Remove accidentially leftover debug printf.
7296
7297 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
7298
7299         * gst/xingheader/gstxingmux.c: (has_xing_header),
7300         (generate_xing_header), (gst_xing_mux_chain),
7301         (gst_xing_mux_sink_event):
7302         Choose smallest possible frame size for the Xing header, properly
7303         set the timestamp, duration and offset on the outgoing buffers,
7304         only send NEWSEGMENT events in BYTE format downstream and also
7305         drop VBRI headers if already existing.
7306
7307 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
7308
7309         * gst/xingheader/Makefile.am:
7310         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
7311         (has_xing_header), (generate_xing_header),
7312         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
7313         (gst_xing_mux_init), (gst_xing_mux_chain),
7314         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
7315         * gst/xingheader/gstxingmux.h:
7316         Major cleanup and rewrite of xingmux with less bugs and new features:
7317         - Handles other layers as 3
7318         - Write TOC
7319
7320 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
7321
7322         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
7323           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
7324           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
7325           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
7326           (test_buffer_square_int16_stereo):
7327         * tests/check/elements/rglimiter.c: (create_test_buffer):
7328         * tests/check/elements/rgvolume.c: (test_buffer_new):
7329           It's "endianness", not "endianess". Fixes unit tests.
7330
7331 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7332
7333         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7334         If we find the caps in the cache, use it to parse the clock-rate instead
7335         of returning an error. Fixes a TODO as found by Youness Alaoui.
7336
7337 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7338
7339         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
7340
7341         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
7342         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
7343         (rtp_session_set_process_rtp_callback),
7344         (rtp_session_set_send_rtp_callback),
7345         (rtp_session_set_send_rtcp_callback),
7346         (rtp_session_set_sync_rtcp_callback),
7347         (rtp_session_set_clock_rate_callback),
7348         (rtp_session_set_reconsider_callback), (source_push_rtp),
7349         (source_clock_rate), (rtp_session_process_bye),
7350         (rtp_session_process_rtcp), (rtp_session_send_bye),
7351         (rtp_session_on_timeout):
7352         * gst/rtpmanager/rtpsession.h:
7353         Make it possible to use different user_data for each of the callbacks.
7354         Fixes #508587.
7355
7356 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7357
7358         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
7359         Small meaningless cleanup.
7360
7361         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
7362         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
7363         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
7364         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
7365         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
7366         * gst/mpegvideoparse/mpegvideoparse.h:
7367         Track segment events.
7368         Do the first part of reverse playback by sending data between two
7369         I-frames to the decoder.
7370
7371 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7372
7373         * gst/rtpmanager/gstrtpbin.c:
7374         Fix documentation for latest patch
7375
7376 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
7377
7378         * gst/rtpmanager/gstrtpbin.c:
7379         Allow request_new_pad with name NULL (bug #508515)
7380
7381 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
7382
7383         * autogen.sh:
7384           Add -Wno-portability to the automake parameters to stop warnings
7385           about GNU make extensions being used. We require GNU make in almost
7386           every Makefile anyway.
7387           
7388         * configure.ac:
7389           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
7390           at the same time is required for per target flags.
7391
7392 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
7393
7394         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
7395         Don't set fixed caps, we can basically do everything the upsteam peer
7396         pad can renegotiate to. Fixes #507940.
7397
7398 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
7399
7400         * Makefile.am:
7401           Include lcov.mak to allow building coverage reports. Add top-level
7402           check targets similar to other gst packages.
7403
7404 2008-01-06  David Schleef  <ds@schleef.org>
7405
7406         * ext/directfb/Makefile.am:
7407           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
7408         * ext/directfb/dfbvideosink.c:
7409           Getting tired of directfb's chatter.  Quiet it.
7410
7411 2008-01-06  David Schleef  <ds@schleef.org>
7412
7413         Patch by: Sean D'Epagnier <sean@depagnier.com>
7414
7415         * configure.ac:
7416         * sys/Makefile.am:
7417         * sys/fbdev/Makefile.am:
7418         * sys/fbdev/gstfbdevsink.c:
7419         * sys/fbdev/gstfbdevsink.h:
7420           Add fbdev-based video sink.  Linux-only.  See bug #506549.
7421
7422 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
7423
7424         * configure.ac:
7425         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7426         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
7427         Update to GMemoryInputStream API changes in GLib SVN and require
7428         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
7429         We can also report the duration for every GSeekable, not only
7430         GFileInputStream and GMemoryInputStream.
7431
7432 2008-01-05  David Schleef  <ds@schleef.org>
7433
7434         * sys/glsink/glimagesink.c:
7435         * sys/glsink/glimagesink.h:
7436         * sys/glsink/gstglbuffer.h:
7437         * sys/glsink/gstgldisplay.c:
7438         * sys/glsink/gstgldisplay.h:
7439         * sys/glsink/gstglupload.c:
7440           Handle xoverlay exposes correctly.  This means glimagesink works
7441           correctly most of the time in totem (fullscreening being an
7442           execption).  Doesn't handle expose events directly to the GL
7443           window.
7444
7445 2008-01-05  David Schleef  <ds@schleef.org>
7446
7447         * sys/glsink/glextensions.c:
7448         * sys/glsink/glextensions.h:
7449         * sys/glsink/glimagesink.c:
7450         * sys/glsink/glimagesink.h:
7451         * sys/glsink/gstgldisplay.c:
7452         * sys/glsink/gstgldisplay.h:
7453         * sys/glsink/gstopengl.c:
7454           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
7455           vblank synchronization.  Remove unused code.
7456
7457 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
7458
7459         * gst/rtpmanager/gstrtpjitterbuffer.c:
7460         (gst_rtp_jitter_buffer_loop):
7461         Don't unref the popped buffer when we don't have ownership.
7462         Fixes #507020.
7463
7464 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7465
7466         * gst/mpegtsparse/Makefile.am:
7467         * gst/mpegtsparse/flutspatinfo.c:
7468         * gst/mpegtsparse/flutspatinfo.h:
7469         * gst/mpegtsparse/flutspmtinfo.c:
7470         * gst/mpegtsparse/flutspmtinfo.h:
7471         * gst/mpegtsparse/flutspmtstreaminfo.c:
7472         * gst/mpegtsparse/flutspmtstreaminfo.h:
7473         Remove no longer needed files.
7474
7475 2008-01-02  David Schleef  <ds@schleef.org>
7476
7477         * tests/check/Makefile.am:
7478           Disable vcdsrc in states test because it takes too much time
7479           to get to PLAYING if it can find a device.
7480
7481 2007-12-31  David Schleef  <ds@schleef.org>
7482
7483         * ext/musicbrainz/gsttrm.c:
7484           Don't emit signiture when going to READY, because it might
7485           not be ready.
7486         * ext/nas/nassink.c:
7487           Remove useless call that sleeps for 5 seconds.  Yup, it calls
7488           sleep(1) 5 times.  Go NAS.
7489         * gst/librfb/gstrfbsrc.c:
7490         * gst/librfb/rfbdecoder.c:
7491           Initialize our debug categories properly.
7492         * gst/rawparse/gstrawparse.c:
7493           Don't register element details for a non-element.  Be much more
7494           rude when subclass doesn't set a pad template (assert!).  Don't
7495           unref the pad template; we don't own it.
7496         * gst/videosignal/gstvideoanalyse.c:
7497           Initialize debug category.
7498         * tests/check/Makefile.am:
7499           Ignore nassink element in tests because it has unavoidable
7500           long timeouts.
7501
7502 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7503
7504         * gst/rtpmanager/gstrtpssrcdemux.c:
7505         (gst_rtp_ssrc_demux_change_state):
7506         Don't clean up pads when going to PAUSED.
7507
7508 2007-12-30  David Schleef  <ds@schleef.org>
7509
7510         * configure.ac:
7511         * sys/glsink/Makefile.am:
7512           Switch to using pkgconfig to detect libGL.  Since we use
7513           recent features added to Mesa, there's no point in adding
7514           a check for pre-pkgconfig versions.
7515
7516 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7517
7518         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7519         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7520         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7521         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7522         Fix 'xyz may be used uninitialized' compiler warnings caused
7523         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7524         abort() in any case but properly report the error.
7525
7526 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7527
7528         * configure.ac:
7529         * ext/gio/gstgio.c:
7530         * ext/gio/gstgio.h:
7531         * ext/gio/gstgiobasesink.h:
7532         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7533         * ext/gio/gstgiobasesrc.h:
7534         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7535         * ext/gio/gstgiosink.h:
7536         * ext/gio/gstgiosrc.h:
7537         * ext/gio/gstgiostreamsink.h:
7538         * ext/gio/gstgiostreamsrc.h:
7539         * tests/check/pipelines/gio.c:
7540         Update to latest API changes in GLib/GIO and require at least
7541         gio-2.0 2.15.0 for this.
7542         
7543         * ext/gio/Makefile.am:
7544         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7545
7546 2007-12-28  David Schleef  <ds@schleef.org>
7547
7548         * configure.ac:
7549         * sys/glsink/glextensions.c:
7550         * sys/glsink/glextensions.h:
7551         * sys/glsink/glimagesink.c:
7552         * sys/glsink/glimagesink.h:
7553         * sys/glsink/gstglbuffer.c:
7554         * sys/glsink/gstglbuffer.h:
7555         * sys/glsink/gstglconvert.c:
7556         * sys/glsink/gstgldisplay.c:
7557         * sys/glsink/gstgldisplay.h:
7558         * sys/glsink/gstgldownload.c:
7559         * sys/glsink/gstglfilter.c:
7560         * sys/glsink/gstglfilter.h:
7561         * sys/glsink/gstglfilterexample.c:
7562         * sys/glsink/gstgltestsrc.c:
7563         * sys/glsink/gstglupload.c:
7564           Major cleanup of code.  Convert glupload to BaseTransform.
7565           Handle caps negotiation mostly correctly.  Reenable in build.
7566
7567 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7568
7569         * ext/soup/Makefile.am:
7570         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7571           (gst_souphttp_src_unicodify), (soup_got_headers):
7572           Use gst_tag_freeform_string_to_utf8() and post radio station
7573           info as tags on the bus.
7574
7575 2007-12-26  David Schleef  <ds@schleef.org>
7576
7577         * sys/glsink/glimagesink.c:
7578         * sys/glsink/gstglupload.c:
7579           Change glimagesink over to using GL buffers.  This breaks
7580           glimagesink for normal operation, but should be fixed soon.
7581
7582 2007-12-26  David Schleef  <ds@schleef.org>
7583
7584         * sys/glsink/gltestsrc.c:
7585         * sys/glsink/gstglbuffer.c:
7586         * sys/glsink/gstglbuffer.h:
7587         * sys/glsink/gstgldownload.c:
7588         * sys/glsink/gstglfilter.c:
7589         * sys/glsink/gstglfilterexample.c:
7590         * sys/glsink/gstgltestsrc.c:
7591         * sys/glsink/gstglupload.c:
7592           Convert gldownload to BaseTransform.  Make glfilterexample
7593           visually interesting.  Add support for various formats to
7594           downloading.  Fix a few places where we leak GL state to
7595           other elements (bad, but hard to prevent).
7596
7597 2007-12-26  David Schleef  <ds@schleef.org>
7598
7599         * sys/glsink/BUGS:
7600         * sys/glsink/Makefile.am:
7601         * sys/glsink/gstglbuffer.c:
7602         * sys/glsink/gstglbuffer.h:
7603         * sys/glsink/gstglconvert.c:
7604         * sys/glsink/gstgldisplay.c:
7605         * sys/glsink/gstglfilter.c:
7606         * sys/glsink/gstglfilter.h:
7607         * sys/glsink/gstglfilterexample.c:
7608         * sys/glsink/gstgltestsrc.c:
7609         * sys/glsink/gstglupload.c:
7610         * sys/glsink/gstopengl.c:
7611           Remove code that handles non-texture buffers.  Add a
7612           GstGLBufferFormat type that corresponds to how to use the
7613           texture, not the original video format.  Convert gstflfilter.c
7614           into a base class, add glfilterexample and glconvert elements.
7615         * sys/glsink/color_matrix.c:
7616           Minor ramblings about color conversion matrices.
7617
7618 2007-12-24  David Schleef  <ds@schleef.org>
7619
7620         * sys/glsink/Makefile.am:
7621         * sys/glsink/gltestsrc.c:
7622         * sys/glsink/gltestsrc.h:
7623         * sys/glsink/gstgldisplay.c:
7624         * sys/glsink/gstgldownload.c:
7625         * sys/glsink/gstglfilter.c:
7626         * sys/glsink/gstgltestsrc.c:
7627         * sys/glsink/gstgltestsrc.h:
7628         * sys/glsink/gstglupload.c:
7629         * sys/glsink/gstopengl.c:
7630           Add gltestsrc element, a duplicate of videotestsrc that uses
7631           GL rendering to create images.  More cleanup.
7632
7633 2007-12-24  David Schleef  <ds@schleef.org>
7634
7635         * sys/glsink/gstglbuffer.c:
7636         * sys/glsink/gstgldownload.c:
7637         * sys/glsink/gstglfilter.c:
7638           Clean up code.  Fix a few leaks.
7639
7640 2007-12-24  David Schleef  <ds@schleef.org>
7641
7642         * sys/glsink/Makefile.am:
7643         * sys/glsink/glimagesink.h:
7644         * sys/glsink/glvideo.c:
7645         * sys/glsink/glvideo.h:
7646         * sys/glsink/gstglbuffer.c:
7647         * sys/glsink/gstglbuffer.h:
7648         * sys/glsink/gstgldisplay.c:
7649         * sys/glsink/gstgldisplay.h:
7650           Rename glvideo.[ch] to gstgldisplay.[ch].
7651
7652 2007-12-24  David Schleef  <ds@schleef.org>
7653
7654         * sys/glsink/glimagesink.c:
7655         * sys/glsink/glimagesink.h:
7656         * sys/glsink/glvideo.c:
7657         * sys/glsink/glvideo.h:
7658         * sys/glsink/gstglbuffer.c:
7659         * sys/glsink/gstglbuffer.h:
7660         * sys/glsink/gstgldownload.c:
7661         * sys/glsink/gstglfilter.c:
7662         * sys/glsink/gstglupload.c:
7663           Rewrite a bunch of code to use textures as the intermediate
7664           instead of renderbuffers.  upload, download, filtering all
7665           work.
7666
7667 2007-12-23  David Schleef  <ds@schleef.org>
7668
7669         * gst/videoparse/Makefile.am:
7670         * gst/videoparse/README:
7671         * gst/videoparse/gstvideoparse.c:
7672           Remove videoparse element, because it was moved to gst/rawparse/
7673
7674 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7675
7676         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7677         Always seek on frame boundaries, will produce nothing useful
7678         otherwise.
7679
7680 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7681
7682         * configure.ac:
7683         * gst/rawparse/Makefile.am:
7684         * gst/rawparse/README:
7685         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7686         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7687         (gst_audio_parse_class_init), (gst_audio_parse_init),
7688         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7689         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7690         * gst/rawparse/gstaudioparse.h:
7691         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7692         (gst_raw_parse_class_init), (gst_raw_parse_init),
7693         (gst_raw_parse_dispose),
7694         (gst_raw_parse_class_set_src_pad_template),
7695         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7696         (gst_raw_parse_reset), (gst_raw_parse_chain),
7697         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7698         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7699         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7700         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7701         (gst_raw_parse_is_negotiated):
7702         * gst/rawparse/gstrawparse.h:
7703         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7704         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7705         (gst_video_parse_class_init), (gst_video_parse_init),
7706         (gst_video_parse_set_property), (gst_video_parse_get_property),
7707         (gst_video_parse_format_to_fourcc),
7708         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7709         * gst/rawparse/gstvideoparse.h:
7710         * gst/rawparse/plugin.c: (plugin_init):
7711         Add new plugin rawparse that contains a base class for raw data
7712         parsers and the two elements audioparse and videoparse that can
7713         be used to parse raw audio and video. These are inspired by the
7714         old videoparse element which the new rawparse plugin deprecates.
7715
7716 2007-12-21  David Schleef  <ds@schleef.org>
7717
7718         * sys/glsink/glextensions.c:
7719         * sys/glsink/glextensions.h:
7720         * sys/glsink/glvideo.c:
7721         * sys/glsink/glvideo.h:
7722         * sys/glsink/gstglbuffer.c:
7723         * sys/glsink/gstgldownload.c:
7724         * sys/glsink/gstglupload.c:
7725           A careful read of the documentation reveals that I can't use
7726           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7727           to rewrite a bunch of code.
7728
7729 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7730
7731         * ext/metadata/TODO:
7732         * ext/metadata/gstbasemetadata.c:
7733         * ext/metadata/gstbasemetadata.h:
7734         * ext/metadata/metadata.h:
7735         * ext/metadata/metadataiptc.c:
7736         * ext/metadata/metadatamuxjpeg.c:
7737         * ext/metadata/metadataparsejpeg.c:
7738         * ext/metadata/metadataparseutil.c:
7739           Some IPTC tags mapped.
7740
7741 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7742
7743         * ext/metadata/Makefile.am:
7744         * ext/metadata/TODO:
7745         * ext/metadata/gstbasemetadata.c:
7746         * ext/metadata/gstbasemetadata.h:
7747         * ext/metadata/gstmetadatacommon.c:
7748         * ext/metadata/gstmetadatacommon.h:
7749         * ext/metadata/metadata.c:
7750         * ext/metadata/metadata.h:
7751           Removed gstmetadatacommon.
7752
7753 2007-12-20  David Schleef  <ds@schleef.org>
7754
7755         * sys/glsink/Makefile.am:
7756         * sys/glsink/glextensions.c:
7757         * sys/glsink/glextensions.h:
7758         * sys/glsink/glimagesink.c:
7759         * sys/glsink/glimagesink.h:
7760         * sys/glsink/glvideo.c:
7761         * sys/glsink/glvideo.h:
7762         * sys/glsink/gstglbuffer.c:
7763         * sys/glsink/gstglbuffer.h:
7764         * sys/glsink/gstgldownload.c:
7765         * sys/glsink/gstglfilter.c:
7766         * sys/glsink/gstglupload.c:
7767         * sys/glsink/gstopengl.c:
7768           Switch to using framebuffer_objects instead of GLXPixmaps,
7769           because that's what my driver supports.  Remove GLDrawable,
7770           since GstGLDisplay now has a default drawable and context.
7771
7772 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * gst/equalizer/.cvsignore:
7775         * gst/switch/.cvsignore:
7776           Ignore more.
7777
7778 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7779
7780         * ext/metadata/Makefile.am:
7781         * ext/metadata/TODO:
7782         * ext/metadata/gstbasemetadata.c:
7783         * ext/metadata/gstbasemetadata.h:
7784         * ext/metadata/gstmetadatacommon.c:
7785         * ext/metadata/gstmetadatacommon.h:
7786         * ext/metadata/gstmetadatademux.c:
7787         * ext/metadata/gstmetadatademux.h:
7788         * ext/metadata/gstmetadatamux.c:
7789         * ext/metadata/gstmetadatamux.h:
7790         * ext/metadata/metadata.c:
7791         * ext/metadata/metadata.h:
7792         * ext/metadata/metadataexif.c:
7793         * ext/metadata/metadataparsejpeg.c:
7794         * ext/metadata/metadataparsepng.c:
7795         * ext/metadata/metadatatags.c:
7796         * ext/metadata/metadatatags.h:
7797         * ext/metadata/test/metadata_editor.c:
7798           New base class for metadata elements.
7799
7800 2007-12-18  Andy Wingo  <wingo@pobox.com>
7801
7802         * gst/switch/gstswitch-marshal.list:
7803         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7804         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7805         (gst_selector_pad_get_property)
7806         (gst_selector_pad_get_running_time)
7807         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7808         (gst_segment_set_stop, gst_segment_set_start)
7809         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7810         (gst_stream_selector_push_pending_stop)
7811         (gst_stream_selector_switch): Change so that the signals and
7812         properties deal in running time, not buffer time. Document the
7813         signals more. Change uint64 in API to int64, to reflect what's in
7814         GstSegment.
7815
7816 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7817
7818         * Makefile.am:
7819           Include common/win32.mak for CRLF check of win32 project
7820           files (see #393626).
7821
7822         * configure.ac:
7823           Bump requirements to -base CVS for libgstvideo additions in
7824           glimagesink. Disable glimagesink until the missing files get
7825           checked in.
7826
7827 2007-12-17  David Schleef  <ds@schleef.org>
7828
7829         * sys/glsink/Makefile.am:
7830         * sys/glsink/glimagesink.c:
7831         * sys/glsink/glimagesink.h:
7832         * sys/glsink/glvideo.c:
7833         * sys/glsink/glvideo.h:
7834         * sys/glsink/gstopengl.c:
7835         * sys/glsink/gstglupload.c:
7836           Use new GstVideoFormat checked into -base.  Add new glupload
7837           element to upload raw video into a GLXPixbuf.  Untested.  Will
7838           likely crash your motorcycle if you try it.
7839         * sys/glsink/gstvideo-common.c:
7840         * sys/glsink/gstvideo-common.h:
7841           Remove.
7842
7843 2007-12-17  David Schleef  <ds@schleef.org>
7844
7845         * gst/multifile/gstmultifilesrc.c:
7846         * gst/multifile/gstmultifilesrc.h:
7847           When subsequent files are read, if the file doesn't exist, send
7848           an EOS instead of causing an error.
7849
7850 2007-12-17  Andy Wingo  <wingo@pobox.com>
7851
7852         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7853         a buffer is ignored, not NOT_LINKED. No sense in making a source
7854         element error out; at least fdsrc considers NOT_LINKED to be a
7855         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7856
7857         * gst/switch/gstswitch-marshal.list:
7858         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7859         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7860         (gst_stream_selector_block): Make the block() signal return the
7861         last stop time of the active pad. Patch 10/12.
7862
7863         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7864         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7865         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7866         pad property, not an element property.
7867         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7868         duration, not timestamp. Patch 9/12.
7869
7870         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7871         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7872         cond mechanism instead of blocked pads. Patch 8/12.
7873
7874         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7875
7876         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7877         (gst_selector_pad_chain, gst_stream_selector_init)
7878         (gst_stream_selector_dispose): Add infrastructure for new blocking
7879         mechanism that does not use gst_pad_set_blocked, which does not
7880         work on sink pads. Patch 7/12.
7881
7882         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7883         (gst_stream_selector_get_property): Add last-stop-time readable
7884         property. Patch 6/12.
7885
7886         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7887         state variables.
7888
7889         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7890         (gst_selector_pad_chain): Push any pending stop event.
7891         (gst_stream_selector_set_active_pad)
7892         (gst_stream_selector_set_property): Factor out setting the active
7893         pad to a function. Close the segment of the previous active pad if
7894         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7895         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7896
7897         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7898         the block() signal. This implementation will be replaced in future
7899         patches, however. Patch 4/12.
7900
7901         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7902         vmethod prototypes.
7903
7904         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7905         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7906         vmethod definitions. Patch 3/12.
7907
7908         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7909         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7910         `block' and `switch' signals.
7911
7912         * gst/switch/Makefile.am: 
7913         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7914         marshaller for the `switch' signal. Patch 2/12.
7915
7916         * gst/switch/gstswitch.h: 
7917         * gst/switch/gstswitch.c: Replace with files from
7918         gststreamselector.[ch], registered as the "switch" plugin, with
7919         "GstSwitch" types. Patch 1/12.
7920
7921 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7922
7923         * ext/metadata/TODO:
7924         * ext/metadata/gstmetadatademux.c:
7925         * ext/metadata/metadata.c:
7926         * ext/metadata/metadata.h:
7927         * ext/metadata/metadataparsejpeg.c:
7928         * ext/metadata/metadataparsejpeg.h:
7929         * ext/metadata/metadataparsepng.c:
7930         * ext/metadata/metadataparsepng.h:
7931         * ext/metadata/test/MetadataEditorMain.glade:
7932         * ext/metadata/test/metadata_editor.c:
7933           Added "parse-only" property to metadatademux.
7934
7935 2007-12-16  David Schleef  <ds@schleef.org>
7936
7937         * sys/glsink/glimagesink.c:
7938         * sys/glsink/glimagesink.h:
7939         * sys/glsink/glvideo.c:
7940         * sys/glsink/glvideo.h:
7941           Rename GLVideo* to GstGL*.
7942
7943 2007-12-15  David Schleef  <ds@schleef.org>
7944
7945         * sys/glsink/Makefile.am:
7946         * sys/glsink/glextensions.c:
7947         * sys/glsink/glextensions.h:
7948         * sys/glsink/glvideo.c:
7949           Add vblank synchronization.  Isn't really working on my
7950           driver. :(
7951
7952 2007-12-15  David Schleef  <ds@schleef.org>
7953
7954         * sys/glsink/Makefile.am:
7955         * sys/glsink/glimagesink.c:
7956         * sys/glsink/glvideo.c:
7957         * sys/glsink/glvideo.h:
7958         * sys/glsink/gstvideo-common.c:
7959         * sys/glsink/gstvideo-common.h:
7960           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7961           power-of-2 textures.
7962
7963 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7964
7965         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7966         (gst_video_parse_sink_event):
7967         Free the adapter on dispose and correctly reset on newsegment events.
7968
7969 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7970
7971         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7972         (gst_video_parse_src_event), (gst_video_parse_src_query):
7973         Improve duration query by first asking upstream and if it can't handle
7974         the query try to get the duration in bytes from upstream and convert.
7975         For seeks, try if upstream handles this already first and do our
7976         conversion to byte format only if it doesn't and if we get a
7977         newsegment event in time format keep it and only do our conversions
7978         if the event has another format.
7979
7980 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7981
7982         * gst/videoparse/gstvideoparse.c:
7983         (gst_video_parse_format_get_type),
7984         (gst_video_parse_endianness_get_type),
7985         (gst_video_parse_class_init), (gst_video_parse_init),
7986         (gst_video_parse_set_property), (gst_video_parse_get_property),
7987         (gst_video_parse_format_to_fourcc),
7988         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7989         (gst_video_parse_sink_event):
7990         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7991         downstream elements downstream, not upstream.
7992
7993 2007-12-14  David Schleef  <ds@schleef.org>
7994
7995         * sys/glsink/gstvideo-common.c:
7996         * sys/glsink/gstvideo-common.h:
7997           Pull together some common raw video functions into one location.
7998           This should eventually move to -base.
7999         * sys/glsink/Makefile.am:
8000         * sys/glsink/glimagesink.c:
8001         * sys/glsink/glimagesink.h:
8002         * sys/glsink/glvideo.c:
8003         * sys/glsink/glvideo.h:
8004         * sys/glsink/gstopengl.c:
8005           Use the new video-common.h stuff.  Readd support for RGB video.
8006
8007 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
8008
8009         * ext/metadata/Makefile.am:
8010         * ext/metadata/TODO:
8011         * ext/metadata/gstmetadata.c:
8012         * ext/metadata/gstmetadatacommon.c:
8013         * ext/metadata/gstmetadatacommon.h:
8014         * ext/metadata/gstmetadatademux.c:
8015         * ext/metadata/gstmetadatademux.h:
8016         * ext/metadata/gstmetadatamux.c:
8017         * ext/metadata/gstmetadatamux.h:
8018         * ext/metadata/gstmetadataparse.c:
8019         * ext/metadata/gstmetadataparse.h:
8020         * ext/metadata/metadataexif.c:
8021         * ext/metadata/metadatatags.c:
8022         * ext/metadata/test/metadata_editor.c:
8023           Added new module for common functions. Using GST_TYPE_FRACTION for
8024           Exif (S)Rational types.
8025
8026 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8027
8028         * gst/mpegtsparse/mpegtspacketizer.c:
8029         * gst/mpegtsparse/mpegtspacketizer.h:
8030         Hash streams by pid again. Add a linked list inside each
8031         stream with a list of sub_tables. Fix multiple sections
8032         as it was borked with my last commit.
8033
8034 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
8035
8036         * sys/glsink/Makefile.am: add glvideo.h
8037         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
8038         * gst-plugins-bad.spec.in: add latest plugins
8039
8040 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
8041
8042         * ext/metadata/TODO:
8043         * ext/metadata/gstmetadatamux.c:
8044         * ext/metadata/gstmetadataparse.c:
8045         * ext/metadata/metadata.c:
8046         * ext/metadata/metadata.h:
8047         * ext/metadata/metadataiptc.c:
8048         * ext/metadata/metadatamuxjpeg.c:
8049         * ext/metadata/metadatamuxjpeg.h:
8050         * ext/metadata/metadatamuxpng.c:
8051         * ext/metadata/metadatamuxpng.h:
8052         * ext/metadata/metadataparsejpeg.c:
8053         * ext/metadata/metadataparsejpeg.h:
8054         * ext/metadata/metadataparsepng.c:
8055         * ext/metadata/metadataparsepng.h:
8056         * ext/metadata/metadataparseutil.c:
8057         * ext/metadata/metadataparseutil.h:
8058         * ext/metadata/metadatatypes.h:
8059         * ext/metadata/metadataxmp.c:
8060           Code documentation.
8061
8062 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
8063
8064         * configure.ac:
8065         * ext/metadata/Makefile.am:
8066         * ext/metadata/gstmetadatamux.c:
8067         * ext/metadata/gstmetadataparse.c:
8068         * ext/metadata/metadataexif.c:
8069         * ext/metadata/metadatatags.c:
8070         * ext/metadata/test/Makefile:
8071         * ext/metadata/test/MetadataEditorMain.glade:
8072         * ext/metadata/test/metadata_editor.c:
8073           Added a test application. Added some EXIF tags. Fixed a muxer bug.
8074
8075 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8076
8077         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
8078           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
8079           Implement a query type function for the src pad, implement seeking
8080           and use ANY caps for the sink pad as the element doesn't care what
8081           caps the input has and everything is handled via properties.
8082
8083 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8084
8085         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
8086           (gst_video_parse_sink_event):
8087           Handle -1 values for the CONVERT query too.
8088
8089 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8090
8091         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
8092           Add YV12 to the pad templates as it is supported too and allow
8093           -1 as stop position for NEWSEGMENT events.
8094
8095 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
8096
8097         * gst/videoparse/Makefile.am:
8098           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
8099
8100         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
8101           (gst_video_parse_set_property), (gst_video_parse_get_property):
8102           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
8103           gives a g_critical().
8104
8105 2007-12-12  David Schleef  <ds@schleef.org>
8106
8107         * gst/videoparse/README:
8108         * gst/videoparse/gstvideoparse.c:
8109           Add a bunch of features: handle format specification, handle
8110           queries and conversion.  Works much like a normal parser now.
8111
8112 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8113
8114         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
8115         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
8116         (gst_rtp_pt_demux_change_state):
8117         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
8118         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
8119         (gst_rtp_ssrc_demux_change_state):
8120         Clean up the dynamic pads when going to READY.
8121
8122 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
8123
8124         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
8125         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8126         (gst_rtp_bin_handle_message):
8127         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
8128         (rtp_session_send_bye):
8129         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
8130         Fix some leaks.
8131
8132 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
8133
8134         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
8135           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
8136           (gst_dtsdec_chain):
8137         * ext/dts/gstdtsdec.h:
8138           Add support for "audio/x-private1-dts" as used by flupsparse. Most
8139           changes adapted from a52dec.
8140
8141 2007-12-11  David Schleef  <ds@schleef.org>
8142
8143         * sys/glsink/Makefile.am:
8144         * sys/glsink/glimagesink.c:
8145         * sys/glsink/glvideo.c:
8146         * sys/glsink/glvideo.h:
8147           Split out gl-related code into a separate file with a
8148           sensible API.  Major cleanup.  Still crashes occasionally
8149           due to different threads touching bits at the same time.
8150
8151 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8152
8153         Patch by: Wouter Cloetens <wouter at mind dot be>
8154
8155         * ext/soup/gstsouphttpsrc.c: (_do_init),
8156         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
8157         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
8158         (gst_souphttp_src_get_property), (unicodify),
8159         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
8160         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8161         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8162         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
8163         (soup_got_headers), (soup_got_body), (soup_finished),
8164         (soup_got_chunk), (soup_response), (soup_parse_status),
8165         (gst_souphttp_src_uri_get_type),
8166         (gst_souphttp_src_uri_get_protocols),
8167         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
8168         (gst_souphttp_src_uri_handler_init):
8169         * ext/soup/gstsouphttpsrc.h:
8170         Do not try to unpause I/O in the "queued" state.
8171         Reorganise a bunch of things and cleanups.
8172         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
8173         See #502335.
8174
8175 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
8176
8177         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
8178         Fix caps memleak.
8179
8180 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
8181
8182         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8183           (gst_flv_parse_tag_video):
8184           Don't strdup (and thus leak) codec name strings when passing
8185           them to gst_tag_list_add().
8186
8187 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8188
8189         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
8190         (gst_rtp_bin_handle_message):
8191         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
8192         (on_ssrc_sdes):
8193         Post a message when the SDES infor changes for a source.
8194
8195         * gst/rtpmanager/rtpsession.c:
8196         * gst/rtpmanager/rtpsource.c:
8197         Update some comments.
8198
8199 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8200
8201         Based on patch by: <mutex at runbox dot com>
8202
8203         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
8204         Forward the query upstream, the default element event handler does
8205         something different. Fixes #502879.
8206
8207 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
8208
8209         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
8210         (gst_rtp_bin_class_init):
8211         * gst/rtpmanager/gstrtpbin.h:
8212         * gst/rtpmanager/gstrtpclient.c:
8213         * gst/rtpmanager/gstrtpclient.h:
8214         * gst/rtpmanager/gstrtpjitterbuffer.h:
8215         * gst/rtpmanager/gstrtpmanager.c:
8216         * gst/rtpmanager/gstrtpptdemux.c:
8217         * gst/rtpmanager/gstrtpptdemux.h:
8218         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
8219         (gst_rtp_session_class_init), (gst_rtp_session_init):
8220         * gst/rtpmanager/gstrtpsession.h:
8221         * gst/rtpmanager/gstrtpssrcdemux.c:
8222         * gst/rtpmanager/gstrtpssrcdemux.h:
8223         * gst/rtpmanager/rtpjitterbuffer.c:
8224         * gst/rtpmanager/rtpjitterbuffer.h:
8225         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8226         (on_ssrc_sdes), (rtp_session_process_sdes):
8227         * gst/rtpmanager/rtpsession.h:
8228         * gst/rtpmanager/rtpsource.c:
8229         * gst/rtpmanager/rtpsource.h:
8230         * gst/rtpmanager/rtpstats.c:
8231         * gst/rtpmanager/rtpstats.h:
8232         Add signal to notify of an SDES change.
8233         Fix object type in the signal callbacks.
8234
8235 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8236
8237         * gst/rtpmanager/gstrtpbin.c: (create_session),
8238         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
8239         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
8240         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
8241         * gst/rtpmanager/gstrtpbin.h:
8242         Expose SDES items as properties and configure the session managers with
8243         them.
8244
8245         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8246         (rtp_source_set_property):
8247         Fix SSRC property.
8248
8249 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
8250
8251         * gst/rtpmanager/gstrtpbin.c: (create_session):
8252         * gst/rtpmanager/rtpjitterbuffer.c:
8253         Update comment.
8254
8255         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
8256         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
8257         Define some GObject properties to set SDES and other configuration.
8258
8259         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
8260         (rtp_session_init), (rtp_session_finalize),
8261         (rtp_session_set_property), (rtp_session_get_property),
8262         (on_ssrc_sdes), (rtp_session_set_bandwidth),
8263         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
8264         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
8265         (rtp_session_get_sdes_string), (obtain_source),
8266         (rtp_session_get_internal_source), (rtp_session_process_sdes),
8267         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
8268         (is_rtcp_time):
8269         * gst/rtpmanager/rtpsession.h:
8270         Add signal when new SDES infor has been found for a source.
8271         Create properties for SDES and other info.
8272         Simplify the SDES API.
8273         Add method for getting the internal source object of the session.
8274
8275         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
8276         (rtp_source_finalize), (rtp_source_set_property),
8277         (rtp_source_get_property), (rtp_source_set_callbacks),
8278         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
8279         (rtp_source_is_as_csrc), (rtp_source_is_active),
8280         (rtp_source_is_validated), (rtp_source_is_sender),
8281         (rtp_source_received_bye), (rtp_source_get_bye_reason),
8282         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
8283         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
8284         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
8285         * gst/rtpmanager/rtpsource.h:
8286         Add GObject properties for various things.
8287         Don't leak the bye reason.
8288
8289 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
8290
8291         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8292         (gst_flv_parse_tag_video):
8293         Fix list of supported and known codecs.
8294         Emit tag with the codec name so it gets properly reported in totem and
8295         other applications.
8296
8297 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
8298
8299         * configure.ac:
8300         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
8301
8302 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8303
8304         * gst/equalizer/gstiirequalizer.c:
8305         (gst_iir_equalizer_transform_ip):
8306         Fix compilation.
8307
8308 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8309
8310         * gst/equalizer/gstiirequalizer.c:
8311         (gst_iir_equalizer_transform_ip):
8312         Don't process buffers in passthrough mode.
8313
8314 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8315
8316         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8317         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8318         The transform() methods are not called in passthrough mode so
8319         there's no need for checking if the element is in passthrough mode.
8320
8321 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
8322
8323         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
8324         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
8325         Sync the GObject properties with the controller even in passthrough
8326         mode to get consistent property values.
8327
8328 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
8329
8330         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
8331           Mark crc values table as constant.
8332
8333 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
8334
8335         * ext/metadata/metadataexif.c:
8336         * ext/metadata/metadataiptc.c:
8337         * ext/metadata/metadatatags.c:
8338         * ext/metadata/metadatatags.h:
8339         * ext/metadata/metadataxmp.c:
8340           Added some tags to exif parser.
8341
8342 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8343
8344         * gst/mpegtsparse/mpegtspacketizer.c:
8345         * gst/mpegtsparse/mpegtsparse.c:
8346         A sub table is identified by the pair table_id and 
8347         sub_table_identifier, not by pid. So hash with that.
8348         * sys/dvb/dvbbasebin.c:
8349         Make sure initial pids are added properly to filter,
8350
8351 2007-12-05  Andy Wingo  <wingo@pobox.com>
8352
8353         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
8354         buffers from app thread when unsetting `queue-buffers', it's
8355         dangerous and the chain function will do it for us anyway.
8356
8357 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8358
8359         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
8360         (metadatamux_jpeg_lazy_update):
8361         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
8362         (metadataparse_jpeg_reading):
8363           Now compiles even when libiptc is missing.
8364
8365 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
8366
8367         * ext/metadata/gstmetadatamux.c:
8368         * ext/metadata/gstmetadatamux.h:
8369         * ext/metadata/gstmetadataparse.c:
8370         * ext/metadata/gstmetadataparse.h:
8371         * ext/metadata/metadata.c:
8372         * ext/metadata/metadata.h:
8373         * ext/metadata/metadatamuxjpeg.c:
8374         * ext/metadata/metadatamuxjpeg.h:
8375         * ext/metadata/metadatamuxpng.c:
8376         * ext/metadata/metadatamuxpng.h:
8377           Fixed element properties and now muxer writes to png also.
8378
8379 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8380
8381         * gst/mpegtsparse/Makefile.am:
8382         * gst/mpegtsparse/mpegtspacketizer.c:
8383         * gst/mpegtsparse/mpegtsparse.c:
8384         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
8385         messages.
8386         * sys/dvb/dvbbasebin.c:
8387         Instead of attaching to signals, use the bus messages.
8388         Also fix up so the dvbsrc starts only outputting the info tables
8389         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
8390
8391 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
8392
8393         * ext/metadata/gstmetadatamux.c:
8394         * ext/metadata/gstmetadatamux.h:
8395         * ext/metadata/metadataexif.c:
8396         * ext/metadata/metadataexif.h:
8397         * ext/metadata/metadataiptc.c:
8398         * ext/metadata/metadataiptc.h:
8399         * ext/metadata/metadatamuxjpeg.c:
8400         * ext/metadata/metadataxmp.c:
8401         * ext/metadata/metadataxmp.h:
8402           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
8403           implemets GstTagSetter interface.
8404
8405 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
8406
8407         * gst/librfb/rfbdecoder.c:
8408                 Should fix the 64-bit build
8409
8410 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8411
8412         * ext/metadata/gstmetadatamux.c:
8413         * ext/metadata/gstmetadatamux.h:
8414         * ext/metadata/gstmetadataparse.c:
8415         * ext/metadata/gstmetadataparse.h:
8416         * ext/metadata/metadataexif.c:
8417         * ext/metadata/metadataexif.h:
8418         * ext/metadata/metadataiptc.c:
8419         * ext/metadata/metadataiptc.h:
8420         * ext/metadata/metadatamuxjpeg.c:
8421         * ext/metadata/metadatamuxpng.c:
8422         * ext/metadata/metadataparsejpeg.c:
8423         * ext/metadata/metadataparsepng.c:
8424         * ext/metadata/metadataxmp.c:
8425         * ext/metadata/metadataxmp.h:
8426           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
8427
8428 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8429
8430         * gst/librfb/rfbdecoder.c:
8431         * gst/librfb/rfbdecoder.h:
8432                 Add CoRRE encoding
8433
8434 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8435
8436         * gst/mpegtsparse/mpegtsparse.c:
8437         CRC check the psi pids. CRC checking code relicenced from MPL.
8438         Thanks Fluendo.
8439
8440 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
8441
8442         * ext/metadata/Makefile.am:
8443         * ext/metadata/gstmetadatamux.c:
8444         * ext/metadata/gstmetadatamux.h:
8445         * ext/metadata/gstmetadataparse.c:
8446         * ext/metadata/metadata.c:
8447         * ext/metadata/metadata.h:
8448         * ext/metadata/metadatamuxjpeg.c:
8449         * ext/metadata/metadatamuxjpeg.h:
8450         * ext/metadata/metadatamuxpng.c:
8451         * ext/metadata/metadatamuxpng.h:
8452         * ext/metadata/metadataparsejpeg.c:
8453         * ext/metadata/metadataparsejpeg.h:
8454         * ext/metadata/metadataparsepng.c:
8455         * ext/metadata/metadataparsepng.h:
8456         * ext/metadata/metadatatypes.c:
8457         * ext/metadata/metadatatypes.h:
8458           Fixed get_range bug when injecting and stripping. And mux is almost
8459           done now.
8460
8461 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
8462
8463         * gst/librfb/rfbdecoder.c:
8464                 Use glib macro for swapping
8465
8466 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
8467
8468         * gst/librfb/gstrfbsrc.c:
8469         * gst/librfb/rfbdecoder.c:
8470         * gst/librfb/rfbdecoder.h:
8471                 Disable CopyRect encoding by default
8472                 Add RRE encoding
8473
8474 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8475
8476         Patch by: Wouter Cloetens <wouter at mind dot be>
8477
8478         * configure.ac:
8479         Bump libsoup requirement as libsoup does not support async client
8480         operation prior to version 2.2.104 and it has some leaks.
8481
8482         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
8483         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8484         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
8485         (gst_souphttp_src_start), (gst_souphttp_src_stop),
8486         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
8487         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
8488         (soup_finished), (soup_got_chunk), (soup_response),
8489         (soup_session_close):
8490         * ext/soup/gstsouphttpsrc.h:
8491         Implement unlock().
8492         Picks up the size from the Content-Length header and emit a duration
8493         message.
8494         Don't leak the GMainContext object.
8495         Fixes #500099.
8496
8497 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8498
8499         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8500         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8501         (alsaspdifsink_find_pcm_device):
8502         Don't free uninitialized data when we are in error.
8503
8504 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8505
8506         * ext/metadata/gstmetadatamux.c:
8507         * ext/metadata/gstmetadataparse.c:
8508         * ext/metadata/metadataexif.c:
8509         * ext/metadata/metadataexif.h:
8510         * ext/metadata/metadataiptc.c:
8511         * ext/metadata/metadataiptc.h:
8512         * ext/metadata/metadatatags.c:
8513         * ext/metadata/metadatatags.h:
8514         * ext/metadata/metadataxmp.c:
8515         * ext/metadata/metadataxmp.h:
8516           Sending make and model individual tags and muxer now links fine.
8517
8518 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8519
8520         * ext/metadata/Makefile.am:
8521         * ext/metadata/gstmetadata.c:
8522         * ext/metadata/gstmetadatamux.c:
8523         * ext/metadata/gstmetadatamux.h:
8524         * ext/metadata/gstmetadataparse.c:
8525         * ext/metadata/gstmetadataparse.h:
8526         * ext/metadata/metadata.c:
8527         * ext/metadata/metadata.h:
8528         * ext/metadata/metadataexif.c:
8529         * ext/metadata/metadataexif.h:
8530         * ext/metadata/metadataiptc.c:
8531         * ext/metadata/metadataiptc.h:
8532         * ext/metadata/metadataparse.c:
8533         * ext/metadata/metadataparse.h:
8534         * ext/metadata/metadataparseexif.c:
8535         * ext/metadata/metadataparseexif.h:
8536         * ext/metadata/metadataparseiptc.c:
8537         * ext/metadata/metadataparseiptc.h:
8538         * ext/metadata/metadataparsexmp.c:
8539         * ext/metadata/metadataparsexmp.h:
8540         * ext/metadata/metadatatags.c:
8541         * ext/metadata/metadatatags.h:
8542         * ext/metadata/metadataxmp.c:
8543         * ext/metadata/metadataxmp.h:
8544           Small fixes in get_range and better structure for generic muxer and
8545           demuxer.
8546
8547 2007-11-26  Julien Moutte  <julien@fluendo.com>
8548
8549         * configure.ac: Add QuickTime Wrapper plug-in.
8550         * gst/speexresample/gstspeexresample.c:
8551         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8552         build on Mac OS X Leopard. Incorrect printf format arguments.
8553         * sys/Makefile.am:
8554         * sys/qtwrapper/Makefile.am:
8555         * sys/qtwrapper/audiodecoders.c:
8556         (qtwrapper_audio_decoder_base_init),
8557         (qtwrapper_audio_decoder_class_init),
8558         (qtwrapper_audio_decoder_init),
8559         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8560         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8561         (make_samr_magic_cookie), (open_decoder),
8562         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8563         (qtwrapper_audio_decoder_chain),
8564         (qtwrapper_audio_decoder_sink_event),
8565         (qtwrapper_audio_decoders_register):
8566         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8567         (fourcc_to_caps):
8568         * sys/qtwrapper/codecmapping.h:
8569         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8570         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8571         (image_description_from_codec_data):
8572         * sys/qtwrapper/imagedescription.h:
8573         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8574         (get_output_info_from_component), (dump_avcc_atom),
8575         (dump_image_description), (dump_codec_decompress_params),
8576         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8577         (DestroyAudioBufferList), (AllocateAudioBufferList):
8578         * sys/qtwrapper/qtutils.h:
8579         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8580         * sys/qtwrapper/qtwrapper.h:
8581         * sys/qtwrapper/videodecoders.c:
8582         (qtwrapper_video_decoder_base_init),
8583         (qtwrapper_video_decoder_class_init),
8584         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8585         (fill_image_description), (new_image_description), (close_decoder),
8586         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8587         (decompressCb), (qtwrapper_video_decoder_chain),
8588         (qtwrapper_video_decoder_sink_event),
8589         (qtwrapper_video_decoders_register): Initial import of QuickTime
8590         wrapper jointly developped by Songbird authors (Pioneers of the
8591         Inevitable) and Fluendo.
8592
8593 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8594
8595         * gst/spectrum/gstspectrum.c:
8596           Use dispose and finalize. Dispose can be called multiple times.
8597
8598 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8599
8600         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8601         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8602           Now works when get_range is not available upstream.
8603
8604 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8605
8606         * gst/speexresample/README:
8607         * gst/speexresample/arch.h:
8608         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8609         (resampler_basic_direct_double),
8610         (resampler_basic_interpolate_single),
8611         (resampler_basic_interpolate_double),
8612         (speex_resampler_process_native), (speex_resampler_process_float),
8613         (speex_resampler_process_int),
8614         (speex_resampler_process_interleaved_float),
8615         (speex_resampler_process_interleaved_int),
8616         (speex_resampler_get_input_latency),
8617         (speex_resampler_get_output_latency):
8618         * gst/speexresample/speex_resampler.h:
8619         Update speex resampler to latest SVN. We're now down to only the
8620         changes noted in README again.
8621
8622         * gst/speexresample/speex_resampler_wrapper.h:
8623         * gst/speexresample/gstspeexresample.c:
8624         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8625         Adjust to API changes.
8626
8627 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8628
8629         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8630         (gst_flv_parse_tag_video):
8631         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8632         with gnonlin.
8633
8634 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8635
8636         * ext/dc1394/gstdc1394.c:
8637           Set initial structure name to fix assertion, due to recent caps name
8638           constraints.
8639
8640 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8641
8642         patch by: Alessandro Decina
8643
8644         * gst/mpegtsparse/mpegtspacketizer.c:
8645         * gst/mpegtsparse/mpegtspacketizer.h:
8646         * gst/mpegtsparse/mpegtsparse.c:
8647         * gst/mpegtsparse/mpegtsparse.h:
8648         pat-info is now a signal not a GObject property that
8649         gets notified.
8650         pat-info, pmt-info now instead of passing a GObject as
8651         a parameter, pass a GstStructure.
8652         New signals: nit-info, sdt-info, eit-info for DVB SI information
8653         * sys/dvb/camconditionalaccess.c:
8654         * sys/dvb/camconditionalaccess.h:
8655         * sys/dvb/camdevice.c:
8656         * sys/dvb/camdevice.h:
8657         * sys/dvb/camswclient.c:
8658         * sys/dvb/camswclient.h:
8659         * sys/dvb/camutils.c:
8660         * sys/dvb/camutils.h:
8661         Cam code now uses the pmt GstStructure passed from mpegtsparse
8662         signals rather than the GObject.
8663         * sys/dvb/dvbbasebin.c:
8664         Use new signals in mpegtsparse and use GstStructures as per
8665         mpegtsparse's modified API.
8666         
8667 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8668
8669         * ext/metadata/Makefile.am:
8670         * ext/metadata/gstmetadata.c:
8671         * ext/metadata/gstmetadatamux.c:
8672         * ext/metadata/gstmetadatamux.h:
8673         * ext/metadata/gstmetadataparse.c:
8674         * ext/metadata/gstmetadataparse.h:
8675         * ext/metadata/metadataparse.c:
8676         * ext/metadata/metadataparse.h:
8677         * ext/metadata/metadataparsejpeg.c:
8678         * ext/metadata/metadataparsejpeg.h:
8679         * ext/metadata/metadataparsepng.c:
8680         * ext/metadata/metadataparsepng.h:
8681         * ext/metadata/metadataparsetypes.h:
8682         * ext/metadata/metadatatypes.c:
8683         * ext/metadata/metadatatypes.h:
8684           Now parser is generic (just add/remove a list of chunks). And a
8685           template of muxer has been created.
8686
8687 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8688
8689         * gst/speexresample/gstspeexresample.c:
8690         (gst_speex_resample_update_state):
8691         Only post the latency message if we have a resampler state already.
8692
8693 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8694
8695         * gst/speexresample/gstspeexresample.c:
8696         (gst_speex_resample_update_state):
8697         Also post GST_MESSAGE_LATENCY if the latency changes.
8698
8699 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8700
8701         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8702         (speex_resampler_drain_float), (speex_resampler_drain_int),
8703         (speex_resampler_drain_interleaved_float),
8704         (speex_resampler_drain_interleaved_int):
8705         * gst/speexresample/speex_resampler.h:
8706         * gst/speexresample/speex_resampler_wrapper.h:
8707         Add functions to push the remaining samples and to get the latency
8708         of the resampler. These will get added to Speex SVN in this or a
8709         slightly changed form at some point too and should get merged then
8710         again.
8711
8712         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8713         (gst_speex_resample_init_state),
8714         (gst_speex_resample_transform_size),
8715         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8716         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8717         (gst_speex_resample_query), (gst_speex_resample_query_type):
8718         Drop the prepending zeroes and output the remaining samples on EOS.
8719         Also properly implement the latency query for this. speexresample
8720         should be completely ready for production use now.
8721
8722 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8723
8724         * gst/rtpmanager/gstrtpjitterbuffer.c:
8725         (gst_rtp_jitter_buffer_query):
8726         jitterbuffer can buffer an unlimited amount of time and thus has no
8727         max_latency requirements.
8728
8729 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8730
8731         * gst/speexresample/README:
8732         Add README explaining where the resampling code was taken from
8733         and which changes were done.
8734
8735         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8736         (speex_free):
8737         Use g_malloc() and friends instead of malloc() to achieve higher
8738         portability and define the functions inline.
8739
8740         * gst/speexresample/speex_resampler.h:
8741         Add back some useless preprocessor stuff to keep the diff between
8742         our version and the one from the Speex SVN repository lower.
8743
8744 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8745
8746         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8747         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8748         Post a GST_MESSAGE_LATENCY if the latency changes.
8749
8750 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8751
8752         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8753         Don't try to flush the decoder on EOS when it was not initialized.
8754         Fixes #498667
8755
8756 2007-11-21  Julien Moutte  <julien@fluendo.com>
8757
8758         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8759         on Mac OS X. (missing format parameter)
8760
8761 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8762
8763         * gst/equalizer/gstiirequalizer10bands.c:
8764         * gst/equalizer/gstiirequalizer3bands.c:
8765           Remove preset iface again. We'll re-add this after its been released
8766           in -good.
8767
8768 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8769
8770         * gst/speexresample/gstspeexresample.c:
8771         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8772         Some small cleanup and addition of a TODO item.
8773
8774 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8775
8776         * gst/speexresample/Makefile.am:
8777         Add missing file.
8778
8779 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8780
8781         * docs/plugins/inspect/plugin-app.xml:
8782         * docs/plugins/inspect/plugin-bayer.xml:
8783         * docs/plugins/inspect/plugin-cdaudio.xml:
8784         * docs/plugins/inspect/plugin-dvb.xml:
8785         * docs/plugins/inspect/plugin-dvbsrc.xml:
8786         * docs/plugins/inspect/plugin-dvdspu.xml:
8787         * docs/plugins/inspect/plugin-festival.xml:
8788         * docs/plugins/inspect/plugin-flvdemux.xml:
8789         * docs/plugins/inspect/plugin-gstinterlace.xml:
8790         * docs/plugins/inspect/plugin-interleave.xml:
8791         * docs/plugins/inspect/plugin-ladspa.xml:
8792         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8793         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8794         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8795         * docs/plugins/inspect/plugin-mve.xml:
8796         * docs/plugins/inspect/plugin-nas.xml:
8797         * docs/plugins/inspect/plugin-nuvdemux.xml:
8798         * docs/plugins/inspect/plugin-quicktime.xml:
8799         * docs/plugins/inspect/plugin-real.xml:
8800         * docs/plugins/inspect/plugin-rfbsrc.xml:
8801         * docs/plugins/inspect/plugin-sdp.xml:
8802         * docs/plugins/inspect/plugin-sndfile.xml:
8803         * docs/plugins/inspect/plugin-soup.xml:
8804         * docs/plugins/inspect/plugin-speexresample.xml:
8805         * docs/plugins/inspect/plugin-stereo.xml:
8806         * docs/plugins/inspect/plugin-switch.xml:
8807         * docs/plugins/inspect/plugin-vcdsrc.xml:
8808         * docs/plugins/inspect/plugin-videocrop.xml:
8809         * docs/plugins/inspect/plugin-videoparse.xml:
8810         * docs/plugins/inspect/plugin-vmnc.xml:
8811         * docs/plugins/inspect/plugin-x264.xml:
8812         * docs/plugins/inspect/plugin-y4menc.xml:
8813         Add missing inspection files to CVS.
8814
8815 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8816
8817         * docs/plugins/Makefile.am:
8818         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8819         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8820         * docs/plugins/gst-plugins-bad-plugins.args:
8821         * docs/plugins/gst-plugins-bad-plugins.signals:
8822         * docs/plugins/inspect/plugin-bz2.xml:
8823         * docs/plugins/inspect/plugin-cdxaparse.xml:
8824         * docs/plugins/inspect/plugin-dtsdec.xml:
8825         * docs/plugins/inspect/plugin-equalizer.xml:
8826         * docs/plugins/inspect/plugin-faac.xml:
8827         * docs/plugins/inspect/plugin-faad.xml:
8828         * docs/plugins/inspect/plugin-filter.xml:
8829         * docs/plugins/inspect/plugin-freeze.xml:
8830         * docs/plugins/inspect/plugin-gio.xml:
8831         * docs/plugins/inspect/plugin-gsm.xml:
8832         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8833         * docs/plugins/inspect/plugin-h264parse.xml:
8834         * docs/plugins/inspect/plugin-modplug.xml:
8835         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8836         * docs/plugins/inspect/plugin-musepack.xml:
8837         * docs/plugins/inspect/plugin-musicbrainz.xml:
8838         * docs/plugins/inspect/plugin-nsfdec.xml:
8839         * docs/plugins/inspect/plugin-replaygain.xml:
8840         * docs/plugins/inspect/plugin-soundtouch.xml:
8841         * docs/plugins/inspect/plugin-spcdec.xml:
8842         * docs/plugins/inspect/plugin-spectrum.xml:
8843         * docs/plugins/inspect/plugin-speed.xml:
8844         * docs/plugins/inspect/plugin-tta.xml:
8845         * docs/plugins/inspect/plugin-videosignal.xml:
8846         * docs/plugins/inspect/plugin-xingheader.xml:
8847         * docs/plugins/inspect/plugin-xvid.xml:
8848         * gst/speexresample/gstspeexresample.h:
8849         Add speexresample to the docs and while at that do a make update.
8850
8851 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8852
8853         * gst/speexresample/gstspeexresample.c:
8854         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8855         If the resampler gives less output samples than expected
8856         adjust the output buffer and print a warning.
8857
8858 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8859
8860         * configure.ac:
8861         * gst/speexresample/arch.h:
8862         * gst/speexresample/fixed_generic.h:
8863         * gst/speexresample/gstspeexresample.c:
8864         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8865         (gst_speex_resample_init), (gst_speex_resample_start),
8866         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8867         (gst_speex_resample_transform_caps),
8868         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8869         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8870         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8871         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8872         (gst_speex_resample_process), (gst_speex_resample_transform),
8873         (gst_speex_resample_set_property),
8874         (gst_speex_resample_get_property), (plugin_init):
8875         * gst/speexresample/gstspeexresample.h:
8876         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8877         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8878         (resampler_basic_direct_single), (resampler_basic_direct_double),
8879         (resampler_basic_interpolate_single),
8880         (resampler_basic_interpolate_double), (update_filter),
8881         (speex_resampler_init), (speex_resampler_init_frac),
8882         (speex_resampler_destroy), (speex_resampler_process_native),
8883         (speex_resampler_process_float), (speex_resampler_process_int),
8884         (speex_resampler_process_interleaved_float),
8885         (speex_resampler_process_interleaved_int),
8886         (speex_resampler_set_rate), (speex_resampler_get_rate),
8887         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8888         (speex_resampler_set_quality), (speex_resampler_get_quality),
8889         (speex_resampler_set_input_stride),
8890         (speex_resampler_get_input_stride),
8891         (speex_resampler_set_output_stride),
8892         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8893         (speex_resampler_reset_mem), (speex_resampler_strerror):
8894         * gst/speexresample/speex_resampler.h:
8895         * gst/speexresample/speex_resampler_float.c:
8896         * gst/speexresample/speex_resampler_int.c:
8897         * gst/speexresample/speex_resampler_wrapper.h:
8898         Add resample element based on the Speex resampling algorithm.
8899
8900 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8901
8902         * ext/metadata/gstmetadataparse.c:
8903         * ext/metadata/gstmetadataparse.h:
8904           Fixed buffer strip (safer wil pull and after seek).
8905
8906 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8907
8908         * gst/equalizer/gstiirequalizer10bands.c:
8909         * gst/equalizer/gstiirequalizer3bands.c:
8910           Activate preset iface and upload two presets here.
8911
8912 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8913
8914         * ext/metadata/gstmetadataparse.c:
8915         * ext/metadata/gstmetadataparse.h:
8916           Strip out in pull mode also. Seek and Query functions added.
8917
8918 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8919
8920         * ext/metadata/gstmetadataparse.c:
8921         * ext/metadata/gstmetadataparse.h:
8922         * ext/metadata/metadataparse.c:
8923         * ext/metadata/metadataparse.h:
8924         * ext/metadata/metadataparsejpeg.c:
8925         * ext/metadata/metadataparsejpeg.h:
8926         * ext/metadata/metadataparsepng.c:
8927         * ext/metadata/metadataparsepng.h:
8928         * ext/metadata/metadataparsetypes.h:
8929           Strip out metadata chunks.
8930
8931 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8932
8933         * configure.ac:
8934           Als use AG_GST_PLUGIN_DOCS (see #344039).
8935
8936 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8937
8938         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8939
8940         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8941         (remove_all), (mpegts_packetizer_clear):
8942         Ensure that the plugin does not crash when the property pat-info is
8943         queried before a PAT is available. It also ensures that the PAT info is
8944         cleared when the changing from PLAYING to READY.
8945         Fixes #487892.
8946
8947 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8948
8949         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8950
8951         * ext/soundtouch/gstpitch.cc:
8952         Handle seeking correctly. Fixes #461068.
8953
8954 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8955
8956         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8957
8958         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8959         (alsaspdifsink_get_time), (alsaspdifsink_open),
8960         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8961         Fix sample rate and clocking.
8962         Remove buffer_time and period_time as this seems to break on some
8963         hardware. Fixes #485462.
8964
8965 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8966
8967         Patch by: Wouter Cloetens <wouter at mind dot be>
8968
8969         * configure.ac:
8970         * ext/Makefile.am:
8971         * ext/soup/Makefile.am:
8972         * ext/soup/gstsouphttpsrc.c: (_do_init),
8973         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8974         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8975         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8976         (gst_souphttp_src_create), (gst_souphttp_src_start),
8977         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8978         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8979         (soup_session_close), (plugin_init):
8980         * ext/soup/gstsouphttpsrc.h:
8981         Added HTTP source based on libsoup. Fixes #497020.
8982
8983 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8984
8985         * gst/librfb/gstrfbsrc.c:
8986         don't forget to handle the offset's
8987         * gst/librfb/rfbdecoder.c:
8988         * gst/librfb/rfbdecoder.h:
8989         precalculate some many used values
8990
8991 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8992
8993         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8994         * gst/librfb/gstrfbsrc.c:
8995         Set the timestamp for the output buffers
8996
8997 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8998
8999         * tests/check/elements/spectrum.c: (GST_START_TEST):
9000         Fix spectrum unit test for the latest spectrum changes.
9001
9002 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
9003
9004         Patch by: René Stadler <mail at renestadler dot de>
9005
9006         * gst/replaygain/rganalysis.c: (yule_filter):
9007         Avoid slowdown from denormals when processing near-silence input data.
9008         Spotted by Gabriel Bouvigne. Fixes #494499.
9009
9010 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
9011
9012         * gst/flv/gstflvparse.c:
9013         Add mapping for Nellymoser ASAO audio codec.
9014         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
9015         actually have data to read at the end of the tag. This avoids trying
9016         to allocate negative buffers.
9017
9018 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
9019
9020         * ext/metadata/README:
9021           Added a design proposal from metadata parse and mux.
9022
9023 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9024
9025         * gst/equalizer/demo.c: (draw_spectrum):
9026         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
9027         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
9028         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
9029         Change the meaning of the magnitude values given in the
9030         GstMessages by spectrum to decibel instead of
9031         decibel+threshold.
9032
9033 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9034
9035         * gst/equalizer/gstiirequalizer10bands.c:
9036         * gst/equalizer/gstiirequalizer3bands.c:
9037         * gst/equalizer/gstiirequalizernbands.c:
9038         And continue to update docs. Also include some sample code
9039         for the n-band equalizer in the docs.
9040
9041 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
9042
9043         * gst/equalizer/gstiirequalizer10bands.c:
9044         (gst_iir_equalizer_10bands_class_init):
9045         * gst/equalizer/gstiirequalizer3bands.c:
9046         (gst_iir_equalizer_3bands_class_init):
9047         * gst/equalizer/gstiirequalizernbands.c:
9048         Update docs and property ranges to the real values.
9049
9050 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
9051
9052         * gst/spectrum/gstspectrum.c:
9053         Now do the scaling right for real. Also initialize a previously
9054         uninitialized variable.
9055
9056 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
9057
9058         * ext/metadata/metadataparsexmp.c:
9059         (metadataparse_xmp_tag_list_add),
9060         (metadataparse_xmp_iter_simple_qual),
9061         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
9062         (metadataparse_xmp_iter):
9063           Extracting more detailed info from XMP.
9064
9065 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
9066
9067         * gst/equalizer/demo.c:
9068           Make default volume a bit less. Improve layout by giving more space to
9069           the slider with big-numbers and enable fill.
9070
9071 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9072
9073         * configure.ac:
9074         * tests/check/pipelines/gio.c: (GST_START_TEST):
9075         Require GIO >= 0.1.2 and adjust unit test for an API change.
9076
9077 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9078
9079         * tests/icles/equalizer-test.c: (do_slider_fiddling):
9080         Fix gain ranges for the latest equalizer changes.
9081
9082 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9083
9084         * ext/gio/gstgio.h:
9085         Add macro to check if a stream supports seeking.
9086
9087         * ext/gio/Makefile.am:
9088         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
9089         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
9090         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
9091         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
9092         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
9093         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
9094         (gst_gio_base_sink_set_stream):
9095         * ext/gio/gstgiobasesink.h:
9096         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
9097         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
9098         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
9099         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
9100         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
9101         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
9102         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
9103         * ext/gio/gstgiobasesrc.h:
9104         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
9105         base classes that only require a GInputStream or GOutputStream to
9106         work.
9107
9108         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9109         (gst_gio_sink_class_init), (gst_gio_sink_init),
9110         (gst_gio_sink_finalize), (gst_gio_sink_start):
9111         * ext/gio/gstgiosink.h:
9112         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9113         (gst_gio_src_class_init), (gst_gio_src_init),
9114         (gst_gio_src_finalize), (gst_gio_src_start):
9115         * ext/gio/gstgiosrc.h:
9116         Use the newly created base classes here.
9117
9118         * ext/gio/gstgio.c: (plugin_init):
9119         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
9120         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
9121         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
9122         (gst_gio_stream_sink_get_property):
9123         * ext/gio/gstgiostreamsink.h:
9124         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
9125         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
9126         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
9127         (gst_gio_stream_src_get_property):
9128         * ext/gio/gstgiostreamsrc.h:
9129         Implement GstGioStreamSink and GstGioStreamSrc that have a property
9130         to set the GInputStream/GOutputStream that should be used.
9131
9132         * tests/check/Makefile.am:
9133         * tests/check/pipelines/.cvsignore:
9134         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
9135         (gio_testsuite), (main):
9136         Add unit test for giostreamsrc and giostreamsink.
9137
9138 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
9139
9140         * ext/gio/gstgio.c: (plugin_init):
9141         Remove nowadays unnecessary workaround for a crash.
9142         
9143         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
9144         (gst_gio_sink_start), (gst_gio_sink_stop),
9145         (gst_gio_sink_unlock_stop):
9146         * ext/gio/gstgiosink.h:
9147         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
9148         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
9149         * ext/gio/gstgiosrc.h:
9150         Make the finalize function safer, clean up everything that could stay
9151         around.
9152
9153         Reset the cancellable instead of creating a new one after cancelling
9154         some operation.
9155
9156         Don't store the GFile in the element, it's only necessary for creating
9157         the streams.
9158
9159 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
9160
9161         * gst/spectrum/demo-audiotest.c: (main):
9162         Use autoaudiosink instead of alsasink and use a sine wave.
9163
9164         * gst/spectrum/gstspectrum.c:
9165         Fix the magnitude calculation.
9166
9167 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
9168
9169         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9170
9171         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
9172           (CDshowFakeSink.CDshowFakeSink):
9173         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
9174           Fix crasher in constructor due to the base class's constructor
9175           not necessarily being NULL-safe (depends on the SDK version used
9176           apparently; #492406).
9177
9178         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
9179         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
9180           Fix a couple of MSVC compiler warnings (#492406).
9181
9182 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
9183
9184         * gst/equalizer/demo.c: (main):
9185         * gst/equalizer/gstiirequalizer.c:
9186         (gst_iir_equalizer_band_class_init), (setup_filter):
9187         Allow setting 0 as bandwidth and handle this correctly.
9188         Also handle a bandwidth of rate/2 properly.
9189
9190         * gst/equalizer/gstiirequalizernbands.c:
9191         (gst_iir_equalizer_nbands_class_init):
9192         Make it possible to generate a N-band equalizer with 1 bands. The
9193         previous limit of 2 was caused by a nowadays replaced calculation
9194         doing a division by zero if number of bands was 1.
9195
9196 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
9197
9198         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
9199
9200         * gst/rtpmanager/gstrtpsession.c:
9201           Fix bad function signatures (#492798).
9202
9203 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9204
9205         * ext/metadata/Makefile.am:
9206         * ext/metadata/gstmetadataparse.c:
9207         * ext/metadata/gstmetadataparse.h:
9208         * ext/metadata/metadataparse.c:
9209         * ext/metadata/metadataparse.h:
9210         * ext/metadata/metadataparseexif.c:
9211         * ext/metadata/metadataparseexif.h:
9212         * ext/metadata/metadataparseiptc.c:
9213         * ext/metadata/metadataparseiptc.h:
9214         * ext/metadata/metadataparsejpeg.c:
9215         * ext/metadata/metadataparsejpeg.h:
9216         * ext/metadata/metadataparsepng.c:
9217         * ext/metadata/metadataparsepng.h:
9218         * ext/metadata/metadataparseutil.c:
9219         * ext/metadata/metadataparseutil.h:
9220         * ext/metadata/metadataparsexmp.c:
9221         * ext/metadata/metadataparsexmp.h:
9222           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
9223           the file. 
9224
9225 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
9226
9227         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
9228         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
9229         (gst_metadata_parse_element_activate_src_pull):
9230           Now metadataparse works in push or pull mode.
9231
9232 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
9233
9234         * configure.ac:
9235         * ext/metadata/Makefile.am:
9236         * ext/metadata/metadataparseexif.c:
9237         (metadataparse_exif_tags_register),
9238         (metadataparse_exif_tag_list_add):
9239         * ext/metadata/metadataparseiptc.c:
9240         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
9241         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
9242         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
9243         * ext/metadata/metadataparseutil.c:
9244         (metadataparse_tag_list_add_chunk):
9245         * ext/metadata/metadataparseutil.h:
9246         * ext/metadata/metadataparsexmp.c:
9247         (metadataparse_xmp_tags_register),
9248         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
9249         (metadataparse_xmp_dispose):
9250         * ext/metadata/metadataparsexmp.h:
9251           Some XMP stuff added.
9252
9253 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
9254
9255         * ext/metadata/gstmetadataparse.c:
9256         (gst_metadata_parse_dispose_members),
9257         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
9258         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
9259         (gst_metadata_parse_change_state),
9260         (gst_metadata_parse_plugin_init):
9261         * ext/metadata/gstmetadataparse.h:
9262         * ext/metadata/metadataparseexif.c:
9263         (metadataparse_exif_tags_register),
9264         (metadataparse_exif_tag_list_add),
9265         (exif_data_foreach_content_func),
9266         (exif_content_foreach_entry_func):
9267         * ext/metadata/metadataparseexif.h:
9268         * ext/metadata/metadataparseiptc.c:
9269         (metadataparse_iptc_tags_register),
9270         (metadataparse_tag_list_add_chunk),
9271         (metadataparse_iptc_tag_list_add),
9272         (iptc_data_foreach_dataset_func):
9273         * ext/metadata/metadataparseiptc.h:
9274         * ext/metadata/metadataparsexmp.c:
9275         (metadataparse_xmp_tags_register),
9276         (metadataparse_xmp_tag_list_add):
9277         * ext/metadata/metadataparsexmp.h:
9278           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
9279           in the same way (look at bug #486659).
9280
9281 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9282
9283         * gst/librfb/rfbdecoder.c:
9284                 Some refactoring in RAW encoding
9285
9286 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
9287
9288         * gst/librfb/d3des.h:
9289         * gst/librfb/gstrfbsrc.c:
9290         * gst/librfb/gstrfbsrc.h:
9291         * gst/librfb/rfbbuffer.h:
9292         * gst/librfb/rfbcontext.h:
9293         * gst/librfb/rfbdecoder.c:
9294         * gst/librfb/rfbdecoder.h:
9295         * gst/librfb/rfbutil.h:
9296         * gst/librfb/vncauth.h:
9297                 Added copyrect encoding
9298
9299 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9300
9301         * sys/dvb/camswclient.c:
9302         Warn on failed write.
9303
9304 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9305
9306         * gst/equalizer/Makefile.am:
9307         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
9308         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
9309         (draw_spectrum), (message_handler), (main):
9310         Add small demo application based on the spectrum demo applications
9311         that gets white noise as input, pushes it through an equalizer and
9312         paints the spectrum. For every equalizer band it's possible to set
9313         gain, bandwidth and frequency.
9314         * gst/equalizer/gstiirequalizer.c: (setup_filter):
9315         Add some guarding against too large or too small frequencies and
9316         bandwidths. Also improve debugging a bit.
9317
9318 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
9319
9320         * gst/equalizer/gstiirequalizer.c:
9321         (gst_iir_equalizer_band_set_property),
9322         (gst_iir_equalizer_band_get_property),
9323         (gst_iir_equalizer_band_class_init), (arg_to_scale),
9324         (setup_filter), (gst_iir_equalizer_compute_frequencies):
9325         Replace filters with a bit better filters for which we can actually
9326         find documentation, which don't change anything on zero gain, etc.
9327         
9328         Make the frequency property of the bands writable, rename the
9329         band-width property to bandwidth and change the meaning to the
9330         frequency difference between bandedges, change the meaning of the
9331         gain property to dB instead of a weird scale between -1 and 1 that
9332         has no real meaning.
9333
9334 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
9335
9336         * sys/dvb/dvbbasebin.c:
9337           Fix the build.
9338
9339 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9340
9341         * ext/metadata/.cvsignore:
9342         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
9343         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
9344         (gst_metadata_parse_configure_srccaps),
9345         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
9346         (gst_metadata_parse_plugin_init):
9347         * ext/metadata/metadataparse.c: (metadataparse_parse):
9348         * ext/metadata/metadataparse.h:
9349           Changed kclass to "Parser/Extracter/Metadata", changed caps to
9350           "image/jpeg, tags-extract=true/false" and changed priority to
9351           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
9352           fixed to also work in pull mode.
9353
9354 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
9355
9356         * configure.ac:
9357         * ext/Makefile.am:
9358         * ext/metadata/:
9359         * ext/metadata/Makefile.am:
9360         * ext/metadata/gstmetadata.c:
9361         * ext/metadata/gstmetadataparse.c:
9362         * ext/metadata/gstmetadataparse.h:
9363         * ext/metadata/metadataparse.c:
9364         * ext/metadata/metadataparse.h:
9365         * ext/metadata/metadataparseexif.c:
9366         * ext/metadata/metadataparseexif.h:
9367         * ext/metadata/metadataparseiptc.c:
9368         * ext/metadata/metadataparseiptc.h:
9369         * ext/metadata/metadataparsejpeg.c:
9370         * ext/metadata/metadataparsejpeg.h:
9371         * ext/metadata/metadataparsexmp.c:
9372         * ext/metadata/metadataparsexmp.h:
9373           Created new plugin ('medadata') and element ('metadataparse') that
9374           extract metadata from images (look at bug #486659).
9375
9376 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9377
9378         * sys/dvb/dvbbasebin.c:
9379         Uncomment the line that sets the pid filter. Wrong way to 
9380         work-around driver issues.
9381
9382 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
9385           (gst_faac_class_init), (gst_faac_init):
9386           Fix bitrate ranges and change enum nick for low complexity
9387           profile from LOW to LC for consistency (#490060).
9388
9389 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
9390
9391         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
9392           Let's not call every request pad we create "sink%d", that'll
9393           create problems if there's to be more than one pad. Fixes #490682.
9394
9395         * tests/check/Makefile.am:
9396         * tests/check/elements/.cvsignore:
9397         * tests/check/elements/interleave.c:
9398           Add unit test for the above.
9399
9400 2007-10-27  Julien MOUTTE  <julien@moutte.net>
9401
9402         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
9403         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
9404         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
9405         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
9406         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
9407         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
9408         (plugin_init):
9409         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
9410         damaging headers using a simple state machine.
9411
9412 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9413
9414         * ext/x264/gstx264enc.c:
9415           Fix build against the libx264 version that ships with debian stable.
9416
9417 2007-10-26  Julien MOUTTE  <julien@moutte.net>
9418
9419         * configure.ac:
9420         * gst/mpeg4videoparse/Makefile.am:
9421         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
9422         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
9423         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
9424         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
9425         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
9426         (gst_mpeg4vparse_init), (plugin_init):
9427         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
9428         parser.
9429
9430 2007-10-25  David Schleef  <ds@schleef.org>
9431
9432         * gst/multifile/Makefile.am:
9433         * gst/multifile/gstmultifilesink.c:
9434         * gst/multifile/gstmultifilesrc.c:
9435         * tests/check/Makefile.am:
9436         * tests/check/elements/multifile.c:
9437           Improve documentation, write some tests for multifilesrc/sink
9438           for upcoming ->good review.
9439
9440 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9441
9442         * sys/dvb/gstdvbsrc.c:
9443         Actually use the code-rate-hp parameter for DVB-S.
9444         It turns out setting to AUTO does not always work (
9445         especially in diseq situations). Set by default to 
9446         FEC_AUTO.
9447
9448 2007-10-22  Julien MOUTTE  <julien@moutte.net>
9449
9450         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9451         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
9452         emit no-more-pads for single pad scenarios as the header
9453         is definitely not reliable. We emit them for 2 pads scenarios
9454         though to speed up media discovery.
9455
9456 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9457
9458         * sys/dvb/dvbbasebin.c:
9459         Added proxy property of diseqc-source
9460
9461 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9462
9463         * gst/equalizer/gstiirequalizer.c:
9464         (gst_iir_equalizer_band_set_property):
9465         Add a missing break.
9466
9467 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
9468
9469         * gst/equalizer/gstiirequalizer.c:
9470         (gst_iir_equalizer_band_set_property),
9471         (gst_iir_equalizer_band_get_property),
9472         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
9473         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
9474         (setup_filter), (gst_iir_equalizer_setup):
9475         * gst/equalizer/gstiirequalizer.h:
9476         Move bandwidth property to the separate bands and add float64 support.
9477
9478 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9479
9480         * ext/cdaudio/Makefile.am:
9481           Add another missing GST_LIBS.
9482
9483 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9484
9485         Patch by: Richard Hult <richard imendio com>
9486
9487         * gst/dvdspu/Makefile.am:
9488           Fix LIBS - we need to link against libgstreamer (fixes #487496).
9489
9490 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         * sys/dvb/camapplication.c:
9493         * sys/dvb/camresourcemanager.c:
9494           Fix some warnings.
9495
9496 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9497
9498         * gst/librfb/rfbdecoder.c:
9499           Add the set encodings client message
9500
9501 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9502
9503         * gst/librfb/Makefile.am:
9504         * gst/librfb/rfb.h:
9505         * gst/librfb/rfbbytestream.c:
9506         * gst/librfb/rfbbytestream.h:
9507         * gst/librfb/rfbdecoder.c:
9508         * gst/librfb/rfbdecoder.h:
9509           Remove the rfbbytestream dead code
9510
9511 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9512
9513         patch by: Alessandro Decina
9514
9515         * sys/dvb/Makefile.am:
9516         * sys/dvb/cam.c:
9517         * sys/dvb/cam.h:
9518         * sys/dvb/camapplication.c:
9519         * sys/dvb/camapplication.h:
9520         * sys/dvb/camapplicationinfo.c:
9521         * sys/dvb/camapplicationinfo.h:
9522         * sys/dvb/camconditionalaccess.c:
9523         * sys/dvb/camconditionalaccess.h:
9524         * sys/dvb/camdevice.c:
9525         * sys/dvb/camdevice.h:
9526         * sys/dvb/camresourcemanager.c:
9527         * sys/dvb/camresourcemanager.h:
9528         * sys/dvb/camsession.c:
9529         * sys/dvb/camsession.h:
9530         * sys/dvb/camswclient.c:
9531         * sys/dvb/camswclient.h:
9532         * sys/dvb/camtransport.c:
9533         * sys/dvb/camtransport.h:
9534         * sys/dvb/camutils.c:
9535         * sys/dvb/camutils.h:
9536         * sys/dvb/dvbbasebin.c:
9537         * sys/dvb/dvbbasebin.h:
9538         * sys/dvb/gstdvb.c:
9539         * sys/dvb/gstdvbsrc.c:
9540         * sys/dvb/gstdvbsrc.h:
9541         Integrate SoC work done by Alessandro for the Freevo project.
9542         Adds cam support to the dvb stack in GStreamer and a new
9543         element (actually a bin) called dvbbasebin that integrates
9544         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9545         acquiring multiple channels on same transponder without 
9546         knowing pid numbers.
9547
9548 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9549
9550         patch by: Alessandro Decina
9551
9552         * gst/mpegtsparse/mpegtspacketizer.c:
9553         * gst/mpegtsparse/mpegtsparse.c:
9554         * gst/mpegtsparse/mpegtsparse.h:
9555         Add request pad for getting the full transport stream coming in.
9556
9557 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9558
9559         * configure.ac:
9560           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9561           No code changes are required to work with the newest neon version.
9562
9563 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9564
9565         * configure.ac:
9566           Require core CVS.  This is implicit in the -base CVS
9567           requirement already, so we might just well spell it
9568           out.  Also, we do need at least 0.10.14 for
9569           gst_element_class_set_details_simple().  Make check
9570           for gmyth a bit more restrictive so things don't break
9571           if the next version changes API.
9572
9573         * ext/alsaspdif/alsaspdifsink.c:
9574           Work around alsa alloca macros triggering 'always evaluates to
9575           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9576           Also don't leak the device string.
9577
9578         * ext/mpeg2enc/gstmpeg2enc.cc:
9579         * ext/soundtouch/gstpitch.cc:
9580         * gst/modplug/gstmodplug.cc:
9581           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9582           define fix from core CVS). Fixes #462737.
9583
9584 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9585
9586         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9587
9588         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9589         (gst_rtp_bin_class_init):
9590         Fix memleak. Fixes #484990.
9591
9592 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9593
9594         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9595         * gst/librfb/rfbbuffer.h:
9596         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9597         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9598         * gst/nsf/nes6502.c: (nes6502_execute):
9599         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9600         * gst/real/gstrealvideodec.c: (open_library):
9601         * gst/real/gstrealvideodec.h:
9602         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9603         (create_recv_rtcp_sink), (create_send_rtp_sink):
9604         Fix compiler warnings shown by Forte.
9605
9606 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9607
9608         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9609         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9610         Fix caps refcounting for payload maps.
9611         When clearing payload maps, also clear sessions and streams payload
9612         maps.
9613
9614         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9615         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9616         (find_pad_for_pt):
9617         Implement clearing the payload map.
9618
9619         * gst/rtpmanager/gstrtpsession.c:
9620         (gst_rtp_session_event_send_rtp_sink):
9621         Forward flush events instead of leaking them.
9622
9623         * gst/rtpmanager/gstrtpssrcdemux.c:
9624         (gst_rtp_ssrc_demux_rtcp_sink_event):
9625         Correctly refcount events before pushing them.
9626
9627 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9628
9629         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9630         Use GIO function to get a list of supported URI schemes instead of
9631         hard coding something.
9632
9633 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9634
9635         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9636         When reconsidering RTCP timeouts, set the next timeout against the last
9637         report time instead of the current clock time so that we don't end up
9638         reconsidering forever.
9639
9640 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9641
9642         * gst/rtpmanager/gstrtpjitterbuffer.c:
9643         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9644         Only peek at the tail element instead of popping it off, which allows
9645         us to greatly simplify things when the tail element changes.
9646
9647         * gst/rtpmanager/gstrtpsession.c:
9648         (gst_rtp_session_event_recv_rtp_sink):
9649         * gst/rtpmanager/gstrtpssrcdemux.c:
9650         (gst_rtp_ssrc_demux_sink_event):
9651         Forward FLUSH events instead of leaking them.
9652
9653         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9654         (calculate_skew), (rtp_jitter_buffer_insert):
9655         * gst/rtpmanager/rtpjitterbuffer.h:
9656         Remove the tail-changed callback in favour of a simple boolean when we
9657         insert a buffer in the queue.
9658         Add method to peek the tail of the buffer.
9659
9660 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9661
9662         Patch by: Gautier Portet <kassoulet at gmail dot com>
9663
9664         * gst/xingheader/gstxingmux.c:
9665         The size of the Xing header is actually 417 as it's rounded to the
9666         next smaller integer. Fixes #397759.
9667
9668         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9669         (xing_push_header):
9670         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9671         event to the beginning was successful before pushing the header again.
9672
9673 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9674
9675         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9676
9677         * gst/mpegtsparse/mpegtspacketizer.c:
9678         (mpegts_packetizer_stream_new):
9679         Don't skip PAT with version number 0. Fixes #483400.
9680         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9681         Make all values above 0 mark a referenced program as they can be
9682         incremented and only 1 had marked a referenced program before, causing
9683         actually referenced programs to be unreferenced.
9684
9685 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9686
9687         * gst/sdp/gstsdpdemux.h:
9688         Change signature of pt to fix compilation on some platforms.
9689
9690 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9691
9692         * gst/rtpmanager/gstrtpjitterbuffer.c:
9693         (gst_rtp_jitter_buffer_flush_start),
9694         (gst_rtp_jitter_buffer_flush_stop),
9695         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9696         (gst_rtp_jitter_buffer_loop):
9697         Remove some old unused variables.
9698         Don't add the latency to the skew corrected timestamp, latency is only
9699         used to sync against the clock.
9700         Improve debugging.
9701
9702         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9703         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9704         * gst/rtpmanager/rtpjitterbuffer.h:
9705         Handle case where server timestamp goes backwards or wildly jumps by
9706         temporarily pausing the skew correction.
9707         Improve debugging.
9708
9709 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9710
9711         * gst/sdp/Makefile.am:
9712         Forgot to commit makefile.
9713
9714 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9715
9716         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9717         Update to API changes in GIO.
9718
9719 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9720
9721         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9722         Use new function in -base to get the default clock-rate.
9723
9724 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9725
9726         * configure.ac:
9727         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9728         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9729         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9730         (gst_sdp_demux_get_property), (find_stream_by_id),
9731         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9732         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9733         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9734         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9735         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9736         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9737         (gst_sdp_demux_stream_configure_udp),
9738         (gst_sdp_demux_stream_configure_udp_sink),
9739         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9740         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9741         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9742         (gst_sdp_demux_change_state):
9743         * gst/sdp/gstsdpdemux.h:
9744         * gst/sdp/gstsdpelem.c: (plugin_init):
9745         Added SDP demuxer element. Fixes #426657.
9746
9747 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9748
9749         Patch by: mutex at runbox dot com
9750
9751         * gst/mpegtsparse/mpegtspacketizer.c:
9752         (mpegts_packetizer_parse_adaptation_field_control):
9753         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9754         (mpegts_parse_init), (mpegts_parse_push):
9755         * gst/mpegtsparse/mpegtsparse.h:
9756         Remove useless src pad that only results in not linked errors,
9757         fix a broken pointer dereference and make MAX_CONTINUITY constant
9758         conform to the standard to stop outputting corrupted data.
9759         Fixes #481276, #481279.
9760
9761 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9762
9763         * ext/mythtv/gstmythtvsrc.c:
9764           Re-apply docs patch from #468039; fix tab.
9765
9766         * gst/mpegtsparse/.cvsignore:
9767           Ignore marshaller files generated at build time.
9768
9769 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9770
9771         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9772         (gst_gio_sink_set_property), (gst_gio_sink_render):
9773         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9774         (gst_gio_src_set_property):
9775         Some minor cleanup and allow setting the location only when the
9776         element is not playing or paused.
9777
9778 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9779
9780         * configure.ac:
9781         Update gio's pkg-config file name as currently in SVN.
9782
9783         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9784         Remove special casing for a NULL query string. g_strjoin won't add
9785         the separator if there's only one string.
9786
9787 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9788
9789         * gst/rtpmanager/gstrtpbin.c: (free_client):
9790         Fix crasher in dispose.
9791
9792         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9793         Handle cases where input buffers have no timestamps so that no clock
9794         skew can be calculated, in this case interpolate timestamps based on
9795         rtp timestamp and assume a 0 clock skew.
9796
9797 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9798
9799         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9800         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9801         Remove jitter correction code, it's now in the lower level object.
9802         Use new -core method for doing a peer query.
9803
9804         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9805         (calculate_skew), (rtp_jitter_buffer_insert):
9806         * gst/rtpmanager/rtpjitterbuffer.h:
9807         Move jitter correction to the lowlevel jitterbuffer.
9808         Increase the max window size.
9809         When filling the window, already start estimating the skew using a
9810         parabolic weighting factor so that we have a much better startup
9811         behaviour that gets more accurate with the more samples we have.
9812         Increase the default weighting factor for the steady state to get
9813         smoother timestamps.
9814
9815 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9816
9817         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9818         (gst_neonhttp_src_send_request_and_redirect):
9819         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9820         compatibility stuff. Also fix the default location.
9821
9822 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9823
9824         * configure.ac:
9825         We require libneon >= 26 now for the query field in ne_uri.
9826
9827 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9828
9829         Patch by: Wouter Cloetens <wouter@mind.be>
9830
9831         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9832         (gst_neonhttp_src_set_location),
9833         (gst_neonhttp_src_send_request_and_redirect):
9834         * ext/neon/gstneonhttpsrc.h:
9835         Don't discard GET parameters from URL if existing.
9836         Fixes #481200.
9837
9838 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9839
9840         * gst/librfb/gstrfbsrc.c:
9841         * gst/librfb/gstrfbsrc.h:
9842                 Added a property for incremental screen updates
9843
9844 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9845
9846         * ext/xvid/gstxvidenc.c:
9847         * ext/xvid/gstxvidenc.h:
9848           Remove superfluous 'frame-encoded' signal (people can
9849           use an upstream identity's 'handoff' signal or a pad
9850           probe for this if they must know).
9851
9852 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9853
9854         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9855         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9856         was not detected correctly in all cases.
9857
9858 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9859
9860         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9861         (gst_rtp_bin_finalize):
9862         Fix cleanup crasher.
9863
9864         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9865         (calculate_skew):
9866         * gst/rtpmanager/rtpjitterbuffer.h:
9867         Dynamically adjust the skew calculation window so that we calculate it
9868         over a period of around 2 seconds.
9869
9870 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9871
9872         * gst/librfb/gstrfbsrc.c:
9873                 fix bug from generic/states.gdb
9874
9875 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9876
9877         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9878         (gst_flv_parse_tag_video): codec_data is needed for every tag
9879         not just the first one. (Fix a stupid bug i introduced without
9880         testing)
9881
9882 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9883
9884         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9885         (gst_flv_parse_tag_video): Fix bit masks operations to be
9886         sure we detect the codec_tags and sample rates correctly.
9887         Fix raw audio caps generation.
9888
9889 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9890
9891         * ext/audioresample/gstaudioresample.c:
9892         * ext/x264/gstx264enc.c:
9893         * gst/dvdspu/gstdvdspu.c:
9894         * gst/dvdspu/gstdvdspu.h:
9895         * gst/festival/gstfestival.c:
9896         * gst/h264parse/gsth264parse.c:
9897         * gst/mpegtsparse/mpegtspacketizer.c:
9898         * gst/mpegtsparse/mpegtsparse.c:
9899         * gst/multifile/gstmultifilesink.c:
9900         * gst/multifile/gstmultifilesrc.c:
9901         * gst/nuvdemux/gstnuvdemux.c:
9902         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9903         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9904         * sys/vcd/vcdsrc.c:
9905           Massive leak fixing, plus code cleanups.
9906
9907 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9908
9909         * po/LINGUAS:
9910           Added translations.
9911
9912 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9913
9914         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9915
9916         * po/pl.po:
9917           Added Polish translation.
9918
9919 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9920
9921         translated by: Ilkka Tuohela <hile@iki.fi>
9922
9923         * po/fi.po:
9924           Added Finnish translation.
9925
9926 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9927
9928         translated by: Jorge González González <aloriel@gmail.com>
9929
9930         * po/es.po:
9931           Added Spanish translation.
9932
9933 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9934
9935         translated by: Alexander Shopov <ash@contact.bg>
9936
9937         * po/bg.po:
9938           Added Bulgarian translation.
9939
9940 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9941
9942         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9943         Update hierarchy.
9944         * ext/gio/gstgiosink.h:
9945         * ext/gio/gstgiosrc.h:
9946         Mark private fields of the instance structs private.
9947
9948 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9949
9950         * docs/plugins/Makefile.am:
9951         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9952         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9953         * docs/plugins/gst-plugins-bad-plugins.args:
9954         * docs/plugins/gst-plugins-bad-plugins.signals:
9955         * docs/plugins/inspect/plugin-bz2.xml:
9956         * docs/plugins/inspect/plugin-cdxaparse.xml:
9957         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9958         * docs/plugins/inspect/plugin-dtsdec.xml:
9959         * docs/plugins/inspect/plugin-equalizer.xml:
9960         * docs/plugins/inspect/plugin-faac.xml:
9961         * docs/plugins/inspect/plugin-faad.xml:
9962         * docs/plugins/inspect/plugin-filter.xml:
9963         * docs/plugins/inspect/plugin-freeze.xml:
9964         * docs/plugins/inspect/plugin-gio.xml:
9965         * docs/plugins/inspect/plugin-gsm.xml:
9966         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9967         * docs/plugins/inspect/plugin-h264parse.xml:
9968         * docs/plugins/inspect/plugin-modplug.xml:
9969         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9970         * docs/plugins/inspect/plugin-musepack.xml:
9971         * docs/plugins/inspect/plugin-musicbrainz.xml:
9972         * docs/plugins/inspect/plugin-nsfdec.xml:
9973         * docs/plugins/inspect/plugin-replaygain.xml:
9974         * docs/plugins/inspect/plugin-soundtouch.xml:
9975         * docs/plugins/inspect/plugin-spcdec.xml:
9976         * docs/plugins/inspect/plugin-spectrum.xml:
9977         * docs/plugins/inspect/plugin-speed.xml:
9978         * docs/plugins/inspect/plugin-tta.xml:
9979         * docs/plugins/inspect/plugin-videosignal.xml:
9980         * docs/plugins/inspect/plugin-xingheader.xml:
9981         * docs/plugins/inspect/plugin-xvid.xml:
9982         Add the GIO plugin to the docs and do a make update
9983         while doing that.
9984
9985         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9986         Fix a small memleak.
9987
9988 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9989
9990         Patch by: René Stadler <mail at renestadler dot de>
9991
9992         * configure.ac:
9993         * ext/Makefile.am:
9994         * ext/gio/Makefile.am:
9995         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9996         (gst_gio_get_supported_protocols),
9997         (gst_gio_uri_handler_get_type_sink),
9998         (gst_gio_uri_handler_get_type_src),
9999         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
10000         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
10001         (gst_gio_uri_handler_do_init), (plugin_init):
10002         * ext/gio/gstgio.h:
10003         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
10004         (gst_gio_sink_class_init), (gst_gio_sink_init),
10005         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
10006         (gst_gio_sink_get_property), (gst_gio_sink_start),
10007         (gst_gio_sink_stop), (gst_gio_sink_unlock),
10008         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
10009         (gst_gio_sink_render), (gst_gio_sink_query):
10010         * ext/gio/gstgiosink.h:
10011         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
10012         (gst_gio_src_class_init), (gst_gio_src_init),
10013         (gst_gio_src_finalize), (gst_gio_src_set_property),
10014         (gst_gio_src_get_property), (gst_gio_src_start),
10015         (gst_gio_src_stop), (gst_gio_src_get_size),
10016         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
10017         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
10018         (gst_gio_src_create):
10019         * ext/gio/gstgiosrc.h:
10020         Add a GIO/GVFS plugin with source and sink elements. This will
10021         only be enabled when --enable-experimental is given to configure
10022         for now as the GIO API is not stable yet. Fixes #476916.
10023
10024 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
10025
10026         * gst/librfb/gstrfbsrc.c:
10027         * gst/librfb/rfbdecoder.c:
10028         * gst/librfb/rfbdecoder.h:
10029                 Added offset-x, offset-y, width and height property
10030                 for selecting a region from the screen
10031
10032 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
10033
10034         * gst/librfb/gstrfbsrc.c:
10035                 Minimum raw encoding is working now
10036         * gst/librfb/rfbdecoder.c:
10037                 fix address while reading from stream
10038
10039 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
10040
10041         * gst/librfb/gstrfbsrc.c:
10042                 raw encoding is working, but it looks like the 
10043                 ffmpegcolorspace plugin can't handle high resolutions
10044
10045 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
10046
10047         * gst/librfb/gstrfbsrc.c:
10048                 bpp, depth and endianness are now set from the
10049                 stream.
10050
10051 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10052
10053         * examples/app/appsrc_ex.c: (main):
10054         Fix compilation after changing the name of a method.
10055
10056 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
10057
10058         * ext/alsaspdif/alsaspdifsink.c:
10059         * ext/timidity/gsttimidity.c:
10060         * ext/timidity/gstwildmidi.c:
10061         * gst/mpegvideoparse/mpegvideoparse.c:
10062           Fix memory leaks. More to come.
10063
10064         * tests/check/Makefile.am:
10065         * tests/check/generic/states.c:
10066           Improved state change unit test.        
10067
10068 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10069
10070         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
10071         (gst_rtp_bin_class_init):
10072         * gst/rtpmanager/gstrtpbin.h:
10073         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
10074         (gst_rtp_session_class_init), (gst_rtp_session_init),
10075         (gst_rtp_session_event_send_rtp_sink):
10076         * gst/rtpmanager/gstrtpsession.h:
10077         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
10078         (on_ssrc_active), (rtp_session_process_rb):
10079         * gst/rtpmanager/rtpsession.h:
10080         Add notification of active SSRCs to various RTP elements. Fixes #478566.
10081
10082 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
10083
10084         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
10085         (gst_app_sink_class_init), (gst_app_sink_init),
10086         (gst_app_sink_dispose), (gst_app_sink_finalize),
10087         (gst_app_sink_set_property), (gst_app_sink_get_property),
10088         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10089         (gst_app_sink_event), (gst_app_sink_getcaps),
10090         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
10091         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
10092         (gst_app_sink_pull_buffer):
10093         * gst-libs/gst/app/gstappsink.h:
10094         Add properties, signals and actions to access the element even without
10095         linking to the library.
10096         Fix some method names and signatures.
10097
10098 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10099
10100         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10101
10102         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
10103         (gst_faad_srcgetcaps), (gst_faad_update_caps):
10104         Don't set channel positions on regular mono and stereo cases.
10105         Fixes #476370.
10106
10107 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10108
10109         * gst/librfb/gstrfbsrc.c:
10110         * gst/librfb/rfbdecoder.c:
10111         * gst/librfb/rfbdecoder.h:
10112                 It is now possible to connect to a vncserver.
10113                 there are still some issues with the ouput of 
10114                 the screen. Looks like some lines are confused
10115
10116 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
10117
10118         * docs/plugins/.cvsignore:
10119         * tests/check/.cvsignore:
10120           Ignore registries in any format.
10121
10122 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
10123
10124         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10125         (open_library), (gst_real_video_dec_init),
10126         (gst_real_video_dec_set_property),
10127         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10128         * gst/real/gstrealvideodec.h:
10129         Don't generate an error for occasional decoding errors.
10130         Add max-errors property.
10131         Error out when we receive max-errors in a row. Fixes #478159.
10132
10133 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10134
10135         * gst/librfb/gstrfbsrc.c: 
10136                 Add password property (write only)
10137         * gst/librfb/rfbdecoder.c: 
10138                 Read the reason on failure
10139                 Use the password property for authentication
10140         * gst/librfb/rfbdecoder.h:
10141                 Add defines for version checking
10142
10143 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
10144
10145         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
10146         (gst_dfbsurface_class_init):
10147         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
10148         chain up to the parent class to free everything, including caps.
10149
10150 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
10151
10152         * gst/librfb/Makefile.am:
10153         * gst/librfb/d3des.c:
10154         * gst/librfb/d3des.h:
10155         * gst/librfb/rfbdecoder.c:
10156         * gst/librfb/vncauth.c:
10157         * gst/librfb/vncauth.h:
10158         VNC Authentication should be working now
10159         temperaly with fake password 'testtest'
10160
10161 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
10162
10163         * gst/librfb/rfbdecoder.c:
10164         * gst/librfb/rfbdecoder.h:
10165         Added some documentation about security handling
10166         start implementing security handling for rfb 3.3
10167
10168 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10169
10170         * gst/spectrum/demo-audiotest.c:
10171         * gst/spectrum/demo-osssrc.c:
10172           Handling window resize.
10173
10174 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
10175
10176         * ChangeLog:
10177           Add missing newline.
10178
10179         * gst/librfb/rfbdecoder.c:
10180           Fix the build (missing stdlib.h).
10181
10182         * gst/spectrum/gstspectrum.c:
10183         * gst/spectrum/gstspectrum.h:
10184           Use basetransform segment so that it is correctly managed on flushes
10185           and start/stop. Report message timestamp as stream time, which is what
10186           an application can understand. (Yes these are adapted from wim recent
10187           level element changes)
10188
10189 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10190
10191         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
10192         Link to the right pads regardless of which one was created first in the
10193         ssrc demuxer.
10194
10195         * gst/rtpmanager/gstrtpjitterbuffer.c:
10196         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
10197         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
10198         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
10199         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
10200         Improve debugging.
10201
10202         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10203         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
10204         (gst_rtp_ssrc_demux_sink_event),
10205         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10206         (gst_rtp_ssrc_demux_rtcp_chain),
10207         (gst_rtp_ssrc_demux_internal_links):
10208         * gst/rtpmanager/gstrtpssrcdemux.h:
10209         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
10210
10211 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10212
10213         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
10214         (gst_rtp_bin_get_property):
10215         Use lock to protect variable.
10216
10217         * gst/rtpmanager/gstrtpjitterbuffer.c:
10218         (gst_rtp_jitter_buffer_class_init),
10219         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
10220         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
10221         Reconstruct GST timestamp from RTP timestamps based on measured clock
10222         skew and sync offset.
10223
10224         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
10225         (rtp_jitter_buffer_set_tail_changed),
10226         (rtp_jitter_buffer_set_clock_rate),
10227         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
10228         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
10229         * gst/rtpmanager/rtpjitterbuffer.h:
10230         Measure clock skew.
10231         Add callback to be notfied when a new packet was inserted at the tail.
10232
10233         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10234         (calculate_jitter), (rtp_source_send_rtp):
10235         * gst/rtpmanager/rtpsource.h:
10236         Remove clock skew detection, it's move to the jitterbuffer now.
10237
10238 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
10239
10240         Patch by: Daniel Charles <dcharles at ti dot com>
10241
10242         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
10243         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
10244         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
10245         * ext/amrwb/gstamrwbenc.h:
10246         Add property to control bandmode. Fixes #477306.
10247
10248 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
10249
10250         * gst/rtpmanager/gstrtpbin.c: (create_session):
10251         Also set NTP base time on new sessions.
10252
10253         * gst/rtpmanager/gstrtpjitterbuffer.c:
10254         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
10255         (gst_rtp_jitter_buffer_set_property),
10256         (gst_rtp_jitter_buffer_get_property):
10257         Use the right lock to protect our variables.
10258         Fix some comment.
10259
10260         * gst/rtpmanager/gstrtpsession.c:
10261         (gst_rtp_session_getcaps_send_rtp),
10262         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
10263         Implement getcaps on the sender sinkpad so that payloaders can negotiate
10264         the right SSRC.
10265
10266 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10267
10268         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
10269         (get_client), (free_client), (gst_rtp_bin_associate),
10270         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
10271         (gst_rtp_bin_finalize):
10272         * gst/rtpmanager/gstrtpjitterbuffer.c:
10273         (gst_rtp_jitter_buffer_class_init),
10274         (gst_rtp_jitter_buffer_finalize):
10275         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
10276         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
10277         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
10278         (gst_rtp_session_chain_send_rtp):
10279         * gst/rtpmanager/gstrtpssrcdemux.c:
10280         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
10281         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
10282         * gst/rtpmanager/rtpsession.h:
10283         Various leak fixes.
10284
10285 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
10286
10287         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
10288         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
10289         Calculate and configure the NTP base time so that we can generate better
10290         NTP times in SR packets.
10291         Set caps on new ghostpad.
10292
10293         * gst/rtpmanager/gstrtpjitterbuffer.c:
10294         (gst_rtp_jitter_buffer_loop):
10295         Clean debug statement.
10296
10297         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10298         (gst_rtp_session_init), (gst_rtp_session_set_property),
10299         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10300         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
10301         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
10302         (gst_rtp_session_event_send_rtp_sink),
10303         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10304         (create_send_rtp_sink):
10305         * gst/rtpmanager/gstrtpsession.h:
10306         Add ntp-ns-base property to convert running_time to NTP time.
10307         Handle NEWSEGMENT events on send and recv RTP pads so that we can
10308         calculate the running time and thus NTP time of the packets.
10309         Simplify getting the current NTP time using the pipeline clock.
10310         Implement internal links functions.
10311         Use the buffer timestamp to calculate the NTP time instead of the clock.
10312
10313         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
10314         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10315         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
10316         (gst_rtp_ssrc_demux_internal_links),
10317         (gst_rtp_ssrc_demux_src_query):
10318         * gst/rtpmanager/gstrtpssrcdemux.h:
10319         Implement internal links function.
10320         Calculate the diff between different streams, this might be used later
10321         to get the inter stream latency.
10322
10323         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
10324         Simple cleanup.
10325
10326         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10327         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
10328         Make the clock skew window a little bigger.
10329         Apply the clock skew to all buffers, not just one with a new timestamp.
10330         Calculate and debug sender clock drift.
10331         Use extended last timestamp to interpolate for SR reports.
10332
10333 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         Patch by: Peter Kjellerstedt  <pkj at axis com>
10336
10337         * gst-libs/gst/app/gstappsink.c:
10338         * gst/flv/gstflvdemux.c:
10339         * gst/flv/gstflvparse.c:
10340         * gst/interleave/deinterleave.c:
10341         * gst/switch/gstswitch.c:
10342           Printf format fixes (#476128).
10343
10344 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10345
10346         Patch by: Thomas Green  <tom78999 gmail com>
10347
10348         * ext/neon/gstneonhttpsrc.c:
10349           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
10350           flag if we want ICY streams to be handled too, otherwise
10351           libneon will error out with a 'can't parse reponse' error.
10352           Fixes #474696.
10353
10354         * tests/check/elements/neonhttpsrc.c:
10355           Unit test for the above by Yours Truly.
10356
10357 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
10358
10359         * configure.ac:
10360           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
10361           xvid configure checks, so they still work when cross-compiling.
10362           Fixes #452009.
10363
10364 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
10365
10366         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
10367         (gst_spectrum_transform_ip):
10368         Use the correct parameter order for the memset calls.
10369         Thanks to Christian Schaller for noticing.
10370
10371 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
10372
10373         * gst/mpegtsparse/mpegtsparse.c:
10374           Fix the build (missing stdlib.h).
10375
10376 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10377
10378         * gst/spectrum/fix_fft.c:
10379         Remove fixed point FFT as it's not used anymore.
10380
10381 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
10382
10383         * configure.ac:
10384         * gst/spectrum/Makefile.am:
10385         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
10386         (message_handler), (main):
10387         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
10388         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
10389         (gst_spectrum_class_init), (gst_spectrum_init),
10390         (gst_spectrum_dispose), (gst_spectrum_set_property),
10391         (gst_spectrum_get_property), (gst_spectrum_start),
10392         (gst_spectrum_setup), (gst_spectrum_message_new),
10393         (gst_spectrum_transform_ip):
10394         * gst/spectrum/gstspectrum.h:
10395         Port GstSpectrum to GstAudioFilter and libgstfft, add support
10396         for int32, float and double, use floats for the message contents,
10397         average all FFTs done in one interval for better results, use
10398         a better windowing function, allow posting the phase in the message
10399         and actually do an FFT with the requested number of bands instead
10400         of interpolating.
10401
10402         * tests/check/elements/spectrum.c: (GST_START_TEST),
10403         (spectrum_suite):
10404         Improve the units tests by checking for a 11025Hz sine wave
10405         and add unit tests for all 4 supported sample types.
10406
10407 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
10408
10409         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10410         (gst_real_video_dec_setcaps):
10411         Add some more debugging.
10412         Don't set LONG for width/height in caps.
10413         Set correct output buffer size when caps changed.
10414         The custom message sent to the decoder should not include the format and
10415         subformat. Fixes #471554.
10416
10417 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
10418
10419         * gst/rtpmanager/gstrtpsession.c:
10420           Make compiler happy: fix compilation with -Wall -Werror
10421           (#473562).
10422
10423 2007-09-03  Johan Dahlin  <johan@gnome.org>
10424
10425         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
10426         * gst/nsf/gstnsf.h:
10427         Add support for (very) basic tagging.
10428         
10429 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
10430
10431         * gst/rtpmanager/gstrtpbin-marshal.list:
10432         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
10433         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
10434         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
10435         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
10436         * gst/rtpmanager/gstrtpbin.h:
10437         Updated example pipelines in docs.
10438         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
10439         Set the default latency correctly.
10440         Add some more points where we can get caps.
10441
10442         * gst/rtpmanager/gstrtpjitterbuffer.c:
10443         (gst_rtp_jitter_buffer_class_init),
10444         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
10445         (gst_rtp_jitter_buffer_query),
10446         (gst_rtp_jitter_buffer_set_property),
10447         (gst_rtp_jitter_buffer_get_property):
10448         Add ts-offset property to control timestamping.
10449
10450         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10451         (gst_rtp_session_init), (gst_rtp_session_set_property),
10452         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
10453         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
10454         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
10455         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
10456         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
10457         (gst_rtp_session_event_send_rtp_sink),
10458         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
10459         (create_recv_rtcp_sink), (create_send_rtp_sink),
10460         (create_send_rtcp_src):
10461         Various cleanups.
10462         Feed rtpsession manager with NTP time based on pipeline clock when
10463         handling RTP packets and RTCP timeouts.
10464         Perform all RTCP with the system clock.
10465         Set caps on RTCP outgoing buffers.
10466
10467         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
10468         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
10469         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
10470         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
10471         (gst_rtp_ssrc_demux_rtcp_chain):
10472         * gst/rtpmanager/gstrtpssrcdemux.h:
10473         Also demux RTCP messages.
10474
10475         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
10476         (update_arrival_stats), (rtp_session_process_rtp),
10477         (rtp_session_process_rb), (rtp_session_process_sr),
10478         (rtp_session_process_rr), (rtp_session_process_rtcp),
10479         (rtp_session_send_rtp), (rtp_session_send_bye),
10480         (session_start_rtcp), (session_report_blocks), (session_cleanup),
10481         (rtp_session_on_timeout):
10482         * gst/rtpmanager/rtpsession.h:
10483         Remove the get_time callback, the GStreamer part will feed us with
10484         enough timing information.
10485         Split sync timing and RTCP timing information.
10486         Factor out common RB handling for SR and RR.
10487         Send out SR RTCP packets for lip-sync.
10488         Move SR and RR packet info generation to the source.
10489
10490         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10491         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10492         (rtp_source_process_rtp), (rtp_source_send_rtp),
10493         (rtp_source_process_sr), (rtp_source_process_rb),
10494         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10495         (rtp_source_get_last_sr):
10496         * gst/rtpmanager/rtpsource.h:
10497         * gst/rtpmanager/rtpstats.h:
10498         Use caps on incomming buffers to get timing information when they are
10499         there.
10500         Calculate clock scew of the receiver compared to the sender and adjust
10501         the rtp timestamps.
10502         Calculate the round trip in sources.
10503         Do SR and RR calculations in the source.
10504
10505 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10506
10507         * configure.ac:
10508         updated gmyth version
10509
10510         * ext/mythtv/gstmythtvsrc.c:
10511         * ext/mythtv/gstmythtvsrc.h:
10512         Code rewrite
10513
10514 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10515
10516         * gst/rtpmanager/gstrtpjitterbuffer.c:
10517         (gst_rtp_jitter_buffer_flush_stop),
10518         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10519         Use extended timestamp to release buffers from the jitterbuffer so that
10520         we can handle the rtp wraparound correctly.
10521
10522 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10523
10524         * gst/rtpmanager/gstrtpjitterbuffer.c:
10525         (gst_rtp_jitter_buffer_loop):
10526         Improve Comments.
10527
10528         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10529         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10530         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10531         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10532         (create_send_rtp_sink):
10533         Also parse the sink caps for clock-rate instead of only relying on the
10534         result of the signal.
10535
10536         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10537         Make sure we fetch the clock rate for payloads we are sending out so
10538         that we can use it for SR reports.
10539
10540 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10541
10542         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10543         If all information is known at time of setting start-time
10544         property, send new segments then.
10545
10546 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10547
10548         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10549         (gst_rtp_session_change_state),
10550         (gst_rtp_session_event_send_rtp_sink):
10551         * gst/rtpmanager/gstrtpsession.h:
10552         Distribute synchronisation parameters to the session manager so that it
10553         can generate correct SR packets for lip-sync.
10554
10555         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10556         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10557         * gst/rtpmanager/rtpsession.h:
10558         Add methods for setting sync parameters.
10559         Set correct RTP time in SR packets using the sync params.
10560
10561         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10562         * gst/rtpmanager/rtpsource.h:
10563         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10564         to RTP timestamps in SR packets.
10565
10566 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10567
10568         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10569         Add some more advanced example pipelines.
10570
10571         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10572         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10573         Add some debug and FIXME.
10574         Release LOCK when performing session cleanup.
10575
10576         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10577         Add some debug.
10578
10579         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10580         (rtp_source_send_rtp):
10581         Make sure we always send RTP packets with the session SSRC.
10582
10583 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10584
10585         * gst/dvdspu/gstdvdspu.c:
10586           Don't need this include (fixes compilation in uninstalled setup).
10587
10588 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10589
10590         * gst/rtpmanager/gstrtpjitterbuffer.c:
10591         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10592         (gst_rtp_jitter_buffer_query):
10593         When synchronizing buffers, take peer latency into account.
10594         Don't try to add our latency to invalid peer max latency values.
10595
10596 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10597
10598         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10599         Make sure we initialize the seek result.
10600
10601 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10602
10603         * gst/dvdspu/Makefile.am:
10604         Commit the makefile too.
10605
10606 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10607
10608         * configure.ac:
10609         * gst/dvdspu/.cvsignore:
10610         * gst/dvdspu/Notes.txt:
10611         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10612         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10613         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10614         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10615         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10616         (gstdvdspu_render_spu):
10617         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10618         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10619         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10620         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10621         (dvdspu_video_event), (dvdspu_video_chain),
10622         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10623         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10624         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10625         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10626         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10627         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10628         (dvdspu_subpic_event), (dvdspu_change_state),
10629         (gstdvdspu_plugin_init):
10630         * gst/dvdspu/gstdvdspu.h:
10631
10632         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10633         Unit, decoding and overlaying DVD subtitles and menu graphics.
10634
10635         * gst/mpeg2sub/.cvsignore:
10636         * gst/mpeg2sub/Makefile.am:
10637         * gst/mpeg2sub/Notes.txt:
10638         * gst/mpeg2sub/gstmpeg2subt.c:
10639         * gst/mpeg2sub/gstmpeg2subt.h:
10640         * gst/mpeg2sub/mpeg2subt.vcproj:
10641         Delete old and broken mpeg2subt element that was never ported from 0.8
10642
10643 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10644
10645         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10646         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10647         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10648         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10649         (gst_flv_demux_src_event): Remove some useless ifdef.
10650
10651 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10652
10653         * examples/switch/switcher.c (main):
10654         * gst/switch/gstswitch.c (gst_switch_chain):
10655         Make switch more reliable and also not lock up when
10656         sink pad caps change.
10657
10658 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10659
10660         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10661         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10662         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10663         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10664         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10665         seeking in push mode.
10666         * gst/flv/gstflvdemux.h:
10667
10668 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10669
10670         * gst/mpegtsparse/flutspatinfo.c:
10671         * gst/mpegtsparse/flutspatinfo.h:
10672         * gst/mpegtsparse/flutspmtinfo.c:
10673         * gst/mpegtsparse/flutspmtinfo.h:
10674         Update licences to reflect LGPL-ness of these files also.
10675
10676 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10679         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10680         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10681         * docs/plugins/gst-plugins-bad-plugins.signals:
10682         * gst/rtpmanager/gstrtpbin.c:
10683         * gst/rtpmanager/gstrtpbin.h:
10684         * gst/rtpmanager/gstrtpclient.c:
10685         * gst/rtpmanager/gstrtpclient.h:
10686         * gst/rtpmanager/gstrtpjitterbuffer.c:
10687         * gst/rtpmanager/gstrtpjitterbuffer.h:
10688         * gst/rtpmanager/gstrtpptdemux.c:
10689         * gst/rtpmanager/gstrtpptdemux.h:
10690         * gst/rtpmanager/gstrtpsession.c:
10691         * gst/rtpmanager/gstrtpsession.h:
10692         * gst/rtpmanager/gstrtpssrcdemux.c:
10693         * gst/rtpmanager/gstrtpssrcdemux.h:
10694           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10695           registers a GType that's different than the GstRTPFoo types that
10696           farsight registers (luckily GType names are case sensitive). Should
10697           finally fix #430664.
10698
10699 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10700
10701         * configure.ac:
10702         * win32/common/config.h:
10703         * win32/common/config.h.in:
10704           Automatically generate win32/common/config.h via configure (this
10705           ensures the win32 version of config.h is up-to-date when a release
10706           is made, #433373). config.h.in file might need some more work.
10707
10708 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10711
10712         * configure.ac:
10713         * gst/festival/Makefile.am:
10714         * gst/festival/gstfestival.c:
10715           Port festival plugin to GStreamer-0.10 (#461377).
10716
10717 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10718
10719         * ext/faad/gstfaad.c: (gst_faad_chain):
10720         Don't unref the buffer when it was clipped.
10721
10722 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10723
10724         * ext/faad/gstfaad.c: (gst_faad_chain):
10725         Don't unref the buffer when it was clipped.
10726
10727 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10728
10729         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10730         (gst_flv_demux_pull_tag):
10731         * gst/flv/gstflvdemux.h:
10732         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10733         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10734         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10735         metadata tags like ASF does. Fluendo muxer supports this and 
10736         Flash players can support it as well this way.
10737
10738 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10739
10740         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10741         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10742         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10743         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10744         index if no times object was parsed. Fix the way we decide to push
10745         tags and emit no-more-pads. Fix some printf typing in debugging.
10746
10747 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10748
10749         * gst/rtpmanager/gstrtpjitterbuffer.c:
10750         (gst_rtp_jitter_buffer_chain),
10751         (gst_rtp_jitter_buffer_set_property):
10752         When drop-on-latency is set but we have no latency configured, just push
10753         the buffer as fast as possible.
10754         Fix typo in comment.
10755
10756 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10757
10758         * gst/rtpmanager/rtpjitterbuffer.c:
10759         (rtp_jitter_buffer_get_ts_diff):
10760         * gst/rtpmanager/rtpjitterbuffer.h:
10761         Fix undefined overflow prone ts_diff handling.
10762
10763 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10764
10765         * gst/modplug/gstmodplug.cc:
10766         Fix compiler warning.
10767
10768 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10769
10770         * gst/modplug/gstmodplug.cc:
10771           Don't use NULL caps for srcpad is not yet connected.
10772
10773 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10774
10775         * configure.ac:
10776         * gst/mpegtsparse/Makefile.am:
10777         * gst/mpegtsparse/flutspatinfo.c:
10778         * gst/mpegtsparse/flutspatinfo.h:
10779         * gst/mpegtsparse/flutspmtinfo.c:
10780         * gst/mpegtsparse/flutspmtinfo.h:
10781         * gst/mpegtsparse/flutspmtstreaminfo.c:
10782         * gst/mpegtsparse/flutspmtstreaminfo.h:
10783         * gst/mpegtsparse/mpegtspacketizer.c:
10784         * gst/mpegtsparse/mpegtspacketizer.h:
10785         * gst/mpegtsparse/mpegtsparse.c:
10786         * gst/mpegtsparse/mpegtsparse.h:
10787         * gst/mpegtsparse/mpegtsparsemarshal.list:
10788         Add mpeg transport stream parser written by:
10789         Alessandro Decina. Includes a couple of files from the
10790         Fluendo transport stream demuxer that Fluendo have 
10791         kindly allowed to be licenced under LGPL also.
10792
10793 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10794
10795         Patch by: Bastien Nocera  <hadess at hadess net>
10796
10797         * ext/mythtv/gstmythtvsrc.c:
10798           Add examples for live mythtv:// URIs to docs (#468039).
10799           Also convert some tabs into spaces.
10800
10801 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10802
10803         * gst/filter/gstbpwsinc.c:
10804         * gst/filter/gstlpwsinc.c:
10805         Add small comparision with the chebyshev filters in the docs.
10806
10807 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10808
10809         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10810         (bpwsinc_suite):
10811         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10812         (lpwsinc_suite):
10813         Also test everything in 32 bit float mode.
10814
10815 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10816
10817         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10818         (bpwsinc_set_property), (bpwsinc_get_property):
10819         * gst/filter/gstbpwsinc.h:
10820         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10821         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10822         (lpwsinc_get_property):
10823         * gst/filter/gstlpwsinc.h:
10824         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10825         Use generator macros for the process functions for the different
10826         sample types, add lower upper boundaries for the GObject properties
10827         so automatically generated UIs can use sliders and change frequency
10828         properties to floats to save a bit of memory, even ints would in
10829         theory be enough. Also rename frequency to cutoff for consistency
10830         reasons.
10831         * docs/plugins/gst-plugins-bad-plugins.args:
10832         * docs/plugins/gst-plugins-bad-plugins.signals:
10833         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10834         Regenerated for the above changes.
10835
10836 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10837
10838         * ext/amrwb/gstamrwbparse.c:
10839           Don't leak the adapter.
10840
10841 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10842
10843         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10844         (gst_bpwsinc_init), (process_32), (process_64),
10845         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10846         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10847         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10848         * gst/filter/gstbpwsinc.h:
10849         Implement latency query and only forward those samples downstream
10850         that actually contain the data we want, i.e. drop kernel_length/2
10851         in the beginning and append kernel_length/2 (created by convolving
10852         the filter kernel with zeroes) to the end.
10853
10854         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10855         Adjust the unit test for this slightly changed behaviour.
10856
10857         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10858         Reset residue length only when actually creating a residue.
10859
10860 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10861
10862         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10863         Override the preroll vmethod instead of overriding the render method
10864         twice.
10865
10866 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10867
10868         * gst/rtpmanager/gstrtpjitterbuffer.c:
10869         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10870         (gst_rtp_jitter_buffer_loop):
10871         Fix EOS handling.
10872         Convert some DEBUG into WARNINGs.
10873         Pause task when flushing.
10874
10875         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10876         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10877         Use system clock for RTCP session management timeouts.
10878
10879         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10880         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10881         Release the session lock when emiting signals.
10882
10883 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10884
10885         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10886         (gst_faad_chanpos_to_gst):
10887         Add some debug info.
10888
10889 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10890
10891         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10892         (gst_lpwsinc_init), (process_32), (process_64),
10893         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10894         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10895         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10896         * gst/filter/gstlpwsinc.h:
10897         Implement latency query and only forward those samples downstream
10898         that actually contain the data we want, i.e. drop kernel_length/2
10899         in the beginning and append kernel_length/2 (created by convolving
10900         the filter kernel with zeroes) to the end.
10901         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10902         Adjust the unit test for this slightly changed behaviour.
10903
10904 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10905
10906         * ext/ladspa/gstladspa.c:
10907           Don't leak like hell.
10908
10909 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10910
10911         * tests/check/Makefile.am:
10912         * tests/check/generic/.cvsignore:
10913         * tests/check/generic/states.c:
10914           Add generic state-change test suite to help to fi leaks.
10915
10916 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10917
10918         * ext/timidity/gstwildmidi.c:
10919         * ext/timidity/gstwildmidi.h:
10920           Look harder for a config. Based on patch by Hans de Goede.
10921           Fixes #456912
10922
10923 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10924
10925         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10926         Don't use new API.
10927
10928 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10929
10930         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10931         (gst_app_sink_class_init), (gst_app_sink_dispose),
10932         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10933         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10934         (gst_app_sink_render), (gst_app_sink_get_caps),
10935         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10936         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10937         * gst-libs/gst/app/gstappsink.h:
10938         Make love to appsink.
10939         Make it support pulling of the preroll buffer.
10940         Add docs and debug statements.
10941         Fix some races wrt to EOS handling and stopping.
10942         Implement getcaps.
10943         Implement FLUSHING.
10944         API: gst_app_sink_pull_preroll()
10945
10946 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10947
10948         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10949         (gst_flv_demux_get_index):
10950         Fix locking and refcounting on the index.
10951
10952 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10953
10954         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10955         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10956         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10957         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10958         (gst_flv_demux_src_event), (gst_flv_demux_query),
10959         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10960         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10961         (gst_flv_demux_class_init): First method for seeking in pull
10962         mode using the index built step by step or coming from metadata.
10963         * gst/flv/gstflvdemux.h:
10964         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10965         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10966         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10967         more metadata types and keyframes index.
10968
10969 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10970
10971         * docs/plugins/Makefile.am:
10972         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10973         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10974         * docs/plugins/gst-plugins-bad-plugins.args:
10975         * docs/plugins/gst-plugins-bad-plugins.signals:
10976         * docs/plugins/inspect/plugin-bz2.xml:
10977         * docs/plugins/inspect/plugin-cdxaparse.xml:
10978         * docs/plugins/inspect/plugin-dtsdec.xml:
10979         * docs/plugins/inspect/plugin-faac.xml:
10980         * docs/plugins/inspect/plugin-faad.xml:
10981         * docs/plugins/inspect/plugin-filter.xml:
10982         * docs/plugins/inspect/plugin-freeze.xml:
10983         * docs/plugins/inspect/plugin-gsm.xml:
10984         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10985         * docs/plugins/inspect/plugin-h264parse.xml:
10986         * docs/plugins/inspect/plugin-modplug.xml:
10987         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10988         * docs/plugins/inspect/plugin-musepack.xml:
10989         * docs/plugins/inspect/plugin-musicbrainz.xml:
10990         * docs/plugins/inspect/plugin-nsfdec.xml:
10991         * docs/plugins/inspect/plugin-replaygain.xml:
10992         * docs/plugins/inspect/plugin-soundtouch.xml:
10993         * docs/plugins/inspect/plugin-spcdec.xml:
10994         * docs/plugins/inspect/plugin-spectrum.xml:
10995         * docs/plugins/inspect/plugin-speed.xml:
10996         * docs/plugins/inspect/plugin-tta.xml:
10997         * docs/plugins/inspect/plugin-videosignal.xml:
10998         * docs/plugins/inspect/plugin-xingheader.xml:
10999         * docs/plugins/inspect/plugin-xvid.xml:
11000         * gst/filter/gstbpwsinc.c:
11001         * gst/filter/gstbpwsinc.h:
11002         * gst/filter/gstlpwsinc.c:
11003         * gst/filter/gstlpwsinc.h:
11004         Add docs for lpwsinc and bpwsinc and integrate them
11005         into the build system. While doing that also update
11006         all other docs via make update in docs/plugins.
11007
11008 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
11009
11010         * gst/rtpmanager/rtpjitterbuffer.c:
11011           Include stdlib.
11012
11013 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11014
11015         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
11016         Make one test constraint a bit stricter.
11017
11018 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11019
11020         * tests/check/Makefile.am:
11021         * tests/check/elements/.cvsignore:
11022         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
11023         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
11024         Add unit tests for bpwsinc, testing fundamental functionality again.
11025
11026 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11027
11028         * tests/check/Makefile.am:
11029         * tests/check/elements/.cvsignore:
11030         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
11031         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
11032         Add unit tests for lpwsinc, testing fundamental functionality.
11033
11034 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11035
11036         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
11037         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
11038         Improve debugging a bit.
11039
11040 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
11041
11042         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
11043         (bpwsinc_start):
11044         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11045         (lpwsinc_start):
11046         Reset the residue in BaseTransform::start to get a clean residue
11047         on stream changes.
11048
11049 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
11050
11051         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
11052         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
11053         Fix processing with buffer sizes that are smaller than the filter
11054         kernel size.
11055
11056 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
11057
11058         * gst/rtpmanager/Makefile.am:
11059         * gst/rtpmanager/async_jitter_queue.c:
11060         * gst/rtpmanager/async_jitter_queue.h:
11061         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
11062         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
11063         (rtp_jitter_buffer_new), (compare_seqnum),
11064         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
11065         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
11066         (rtp_jitter_buffer_get_ts_diff):
11067         * gst/rtpmanager/rtpjitterbuffer.h:
11068         Remove complicated async queue and replace with more simple jitterbuffer
11069         code while also fixing some bugs.
11070
11071         * gst/rtpmanager/gstrtpbin-marshal.list:
11072         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
11073         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
11074         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
11075         (create_send_rtp):
11076         * gst/rtpmanager/gstrtpbin.h:
11077         * gst/rtpmanager/gstrtpjitterbuffer.c:
11078         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
11079         (gst_jitter_buffer_sink_parse_caps),
11080         (gst_rtp_jitter_buffer_flush_start),
11081         (gst_rtp_jitter_buffer_flush_stop),
11082         (gst_rtp_jitter_buffer_change_state),
11083         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
11084         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
11085         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
11086         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
11087         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
11088         (gst_rtp_session_init):
11089         * gst/rtpmanager/gstrtpsession.h:
11090         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
11091         Use new jitterbuffer code.
11092         Expose some new signals in preparation for handling EOS.
11093
11094 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11095
11096         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
11097         Fix a segfault with more than one channel and don't rebuild
11098         the kernel & residue with every buffer.
11099
11100 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11101
11102         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
11103         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
11104         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
11105         (bpwsinc_get_property):
11106         * gst/filter/gstbpwsinc.h:
11107         Add support for a bandreject mode and allow specifying the window
11108         function that should be used.
11109         * gst/filter/gstlpwsinc.c:
11110         And another small formatting fix.
11111
11112 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11113
11114         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
11115         (gst_bpwsinc_init), (process_32), (process_64),
11116         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
11117         (bpwsinc_transform), (bpwsinc_set_property),
11118         (bpwsinc_get_property):
11119         * gst/filter/gstbpwsinc.h:
11120         Apply the same changes to the bandpass filter:
11121          - Support double input
11122          - Fix processing for input with >1 channels
11123          - Specify frequency in Hz
11124          - Specify actual filter kernel length
11125          - Use transform instead of transform_ip as we're working
11126            out of place anyway
11127          - Factor out filter kernel generation and update the filter
11128            kernel when the properties are set
11129         Fix bandpass filter kernel generation to actually generate
11130         a bandpass filter by creating a highpass instead of a second
11131         lowpass.
11132         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
11133         Small formatting fix.
11134
11135 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11136
11137         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
11138         (gst_lpwsinc_init), (process_32), (process_64),
11139         (lpwsinc_build_kernel), (lpwsinc_set_property),
11140         (lpwsinc_get_property):
11141         * gst/filter/gstlpwsinc.h:
11142         Specify the actual filter length instead of a weird
11143         2N+1. Setting the property will round to the next odd number.
11144         Also remove now obsolete FIXMEs.
11145
11146 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11147
11148         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
11149         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
11150         (lpwsinc_build_kernel), (lpwsinc_set_property),
11151         (lpwsinc_get_property):
11152         * gst/filter/gstlpwsinc.h:
11153         Allow choosing between hamming and blackman window. The blackman
11154         window provides a better stopband attenuation but a bit slower
11155         rolloff.
11156
11157 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11158
11159         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
11160         (gst_lpwsinc_class_init), (process_32), (process_64),
11161         (lpwsinc_build_kernel), (lpwsinc_set_property),
11162         (lpwsinc_get_property):
11163         * gst/filter/gstlpwsinc.h:
11164         Add a highpass mode.
11165
11166 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
11167
11168         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
11169         (lpwsinc_build_kernel):
11170         Fix processing if the input has more than one channel.
11171
11172 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11173
11174         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11175         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
11176         (bpwsinc_set_property), (bpwsinc_get_property):
11177         "this" is a C++ keyword, use "self" instead.
11178         Add TODOs and FIXMEs and remove two wrong FIXMEs.
11179         * gst/filter/gstlpwsinc.c:
11180         Add FIXMEs and a new TODO.
11181
11182 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11183
11184         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11185         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
11186         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
11187         (lpwsinc_get_unit_size), (lpwsinc_transform),
11188         (lpwsinc_set_property), (lpwsinc_get_property):
11189         * gst/filter/gstlpwsinc.h:
11190         Add double support, replace "this" with "self" as the former
11191         is a C++ keyword.
11192         Implement the frequency property in Hz instead of fraction
11193         of sampling frequency.
11194         Remove some unecessary FIXMEs and add some TODOs, add some
11195         required locking and refactor the kernel generation into a
11196         separate function that is also called when the properties
11197         change now.
11198         And use BaseTransform::transform instead of transform_ip
11199         as the convolution is done out of place anyway. Should
11200         be done in place later.
11201
11202 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
11203
11204         * configure.ac:
11205         * gst/stereo/Makefile.am:
11206         * gst/stereo/gststereo.c: (gst_stereo_base_init),
11207         (gst_stereo_class_init), (gst_stereo_init),
11208         (gst_stereo_transform_ip), (gst_stereo_set_property),
11209         (gst_stereo_get_property):
11210         * gst/stereo/gststereo.h:
11211         Port the stereo element to GStreamer 0.10.
11212
11213 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11214
11215         submitted by: Raphael Higino <phhigino@gmail.com>
11216
11217         * po/LINGUAS:
11218         * po/pt_BR.po:
11219           Added Portuguese (Brazilian) translation.
11220
11221 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11222
11223         * po/uk.po:
11224         * po/vi.po:
11225           Updated translations.
11226
11227 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
11228
11229         * gst/filter/Makefile.am:
11230         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
11231         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
11232         (gst_bpwsinc_init), (bpwsinc_setup):
11233         * gst/filter/gstbpwsinc.h:
11234         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
11235         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
11236         (gst_lpwsinc_init), (lpwsinc_setup):
11237         * gst/filter/gstlpwsinc.h:
11238         Use GstAudioFilter as base class and don't leak the memory
11239         of the filter kernel and residue.
11240
11241 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
11242
11243         Patch by: Josep Torra Valles <josep@fluendo.com>
11244
11245         * docs/plugins/gst-plugins-bad-plugins.args:
11246         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
11247         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
11248         * ext/libmms/gstmms.h:
11249         Add connection speed property to libmms. Fixes #464678.
11250
11251 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11252
11253         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11254         (gst_real_video_dec_activate_push), (open_library),
11255         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
11256         * gst/real/gstrealvideodec.h:
11257         Remove some old unused vars.
11258
11259 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
11260
11261         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11262         Small cleanups.
11263
11264         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
11265         (open_library):
11266         Remove fragment and timestamp correction code from the decoder to make
11267         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
11268
11269 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11270
11271         * po/POTFILES.skip:
11272           Add POTFILES.skip with list of source files that aren't disted at the
11273           moment but contain translatable strings. Should hopefully pacify
11274           broken tools and make it clearer that these files are left out
11275           intentionally (#461601 and others).
11276
11277 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
11278
11279         Patch by: Ian Munro  <imunro at netspace net au>
11280
11281         * gst/bayer/gstbayer2rgb.c:
11282           Include our own "_stdint.h" instead of <stdint.h> (which may not
11283           be available).
11284
11285         * gst/speed/gstspeed.h:
11286           Native HP-UX compiler dosn't seem to like enum typedefs before the
11287           actual enum was defined.
11288
11289         * gst/vmnc/vmncdec.c:
11290           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
11291
11292 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
11293
11294         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
11295         Use the proper context variable when setting the password !
11296         LOG => WARNING for errors.
11297         Give proper path when opening the codec (needs a '/' at the end).
11298
11299 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         * gst/real/Makefile.am:
11302           And dist the new header file too.
11303
11304 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11305
11306         * gst/real/gstreal.h:
11307         Add missing header file.
11308
11309 2007-07-25  Julien MOUTTE  <julien@moutte.net>
11310
11311         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
11312         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11313         (gst_flv_demux_init):
11314         * gst/flv/gstflvdemux.h:
11315         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
11316         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11317         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11318         (gst_flv_parse_header):
11319         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
11320         reusable, more safety checks.
11321
11322 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
11323
11324         * ext/timidity/gsttimidity.c: (gst_timidity_init),
11325         (gst_timidity_change_state), (plugin_init):
11326         * ext/timidity/gsttimidity.h:
11327           Don't initialize timidity in plugin_init for similar reason as below.
11328
11329 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
11330
11331         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
11332         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
11333         * ext/timidity/gstwildmidi.h:
11334           Don't initialize wildmidi in plugin_init as it also setups audio
11335           filters which is slow.
11336
11337 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
11338
11339         reviewed by: Edward Hervey  <bilboed@bilboed.com>
11340
11341         * gst/real/gstreal.c: (plugin_init):
11342         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11343         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
11344         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
11345         * gst/real/gstrealvideodec.c: (open_library),
11346         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
11347         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
11348         * gst/real/gstrealvideodec.h:
11349         Improved search algorithm for location of real .so files.
11350         Fixes #393461
11351
11352 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
11353
11354         * configure.ac:
11355         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
11356         Use the new buffer clipping function from gstaudio here and
11357         require gst-plugins-base CVS.
11358
11359 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
11360
11361         * configure.ac:
11362           Sync liboil check with plugins-base.
11363
11364 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11365
11366         * gst/equalizer/gstiirequalizer.c:
11367         (gst_iir_equalizer_band_set_property),
11368         (gst_iir_equalizer_child_proxy_get_child_by_index),
11369         (gst_iir_equalizer_child_proxy_get_children_count),
11370         (gst_iir_equalizer_child_proxy_interface_init),
11371         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
11372         (gst_iir_equalizer_compute_frequencies):
11373         * gst/equalizer/gstiirequalizer10bands.c:
11374         (gst_iir_equalizer_10bands_class_init):
11375         * gst/equalizer/gstiirequalizer3bands.c:
11376         (gst_iir_equalizer_3bands_class_init):
11377         * gst/equalizer/gstiirequalizernbands.c:
11378           Better algorith for the center frequencies. Subtract band filters from
11379           input for negative gains. Rework the gain mapping.
11380
11381 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
11382
11383         * ext/dirac/Makefile.am:
11384           Also include stdlib here.
11385
11386 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
11387
11388         * tests/check/elements/.cvsignore:
11389         Fix the buildbot with the cvsignore it wants.
11390
11391 2007-07-19  Julien MOUTTE  <julien@moutte.net>
11392
11393         * configure.ac:
11394         * gst/flv/Makefile.am:
11395         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
11396         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
11397         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
11398         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
11399         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
11400         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
11401         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
11402         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
11403         (gst_flv_demux_init), (plugin_init):
11404         * gst/flv/gstflvdemux.h:
11405         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
11406         (gst_flv_demux_query_types), (gst_flv_demux_query),
11407         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
11408         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
11409         (gst_flv_parse_tag_type), (gst_flv_parse_header):
11410         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
11411         It does not do seeking yet, it supports pull and push mode so YES
11412         you can use it to play youtube videos directly from an HTTP uri.
11413         Not so much testing done yet but it parses metadata, reply to 
11414         duration queries, etc...
11415
11416 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
11417
11418         * tests/check/Makefile.am:
11419         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
11420           main):
11421           Add typefind test for midi.
11422
11423 2007-07-18  Michael Smith  <msmith@fluendo.com>
11424
11425         * ext/soundtouch/gstpitch.cc:
11426           If we receive a new segment event, don't try to push buffers out
11427           in response (without first sending it on!).
11428           Instead, flush internal buffers on receiving flush events.
11429           Fixes playback after seeking.
11430
11431 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11432
11433         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
11434         (gst_bayer2rgb_reset):
11435           Add basic docs. Use glibs mem routines.
11436
11437 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11438
11439         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
11440           Add example to the docs. Fix buffer-offset-end and add some debug.
11441
11442 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11443
11444         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
11445         (gst_jack_ring_buffer_acquire):
11446           Add stdlib include here too.
11447
11448 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
11449
11450         * examples/app/appsrc_ex.c:
11451         * examples/switch/switcher.c:
11452         * ext/neon/gstneonhttpsrc.c:
11453         * ext/timidity/gstwildmidi.c:
11454         * ext/x264/gstx264enc.c:
11455         * gst/mve/mveaudioenc.c: (mve_compress_audio):
11456         * gst/rtpmanager/gstrtpclient.c:
11457         * gst/rtpmanager/gstrtpjitterbuffer.c:
11458         * gst/spectrum/demo-audiotest.c:
11459         * gst/spectrum/demo-osssrc.c:
11460         * sys/dvb/gstdvbsrc.c:
11461           Add stdlib include (free, atoi, exit).
11462
11463 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
11464
11465         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
11466         Fix buffer clipping to correctly clip to the segment stop.
11467
11468 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
11469
11470         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
11471
11472         * gst/modplug/gstmodplug.cc:
11473         add several missing supported mime-types to the modplug plugin.
11474         Fixes #456901.
11475
11476 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
11477
11478         * configure.ac:
11479         * tests/Makefile.am:
11480         Remove bogus check for libcheck, since we check for
11481         gstreamer-check and it pulls in the required info from there, and we
11482         weren't actually _using_ the information for libcheck ourselves
11483         anyway.
11484
11485 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
11486
11487         * configure.ac:
11488           Use pkg-config to locate check.
11489
11490 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11491
11492         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11493         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11494           Fix build against core CVS.
11495
11496 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11497
11498         * REQUIREMENTS:
11499           Sync with changes in -ugly.
11500
11501 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * REQUIREMENTS:
11504           Add download location of libamrwb.
11505
11506 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508         * docs/plugins/inspect/plugin-amrwb.xml:
11509         * docs/plugins/inspect/plugin-equalizer.xml:
11510         * docs/plugins/inspect/plugin-multifile.xml:
11511         * docs/plugins/inspect/plugin-timidity.xml:
11512         * docs/plugins/inspect/plugin-wildmidi.xml:
11513           Add missing inspect files. Fixes build (#454313).
11514
11515         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11516           Scream a bit louder when initialisation fails.
11517
11518         * gst-libs/README:
11519         * gst-libs/ext/.cvsignore:
11520           Remove some cruft.
11521
11522 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11523
11524         * ext/ivorbis/Makefile.am:
11525           Dist header files. Fixes #454078.
11526
11527 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11528
11529         * docs/plugins/Makefile.am:
11530           Simplify --extra-dir as gtkdoc scans recursively.
11531
11532         * ext/amrwb/gstamrwbenc.c:
11533           Fix comment start.
11534
11535 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11536
11537         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11538           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11539           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11540           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11541           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11542           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11543         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11544         Removed property "device". Added properties "adapter" and "frontend".
11545         Fixes #453636.
11546         Rename freq property to frequency.
11547
11548 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11549
11550         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11551         Fix property descriptions.
11552
11553 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11554
11555         * docs/plugins/Makefile.am:
11556         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11557         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11558         * ext/amrwb/gstamrwbdec.c:
11559         * ext/amrwb/gstamrwbenc.c:
11560         * ext/amrwb/gstamrwbparse.c:
11561           Also document AMR-WB elements.
11562
11563 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11564
11565         * docs/plugins/Makefile.am:
11566         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11567         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11568         * docs/plugins/gst-plugins-bad-plugins.args:
11569           Cleanup the section file so that -unused is empty again (and useful to
11570           spot new docs). Add not yet added docs to sgml file. Add more header
11571           to Makefile.am to make them introspectable.
11572
11573         * docs/plugins/inspect/plugin-bz2.xml:
11574         * docs/plugins/inspect/plugin-cdxaparse.xml:
11575         * docs/plugins/inspect/plugin-dtsdec.xml:
11576         * docs/plugins/inspect/plugin-faac.xml:
11577         * docs/plugins/inspect/plugin-faad.xml:
11578         * docs/plugins/inspect/plugin-filter.xml:
11579         * docs/plugins/inspect/plugin-freeze.xml:
11580         * docs/plugins/inspect/plugin-gdp.xml:
11581         * docs/plugins/inspect/plugin-gsm.xml:
11582         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11583         * docs/plugins/inspect/plugin-h264parse.xml:
11584         * docs/plugins/inspect/plugin-modplug.xml:
11585         * docs/plugins/inspect/plugin-musicbrainz.xml:
11586         * docs/plugins/inspect/plugin-nsfdec.xml:
11587         * docs/plugins/inspect/plugin-replaygain.xml:
11588         * docs/plugins/inspect/plugin-spectrum.xml:
11589         * docs/plugins/inspect/plugin-speed.xml:
11590         * docs/plugins/inspect/plugin-tta.xml:
11591         * docs/plugins/inspect/plugin-videosignal.xml:
11592         * docs/plugins/inspect/plugin-xingheader.xml:
11593         * docs/plugins/inspect/plugin-xvid.xml:
11594           Update the doc blobs.
11595
11596 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11597
11598         * gst/multifile/Makefile.am:
11599         * gst/multifile/gstmultifile.c:
11600         * gst/multifile/gstmultifilesink.c:
11601         * gst/multifile/gstmultifilesink.h:
11602         * gst/multifile/gstmultifilesrc.c:
11603         * gst/multifile/gstmultifilesrc.h:
11604           Add .h files to be able to add it to the docs.
11605
11606 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11607
11608         * gst/modplug/gstmodplug.cc:
11609           Activate doc section.
11610
11611 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11612
11613         * ext/timidity/gsttimidity.c:
11614         * ext/timidity/gstwildmidi.c:
11615         * ext/timidity/gstwildmidi.h:
11616           Fix licence (both are GPL). Add element docs.
11617
11618 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11619
11620         * ext/musicbrainz/gsttrm.h:
11621           Fix _get_type signature.
11622
11623 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11624
11625         * gst/replaygain/gstrgvolume.h:
11626           Fix GObject macros.
11627
11628 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11629
11630         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11631         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11632         (gst_dc1394_set_caps_framesize_range),
11633         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11634         (gst_dc1394_framerate_frac_to_const),
11635         (gst_dc1394_open_cam_with_best_caps):
11636         Make a bunch of functions static, and move variable declarations
11637         to the start of blocks to avoid problems on older gcc.
11638
11639         Make sure to unset value types.
11640
11641 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11642
11643         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11644
11645         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11646         With CVS of ffmpegcolorspace from plugins-base, I can now
11647         get 30 fps from the iSight.
11648
11649 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11650
11651         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11652         Change a g_print to a GST_DEBUG message.
11653
11654 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11655
11656         * configure.ac:
11657         * ext/Makefile.am:
11658         * ext/dc1394/Makefile.am:
11659         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11660         (gst_dc1394_class_init), (gst_dc1394_init),
11661         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11662         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11663         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11664         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11665         (gst_dc1394_caps_set_format_vmode_caps),
11666         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11667         (gst_dc1394_set_caps_framesize_range),
11668         (gst_dc1394_caps_set_framerate_list),
11669         (gst_dc1394_framerate_const_to_frac),
11670         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11671         (gst_dc1394_framerate_frac_to_const),
11672         (gst_dc1394_open_cam_with_best_caps),
11673         (gst_dc1394_change_camera_transmission), (plugin_init):
11674         * ext/dc1394/gstdc1394.h:
11675         Commit new dc1394src element.
11676         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11677         Patch By: Eric Jonas < jonas at mit dot edu >
11678         Close: #387251
11679
11680 2007-06-28  Wim Taymans  <wim@fluendo.com>
11681
11682         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11683         Register new property as well.
11684
11685 2007-06-28  Wim Taymans  <wim@fluendo.com>
11686
11687         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11688         (gst_video_detect_set_property), (gst_video_detect_get_property):
11689         * gst/videosignal/gstvideodetect.h:
11690         Add property to adjust the center, sensitivity is now the distance from
11691         this center.
11692
11693 2007-06-27  Wim Taymans  <wim@fluendo.com>
11694
11695         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11696         (gst_video_detect_set_property), (gst_video_detect_get_property),
11697         (gst_video_detect_class_init):
11698         * gst/videosignal/gstvideodetect.h:
11699         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11700         (gst_video_mark_420), (gst_video_mark_set_property),
11701         (gst_video_mark_get_property), (gst_video_mark_class_init):
11702         * gst/videosignal/gstvideomark.h:
11703         Add left and bottom offset properties to control the position of the
11704         pattern.
11705
11706 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11707
11708         * docs/plugins/gst-plugins-bad-plugins.args:
11709         * docs/plugins/inspect/plugin-alsaspdif.xml:
11710         * docs/plugins/inspect/plugin-bz2.xml:
11711         * docs/plugins/inspect/plugin-cdxaparse.xml:
11712         * docs/plugins/inspect/plugin-dtsdec.xml:
11713         * docs/plugins/inspect/plugin-faac.xml:
11714         * docs/plugins/inspect/plugin-faad.xml:
11715         * docs/plugins/inspect/plugin-filter.xml:
11716         * docs/plugins/inspect/plugin-freeze.xml:
11717         * docs/plugins/inspect/plugin-gdp.xml:
11718         * docs/plugins/inspect/plugin-glimagesink.xml:
11719         * docs/plugins/inspect/plugin-gsm.xml:
11720         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11721         * docs/plugins/inspect/plugin-h264parse.xml:
11722         * docs/plugins/inspect/plugin-jack.xml:
11723         * docs/plugins/inspect/plugin-mms.xml:
11724         * docs/plugins/inspect/plugin-modplug.xml:
11725         * docs/plugins/inspect/plugin-musicbrainz.xml:
11726         * docs/plugins/inspect/plugin-neon.xml:
11727         * docs/plugins/inspect/plugin-nsfdec.xml:
11728         * docs/plugins/inspect/plugin-replaygain.xml:
11729         * docs/plugins/inspect/plugin-sdl.xml:
11730         * docs/plugins/inspect/plugin-spectrum.xml:
11731         * docs/plugins/inspect/plugin-speed.xml:
11732         * docs/plugins/inspect/plugin-tta.xml:
11733         * docs/plugins/inspect/plugin-videosignal.xml:
11734         * docs/plugins/inspect/plugin-xingheader.xml:
11735         * docs/plugins/inspect/plugin-xvid.xml:
11736           Update docs with caps info.
11737
11738 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * gconf/.cvsignore:
11741         * gconf/Makefile.am:
11742         * gconf/gstreamer.schemas.in:
11743           Remove dysfunctional directory (this stuff is in -good).
11744
11745         * ext/sndfile/gstsf.c: (plugin_init):
11746         * sys/dvb/gstdvbsrc.c: (plugin_init):
11747           Add i18n bindtextdomain stuff.
11748
11749         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11750         (plugin_init):
11751           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11752
11753         * po/POTFILES.in:
11754           Add more source files with translatable strings (fixes #450605).
11755
11756 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11757
11758         Contributed by: Wenzheng Hu <db_lobster@163.com>
11759
11760         * po/LINGUAS:
11761         * po/zh_CN.po:
11762           Added Chinese (simplified) translation.
11763
11764 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11765
11766         Patch by: Jens Granseuer  <jensgr at gmx net>
11767
11768         * gst/equalizer/gstiirequalizer.c:
11769         * gst/equalizer/gstiirequalizer10bands.c:
11770         * gst/equalizer/gstiirequalizer3bands.c:
11771         * gst/equalizer/gstiirequalizernbands.c:
11772         * gst/rtpmanager/async_jitter_queue.c:
11773         (async_jitter_queue_push_sorted):
11774         * gst/rtpmanager/gstrtpjitterbuffer.c:
11775         (gst_rtp_jitter_buffer_chain):
11776         * gst/switch/gstswitch.c: (gst_switch_chain):
11777           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11778           Fixes #450185.
11779
11780 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11781
11782         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11783           last_message_received, main):
11784         * gst/switch/gstswitch.c (gst_switch_release_pad,
11785           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11786           gst_switch_set_property, gst_switch_get_property,
11787           gst_switch_get_linked_pad, gst_switch_getcaps,
11788           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11789         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11790           GST_SWITCH_UNLOCK):
11791         Add an extra lock to protect against certain variables instead of
11792         using the object lock. Fix case where caps are different in the
11793         sink pads causes deadlock. Update example to use different caps
11794         on each sink pad.
11795
11796 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11797
11798         * MAINTAINERS:
11799         Updating all the maintainers files
11800
11801 2007-06-22  Edward Hervey  <edward@fluendo.com>
11802
11803         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11804         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11805         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11806         * ext/audioresample/gstaudioresample.c:
11807         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11808         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11809         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11810         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11811         * ext/faac/gstfaac.c: (gst_faac_init):
11812         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11813         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11814         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11815         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11816         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11817         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11818         * ext/spc/gstspc.c: (gst_spc_dec_init):
11819         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11820         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11821         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11822         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11823         * gst/chart/gstchart.c: (gst_chart_init):
11824         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11825         * gst/festival/gstfestival.c: (gst_festival_init):
11826         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11827         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11828         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11829         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11830         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11831         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11832         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11833         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11834         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11835         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11836         * gst/speed/gstspeed.c: (speed_init):
11837         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11838         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11839         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11840         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11841         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11842         Fix leaks.
11843
11844 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         * RELEASE:
11847         * sys/Makefile.am:
11848           Re-enable VCD source and fix up release notes.
11849
11850 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11851
11852         * gst/equalizer/gstiirequalizer.c:
11853           Document parameter mapping.
11854
11855 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11856
11857         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11858         (gst_spectrum_transform_ip):
11859           Fix leaking buffers.
11860           
11861         * tests/check/Makefile.am:
11862         * tests/check/elements/spectrum.c: (setup_spectrum),
11863         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11864           Add simple test for spectrum element.
11865
11866 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11867
11868         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11869         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11870         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11871         (gst_amrwbdec_state_change):
11872         * ext/amrwb/gstamrwbdec.h:
11873         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11874         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11875           Add newsegment and discont handling. Some code cleanups. Don't leak
11876           the adapter, unref it in a new finalize method instead. Sync the
11877           parser with the amr-nb changes.
11878
11879 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11880
11881         * configure.ac:
11882         Back to CVS.
11883
11884         * gst-plugins-bad.doap:
11885         Add 0.10.5 to the doap file.
11886
11887 === release 0.10.5 ===
11888
11889 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11890
11891         * configure.ac:
11892           releasing 0.10.5, "Expedition to Lake Pahoe"
11893
11894 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11895
11896         * win32/vs6/gst_plugins_bad.dsw:
11897         * win32/vs6/libdshowsrcwrapper.dsp:
11898         * win32/vs6/libgstdshow.dsp:
11899         * win32/vs6/libgstmpegvideoparse.dsp:
11900         * win32/vs6/libgstneon.dsp:
11901         Convert line endings to CRLF and mark as binary files.
11902
11903 2007-06-13  Wim Taymans  <wim@fluendo.com>
11904
11905         * sys/Makefile.am:
11906         Disable VCD build because we're frozen..
11907
11908 2007-06-13  Wim Taymans  <wim@fluendo.com>
11909
11910         * configure.ac:
11911         * sys/Makefile.am:
11912         * sys/vcd/Makefile.am:
11913         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11914         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11915         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11916         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11917         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11918         (gst_vcdsrc_uri_set_uri):
11919         * sys/vcd/vcdsrc.h:
11920         Port VCD element.
11921
11922 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11923
11924         * win32/MANIFEST:
11925         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11926         MANIFEST.
11927         * win32/vs6/gst_plugins_bad.dsw:
11928         Remove qtdemux, directdraw, directsound and waveform project files
11929         from the workspace as they have been moved to -good.
11930
11931 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11932
11933         * po/POTFILES.in:
11934         Remove qtdemux from the translation list.
11935
11936 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11937
11938         * configure.ac:
11939         * docs/plugins/Makefile.am:
11940         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11941         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11942         * docs/plugins/inspect/plugin-osxvideo.xml:
11943         * docs/plugins/inspect/plugin-videocrop.xml:
11944         * gst-plugins-bad.spec.in:
11945         * gst/videocrop/Makefile.am:
11946         * gst/videocrop/gstvideocrop.c:
11947         * gst/videocrop/gstvideocrop.h:
11948         * gst/videocrop/videocrop.vcproj:
11949         * sys/Makefile.am:
11950         * sys/osxvideo/Makefile.am:
11951         * sys/osxvideo/cocoawindow.h:
11952         * sys/osxvideo/cocoawindow.m:
11953         * sys/osxvideo/osxvideosink.h:
11954         * sys/osxvideo/osxvideosink.m:
11955         * tests/check/Makefile.am:
11956         * tests/check/elements/videocrop.c:
11957         * tests/icles/Makefile.am:
11958         * tests/icles/videocrop-test.c:
11959         Move videocrop and osxvideo to -good.
11960
11961 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11962
11963         * configure.ac:
11964         * docs/plugins/Makefile.am:
11965         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11966         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11967         * gst/qtdemux/Makefile.am:
11968         * gst/qtdemux/gstrtpxqtdepay.c:
11969         * gst/qtdemux/gstrtpxqtdepay.h:
11970         * gst/qtdemux/qtdemux.c:
11971         * gst/qtdemux/qtdemux.h:
11972         * gst/qtdemux/qtdemux.vcproj:
11973         * gst/qtdemux/qtdemux_dump.c:
11974         * gst/qtdemux/qtdemux_dump.h:
11975         * gst/qtdemux/qtdemux_fourcc.h:
11976         * gst/qtdemux/qtdemux_types.c:
11977         * gst/qtdemux/qtdemux_types.h:
11978         * gst/qtdemux/qtpalette.h:
11979         * gst/qtdemux/quicktime.c:
11980         * win32/MANIFEST:
11981         * win32/vs6/libgstqtdemux.dsp:
11982         Move qtdemux to -good.
11983
11984         * gst-plugins-bad.spec.in:
11985         Update spec file to reflect wavpack & qtdemux moving to -good.
11986
11987 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11988
11989         * docs/plugins/Makefile.am:
11990         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11991         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11992         * docs/plugins/inspect/plugin-waveform.xml:
11993         * sys/waveform/gstwaveformplugin.c:
11994         * sys/waveform/gstwaveformsink.c:
11995         * sys/waveform/gstwaveformsink.h:
11996         * win32/MANIFEST:
11997         * win32/vs6/libgstwaveform.dsp:
11998         Remove the waveform plugin now that it is in -good.
11999
12000 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12001
12002         * configure.ac:
12003         * docs/plugins/Makefile.am:
12004         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12005         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12006         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12007         * docs/plugins/inspect/plugin-wavpack.xml:
12008         * ext/Makefile.am:
12009         * ext/wavpack/Makefile.am:
12010         * ext/wavpack/gstwavpack.c:
12011         * ext/wavpack/gstwavpackcommon.c:
12012         * ext/wavpack/gstwavpackcommon.h:
12013         * ext/wavpack/gstwavpackdec.c:
12014         * ext/wavpack/gstwavpackdec.h:
12015         * ext/wavpack/gstwavpackenc.c:
12016         * ext/wavpack/gstwavpackenc.h:
12017         * ext/wavpack/gstwavpackparse.c:
12018         * ext/wavpack/gstwavpackparse.h:
12019         * ext/wavpack/gstwavpackstreamreader.c:
12020         * ext/wavpack/gstwavpackstreamreader.h:
12021         * ext/wavpack/md5.c:
12022         * ext/wavpack/md5.h:
12023         * tests/check/Makefile.am:
12024         * tests/check/elements/wavpackdec.c:
12025         * tests/check/elements/wavpackenc.c:
12026         * tests/check/elements/wavpackparse.c:
12027           Move wavpack to good.
12028
12029 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
12030
12031         * configure.ac:
12032         * docs/plugins/Makefile.am:
12033         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12034         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12035         * docs/plugins/gst-plugins-bad-plugins.args:
12036         * docs/plugins/inspect/plugin-directdraw.xml:
12037         * docs/plugins/inspect/plugin-directsound.xml:
12038         * sys/Makefile.am:
12039         * sys/directdraw/Makefile.am:
12040         * sys/directdraw/gstdirectdrawplugin.c:
12041         * sys/directdraw/gstdirectdrawsink.c:
12042         * sys/directdraw/gstdirectdrawsink.h:
12043         * sys/directsound/Makefile.am:
12044         * sys/directsound/gstdirectsoundplugin.c:
12045         * sys/directsound/gstdirectsoundsink.c:
12046         * sys/directsound/gstdirectsoundsink.h:
12047         * win32/MANIFEST:
12048         * win32/gst.sln:
12049         * win32/vs6/libgstdirectdraw.dsp:
12050         * win32/vs6/libgstdirectsound.dsp:
12051         * win32/vs7/libgstdirectdraw.vcproj:
12052         * win32/vs7/libgstdirectsound.vcproj:
12053         * win32/vs8/libgstdirectdraw.vcproj:
12054         * win32/vs8/libgstdirectsound.vcproj:
12055         Remove DirectDraw & DirectSound plugins, as they've moved to Good
12056
12057 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
12058
12059         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
12060         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
12061         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
12062           When driving the pipeline, also post an error when we get a
12063           not-linked flow return from downstream.
12064
12065 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
12066
12067         * docs/plugins/gst-plugins-bad-plugins.args:
12068         * sys/directdraw/gstdirectdrawsink.c:
12069         (gst_directdraw_sink_class_init):
12070         Rename the keep-aspect-ratio property to force-aspect-ratio to make
12071         it consistent with xvimagesink and ximagesink.
12072
12073 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
12074
12075         * tests/icles/videocrop-test.c: (main):
12076           Default to xvimagesink instead of autovideosink while
12077           autovideosink/ghostpads/whatever don't handle the way we use it in
12078           the way we expect it to.
12079
12080 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12081
12082         * configure.ac:
12083           Bump requirements to released versions of core and -base, and remove
12084           special-casing for equalizer and rtpmanager as it's not needed any
12085           longer.
12086
12087 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
12088
12089         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
12090         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
12091         Sprinkle in some XSync calls to avoid raciness with broken
12092         drivers (ATI) when re-using a single glimagesink.
12093
12094 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
12095
12096         * gst/mpegvideoparse/mpegpacketiser.c:
12097         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
12098         (mpeg_util_parse_picture_hdr):
12099         * gst/mpegvideoparse/mpegvideoparse.c:
12100         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
12101         Fix some silly bugs with calculating the guard sizes.
12102         Properly compare the old sequence header structure with the new one.
12103         Don't error out on an invalid sequence - just ignore it.
12104
12105 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12106
12107         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
12108           Printf fix in debug statement; also print the right number there.
12109
12110 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
12111
12112         * ext/sdl/Makefile.am:
12113         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
12114           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
12115           (#444499); initialise variable to avoid false compiler warning.
12116
12117 2007-06-01  Wim Taymans  <wim@fluendo.com>
12118
12119         * docs/plugins/Makefile.am:
12120         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12121         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12122         * docs/plugins/inspect/plugin-videosignal.xml:
12123         * gst/videosignal/Makefile.am:
12124         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
12125         (gst_video_mark_draw_box), (gst_video_mark_420),
12126         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
12127         (gst_video_mark_get_property), (gst_video_mark_base_init),
12128         (gst_video_mark_class_init), (gst_video_mark_init),
12129         (gst_video_mark_get_type):
12130         * gst/videosignal/gstvideomark.h:
12131         * gst/videosignal/gstvideosignal.c: (plugin_init):
12132         Add plugin to generate a pattern detectable by videodetect.
12133
12134 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
12135
12136         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
12137           Don't leak buffer when returning an error.
12138
12139 2007-06-01  Wim Taymans  <wim@fluendo.com>
12140
12141         Patch by René Stadler <mail at renestadler dot de>:
12142
12143         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
12144         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
12145         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
12146         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
12147         (gst_neonhttp_src_set_location),
12148         (gst_neonhttp_src_send_request_and_redirect),
12149         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
12150         * ext/neon/gstneonhttpsrc.h:
12151         Deprecated "uri" property.  Clean up property descriptions.
12152         Change default User-Agent to the slightly more descriptive
12153         "GStreamer neonhttpsrc".
12154         Various other small cleanups, mostly property related.
12155
12156 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
12157
12158         * ext/libmms/gstmms.h:
12159           No reason to use gpointers instead of typed pointes here as far as I
12160           can see.
12161
12162         * ext/mythtv/gstmythtvsrc.c:
12163         * ext/neon/gstneonhttpsrc.c:
12164         * gst/switch/gstswitch.c:
12165           Don't use gtk-doc magic markers for things that aren't meant to be
12166           parsed by gtk-doc. Makes gtk-doc complain a bit less.
12167
12168 2007-05-30  Wim Taymans  <wim@fluendo.com>
12169
12170         * configure.ac:
12171         * docs/plugins/Makefile.am:
12172         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12173         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12174         * docs/plugins/inspect/plugin-videosignal.xml:
12175         * gst/videosignal/Makefile.am:
12176         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
12177         (gst_video_analyse_post_message), (gst_video_analyse_420),
12178         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
12179         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
12180         (gst_video_analyse_class_init), (gst_video_analyse_init),
12181         (gst_video_analyse_get_type):
12182         * gst/videosignal/gstvideoanalyse.h:
12183         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
12184         (gst_video_detect_post_message),
12185         (gst_video_detect_calc_brightness), (gst_video_detect_420),
12186         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
12187         (gst_video_detect_get_property), (gst_video_detect_base_init),
12188         (gst_video_detect_class_init), (gst_video_detect_init),
12189         (gst_video_detect_get_type):
12190         * gst/videosignal/gstvideodetect.h:
12191         * gst/videosignal/gstvideosignal.c: (plugin_init):
12192         * gst/videosignal/gstvideosignal.h:
12193         Added videosignal plugin with two plugins to analyse video frames.
12194         Added videoanalyse to report about brightness and variance in video
12195         frames.
12196         Added videodetect to detect predefined patterns in a video signal.
12197
12198 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12199
12200         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12201         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12202         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
12203         * docs/plugins/gst-plugins-bad-plugins.signals:
12204           More updates.
12205
12206 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12207
12208         * docs/plugins/gst-plugins-bad-plugins.args:
12209         * docs/plugins/gst-plugins-bad-plugins.signals:
12210         * docs/plugins/inspect/plugin-dtsdec.xml:
12211         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
12212         * docs/plugins/inspect/plugin-musepack.xml:
12213         * docs/plugins/inspect/plugin-rtpmanager.xml:
12214         * docs/plugins/inspect/plugin-sdl.xml:
12215         * docs/plugins/inspect/plugin-spcdec.xml:
12216         * docs/plugins/inspect/plugin-swfdec.xml:
12217           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
12218           hopefully that makes the build bots happy again.
12219
12220 2007-05-28  Wim Taymans  <wim@fluendo.com>
12221
12222         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12223         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12224         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
12225         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
12226         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
12227         * gst/rtpmanager/gstrtpclient.c: (create_stream),
12228         (gst_rtp_client_request_new_pad):
12229         * gst/rtpmanager/gstrtpjitterbuffer.c:
12230         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12231         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12232         * gst/rtpmanager/gstrtpptdemux.c:
12233         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12234         (gst_rtp_session_request_new_pad):
12235         * gst/rtpmanager/gstrtpssrcdemux.c:
12236         Rename elements to avoid conflict with farsight elements with the same
12237         name. Fixes #430664.
12238
12239 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12242
12243         * sys/directdraw/gstdirectdrawsink.c:
12244         (gst_directdraw_sink_buffer_alloc),
12245         (gst_directdraw_sink_show_frame),
12246         (gst_directdraw_sink_check_primary_surface),
12247         (gst_directdraw_sink_check_offscreen_surface),
12248         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
12249         (gst_directdraw_sink_surface_create):
12250         * sys/directdraw/gstdirectdrawsink.h:
12251           Fix more warnings when compiling with MingW (#439914).
12252
12253 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
12254
12255         * docs/plugins/gst-plugins-bad-plugins.args:
12256         Remove directsoundsink property doc as this sink use the mixer
12257         interface now.
12258         * docs/plugins/gst-plugins-bad-plugins.interfaces:
12259         Add interfaces implemented by Windows sinks.
12260         * sys/directsound/gstdirectsoundsink.c:
12261         * sys/directsound/gstdirectsoundsink.h:
12262         Remove directsoundsink property  and implement the mixer interface.
12263         * win32/vs6/gst_plugins_bad.dsw:
12264         * win32/vs6/libgstdirectsound.dsp:
12265         Update project files.
12266         * gst-libs/gst/dshow/gstdshow.cpp:
12267         * gst-libs/gst/dshow/gstdshow.h:
12268         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
12269         * gst-libs/gst/dshow/gstdshowfakesink.h:
12270         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
12271         * gst-libs/gst/dshow/gstdshowfakesrc.h:
12272         * gst-libs/gst/dshow/gstdshowinterface.cpp:
12273         * gst-libs/gst/dshow/gstdshowinterface.h:
12274         * win32/common/libgstdshow.def:
12275         * win32/vs6/libgstdshow.dsp:
12276         Add a new gst library which allow to create internal Direct Show
12277         graph (pipelines) to wrap Windows sources, decoders or encoders.
12278         It includes a DirectShow fake source and sink and utility functions.    
12279         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
12280         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
12281         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
12282         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
12283         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
12284         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
12285         * win32/vs6/libdshowsrcwrapper.dsp:
12286         Add a new plugin to wrap DirectShow sources on Windows.
12287         It gets data from any webcam, dv cam, micro. We could add 
12288         tv tunner card later.
12289         
12290 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
12291
12292         Patch by René Stadler <mail at renestadler dot de>:
12293
12294         * ext/sdl/sdlvideosink.c:
12295         Separate the authors by newlines instead of nothing. Fixes #440774.
12296
12297 2007-05-23  Wim Taymans  <wim@fluendo.com>
12298
12299         * docs/plugins/inspect/plugin-rtpmanager.xml:
12300         Add doc xml file.
12301
12302 2007-05-23  Wim Taymans  <wim@fluendo.com>
12303
12304         * docs/plugins/Makefile.am:
12305         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12306         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12307         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12308         * gst/rtpmanager/gstrtpbin.h:
12309         * gst/rtpmanager/gstrtpclient.c:
12310         * gst/rtpmanager/gstrtpjitterbuffer.c:
12311         (gst_rtp_jitter_buffer_class_init),
12312         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
12313         * gst/rtpmanager/gstrtpjitterbuffer.h:
12314         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12315         (gst_rtp_pt_demux_clear_pt_map):
12316         * gst/rtpmanager/gstrtpptdemux.h:
12317         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12318         (rtcp_thread), (gst_rtp_session_clear_pt_map):
12319         * gst/rtpmanager/gstrtpsession.h:
12320         * gst/rtpmanager/gstrtpssrcdemux.c:
12321         (gst_rtp_ssrc_demux_class_init):
12322         Document stuff.
12323         Add clear-pt-map action signal where needed.
12324
12325 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
12326
12327         * configure.ac:
12328           Depend on gstreamer-0.10.12.1.
12329         
12330         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12331           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12332           parent_class, gst_iir_equalizer_band_set_property,
12333           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12334           gst_iir_equalizer_child_proxy_get_child_by_index,
12335           gst_iir_equalizer_child_proxy_get_children_count,
12336           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12337           gst_iir_equalizer_compute_frequencies,
12338           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
12339           plugin_init):
12340         * gst/equalizer/gstiirequalizer.h (audiofilter):
12341         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
12342           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
12343           gst_iir_equalizer_nbands_set_property):
12344           Use new locking macros.
12345
12346         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
12347           Add fixme.
12348
12349         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
12350           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
12351           gst_spectrum_event, gst_spectrum_transform_ip):
12352           Use new locking macros. Turn two fixed values into #defines.
12353
12354 2007-05-22  Edward Hervey  <edward@fluendo.com>
12355
12356         * docs/plugins/Makefile.am:
12357         Also look for .m (objectivec) files.
12358         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12359         * docs/plugins/gst-plugins-bad-plugins.args:
12360         * sys/osxvideo/osxvideosink.m:
12361         Add documentation for element and properties.
12362
12363 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12364
12365         * ChangeLog:
12366           ChangeLog surgery.
12367         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
12368           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
12369           parent_class, gst_iir_equalizer_band_set_property,
12370           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
12371           gst_iir_equalizer_child_proxy_get_child_by_index,
12372           gst_iir_equalizer_child_proxy_get_children_count,
12373           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
12374           gst_iir_equalizer_compute_frequencies, plugin_init):
12375         * tests/icles/equalizer-test.c:
12376           Add fixme and comment for example.
12377
12378 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
12379
12380         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
12381           gst_spectrum_event, gst_spectrum_transform_ip):
12382           Use lock to protect from concurrent access.
12383
12384 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12385
12386         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12387         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12388         Specify and use properties as unsigned int that are an unsigned int.
12389
12390 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
12391
12392         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12393         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
12394         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
12395         * ext/wavpack/gstwavpackenc.h:
12396         Fixup docs, make the bitrate property an int as it should be and
12397         allow to set the different extra processing modes instead of only
12398         allowing none and the default one.
12399
12400 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
12401
12402         * ext/wavpack/gstwavpackenc.c:
12403         Add missing audioconverts in the example pipelines of wavpackenc. As
12404         the wavpack stuff now needs input with 32 bit width (and random depth)
12405         this is needed now. The example pipelines for the parser and decoder
12406         are still fine.
12407
12408 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12409
12410         * docs/plugins/Makefile.am:
12411         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12412           Fix docs build and hierarchy.
12413
12414 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12415
12416         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
12417         (gst_directdraw_sink_buffer_alloc),
12418         (gst_directdraw_sink_get_ddrawcaps),
12419         (gst_directdraw_sink_surface_create):
12420           Bunch of small fixes: remove static function that doesn't exist;
12421           declare another one that does; printf format fix; use right macro
12422           when specifying debug category; remove a bunch of unused variables;
12423           #if 0 out an unused chunk of code (partially fixes #439914).
12424
12425 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
12426
12427         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
12428         * gst/switch/gstswitch.c: (gst_switch_chain):
12429           Printf format fixes (#439910, #439911).
12430
12431 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12432
12433         * tests/check/Makefile.am:
12434           Remove bits for deinterleave check which isn't in CVS yet.
12435
12436 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12437
12438         Patch by: René Stadler <mail at renestadler de>
12439
12440         * docs/plugins/Makefile.am:
12441         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12442         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12443         * docs/plugins/inspect/plugin-replaygain.xml:
12444         * gst/replaygain/Makefile.am:
12445         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
12446         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
12447         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
12448         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
12449         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
12450         (gst_rg_analysis_album_result):
12451         * gst/replaygain/gstrganalysis.h:
12452         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
12453         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
12454         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
12455         (gst_rg_limiter_transform_ip):
12456         * gst/replaygain/gstrglimiter.h:
12457         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
12458         (gst_rg_volume_class_init), (gst_rg_volume_init),
12459         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
12460         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
12461         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
12462         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
12463         (gst_rg_volume_determine_gain):
12464         * gst/replaygain/gstrgvolume.h:
12465         * gst/replaygain/replaygain.c: (plugin_init):
12466         * gst/replaygain/replaygain.h:
12467         * gst/replaygain/rganalysis.h:
12468         * tests/check/Makefile.am:
12469         * tests/check/elements/.cvsignore:
12470         * tests/check/elements/rganalysis.c: (send_eos_event),
12471         (GST_START_TEST):
12472         * tests/check/elements/rglimiter.c: (setup_rglimiter),
12473         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
12474         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
12475         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
12476         (cleanup_rgvolume), (set_playing_state), (set_null_state),
12477         (send_eos_event), (send_tag_event), (test_buffer_new),
12478         (fail_unless_target_gain), (fail_unless_result_gain),
12479         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
12480           Add replaygain playback elements (#412710).
12481
12482 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12483
12484         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
12485         Update the cached caps after opening the display so that we report
12486         only the supported caps formats, not just the template caps.
12487         Fixes: #439405
12488
12489 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
12490
12491         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12492           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12493         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12494           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12495         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12496           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12497           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12498           GST_DEBUG_FUNCPTR and add log-category.
12499
12500 2007-05-17  Edward Hervey  <edward@fluendo.com>
12501
12502         * sys/osxvideo/osxvideosink.h:
12503         * sys/osxvideo/osxvideosink.m:
12504         Remove the event-loop-in-separate-thread modifications, because MacOSX
12505         is $#@(*%$# ! For those wondering, the event handling needs to be done
12506         in the main thread after all..
12507
12508 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12509
12510         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12511           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12512           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12513           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12514           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12515           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12516           gst_switch_base_init, gst_switch_class_init):
12517         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12518           stop_value, start_value, current_start, last_ts, stored_buffers):
12519         Add handling of application provided stop and start values, allowing
12520         A/V sync across 2 switch elements.
12521
12522 2007-05-17  Edward Hervey  <edward@fluendo.com>
12523
12524         * sys/osxvideo/osxvideosink.h:
12525         * sys/osxvideo/osxvideosink.m:
12526         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12527         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12528         stop.
12529
12530 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12531
12532         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12533         (gst_real_audio_dec_setcaps):
12534         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12535           Don't crash when we get a buffer and our input caps haven't been set
12536           yet; also, don't leak all the input buffers (realaudiodec only).
12537
12538 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12539
12540         patch by: Stanislav Brabec <sbrabec@suse.cz>
12541
12542         * configure.ac:
12543         * ext/amrwb/Makefile.am:
12544         * ext/amrwb/amrwb-code/Makefile.am:
12545         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12546         * ext/amrwb/amrwb-code/amrwb/README:
12547         * ext/amrwb/gstamrwbdec.c:
12548         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12549         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12550         * ext/amrwb/gstamrwbparse.c:
12551         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12552         * gst-libs/Makefile.am:
12553         * gst-libs/ext/Makefile.am:
12554         * gst-libs/ext/amrwb/Makefile.am:
12555         * gst-libs/ext/amrwb/README:
12556           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12557
12558 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12559
12560         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12561           This needs a version check.
12562
12563         * gst/bayer/Makefile.am:
12564           Fix the build.
12565
12566 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12567
12568         * configure.ac:
12569         * sys/directdraw/Makefile.am:
12570         * sys/directsound/Makefile.am:
12571           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12572           and restore the various flags in the directdraw/directsound
12573           detection section. Apparently improves cross-compiling for win32
12574           with mingw32 under some circumstances (#437539).
12575
12576 2007-05-15  Wim Taymans  <wim@fluendo.com>
12577
12578         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12579         We always use fixed caps.
12580
12581 2007-05-14  David Schleef  <ds@schleef.org>
12582
12583         * gst/rtpmanager/gstrtpbin.c:
12584           g_hash_table_remove_all() only exists in 2.12.  Work around.
12585
12586 2007-05-14  David Schleef  <ds@schleef.org>
12587
12588         * configure.ac:
12589         * gst/bayer/Makefile.am:
12590         * gst/bayer/gstbayer.c:
12591         * gst/bayer/gstbayer2rgb.c:
12592           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12593           Partial fix for #314160.
12594
12595 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12596
12597         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12598           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12599           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12600           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12601           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12602         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12603           current_start, last_ts):
12604         Allow application to provide a stop timestamp, so a new segment
12605         update can be sent before switching.
12606
12607 2007-05-14  Wim Taymans  <wim@fluendo.com>
12608
12609         * gst/rtpmanager/async_jitter_queue.c:
12610         (async_jitter_queue_set_flushing_unlocked):
12611         Fix leak when flushing.
12612
12613         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12614         (gst_rtp_bin_class_init):
12615         * gst/rtpmanager/gstrtpbin.h:
12616         Add clear-pt-map signal.
12617
12618         * gst/rtpmanager/gstrtpjitterbuffer.c:
12619         (gst_rtp_jitter_buffer_flush_stop),
12620         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12621         Init clock-rate to -1 to mark unknow clock rate.
12622         Fix flushing.
12623
12624 2007-05-13  David Schleef  <ds@schleef.org>
12625
12626         * gst/replaygain/rganalysis.c:
12627           Fix wrong ifdef for visual C++.  Fixes: #437403.
12628           By Ali Sabil <ali.sabil@gmail.com>.
12629
12630 2007-05-12  David Schleef  <ds@schleef.org>
12631
12632         * ext/neon/gstneonhttpsrc.c:
12633           Make redirection the default behavior.  Fixes #413818.
12634
12635 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12636
12637         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12638           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12639           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12640           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12641           qtdemux_parse_segments, qtdemux_parse_trak):
12642         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12643           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12644           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12645           rtp_session_get_location, rtp_session_get_tool,
12646           rtp_session_process_bye, session_report_blocks):
12647         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12648           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12649           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12650
12651         * gst/switch/Makefile.am:
12652           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12653
12654 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12655
12656         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12657           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12658           async_jitter_queue_set_low_threshold,
12659           async_jitter_queue_length_ts_units_unlocked,
12660           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12661           async_jitter_queue_lock, async_jitter_queue_push,
12662           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12663           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12664           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12665           async_jitter_queue_set_flushing_unlocked,
12666           async_jitter_queue_unset_flushing_unlocked):
12667           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12668
12669 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12670
12671         * common/m4/gst-x11.m4:
12672           Restore CFLAGS and LIBS.
12673
12674         * configure.ac:
12675           Revert previous patch.
12676
12677 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12678
12679         Patch by: Ali Sabil <ali.sabil@gmail.com>
12680
12681         * configure.ac:
12682           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12683         
12684
12685 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12686
12687         * docs/plugins/gst-plugins-bad-plugins.args:
12688         Add directraw and directsound sinks properties.
12689
12690 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12691
12692         * configure.ac:
12693           Fix --disable-external (hopefully).
12694
12695 2007-05-09  Wim Taymans  <wim@fluendo.com>
12696
12697         * gst/rtpmanager/gstrtpjitterbuffer.c:
12698         (gst_rtp_jitter_buffer_query):
12699         Pass queries upstream.
12700
12701 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12702
12703         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12704         (gst_real_audio_dec_finalize):
12705         * gst/real/gstrealaudiodec.h:
12706         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12707         * gst/real/gstrealvideodec.h:
12708           Use GModule instead of using dlsym() directly. Fixes #430598.
12709
12710 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12711
12712         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12713         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12714         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12715           Add docs for Windows sinks.
12716
12717 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12718
12719         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12720         (speed_chain), (speed_change_state):
12721           Fix event handling a bit by replacing completely dubious code
12722           written by someone else with completely dubious code written
12723           by me. Should at least fix #412077 though.
12724
12725 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12726
12727         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12728         (plugin_init):
12729           Add debug category; use gst_pad_query_peer_*() utility functions;
12730           use gst_util_scale*(); add gtk-doc blurb.
12731
12732 2007-05-04  Wim Taymans  <wim@fluendo.com>
12733
12734         * gst/rtpmanager/gstrtpjitterbuffer.c:
12735         (gst_rtp_jitter_buffer_query):
12736         Add some debug info.
12737
12738         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12739         (rtp_session_send_rtp):
12740         Store real user name in the session.
12741
12742 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12743
12744         * configure.ac:
12745         * examples/Makefile.am:
12746         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12747           last_message_received, main):
12748         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12749           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12750           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12751           gst_switch_set_property, gst_switch_get_property,
12752           gst_switch_get_linked_pad, gst_switch_getcaps,
12753           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12754           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12755           gst_switch_class_init):
12756         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12757           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12758           need_to_send_newsegment):
12759         Port switch element and example program to 0.10.
12760
12761 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12762
12763         * ext/wavpack/gstwavpack.c: (plugin_init):
12764         Call bindtextdomain() to get localized strings.
12765         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12766         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12767         (gst_wavpack_parse_handle_seek_event),
12768         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12769         * ext/wavpack/gstwavpackparse.h:
12770         Handle DISCONT buffers by correctly setting the DISCONT flag
12771         on outgoing buffers when necessary.
12772         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12773         Send newsegment from the streaming thread.
12774
12775 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12776
12777         * ext/wavpack/gstwavpackparse.c:
12778         (gst_wavpack_parse_handle_seek_event):
12779         Remove old workaround that was needed when seeking after the last
12780         sample. With the fixed error handling this works now as expected
12781         without pushing the last sample although it wasn't requested.
12782
12783 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12784
12785         * ext/wavpack/gstwavpackparse.c:
12786         (gst_wavpack_parse_handle_seek_event):
12787         Handle segment seeks in the seek event handler, correctly work with
12788         stop position == -1 and instead of stopping the task on seek just
12789         pause it.
12790
12791 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12792
12793         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12794         Add handling for segment seeks.
12795
12796 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12797
12798         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12799         (gst_wavpack_parse_create_src_pad),
12800         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12801         (gst_wavpack_parse_chain):
12802         Correctly handle errors, especially in the loop function. Before it
12803         was easy to get the task paused but no error being posted on the bus.
12804
12805 2007-04-30  Wim Taymans  <wim@fluendo.com>
12806
12807         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12808         (async_jitter_queue_pop_intern_unlocked):
12809         Fix the case where the buffer underruns and does not block.
12810
12811         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12812         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12813         (gst_rtp_bin_request_new_pad):
12814         Rename RTCP send pad, like in the session manager.
12815         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12816         fix handling of send_rtp_src pad.
12817
12818         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12819         When no pt map could be found, fall back to the sinkpad caps.
12820
12821         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12822         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12823         (create_recv_rtcp_sink), (create_send_rtp_sink),
12824         (create_send_rtcp_src):
12825         Fix pad names.
12826
12827         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12828         (rtp_session_create_source), (rtp_session_process_sr),
12829         (rtp_session_send_rtp), (session_start_rtcp):
12830         * gst/rtpmanager/rtpsession.h:
12831         Unlock session when performing a callback.
12832         Add callbacks for the internal session object.
12833         Fix sending of RTP packets.
12834         first attempt at adding NTP times in the SR packets.
12835         Small debug and doc improvements.
12836
12837         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12838         Update stats for SR reports.
12839
12840 2007-04-29  Wim Taymans  <wim@fluendo.com>
12841
12842         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12843         Remove debug.
12844
12845         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12846         (rtp_session_process_sdes), (calculate_rtcp_interval),
12847         (rtp_session_next_timeout), (session_report_blocks):
12848         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12849         Improve debugging
12850         Fix interval for BYE/RTCP packets.
12851
12852 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12853
12854         * docs/plugins/gst-plugins-bad-plugins.args:
12855         * docs/plugins/gst-plugins-bad-plugins.signals:
12856           Commit result of running scanobj-update
12857
12858 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12859
12860         * autogen.sh:
12861           Require automake 1.7
12862         * ext/alsaspdif/Makefile.am:
12863         * ext/divx/Makefile.am:
12864         * ext/ivorbis/Makefile.am:
12865         * ext/musicbrainz/Makefile.am:
12866         * ext/neon/Makefile.am:
12867         * ext/sdl/Makefile.am:
12868         * ext/swfdec/Makefile.am:
12869         * ext/theora/Makefile.am:
12870         * ext/wavpack/Makefile.am:
12871         * ext/xvid/Makefile.am:
12872         * gst/modplug/Makefile.am:
12873           Fix up Makefile.am accordingly.
12874
12875 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12876
12877         * docs/plugins/inspect/plugin-alsaspdif.xml:
12878         * docs/plugins/inspect/plugin-bz2.xml:
12879         * docs/plugins/inspect/plugin-cdxaparse.xml:
12880         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12881         * docs/plugins/inspect/plugin-faac.xml:
12882         * docs/plugins/inspect/plugin-faad.xml:
12883         * docs/plugins/inspect/plugin-filter.xml:
12884         * docs/plugins/inspect/plugin-freeze.xml:
12885         * docs/plugins/inspect/plugin-glimagesink.xml:
12886         * docs/plugins/inspect/plugin-gsm.xml:
12887         * docs/plugins/inspect/plugin-h264parse.xml:
12888         * docs/plugins/inspect/plugin-jack.xml:
12889         * docs/plugins/inspect/plugin-mms.xml:
12890         * docs/plugins/inspect/plugin-modplug.xml:
12891         * docs/plugins/inspect/plugin-musepack.xml:
12892         * docs/plugins/inspect/plugin-musicbrainz.xml:
12893         * docs/plugins/inspect/plugin-neon.xml:
12894         * docs/plugins/inspect/plugin-nsfdec.xml:
12895         * docs/plugins/inspect/plugin-replaygain.xml:
12896         * docs/plugins/inspect/plugin-sdl.xml:
12897         * docs/plugins/inspect/plugin-soundtouch.xml:
12898         * docs/plugins/inspect/plugin-spectrum.xml:
12899         * docs/plugins/inspect/plugin-speed.xml:
12900         * docs/plugins/inspect/plugin-tta.xml:
12901         * docs/plugins/inspect/plugin-videocrop.xml:
12902         * docs/plugins/inspect/plugin-wavpack.xml:
12903         * docs/plugins/inspect/plugin-xingheader.xml:
12904         * docs/plugins/inspect/plugin-xvid.xml:
12905           Add jack and update.
12906
12907 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * configure.ac:
12910           Don't build equalizer unless we have core from CVS (it won't
12911           work with earlier versions due to GstChildProxy brokeness).
12912           Also up requirements to last released core/base.
12913
12914 2007-04-27  Wim Taymans  <wim@fluendo.com>
12915
12916         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12917         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12918         Move reconsideration code to the rtpsession object.
12919         Simplify timout handling and add reconsideration.
12920
12921         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12922         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12923         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12924         (obtain_source), (rtp_session_create_source),
12925         (update_arrival_stats), (rtp_session_process_rtp),
12926         (rtp_session_process_sr), (rtp_session_process_rr),
12927         (rtp_session_process_bye), (rtp_session_process_rtcp),
12928         (calculate_rtcp_interval), (rtp_session_send_bye),
12929         (rtp_session_next_timeout), (session_start_rtcp),
12930         (session_report_blocks), (session_cleanup), (session_sdes),
12931         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12932         * gst/rtpmanager/rtpsession.h:
12933         Handle timeout of inactive sources and senders.
12934         Implement BYE scheduling.
12935
12936         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12937         (rtp_source_process_sr), (rtp_source_get_last_sr),
12938         (rtp_source_get_last_rb):
12939         * gst/rtpmanager/rtpsource.h:
12940         Add members to check for timeouts.
12941
12942         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12943         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12944         (rtp_stats_calculate_bye_interval):
12945         * gst/rtpmanager/rtpstats.h:
12946         Use RFC algorithm for calculating the reporting interval.
12947
12948 2007-04-26  Edward Hervey  <edward@fluendo.com>
12949
12950         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12951         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12952         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12953         * docs/plugins/inspect/plugin-osxvideo.xml:
12954         Add documentation for osxvideo
12955
12956 2007-04-25  Wim Taymans  <wim@fluendo.com>
12957
12958         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12959         Implement forward and reverse reconsideration.
12960
12961         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12962         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12963         (session_report_blocks):
12964         * gst/rtpmanager/rtpsession.h:
12965         Small cleanups.
12966
12967 2007-04-25  Wim Taymans  <wim@fluendo.com>
12968
12969         reviewed by: <delete if not using a buddy>
12970
12971         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12972         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12973         (gst_rtp_bin_get_property):
12974         * gst/rtpmanager/gstrtpbin.h:
12975         Make default jitterbuffer latency configurable.
12976
12977         * gst/rtpmanager/gstrtpjitterbuffer.c:
12978         (gst_rtp_jitter_buffer_class_init),
12979         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12980         (gst_rtp_jitter_buffer_set_property),
12981         (gst_rtp_jitter_buffer_get_property):
12982         Debuging cleanups.
12983
12984 2007-04-25  Wim Taymans  <wim@fluendo.com>
12985
12986         * gst/rtpmanager/gstrtpjitterbuffer.c:
12987         (gst_rtp_jitter_buffer_change_state):
12988         Report NO_PREROLL when going to PAUSED.
12989
12990         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12991         Don't send RTCP right before we are shutting down.
12992
12993         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12994         (rtp_session_process_sr), (session_report_blocks),
12995         (rtp_session_perform_reporting):
12996         Improve report blocks.
12997
12998         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12999         (rtp_source_process_rtp), (rtp_source_process_sr),
13000         (rtp_source_process_rb), (rtp_source_get_last_sr),
13001         (rtp_source_get_last_rb):
13002         * gst/rtpmanager/rtpsource.h:
13003         * gst/rtpmanager/rtpstats.h:
13004         Cleanups, add methods to access stats. 
13005
13006 2007-04-25  Wim Taymans  <wim@fluendo.com>
13007
13008         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13009         fix for pad name change
13010
13011         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
13012         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
13013         Fix for renamed methods.
13014
13015         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
13016         (rtp_session_finalize), (rtp_session_set_cname),
13017         (rtp_session_get_cname), (rtp_session_set_name),
13018         (rtp_session_get_name), (rtp_session_set_email),
13019         (rtp_session_get_email), (rtp_session_set_phone),
13020         (rtp_session_get_phone), (rtp_session_set_location),
13021         (rtp_session_get_location), (rtp_session_set_tool),
13022         (rtp_session_get_tool), (rtp_session_set_note),
13023         (rtp_session_get_note), (source_push_rtp), (obtain_source),
13024         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
13025         (rtp_session_create_source), (rtp_session_process_rtp),
13026         (rtp_session_process_sr), (rtp_session_process_sdes),
13027         (rtp_session_process_rtcp), (rtp_session_send_rtp),
13028         (rtp_session_get_reporting_interval), (session_report_blocks),
13029         (session_sdes), (rtp_session_perform_reporting):
13030         * gst/rtpmanager/rtpsession.h:
13031         Prepare for implementing SSRC sampling.
13032         Create SSRC for the session. 
13033         Add methods to set the SDES entries.
13034         fix accounting of senders/receivers.
13035         Implement SR/RR/SDES RTCP reporting.
13036
13037         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
13038         (rtp_source_process_rtp), (rtp_source_process_sr):
13039         * gst/rtpmanager/rtpsource.h:
13040         Implement extended sequence number.
13041
13042         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
13043         * gst/rtpmanager/rtpstats.h:
13044         Rename some fields.
13045
13046 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
13047
13048         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
13049         (gst_y4m_encode_setcaps):
13050         * tests/check/elements/y4menc.c: (GST_START_TEST):
13051           Plug some leaks; try to make build bot happy again.
13052
13053 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         * gst/Makefile.am:
13056           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
13057
13058 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
13059
13060         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
13061           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
13062
13063 2007-04-20  Michael Smith  <msmith@fluendo.com>
13064
13065         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
13066           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
13067           quicktime because of sample rate mismatches.
13068           Reenable overriding the implicit SBR behaviour (accidently changed?)
13069           to allow playback of these files.
13070
13071 2007-04-19  David Schleef  <ds@schleef.org>
13072
13073         * configure.ac:
13074           Change rtpmanager disabling to keep -bad releasable.
13075
13076 2007-04-18  David Schleef  <ds@schleef.org>
13077
13078         * configure.ac:
13079         * gst/Makefile.am:
13080           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
13081           line 268.
13082
13083 2007-04-18  Wim Taymans  <wim@fluendo.com>
13084
13085         * gst/Makefile.am:
13086         Add rtpmanager dir to dist.
13087
13088 2007-04-18  Wim Taymans  <wim@fluendo.com>
13089
13090         * configure.ac:
13091         Disable rtpmanager for now because it depends on CVS -base.
13092
13093         * gst/rtpmanager/Makefile.am:
13094         Added new files for session manager.
13095
13096         * gst/rtpmanager/gstrtpjitterbuffer.h:
13097         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13098         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
13099         Some cleanups. 
13100         the session manager can now also request a pt-map.
13101
13102         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13103         (gst_rtp_session_class_init), (gst_rtp_session_init),
13104         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
13105         (stop_rtcp_thread), (gst_rtp_session_change_state),
13106         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
13107         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
13108         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
13109         (gst_rtp_session_chain_recv_rtp),
13110         (gst_rtp_session_event_recv_rtcp_sink),
13111         (gst_rtp_session_chain_recv_rtcp),
13112         (gst_rtp_session_event_send_rtp_sink),
13113         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
13114         (gst_rtp_session_request_new_pad):
13115         * gst/rtpmanager/gstrtpsession.h:
13116         We can ask for pt-map now too when the session manager needs it.
13117         Hook up to the new session manager, implement the needed callbacks for
13118         pushing data, getting clock time and requesting clock-rates.
13119         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
13120         be send to clients.
13121         Add code to start and stop the thread that will schedule RTCP through
13122         the session manager.
13123
13124         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
13125         (rtp_session_init), (rtp_session_finalize),
13126         (rtp_session_set_property), (rtp_session_get_property),
13127         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
13128         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
13129         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
13130         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
13131         (source_push_rtp), (source_clock_rate), (check_collision),
13132         (obtain_source), (rtp_session_add_source),
13133         (rtp_session_get_num_sources),
13134         (rtp_session_get_num_active_sources),
13135         (rtp_session_get_source_by_ssrc),
13136         (rtp_session_get_source_by_cname), (rtp_session_create_source),
13137         (update_arrival_stats), (rtp_session_process_rtp),
13138         (rtp_session_process_sr), (rtp_session_process_rr),
13139         (rtp_session_process_sdes), (rtp_session_process_bye),
13140         (rtp_session_process_app), (rtp_session_process_rtcp),
13141         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
13142         (rtp_session_produce_rtcp):
13143         * gst/rtpmanager/rtpsession.h:
13144         The advanced beginnings of the main session manager that handles the
13145         participant database of RTPSources, SSRC probation, SSRC collisions,
13146         parse RTCP to update source stats. etc..
13147
13148         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
13149         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
13150         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
13151         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
13152         (push_packet), (get_clock_rate), (calculate_jitter),
13153         (rtp_source_process_rtp), (rtp_source_process_bye),
13154         (rtp_source_send_rtp), (rtp_source_process_sr),
13155         (rtp_source_process_rb):
13156         * gst/rtpmanager/rtpsource.h:
13157         Object that encapsulates an SSRC and its state in the database.
13158         Calculates the jitter and transit times of data packets.
13159
13160         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
13161         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
13162         * gst/rtpmanager/rtpstats.h:
13163         Various stats regarding the session and sources.
13164         Used to calculate the RTCP interval.
13165
13166 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13167
13168         * gst/app/Makefile.am:
13169           Fix CFLAGS and hopefully #430594.
13170
13171 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13172
13173         * gst/nsf/types.h:
13174           Rename #ifndef header guard symbol to something less generic, so
13175           types.h doesn't get skipped over when compiling on MingW. Include
13176           GLib headers and use those to set the endianness and the basic
13177           types so that this isn't entirely broken for non-x86 architectures.
13178
13179 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
13180
13181         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
13182           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
13183           MingW (no idea though why we add a BYTE_ORDER endianness field if
13184           the audio is compressed).
13185
13186 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
13187
13188         * docs/plugins/inspect/plugin-directdraw.xml:
13189         * docs/plugins/inspect/plugin-directsound.xml:
13190         * docs/plugins/inspect/plugin-waveform.xml:
13191           Add xml doc files for Windows sinks
13192         * win32/vs6/libgstqtdemux.dsp:
13193         * win32/vs6/libgstmpegvideoparse.dsp:
13194         * win32/vs6/gst_plugins_bad.dsw:
13195          Update projects files.
13196         
13197 2007-04-13  Wim Taymans  <wim@fluendo.com>
13198
13199         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13200         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
13201         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
13202         * gst/rtpmanager/gstrtpbin.h:
13203         * gst/rtpmanager/gstrtpclient.c:
13204         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13205         (gst_rtp_session_init), (gst_rtp_session_finalize),
13206         (gst_rtp_session_event_recv_rtp_sink),
13207         (gst_rtp_session_event_recv_rtcp_sink),
13208         (gst_rtp_session_chain_recv_rtcp),
13209         (gst_rtp_session_request_new_pad):
13210         Protect lists and structures with locks.
13211         Return FLOW_OK from RTCP messages for now.
13212
13213 2007-04-12  Wim Taymans  <wim@fluendo.com>
13214
13215         * gst/qtdemux/qtdemux.c:
13216         Make timescale 32 bits again so we don't screw up the pts_offset
13217         calculations.
13218
13219 2007-04-12  Wim Taymans  <wim@fluendo.com>
13220
13221         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13222         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
13223         Emit pt map requests and cache results.
13224
13225         * gst/rtpmanager/gstrtpjitterbuffer.c:
13226         (gst_rtp_jitter_buffer_class_init),
13227         (gst_jitter_buffer_sink_parse_caps),
13228         (gst_jitter_buffer_sink_setcaps),
13229         (gst_rtp_jitter_buffer_get_clock_rate),
13230         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
13231         * gst/rtpmanager/gstrtpjitterbuffer.h:
13232         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13233         Emit request-pt-map signals.
13234
13235 2007-04-11  Wim Taymans  <wim@fluendo.com>
13236
13237         * gst/rtpmanager/gstrtpbin-marshal.list:
13238         Some more custom marshallers.
13239
13240         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
13241         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
13242         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
13243         * gst/rtpmanager/gstrtpbin.h:
13244         Prepare for caching pt maps.
13245         Connect to signals to collect pt maps.
13246
13247         * gst/rtpmanager/gstrtpjitterbuffer.c:
13248         (gst_rtp_jitter_buffer_class_init),
13249         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
13250         * gst/rtpmanager/gstrtpjitterbuffer.h:
13251         Add request_clock_rate signal.
13252         Use scale insteat of scale_int because the later does not deal with
13253         negative numbers.
13254
13255         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
13256         (gst_rtp_pt_demux_chain):
13257         * gst/rtpmanager/gstrtpptdemux.h:
13258         Implement request-pt-map signal.
13259
13260 2007-04-11  Wim Taymans  <wim@fluendo.com>
13261
13262         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
13263         (qtdemux_parse_samples), (qtdemux_parse_segments),
13264         (qtdemux_parse_trak), (qtdemux_parse_tree):
13265         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
13266         Handle version 1 mdhd atoms to get extended precision durations.
13267         Fixes #426972.
13268
13269 2007-04-10  Wim Taymans  <wim@fluendo.com>
13270
13271         * gst/rtpmanager/.cvsignore:
13272         * gst/rtpmanager/Makefile.am:
13273         * gst/rtpmanager/gstrtpbin-marshal.list:
13274         Added custom marshallers for signals.
13275
13276         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
13277         * gst/rtpmanager/gstrtpbin.h:
13278         Prepare for emiting pt map signals.
13279
13280         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
13281         * gst/rtpmanager/gstrtpssrcdemux.c:
13282         (gst_rtp_ssrc_demux_class_init):
13283         Fix signals.
13284
13285 2007-04-06  Wim Taymans  <wim@fluendo.com>
13286
13287         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
13288         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
13289         * gst/rtpmanager/gstrtpbin.h:
13290         Provide a clock.
13291
13292 2007-04-06  Wim Taymans  <wim@fluendo.com>
13293
13294         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
13295         Fix pad template name parsing.
13296
13297 2007-04-05  Wim Taymans  <wim@fluendo.com>
13298
13299         * gst/rtpmanager/gstrtpjitterbuffer.c:
13300         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
13301         (gst_rtp_jitter_buffer_loop):
13302         Add some debug and comments.
13303         Fix double unref() in error cases.
13304
13305 2007-04-05  Wim Taymans  <wim@fluendo.com>
13306
13307         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
13308         (gst_rtp_xqt_depay_change_state):
13309         * gst/qtdemux/gstrtpxqtdepay.h:
13310         Try to recover from packet loss a little better.
13311
13312 2007-04-05  Wim Taymans  <wim@fluendo.com>
13313
13314         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13315         (create_session), (find_stream_by_ssrc), (create_stream),
13316         (gst_rtp_bin_class_init), (new_payload_found),
13317         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
13318         (create_send_rtp), (create_rtcp):
13319         * gst/rtpmanager/gstrtpbin.h:
13320         Add debugging category.
13321         Added RTPStream to manage stream per SSRC, each with its own
13322         jitterbuffer and ptdemux.
13323         Added SSRCDemux.
13324         Connect to various SSRC and PT signals and create ghostpads, link stuff.
13325
13326
13327         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13328         Added rtpbin to elements.
13329
13330         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
13331         Fix caps and forward GstFlowReturn
13332
13333         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
13334         (gst_rtp_session_event_recv_rtp_sink),
13335         (gst_rtp_session_chain_recv_rtp),
13336         (gst_rtp_session_event_recv_rtcp_sink),
13337         (gst_rtp_session_chain_recv_rtcp),
13338         (gst_rtp_session_event_send_rtp_sink),
13339         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13340         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13341         (gst_rtp_session_request_new_pad):
13342         Add debug category.
13343         Add event handling
13344
13345         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
13346         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
13347         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
13348         (gst_rtp_ssrc_demux_change_state):
13349         * gst/rtpmanager/gstrtpssrcdemux.h:
13350         Add debug category.
13351         Add new-pt-pad signal.
13352
13353 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13354
13355         submitted by: Mogens Jaeger <mogens@jaeger.tf>
13356
13357         * po/LINGUAS:
13358         * po/da.po:
13359           Added Danish translation.
13360
13361 2007-04-04  Wim Taymans  <wim@fluendo.com>
13362
13363         * gst/rtpmanager/Makefile.am:
13364         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13365         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
13366         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
13367         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
13368         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
13369         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
13370         (gst_rtp_ssrc_demux_change_state):
13371         * gst/rtpmanager/gstrtpssrcdemux.h:
13372         Added simple SSRC demuxer.
13373
13374 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
13375
13376         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
13377         (gst_jack_ring_buffer_acquire):
13378           Try t better name clients. properly handle return codes when re-
13379           establishing links.
13380
13381 2007-04-03  David Schleef  <ds@schleef.org>
13382
13383         * sys/glsink/glimagesink.c:
13384           Fix handling of video/x-raw-yuv.  Add overlay handling.
13385
13386 2007-04-03  Wim Taymans  <wim@fluendo.com>
13387
13388         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
13389         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
13390         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
13391         (gst_rtp_bin_request_new_pad):
13392         * gst/rtpmanager/gstrtpbin.h:
13393         * gst/rtpmanager/gstrtpclient.c:
13394         Some more ghostpad magic.
13395
13396 2007-04-03  Wim Taymans  <wim@fluendo.com>
13397
13398         * gst/rtpmanager/Makefile.am:
13399         Add .h file so it can be disted properly.
13400
13401 2007-04-03  Wim Taymans  <wim@fluendo.com>
13402
13403         * configure.ac:
13404         * gst/rtpmanager/Makefile.am:
13405         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
13406         (signal_waiting_threads), (async_jitter_queue_ref),
13407         (async_jitter_queue_ref_unlocked),
13408         (async_jitter_queue_set_low_threshold),
13409         (async_jitter_queue_set_high_threshold),
13410         (async_jitter_queue_set_max_queue_length),
13411         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
13412         (async_jitter_queue_length_ts_units_unlocked),
13413         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
13414         (async_jitter_queue_lock), (async_jitter_queue_unlock),
13415         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
13416         (async_jitter_queue_push_sorted),
13417         (async_jitter_queue_push_sorted_unlocked),
13418         (async_jitter_queue_insert_after_unlocked),
13419         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
13420         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
13421         (async_jitter_queue_length_unlocked),
13422         (async_jitter_queue_set_flushing_unlocked),
13423         (async_jitter_queue_unset_flushing_unlocked),
13424         (async_jitter_queue_set_blocking_unlocked):
13425         * gst/rtpmanager/async_jitter_queue.h:
13426         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
13427         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
13428         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
13429         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
13430         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
13431         * gst/rtpmanager/gstrtpbin.h:
13432         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
13433         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
13434         (gst_rtp_client_class_init), (gst_rtp_client_init),
13435         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
13436         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
13437         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
13438         * gst/rtpmanager/gstrtpclient.h:
13439         * gst/rtpmanager/gstrtpjitterbuffer.c:
13440         (gst_rtp_jitter_buffer_base_init),
13441         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
13442         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
13443         (gst_jitter_buffer_sink_setcaps), (free_func),
13444         (gst_rtp_jitter_buffer_flush_start),
13445         (gst_rtp_jitter_buffer_flush_stop),
13446         (gst_rtp_jitter_buffer_src_activate_push),
13447         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
13448         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
13449         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
13450         (gst_rtp_jitter_buffer_query),
13451         (gst_rtp_jitter_buffer_set_property),
13452         (gst_rtp_jitter_buffer_get_property):
13453         * gst/rtpmanager/gstrtpjitterbuffer.h:
13454         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
13455         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
13456         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
13457         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
13458         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
13459         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
13460         (gst_rtp_pt_demux_change_state):
13461         * gst/rtpmanager/gstrtpptdemux.h:
13462         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
13463         (gst_rtp_session_class_init), (gst_rtp_session_init),
13464         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
13465         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
13466         (gst_rtp_session_chain_recv_rtp),
13467         (gst_rtp_session_chain_recv_rtcp),
13468         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
13469         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
13470         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
13471         * gst/rtpmanager/gstrtpsession.h:
13472         Add RTP session management elements. Still in progress.
13473
13474 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
13475
13476         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
13477         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
13478         (gst_wavpack_dec_clip_outgoing_buffer),
13479         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
13480         * ext/wavpack/gstwavpackdec.h:
13481         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
13482         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
13483         (gst_wavpack_enc_chain):
13484         * ext/wavpack/gstwavpackenc.h:
13485         * ext/wavpack/gstwavpackparse.c:
13486         Don't play audioconvert. As wavpack wants/outputs all samples with
13487         width==32 and depth=[1,32] accept this and let audioconvert convert
13488         to accepted formats instead of doing it in the element for n*8 depths.
13489         This also adds support for non-n*8 depths and prevents some useless
13490         memory allocations. Fixes #421598
13491         Also add a workaround for bug #421542 in wavpackenc for now...
13492         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13493         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13494         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13495         Consider the change above in the unit tests and test if the correct
13496         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13497         the wavpackparse unit test.
13498
13499         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13500         (gst_wavpack_dec_sink_set_caps):
13501         Set caps on the src pad as soon as possible.
13502
13503         * ext/wavpack/gstwavpackdec.h:
13504         * ext/wavpack/gstwavpackcommon.h:
13505         * ext/wavpack/gstwavpackenc.h:
13506         * ext/wavpack/gstwavpackparse.h:
13507         Fix indention. gst-indent is now called by cicl.
13508
13509 2007-03-28  Edward Hervey  <edward@fluendo.com>
13510
13511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13512         (gst_qtdemux_chain), (qtdemux_parse_samples):
13513         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13514         * gst/qtdemux/qtdemux_dump.h:
13515         * gst/qtdemux/qtdemux_fourcc.h:
13516         * gst/qtdemux/qtdemux_types.c:
13517         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13518         with h264 video).
13519         Use the offset present in 'ctts' to calculate the PTS for each packet
13520         and set the PTS on outgoing buffers.
13521         Fixes #423283
13522
13523 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13524
13525         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13526         debug log and fix a stupid output buffer duration bug.
13527
13528 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13529
13530         Patch by: Michal Benes <michal.benes at itonis tv>
13531         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13532
13533         * configure.ac:
13534         * ext/Makefile.am:
13535         * ext/x264/Makefile.am:
13536         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13537         (gst_x264_enc_analyse_get_type),
13538         (gst_x264_enc_timestamp_queue_init),
13539         (gst_x264_enc_timestamp_queue_free),
13540         (gst_x264_enc_timestamp_queue_put),
13541         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13542         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13543         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13544         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13545         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13546         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13547         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13548         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13549         (plugin_init):
13550         * ext/x264/gstx264enc.h:
13551           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13552           handle 'odd' widths and heights correctly yet.
13553
13554 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13555
13556         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13557           Remove 'channel-positions' field when munging input caps into
13558           1-channel output caps (I guess technically we should set the
13559           position for each channel on the output caps if it's non-NONE,
13560           but I'll save that as a task for another day).
13561
13562 2007-03-23  Michael Smith  <msmith@fluendo.com>
13563
13564         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13565         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13566         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13567         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13568         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13569         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13570         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13571         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13572         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13573         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13574         (vmnc_dec_set_property), (vmnc_dec_get_property):
13575           Redesign to include a parser for raw files (no timestamps in that
13576           mode yet, though).
13577
13578 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13579
13580         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13581         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13582         (gst_deinterleave_chain):
13583           Don't leak input buffer in chain function; maintain our own list of
13584           source pads - there are no guarantees about the order of the list
13585           in the GstElement struct, and we want a very specific order; lastly,
13586           some more debugging.
13587
13588 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13589
13590         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13591           Alloc user agent string only once.
13592
13593 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13594
13595         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13596         Revert last commit, preventing infinite plugging loops with ranks
13597         is no clean solution and in general there's no reason why one wants
13598         to parse framed wavpack data again.
13599
13600 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13601
13602         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13603         Send the new segment event in time format instead of bytes. This
13604         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13605
13606         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13607         Accept framed and non-framed input, wavpackparse doesn't care. To
13608         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13609         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13610         ..." pipelines.
13611
13612 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13613
13614         * gst-libs/gst/app/Makefile.am:
13615           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13616           can confirm that was what he wanted.
13617
13618 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13619
13620         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13621         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13622         Thanks to Jan and Mike for noticing my mistake.
13623
13624 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13625
13626         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13627         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13628         (gst_wavpack_enc_rewrite_first_block):
13629         * ext/wavpack/gstwavpackenc.h:
13630         Put the write helpers into the GstWavpackEnc struct directly and not
13631         as a pointer to save two small, but useless mallocs. This also makes
13632         it possible to drop the finalize method.
13633         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13634         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13635         buffers the same way wavpackenc does it.
13636
13637 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13638
13639         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13640         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13641         BaseTransform-based elements will likely break because of wrong
13642         unit-size. Also plug a possible memleak that happens when decoding
13643         fails for some reason.
13644
13645 2007-03-18  Wim Taymans  <wim@fluendo.com>
13646
13647         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13648
13649         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13650         Don't need to take the connection lock, it will not be used and could
13651         cause deadlocks.
13652
13653 2007-03-16  Edward Hervey  <edward@fluendo.com>
13654
13655         * sys/osxvideo/osxvideosink.m:
13656         Fix previous commit, we want to pass the NSView in the message.
13657
13658 2007-03-16  Edward Hervey  <edward@fluendo.com>
13659
13660         * sys/osxvideo/osxvideosink.m:
13661         Emit 'have-ns-view' message when working in embedded mode. The message
13662         will contain a pointer to the newly created NSView.
13663
13664 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13665
13666         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13667         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13668         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13669         (mpeg_util_parse_picture_hdr):
13670         * gst/mpegvideoparse/mpegpacketiser.h:
13671         * gst/mpegvideoparse/mpegvideoparse.c:
13672         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13673         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13674         (mpv_parse_sink_event), (plugin_init):
13675         * gst/mpegvideoparse/mpegvideoparse.h:
13676         Move the MPEG specific byte parsing into the mpegpacketiser code.
13677
13678         Add parsing of picture types, that just feeds into a debug message
13679         for now.
13680
13681         Fix some 64-bit format strings.
13682
13683 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13684
13685         * gst/mpegaudioparse:
13686         Remove empty dir.
13687
13688 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13689
13690         * gst/equalizer/gstiirequalizer10bands.c:
13691         (gst_iir_equalizer_10bands_init):
13692           A 10 band EQ should be initialized to 10 bands and not to 3.
13693
13694 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13695
13696         * configure.ac:
13697         * gst/mpeg1videoparse/Makefile.am:
13698         * gst/mpeg1videoparse/gstmp1videoparse.c:
13699         * gst/mpeg1videoparse/gstmp1videoparse.h:
13700         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13701         * gst/mpegvideoparse/Makefile.am:
13702         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13703         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13704         (mpeg_packetiser_flush), (mpeg_find_start_code),
13705         (get_next_free_block), (complete_current_block),
13706         (append_to_current_block), (start_new_block), (handle_packet),
13707         (collect_packets), (mpeg_packetiser_handle_eos),
13708         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13709         * gst/mpegvideoparse/mpegpacketiser.h:
13710         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13711         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13712         (mpv_parse_reset), (gst_mpegvideoparse_init),
13713         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13714         (set_fps_from_code), (mpegvideoparse_parse_seq),
13715         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13716         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13717         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13718         (plugin_init):
13719         * gst/mpegvideoparse/mpegvideoparse.h:
13720         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13721         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13722         that it's below existing decoders.
13723         
13724         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13725         MPEG-2 now.
13726
13727         Re-write the parsing code so that it collects packets differently
13728         and timestamps Picture packets correctly.
13729
13730         Add a list of FIXME's at the top.
13731
13732 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13733
13734         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13735         (equalizer_set_all_band_values),
13736         (equalizer_set_band_value_and_wait),
13737         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13738         (main):
13739           Port the example to new equalizer api.
13740
13741 2007-03-14  Edward Hervey  <edward@fluendo.com>
13742
13743         * sys/osxvideo/cocoawindow.h:
13744         * sys/osxvideo/cocoawindow.m:
13745         * sys/osxvideo/osxvideosink.h:
13746         * sys/osxvideo/osxvideosink.m:
13747         Fix leaks when running a NSApp.
13748         Accept any kind of resolutions.
13749         Works in fullscreen. Can maximize.
13750         Only thing left before being able to move this to -good is documentation
13751         and embedded window support.
13752
13753 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13754
13755         * po/hu.po:
13756         * po/it.po:
13757         * po/sv.po:
13758           Updated translations.
13759
13760 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13761
13762         * gst/equalizer/Makefile.am:
13763         * gst/equalizer/gstiirequalizer.c: (_do_init),
13764         (gst_iir_equalizer_band_set_property),
13765         (gst_iir_equalizer_band_class_init),
13766         (gst_iir_equalizer_band_get_type),
13767         (gst_iir_equalizer_child_proxy_get_child_by_index),
13768         (gst_iir_equalizer_child_proxy_get_children_count),
13769         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13770         (gst_iir_equalizer_compute_frequencies),
13771         (gst_iir_equalizer_transform_ip), (plugin_init):
13772         * gst/equalizer/gstiirequalizer10bands.c:
13773         (gst_iir_equalizer_10bands_base_init),
13774         (gst_iir_equalizer_10bands_class_init),
13775         (gst_iir_equalizer_10bands_init),
13776         (gst_iir_equalizer_10bands_set_property),
13777         (gst_iir_equalizer_10bands_get_property):
13778         * gst/equalizer/gstiirequalizer10bands.h:
13779         * gst/equalizer/gstiirequalizer3bands.c:
13780         (gst_iir_equalizer_3bands_base_init),
13781         (gst_iir_equalizer_3bands_class_init),
13782         (gst_iir_equalizer_3bands_init),
13783         (gst_iir_equalizer_3bands_set_property),
13784         (gst_iir_equalizer_3bands_get_property):
13785         * gst/equalizer/gstiirequalizer3bands.h:
13786         * gst/equalizer/gstiirequalizernbands.c:
13787         (gst_iir_equalizer_nbands_base_init),
13788         (gst_iir_equalizer_nbands_init):
13789           Add 3 and 10 band version and add missing gst_object_sync_values.
13790
13791         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13792         (gst_spectrum_transform_ip):
13793           Add some comments about float support.
13794
13795 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13796
13797         * gst/mpegaudioparse/Makefile.am:
13798         * gst/mpegaudioparse/gstmpegaudioparse.c:
13799         * gst/mpegaudioparse/gstmpegaudioparse.h:
13800         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13801         Remove bogus 2nd copy of mp3parse - it's actually
13802         in -ugly.
13803
13804 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13805
13806         * examples/app/.cvsignore:
13807         The buildbot demands .cvsignore files, and I comply.
13808
13809 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13810
13811         * sys/directdraw/gstdirectdrawsink.c:
13812         * sys/directdraw/gstdirectdrawsink.h:
13813         Handle display mode changes during playback.
13814
13815 2007-03-10  David Schleef  <ds@schleef.org>
13816
13817         * configure.ac:
13818         * examples/Makefile.am:
13819         * examples/app/Makefile.am:
13820         * examples/app/appsrc_ex.c:
13821           Add appsrc/appsink example.
13822         * gst-libs/gst/app/Makefile.am:
13823         * gst-libs/gst/app/gstapp.c:
13824         * gst-libs/gst/app/gstappsink.c:
13825         * gst-libs/gst/app/gstappsink.h:
13826         * gst/app/gstapp.c:
13827           Add appsink.
13828
13829 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13830
13831         * ext/nas/nassink.c: (NAS_createFlow):
13832         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13833           Printf format string fixes.
13834
13835 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13836
13837         * gst/equalizer/Makefile.am:
13838         * gst/equalizer/gstiirequalizer.c: (_do_init),
13839         (gst_iir_equalizer_band_set_property),
13840         (gst_iir_equalizer_band_get_property),
13841         (gst_iir_equalizer_band_class_init),
13842         (gst_iir_equalizer_band_get_type),
13843         (gst_iir_equalizer_child_proxy_get_child_by_index),
13844         (gst_iir_equalizer_child_proxy_get_children_count),
13845         (gst_iir_equalizer_child_proxy_interface_init),
13846         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13847         (gst_iir_equalizer_finalize), (setup_filter),
13848         (gst_iir_equalizer_compute_frequencies),
13849         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13850         (gst_iir_equalizer_setup), (plugin_init):
13851         * gst/equalizer/gstiirequalizer.h:
13852         * gst/equalizer/gstiirequalizernbands.c:
13853         (gst_iir_equalizer_nbands_base_init),
13854         (gst_iir_equalizer_nbands_class_init),
13855         (gst_iir_equalizer_nbands_init),
13856         (gst_iir_equalizer_nbands_set_property),
13857         (gst_iir_equalizer_nbands_get_property):
13858         * gst/equalizer/gstiirequalizernbands.h:
13859           Refactor plugin into a base class and a first subclass (nband eq). The
13860           nband eq uses GstChildProxy and is controlable. More subclasses will
13861           follow.
13862
13863 2007-03-08  Wim Taymans  <wim@fluendo.com>
13864
13865         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13866
13867         * ext/jack/Makefile.am:
13868         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13869         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13870         (jack_shutdown_cb), (connection_find),
13871         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13872         (gst_jack_audio_unref_connection),
13873         (gst_jack_audio_connection_add_client),
13874         (gst_jack_audio_connection_remove_client),
13875         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13876         (gst_jack_audio_client_get_client),
13877         (gst_jack_audio_client_set_active):
13878         * ext/jack/gstjackaudioclient.h:
13879         Make an object to manage client connections to the jack server which we
13880         will use in the future to run selected jack elements with the same jack
13881         connection.
13882         Make some stuff a bit more threadsafe.
13883         Activate the jack client ASAP.
13884
13885         * ext/jack/gstjackaudiosink.c:
13886         (gst_jack_audio_sink_allocate_channels),
13887         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13888         (gst_jack_ring_buffer_open_device),
13889         (gst_jack_ring_buffer_close_device),
13890         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13891         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13892         (gst_jack_audio_sink_getcaps):
13893         * ext/jack/gstjackaudiosink.h:
13894         Use new client object to manage connections.
13895         Don't remove and recreate all ports, try to reuse them.
13896
13897 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13898
13899         * ext/wavpack/gstwavpack.c: (plugin_init):
13900         * ext/wavpack/gstwavpackcommon.c:
13901           Use a general wavpack debug category for common code.
13902         * ext/wavpack/gstwavpackstreamreader.c:
13903         (gst_wavpack_stream_reader_set_pos_abs),
13904         (gst_wavpack_stream_reader_set_pos_rel),
13905         (gst_wavpack_stream_reader_write_bytes):
13906           Use the general wavpack debug category here too and add debug
13907           output to the functions that should not be called at all by
13908           the wavpack library.
13909         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13910         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13911         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13912           Change debugging category names to conform to the conventions.
13913
13914 2007-03-07  Edward Hervey  <edward@fluendo.com>
13915
13916         * gst/qtdemux/qtdemux.c:
13917         * gst/qtdemux/qtdemux.h:
13918         Share qtdemux debug category across all files, otherwise all debugging
13919         in files other than qtdemux.c would end up in the default category.
13920
13921 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13922
13923         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13924         (gst_spectrum_event), (gst_spectrum_transform_ip):
13925         * gst/spectrum/gstspectrum.h:
13926           One FIXME less, by resolving message timestamps against the playback
13927           segment.
13928
13929 2007-03-06  Wim Taymans  <wim@fluendo.com>
13930
13931         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13932         (gst_spectrum_init), (gst_spectrum_set_property),
13933         (gst_spectrum_transform_ip):
13934         Fix and cleanup default property values.
13935         Add FIXMEs for stuff that looks rather wrong.
13936
13937 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13938
13939         * gst/spectrum/demo-audiotest.c: (message_handler):
13940         * gst/spectrum/demo-osssrc.c: (message_handler):
13941           Remove two obsolete and confusing comments.
13942
13943 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13944
13945         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13946         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13947         (gst_nas_sink_unprepare):
13948           Some more cleanups/changes; use boilerplate macro.
13949
13950 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13951
13952         * ext/nas/Makefile.am:
13953         * ext/nas/README:
13954         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13955         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13956         (gst_nas_sink_init), (gst_nas_sink_finalize),
13957         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13958         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13959         (gst_nas_sink_reset), (gst_nas_sink_write),
13960         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13961         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13962         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13963         (NAS_createFlow), (plugin_init):
13964         * ext/nas/nassink.h:
13965           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13966           and LIBS to Makefile.am; rename structure, macros and functions
13967           according to canonical naming scheme; move some things around a bit;
13968           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13969           file that didn't really contain any useful information anyway (the
13970           useful bits have been moved into the 'host' property description).
13971
13972 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13973
13974         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13975         Chain up in finalize.
13976
13977 2007-03-03  Michael Smith  <msmith@fluendo.com>
13978
13979         * configure.ac:
13980         * gst/vmnc/Makefile.am:
13981           Fix up dist.
13982
13983 2007-03-03  Michael Smith  <msmith@fluendo.com>
13984
13985         * configure.ac:
13986         * gst/vmnc/Makefile.am:
13987         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13988         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13989         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13990         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13991         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13992         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13993         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13994         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13995         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13996         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13997         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13998           Add VMnc decoder.
13999           Still missing support for:
14000            - rectangle types I didn't find in my samples (e.g. copy, RRE,
14001              ZRLE)
14002            - alpha-composited cursors
14003
14004 2007-03-03  David Schleef  <ds@schleef.org>
14005
14006         * gst-libs/gst/app/Makefile.am:
14007           Install the headers.
14008
14009 2007-03-03  David Schleef  <ds@schleef.org>
14010
14011         * gst-libs/gst/app/Makefile.am:
14012         * gst-libs/gst/app/gstappbuffer.c:
14013         * gst-libs/gst/app/gstappbuffer.h:
14014         * gst-libs/gst/app/gstappsrc.c:
14015           Add GstAppBuffer that includes a callback and closure for
14016           proper handling of data chunks.
14017
14018 2007-03-03  David Schleef  <ds@schleef.org>
14019
14020         * gst-libs/gst/app/gstappsrc.c:
14021         * gst-libs/gst/app/gstappsrc.h:
14022           Hacking to address issues in 413418.
14023
14024 2007-03-03  David Schleef  <ds@schleef.org>
14025
14026         * Makefile.am:
14027         * configure.ac:
14028         * ext/Makefile.am:
14029         * gst-libs/gst/Makefile.am:
14030         * gst-libs/gst/app/Makefile.am:
14031         * gst-libs/gst/app/gstapp.c:
14032         * gst-libs/gst/app/gstappsrc.c:
14033         * gst-libs/gst/app/gstappsrc.h:
14034         * gst/app/Makefile.am:
14035         * gst/app/gstapp.c:
14036         * gst/app/gstappsrc.c:
14037         * gst/app/gstappsrc.h:
14038           Move the app library to gst-libs/gst/app (duh!)
14039
14040 2007-03-02 Christian Schaller <christian at fluendo dot com>
14041         
14042         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
14043
14044         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
14045
14046 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14047
14048         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
14049           A few small clean-ups.
14050
14051         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
14052           More debug output for failure cases.
14053
14054 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14055
14056         Patch by: Young-Ho Cha  <ganadist at chollian net>
14057
14058         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
14059         (gst_dtsdec_change_state):
14060           Don't do forced downmixing to stereo, but check what downstream
14061           can do and let libdts do the downmixing based on that (#400555).
14062
14063 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14064
14065         Patch by: Lutz Mueller  <lutz topfrose de>
14066
14067         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14068         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
14069         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
14070         (gst_neonhttp_src_send_request_and_redirect),
14071         (gst_neonhttp_src_uri_set_uri):
14072         * ext/neon/gstneonhttpsrc.h:
14073           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
14074           member (#388050).
14075
14076         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
14077           Fix bogus URI to something that actually exists, otherwise we just
14078           bypass the test (and also to something that doesn't redirect, since
14079           neonhttpsrc doesn't seem to handle this very gracefully yet)
14080
14081 2007-03-01  Chris Lord <chris@openedhand.com>
14082
14083         Reviewed by Christian Schaller <christian@fluendo.com>
14084
14085         Fixes Bug 357055
14086         * ext/ivorbis/Makefile.am:
14087         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
14088         * ext/ivorbis/vorbisdec.h
14089         * ext/ivorbis/vorbis.c :
14090
14091 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
14092
14093         * tests/check/Makefile.am:
14094         Draw plugins in from the build tree sys/ dir, rather than
14095         picking up the already installed versions.
14096
14097 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14098
14099         * configure.ac:
14100           Convert to new AG_GST style.
14101
14102 2007-02-27  Christian Schaller <christian at fluendo dot com>
14103
14104         * sys/direct*: Add Pioneers of the Inevitable to copyright
14105         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
14106
14107 2007-02-27  Edward Hervey  <edward@fluendo.com>
14108
14109         * sys/osxvideo/cocoawindow.h:
14110         * sys/osxvideo/cocoawindow.m:
14111         * sys/osxvideo/osxvideosink.h:
14112         * sys/osxvideo/osxvideosink.m:
14113         Disable the cocoa event loop since it's a huge memory leak. Should only
14114         matter if the sink isn't used within an NSApp (which has already got
14115         a coca event loop).
14116         Remove all unused code.
14117
14118 2007-02-26  David Schleef  <ds@schleef.org>
14119
14120         * configure.ac:
14121         * gst/app/Makefile.am:
14122         * gst/app/gstapp.c:
14123         * gst/app/gstappsrc.c:
14124         * gst/app/gstappsrc.h:
14125           Add a new plugin/library to make it easy for apps to shove
14126           data into a pipeline.
14127
14128 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
14129
14130         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
14131         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
14132           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
14133           errors in certain situations (e.g. dec ! cs ! ximagesink and the
14134           imagesink window is resized); also, some minor clean-ups.
14135
14136 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
14137
14138         * configure.ac:
14139         * ext/gsm/Makefile.am:
14140         * ext/ladspa/Makefile.am:
14141         * ext/wavpack/Makefile.am:
14142         * gst/equalizer/Makefile.am:
14143         * gst/filter/Makefile.am:
14144         * gst/mve/Makefile.am:
14145         * gst/nsf/Makefile.am:
14146         * gst/replaygain/Makefile.am:
14147         * gst/speed/Makefile.am:
14148           Fix build with LDFLAGS='-Wl,-z,defs'.
14149
14150 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
14151
14152         * sys/directsound/gstdirectsoundsink.c:
14153         * sys/directsound/gstdirectsoundsink.h:
14154           Remove include of unused headers.
14155         * sys/waveform/gstwaveformplugin.c:
14156         * sys/waveform/gstwaveformsink.c:
14157         * sys/waveform/gstwaveformsink.h:
14158         * win32/vs6/libgstwaveform.dsp:
14159           Add a new waveform plugin which includes an audio sink 
14160           element using the WaveForm win32 API.
14161         * win32/MANIFEST:
14162           Add the new project file form waveform plugin.
14163         
14164 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
14165         
14166         * sys/directdraw/gstdirectdrawplugin.c:
14167         * sys/directdraw/gstdirectdrawsink.c:
14168         * sys/directdraw/gstdirectdrawsink.h:
14169           Prepare the plugin to move to good:
14170           Remove unused/untested code (rendering to an extern surface,
14171           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
14172       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
14173           Add gtk doc section
14174           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
14175           respecting destination surface stride.
14176         * sys/directsound/gstdirectsoundplugin.c:
14177         * sys/directsound/gstdirectsoundsink.c:
14178         * sys/directsound/gstdirectsoundsink.h:
14179           Prepare the plugin to move to good:
14180           Rename all functions from gst_directsoundsink to gst_directsound_sink.
14181           Add gtk doc section
14182         * win32/common/config.h.in:
14183         * win32/MANIFEST:
14184           Add config.h.in
14185
14186 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
14187
14188         * configure.ac:
14189         * docs/plugins/Makefile.am:
14190           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
14191           timidity.cfg check.
14192
14193         * ext/timidity/gsttimidity.c: (plugin_init):
14194           Also build if no config was detected at configure time.
14195
14196 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14197
14198         * configure.ac:
14199         * ext/timidity/Makefile.am:
14200         * ext/timidity/gsttimidity.c: (plugin_init):
14201         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
14202         (gst_wildmidi_class_init), (gst_wildmidi_init),
14203         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
14204         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
14205         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
14206         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
14207         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
14208         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
14209         (gst_wildmidi_loop), (gst_wildmidi_change_state),
14210         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
14211         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
14212         * ext/timidity/gstwildmidi.h:
14213           Add second midi renderer. Fix some double frees and leaks. Clean up
14214           logging.
14215
14216 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
14217
14218         * Makefile.am:
14219           Add win32 MANIFEST
14220         * sys/directdraw/gstdirectdrawsink.c:
14221         * sys/directdraw/gstdirectdrawsink.h:
14222           Clear unused code and add comments.
14223           Remove yuv from template caps, it only supports RGB
14224           actually.
14225           Implement XOverlay interface and remove window and fullscreen 
14226           properties.
14227           Add debug logs.
14228           Test for blit capabilities to return only the current colorspace if
14229           the hardware can't blit for one colorspace to another.
14230         * sys/directsound/gstdirectsoundsink.c:
14231           Add some debugs.
14232         * win32/MANIFEST:
14233           Add VS7 project files and solution.
14234         * win32/vs6/gst_plugins_bad.dsw:
14235         * win32/vs6/libgstdirectdraw.dsp:
14236         * win32/vs6/libgstdirectsound.dsp:
14237         * win32/vs6/libgstqtdemux.dsp:
14238           Update project files.
14239
14240 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14241
14242         * ext/faad/gstfaad.c:
14243           Also update the comment that describes the hack.
14244
14245 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14246
14247         * configure.ac:
14248           Tell the code which faad it is, so that we can adjust the hacks
14249           needed.
14250
14251         * ext/faad/gstfaad.c:
14252           Make our hacks dependent on the fadd lib in use.
14253
14254 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
14255
14256         * configure.ac:
14257           Fix faad detection to support also fadd with new symbol prefix.
14258           ChangeLog surgery.
14259           
14260 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
14261
14262         Patch by: Wouter Paesen <wouter@blue-gate.be>
14263
14264         * configure.ac:
14265         * ext/Makefile.am:
14266         * ext/timidity/Makefile.am:
14267         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
14268         (gst_timidity_class_init), (gst_timidity_init),
14269         (gst_timidity_set_song_options), (gst_timidity_src_convert),
14270         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
14271         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
14272         (gst_timidity_src_event), (gst_timidity_activate),
14273         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
14274         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
14275         (gst_timidity_get_buffer), (gst_timidity_loop),
14276         (gst_timidity_change_state), (gst_timidity_typefind),
14277         (plugin_init):
14278         * ext/timidity/gsttimidity.h:
14279           Add timidity midi render plugin (#403992)
14280
14281 2007-02-07  Edward Hervey  <edward@fluendo.com>
14282
14283         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
14284         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
14285         Switched to using gst_pad_get_parent().
14286
14287 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14288
14289         * gst/modplug/gstmodplug.cc:
14290           Remove superfluous gst_caps_get_structure() call.
14291
14292 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14293
14294         * configure.ac:
14295           Increase required libsndfile version to a version that's known to
14296           have the function sf_write_sync() to make the build bots happy.
14297
14298 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
14299
14300         * ext/sndfile/gstsfsrc.c:
14301           Fix build (installed setup).
14302
14303 2007-02-05  Andy Wingo  <wingo@pobox.com>
14304
14305         * ext/sndfile/Makefile.am:
14306         * ext/sndfile/gstsfsrc.h:
14307         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
14308         random access woo.
14309
14310 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
14311
14312         * configure.ac:
14313         * gst/equalizer/Makefile.am:
14314         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
14315         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
14316         (setup_filter), (gst_iir_equalizer_compute_frequencies),
14317         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14318         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
14319         (plugin_init):
14320         * gst/equalizer/gstiirequalizer.h:
14321           Fix up to use the newly ported (actually working) GstAudioFilter.
14322           Bump core/base requirements to CVS for this.
14323
14324         * tests/icles/.cvsignore:
14325         * tests/icles/Makefile.am:
14326         * tests/icles/equalizer-test.c: (check_bus),
14327         (equalizer_set_band_value), (equalizer_set_all_band_values),
14328         (equalizer_set_band_value_and_wait),
14329         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
14330         (main):
14331           Add brain-dead interactive test for equalizer.
14332
14333 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
14336         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14337         (gst_iir_equalizer_filter_inplace):
14338           Rename "values" property to "band-values" and change type into a
14339           GValueArray, so it's more easily bindable and the range of the
14340           values passed in is defined and checked etc.; also do some
14341           locking.
14342
14343 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14344
14345         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
14346
14347         * configure.ac:
14348         * gst/equalizer/Makefile.am:
14349         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14350         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14351         (gst_iir_equalizer_compute_frequencies),
14352         (gst_iir_equalizer_set_property),
14353         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14354         (plugin_init):
14355           Port equalizer plugin to 0.10 (#403572).
14356
14357 2007-02-02  Andy Wingo  <wingo@pobox.com>
14358
14359         * configure.ac: 
14360         * ext/Makefile.am
14361         * ext/sndfile/Makefile.am:
14362         * ext/sndfile/gstsf.c:
14363         * ext/sndfile/gstsf.h:
14364         * ext/sndfile/gstsfsink.c:
14365         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
14366         push mode with interleaved float or int data.
14367
14368 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
14369
14370         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
14371           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
14372           (which didn't happen previously because the klass string didn't
14373           contain anything autoaudiosink was looking for).
14374
14375 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14376
14377         * gst/real/gstrealaudiodec.c:
14378         * gst/real/gstrealvideodec.c:
14379           Fix classification in GstElementDetails.
14380
14381 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
14382
14383         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
14384         (gst_wavpack_parse_handle_seek_event),
14385         (gst_wavpack_parse_create_src_pad):
14386         Fix a off by one that leads to the duration reported as one
14387         sample less than it is
14388
14389 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
14390
14391         * ext/alsaspdif/alsaspdifsink.c:
14392         * gst/nsf/gstnsf.c:
14393           Fix classification in GstElementDetails.
14394
14395         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
14396         (gst_ladspa_class_init):
14397           Improve Klassification and reduce code slighly.
14398
14399 2007-01-30  Edward Hervey  <edward@fluendo.com>
14400
14401         * configure.ac:
14402         Check for an Objective C compiler
14403         * sys/Makefile.am:
14404         * sys/osxvideo/Makefile.am:
14405         * sys/osxvideo/cocoawindow.h:
14406         * sys/osxvideo/cocoawindow.m:
14407         * sys/osxvideo/osxvideosink.h:
14408         * sys/osxvideo/osxvideosink.m:
14409         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
14410         Fixes #402470
14411
14412 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         * gst/videocrop/gstvideocrop.c:
14415         (gst_video_crop_get_image_details_from_caps),
14416         (gst_video_crop_transform_packed_complex):
14417           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
14418
14419         * tests/icles/videocrop-test.c: (check_bus_for_errors),
14420         (test_with_caps), (main):
14421           Block streaming thread before changing filter caps while the
14422           pipeline is running so that we don't get random not-negotiated
14423           errors just because GStreamer can't handle that yet.
14424
14425 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
14426
14427         * ext/ladspa/Makefile.am:
14428         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
14429           add GstController support to ladspa
14430
14431 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
14434
14435         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
14436         (gst_mythtv_src_next_program_chain):
14437           Remove sleep calls, they've been moved into the library now ...
14438           (#354451).
14439
14440 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
14441
14442         * tests/icles/videocrop-test.c: (test_with_caps):
14443           Catch errors while the test is running.
14444
14445 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14446
14447         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
14448         Fix the SEEKING query. We can seek if we are in pull mode, not the
14449         other way around. Also set the correct format in the seeking query and
14450         handle the case where the headers are not read yet and we can't say
14451         anything about our seeking capabilities.
14452         
14453 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
14454
14455         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
14456         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
14457         Fix spelling in 2 places: It's called Wavpack, not WavePack.
14458
14459 2007-01-25  Edward Hervey  <edward@fluendo.com>
14460
14461         * gst/multifile/gstmultifilesink.c:
14462         (gst_multi_file_sink_class_init):
14463         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
14464         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
14465         (gst_mve_video_palette), (gst_mve_video_code_map),
14466         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
14467         (gst_mve_demux_chain):
14468         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
14469         * gst/mve/mveaudioenc.c: (mve_compress_audio):
14470         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
14471         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
14472         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
14473         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
14474         Use proper print statements.
14475         Fixes build on mac os x.
14476         <wingo> oo look at me my name is edward i'm hacking on macos wooo
14477
14478 2007-01-24  Wim Taymans  <wim@fluendo.com>
14479
14480         * gst/qtdemux/gstrtpxqtdepay.c:
14481         Fix caps on the depayloader.
14482
14483 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
14484
14485         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
14486           Use break here instead of goto.
14487
14488 2007-01-13  Andy Wingo  <wingo@pobox.com>
14489
14490         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14491         Use fixed caps on src pads.
14492         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14493         seem to have reverse midas disease!
14494         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14495         and set caps on outgoing buffers. Fixes #395597, I think.
14496
14497         * gst/interleave/interleave.c (gst_interleave_init): Init the
14498         activation mode properly.
14499         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14500         (gst_interleave_init): Set a setcaps and getcaps function on the
14501         src pad, so that we can implement pull-mode negotiation.
14502         (gst_interleave_sink_setcaps): Renamed from
14503         gst_interleave_setcaps, as it only does the sink logic now.
14504         Implement both for pull-mode and push-mode.
14505         (gst_interleave_process): Set caps on our outgoing buffer.
14506         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14507         What is up with this.
14508
14509 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14512         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14513         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14514         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14515         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14516         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14517         (gst_mythtv_src_uri_get_type):
14518           Clean up a bit, mostly the debug statements; fix deadlock in
14519           _set_property() in the error cases; fix up query function.
14520
14521 2007-01-12  Andy Wingo  <wingo@pobox.com>
14522
14523         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14524         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14525         Remove fixate/ouija stuff, thankfully, due to the new
14526         part-negotiation.txt pull-mode negotiation scheme.
14527         (gst_signal_processor_setcaps_pull)
14528         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14529         proxying for pull mode. Now this works: ladspa-sine-fcac !
14530         audioconvert ! alsasink.
14531
14532 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14533
14534         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14535
14536         * configure.ac:
14537         * gst-plugins-bad.spec.in:
14538         * ext/Makefile.am:
14539         * ext/mythtv/Makefile.am:
14540         * ext/mythtv/gstmythtvsrc.c:
14541         * ext/mythtv/gstmythtvsrc.h:
14542         MythTV client source plugin created (#354451).
14543
14544 2007-01-12  Wim Taymans  <wim@fluendo.com>
14545
14546         * gst/qtdemux/Makefile.am:
14547         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14548         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14549         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14550         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14551         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14552         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14553         * gst/qtdemux/gstrtpxqtdepay.h:
14554         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14555         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14556         (qtdemux_parse_moov), (qtdemux_parse_container),
14557         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14558         (qtdemux_parse_trak), (qtdemux_audio_caps):
14559         * gst/qtdemux/qtdemux.h:
14560         * gst/qtdemux/quicktime.c: (plugin_init):
14561         Add X-QT depayloader that will eventually share code with the demuxer.
14562         Make new plugin entry point with quicktime releated stuff.
14563
14564 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * gst/qtdemux/Makefile.am:
14567           Dist all new files.
14568
14569 2007-01-12  Wim Taymans  <wim@fluendo.com>
14570
14571         * docs/plugins/Makefile.am:
14572         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14573         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14574         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14575         * docs/plugins/gst-plugins-bad-plugins.signals:
14576         * docs/plugins/inspect/plugin-qtdemux.xml:
14577         Activate docs for jack, sdl and qtdemux.
14578
14579 2007-01-12  Wim Taymans  <wim@fluendo.com>
14580
14581         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14582         (jack_buffer_size_cb), (jack_shutdown_cb),
14583         (gst_jack_ring_buffer_acquire):
14584         * ext/jack/gstjackaudiosink.h:
14585         Improve docs.
14586
14587 2007-01-12  Wim Taymans  <wim@fluendo.com>
14588
14589         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14590         Fix typo in docs.
14591
14592 2007-01-12  Wim Taymans  <wim@fluendo.com>
14593
14594         * gst/qtdemux/Makefile.am:
14595         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14596         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14597         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14598         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14599         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14600         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14601         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14602         (qtdemux_parse_samples), (qtdemux_parse_segments),
14603         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14604         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14605         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14606         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14607         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14608         (qtdemux_video_caps), (qtdemux_audio_caps):
14609         * gst/qtdemux/qtdemux.h:
14610         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14611         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14612         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14613         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14614         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14615         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14616         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14617         (qtdemux_node_dump):
14618         * gst/qtdemux/qtdemux_dump.h:
14619         * gst/qtdemux/qtdemux_fourcc.h:
14620         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14621         * gst/qtdemux/qtdemux_types.h:
14622         * gst/qtdemux/qtpalette.h:
14623         Cleanup and refactor to make the code more readable.
14624         Move debugging/tables into separate files.
14625         Add 2/4/16 color palletee support.
14626         Fix raw 15 bit RGB handling.
14627         Use more FOURCC constants.
14628         Add some docs.
14629
14630 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14631
14632         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14633
14634         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14635         (gst_wavpack_enc_correction_mode_get_type),
14636         (gst_wavpack_enc_joint_stereo_mode_get_type):
14637           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14638
14639 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14642         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14643         (gst_mve_add_stream):
14644           Support SEEKING query (bad news now delivered properly!); add event
14645           function to source pads to make sure seeks aren't propagated
14646           upstream, even if they aren't handled.
14647
14648 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         Patch by: Jens Granseuer  <jensgr at gmx net>
14651
14652         * configure.ac:
14653         * gst/mve/Makefile.am:
14654         * gst/mve/TODO:
14655         * gst/mve/gstmve.c:
14656         * gst/mve/gstmvedemux.c:
14657         * gst/mve/gstmvedemux.h:
14658         * gst/mve/gstmvemux.c:
14659         * gst/mve/gstmvemux.h:
14660         * gst/mve/mve.h:
14661         * gst/mve/mveaudiodec.c:
14662         * gst/mve/mveaudioenc.c:
14663         * gst/mve/mvevideodec16.c:
14664         * gst/mve/mvevideodec8.c:
14665         * gst/mve/mvevideoenc16.c:
14666         * gst/mve/mvevideoenc8.c:
14667           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14668           doesn't support seeking yet, but seems to work fine otherwise.
14669           Closes #348973.
14670
14671 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14672
14673         * gst/real/Makefile.am:
14674           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14675
14676 2007-01-07  Andy Wingo  <wingo@pobox.com>
14677
14678         * configure.ac: 
14679         * gst/interleave/Makefile.am: 
14680         * gst/interleave/plugin.h: 
14681         * gst/interleave/plugin.c: 
14682         * gst/interleave/interleave.c: 
14683         * gst/interleave/deinterleave.c: New elements interleave and
14684         deinterleave, implement channel interleaving and deinterleaving.
14685         The interleaver can operate in pull or push mode but the
14686         deinterleaver is more like a demuxer and can only operate in push
14687         mode.
14688         
14689 2007-01-06  Edward Hervey  <edward@fluendo.com>
14690
14691         * configure.ac:
14692         Properly detect the two architectures on which the real plugin can be
14693         built.
14694         Fixes #393622
14695
14696 2007-01-06  Andy Wingo  <wingo@pobox.com>
14697
14698         * ext/ladspa/gstsignalprocessor.c
14699         (gst_signal_processor_ouija_caps): Move around in the source
14700         file...
14701         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14702         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14703         This allows us to have caps when we do the pad_alloc_buffer().
14704         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14705         pad caps, which might not be set yet.
14706
14707         * ext/ladspa/gstsignalprocessor.c: 
14708         (gst_signal_processor_add_pad_from_template)
14709         (gst_signal_processor_fixate): Add a fixate function, to assist in
14710         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14711         cases.
14712         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14713         nframes args so that getrange can tell ladspa how many frames to
14714         process.
14715         (gst_signal_processor_ouija_caps): setcaps needs to be called
14716         before processing, which normally happens when chaining a buffer
14717         to a pad. However in getrange mode with no sinks we need to check
14718         explicitly for this condition, guess some caps to use, and use
14719         those to setcaps(). Hence this mystical function.
14720         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14721         Divine the caps if necessary.
14722         (gst_signal_processor_getrange): Interpret the length as bytes,
14723         not samples.
14724         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14725         by incoming buffer sizes.
14726
14727 2007-01-06  Edward Hervey  <edward@fluendo.com>
14728
14729         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14730         Don't call the RAFreeDecoder since it randomly causes segfaults.
14731         * gst/real/gstrealaudiodec.h:
14732         indent properly.
14733
14734 2007-01-06  Edward Hervey  <edward@fluendo.com>
14735
14736         Patch by: Lutz Mueller <lutz@topfrose.de>
14737         
14738         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14739         (gst_real_video_dec_setcaps), (open_library), (close_library),
14740         (gst_real_video_dec_finalize):
14741         * gst/real/gstrealvideodec.h:
14742         Implement error recovery on setcaps failure.
14743
14744 2007-01-06  Edward Hervey  <edward@fluendo.com>
14745
14746         Patch by: Lutz Mueller <lutz@topfrose.de>
14747         
14748         * gst/real/Makefile.am:
14749         * gst/real/gstreal.c: (plugin_init):
14750         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14751         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14752         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14753         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14754         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14755         * gst/real/gstrealaudiodec.h:
14756         Added RealAudio wrapper elementfactory.
14757         Modified structures so it can also work on x86_64 using the
14758         adequate .so .
14759
14760 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14761
14762         * configure.ac:
14763         * gst/qtdemux/Makefile.am:
14764         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14765           Check for zlib and if available pass it explicitly to the linker
14766           when linking qtdemux. If not available (or --disable-external has
14767           been specified!), disable the bits in qtdemux that use it. Fixes
14768           build on MingW (#392856).
14769
14770 2007-01-05  Edward Hervey  <edward@fluendo.com>
14771
14772         * configure.ac:
14773         Real video .so are now also available for x86_64, so we can build the
14774         Real plugin on i386 AND x86_64.
14775         * gst/real/Makefile.am:
14776         * gst/real/gstreal.c: (plugin_init):
14777         New plugin file for real .so wrapper plugins.
14778         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14779         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14780         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14781         (open_library), (close_library), (gst_real_video_dec_init),
14782         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14783         (gst_real_video_dec_set_property),
14784         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14785         * gst/real/gstrealvideodec.h:
14786         Moved RealVideo element to separate file
14787         Cleaned up code some more.
14788         Make it work on x86_64.
14789         Try several possible locations for .so
14790         Separate opening/closing libraries in separate functions.
14791
14792 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14793
14794         * tests/icles/videocrop-test.c: (main):
14795           Call g_thread_init() right at the beginning. Remove superfluous
14796           gst_init() - we've already been inited via the GOption stuff.
14797
14798 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14799
14800         * configure.ac:
14801           Don't compile rfbsource if we don't have sys/socket.h.
14802           Should fix compilation on MingW.
14803
14804 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14805
14806         * configure.ac:
14807         * ext/amrwb/Makefile.am:
14808         * ext/amrwb/amrwb-code/Makefile.am:
14809         * ext/amrwb/amrwb-code/run.sh:
14810         * gst-libs/Makefile.am:
14811         * gst-libs/ext/Makefile.am:
14812         * gst-libs/ext/amrwb/Makefile.am:
14813         * gst-libs/ext/amrwb/README:
14814           Move amrwb code getting and building to gst-libs/ext/amrwb
14815           Adapt everything else to match.
14816
14817 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14818
14819         * ext/directfb/dfbvideosink.c:
14820         (gst_dfbvideosink_navigation_send_event),
14821         (gst_dfbvideosink_get_type):
14822         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14823         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14824         (gst_sdlvideosink_show_frame),
14825         (gst_sdlvideosink_navigation_send_event):
14826         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14827         reveal potential bugs.
14828
14829 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14830
14831         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14832
14833         * configure.ac:
14834         * sys/Makefile.am:
14835         * sys/directsound/Makefile.am:
14836         * sys/directsound/gstdirectsoundsink.c:
14837         (gst_directsoundsink_reset):
14838           Add directsoundsink to build and dist it, so it gets built when
14839           compiling with MingW on win32 and the required headers and libraries
14840           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14841
14842         * tests/check/elements/.cvsignore:
14843           Fix CVS ignore for neonhttpsrc test binary.
14844
14845 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14846
14847         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14848
14849         * configure.ac:
14850         * sys/Makefile.am:
14851         * sys/directdraw/Makefile.am:
14852           Add directdrawsink to build and dist it, so it gets built when
14853           compiling with MingW on win32 and the required headers and libraries
14854           are available (fixes: #392313).
14855
14856         * sys/directdraw/gstdirectdrawsink.c:
14857         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14858         (gst_directdrawsink_setup_ddraw),
14859         (gst_directdrawsink_surface_create):
14860           Comment out some unused things and fix some printf format issues in
14861           order to avoid warnings when buildling with MingW (#392313).
14862
14863 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14864
14865         Patch by: Jens Granseuer  <jensgr at gmx net>
14866
14867         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14868         (gst_xvidenc_get_property):
14869         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14870         * gst/filter/gstfilter.c: (plugin_init):
14871         * gst/filter/gstiir.c: (iir_transform_ip):
14872         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14873         * gst/modplug/gstmodplug.cc:
14874         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14875         (gst_nuv_demux_stream_extend_header):
14876           Fix build with gcc-2.x (declare variables at the beginning of a
14877           block etc.). Fixes #391971.
14878
14879 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14880
14881         reviewed by: Edward Hervey  <edward@fluendo.com>
14882
14883         * gst/real/gstreal.c:
14884         (gst_realdec_setcaps): Use codec_data supplied in caps.
14885         (gst_realdec_get_property): Correctly return default path.
14886         (gst_realdec_class_init): Remove unused state_change method.
14887
14888 2007-01-01  Edward Hervey  <edward@fluendo.com>
14889
14890         * configure.ac:
14891         Only build the plugin on 32bit x86 architectures.
14892
14893 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14894
14895         reviewed by: Edward Hervey  <edward@fluendo.com>
14896
14897         * configure.ac:
14898         * gst/real/Makefile.am:
14899         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14900         (gst_realdec_decode), (gst_realdec_chain),
14901         (gst_realdec_activate_push), (gst_realdec_setcaps),
14902         (gst_realdec_init), (gst_realdec_base_init),
14903         (gst_realdec_change_state), (gst_realdec_finalize),
14904         (gst_realdec_set_property), (gst_realdec_get_property),
14905         (gst_realdec_class_init), (plugin_init):
14906         New plugin for decoding RealVideo Streams using the x86 32bit
14907         shared libraries.
14908         Closes #354174
14909
14910 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         * tests/check/elements/videocrop.c: (GST_START_TEST),
14913         (videocrop_test_cropping_init_context):
14914           When we can't create an element needed for the test, print a message
14915           detailing which element it actually is that's missing (#390673).
14916
14917 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14918
14919         * ext/neon/gstneonhttpsrc.c:
14920         * ext/neon/gstneonhttpsrc.h:
14921         Added seek support.
14922         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14923         Fixes: #375264.
14924
14925 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14926
14927         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14928         (cleanup_mpeg2enc):
14929         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14930         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14931         (cleanup_wavpackdec):
14932         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14933         (cleanup_wavpackenc):
14934         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14935           reapply consistent pad (de)activation
14936
14937 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14938
14939         * configure.ac:
14940         Back to CVS
14941
14942         * gst-plugins-bad.doap:
14943         Add release section for 0.10.4
14944
14945 === release 0.10.4 ===
14946
14947 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14948
14949         * configure.ac:
14950           releasing 0.10.4, "Black Bugs"
14951
14952 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14953
14954         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14955         (cleanup_mpeg2enc):
14956         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14957         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14958         (cleanup_wavpackdec):
14959         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14960         (cleanup_wavpackenc):
14961         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14962           revert my freeze breakage
14963
14964 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14965
14966         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14967         (cleanup_mpeg2enc):
14968         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14969         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14970         (cleanup_wavpackdec):
14971         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14972         (cleanup_wavpackenc):
14973         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14974           consistent pad (de)activation
14975
14976 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14977
14978         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14979         (gst_qtdemux_chain):
14980           Don't post BUFFERING messages in streaming mode if the stream
14981           headers are behind the movie data; instead, post "progress" element
14982           messages as a temporary solution. Apps might get confused and do
14983           silly things to the pipeline state if they see buffering messages
14984           from different sources and don't realize they come from different
14985           sources (#387160).
14986
14987 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14988
14989         * configure.ac:
14990         * ext/Makefile.am:
14991         * ext/ladspa/*:
14992           Move LADPSA plugin from -good for the release, as it's not quite
14993           ready to be enabled by default in the -good module yet.
14994
14995 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14996
14997         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14998         (gst_qtdemux_add_stream):
14999           Don't output g_warning for an unsupported format, just send a
15000           GST_ELEMENT_WARNING and don't add the pad.
15001           Fix the case where it doesn't check for a NULL pad in streaming mode.
15002           Fixes #387137
15003
15004 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15007           Fix crash dereferencing NULL pointer if there's no stco atom.
15008           Fixes #387122.
15009
15010 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
15011
15012         * ext/wavpack/gstwavpackenc.h:
15013         Use local copy of md5.h, as it disappeared in recent wavpack
15014         installs.
15015         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
15016         Fixes: #387076
15017
15018 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
15019
15020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
15021         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
15022           We don't support seeking in streaming mode, so don't even try.
15023           Implement seeking query so apps can query seekability properly
15024           (see #365414). Fix duration query.
15025
15026 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15027
15028         * Makefile.am:
15029         * gst-plugins-bad.doap:
15030         * gst-plugins-bad.spec.in:
15031           add doap file
15032
15033 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
15034
15035         * ext/libmms/gstmms.c: (gst_mms_create):
15036           These debug statements should be using LOG level.
15037
15038 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
15039
15040         * gst/modplug/libmodplug/sndfile.cpp:
15041           Fix potential buffer overflow (CVE-2006-4192) (#385788).
15042
15043 2006-12-13  Wim Taymans  <wim@fluendo.com>
15044
15045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15046         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15047         (qtdemux_audio_caps):
15048         Add AMR-WB to the list of supported formats.
15049
15050 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15051
15052         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
15053         (send_request_and_redirect):
15054           Fix minor mem leak in redirect code.
15055
15056         * tests/check/Makefile.am:
15057         * tests/check/elements/.cvsignore:
15058         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
15059         (GST_START_TEST), (neonhttpsrc_suite):
15060         * tests/check/gst-plugins-bad.supp:
15061           Add super-basic unit test for #384140.
15062
15063 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15064
15065         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
15066         (send_request_and_redirect):
15067           Set offset on buffers pushed out (id3demux gets confused if the
15068           first buffer does not have an offset of 0). Fixes #384140.
15069
15070 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
15073         (gst_neonhttp_src_create), (send_request_and_redirect),
15074         (gst_neonhttp_src_start), (oom_callback):
15075          Minor clean-ups; remove newlines at end of debug statements.
15076
15077 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
15078
15079         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15080           Fix non-working redirects from inetfilm.com (handle 'alis' reference
15081           data type as well). Fixes #378613.
15082
15083 2006-12-11  Wim Taymans  <wim@fluendo.com>
15084
15085         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
15086
15087         * gst/modplug/gstmodplug.cc:
15088         Fix modplug duration query. Fixes #384294.
15089
15090 2006-12-08  Wim Taymans  <wim@fluendo.com>
15091
15092         Patch by: René Stadler  <mail at renestadler de>
15093
15094         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15095         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15096         (qtdemux_audio_caps):
15097         Fix caps for 24 bit raw PCM audio (2).
15098         Fixes #383471.
15099
15100 2006-12-07  Wim Taymans  <wim@fluendo.com>
15101
15102         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15103         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
15104         (qtdemux_video_caps):
15105         Handle more H263 variants.
15106
15107 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15108
15109         * ext/jack/.cvsignore:
15110         Ignore old files as requested by the build slave.
15111
15112 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
15113
15114         * configure.ac:
15115         Update the Jack requirement to the version where I think options_t
15116         appeared
15117
15118 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
15119
15120         * win32/MANIFEST:
15121         Fix compilation on win32 under VS8
15122         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
15123         Partially fixes #381175
15124
15125 2006-11-30  Wim Taymans  <wim@fluendo.com>
15126
15127         Patch by: René Stadler  <mail at renestadler de>
15128
15129         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
15130           Call the base class handler.  Fixes #380610.
15131
15132 2006-11-30  Wim Taymans  <wim@fluendo.com>
15133
15134         * ext/Makefile.am:
15135         Fix build.
15136
15137         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
15138         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15139         (gst_jack_ring_buffer_acquire):
15140         Small cleanups.
15141
15142 2006-11-30  Wim Taymans  <wim@fluendo.com>
15143
15144         * configure.ac:
15145         * ext/Makefile.am:
15146         * ext/jack/Makefile.am:
15147         * ext/jack/gstjack.c: (plugin_init):
15148         * ext/jack/gstjack.h:
15149         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
15150         (gst_jack_ring_buffer_class_init), (jack_process_cb),
15151         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
15152         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
15153         (gst_jack_ring_buffer_finalize),
15154         (gst_jack_ring_buffer_open_device),
15155         (gst_jack_ring_buffer_close_device),
15156         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
15157         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
15158         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
15159         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
15160         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
15161         (gst_jack_audio_sink_set_property),
15162         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
15163         (gst_jack_audio_sink_create_ringbuffer):
15164         * ext/jack/gstjackaudiosink.h:
15165           Added fully functional jackaudiosink.
15166
15167 2006-11-27  Wim Taymans  <wim@fluendo.com>
15168
15169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15170         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15171           Remove some asserts and replace them with a proper error
15172           message. Fixes #379261.
15173
15174 2006-11-26  Michael Smith  <msmith@fluendo.com>
15175
15176         * ext/theora/theoradec.c: (theora_dec_src_query),
15177         (theora_dec_src_event), (theora_handle_data_packet),
15178         (theora_dec_chain):
15179           Send events on the right pads, since they don't work very well if
15180           you send them in the wrong direction.
15181
15182 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
15183
15184         * ext/audiofile/gstafsink.c:
15185         * ext/polyp/plugin.c: (plugin_init):
15186         * ext/polyp/polypsink.c:
15187         * ext/polyp/polypsink.h:
15188         * sys/dxr3/dxr3audiosink.h:
15189         * sys/dxr3/dxr3spusink.h:
15190         * sys/dxr3/dxr3videosink.h:
15191           remove obsolete _factory_init protos and functions
15192
15193 2006-11-19  Michael Smith  <msmith@fluendo.com>
15194
15195         * gst/librfb/Makefile.am:
15196           Compile with appropriate cflags. Fixes build.
15197
15198 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15199
15200         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
15201         Actually set the TONE parameter for DVB-S when we should.
15202
15203 2006-11-16  David Schleef  <ds@schleef.org>
15204
15205         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
15206
15207 2006-11-16  David Schleef  <ds@schleef.org>
15208
15209         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
15210
15211 2006-11-16  David Schleef  <ds@schleef.org>
15212
15213         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
15214
15215         * configure.ac:
15216         * gst/librfb/Makefile.am:
15217         * gst/librfb/gstrfbsrc.c:
15218         * gst/librfb/rfb.c:
15219         * gst/librfb/rfb.h:
15220         * gst/librfb/rfbbuffer.c:
15221         * gst/librfb/rfbbuffer.h:
15222         * gst/librfb/rfbbytestream.c:
15223         * gst/librfb/rfbbytestream.h:
15224         * gst/librfb/rfbcontext.h:
15225         * gst/librfb/rfbdecoder.c:
15226         * gst/librfb/rfbdecoder.h:
15227         * gst/librfb/rfbutil.h:
15228           Port librfb to 0.10 (#376106).
15229
15230 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15231
15232         * ext/spc/gstspc.c: (spc_play):
15233           Fix build with disabled gst-debug.
15234
15235 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15236
15237         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
15238
15239         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
15240         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
15241         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
15242         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
15243         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
15244         (gst_wavpack_enc_change_state):
15245         * ext/wavpack/gstwavpackparse.c:
15246           Some small clean-ups: use enums instead of hard-coded numbers,
15247           const-ify element details, re-factor some code into _reset()
15248           functions (#352605).
15249
15250 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15251
15252         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
15253         * sys/dvb/gstdvbsrc.h:
15254           Fix minor printf format issue; remove overly paranoid checks in
15255           create function; fix GObject boilerplate macros.
15256
15257 2006-11-14  Wim Taymans  <wim@fluendo.com>
15258
15259         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15260         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
15261         Don't parse extra sample params for raw pcm. Fixes #374914.
15262
15263 2006-11-14  Wim Taymans  <wim@fluendo.com>
15264
15265         * tests/check/elements/.cvsignore:
15266         Add cdaudio to ignore.
15267
15268 2006-11-14  Wim Taymans  <wim@fluendo.com>
15269
15270         * ext/Makefile.am:
15271         dist cdaudio dir.
15272
15273 2006-11-14  Wim Taymans  <wim@fluendo.com>
15274
15275         * configure.ac:
15276         * ext/Makefile.am:
15277         Fix cdaudio build.
15278
15279 2006-11-14  Wim Taymans  <wim@fluendo.com>
15280
15281         Patch by: Mark Nauwelaerts <manauw at skynet be>
15282
15283         * tests/check/Makefile.am:
15284         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
15285         (GST_START_TEST), (y4menc_suite), (main):
15286         Added y4m test. Fixes #372243.
15287
15288 2006-11-13  Wim Taymans  <wim@fluendo.com>
15289
15290         Patch by: Mark Nauwelaerts <manauw at skynet be>
15291
15292         * configure.ac:
15293         Enable cdaudio and y4m.
15294
15295         * gst/y4m/Makefile.am:
15296         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
15297         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
15298         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
15299         (gst_y4m_encode_get_stream_header),
15300         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
15301         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
15302         (gst_y4m_encode_change_state), (plugin_init):
15303         * gst/y4m/gsty4mencode.h:
15304         Port of y4mencode to 0.10. 
15305
15306 2006-11-10  David Schleef  <ds@schleef.org>
15307
15308         * configure.ac:
15309         * gst/videoparse/Makefile.am:
15310         * gst/videoparse/gstvideoparse.c:
15311           A little pluggy to make sense out of the random chunks we get
15312           from multifilesrc.
15313
15314 2006-11-10  David Schleef  <ds@schleef.org>
15315
15316         * gst/multifile/Makefile.am:
15317           Let's not depend on a file that doesn't exist.
15318
15319 2006-11-10  David Schleef  <ds@schleef.org>
15320
15321         * gst/multifilesink/Makefile.am:
15322         * gst/multifilesink/gstmultifilesink.c:
15323         * gst/multifilesink/gstmultifilesink.h:
15324         * gst/multifilesink/multifilesink.vcproj:
15325           Remove the old one.
15326
15327 2006-11-10  David Schleef  <ds@schleef.org>
15328
15329         * configure.ac:
15330         * gst/multifile/Makefile.am:
15331         * gst/multifile/gstmultifile.c:
15332         * gst/multifile/gstmultifilesink.c:
15333         * gst/multifile/gstmultifilesrc.c:
15334         * gst/multifile/multifile.vproj:
15335           Revive multifile[src|sink].
15336
15337 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15338
15339         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
15340         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15341         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
15342         Rename set_pes_filter to set_pes_filters for consistency.
15343         Do run-time pid filtering.
15344
15345 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15346
15347         * sys/dvb/gstdvbsrc.c: (read_device):
15348         Do not call output_frontend_stats from a method that does not
15349         have the gstdvbsrc object.
15350         This fixes the build, sorry guys!
15351
15352 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15353
15354         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
15355         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
15356         (gst_dvbsrc_set_pes_filter):
15357         * sys/dvb/gstdvbsrc.h:
15358         Force PAT to always be in the filter.
15359         Try to continue reading after failing 10 times.
15360
15361 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15362
15363         * po/POTFILES.in:
15364           add dvbsrc
15365         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
15366         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
15367         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
15368         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
15369         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
15370         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
15371         (gst_dvbsrc_set_pes_filter):
15372         * sys/dvb/gstdvbsrc.h:
15373           adapter-prefix is a terrible name for a device, so replace it.
15374           strerror should be used immediately after the syscall related to it.
15375           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
15376           (pretty easy to trigger by opening the same device twice).
15377           Use _OBJECT macros where it makes sense.
15378           This element is going to need some work before it moves.
15379
15380 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15381
15382         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15383
15384         * configure.ac:
15385         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
15386         (gst_wavpack_enc_correction_mode_get_type),
15387         (gst_wavpack_enc_joint_stereo_mode_get_type),
15388         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
15389           Fix enum nicks; only emit no-more-pads once; add support for very
15390           fast encoding mode in upcoming 4.40.0 release (#369539).
15391
15392 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15393
15394         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
15395
15396         * sys/directdraw/gstdirectdrawsink.c:
15397         (gst_directdrawsink_window_thread),
15398         (gst_directdrawsink_create_default_window):
15399         * sys/directdraw/gstdirectdrawsink.h:
15400         * sys/directsound/gstdirectsoundsink.c:
15401           Wait until the window is created before using it; guard unistd.h
15402           includes with HAVE_UNISTD_H. (#366523)
15403
15404         * win32/vs8/libgstdirectdraw.vcproj:
15405         * win32/vs8/libgstdirectsound.vcproj:
15406           Update project files.
15407
15408 2006-10-31  Wim Taymans  <wim@fluendo.com>
15409
15410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
15411         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
15412         (qtdemux_parse_trak):
15413         Handle unbounded length streams a bit better. Fixes #367696.
15414
15415 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15416
15417         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
15418           Fix flow handling and buffer refcounting (gst_pad_push() takes
15419           ownership of the buffer passed to it, the buffer does not have
15420           to be unreffed no matter what flow value gst_pad_push() returns).
15421
15422 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
15423
15424         Patch by: Renato Filho <renato.filho@indt.org.br> 
15425
15426         * gst/nuvdemux/gstnuvdemux.c:
15427         * gst/nuvdemux/gstnuvdemux.h:
15428         Fixed bug for files with timestamps less than 0.
15429         
15430 2006-10-21  David Schleef  <ds@schleef.org>
15431
15432         * configure.ac:
15433         * gst/multifilesink/Makefile.am:
15434         * gst/multifilesink/gstmultifilesink.c:
15435         * gst/multifilesink/gstmultifilesink.h:
15436           I copied over filesink a while ago and modified it to work
15437           as multifilesink.  Might as well check it in.  This could
15438           use some work before being declared useful.
15439
15440 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15441
15442         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
15443         * ext/wavpack/gstwavpackparse.c:
15444         (gst_wavpack_parse_create_src_pad):
15445         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
15446         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
15447           Activate pads before adding them to running element.
15448
15449 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15450
15451         Patch by: Josep Torra Valles  <josep at fluendo com>
15452
15453         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15454         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
15455         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
15456         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
15457         (qtdemux_tag_add_gnre):
15458           Make compile with Forte compiler, mostly don't do pointer arithmetic
15459           with void pointers (#362626).
15460
15461 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15462
15463         * gst/nuvdemux/gstnuvdemux.c:
15464         Just a cast to make it compile oos big_endian systems.
15465
15466 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
15467
15468         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
15469         <rosfran.borges@indt.org.br>
15470
15471         * configure.ac:
15472         * gst/nuvdemux/:
15473         * gst/nuvdemux/Makefile.am:
15474         * gst/nuvdemux/gstnuvdemux.c:
15475         * gst/nuvdemux/gstnuvdemux.h:
15476         Created new element nuvdemux.
15477         
15478 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         Patch by: Josep Torra Valles  <josep at fluendo com>
15481
15482         * gst/nsf/fds_snd.c:
15483         * gst/nsf/mmc5_snd.c:
15484         * gst/nsf/nsf.c:
15485         * gst/nsf/vrc7_snd.c:
15486         * gst/nsf/vrcvisnd.c:
15487           Fix some things the Forte compiler warns about (#362626).
15488
15489 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15490
15491         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15492         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15493         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15494         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15495         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15496         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15497         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15498         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15499         (qtdemux_tree_get_sibling_by_type):
15500         * gst/qtdemux/qtdemux.h:
15501           Avoid void pointer usage, better use guint8 * instead.
15502
15503 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15504
15505         * configure.ac:
15506         * gst/deinterlace/Makefile.am:
15507         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15508         (gst_deinterlace_class_init), (gst_deinterlace_init),
15509         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15510         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15511         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15512         * gst/deinterlace/gstdeinterlace.h:
15513           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15514           me for anything it does or does not do to your precious pictures.
15515
15516 2006-10-11  Edward Hervey  <edward@fluendo.com>
15517
15518         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15519         Add some fourcc for DV format.
15520
15521 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15522
15523         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15524         (gst_qtdemux_loop_state_header):
15525           Printf format fixes.
15526
15527         * sys/dvb/gstdvbsrc.c:
15528           Use "_stdint.h".
15529
15530 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15531
15532         * sys/dvb/Makefile.am:
15533         * sys/dvb/dvb-api/Makefile.am:
15534         * sys/dvb/dvb-api/audio.h:
15535         * sys/dvb/dvb-api/ca.h:
15536         * sys/dvb/dvb-api/dmx.h:
15537         * sys/dvb/dvb-api/frontend.h:
15538         * sys/dvb/dvb-api/net.h:
15539         * sys/dvb/dvb-api/osd.h:
15540         * sys/dvb/dvb-api/version.h:
15541         * sys/dvb/dvb-api/video.h:
15542         Remove these files, not needed use system files.
15543         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15544         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15545         (gst_dvbsrc_tune):
15546         Fix warnings, uint16_t etc. is in stdint.h.
15547         Use system includes not our local ones.
15548
15549 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15550
15551         * configure.ac:
15552         * sys/Makefile.am:
15553         Add dvb detection and allow dvbsrc to be built.
15554
15555 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15556         
15557         * configure.ac:
15558         * sys/Makefile.am:
15559         * sys/dvb/AUTHORS:
15560         * sys/dvb/Makefile.am:
15561         * sys/dvb/README:
15562         * sys/dvb/dvb-api/Makefile.am:
15563         * sys/dvb/dvb-api/audio.h:
15564         * sys/dvb/dvb-api/ca.h:
15565         * sys/dvb/dvb-api/dmx.h:
15566         * sys/dvb/dvb-api/frontend.h:
15567         * sys/dvb/dvb-api/net.h:
15568         * sys/dvb/dvb-api/osd.h:
15569         * sys/dvb/dvb-api/version.h:
15570         * sys/dvb/dvb-api/video.h:
15571         * sys/dvb/gstdvbsrc.c: 
15572         * sys/dvb/gstdvbsrc.h:
15573         Initial import of dvbsrc.
15574         Currently won't be built.
15575
15576 2006-10-10  Wim Taymans  <wim@fluendo.com>
15577
15578         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15579         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15580         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15581         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15582         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15583         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15584         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15585         (qtdemux_parse_tree), (qtdemux_parse_trak):
15586         Reorganise some stuff.
15587         Parse RTSP redirection URLS.
15588
15589 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15590
15591         * docs/plugins/gst-plugins-bad-plugins.args:
15592         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15593         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15594         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15595         * docs/plugins/inspect/plugin-dtsdec.xml:
15596         * docs/plugins/inspect/plugin-mms.xml:
15597         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15598         * docs/plugins/inspect/plugin-neon.xml:
15599         * docs/plugins/inspect/plugin-replaygain.xml:
15600         * docs/plugins/inspect/plugin-soundtouch.xml:
15601         * docs/plugins/inspect/plugin-spcdec.xml:
15602         * docs/plugins/inspect/plugin-swfdec.xml:
15603         * docs/plugins/inspect/plugin-videocrop.xml:
15604         * docs/plugins/inspect/plugin-wavpack.xml:
15605           Add/update docs stuff.
15606
15607 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15608
15609         Patch by: René Stadler  <mail at renestadler de>
15610
15611         * configure.ac:
15612         * docs/plugins/Makefile.am:
15613         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15614         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15615         * gst/replaygain/Makefile.am:
15616         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15617         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15618         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15619         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15620         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15621         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15622         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15623         (gst_rg_analysis_album_result), (plugin_init):
15624         * gst/replaygain/gstrganalysis.h:
15625         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15626         (apply_filters), (reset_filters), (accumulator_add),
15627         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15628         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15629         (rg_analysis_analyze_mono_float),
15630         (rg_analysis_analyze_stereo_float),
15631         (rg_analysis_analyze_mono_int16),
15632         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15633         (rg_analysis_track_result), (rg_analysis_album_result),
15634         (rg_analysis_reset_album), (rg_analysis_reset):
15635         * gst/replaygain/rganalysis.h:
15636           Add ReplayGain analysis element (#357069).
15637
15638         * tests/check/Makefile.am:
15639         * tests/check/elements/.cvsignore:
15640         * tests/check/elements/rganalysis.c: (get_expected_gain),
15641         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15642         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15643         (fail_unless_track_gain), (fail_unless_track_peak),
15644         (fail_unless_album_gain), (fail_unless_album_peak),
15645         (fail_if_track_tags), (fail_if_album_tags),
15646         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15647         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15648         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15649         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15650         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15651         (rganalysis_suite), (main):
15652           Unit tests for the new replaygain element.
15653
15654 2006-10-06  Wim Taymans  <wim@fluendo.com>
15655
15656         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15657         (gst_faad_close_decoder):
15658         Some cleanups.
15659         Added some more debugging.
15660         Don't ever ignore unlinked, we're not a demuxer.
15661
15662         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15663         Activate pad before adding it to the element.
15664
15665 2006-10-06  Michael Smith  <msmith@fluendo.com>
15666
15667         * ext/theora/theoradec.c: (gst_theoradec_reset),
15668         (theora_get_query_types), (theora_dec_src_query),
15669         (theora_dec_src_event), (theora_dec_sink_event),
15670         (theora_handle_comment_packet), (theora_handle_type_packet),
15671         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15672         (theora_handle_422_image), (theora_handle_420_image),
15673         (theora_handle_data_packet), (theora_dec_chain),
15674         (theora_dec_change_state):
15675         * ext/theora/theoradec.h:
15676           Port lots of changes from theoradec to theoraexpdec.
15677           This catches this plugin up to theoradec. Note that duplicate frames
15678           are broken in theoradec at the moment.
15679
15680 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15681
15682         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15683           Fix mem leak, avoid unnecessary memcpy.
15684
15685 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15686
15687         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15688         (gst_spectrum_transform_ip):
15689           Removed cruft code that was just commented out. Removed some obsolete
15690           debug logs statements.
15691
15692 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15695         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15696         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15698         (qtdemux_parse_trak):
15699         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15700           Another batch of printf format fixes.
15701
15702 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15703
15704         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15705         (gst_video_crop_init),
15706         (gst_video_crop_get_image_details_from_caps),
15707         (gst_video_crop_transform_packed_complex),
15708         (gst_video_crop_transform_packed_simple),
15709         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15710         (gst_video_crop_set_caps),
15711         (gst_videocrop_clear_negotiated_caps_locked),
15712         (gst_video_crop_set_property):
15713         * gst/videocrop/gstvideocrop.h:
15714           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15715           passthrough mode; lastly, clear negotiated basetransform caps when
15716           the cropping changes in order to force renegotiation.
15717
15718 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15719
15720         * tests/icles/.cvsignore:
15721         * tests/icles/Makefile.am:
15722         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15723         (test_with_caps), (video_crop_get_test_caps), (main):
15724           Visual test for videocrop, shows that packed yuv doesn't work right
15725           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15726           reasons (another basetransform issue?)
15727
15728 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15729
15730         * po/POTFILES.in:
15731         * sys/v4l2/.cvsignore:
15732           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15733
15734 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15735
15736         * docs/plugins/Makefile.am:
15737         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15738         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15739         * docs/plugins/inspect/plugin-video4linux2.xml:
15740         * gst-plugins-bad.spec.in:
15741           removed v4l2
15742
15743 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15744
15745         * configure.ac:
15746         * sys/Makefile.am:
15747         * sys/v4l2/Makefile.am:
15748         * sys/v4l2/README:
15749         * sys/v4l2/gstv4l2.c:
15750         * sys/v4l2/gstv4l2colorbalance.c:
15751         * sys/v4l2/gstv4l2colorbalance.h:
15752         * sys/v4l2/gstv4l2object.c:
15753         * sys/v4l2/gstv4l2object.h:
15754         * sys/v4l2/gstv4l2src.c:
15755         * sys/v4l2/gstv4l2src.h:
15756         * sys/v4l2/gstv4l2tuner.c:
15757         * sys/v4l2/gstv4l2tuner.h:
15758         * sys/v4l2/gstv4l2vidorient.c:
15759         * sys/v4l2/gstv4l2vidorient.h:
15760         * sys/v4l2/gstv4l2xoverlay.c:
15761         * sys/v4l2/gstv4l2xoverlay.h:
15762         * sys/v4l2/v4l2_calls.c:
15763         * sys/v4l2/v4l2_calls.h:
15764         * sys/v4l2/v4l2src_calls.c:
15765         * sys/v4l2/v4l2src_calls.h:
15766           moved to gst-plugins-good
15767
15768 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15769
15770         * sys/v4l2/gstv4l2object.c:
15771         (gst_v4l2_object_install_properties_helper):
15772           comment out the properties that are already part of the tuner
15773           interface.
15774
15775 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15776
15777         * sys/v4l2/gstv4l2src.c:
15778         Improve docs.
15779
15780 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15781
15782         * ext/xvid/gstxvid.c: (plugin_init):
15783           Set rank of xviddec to NONE until someone fixes it (too many crasher
15784           bug reports against totem, people should use gst-ffmpeg).
15785
15786 2006-09-28  Wim Taymans  <wim@fluendo.com>
15787
15788         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15789         (gst_v4l2src_get_caps):
15790         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15791         Framerate can be 0/1 too.
15792         Init framerate to 0/1 before querying it so that we can detect
15793         devices that don't know about a framerate.
15794         Add some more debugging info.
15795
15796 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15797
15798         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15799           Add support for 'yv12' fourcc.
15800
15801 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15802
15803         * sys/v4l2/gstv4l2src.c:
15804         * sys/v4l2/gstv4l2src.h:
15805         * tests/icles/v4l2src-test.c:
15806         Removed set-undef-fps.
15807
15808 2006-09-27  Wim Taymans  <wim@fluendo.com>
15809
15810         * sys/v4l2/gstv4l2object.c:
15811         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15812         (gst_v4l2_object_set_property_helper),
15813         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15814         * sys/v4l2/gstv4l2object.h:
15815         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15816         (gst_v4l2src_create):
15817         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15818         (gst_v4l2_tuner_list_channels),
15819         (gst_v4l2_tuner_set_channel_and_notify),
15820         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15821         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15822         (gst_v4l2_tuner_get_norm):
15823         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15824         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15825         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15826         Renamed some properties to match the tuner interface naming.
15827
15828 2006-09-27  Wim Taymans  <wim@fluendo.com>
15829
15830         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15831         (gst_v4l2_set_defaults):
15832         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15833         (gst_v4l2src_create):
15834         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15835         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15836         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15837         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15838         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15839         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15840         (gst_v4l2_set_input):
15841         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15842         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15843         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15844         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15845         (gst_v4l2src_buffer_new):
15846         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15847         Small cleanups.
15848         Fix error messages.
15849         Use locks when getting timestamps.
15850         Fix leaks in test.
15851         Add licensing header to tests.
15852
15853 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15854
15855         * sys/v4l2/gstv4l2colorbalance.c:
15856         * sys/v4l2/gstv4l2object.c:
15857         * sys/v4l2/gstv4l2src.c:
15858         * sys/v4l2/gstv4l2src.h:
15859         * sys/v4l2/gstv4l2tuner.c:
15860         * sys/v4l2/v4l2_calls.c:
15861         * sys/v4l2/v4l2src_calls.c:
15862         * tests/icles/v4l2src-test.c:
15863         Some cleanups and comments.
15864
15865 2006-09-26  Wim Taymans  <wim@fluendo.com>
15866
15867         * docs/plugins/Makefile.am:
15868         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15869         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15870         Add v4l2 plugin to the docs.
15871
15872         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15873         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15874         * sys/v4l2/gstv4l2src.h:
15875         * sys/v4l2/gstv4l2vidorient.c:
15876         Fix docs.
15877         Remove some more externs.
15878
15879 2006-09-26  Wim Taymans  <wim@fluendo.com>
15880
15881         * sys/v4l2/Makefile.am:
15882         Fix makefile, list libs in stack order.
15883
15884         * sys/v4l2/gstv4l2colorbalance.c:
15885         * sys/v4l2/gstv4l2colorbalance.h:
15886         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15887         (gst_v4l2_object_install_properties_helper):
15888         * sys/v4l2/gstv4l2object.h:
15889         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15890         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15891         * sys/v4l2/gstv4l2src.h:
15892         * sys/v4l2/gstv4l2tuner.h:
15893         * sys/v4l2/gstv4l2vidorient.h:
15894         * sys/v4l2/gstv4l2xoverlay.h:
15895         * sys/v4l2/v4l2_calls.h:
15896         * sys/v4l2/v4l2src_calls.h:
15897         Fix coding style:
15898         - Remove extern from functions.
15899         - Fix header indentation.
15900         Fix Flags, add defaults for properties.
15901         Remove unused enums.
15902         Fix TOO_LAZY in error messages.
15903
15904 2006-09-26  Wim Taymans  <wim@fluendo.com>
15905
15906         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15907         (gst_v4l2_probe_needs_probe),
15908         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15909         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15910         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15911         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15912         * sys/v4l2/gstv4l2object.h:
15913         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15914         (gst_v4l2src_init), (gst_v4l2src_dispose),
15915         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15916         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15917         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15918         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15919         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15920         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15921         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15922         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15923         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15924         (gst_v4l2_get_input), (gst_v4l2_set_input):
15925         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15926         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15927         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15928         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15929         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15930         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15931         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15932         (gst_v4l2src_buffer_new):
15933         Fix pass at code cleanups, move errors cases out of the normal
15934         flow for additional code clarity.
15935
15936 2006-09-23  Wim Taymans  <wim@fluendo.com>
15937
15938         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15939         (gst_cdaudio_init), (gst_cdaudio_set_property),
15940         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15941         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15942         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15943         Port to 0.10.
15944
15945 2006-09-22  David Schleef  <ds@schleef.org>
15946
15947         * sys/glsink/glimagesink.c:
15948           Fix problems when the element cannot open the display.
15949           (fixes #357212)
15950
15951 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15952
15953         * configure.ac:
15954           Up requirements to -base CVS and core CVS (the format for the
15955           video orientation interface used by v4l2src and the latter
15956           since that's what -base CVS requires).
15957
15958 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15959
15960         * ext/directfb/dfbvideosink.c: (plugin_init):
15961           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15962           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15963           (in this case ximagesink).
15964
15965         * sys/glsink/glimagesink.c: (plugin_init):
15966           Set rank to NONE to prevent it from being autoplugged until
15967           errors are handled properly (see #357212).
15968
15969 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15970
15971         * ext/neon/Makefile.am:
15972         * ext/neon/gstneonhttpsrc.c:
15973         * ext/neon/gstneonhttpsrc.h:
15974         Reverted previous commit (2006-09-19 - Allow internal codes from
15975         last.fm). As dicussed on #gstreamer it should be done in separete
15976         element.
15977
15978 2006-09-21  Wim Taymans  <wim@fluendo.com>
15979
15980         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15981         (gst_faac_chain):
15982         Add decoder specific info on the caps.
15983         Some cleanups here and there.
15984
15985 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15986
15987         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15988                   Rosfran Borges <rosfran.borges@indt.org.br>
15989
15990         * ext/neon/Makefile.am:
15991         * ext/neon/gstneonhttpsrc.c:
15992         * ext/neon/gstneonhttpsrc.h:
15993         Allow internal codes from last.fm
15994         
15995
15996 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15997
15998         * tests/icles/v4l2src-test.c:
15999         Just a small fix to the app options.
16000
16001 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
16002
16003         * sys/v4l2/Makefile.am:
16004         * sys/v4l2/gstv4l2src.c:
16005         * sys/v4l2/gstv4l2vidorient.c:
16006         * sys/v4l2/gstv4l2vidorient.h:
16007         * tests/icles/v4l2src-test.c:
16008         Add Video Orientation interface support to v4l2src.
16009         
16010 2006-09-19  Wim Taymans  <wim@fluendo.com>
16011
16012         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16013         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
16014         (gst_gsmdec_chain):
16015         * ext/gsm/gstgsmdec.h:
16016         Handle WAV49 variant (GSM in WAV).
16017         Some small cleanups.
16018
16019 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
16020
16021         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
16022         Fix GST_BUFFER_DURATION.
16023
16024 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
16025
16026         * ext/hermes/gsthermescolorspace.c:
16027         * ext/ivorbis/vorbisfile.c:
16028         * ext/lcs/gstcolorspace.c:
16029         * ext/wavpack/gstwavpackenc.h:
16030         * ext/xine/xineaudiodec.c:
16031         * ext/xine/xineaudiosink.c:
16032         * ext/xine/xineinput.c:
16033         * gst/chart/gstchart.c:
16034         * gst/equalizer/gstiirequalizer.c:
16035         * gst/games/gstpuzzle.c:
16036         * gst/librfb/gstrfbsrc.c:
16037         * gst/mixmatrix/mixmatrix.c:
16038         * gst/nsf/gstnsf.h:
16039         * gst/vbidec/gstvbidec.c:
16040         * gst/virtualdub/gstxsharpen.c:
16041           More G_OBJECT macro fixing.
16042
16043 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
16044
16045         * sys/v4l2/gstv4l2src.c:
16046         * sys/v4l2/gstv4l2src.h:
16047         * sys/v4l2/gstv4l2xoverlay.c:
16048         * sys/v4l2/v4l2_calls.c:
16049         * sys/v4l2/v4l2src_calls.c:
16050         * tests/icles/v4l2src-test.c:
16051         The test application and the plgind error messages has been improved.
16052         
16053 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
16054
16055         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16056         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
16057           Implements stop() to clear the adapter and event() to clear the
16058           adapter on FLUSH_STOP and EOS.
16059
16060 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
16061
16062         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
16063         (gst_spectrum_set_property):
16064         * gst/spectrum/gstspectrum.h:
16065           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
16066           René Stadler
16067
16068 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
16069
16070         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
16071           Use more defines
16072
16073         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
16074         (gst_spectrum_dispose), (gst_spectrum_set_caps),
16075         (gst_spectrum_transform_ip):
16076         * gst/spectrum/gstspectrum.h:
16077           Apply some of the spectrum cleanup changes suggested in #348085.
16078
16079 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
16080
16081         * configure.ac:
16082           Bump requirements of -base (videocrop test case needs this).
16083
16084         * gst/videocrop/gstvideocrop.c:
16085           Document sloppy handling of subsampled chroma planes if
16086           left/top cropping is an odd number.
16087
16088         * tests/check/elements/videocrop.c: (handoff_cb),
16089         (videocrop_test_cropping_init_context),
16090         (videocrop_test_cropping_deinit_context),
16091         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
16092         (videocrop_suite), (main):
16093           Add another unit test that crops the input to 1x1 (and checks
16094           that that pixel has the expected values in a number of formats).
16095
16096 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
16097
16098         * gst/videocrop/Makefile.am:
16099         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
16100         (gst_video_crop_transform_packed),
16101         (gst_video_crop_transform_planar):
16102           Some quick tests indicate that it doesn't make a great deal
16103           of sense to use liboil here, at least not for the memcpy()s
16104           we do, so remove liboil usage until there is clear evidence
16105           it actually makes a positive difference somewhere.
16106
16107 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
16108
16109         * tests/check/elements/videocrop.c: (handoff_cb),
16110         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
16111         (notgst_value_list_get_nth_int), (videocrop_suite):
16112           More tests: check passthrough mode and caps transform in
16113           both directions with fixed values, ranges and lists.
16114
16115 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16116
16117         * docs/plugins/Makefile.am:
16118         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16119         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16120         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16121           Add videocrop to docs.
16122
16123         * gst/videocrop/Makefile.am:
16124         * gst/videocrop/gstvideocrop.c:
16125         * gst/videocrop/gstvideocrop.h:
16126           Move boilerplate stuff and structures into a header file.
16127
16128         * tests/check/Makefile.am:
16129         * tests/check/elements/.cvsignore:
16130         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
16131         (test_unit_sizes), (videocrop_test_cropping_init_context),
16132         (videocrop_test_cropping_deinit_context),
16133         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
16134           Add unit tests for videocrop.
16135
16136 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
16137
16138         * configure.ac:
16139         * gst/videocrop/Makefile.am:
16140         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
16141         (gst_video_crop_class_init), (gst_video_crop_init),
16142         (gst_video_crop_get_image_details_from_caps),
16143         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
16144         (gst_video_crop_transform_planar), (gst_video_crop_transform),
16145         (gst_video_crop_transform_dimension),
16146         (gst_video_crop_transform_dimension_value),
16147         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
16148         (gst_video_crop_set_property), (gst_video_crop_get_property),
16149         (plugin_init):
16150           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
16151           it support all formats videoscale supports (#345653).
16152
16153 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16154
16155         * sys/v4l2/gstv4l2.c:
16156         * sys/v4l2/gstv4l2colorbalance.c:
16157         * sys/v4l2/gstv4l2object.c:
16158         (gst_v4l2_object_install_properties_helper):
16159         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
16160         * sys/v4l2/gstv4l2src.h:
16161           Whitespace cleanups, dashify property-names.
16162
16163 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
16164
16165         * sys/v4l2/gstv4l2.c:
16166         * sys/v4l2/gstv4l2colorbalance.c:
16167         * sys/v4l2/gstv4l2colorbalance.h:
16168         * sys/v4l2/gstv4l2object.c:
16169         * sys/v4l2/gstv4l2object.h:
16170         * sys/v4l2/gstv4l2src.c:
16171         * sys/v4l2/gstv4l2src.h:
16172         * sys/v4l2/gstv4l2tuner.c:
16173         * sys/v4l2/gstv4l2tuner.h:
16174         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16175         * sys/v4l2/gstv4l2xoverlay.h:
16176         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16177         (gst_v4l2_open):
16178         * sys/v4l2/v4l2_calls.h:
16179         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
16180         (gst_v4l2src_capture_init):
16181         * sys/v4l2/v4l2src_calls.h:
16182           Cleanup error messages and unify header comments
16183
16184 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
16185
16186         * gst/nsf/Makefile.am:
16187         Add missing GST_LIBS
16188
16189 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16190
16191         * sys/v4l2/gstv4l2src.c:
16192         Another small fix to set_caps function (sucks copy/paste error).
16193         
16194 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16195
16196         * sys/v4l2/gstv4l2src.c:
16197         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
16198
16199 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
16200
16201         * sys/v4l2/gstv4l2src.c:
16202         A small fix to set_caps function.
16203
16204 2006-08-30  Edward Hervey  <edward@fluendo.com>
16205
16206         * gst/qtdemux/qtdemux.c:
16207         (gst_qtdemux_do_seek):
16208         Reset each streams last_flow to GST_FLOW_OK.
16209         (gst_qtdemux_activate_segment):
16210         Removing mystic modifications for good.
16211
16212 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16213
16214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16215         (qtdemux_parse_tree):
16216           put back 'segment start<=stop' change that was mystically reverted by
16217           the last commit
16218
16219 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
16220
16221         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16222         (qtdemux_parse_tree):
16223         Fix the build for disabled debug
16224
16225 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
16226
16227         * sys/v4l2/gstv4l2src.c:
16228         * sys/v4l2/v4l2src_calls.c:
16229         * sys/v4l2/v4l2src_calls.h:
16230         Fixed framerate negotiation.
16231         
16232 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         Patch by: Andrew Andkjar  <enki at goodship net>
16235
16236         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
16237         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
16238         (gst_sdlvideosink_deinitsdl):
16239           Only de-init the subsystem we previously initialised. Avoids
16240           borkage when both sdlvideosink and sdlaudiosink are used
16241           at the same time and one is shut down.
16242
16243 2006-08-28  Wim Taymans  <wim@fluendo.com>
16244
16245         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
16246         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
16247         (qtdemux_video_caps):
16248         Make sure segment start<=stop in weird quicktime files.
16249
16250 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
16251
16252         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
16253           add comments and more debug logging
16254
16255 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
16256
16257         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16258
16259         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
16260         (gst_wavpack_dec_chain):
16261           Post audio codec and average bitrate tags on bus (#344472).
16262
16263         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16264         (gst_wavpack_parse_src_query):
16265           Forward queries in other formats (BYTE format in particular)
16266           upstream; add Sebastian to authors.
16267
16268 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
16269
16270         * sys/v4l2/gstv4l2src.c:
16271         * sys/v4l2/v4l2src_calls.c:
16272         * sys/v4l2/v4l2src_calls.h:
16273         Fix set_caps to set width and height to the values the driver is
16274         really working with.
16275
16276 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
16279           Fix mem leak, send newsegment event on correction pad
16280           as well (#352476).
16281
16282         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
16283           Restore original author (on Sebastian's request).
16284
16285         * tests/check/Makefile.am:
16286         * tests/check/gst-plugins-bad.supp:
16287           Add (so far empty) suppression file for -bad. Remove
16288           wavpackenc test from VALGRIND_TO_FIX now that the leak
16289           is fixed.
16290
16291 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16292
16293         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16294
16295         * tests/check/Makefile.am:
16296         * tests/check/elements/.cvsignore:
16297         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
16298         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
16299         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
16300         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
16301         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
16302         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
16303         (wavpackparse_suite), (main):
16304           Add unit tests for wavpack elements (#352476).
16305
16306 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
16307
16308         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16309
16310         * docs/plugins/Makefile.am:
16311         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16312         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16313         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16314         * docs/plugins/inspect/plugin-wavpack.xml:
16315         * ext/wavpack/gstwavpackdec.c:
16316         * ext/wavpack/gstwavpackdec.h:
16317         * ext/wavpack/gstwavpackenc.c:
16318         * ext/wavpack/gstwavpackenc.h:
16319         * ext/wavpack/gstwavpackparse.c:
16320         * ext/wavpack/gstwavpackparse.h:
16321           Add docs for wavpack elements (#352476).
16322
16323 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
16324
16325         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
16326         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
16327         Fixed query size to work with drivers that uses intermediate step
16328         like "width * height" to find closest size.
16329         
16330 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16331
16332         * configure.ac:
16333         * docs/plugins/Makefile.am:
16334         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16335         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16336         * gst/gdp/Makefile.am:
16337         * gst/gdp/gstgdp.c:
16338         * gst/gdp/gstgdpdepay.c:
16339         * gst/gdp/gstgdpdepay.h:
16340         * gst/gdp/gstgdppay.c:
16341         * gst/gdp/gstgdppay.h:
16342         * tests/check/Makefile.am:
16343         * tests/check/elements/gdpdepay.c:
16344         * tests/check/elements/gdppay.c:
16345           move gdp plugin to good.
16346
16347 2006-08-21  Wim Taymans  <wim@fluendo.com>
16348
16349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16350         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
16351         (qtdemux_video_caps), (qtdemux_audio_caps):
16352         Some more constification.
16353         Fix some paletted data formats again.
16354         Fix ulaw/alaw in qt.
16355         Set correct caps for raw RGB.
16356         Add support for yuv2, which is like Yuv2.
16357         Add support for raw audio with the NONE fourcc, which is like raw.
16358
16359 2006-08-21  Wim Taymans  <wim@fluendo.com>
16360
16361         * ext/gsm/gstgsm.c: (plugin_init):
16362         Make rank PRIMARY now that GSM seems to work fine.
16363
16364 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16365
16366         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16367         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
16368         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
16369         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
16370         (gst_wavpack_enc_rewrite_first_block),
16371         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16372         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16373         * ext/wavpack/gstwavpackenc.h:
16374         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16375         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
16376         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
16377         (gst_wavpack_parse_loop):
16378           More clean-ups: use shorter variable names to make code easier to
16379           read; prefix structures we define with 'Gst' to make it clearer
16380           where they come from.
16381
16382 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
16383
16384         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
16385         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
16386         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16387         (gst_wavpack_enc_sink_event):
16388           Fix caps set on buffers and template caps (output is framed)
16389           and make them match (#351663); use GST_WARNING_OBJECT instead of
16390           GST_ELEMENT_WARNING; simplify push_block(); do some small
16391           clean-ups here and there; fix memleak (#351663).
16392
16393 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
16394
16395         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
16396
16397         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
16398         (gst_wavpack_parse_get_upstream_length),
16399         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
16400         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
16401           Fix resyncing in push mode not stopping re-syncing at embedded
16402           zeroes; skip garbage between frames in pull mode as well if
16403           necessary; use gst_pad_query_peer_duration(); push EOS and
16404           NEWSEGMENT event in right direction (#351659).
16405
16406 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
16407
16408         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16409
16410         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
16411         * ext/wavpack/gstwavpackparse.c:
16412         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
16413           In push mode, re-sync to next wavpack header if sync is lost
16414           (#351557). Also use hyphens instead of underscores in
16415           GObject property names.
16416
16417 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16418
16419         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16420
16421         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
16422         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
16423         (gst_wavpack_parse_src_query),
16424         (gst_wavpack_parse_handle_seek_event),
16425         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16426         (gst_wavpack_parse_create_src_pad),
16427         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
16428         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
16429         (gst_wavpack_parse_sink_activate_pull):
16430         * ext/wavpack/gstwavpackparse.h:
16431           Make wavpackparse also work in push-mode (not seekable yet though);
16432           some small clean-ups along the way; add support for SEEKING query
16433           and query types function. (#351495).
16434
16435 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
16436
16437         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
16438         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
16439           Fix leaks (#351502).
16440
16441 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
16444         (qtdemux_process_redirects), (qtdemux_parse_tree):
16445           Extract all references/redirections if there is more
16446           than one and sort them; also extract minimum required
16447           bitrate information if available. (#350399)
16448           
16449 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
16450
16451         Patch by: Michal Benes  <michal.benes at itonis tv>
16452
16453         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
16454           Bitrate in the faac structure is per output channel,
16455           not total bitrate (#350741).
16456
16457 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
16458
16459         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
16460           Fix GST_ELEMENT_ERROR usage.
16461
16462 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
16463
16464         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16465           Fix silly typo.
16466
16467 2006-08-08  Edward Hervey  <edward@fluendo.com>
16468
16469         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16470         I forgot to include the file containing the #define :)
16471         Now includes "config.h"
16472
16473 2006-08-08  Edward Hervey  <edward@fluendo.com>
16474
16475         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
16476         Ignore test known to fail on PPC64. See #348114.
16477
16478 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
16479
16480         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
16481         br>
16482
16483         * ext/neon/gstneonhttpsrc.c:
16484         * ext/neon/gstneonhttpsrc.h:
16485         Allow HTTP redirect (HTTP status code 302).
16486
16487 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16488
16489         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16490         Fix event parsing by gdpdepay.  Fixes #349916.
16491
16492 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16493
16494         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16495         com>
16496
16497         * ext/Makefile.am:
16498           Use right variables when USE_SPC is defined.
16499
16500 2006-08-02  Wim Taymans  <wim@fluendo.com>
16501
16502         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16503         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16504         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16505         (gst_gdp_depay_change_state):
16506         Disable seeking.
16507         Small cleanups.
16508         Clear adapter on disconts.
16509         Clear caps when going to READY instead of NULL
16510
16511         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16512         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16513         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16514         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16515         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16516         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16517         (gst_gdp_pay_change_state):
16518         * gst/gdp/gstgdppay.h:
16519         Reset payloader when going to READY.
16520         Fix leaked buffers in ->queue on push errors.
16521         Disable seeking.
16522         Code cleanups.
16523         Create packetizer in _init, free in _finalize.
16524
16525 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16526
16527         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16528         (gst_dfbvideosink_buffer_alloc): Post an error message.
16529
16530 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16531
16532         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16533         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16534         setup yet. Fail changing state if setup fails.
16535
16536 2006-07-31  Wim Taymans  <wim@fluendo.com>
16537
16538         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16539         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16540         Consume all events except EOS because we generate events from
16541         the gdp payload instead. Fixes #349204
16542
16543 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16544
16545         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16546         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16547         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16548         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16549         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16550         * ext/xvid/gstxviddec.h:
16551           Clean-ups and code reflows. Pass return value from
16552           gst_pad_alloc_buffer() upstream among other things. Also check
16553           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16554           Mass rename of xviddec -> dec variable for better
16555           code readability.
16556
16557 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16558
16559         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16560           Fix size calculation for I420/YV12. Fixes #348976.
16561
16562 2006-07-27  Wim Taymans  <wim@fluendo.com>
16563
16564         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16565         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16566         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16567         Fix negotiation.
16568
16569 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16570
16571         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16572           proxying get/set caps is the wrong thing to do, since we really
16573           do change caps quite fundamentally
16574         * tests/check/elements/gdpdepay.c:
16575         * tests/check/elements/gdppay.c:
16576           remove declaration of buffers, it's already done in gstcheck.h
16577
16578 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16579
16580         * sys/directsound/gstdirectsoundsink.h:
16581         * sys/directsound/gstdirectsoundsink.c:
16582         Add an attenuation property that will directly attenuate the 
16583         directsound buffer.
16584         Change the size of the directsound secondary buffer to a half second.
16585         Add more debug logs.
16586         Add a lock to protect dsound buffer write access.
16587         Fix a bad implementation of reset.
16588         * sys/directsound/gstdirectdrawsink.c:
16589         * sys/directsound/gstdirectdrawsink.h:
16590         Add a keep_aspect_ratio property.
16591         Do not use overlay if not supported.
16592         Add more debug logs.
16593         Remove overwrite of WM_ERASEBKGND message handling. It was not
16594         redrawing border when keep_aspect_ratio was enabled.
16595         * win32/common/config.h:
16596         update version waiting an auto-generated config.h
16597
16598 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16599
16600         Patch by: Chris Lee  <clee at kde org>
16601
16602         * configure.ac:
16603         * ext/Makefile.am:
16604         * ext/spc/Makefile.am:
16605         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16606         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16607         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16608         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16609         (gst_spc_dec_change_state), (plugin_init):
16610         * ext/spc/gstspc.h:
16611           Add libopenspc-based SPC decoder element (#348220).
16612
16613 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16614
16615         Patch by: Martin Szulecki
16616
16617         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16618           If "device-name" is requested and the device is not
16619           open, try to temporarily open it to obtain this
16620           information (#342494).
16621
16622 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16623
16624         * gst/nsf/nsf.c: (nsf_load):
16625           Really fix compilation. Apparently it's not enough to
16626           just check the return value for errors, but we need to
16627           check for short reads as well (now if only we handled
16628           them too ...). Fixes #347935.
16629
16630 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16631
16632         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16633           Fix caps after previous change to byte order endianness.
16634
16635         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16636         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16637         (gst_wavpack_parse_loop):
16638         * ext/wavpack/gstwavpackparse.h:
16639           Queue incoming events if there's no source pad yet and
16640           send them downstream later when the pad is there.
16641
16642 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16643
16644         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16645         (gst_wavpack_dec_format_samples),
16646         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16647         (gst_wavpack_dec_change_state):
16648         * ext/wavpack/gstwavpackdec.h:
16649           Output audio in native byte order (which is also how we get
16650           samples from wavpack); output samples with 21-24 bit depth
16651           with 32 bit width (makes things easier for us).
16652
16653 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16654
16655         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16656         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16657         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16658         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16659         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16660         * ext/wavpack/gstwavpackdec.h:
16661           More clean-ups: remove most of the disfunctional correction
16662           pad stuff for now, if it ever gets implemented a lot of stuff
16663           will have to be rewritten anyway; redo chain function, move
16664           errors to end, error out instead of g_assert()ing. Also rename
16665           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16666           other small stuff.
16667
16668 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16669
16670         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16671
16672         * configure.ac:
16673           Check for wavpack version and define WAVPACK_OLD_API if
16674           necessary.
16675
16676         * ext/wavpack/Makefile.am:
16677         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16678         (gst_wavpack_read_metadata):
16679         * ext/wavpack/gstwavpackcommon.h:
16680         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16681         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16682         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16683         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16684         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16685         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16686         * ext/wavpack/gstwavpackdec.h:
16687         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16688         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16689         (gst_wavpack_enc_set_wp_config):
16690         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16691         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16692         (gst_wavpack_parse_index_get_entry_from_sample),
16693         (gst_wavpack_parse_scan_to_find_sample),
16694         (gst_wavpack_parse_handle_seek_event),
16695         (gst_wavpack_parse_create_src_pad):
16696         * ext/wavpack/gstwavpackstreamreader.c:
16697         * ext/wavpack/gstwavpackstreamreader.h:
16698           Port to new/official wavpack API, don't use API that was exported
16699           in wavpack header files and in the lib but meant to be private, at
16700           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16701
16702 2006-07-18  Wim Taymans  <wim@fluendo.com>
16703
16704         * gst/nsf/nsf.c: (nsf_load):
16705         Fix compilation by not ignoring return values of fread.
16706
16707 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16708
16709         * docs/plugins/inspect/plugin-alsaspdif.xml:
16710         * docs/plugins/inspect/plugin-filter.xml:
16711         * docs/plugins/inspect/plugin-h264parse.xml:
16712         * docs/plugins/inspect/plugin-musepack.xml:
16713         * docs/plugins/inspect/plugin-nsfdec.xml:
16714         * docs/plugins/inspect/plugin-sdl.xml:
16715         * docs/plugins/inspect/plugin-spectrum.xml:
16716           adding more inspect docs
16717
16718 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16719
16720         * docs/plugins/inspect/plugin-gdp.xml:
16721           actually commit inspectation of gdp element
16722
16723 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16724
16725         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16726         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16727           remove parent_class setting, BOILERPLATE does this
16728         (gst_gdp_pay_reset_streamheader):
16729           fix typo in comment
16730
16731 2006-07-17  Wim Taymans  <wim@fluendo.com>
16732
16733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16734         (gst_qtdemux_prepare_current_sample),
16735         (gst_qtdemux_loop_state_movie):
16736         Store duration in uint64 too instead of clipping.
16737         When we do a keyframe seek and the requested time is at the
16738         keyframe, don't seek back to the beginning of the keyframe.
16739         Fixes #347439.
16740
16741 2006-07-16  Wim Taymans  <wim@fluendo.com>
16742
16743         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16744         Don't crash on small buffers.
16745
16746 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16747
16748         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16749         Reset adapter.
16750
16751 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16752
16753         * gst/spectrum/demo-audiotest.c: (main):
16754         * gst/spectrum/demo-osssrc.c: (main):
16755         Do not use deprecated gtk functions.
16756
16757 2006-07-14  Wim Taymans  <wim@fluendo.com>
16758
16759         * gst/nsf/Makefile.am:
16760         * gst/nsf/memguard.c:
16761         * gst/nsf/memguard.h:
16762         * gst/nsf/types.h:
16763         Remove crack malloc/free replacement.
16764
16765 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16766
16767         * docs/plugins/Makefile.am:
16768         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16769         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16770           add more plugins and elements to docs
16771         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16772           fix segfaults due to wrong g_free
16773           add example
16774         * gst/gdp/gstgdppay.c:
16775           add example
16776
16777 2006-07-13  Wim Taymans  <wim@fluendo.com>
16778
16779         * gst/nsf/Makefile.am:
16780         Fix build.
16781
16782 2006-07-13  Wim Taymans  <wim@fluendo.com>
16783
16784         Based on patches by: Johan Dahlin <johan at gnome dot org>
16785                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16786
16787         * configure.ac:
16788         * gst/nsf/Makefile.am:
16789         * gst/nsf/dis6502.h:
16790         * gst/nsf/fds_snd.c:
16791         * gst/nsf/fds_snd.h:
16792         * gst/nsf/fmopl.c:
16793         * gst/nsf/fmopl.h:
16794         * gst/nsf/gstnsf.c:
16795         * gst/nsf/gstnsf.h:
16796         * gst/nsf/log.c:
16797         * gst/nsf/log.h:
16798         * gst/nsf/memguard.c:
16799         * gst/nsf/memguard.h:
16800         * gst/nsf/mmc5_snd.c:
16801         * gst/nsf/mmc5_snd.h:
16802         * gst/nsf/nes6502.c:
16803         * gst/nsf/nes6502.h:
16804         * gst/nsf/nes_apu.c:
16805         * gst/nsf/nes_apu.h:
16806         * gst/nsf/nsf.c:
16807         * gst/nsf/nsf.h:
16808         * gst/nsf/osd.h:
16809         * gst/nsf/types.h:
16810         * gst/nsf/vrc7_snd.c:
16811         * gst/nsf/vrc7_snd.h:
16812         * gst/nsf/vrcvisnd.c:
16813         * gst/nsf/vrcvisnd.h:
16814         Added NSF decoder plugin. Fixes 151192. 
16815
16816 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16817
16818         * tests/check/Makefile.am:
16819           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16820
16821 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16822
16823         * configure.ac:
16824           Don't error out in configure if mjpegtools dev is not there.
16825
16826 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16827
16828         Patch by: Mark Nauwelaerts <manauw at skynet be>
16829
16830         * configure.ac:
16831         * ext/Makefile.am:
16832         * ext/mpeg2enc/Makefile.am:
16833         * ext/mpeg2enc/gstmpeg2enc.cc:
16834         * ext/mpeg2enc/gstmpeg2enc.hh:
16835         * ext/mpeg2enc/gstmpeg2encoder.cc:
16836         * ext/mpeg2enc/gstmpeg2encoder.hh:
16837         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16838         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16839         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16840         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16841         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16842           Port mpeg2enc to 0.10 (#343184).
16843
16844         * tests/check/Makefile.am:
16845         * tests/check/elements/.cvsignore:
16846         * tests/check/elements/mpeg2enc.c:
16847           Add unit test for mpeg2enc.
16848
16849         * tests/icles/.cvsignore:
16850           Ignore pitch-test.
16851
16852 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16853
16854         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16855           Fix typo in property nick.
16856
16857 2006-07-10  Wim Taymans  <wim@fluendo.com>
16858
16859         * gst/filter/gstbpwsinc.h:
16860         * gst/filter/gstiir.h:
16861         * gst/filter/gstlpwsinc.h:
16862         Don't forget new files.
16863
16864 2006-07-10  Wim Taymans  <wim@fluendo.com>
16865
16866         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16867
16868         * configure.ac:
16869         * gst/filter/Makefile.am:
16870         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16871         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16872         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16873         (bpwsinc_set_property), (bpwsinc_get_property):
16874         * gst/filter/gstfilter.c: (plugin_init):
16875         * gst/filter/gstfilter.h:
16876         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16877         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16878         (iir_transform_ip), (iir_set_property), (iir_get_property):
16879         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16880         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16881         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16882         (lpwsinc_set_property), (lpwsinc_get_property):
16883         Ported the gstfilter plugin to GStreamer 0.10.
16884         Fixes #346853.
16885
16886 2006-07-10  Wim Taymans  <wim@fluendo.com>
16887
16888         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16889           Extract comment information!!
16890
16891 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16892
16893         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16894         (qtdemux_tag_add_date):
16895           Extract year/date information (fixes #347079).
16896
16897 2006-07-07  Wim Taymans  <wim@fluendo.com>
16898
16899         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16900         Don't crash on twos/sowt/raw audio. #345830.
16901
16902 2006-07-07  Wim Taymans  <wim@fluendo.com>
16903
16904         Patch by: Lutz Mueller <lutz at topfrose dot de>
16905
16906         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16907         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16908         (request_dispatch), (gst_neonhttp_src_create),
16909         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16910         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16911         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16912         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16913         * ext/neon/gstneonhttpsrc.h:
16914         Remove unlock function. start/stop will do everything needed
16915         Removed code that was never called.
16916         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16917         Do not escape path. Fixes #346723.
16918         Additional code cleanups.
16919
16920 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16921
16922         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16923         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16924           Fix silly crasher in state change function; add
16925           IV41 fourcc (see bug #171111); don't output confusing
16926           debug message when skipping atoms.
16927
16928 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16929
16930         * ext/directfb/dfbvideosink.c:
16931         * ext/gsm/gstgsmdec.c:
16932         * ext/gsm/gstgsmenc.c:
16933         * ext/libmms/gstmms.c:
16934         * ext/neon/gstneonhttpsrc.c:
16935         * ext/theora/theoradec.c:
16936         * gst/freeze/gstfreeze.c:
16937         * gst/gdp/gstgdpdepay.c:
16938         * gst/gdp/gstgdppay.c:
16939         * sys/glsink/glimagesink.c:
16940           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16941           and fix one GObject boilerplate macro.
16942
16943 2006-06-20  Wim Taymans  <wim@fluendo.com>
16944
16945         * gst/modplug/libmodplug/stdafx.h:
16946         Fix modplug on AMD64. Fixes #345336.
16947
16948 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16949
16950         * configure.ac:
16951           Fix check so that future libneon API changes won't break the build.
16952
16953         * ext/neon/gstneonhttpsrc.c:
16954           Fix build with libneon-0.26.x (#345182).
16955
16956 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16957
16958         * configure.ac:
16959           Fix --disable-external (can't set conditionals conditionally,
16960           #343602).
16961           
16962 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16963
16964         * gst/spectrum/Makefile.am:
16965         Fix build.
16966
16967 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16968
16969         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16970         (draw_spectrum), (message_handler), (main):
16971         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16972         (message_handler), (main):
16973         port to use message to get results, cleanly exit when closing the window
16974         
16975         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16976         (gst_spectrum_init), (gst_spectrum_dispose),
16977         (gst_spectrum_set_property), (gst_spectrum_get_property),
16978         (gst_spectrum_set_caps), (gst_spectrum_start),
16979         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16980         * gst/spectrum/gstspectrum.h:
16981         port to derive from basetransform and send results via messages
16982         (like level element)
16983
16984 2006-06-15  Wim Taymans  <wim@fluendo.com>
16985
16986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16987         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16988         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16989         Combine return values from src pad pushes.
16990
16991 2006-06-15  Wim Taymans  <wim@fluendo.com>
16992
16993         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16994         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16995         (gst_qtdemux_add_stream):
16996         Don't crash on files with 0 samples, EOS immediatly instead.
16997         Fixes #344944.
16998
16999 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
17000
17001         Patch by: Wouter Paesen  <wouter at kangaroot net>
17002
17003         * ext/soundtouch/Makefile.am:
17004         * ext/soundtouch/gstpitch.cc:
17005           Make pitch element controllable via GstController interface
17006           (#344821).
17007           
17008         * configure.ac:
17009           Up core requirements to 0.10.8.1/CVS because earlier
17010           GstControllers can't handle float properties correctly.
17011           Check for GstController CFLAGS and LIBS.
17012
17013         * tests/icles/Makefile.am:
17014         * tests/icles/pitch-test.c: (main):
17015           Add small test program for the above (welcome to the 80s!).
17016
17017 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
17018
17019         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
17020
17021         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
17022         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
17023         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
17024         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
17025         * ext/wavpack/gstwavpackenc.h:
17026           Use bitrate property solely for bitrates and add new
17027           bits-per-sample property for the other stuff. Set duration
17028           to 'unknown' in initial header and resend header with proper
17029           duration on EOS; update Sebastian's e-mail address.
17030
17031 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17032
17033         * examples/directfb/.cvsignore:
17034         * ext/directfb/.cvsignore:
17035           #define red green
17036
17037 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17038
17039         * gst/spectrum/.cvsignore:
17040           Ignore more.
17041
17042 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
17043
17044         * ext/libmms/gstmms.c: (gst_mms_create):
17045           Set caps on outgoing buffers.
17046
17047         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
17048           Comment out unused global instance variable.
17049
17050 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         Patch by: Sebastian Dröge  <mail at slomosnail de>
17053
17054         * ext/wavpack/Makefile.am:
17055         * ext/wavpack/gstwavpack.c: (plugin_init):
17056         * ext/wavpack/gstwavpackcommon.h:
17057         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
17058         (gst_wavpack_enc_correction_mode_get_type),
17059         (gst_wavpack_enc_joint_stereo_mode_get_type),
17060         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
17061         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
17062         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
17063         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
17064         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
17065         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
17066         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
17067         (gst_wavpack_enc_plugin_init):
17068         * ext/wavpack/gstwavpackenc.h:
17069         * ext/wavpack/md5.c:
17070         * ext/wavpack/md5.h:
17071           Add wavpack encoder element (#343131).
17072
17073 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
17074
17075         * configure.ac:
17076           Check for X before using X_CFLAGS in the check for opengl (#343866).
17077           
17078         * ext/musepack/Makefile.am:
17079         * ext/wavpack/Makefile.am:
17080         * gst/speed/Makefile.am:
17081           Add missing GST_LIBS, fixes build on cygwin (#343866).
17082
17083 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17084
17085         * configure.ac:
17086           enable building of GDP elements
17087         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
17088         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
17089         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
17090         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17091         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
17092         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
17093         (gst_gdp_pay_change_state):
17094         * gst/gdp/gstgdppay.h:
17095           add version 1.0
17096
17097 2006-06-02  Michael Smith  <msmith@fluendo.com>
17098
17099         * ext/theora/theoradec.c: (theora_dec_src_convert),
17100         (theora_handle_type_packet), (theora_handle_422_image),
17101         (theora_handle_444_image), (theora_handle_420_image),
17102         (theora_handle_data_packet):
17103           Theora 4:4:4 pixel format support.
17104
17105 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17106
17107         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
17108         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
17109         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
17110         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
17111         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
17112         (gst_gdp_pay_get_property):
17113           add crc-header and crc-payload properties
17114           don't error out on some things that are recoverable
17115         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
17116           add test for crc
17117
17118 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
17119
17120         * ext/alsaspdif/alsaspdifsink.h:
17121         * ext/amrwb/gstamrwbdec.h:
17122         * ext/amrwb/gstamrwbenc.h:
17123         * ext/amrwb/gstamrwbparse.h:
17124         * ext/arts/gst_arts.h:
17125         * ext/artsd/gstartsdsink.h:
17126         * ext/audiofile/gstafparse.h:
17127         * ext/audiofile/gstafsink.h:
17128         * ext/audiofile/gstafsrc.h:
17129         * ext/audioresample/gstaudioresample.h:
17130         * ext/bz2/gstbz2dec.h:
17131         * ext/bz2/gstbz2enc.h:
17132         * ext/dirac/gstdiracdec.h:
17133         * ext/directfb/dfbvideosink.h:
17134         * ext/divx/gstdivxdec.h:
17135         * ext/divx/gstdivxenc.h:
17136         * ext/dts/gstdtsdec.h:
17137         * ext/faac/gstfaac.h:
17138         * ext/gsm/gstgsmdec.h:
17139         * ext/gsm/gstgsmenc.h:
17140         * ext/ivorbis/vorbisenc.h:
17141         * ext/libfame/gstlibfame.h:
17142         * ext/nas/nassink.h:
17143         * ext/neon/gstneonhttpsrc.h:
17144         * ext/polyp/polypsink.h:
17145         * ext/sdl/sdlaudiosink.h:
17146         * ext/sdl/sdlvideosink.h:
17147         * ext/shout/gstshout.h:
17148         * ext/snapshot/gstsnapshot.h:
17149         * ext/sndfile/gstsf.h:
17150         * ext/swfdec/gstswfdec.h:
17151         * ext/tarkin/gsttarkindec.h:
17152         * ext/tarkin/gsttarkinenc.h:
17153         * ext/theora/theoradec.h:
17154         * ext/wavpack/gstwavpackdec.h:
17155         * ext/wavpack/gstwavpackparse.h:
17156         * ext/xine/gstxine.h:
17157         * ext/xvid/gstxviddec.h:
17158         * ext/xvid/gstxvidenc.h:
17159         * gst/cdxaparse/gstcdxaparse.h:
17160         * gst/cdxaparse/gstcdxastrip.h:
17161         * gst/colorspace/gstcolorspace.h:
17162         * gst/festival/gstfestival.h:
17163         * gst/freeze/gstfreeze.h:
17164         * gst/gdp/gstgdpdepay.h:
17165         * gst/gdp/gstgdppay.h:
17166         * gst/modplug/gstmodplug.h:
17167         * gst/mpeg1sys/gstmpeg1systemencode.h:
17168         * gst/mpeg1videoparse/gstmp1videoparse.h:
17169         * gst/mpeg2sub/gstmpeg2subt.h:
17170         * gst/mpegaudioparse/gstmpegaudioparse.h:
17171         * gst/multifilesink/gstmultifilesink.h:
17172         * gst/overlay/gstoverlay.h:
17173         * gst/playondemand/gstplayondemand.h:
17174         * gst/qtdemux/qtdemux.h:
17175         * gst/rtjpeg/gstrtjpegdec.h:
17176         * gst/rtjpeg/gstrtjpegenc.h:
17177         * gst/smooth/gstsmooth.h:
17178         * gst/smoothwave/gstsmoothwave.h:
17179         * gst/spectrum/gstspectrum.h:
17180         * gst/speed/gstspeed.h:
17181         * gst/stereo/gststereo.h:
17182         * gst/switch/gstswitch.h:
17183         * gst/tta/gstttadec.h:
17184         * gst/tta/gstttaparse.h:
17185         * gst/videodrop/gstvideodrop.h:
17186         * gst/xingheader/gstxingmux.h:
17187         * sys/directdraw/gstdirectdrawsink.h:
17188         * sys/directsound/gstdirectsoundsink.h:
17189         * sys/dxr3/dxr3audiosink.h:
17190         * sys/dxr3/dxr3spusink.h:
17191         * sys/dxr3/dxr3videosink.h:
17192         * sys/qcam/gstqcamsrc.h:
17193         * sys/vcd/vcdsrc.h:
17194         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
17195
17196 2006-05-31  Edward Hervey  <edward@fluendo.com>
17197
17198         * ext/faad/gstfaad.h:
17199         Forgot to commit the header file too.
17200
17201 2006-05-31  Edward Hervey  <edward@fluendo.com>
17202
17203         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
17204         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
17205         (gst_faad_chain), (gst_faad_change_state):
17206         Added GstSegment to control segments.
17207         Added clipping/dropping of outgoing buffers in order to have accurate
17208         seeking working properly.
17209
17210 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
17211
17212         Patch by: Lutz Müller  <lutz at topfrose de>
17213
17214         * ext/bz2/Makefile.am:
17215         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
17216         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
17217           Use gst_type_find_helper_* functions for typefinding; use
17218           correct caps with gst_pad_alloc_buffer(); add state change
17219           function and reset decoder in it; don't unref buffer if
17220           pad_push fails; use fixed caps on source pad. (#341524).
17221
17222 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
17223
17224         * gst/spectrum/Makefile.am:
17225         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
17226         (spectrum_chain), (main):
17227         * gst/spectrum/demo-osssrc.c:
17228         added another example
17229         
17230         * sys/v4l2/gstv4l2src.c:
17231         fix typo
17232
17233 2006-05-26  Edward Hervey  <edward@fluendo.com>
17234
17235         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
17236         Clip the outputed NEWSEGMENT stop time to the configured segment stop
17237         time.
17238
17239 2006-05-26  Wim Taymans  <wim@fluendo.com>
17240
17241         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
17242         Don't clear the running variable in the seek code.
17243
17244 2006-05-24  Wim Taymans  <wim@fluendo.com>
17245
17246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
17247         Detect QCELP in mp4a descriptors.
17248
17249 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17250
17251         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
17252           po/POTFILES.in:
17253           Throw an error when the file is encrypted. Move plugin_init stuff
17254           to the end of the file, add stuff for i18n, make debug category
17255           static.
17256
17257 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
17258
17259         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17260
17261         * configure.ac:
17262         * gst/h264parse/Makefile.am:
17263         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
17264         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
17265         (gst_h264_parse_init), (gst_h264_parse_chain),
17266         (gst_h264_parse_handle_event), (plugin_init):
17267         * gst/h264parse/gsth264parse.h:
17268           New plugin: h264parse (#340638)
17269
17270 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17271
17272         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
17273         (gst_gdp_depay_change_state):
17274         * gst/gdp/gstgdpdepay.h:
17275         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
17276         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
17277         (gst_gdp_pay_change_state):
17278         * gst/gdp/gstgdppay.h:
17279           Handle error cases when calling functions
17280           do downwards state change after parent's change_state
17281         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
17282         * tests/check/elements/gdppay.c: (GST_START_TEST):
17283           clean up more
17284
17285 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17286
17287         * gst/gdp/Makefile.am:
17288         * gst/gdp/gstgdp.c: (plugin_init):
17289         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
17290         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
17291         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
17292         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
17293         * gst/gdp/gstgdpdepay.h:
17294         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
17295         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
17296         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
17297         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
17298         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
17299         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
17300         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
17301         (gst_gdp_pay_plugin_init):
17302         * gst/gdp/gstgdppay.h:
17303         * tests/check/Makefile.am:
17304         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
17305         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
17306         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
17307         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
17308         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
17309         (main):
17310           adding GDP payloader and depayloader.  Build integration will
17311           follow later when the GDP issues for core are sorted out.
17312
17313 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17314
17315         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17316         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
17317         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
17318           Use boilerplate macro, fix strings to match plugin-moval-requirements
17319
17320 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17321
17322         * gst/spectrum/Makefile.am:
17323           Link to base libraries
17324
17325         * gst/spectrum/demo-osssrc.c: (main):
17326           use new threshhold property
17327
17328         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
17329         (gst_spectrum_init), (gst_spectrum_dispose),
17330         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
17331         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
17332         (gst_spectrum_change_state):
17333         * gst/spectrum/gstspectrum.h:
17334         Use gst_adapter, support multiple-channels, add threshold property for
17335         result, add docs, fix resulting spectrum range (was including mirrored
17336         results)
17337
17338 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
17339
17340         * configure.ac:
17341         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
17342         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
17343         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
17344         (gst_spectrum_base_init), (gst_spectrum_class_init),
17345         (gst_spectrum_init), (gst_spectrum_dispose),
17346         (gst_spectrum_set_property), (gst_spectrum_chain):
17347         * gst/spectrum/gstspectrum.h:
17348         Initial port of the spectrum element
17349
17350 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
17351
17352         * sys/v4l2/gstv4l2.c:
17353         * sys/v4l2/gstv4l2object.c:
17354         * sys/v4l2/gstv4l2object.h:
17355         * sys/v4l2/gstv4l2src.c:
17356         * sys/v4l2/gstv4l2xoverlay.c:
17357         Some clean-ups requested by wingo in bug #338818.       
17358
17359 2006-05-19  Michael Smith  <msmith@fluendo.com>
17360
17361         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17362         (alsaspdifsink_class_init), (alsaspdifsink_init),
17363         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17364         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
17365         (alsaspdifsink_get_time), (alsaspdifsink_open),
17366         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17367         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17368         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17369         (generate_iec958_zero_frame), (alsaspdifsink_render),
17370         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17371         * ext/alsaspdif/alsaspdifsink.h:
17372           Use sampling rate from set_caps. Comment out some more unused code.
17373
17374 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
17375
17376         * configure.ac:
17377           Check for X11
17378         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
17379         * sys/v4l2/gstv4l2object.h:
17380         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
17381         * sys/v4l2/gstv4l2src.h:
17382         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
17383         * sys/v4l2/gstv4l2xoverlay.h:
17384           Code cleanups, fix debug macros
17385
17386 2006-05-18  Michael Smith  <msmith@fluendo.com>
17387
17388         * ext/Makefile.am:
17389           Fix distcheck?
17390
17391 2006-05-18  Michael Smith  <msmith@fluendo.com>
17392
17393         * configure.ac:
17394         * ext/Makefile.am:
17395         * ext/alsaspdif/Makefile.am:
17396         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
17397         (alsaspdifsink_class_init), (alsaspdifsink_init),
17398         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
17399         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
17400         (alsaspdifsink_get_time), (alsaspdifsink_open),
17401         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
17402         (alsaspdifsink_write_frame), (alsaspdifsink_event),
17403         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
17404         (generate_iec958_zero_frame), (alsaspdifsink_render),
17405         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
17406         * ext/alsaspdif/alsaspdifsink.h:
17407           Add an alsa plugin to output IEC958 frames over S/PDIF
17408
17409 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
17410
17411         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
17412           Remove unused caps cruft from chain function altogether.
17413
17414 2006-05-17  Edward Hervey  <edward@fluendo.com>
17415
17416         * ext/faad/gstfaad.c: (gst_faad_chain): 
17417         There's no guarantee that caps was set to something, and if it did, the
17418         function called to fill that variable actually sets the caps on the
17419         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
17420         GST_PAD_CAPS(faad->srcpad).
17421
17422 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
17423
17424         Patch by: Young-Ho Cha  <ganadist chollian net>
17425
17426         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
17427         (gst_faad_change_state):
17428         * ext/faad/gstfaad.h:
17429           If we encounter a decoding error, don't error out immediately,
17430           but try to resync (or see if we have better luck with the next
17431           buffer in case of framed input). Only error out after five
17432           consecutive errors. Fixes #341563.
17433
17434 2006-05-12  Wim Taymans  <wim@fluendo.com>
17435
17436         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
17437         (gst_xvidenc_init), (gst_xvidenc_finalize),
17438         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
17439         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
17440         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
17441         (gst_xvidenc_get_property):
17442         Compile fixes.
17443
17444 2006-05-12  Wim Taymans  <wim@fluendo.com>
17445
17446         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17447
17448         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
17449         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
17450         (gst_xvid_image_fill):
17451         * ext/xvid/gstxvid.h:
17452         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
17453         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
17454         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
17455         (gst_xviddec_add_par), (gst_xviddec_negotiate),
17456         (gst_xviddec_decode), (gst_xviddec_chain),
17457         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
17458         (gst_xviddec_src_link), (gst_xviddec_setcaps),
17459         (gst_xviddec_change_state):
17460         * ext/xvid/gstxviddec.h:
17461         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
17462         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
17463         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
17464         (gst_xvidenc_class_init), (gst_xvidenc_init),
17465         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
17466         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
17467         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
17468         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
17469         (gst_xvidenc_change_state):
17470         * ext/xvid/gstxvidenc.h:
17471         xvid plugin to support more capabilities of XviD codec.
17472         Fixes #339462.
17473         Some more cleanups here and there.
17474
17475 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
17476
17477         * sys/v4l2/Makefile.am:
17478         * sys/v4l2/gstv4l2.c:
17479         * sys/v4l2/gstv4l2colorbalance.c:
17480         * sys/v4l2/gstv4l2colorbalance.h:
17481         * sys/v4l2/gstv4l2element.c:
17482         * sys/v4l2/gstv4l2element.h:
17483         * sys/v4l2/gstv4l2object.c:
17484         * sys/v4l2/gstv4l2object.h:
17485         * sys/v4l2/gstv4l2src.c:
17486         * sys/v4l2/gstv4l2src.h:
17487         * sys/v4l2/gstv4l2tuner.c:
17488         * sys/v4l2/gstv4l2tuner.h:
17489         * sys/v4l2/gstv4l2xoverlay.c:
17490         * sys/v4l2/gstv4l2xoverlay.h:
17491         * sys/v4l2/v4l2_calls.c:
17492         * sys/v4l2/v4l2_calls.h:
17493         * sys/v4l2/v4l2src_calls.c:
17494         * sys/v4l2/v4l2src_calls.h:
17495         Changes proposed by Wingo in bug #338818.
17496
17497 2006-05-11  Wim Taymans  <wim@fluendo.com>
17498
17499         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17500         (gst_qtdemux_handle_esds):
17501         Figure out the real audio type in mp4a boxes by parsing the
17502         optional descriptors in the optional esds box. Promote the
17503         default AAC to mp3 when indicated. Fixes #330632.
17504
17505 2006-05-10  Wim Taymans  <wim@fluendo.com>
17506
17507         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17508         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17509         Parse version 2 sample descriptions. Fixes #341231
17510         Don't #define gst_util_dump_mem(), use something more
17511         specific instead to avoid confusion.
17512
17513 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17514
17515         * sys/v4l2/gstv4l2src.c:
17516         * sys/v4l2/v4l2src_calls.c:
17517         Fix fourcc name printed out. Patch from Martin Rubli.
17518
17519 2006-05-08  Wim Taymans  <wim@fluendo.com>
17520
17521         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17522         (qtdemux_dump_mvhd):
17523         Don't cause side effects in a debugging function.
17524         Also report duration in push mode since we can.
17525
17526 2006-05-08  Edward Hervey  <edward@fluendo.com>
17527
17528         * autogen.sh: (CONFIGURE_DEF_OPT): 
17529         libtoolize on Darwin/MacOSX is called glibtoolize
17530
17531 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17532
17533         * ext/amrwb/gstamrwbdec.c:
17534         * ext/amrwb/gstamrwbenc.c:
17535         * ext/sdl/sdlaudiosink.c:
17536         * ext/sdl/sdlvideosink.c:
17537         * ext/wavpack/gstwavpackdec.c:
17538         * ext/xine/xine.c:
17539         * ext/xine/xineaudiodec.c:
17540         * ext/xine/xineaudiosink.c:
17541         * ext/xine/xineinput.c:
17542         * gst/cdxaparse/gstcdxaparse.c:
17543         * gst/freeze/gstfreeze.c:
17544         * sys/v4l2/gstv4l2element.c:
17545         Add semicolons after GST_BOILERPLATE[_FULL] so that
17546         indent doesn't mess up following lines.
17547
17548 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17549
17550         * sys/v4l2/gstv4l2element.c:
17551         * sys/v4l2/gstv4l2element.h:
17552         * sys/v4l2/gstv4l2src.c:
17553         * sys/v4l2/gstv4l2src.h:
17554         * sys/v4l2/gstv4l2tuner.c:
17555         * sys/v4l2/gstv4l2tuner.h:
17556         * sys/v4l2/v4l2_calls.c:
17557         * sys/v4l2/v4l2_calls.h:
17558         * sys/v4l2/v4l2src_calls.c:
17559         * sys/v4l2/v4l2src_calls.h:
17560         * tests/icles/v4l2src-test.c:
17561         Some changes proposed by wingo in bug #338818 (but not everything
17562         yet). Patch from Martin Rubli to fix framerate detection.
17563
17564 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17565
17566         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17567           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17568
17569 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17570
17571         * configure.ac:
17572           Back to CVS
17573
17574 === release 0.10.3 ===
17575
17576 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17577
17578         * configure.ac:
17579           releasing 0.10.3, "Petition to request permission"
17580
17581 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17582
17583         * tests/icles/Makefile.am: Fix build.
17584
17585 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17586
17587         * ext/musicbrainz/Makefile.am:
17588           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17589
17590 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17591
17592         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17593         Clean up one piece of logic slightly and remove a 
17594         dead code block.
17595
17596 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17597
17598         * docs/plugins/Makefile.am:
17599         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17600         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17601         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17602         * docs/plugins/inspect/plugin-musicbrainz.xml:
17603         * ext/musicbrainz/gsttrm.c:
17604         * ext/musicbrainz/gsttrm.h:
17605           Everybody loves docs - add docs for musicbrainz plugin.
17606
17607 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17608
17609         * ext/Makefile.am:
17610           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17611           
17612 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17613
17614         * ext/Makefile.am:
17615           Forgot to commit this one.
17616
17617 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17618
17619         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17620
17621         * configure.ac:
17622         * ext/musicbrainz/Makefile.am:
17623         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17624         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17625         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17626         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17627         * ext/musicbrainz/gsttrm.h:
17628           Port MusicBrainz TRM plugin (#336898).
17629
17630 2006-05-03  Michael Smith  <msmith@fluendo.com>
17631
17632         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17633         (looks_like_valid_header), (gst_faad_chain):
17634           Fix #334748: use fake_codec_data if the first bytes of the first
17635           buffer we process doesn't look like plausible AAC data (e.g.
17636           reserved values for rate, or channels). Fixes playback of Apple's
17637           movie trailers.
17638
17639 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17640
17641         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17642         Fix get_caps func to work when no framerate is available and the caps
17643         isn't simple.
17644
17645 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17646
17647         * sys/v4l2/Makefile.am:
17648         * sys/v4l2/gstv4l2colorbalance.c:
17649         * sys/v4l2/gstv4l2xoverlay.c:
17650         * sys/v4l2/v4l2_calls.c:
17651         * tests/icles/Makefile.am:
17652         * tests/icles/v4l2src-test.c:
17653         Few improvements to move to good.
17654
17655 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17656
17657         * configure.ac:
17658         * docs/plugins/Makefile.am:
17659         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17660         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17661         * docs/plugins/inspect/plugin-taglib.xml:
17662         * ext/Makefile.am:
17663         * ext/taglib/Makefile.am:
17664         * ext/taglib/gstid3v2mux.cc:
17665         * ext/taglib/gstid3v2mux.h:
17666         * ext/taglib/gsttaglib.cc:
17667         * ext/taglib/gsttaglib.h:
17668         * tests/check/Makefile.am:
17669         * tests/check/elements/tagid3v2mux.c:
17670           moved to good.  Closes #336110
17671
17672 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17673
17674         * docs/plugins/Makefile.am:
17675         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17676         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17677         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17678         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17679         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17680           Fix up docs for taglib plugin
17681           Also scan .cc files
17682
17683 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17684
17685         * ext/taglib/gsttaglib.cc:
17686           Post an error message on the bus in the (extremely unlikely)
17687           case of an error.
17688
17689 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17690
17691         * ext/taglib/Makefile.am:
17692         * ext/taglib/gstid3v2mux.cc:
17693         * ext/taglib/gstid3v2mux.h:
17694         * ext/taglib/gsttaglib.cc:
17695         * ext/taglib/gsttaglib.h:
17696           Split the actual ID3v2 tag rendering code into
17697           its own subclass.
17698
17699 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17700
17701         * ext/neon/gstneonhttpsrc.c:
17702         * ext/neon/gstneonhttpsrc.h:
17703           added iradio-mode support as in gnomevfssrc to enable 
17704           connections with icydemux that will send title tag messages on 
17705           shoutcast/icecast streams. I've also added iradio properties
17706           iradio-name, iradio-genre, iradio-url.
17707           added user-agent property because some shoutcast streams don't return 
17708           data if the GET requests don't have a User-Agent.
17709         * win32/common/libgstneon.dsp:
17710           use debug version of libneon in debug mode
17711 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17712
17713         * configure.ac:
17714         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17715         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17716         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17717         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17718         * sys/Makefile.am:
17719         * sys/ximagesrc/Makefile.am:
17720         * sys/ximagesrc/ximagesrc.c:
17721         * sys/ximagesrc/ximagesrc.h:
17722         * sys/ximagesrc/ximageutil.c:
17723         * sys/ximagesrc/ximageutil.h:
17724         * tests/Makefile.am:
17725         * tests/icles/.cvsignore:
17726         * tests/icles/Makefile.am:
17727         * tests/icles/ximagesrc-test.c:
17728           moved ximagesrc to good (See #336756)
17729
17730 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17731
17732         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17733         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17734         (gst_faad_close_decoder), (gst_faad_change_state):
17735         * ext/faad/gstfaad.h:
17736           If we run into a decoding error, try re-opening the decoder
17737           with faacDecInit2() using fake codec data created from the
17738           data the demuxer gave us. Should fix a whole bunch of
17739           GStreamer-faad problems incl. 'channel coupling not
17740           implemented', 'maximum number of scalefactor bands exceeded'
17741           etc. (#173007, #332892).
17742
17743 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17744
17745         * ext/amrwb/gstamrwbdec.c:
17746         * ext/amrwb/gstamrwbenc.c:
17747         * ext/amrwb/gstamrwbparse.c:
17748         * ext/arts/gst_arts.c:
17749         * ext/artsd/gstartsdsink.c:
17750         * ext/audiofile/gstafparse.c:
17751         * ext/audiofile/gstafsink.c:
17752         * ext/audiofile/gstafsrc.c:
17753         * ext/audioresample/gstaudioresample.c:
17754         * ext/bz2/gstbz2dec.c:
17755         * ext/bz2/gstbz2enc.c:
17756         * ext/cdaudio/gstcdaudio.c:
17757         * ext/directfb/dfbvideosink.c:
17758         * ext/divx/gstdivxdec.c:
17759         * ext/divx/gstdivxenc.c:
17760         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17761         * ext/faac/gstfaac.c: (gst_faac_base_init):
17762         * ext/faad/gstfaad.c:
17763         * ext/gsm/gstgsmdec.c:
17764         * ext/gsm/gstgsmenc.c:
17765         * ext/hermes/gsthermescolorspace.c:
17766         * ext/ivorbis/vorbisfile.c:
17767         * ext/lcs/gstcolorspace.c:
17768         * ext/libfame/gstlibfame.c:
17769         * ext/libmms/gstmms.c: (gst_mms_base_init):
17770         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17771         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17772         * ext/nas/nassink.c: (gst_nassink_base_init):
17773         * ext/neon/gstneonhttpsrc.c:
17774         * ext/sdl/sdlaudiosink.c:
17775         * ext/sdl/sdlvideosink.c:
17776         * ext/shout/gstshout.c:
17777         * ext/snapshot/gstsnapshot.c:
17778         * ext/sndfile/gstsf.c:
17779         * ext/swfdec/gstswfdec.c:
17780         * ext/tarkin/gsttarkindec.c:
17781         * ext/tarkin/gsttarkinenc.c:
17782         * ext/theora/theoradec.c:
17783         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17784         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17785         * ext/xvid/gstxviddec.c:
17786         * ext/xvid/gstxvidenc.c:
17787         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17788         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17789         * gst/chart/gstchart.c:
17790         * gst/colorspace/gstcolorspace.c:
17791         * gst/deinterlace/gstdeinterlace.c:
17792         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17793         * gst/festival/gstfestival.c:
17794         * gst/filter/gstbpwsinc.c:
17795         * gst/filter/gstiir.c:
17796         * gst/filter/gstlpwsinc.c:
17797         * gst/freeze/gstfreeze.c:
17798         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17799         * gst/librfb/gstrfbsrc.c:
17800         * gst/mixmatrix/mixmatrix.c:
17801         * gst/mpeg1sys/gstmpeg1systemencode.c:
17802         * gst/mpeg1videoparse/gstmp1videoparse.c:
17803         * gst/mpeg2sub/gstmpeg2subt.c:
17804         * gst/mpegaudioparse/gstmpegaudioparse.c:
17805         * gst/multifilesink/gstmultifilesink.c:
17806         * gst/overlay/gstoverlay.c:
17807         * gst/passthrough/gstpassthrough.c:
17808         * gst/playondemand/gstplayondemand.c:
17809         * gst/qtdemux/qtdemux.c:
17810         * gst/rtjpeg/gstrtjpegdec.c:
17811         * gst/rtjpeg/gstrtjpegenc.c:
17812         * gst/smooth/gstsmooth.c:
17813         * gst/smoothwave/gstsmoothwave.c:
17814         * gst/spectrum/gstspectrum.c:
17815         * gst/speed/gstspeed.c:
17816         * gst/stereo/gststereo.c:
17817         * gst/switch/gstswitch.c:
17818         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17819         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17820         * gst/vbidec/gstvbidec.c:
17821         * gst/videocrop/gstvideocrop.c:
17822         * gst/videodrop/gstvideodrop.c:
17823         * gst/virtualdub/gstxsharpen.c:
17824         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17825         * gst/y4m/gsty4mencode.c:
17826         * sys/cdrom/gstcdplayer.c:
17827         * sys/directdraw/gstdirectdrawsink.c:
17828         * sys/directsound/gstdirectsoundsink.c:
17829         * sys/glsink/glimagesink.c:
17830         * sys/qcam/gstqcamsrc.c:
17831         * sys/v4l2/gstv4l2src.c:
17832         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17833         * sys/ximagesrc/ximagesrc.c:
17834           Define GstElementDetails as const and also static (when defined as
17835           global)
17836
17837 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17838
17839         * ext/musepack/gstmusepackdec.c:
17840         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17841           Add support for segment seeks.
17842
17843 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17844
17845         * sys/v4l2/gstv4l2src.c:
17846         Added a couple of ifdefs to make it compile with other kernels.
17847         
17848 2006-04-20  Wim Taymans  <wim@fluendo.com>
17849
17850         Patch by: j^ <j at bootlab dot org>
17851
17852         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17853         (qtdemux_video_caps):
17854         Never treat video streams as an audio stream.
17855         Add qtdrw mime type.
17856         Fixes #339041
17857
17858 2006-04-19  Wim Taymans  <wim@fluendo.com>
17859
17860         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17861         For VBR audio, don't try to calculate the samples_per_frame.
17862         Fixes #338935.
17863
17864 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17865
17866         * sys/v4l2/gstv4l2src.c:
17867         Just added a gtk-doc comment.
17868
17869 2006-04-17  Michael Smith  <msmith@fluendo.com>
17870
17871         * ext/theora/theoradec.c: (theora_dec_src_convert),
17872         (theora_handle_type_packet), (theora_handle_422_image),
17873         (theora_handle_420_image), (theora_handle_data_packet):
17874         * ext/theora/theoradec.h:
17875           Apply fix from j^ for API change in libtheoradec.
17876
17877           Implement 4:2:2 pixel format. Untested at the moment.
17878
17879 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17880
17881         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17882         (gst_musepack_stream_init):
17883           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17884           gst_pad_new_from_static_template().
17885
17886 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17887
17888         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17889         (gst_v4l2src_dispose):
17890         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17891         Fixed some memory leaks.
17892
17893 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17894
17895         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17896         Fix to work in read mode.
17897
17898 2006-04-10  Wim Taymans  <wim@fluendo.com>
17899
17900         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17901         Fix parsing of newer stsd chunks again.
17902
17903 2006-04-10  Wim Taymans  <wim@fluendo.com>
17904
17905         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17906         (qtdemux_parse_trak):
17907         Fix framerate calculation.
17908
17909 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17910
17911         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17912           Fix build (class_init declaration/definition mismatch).
17913
17914 2006-04-10  Wim Taymans  <wim@fluendo.com>
17915
17916         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17917         force mono 8000 Hz on AMR samples.
17918
17919 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17920
17921         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17922           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17923         * sys/directdraw/gstdirectdrawsink.c:
17924         * sys/directsound/gstdirectsoundsink.c:
17925           done some cleans in sources
17926         * win32/vs6:
17927           add project files for neon, qtdemux
17928           
17929 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17930
17931         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17932         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17933         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17934         * ext/arts/gst_arts.c: (gst_arts_class_init):
17935         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17936         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17937         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17938         * ext/audioresample/gstaudioresample.c:
17939         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17940         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17941         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17942         * ext/hermes/gsthermescolorspace.c:
17943         (gst_hermes_colorspace_class_init):
17944         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17945         * ext/jack/gstjack.c: (gst_jack_class_init):
17946         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17947         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17948         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17949         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17950         * ext/nas/nassink.c: (gst_nassink_class_init):
17951         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17952         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17953         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17954         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17955         (gst_swfdec_class_init):
17956         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17957         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17958         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17959         * gst/chart/gstchart.c: (gst_chart_class_init):
17960         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17961         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17962         * gst/festival/gstfestival.c: (gst_festival_class_init):
17963         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17964         * gst/filter/gstiir.c: (gst_iir_class_init):
17965         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17966         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17967         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17968         * gst/mpeg1sys/gstmpeg1systemencode.c:
17969         (gst_system_encode_class_init):
17970         * gst/mpeg1videoparse/gstmp1videoparse.c:
17971         (gst_mp1videoparse_class_init):
17972         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17973         * gst/mpegaudioparse/gstmpegaudioparse.c:
17974         (gst_mp3parse_class_init):
17975         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17976         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17977         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17978         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17979         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17980         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17981         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17982         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17983         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17984         * gst/switch/gstswitch.c: (gst_switch_class_init):
17985         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17986         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17987         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17988         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17989         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17990         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17991         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17992         * sys/directsound/gstdirectsoundsink.c:
17993         (gst_directsoundsink_class_init):
17994         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17995         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17996         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17997         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17998         * sys/v4l2/gstv4l2colorbalance.c:
17999         (gst_v4l2_color_balance_channel_class_init):
18000         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
18001         (gst_v4l2_tuner_norm_class_init):
18002         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
18003         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
18004
18005 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
18006
18007         * gst/colorspace/gstcolorspace.h:
18008         * gst/deinterlace/gstdeinterlace.h:
18009         * gst/passthrough/gstpassthrough.h:
18010         * gst/y4m/gsty4mencode.h:
18011         Fix more broken GObject macros
18012
18013 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
18014
18015         * ext/xine/gstxine.h:
18016         * gst-libs/gst/play/play.h:
18017         * sys/v4l2/gstv4l2element.h:
18018         * sys/ximagesrc/ximageutil.h:
18019         Fix broken GObject macros
18020
18021 2006-04-08  Wim Taymans  <wim@fluendo.com>
18022
18023         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
18024         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
18025         (qtdemux_dump_stco), (qtdemux_parse_trak):
18026         Don't make rounding errors in timestamp/duration calculations.
18027         Fix timestamps for AMR and IMA4.  Fixes (#337436).
18028         Create a dummy segment even when there is no edit list.
18029
18030 2006-04-07  Julien MOUTTE  <julien@moutte.net>
18031
18032         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
18033         * examples/directfb/Makefile.am: Add example resource files to
18034         dist.
18035
18036 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18037
18038         * ext/amrwb/amrwb-code/Makefile.am:
18039         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
18040         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
18041         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
18042         25fps
18043
18044 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18045
18046         * tests/icles/ximagesrc-test.c: (main):
18047         Actually assert that pipeline goes to playing
18048
18049 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18050
18051         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
18052         (composite_pixel), (gst_ximagesrc_ximage_get),
18053         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
18054         Fix typo, C++ style comments and other small cleanups
18055         
18056 2006-04-06  Wim Taymans  <wim@fluendo.com>
18057
18058         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18059         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
18060         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
18061         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
18062         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
18063         (gst_qtdemux_activate_segment),
18064         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
18065         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
18066         (qtdemux_parse_trak):
18067         Added full edit list support.
18068         Avoid overflows in prologue image detection code.
18069         Avoid roundoff errors in timestamp calculations.
18070
18071 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18072
18073         * configure.ac:
18074           clean up so report properly on missing stuff
18075           fix modplug detection
18076
18077 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18078
18079         * ext/Makefile.am:
18080         * ext/amrwb/amrwb-code/Makefile.am:
18081           don't dist amr wb source code
18082
18083 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
18084
18085         Patch by: j^  <j at bootlab dot org>
18086
18087         * ext/amrwb/gstamrwbdec.c:
18088         * ext/amrwb/gstamrwbenc.c:
18089         * ext/amrwb/gstamrwbparse.c:
18090         * ext/arts/gst_arts.c:
18091         * ext/artsd/gstartsdsink.c:
18092         * ext/audiofile/gstafparse.c:
18093         * ext/audiofile/gstafsink.c:
18094         * ext/audiofile/gstafsrc.c:
18095         * ext/cdaudio/gstcdaudio.c:
18096         * ext/directfb/dfbvideosink.c:
18097         * ext/divx/gstdivxdec.c:
18098         * ext/divx/gstdivxenc.c:
18099         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18100         * ext/faac/gstfaac.c: (gst_faac_base_init):
18101         * ext/faad/gstfaad.c:
18102         * ext/gsm/gstgsmdec.c:
18103         * ext/gsm/gstgsmenc.c:
18104         * ext/hermes/gsthermescolorspace.c:
18105         * ext/ivorbis/vorbisfile.c:
18106         * ext/lcs/gstcolorspace.c:
18107         * ext/libfame/gstlibfame.c:
18108         * ext/libmms/gstmms.c: (gst_mms_base_init):
18109         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18110         * ext/nas/nassink.c: (gst_nassink_base_init):
18111         * ext/neon/gstneonhttpsrc.c:
18112         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
18113         * ext/sdl/sdlaudiosink.c:
18114         * ext/sdl/sdlvideosink.c:
18115         * ext/shout/gstshout.c:
18116         * ext/snapshot/gstsnapshot.c:
18117         * ext/sndfile/gstsf.c:
18118         * ext/tarkin/gsttarkindec.c:
18119         * ext/tarkin/gsttarkinenc.c:
18120         * ext/theora/theoradec.c:
18121         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
18122         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
18123         * ext/xvid/gstxviddec.c:
18124         * ext/xvid/gstxvidenc.c:
18125         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
18126         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
18127         * gst/chart/gstchart.c:
18128         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
18129         * gst/festival/gstfestival.c:
18130         * gst/filter/gstiir.c:
18131         * gst/filter/gstlpwsinc.c:
18132         * gst/freeze/gstfreeze.c:
18133         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18134         * gst/mixmatrix/mixmatrix.c:
18135         * gst/mpeg1sys/gstmpeg1systemencode.c:
18136         * gst/mpeg1videoparse/gstmp1videoparse.c:
18137         * gst/mpeg2sub/gstmpeg2subt.c:
18138         * gst/mpegaudioparse/gstmpegaudioparse.c:
18139         * gst/multifilesink/gstmultifilesink.c:
18140         * gst/overlay/gstoverlay.c:
18141         * gst/passthrough/gstpassthrough.c:
18142         * gst/playondemand/gstplayondemand.c:
18143         * gst/qtdemux/qtdemux.c:
18144         * gst/rtjpeg/gstrtjpegdec.c:
18145         * gst/rtjpeg/gstrtjpegenc.c:
18146         * gst/smooth/gstsmooth.c:
18147         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
18148         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
18149         * gst/videocrop/gstvideocrop.c:
18150         * gst/videodrop/gstvideodrop.c:
18151         * gst/virtualdub/gstxsharpen.c:
18152         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
18153         * gst/y4m/gsty4mencode.c:
18154           Unify the long descriptions in the plugin details (#337263).
18155
18156 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
18157
18158         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
18159         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
18160           Add back "uri" property and mark it as deprecated; undoes
18161           API/ABI breakage from 2006-02-24.
18162
18163 2006-04-05  Wim Taymans  <wim@fluendo.com>
18164
18165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
18166         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
18167         (gst_qtdemux_loop):
18168         Use duration as segment stop position if none is
18169         explicitly configured.
18170         Also perform EOS when we run past the segment stop.
18171
18172 2006-04-04  Wim Taymans  <wim@fluendo.com>
18173
18174         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
18175         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18176         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
18177         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
18178         More cleanups, added comments.
18179         Mark discontinuities on outgoing buffers.
18180         Post better errors when something goes wrong.
18181         Handle EOS and segment end properly.
18182
18183 2006-04-04  Wim Taymans  <wim@fluendo.com>
18184
18185         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18186         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
18187         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
18188         (gst_qtdemux_handle_src_event), (plugin_init),
18189         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
18190         (gst_qtdemux_loop), (gst_qtdemux_chain),
18191         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
18192         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
18193         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18194         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
18195         * gst/qtdemux/qtdemux.h:
18196         Handle stss boxes so we can mark and find keyframes.
18197         Implement correct accurate and keyframe seeking.
18198         Use _DEBUG_OBJECT when possible.
18199         Fixes #332155
18200
18201 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18202
18203         * tests/check/Makefile.am:
18204           Only run the id3v2mux check if taglib is available and
18205           the taglib plugin has been built.
18206
18207 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18208
18209         * ext/swfdec/Makefile.am:
18210           Don't set plugindir.
18211
18212         * ext/swfdec/gstswfdec.c:
18213           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
18214
18215 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18216
18217         * configure.ac:
18218           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
18219           the dts plugin.
18220
18221 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
18222
18223         * ext/soundtouch/gstpitch.cc:
18224         * ext/theora/theoradec.c:
18225         * gst/modplug/gstmodplug.cc:
18226           GST_ORIGIN => GST_PACKAGE_ORIGIN
18227           GST_PACKAGE => GST_PACKAGE_NAME
18228
18229 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18230
18231         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18232         * docs/plugins/inspect/plugin-bz2.xml:
18233         * docs/plugins/inspect/plugin-cdxaparse.xml:
18234         * docs/plugins/inspect/plugin-freeze.xml:
18235         * docs/plugins/inspect/plugin-glimagesink.xml:
18236         * docs/plugins/inspect/plugin-modplug.xml:
18237         * docs/plugins/inspect/plugin-neon.xml:
18238         * docs/plugins/inspect/plugin-sdl.xml:
18239         * docs/plugins/inspect/plugin-video4linux2.xml:
18240         * docs/plugins/inspect/plugin-ximagesrc.xml:
18241         * docs/plugins/inspect/plugin-xingheader.xml:
18242           add more plugins to docs
18243
18244 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18245
18246         * sys/dxr3/ac3_padder.h:
18247           fix up doc strings
18248         * docs/plugins/Makefile.am:
18249         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18250         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18251         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18252         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
18253         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18254         * docs/plugins/inspect/plugin-qtdemux.xml:
18255         * docs/plugins/inspect/plugin-speed.xml:
18256         * docs/plugins/inspect/plugin-taglib.xml:
18257         * docs/plugins/inspect/plugin-tta.xml:
18258           commit updates
18259         * configure.ac:
18260         * ext/taglib/gsttaglib.cc:
18261         * tests/Makefile.am:
18262         * tests/check/.cvsignore:
18263         * tests/check/Makefile.am:
18264         * tests/check/elements/.cvsignore:
18265         * tests/check/elements/tagid3v2mux.c:
18266         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
18267         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
18268         (test_taglib_id3mux_check_output_buffer),
18269         (test_taglib_id3mux_with_tags), (GST_START_TEST),
18270         (tagid3v2mux_suite), (main):
18271            add the tagid3v2mux check from #336110
18272
18273 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18274
18275         * configure.ac:
18276           rework like the other configure.ac files
18277         * Makefile.am:
18278         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18279         * ext/amrwb/gstamrwb.c:
18280         * ext/arts/gst_arts.c:
18281         * ext/artsd/gstartsdsink.c:
18282         * ext/audiofile/gstaf.c:
18283         * ext/audioresample/gstaudioresample.c:
18284         * ext/bz2/gstbz2.c:
18285         * ext/cdaudio/gstcdaudio.c:
18286         * ext/directfb/dfbvideosink.c:
18287         * ext/dts/gstdtsdec.c:
18288         * ext/faac/gstfaac.c:
18289         * ext/faad/gstfaad.c:
18290         * ext/hermes/gsthermescolorspace.c:
18291         * ext/ivorbis/vorbis.c:
18292         * ext/jack/gstjack.c:
18293         * ext/lcs/gstcolorspace.c:
18294         * ext/musepack/gstmusepackdec.c:
18295         * ext/musicbrainz/gsttrm.c:
18296         * ext/nas/nassink.c:
18297         * ext/sdl/gstsdl.c:
18298         * ext/snapshot/gstsnapshot.c:
18299         * ext/sndfile/gstsf.c:
18300         * ext/swfdec/gstswfdec.c:
18301         * ext/tarkin/gsttarkin.c:
18302         * ext/xine/xine.c:
18303         * ext/xvid/gstxvid.c:
18304         * gst/cdxaparse/gstcdxaparse.c:
18305         * gst/chart/gstchart.c:
18306         * gst/colorspace/gstcolorspace.c:
18307         * gst/deinterlace/gstdeinterlace.c:
18308         * gst/equalizer/gstiirequalizer.c:
18309         * gst/festival/gstfestival.c:
18310         * gst/filter/gstfilter.c:
18311         * gst/freeze/gstfreeze.c:
18312         * gst/games/gstpuzzle.c:
18313         * gst/librfb/gstrfbsrc.c:
18314         * gst/mixmatrix/mixmatrix.c:
18315         * gst/mpeg1sys/gstmpeg1systemencode.c:
18316         * gst/mpeg1videoparse/gstmp1videoparse.c:
18317         * gst/mpeg2sub/gstmpeg2subt.c:
18318         * gst/mpegaudioparse/gstmpegaudioparse.c:
18319         * gst/multifilesink/gstmultifilesink.c:
18320         * gst/overlay/gstoverlay.c:
18321         * gst/passthrough/gstpassthrough.c:
18322         * gst/playondemand/gstplayondemand.c:
18323         * gst/qtdemux/qtdemux.c:
18324         * gst/rtjpeg/gstrtjpeg.c:
18325         * gst/smooth/gstsmooth.c:
18326         * gst/smoothwave/gstsmoothwave.c:
18327         * gst/spectrum/gstspectrum.c:
18328         * gst/speed/gstspeed.c:
18329         * gst/stereo/gststereo.c:
18330         * gst/switch/gstswitch.c:
18331         * gst/vbidec/gstvbidec.c:
18332         * gst/videocrop/gstvideocrop.c:
18333         * gst/videodrop/gstvideodrop.c:
18334         * gst/virtualdub/gstvirtualdub.c:
18335         * gst/xingheader/gstxingmux.c:
18336         * gst/y4m/gsty4mencode.c:
18337         * sys/cdrom/gstcdplayer.c:
18338         * sys/directdraw/gstdirectdrawplugin.c:
18339         * sys/directsound/gstdirectsoundplugin.c:
18340         * sys/dxr3/dxr3init.c:
18341         * sys/glsink/glimagesink.c:
18342         * sys/qcam/gstqcamsrc.c:
18343         * sys/v4l2/gstv4l2.c:
18344         * sys/vcd/vcdsrc.c:
18345         * sys/ximagesrc/ximagesrc.c:
18346           update to use correct defines
18347         * po/POTFILES.in:
18348         * po/af.po:
18349         * po/az.po:
18350         * po/cs.po:
18351         * po/en_GB.po:
18352         * po/hu.po:
18353         * po/it.po:
18354         * po/nb.po:
18355         * po/nl.po:
18356         * po/or.po:
18357         * po/sq.po:
18358         * po/sr.po:
18359         * po/sv.po:
18360         * po/uk.po:
18361         * po/vi.po:
18362           v4l2 has translations, pick them up
18363
18364 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18365
18366         * sys/ximagesrc/ximagesrc.c: 
18367           Add docs to ximagesrc
18368
18369 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18370
18371         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
18372         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
18373         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
18374         * sys/ximagesrc/ximagesrc.h:
18375         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
18376         * sys/ximagesrc/ximageutil.h:
18377           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
18378           yellow rectangles with the cursor
18379
18380 2006-03-31  Michael Smith  <msmith@fluendo.com>
18381
18382         * configure.ac:
18383           Add autoconfery for theoradec.
18384         * ext/Makefile.am:
18385           Add theora directory.
18386         * ext/theora/Makefile.am:
18387         * ext/theora/theoradec.c: (gst_theoradec_base_init),
18388         (gst_theoradec_class_init), (gst_theoradec_init),
18389         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
18390         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
18391         (theora_dec_sink_convert), (theora_dec_src_query),
18392         (theora_dec_sink_query), (theora_dec_src_event),
18393         (theora_dec_sink_event), (theora_handle_comment_packet),
18394         (theora_handle_type_packet), (theora_handle_header_packet),
18395         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
18396         (theora_dec_change_state), (plugin_init):
18397         * ext/theora/theoradec.h:
18398           Add theora plugin for theora-exp decoder. Very heavily based on the
18399           existing theora decoder plugin.
18400
18401 2006-03-29  Wim Taymans  <wim@fluendo.com>
18402
18403         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
18404         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
18405         * ext/gsm/gstgsmdec.h:
18406         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
18407         (gst_gsmenc_finalize), (gst_gsmenc_chain):
18408         Cleanups, fix leaks.
18409         Handle events and DISCONT.
18410         Use adapter in the decoder.
18411
18412 2006-03-29  Wim Taymans  <wim@fluendo.com>
18413
18414         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
18415
18416         * configure.ac:
18417         * ext/Makefile.am:
18418         * ext/amrwb/Makefile.am:
18419         * ext/amrwb/README:
18420         * ext/amrwb/amrwb-code/Makefile.am:
18421         * ext/amrwb/amrwb-code/run.sh:
18422         * ext/amrwb/gstamrwb.c: (plugin_init):
18423         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
18424         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
18425         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
18426         (gst_amrwbdec_state_change):
18427         * ext/amrwb/gstamrwbdec.h:
18428         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
18429         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
18430         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
18431         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
18432         * ext/amrwb/gstamrwbenc.h:
18433         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
18434         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
18435         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
18436         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
18437         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
18438         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
18439         * ext/amrwb/gstamrwbparse.h:
18440         Added new plugin amrwb parse.
18441         Renamed audio/AMR to audio/AMR-WB as per spec.
18442         Fixes #333307
18443
18444 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
18445
18446         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
18447         Small fix, now pwc driver can tell about its buffers.
18448
18449 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18450
18451         * configure.ac:
18452           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
18453           did for -good and -ugly. Fixes build on some systems
18454           and doesn't seem to be required for C++ code.
18455
18456 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
18457
18458         * ext/taglib/gsttaglib.cc:
18459         * ext/taglib/gsttaglib.h:
18460           Fix newsegment event handling a bit. We need to
18461           cache the first newsegment event, because we can't
18462           adjust offsets yet when we get it, as we don't
18463           know the size of the tag yet for sure at that point.
18464           Also do some minor cleaning up here and there and add
18465           some debug statements.
18466
18467 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18468
18469         * ext/taglib/gsttaglib.cc:
18470           We do not want to proxy the caps on the sink pad; our 
18471           source pad should have application/x-id3 caps; also,
18472           don't use already-freed strings in debug messages;
18473           finally, adjust buffer offsets on buffers sent out.
18474
18475 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
18476
18477         * sys/v4l2/gstv4l2src.c:
18478           Older kernels don't seem to have this particular v4l2 format,
18479           so comment out until this gets fixed properly (and make
18480           buildbots happy).
18481
18482 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
18483
18484         * sys/v4l2/gstv4l2colorbalance.c:
18485         * sys/v4l2/gstv4l2colorbalance.h:
18486         * sys/v4l2/gstv4l2element.c:
18487         * sys/v4l2/gstv4l2src.c:
18488         * sys/v4l2/gstv4l2src.h:
18489         * sys/v4l2/gstv4l2tuner.c:
18490         * sys/v4l2/v4l2_calls.c:
18491         * sys/v4l2/v4l2src_calls.c:
18492         * sys/v4l2/v4l2src_calls.h:
18493         Just make few things more robust and also some identation.
18494
18495 2006-03-23  Wim Taymans  <wim@fluendo.com>
18496
18497         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18498
18499         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18500         (gst_xvidenc_chain):
18501         Patch to mark outgoing encoded buffers as delta-units (or not).
18502         Note that this patch also patches:
18503         - the setting of fincr and fbase in xvid-encoder creation based on
18504           caps framerate
18505         - makes 0, rather than 2, the default max_b_frames, as the current
18506           xvidenc does not seem "fully prepared" to handle b-frame 
18507           "effects", such as encoder returning 0 encoded bytes, etc.
18508         Fixes #335585
18509
18510 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18511
18512         * gst/modplug/libmodplug/Makefile.am:
18513         * gst/modplug/libmodplug/load_it.cpp:
18514           Try that again (not only should it be MODPLUG_ instead
18515           of MODFILE, also that define is already set in stdafx.h;
18516           what we really need is some more #ifndefs).
18517
18518 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18519
18520         * gst/modplug/libmodplug/Makefile.am:
18521           More gcc-4.1 fixes (we don't need file saving, so just
18522           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18523           complain about modplug ignoring the return value of fwrite
18524           any longer and we might even save a few bytes as well).
18525
18526 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18527
18528         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18529
18530         * configure.ac:
18531         * ext/Makefile.am:
18532         * ext/soundtouch/Makefile.am:
18533         * ext/soundtouch/gstpitch.cc:
18534         * ext/soundtouch/gstpitch.hh:
18535           Add new libsoundtouch-based pitch plugin (#331335).
18536
18537 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18538
18539         * gst/modplug/libmodplug/load_ptm.cpp:
18540           Fix compilation with gcc-4.1 and -Werror (#327355).
18541
18542 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18543
18544         * ext/taglib/gsttaglib.h:
18545           Fix left-over gst_my_filter_get_type.
18546
18547 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18548
18549         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18550         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18551         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18552         Have a show mouse pointer property and use it if we can
18553
18554 2006-03-15  Edward Hervey  <edward@fluendo.com>
18555
18556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18557         Let's not forget to chain up to the parent dispose.
18558
18559 2006-03-15  Edward Hervey  <edward@fluendo.com>
18560
18561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18562         (gst_qtdemux_init), (gst_qtdemux_dispose),
18563         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18564         Series of memleak fixes:
18565         - Unref the GstAdapter in finalize.
18566         - Use gst_pad_new_from_static_template(), shorter and safer.
18567         - Free unused QtDemuxStream when not used.
18568
18569 2006-03-14  Edward Hervey  <edward@fluendo.com>
18570
18571         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18572         (gst_v4l2src_class_init):
18573         Initialization of the debugging category should be as early as possible,
18574         moving it from _class_init() to beginning of _base_init().
18575
18576 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18577
18578         * ext/taglib/gsttaglib.cc:
18579           Add gtk-doc blurb (unused for the time being); match registered
18580           plugin name to the filename of the plugin (taglibmux => taglib)
18581
18582 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18583
18584         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18585
18586         * autogen.sh:
18587           Don't check for file that only exists in CVS but isn't
18588           disted (#334417)
18589
18590 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18591
18592         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18593         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18594
18595 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18596
18597         * Makefile.am:
18598         * configure.ac:
18599           Fix distcheck.
18600
18601 2006-03-12  Edward Hervey  <edward@fluendo.com>
18602
18603         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18604         (gst_v4l2src_buffer_pool_free):
18605         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18606         instead.
18607
18608 2006-03-12  Edward Hervey  <edward@fluendo.com>
18609
18610         * sys/v4l2/gstv4l2element.h:
18611         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18612         buildbot happy.
18613         I will just use the same comment Ronald used when he added these lines:
18614         Yet Another Hack (tm) for kernel header borkedness.
18615
18616 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18617
18618         * ext/taglib/Makefile.am:
18619         * ext/taglib/gsttaglib.cc:
18620         * ext/taglib/gsttaglib.h:
18621           Add support for writing MusicBrainz IDs.
18622
18623 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18624
18625         * sys/v4l2/gstv4l2element.h:
18626           Include "_stdint.h" in an attempt to make the
18627           PPC-buildbot happy.
18628
18629 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18630
18631         * configure.ac:
18632         * sys/Makefile.am:
18633         * sys/v4l2/Makefile.am:
18634         * sys/v4l2/gstv4l2.c:
18635         * sys/v4l2/gstv4l2colorbalance.h:
18636         * sys/v4l2/gstv4l2element.c:
18637         * sys/v4l2/gstv4l2element.h:
18638         * sys/v4l2/gstv4l2src.c:
18639         * sys/v4l2/gstv4l2src.h:
18640         * sys/v4l2/gstv4l2tuner.c:
18641         * sys/v4l2/gstv4l2tuner.h:
18642         * sys/v4l2/gstv4l2xoverlay.c:
18643         * sys/v4l2/gstv4l2xoverlay.h:
18644         * sys/v4l2/v4l2_calls.c:
18645         * sys/v4l2/v4l2_calls.h:
18646         * sys/v4l2/v4l2src_calls.c:
18647         * sys/v4l2/v4l2src_calls.h:
18648         V4L2 ported to 0.10.
18649         
18650 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18651
18652         * configure.ac:
18653           Only compile the taglib plugin if a C++ compiler is
18654           present. Use GST_DEFAULT_ELEMENTS macro from common/
18655           for all the defaults stuff.
18656
18657 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18658
18659         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18660
18661         * configure.ac:
18662         * gst/xingheader/Makefile.am:
18663         * gst/xingheader/gstxingmux.c: 
18664         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18665         to MP3 files (this allows decoder to figure out the length of VBR
18666         files) 
18667
18668 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18669         
18670         Patch by: Alex Lancaster
18671         
18672         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18673         and add support for TCOP (copyright)
18674
18675 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18676
18677         * gst/modplug/Makefile.am:
18678         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18679
18680 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18681
18682         * configure.ac:
18683         * gst/modplug/Makefile.am:
18684         * gst/modplug/gstmodplug.cc:
18685         * gst/modplug/gstmodplug.h:
18686         * gst/modplug/libmodplug/sndfile.cpp:
18687         * gst/modplug/libmodplug/sndfile.h:
18688           modplug plugin ported to 0.10 (#332598, patch by:
18689           Jonathan Matthew <jonathan at kaolin wh9 net>).
18690
18691 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18692
18693         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18694         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18695         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18696         (gst_mms_set_property), (gst_mms_get_property),
18697         (gst_mms_uri_get_uri):
18698         * ext/libmms/gstmms.h:
18699           Some clean-ups; more debug output; use blocksize property
18700           of GstBaseSrc instead of re-registering our own; make debug
18701           category actually be used.
18702
18703 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18704
18705         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18706           Fix build with gcc-4.1 (#327355).
18707
18708 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18709
18710         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18711
18712         * configure.ac:
18713         * ext/Makefile.am:
18714         * ext/taglib/Makefile.am:
18715         * ext/taglib/gsttaglib.cc:
18716         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18717
18718 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18719
18720         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18721           Extract disc number and count from files that use
18722           'disk' instead of 'disc' as node identifier for that
18723           (fixes #332066).
18724
18725 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18726
18727         * ext/musepack/gstmusepackdec.h:
18728         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18729           Forgot those two.
18730
18731 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18732
18733         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18734         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18735         (gst_musepackdec_handle_seek_event),
18736         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18737         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18738         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18739         (gst_musepackdec_change_state):
18740           Some cleanups; pause task when push fails.
18741
18742 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18743
18744         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18745           Add support for '3IVD' fourcc (#333403).
18746
18747 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18748
18749         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18750         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18751         (gst_faad_sink_event), (gst_faad_src_convert),
18752         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18753           Add query function for position/duration querying (mostly for
18754           raw AAC streams); make seeking in raw AAC streams work; post
18755           tags with codec name if this is a raw AAC stream.
18756
18757 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18758
18759         * sys/directdraw:
18760         * sys/directsound:
18761           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18762         * win32/vs6:
18763           project files updated to fix some bugs
18764         * win32/vs7:
18765         * win32/vs8:
18766           vs7 and vs8 project files added
18767         
18768 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18769
18770         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18771           Declare variable at the beginning of the block and make gcc-2.9x
18772           happy (fixes #333283; patch by: Jens Granseuer).
18773
18774 2006-03-03  Edward Hervey  <edward@fluendo.com>
18775
18776         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18777         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18778         when parsing.
18779         Also let's be a bit less vulgar in our warning messages :)
18780
18781 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18784           Can't divide through zero (suppress warning in case of
18785           stream with one single still picture) (see #327083)
18786
18787 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18788
18789         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18790
18791 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18792
18793         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18794         (qtdemux_parse_trak), (qtdemux_video_caps):
18795           Add support for palettised Apple SMC videos (#327075, based on
18796           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18797
18798 2006-02-24  Michael Smith  <msmith@fluendo.com>
18799
18800         * autogen.sh:
18801           Allow automake 1.9
18802
18803 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18804
18805         * ext/neon/gstneonhttpsrc.c:
18806         Changed property name from "uri" to "location" 
18807
18808 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18809
18810         * configure.ac:
18811         * sys/glsink/Makefile.am:
18812         Merge patch from #317048 for building on Cygwin. Patch by 
18813         Cygwin Ports maintainer.
18814         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18815         Move normal debug output to LOG level not ERROR.
18816
18817 2006-02-19  Jan Gerber  <j@bootlab.org>
18818
18819         Reviewed by : Edward Hervey <edward@fluendo.com>
18820
18821         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18822           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18823           Add image/png for fourcc 'png '
18824  
18825 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18826
18827         * configure.ac:
18828           Surely this is supposed to be >= a.b, not == a.b
18829
18830 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18831
18832         * configure.ac:
18833         * sys/Makefile.am:
18834         * sys/ximagesrc/Makefile.am:
18835         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18836         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18837         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18838         (gst_ximagesrc_recalc), (composite_pixel),
18839         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18840         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18841         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18842         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18843         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18844         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18845         (gst_ximagesrc_init), (plugin_init):
18846         * sys/ximagesrc/ximagesrc.h:
18847         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18848         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18849         (ximageutil_xcontext_clear),
18850         (ximageutil_calculate_pixel_aspect_ratio),
18851         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18852         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18853         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18854         (gst_ximageutil_ximage_destroy):
18855         * sys/ximagesrc/ximageutil.h:
18856
18857         Port ximagesrc to 0.10 (Closes #304795)
18858
18859 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18860
18861         * gst/freeze/gstfreeze.c:
18862         * gst/freeze/gstfreeze.h:
18863         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18864
18865 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18866
18867         * configure.ac:
18868         Back to CVS nano
18869
18870 === release 0.10.1 ===
18871
18872 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18873
18874         * configure.ac:
18875           releasing 0.10.1, "Slimy - yet satisfying"
18876
18877 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18878
18879         * configure.ac:
18880           Release 0.10.0.3 - pre-release for 0.10.1
18881
18882 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18883
18884         * ext/bz2/gstbz2.c:
18885         * ext/bz2/gstbz2dec.c:
18886         * ext/bz2/gstbz2dec.h:
18887         * ext/bz2/gstbz2enc.c:
18888         * ext/bz2/gstbz2enc.h:
18889           Add proper copyright headers identifying Lutz Müller
18890           as the author and copyright holder (#331600).
18891
18892 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18893
18894         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18895           Don't GST_LOG timestamps from nonexistent index
18896           entries (#331582).
18897
18898 2006-02-17  Edward Hervey  <edward@fluendo.com>
18899
18900         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18901         Check that the size of the returned buffer is of the correct size
18902         because the parser assumes that.
18903         Fixes #331543.
18904
18905 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18906
18907         * configure.ac:
18908           Release 0.10.0.2 - pre-release for 0.10.1
18909
18910 2006-02-16  Edward Hervey  <edward@fluendo.com>
18911
18912         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18913         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18914         Don't stop the task if the pad isn't linked.
18915
18916 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18917
18918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18919           It appears 100% equals 1/1 and not 100/1 ...
18920
18921 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18922
18923         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18924         (gst_qtdemux_chain):
18925           When buffering MDAT data, show the user something is
18926           happening by posting 'buffering' messages on the bus.
18927
18928 2006-02-14  Edward Hervey  <edward@fluendo.com>
18929
18930         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18931         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18932         (next_entry_size), (gst_qtdemux_chain):
18933         * gst/qtdemux/qtdemux.h:
18934         Make push-based work if mdat atom is before moov atom.
18935         Don't answer duration query. This should be transformed into replying
18936         FALSE to seek events.
18937
18938 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18939
18940         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18941         (gst_mms_start):
18942           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18943           push our own EOS event on EOS, the base class will do that for us;
18944           fix bogus query code; post semi-decent errors on the bus when an
18945           error occurs in ::start(), otherwise the user will get to see
18946           whatever cryptic default message GstBaseSrc comes up with.
18947
18948 2006-02-14  Andy Wingo  <wingo@pobox.com>
18949
18950         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18951         schleef, don't break me gst-inspect -a.
18952
18953 2006-02-14  Edward Hervey  <edward@fluendo.com>
18954
18955         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18956         Handle the case where data atoms are before moov atoms in push-based mode.
18957         Errors out gracefully.
18958
18959 2006-02-13  Edward Hervey  <edward@fluendo.com>
18960
18961         * gst/qtdemux/Makefile.am:
18962         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18963         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18964         (extract_initial_length_and_fourcc),
18965         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18966         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18967         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18968         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18969         * gst/qtdemux/qtdemux.h:
18970         QtDemux can now work push-based.
18971         It still needs some love for seeking.
18972
18973 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18974
18975         * configure.ac:
18976         * gst/freeze/Makefile.am:
18977         * gst/freeze/gstfreeze.c:
18978         * gst/freeze/gstfreeze.h:
18979         * gst/freeze/FAQ:
18980         freeze plugin ported to 0.10 by
18981         Renato Filho <renato.filho@indt.org.br>
18982
18983 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18984
18985         * configure.ac:
18986         * gst/cdxaparse/Makefile.am:
18987         * gst/cdxaparse/gstcdxaparse.c:
18988         * gst/cdxaparse/gstcdxaparse.h:
18989           Port cdxaparse, makes VCD playback work.
18990
18991 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18992
18993         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18994         (qtdemux_parse_trak):
18995           use the correct variable to check if we can calculate
18996           the last chunk.  Looks like an obvious bug, and makes
18997           the dump of offsets comparable to other tools
18998
18999 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19000
19001         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19002         (qtdemux_parse_trak):
19003           clean up some debugging, using _OBJECT, moving recurring
19004           messages to LOG level
19005
19006 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
19007
19008         * configure.ac:
19009         * ext/neon/gstneonhttpsrc.c:
19010         Now it uses libneon 0.25.5 that supports shoutcast.
19011
19012 2006-02-06  Lutz Mueller <lutz@topfrose.de>
19013
19014         Reviewed by: Edward Hervey <edward@fluendo.com>
19015         
19016         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
19017         "x-bz2".
19018         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
19019         caps are "ANY".
19020         (gst_bz2dec_chain): Configure the source pad if we can figure out
19021         the mime type of the decompressed data.
19022         (gst_bz2dec_[get,set]_property):
19023         (gst_bz2dec_class_init: New property "first_buffer_size".
19024         
19025
19026 2006-02-06  Wim Taymans  <wim@fluendo.com>
19027
19028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
19029         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
19030         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
19031         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
19032         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
19033         (qtdemux_video_caps), (qtdemux_audio_caps):
19034         * gst/qtdemux/qtdemux.h:
19035         Some QT demux loving.
19036         Handle seeking in a less broken way.
19037         Fix AMR caps to match the AMR decoder.
19038         Set first timestamp on AMR samples to 0 for now.
19039         Remove some \n in DEBUG strings.
19040         Use _scale_int for maximum precision.
19041
19042 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
19043
19044         * gst/apetag/Makefile.am:
19045         * gst/apetag/apedemux.c:
19046         * gst/apetag/apedemux.h:
19047         * gst/apetag/apetag.c:
19048           Remove old files, apetag is in gst-plugins-good now.
19049
19050 2006-02-06  Andy Wingo  <wingo@pobox.com>
19051
19052         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
19053         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
19054         parent_class, the boilerplate does it for you.
19055
19056 2006-02-05  Lutz Mueller <lutz@topfrose.de>
19057
19058         reviewed by: Andy Wingo <wingo@pobox.com>
19059
19060         * configure.ac:
19061         * ext/Makefile.am: Hook it up.
19062         * ext/bz2/gstbz2.c:
19063         * ext/bz2/gstbz2dec.h:
19064         * ext/bz2/gstbz2dec.c:
19065         * ext/bz2/gstbz2enc.h:
19066         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
19067         decoding (#303167).
19068         
19069 2006-01-30  Andy Wingo  <wingo@pobox.com>
19070
19071         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
19072         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
19073
19074 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
19075
19076         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
19077         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19078         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
19079         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
19080         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
19081           Add debug category, use boilerplate macros, fix handling
19082           of widths of 32 bits.
19083
19084         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
19085         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
19086         (gst_wavpack_parse_index_get_last_entry),
19087         (gst_wavpack_parse_index_get_entry_from_sample),
19088         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
19089         (gst_wavpack_parse_src_query),
19090         (gst_wavpack_parse_scan_to_find_sample),
19091         (gst_wavpack_parse_send_newsegment),
19092         (gst_wavpack_parse_handle_seek_event),
19093         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
19094         (gst_wavpack_parse_get_upstream_length),
19095         (gst_wavpack_parse_pull_buffer),
19096         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
19097         (gst_wavpack_parse_change_state),
19098         (gst_wavepack_parse_sink_activate),
19099         (gst_wavepack_parse_sink_activate_pull),
19100         (gst_wavpack_parse_plugin_init):
19101         * ext/wavpack/gstwavpackparse.h:
19102           Rewrite a bit, mostly to fix flow logic and to make seeking work.
19103           Fix buffer/event refcounting. Add some debug statements. Add
19104           width of 32 to source pad template caps. Use boilerplate macros.
19105
19106 2006-01-28  Edward Hervey  <edward@fluendo.com>
19107
19108         * sys/glsink/Makefile.am:
19109         glimagesink.h is dead, long live glimagesink.h
19110
19111 2006-01-27  David Schleef  <ds@schleef.org>
19112
19113         * configure.ac:
19114         * sys/Makefile.am:
19115         * sys/glsink/Makefile.am:
19116         * sys/glsink/glimagesink.c:
19117         * sys/glsink/glimagesink.h:
19118           revival of glimagesink.  Kind of works.
19119
19120 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
19121
19122         * ext/faad/gstfaad.c: (gst_faad_setcaps),
19123         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
19124           Handle 'framed' field in caps; Port syncing for raw streams
19125           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
19126
19127 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19128
19129         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
19130         (gst_sdlvideosink_xoverlay_set_xwindow_id),
19131         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
19132         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19133         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19134         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
19135         (gst_sdlvideosink_change_state),
19136         (gst_sdlvideosink_navigation_send_event):
19137         * ext/sdl/sdlvideosink.h:
19138           Fix output stride copying, so that it displays correctly on 
19139           framebuffer devices that don't match our implict GStreamer stride
19140           arrangement.
19141
19142           Fix locking things. Offer XOverlay only when SDL is running against
19143           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
19144           actually match the embedded window size because there's no way to
19145           figure out what size that should be from the XOverlay interface.
19146           See comment in sdlvideosink.c
19147
19148 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19149
19150         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19151           Fix wrong memcpy source pointer.
19152
19153 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19154
19155         * ext/libmms/gstmms.c: (gst_mms_finalize):
19156         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
19157         Just chain up finalize calls (calling parent_class->finalize).
19158
19159 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
19160
19161         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
19162         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
19163         Finalize method has been created and others small changes.
19164
19165 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
19166
19167         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
19168         (gst_musepackdec_class_init), (gst_musepackdec_init),
19169         (gst_musepackdec_send_newsegment),
19170         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
19171         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19172         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
19173         (gst_musepackdec_loop), (gst_musepackdec_change_state):
19174         * ext/musepack/gstmusepackdec.h:
19175         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19176         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
19177         (gst_musepack_reader_get_size):
19178         * ext/musepack/gstmusepackreader.h:
19179           Fix seeking in musepack files (it's still incredibly slow, but I
19180           don't think that is our plugin's fault). Clean up code and get
19181           rid of old cruft. Post tags with all kind of neat information like
19182           replay gain and such on the bus, if it is available. Add a
19183           'musepackdec' debug category.
19184
19185 2006-01-24  Edward Hervey  <edward@fluendo.com>
19186
19187         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19188         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19189         More coherent framerate setting on caps.
19190         If sample_size is available, use that for the samples' duration in
19191         the index. This enables single frame streams to work (and I imagine
19192         fixes some other cases).
19193         Tested on testsuite, no regression.
19194
19195 2006-01-23  Edward Hervey  <edward@fluendo.com>
19196
19197         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19198         (qtdemux_video_caps), (qtdemux_audio_caps):
19199         Added codec recognition for:
19200         _ VP31 : video/x-vp3
19201         _ AVDJ : image/jpeg
19202         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
19203         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
19204
19205 2006-01-21  David Schleef  <ds@schleef.org>
19206
19207         * configure.ac:
19208         * ext/swfdec/gstswfdec.c: Update from swfdec.
19209
19210 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
19211
19212         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
19213         (qtdemux_audio_caps):
19214           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
19215           Fix 8bit case (#327133, based on patch by: Fabrizio
19216           Gennari <fabrizio dot ge at tiscali dot it>).
19217           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
19218           valid literals for endianness in caps strings,
19219           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
19220
19221 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
19222
19223         * ext/ivorbis/vorbisfile.c:
19224         * ext/neon/gstneonhttpsrc.c:
19225         Fixed state transictions PLAYING->NULL->PLAYING.
19226         
19227 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
19228
19229         * ext/tremor/vorbisfile.c:
19230         Some minor improvements on log messages.
19231
19232 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
19233
19234         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
19235         Ronald's patch applied. see bug #326318.
19236
19237 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19238
19239         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19240         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
19241         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
19242         * gst/qtdemux/qtdemux.h:
19243           Fix seeking for quicktime files. Could still use some more
19244           love and sophistication.
19245
19246 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
19247
19248         * ext/libmms/gstmms.c: gst_mms_init:
19249         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
19250         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
19251         Removed gst_base_src_set_live from mms and neon, and now calling
19252         parent_class->dispose in dispose on sdlaudio.
19253         
19254 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19255
19256         * ext/sdl/sdlvideosink.c:
19257         Now implementing navigation interface and using
19258         GST_BOILER_PLATE_FULL.
19259         
19260 2006-01-11  Christian Schaller  <christian@fluendo.com>
19261
19262         Remove SunAudio plugin as Brian's new one is in -good
19263
19264         * sys/Makefile.am:
19265         * sys/sunaudio/Makefile.am:
19266         * sys/sunaudio/gstsunaudio.c:
19267         * sys/sunaudio/gstsunaudiosrc.c:
19268         * sys/sunaudio/gstsunaudiosrc.h:
19269         * sys/sunaudio/gstsunelement.c:
19270         * sys/sunaudio/gstsunelement.h:
19271         * sys/sunaudio/gstsunmixer.c:
19272         * sys/sunaudio/gstsunmixer.h:
19273
19274 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
19275
19276         * ext/sdl/sdlaudiosink.c:
19277         Replaced wrong style code by GST_BOILERPLATE.
19278         
19279 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
19280
19281         reviewed by: Edward Hervey  <edward@fluendo.com>
19282
19283         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19284         Add support for Indeo3 video in Quicktime files.
19285         Closes #326524
19286
19287 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
19288
19289         * configure.ac:
19290         * ext/sdl/Makefile.am:
19291         * ext/sdl/gstsdl.c:
19292         * ext/sdl/sdlaudiosink.c:
19293         * ext/sdl/sdlaudiosink.h:
19294         * ext/sdl/sdlvideosink.c:
19295         Created new element, sdlaudiosink.
19296         
19297 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
19298
19299         * added sys/directdraw
19300         * added sys/directsound
19301         * added win32/vs6/gst_plugins_bad.dsw
19302         * added win32/vs6/libgstdirectsound.dsp
19303         * added win32/vs6/libgstdirectdraw.dsp
19304         * added win32/common/config.h
19305         
19306 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19307
19308         * gst/games/gstpuzzle.c: (plugin_init):
19309           call oil_init() when using liboil
19310
19311 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19312
19313         * ext/neon/gstneonhttpsrc.c:
19314         * ext/neon/gstneonhttpsrc.h:
19315         Some improvements in cancellation and debug messages.
19316                         
19317 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
19318
19319         * ext/neon/gstneonhttpsrc.c:
19320         * ext/neon/gstneonhttpsrc.h:
19321         Removed not need thread and changed to push out blocksize bytes.
19322         
19323 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
19324
19325         * configure.ac:
19326         * ext/Makefile.am
19327         * ext/neon:
19328         * ext/neon/Makefile.am:
19329         * ext/neon/gstneonhttpsrc.c:
19330         * ext/neon/gstneonhttpsrc.h:
19331         Created new element neonhttpsrc.
19332
19333 2005-12-19  Edward Hervey  <edward@fluendo.com>
19334
19335         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
19336         (gst_swfdec_chain), (gst_swfdec_render):
19337         Add debugging category and return GstFlowReturn in the right places
19338         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19339         Get something from the peer pad once we've checked if there is a peer pad.
19340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19341         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
19342         (qtdemux_video_caps):
19343         Couple of fixes
19344
19345 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19346
19347         * ext/divx/Makefile.am:
19348         just a small fix. I have to pay more attention when commiting ;-)
19349
19350 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
19351
19352         * configure.ac:
19353         * ext/Makefile.am:
19354         * ext/divx/Makefile.am:
19355         * ext/divx/gstdivxdec.c:
19356         * ext/divx/gstdivxdec.h:
19357         * ext/divx/gstdivxenc.c:
19358         * ext/divx/gstdivxenc.h:
19359         divxdec and divxenc ported to 0.10
19360         
19361 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19362
19363         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19364         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19365         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19366         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19367         (gst_dfbvideosink_can_blit_from_format),
19368         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19369         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19370         (gst_dfbsurface_finalize),
19371         (gst_dfbvideosink_navigation_send_event),
19372         (gst_dfbvideosink_update_colorbalance),
19373         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
19374         more refactoring, handle exotic DirectFB row stride.
19375
19376 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19377
19378         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19379         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
19380         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19381         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
19382         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19383         (gst_dfbvideosink_can_blit_from_format),
19384         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19385         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
19386         (gst_dfbsurface_finalize),
19387         (gst_dfbvideosink_navigation_send_event),
19388         (gst_dfbvideosink_update_colorbalance),
19389         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19390         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19391         (gst_dfbvideosink_class_init):
19392         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
19393         This should work both for hardware accelerated scaling and
19394         reverse caps negotiation with a scaling element.
19395
19396 2005-12-17  Julien MOUTTE  <julien@moutte.net>
19397
19398         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19399         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19400         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19401         * docs/plugins/gst-plugins-bad-plugins.args:
19402         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19403         * docs/plugins/gst-plugins-bad-plugins.signals:
19404         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19405         * docs/plugins/inspect/plugin-qtdemux.xml:
19406         * docs/plugins/inspect/plugin-sdlvideosink.xml:
19407         * docs/plugins/inspect/plugin-speed.xml:
19408         * docs/plugins/inspect/plugin-tta.xml: Updates.
19409         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19410         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
19411         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
19412         (gst_dfbvideosink_cleanup),
19413         (gst_dfbvideosink_can_blit_from_format),
19414         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19415         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
19416         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19417         (gst_dfbvideosink_interface_supported),
19418         (gst_dfbvideosink_navigation_send_event),
19419         (gst_dfbvideosink_update_colorbalance),
19420         (gst_dfbvideosink_colorbalance_list_channels),
19421         (gst_dfbvideosink_colorbalance_set_value),
19422         (gst_dfbvideosink_colorbalance_get_value),
19423         (gst_dfbvideosink_colorbalance_init),
19424         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19425         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
19426         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
19427         color balance interface.
19428
19429 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19430
19431         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
19432         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
19433         * gst/vbidec/vbidata.c:
19434         * gst/vbidec/vbidata.h:
19435         * gst/vbidec/vbiscreen.c:
19436         * sys/dxr3/ac3_padder.c:
19437           don't use doc comments for non-docs
19438           change some char* into char[]
19439
19440 2005-12-16  Julien MOUTTE  <julien@moutte.net>
19441
19442         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19443         (gst_dfbvideosink_init): Always prefer the primary layer.
19444
19445 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19446
19447         * ext/wavpack/gstwavpackdec.c:
19448           Oops, remove trailing comma from caps string.
19449
19450 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19451
19452         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
19453         * ext/wavpack/gstwavpackparse.c:
19454           Wavpack supports samplerates from 6-192kHz, fix pad template
19455           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
19456           remove buffer-frames from caps, they are gone in 0.10.
19457
19458 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
19459
19460         * ext/xvid/Makefile.am:
19461         * ext/xvid/gstxviddec.c:
19462         * ext/xvid/gstxvidenc.c:
19463         Fixed some mem-leaks in xvid.
19464
19465 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19466
19467         * configure.ac:
19468         * ext/Makefile.am:
19469         * ext/xvid/gstxvid.c:
19470         * ext/xvid/gstxvid.h:
19471         * ext/xvid/gstxviddec.c:
19472         * ext/xvid/gstxviddec.h:
19473         * ext/xvid/gstxvidenc.c:
19474         * ext/xvid/gstxvidenc.h:
19475         xviddec and xvideenc ported to 0.10
19476                 
19477
19478 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19479
19480         * configure.ac:
19481         * ext/Makefile.am:
19482         * ext/dts/Makefile.am:
19483         * ext/dts/gstdtsdec.c:
19484         * ext/dts/gstdtsdec.h:
19485         dtsdec ported to 0.10
19486
19487 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19488
19489         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19490         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19491         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19492         (gst_musepackdec_loop):
19493         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19494         (gst_swfdec_src_query):
19495         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19496           GstObjects must be unref'ed with gst_object_unref() instead of
19497           g_object_unref(), otherwise things break for GLib-2.6 users.
19498
19499 2005-12-12  David Schleef  <ds@schleef.org>
19500
19501         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19502         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19503         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19504         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19505         because the video buffers previously never got freed.
19506
19507 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19508
19509         * ext/libmms/gstmms.c:
19510         Just removed a weird printf ;-)
19511
19512 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19513
19514         * configure.ac:
19515         * ext/libmms/gstmms.c:
19516         * ext/libmms/gstmms.h:
19517         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19518         PREROOL..." to be fixed.
19519
19520 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19521
19522         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19523         (gst_faad_update_caps):
19524           Assume that an unknown channel mapping with 2 channels
19525           is stereo and play it that way instead of erroring.
19526
19527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19528         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19529           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19530           Debug fixes. Some 64 bit variable fixes
19531
19532 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19533
19534         * configure.ac:
19535         * ext/Makefile.am:
19536         * ext/swfdec/Makefile.am:
19537         * ext/swfdec/gstswfdec.c:
19538         * ext/swfdec/gstswfdec.h:
19539         swfdec Ported to 0.10.
19540
19541 2005-12-07  Edward Hervey  <edward@fluendo.com>
19542
19543         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19544         (gst_qtdemux_add_stream):
19545         Memleak fixes.
19546         Send out EOS for valid reasons (couldn't pull_range() from upstream
19547         for example).
19548
19549 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19550
19551         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19552         * ext/audiofile/gstafparse.h:
19553         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19554         * ext/audiofile/gstafsink.h:
19555         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19556         * ext/audiofile/gstafsrc.h:
19557         * ext/cdaudio/gstcdaudio.c:
19558         * ext/divx/gstdivxenc.c:
19559         * ext/dts/gstdtsdec.h:
19560         * ext/faac/gstfaac.h:
19561         * ext/ivorbis/vorbisenc.h:
19562         * ext/ivorbis/vorbisfile.c:
19563         * ext/musepack/gstmusepackdec.h:
19564         * ext/nas/nassink.c:
19565         * ext/snapshot/gstsnapshot.c:
19566         * ext/sndfile/gstsf.h:
19567         * ext/tarkin/gsttarkindec.h:
19568         * ext/tarkin/gsttarkinenc.h:
19569         * ext/xine/gstxine.h:
19570         * ext/xine/xinecaps.c:
19571         * ext/xvid/gstxvid.h:
19572         * gst-libs/gst/play/play.h:
19573         * gst/apetag/apedemux.h:
19574         * gst/cdxaparse/gstcdxaparse.h:
19575         * gst/cdxaparse/gstcdxastrip.h:
19576         * gst/colorspace/yuv2rgb.c:
19577         * gst/colorspace/yuv2rgb.h:
19578         * gst/equalizer/gstiirequalizer.c:
19579         * gst/festival/gstfestival.h:
19580         * gst/games/gstpuzzle.c:
19581         * gst/games/gstvideoimage.c:
19582         * gst/games/gstvideoimage.h:
19583         * gst/modplug/gstmodplug.h:
19584         * gst/modplug/libmodplug/it_defs.h:
19585         * gst/modplug/libmodplug/modplug.h:
19586         * gst/modplug/libmodplug/sndfile.h:
19587         * gst/modplug/libmodplug/stdafx.h:
19588         * gst/mpeg1sys/buffer.c:
19589         * gst/mpeg1sys/gstmpeg1systemencode.h:
19590         * gst/mpeg1sys/main.h:
19591         * gst/mpeg1sys/systems.c:
19592         * gst/mpeg1videoparse/gstmp1videoparse.h:
19593         * gst/mpeg2sub/gstmpeg2subt.h:
19594         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19595         * gst/mpegaudioparse/gstmpegaudioparse.h:
19596         * gst/multifilesink/gstmultifilesink.h:
19597         * gst/overlay/gstoverlay.h:
19598         * gst/qtdemux/qtdemux.c:
19599         * gst/qtdemux/qtdemux.h:
19600         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19601         * gst/rtjpeg/RTjpeg.h:
19602         * gst/tta/crc32.h:
19603         * gst/tta/filters.h:
19604         * gst/tta/ttadec.h:
19605         * gst/videodrop/gstvideodrop.h:
19606         * sys/cdrom/gstcdplayer.h:
19607         * sys/cdrom/gstcdplayer_ioctl.c:
19608         * sys/cdrom/gstcdplayer_ioctl.h:
19609         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19610         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19611         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19612         * sys/dxr3/dxr3audiosink.c:
19613         * sys/dxr3/dxr3audiosink.h:
19614         * sys/dxr3/dxr3spusink.c:
19615         * sys/dxr3/dxr3spusink.h:
19616         * sys/dxr3/dxr3videosink.c:
19617         * sys/dxr3/dxr3videosink.h:
19618         * sys/qcam/dark.c:
19619         * sys/qcam/gstqcamsrc.c:
19620         * sys/v4l2/gstv4l2colorbalance.h:
19621         * sys/v4l2/gstv4l2element.h:
19622         * sys/v4l2/gstv4l2src.h:
19623         * sys/v4l2/gstv4l2tuner.h:
19624         * sys/v4l2/gstv4l2xoverlay.h:
19625         * sys/v4l2/v4l2_calls.c:
19626         * sys/v4l2/v4l2_calls.h:
19627         * sys/v4l2/v4l2src_calls.c:
19628         * sys/v4l2/v4l2src_calls.h:
19629         * sys/vcd/vcdsrc.h:
19630           expand tabs
19631
19632 === release 0.10.0 ===
19633
19634 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19635
19636         * configure.ac:
19637           releasing 0.10.0, "Camembert"
19638
19639 2005-12-05  Andy Wingo  <wingo@pobox.com>
19640
19641         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19642         * ext/faad/gstfaad.c: (gst_faad_chain):
19643         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19644         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19645         * ext/xine/xineinput.c: (gst_xine_input_get):
19646         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19647         * gst/speed/gstspeed.c: (speed_chain):
19648         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19649         alloc_buffer changes.
19650
19651 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19652
19653         * ext/Makefile.am:
19654           Add missing $(WAVPACK_DIR) (#322962).
19655
19656 === release 0.9.7 ===
19657
19658 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19659
19660         * configure.ac:
19661           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19662
19663 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19664
19665         * PORTED_09:
19666         * configure.ac:
19667         * ext/Makefile.am:
19668         * ext/libmms/Makefile.am:
19669         * ext/libmms/gstmms.c:
19670         * ext/libmms/gstmms.h:
19671         libmm ported to 0.9. It works fine, but print some error messages. I
19672         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19673         
19674 2005-11-28  Edward Hervey  <edward@fluendo.com>
19675
19676         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19677         Handle gracefully the consequence of "Maximum number of scalefactor
19678         bands exceeded", which results in 0 channels with samplerates of 0.
19679         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19680         Do upward transitions, then call parent state_change, then do
19681         downward transitions.
19682
19683 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19684
19685         * ext/Makefile.am:
19686           alphabets, so hard to master.  Should fix distcheck.
19687
19688 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19689
19690         * configure.ac:
19691         * PORTED_09:
19692         * ext/Makefile.am:
19693         * ext/wavpack/Makefile.am:
19694         * ext/wavpack/gstwavpackdec.c:
19695         * ext/wavpack/gstwavpackdec.h:
19696         * ext/wavpack/gstwavpackparse.c:
19697         * ext/wavpack/gstwavpackparse.h:
19698         Wavpack ported to 0.9. No support for correction file yet.
19699
19700 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19701
19702         * ext/wavpack/Makefile.am:
19703         * ext/wavpack/gstwavpack.c: (plugin_init):
19704         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19705         * ext/wavpack/gstwavpackcommon.h:
19706         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19707         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19708         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19709         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19710         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19711         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19712         (gst_wavpack_dec_plugin_init):
19713         * ext/wavpack/gstwavpackdec.h:
19714         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19715         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19716         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19717         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19718         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19719         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19720         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19721         * ext/wavpack/gstwavpackparse.h:
19722           put back wavpack - still needs porting
19723
19724 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19725
19726         * configure.ac: back to HEAD
19727
19728 === release 0.9.6 ===
19729
19730 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19731
19732         * configure.ac:
19733           releasing 0.9.6, "Hot Tea"
19734
19735 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19736
19737         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19738         * ext/directfb/dfb-example.c: (main):
19739         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19740         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19741         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19742         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19743         (gst_dfbvideosink_bufferpool_clear),
19744         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19745         (gst_dfbvideosink_navigation_send_event),
19746         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19747         (gst_dfbvideosink_class_init):
19748         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19749         fixes.
19750
19751 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19752
19753         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19754         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19755         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19756         * ext/sdl/sdlvideosink.h:
19757         Updates for fractional framerates and XOverlay interface changes
19758
19759 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19760
19761         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19762         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19763         (qtdemux_parse_trak):
19764         Convert to fractional framerates
19765
19766 2005-11-23  Edward Hervey  <edward@fluendo.com>
19767
19768         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19769         Fix for latest API changes
19770
19771 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19772         * configure.ac:
19773         * PORTED_09:
19774         * extt/Makefile.am:
19775         * ext/musepack/gstmusepackdec.c:
19776         * ext/musepack/gstmusepackdec.h:
19777         * ext/musepack/gstmusepackreader.c:
19778         * ext/musepack/gstmusepackreader.h:
19779         Musepackdec ported to 0.9. There is still a small problem to be
19780         solved, after the end of file, the pipeline doens't stop.
19781
19782 2005-11-22  Andy Wingo  <wingo@pobox.com>
19783
19784         * ext/faad/gstfaad.c (gst_faad_event)
19785         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19786         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19787         * gst/speed/gstspeed.c (speed_sink_event)
19788         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19789         (gst_tta_parse_parse_header): Run update-funcnames.
19790
19791 2005-11-21  Michael Smith <msmith@fluendo.com>
19792
19793         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19794           Don't take STREAM_LOCK in sink event handlers any more.
19795
19796 2005-11-21  Wim Taymans  <wim@fluendo.com>
19797
19798         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19799         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19800         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19801         Fix for stream lock updates.
19802
19803 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19804
19805         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19806           Add DX50, DIVX and DIV3 fourccs (patch by
19807           j@bootlab.org, #321903).
19808
19809 2005-11-21  Andy Wingo  <wingo@pobox.com>
19810
19811         * *.h:
19812         * *.c: Ran scripts/update-macros. Oh yes.
19813
19814 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19815
19816         * ext/directfb/dfbvideosink.c:
19817         (gst_dfbvideosink_get_format_from_caps):
19818         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19820         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19821         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19822         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19823         (qtdemux_audio_caps):
19824         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19825         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19826         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19827           Update for GST_FOURCC_FORMAT API change.
19828
19829 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19830
19831         * ext/audioresample/gstaudioresample.c:
19832         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19833         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19834         * gst/modplug/gstmodplug.cc:
19835         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19836         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19837         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19838         (#322027)
19839
19840 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19841
19842         * ext/Makefile.am:
19843         * ext/ivorbis/vorbisfile.c:
19844         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19845         ! tremor ! alsasink. Some issues to be solved yet:
19846         1- set correct timestamps
19847         2- seek is forced to disabled in pull-mode
19848         
19849 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19850
19851         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19852         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19853         (gst_faac_chain):
19854           Set proper caps on source pad (#320532).
19855
19856         * ext/faad/gstfaad.c:
19857           Don't use gtk-doc markers for comment block.
19858
19859 2005-11-14  Andy Wingo  <wingo@pobox.com>
19860
19861         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19862         debugging, allows dll builds on windows. Fixes #316076.
19863
19864 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19865
19866         * configure.ac: back to HEAD
19867
19868 === release 0.9.5 ===
19869
19870 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19871
19872         * configure.ac:
19873           releasing 0.9.5, "Thrice Belgian Bar"
19874
19875 2005-11-11  Michael Smith <msmith@fluendo.com>
19876
19877         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19878           Make this compile on systems with broken headers. 
19879
19880 2005-11-11  Michael Smith <msmith@fluendo.com>
19881
19882         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19883           Call functions with the correct API. Unfortunately, unless your
19884           distribution patches upstream, the public header file for FAAD
19885           doesn't actually declare the API accurately. So, some nastiness
19886           ensues...
19887
19888 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19889
19890         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19891
19892         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19893           Add support for custom genre tags.
19894
19895 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19896
19897         * ext/tarkin/wavelet.c:
19898         * ext/tarkin/wavelet.h:
19899         * gst/mpegaudioparse/gstmpegaudioparse.c:
19900         * gst/vbidec/vbidata.c:
19901         * gst/vbidec/vbiscreen.h:
19902         * sys/dxr3/ac3_padder.c:
19903         * sys/dxr3/dxr3audiosink.c:
19904         * sys/dxr3/dxr3spusink.c:
19905         * sys/dxr3/dxr3videosink.c:
19906         * sys/qcam/dark.c:
19907           Don't use gtk-doc markers for normal comments. Fix
19908           gtk-doc formatting where required.
19909
19910 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19911
19912         * configure.ac:
19913         * PORTED_09:
19914         * ext/Makefile.am:
19915         * ext/ivorbis/vorbis.c:
19916         * ext/ivorbis/vorbisfile.c:
19917         Ported to 0.9. Some issues to be solved yet:
19918         1- set correct timestamps
19919         2- seg fault when eos
19920         3- seek is now disabled
19921
19922 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19923
19924         * examples/Makefile.am: Cleanup non existing
19925         examples.
19926
19927 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19928
19929         * docs/plugins/inspect.stamp: Add missing files.
19930
19931 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19932
19933         * examples/Makefile.am: Make buildbot happy.
19934
19935 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19936
19937         * Makefile.am: examples in dist subdirs.
19938         * configure.ac: enable parameter for building 
19939         examples.
19940         * docs/plugins/gst-plugins-bad-plugins.args:
19941         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19942         * examples/Makefile.am: Updates.
19943
19944 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19945
19946         * Makefile.am:
19947         * autogen.sh:
19948         * configure.ac:
19949         * docs/Makefile.am:
19950         * docs/plugins/.cvsignore:
19951         * docs/plugins/Makefile.am:
19952         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19953         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19954         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19955         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19956         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19957         * docs/plugins/gst-plugins-bad-plugins.args:
19958         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19959         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19960         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19961         * docs/plugins/gst-plugins-bad-plugins.signals:
19962         * docs/plugins/gst-plugins-bad-plugins.types:
19963         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19964         * docs/version.entities.in: Enable documentation.
19965         * examples/Makefile.am:
19966         * examples/directfb/Makefile.am:
19967         * examples/directfb/decker.ttf:
19968         * examples/directfb/dfblogo.png:
19969         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19970         (size_changed), (setup_dynamic_link), (main): Add an example
19971         application for DirectFB.
19972
19973 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19974
19975         * ext/directfb/Makefile.am: Add the example application.
19976         * ext/directfb/dfb-example.c: (get_me_out), (main):
19977         Here is an example application that runs videotestsrc for 20
19978         seconds. It's included in the documentation.
19979         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19980         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19981         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19982         More fixes, calculate new size of the buffer when renegotiating.
19983         This completely breaks ffmpegcolorspace but i need to discuss 
19984         that with Wim on monday. Add documentation.
19985
19986 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19987
19988         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19989         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19990         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19991         better, add safety checks and ARGB support for cards that
19992         support it.
19993
19994 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19995
19996         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19997         (gst_dfbvideosink_surface_destroy),
19998         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19999         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
20000         (gst_dfbvideosink_buffer_alloc):
20001         * ext/directfb/dfbvideosink.h: Now does clipping when surface
20002         is too small, handles upstream elements that are not calling
20003         gst_pad_alloc_buffer, fixes a lot of bugs.
20004
20005 2005-11-03  Julien MOUTTE  <julien@moutte.net>
20006
20007         * ext/directfb/Makefile.am: Prepare for liboil usage.
20008         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
20009         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
20010         rendering in external surface correctly. Will commit a neat
20011         example soon.
20012
20013 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
20014
20015         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
20016         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
20017         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
20018         * ext/sdl/sdlvideosink.h:
20019         Add support to exit when 'Esc' key is pressed.
20020
20021 2005-11-02  Julien MOUTTE  <julien@moutte.net>
20022
20023         * configure.ac: Requires DirectFB 0.9.24
20024
20025 2005-11-02  Julien MOUTTE  <julien@moutte.net>
20026
20027         * configure.ac:
20028         * ext/Makefile.am:
20029         * ext/directfb/Makefile.am:
20030         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
20031         (gst_dfbvideosink_surface_create),
20032         (gst_dfbvideosink_surface_destroy),
20033         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
20034         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
20035         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
20036         (gst_dfbvideosink_get_format_from_caps),
20037         (gst_dfbvideosink_get_caps_from_format),
20038         (gst_dfbvideosink_can_blit_from_format),
20039         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
20040         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
20041         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
20042         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
20043         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
20044         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
20045         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
20046         (gst_dfbvideosink_interface_init),
20047         (gst_dfbvideosink_navigation_send_event),
20048         (gst_dfbvideosink_navigation_init),
20049         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
20050         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
20051         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
20052         (plugin_init):
20053         * ext/directfb/dfbvideosink.h:
20054         * ext/directfb/directfbvideosink.c:
20055         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
20056         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
20057         scaling, navigation, buffer allocation from video memory etc...
20058
20059 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20060
20061         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
20062         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
20063         gst_sdlvideosink_create:
20064         Changed property full-screen to fullscreen, using SDL_SWSURFACE
20065         instead of SDL_HWSURFACE when in full screen mode.
20066         
20067 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20068
20069         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
20070         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
20071         gst_sdlvideosink_init, gst_sdlvideosink_create:
20072         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
20073         Added a property that allows full-screen.
20074
20075 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
20076
20077         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
20078         (gst_sdlvideosink_class_init),
20079         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
20080         (gst_sdlvideosink_show_frame):
20081         * ext/sdl/sdlvideosink.h:
20082           Fix I420 output on some machines (not very nice, but should work).
20083           Add an 'sdlvideosink' debug category. Disable formats that do
20084           not work. Fix some vararg function issues.
20085
20086 2005-10-27  Wim Taymans  <wim@fluendo.com>
20087
20088         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
20089         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
20090         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
20091         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
20092         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
20093         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
20094         Fix SDL videosink and did some cleanups.
20095
20096 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
20097
20098         * ext/sdl/sdlvideosink.c:
20099         * ext/sdl/sdlvideosink.h:
20100         Trying to fix videos out of sync (not fixed yet)
20101         
20102 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20103
20104         * gst/qtdemux/qtdemux.h:
20105           Remove got_redirect from class structure as well.
20106
20107 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20108
20109         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
20110         (qtdemux_parse_tree):
20111           Remove 'got-redirect' signal and post element message
20112           on the bus instead.
20113
20114 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20115
20116         * ext/gsm/gstgsm.c:
20117         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
20118         * ext/gsm/gstgsmdec.h:
20119         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20120         (gst_gsmenc_chain):
20121         Fixing stuff as wingo pointed out.
20122
20123 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20124
20125         * ext/gsm/gstgsm.c: (plugin_init):
20126         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
20127         (gst_gsmdec_chain):
20128         * ext/gsm/gstgsmdec.h:
20129         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
20130         (gst_gsmenc_chain):
20131         * ext/gsm/gstgsmenc.h:
20132         Over-writing Wim's gsm plugins (currently not working) with that from the 
20133         farsight repo. Also made sure that they work with the RTP (de)payloader.
20134
20135 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20136
20137         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
20138         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
20139         * ext/gsm/gstgsmenc.h:
20140         Fixed event handling
20141
20142 2005-10-24  Christian Schaller  <christian@fluendo.com>
20143
20144         * configure.ac: port over thomas's plugin listing from base
20145
20146 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20147
20148         * configure.ac:
20149           back to HEAD
20150
20151 === release 0.9.4 ===
20152
20153 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20154
20155         * NEWS:
20156         * RELEASE:
20157         * configure.ac:
20158           Releasing 0.9.4, "Utahraptor"
20159
20160 2005-10-23  Julien MOUTTE  <julien@moutte.net>
20161
20162         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
20163
20164 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20165
20166         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
20167         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
20168         (gst_faad_chain), (gst_faad_change_state):
20169         * ext/faad/gstfaad.h:
20170           Do some timestamp smoothing (matroskademux apparently sends
20171           multiple buffers in a row with the same timestamp); fix
20172           duration on outgoing buffers; fix change state function; use
20173           GST_DEBUG_FUNCPTR for pad functions.
20174
20175 2005-10-19  Wim Taymans  <wim@fluendo.com>
20176
20177         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
20178         (gst_qtdemux_handle_src_query):
20179         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
20180         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20181         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
20182         API change fix.
20183
20184 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20185
20186         * configure.ac:
20187           All the cool kids use GST_DOCBOOK_CHECK now.
20188
20189 2005-10-18  Julien MOUTTE  <julien@moutte.net>
20190
20191         * gst/speed/Makefile.am: Fix build of speed. 
20192
20193 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
20194
20195         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
20196         (speed_parse_caps), (speed_src_event), (speed_sink_event),
20197         (speed_src_query), (speed_init), (speed_set_property),
20198         (speed_change_state), (gst_speed_convert):
20199         Fixed speed - the previous version, 1.38, has been ported to 0.9
20200         from a wrong version, 1.37 (from 1.36). That fix already includes
20201         the changes done in 1.36.2.4.
20202
20203 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
20204
20205         * configure.ac:
20206           Fix glib check
20207
20208 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20209
20210         * examples/stats/mp2ogg.c:
20211         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
20212         (tarkin_synthesis_packetin):
20213           and more typos fixed
20214
20215 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20216
20217         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
20218         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
20219         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
20220         (gst_faac_get_property), (gst_faac_change_state):
20221           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
20222           move event handling from chain function into an event function,
20223           add some locks here and there, do some cleanups; disable 32-bit
20224           integer and float input formats until we're sure that those 
20225           actually work (couldn't play back the produced files with 
20226           anything).
20227
20228 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20229
20230         * examples/indexing/indexmpeg.c: (main):
20231         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
20232         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
20233         * ext/artsd/gstartsdsink.h:
20234         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
20235         (gst_afparse_close_file):
20236         * ext/audiofile/gstafparse.h:
20237         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20238         (gst_afsink_close_file), (gst_afsink_chain),
20239         (gst_afsink_change_state):
20240         * ext/audiofile/gstafsink.h:
20241         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20242         (gst_afsrc_close_file), (gst_afsrc_change_state):
20243         * ext/audiofile/gstafsrc.h:
20244         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
20245         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
20246         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
20247         * ext/jack/gstjack.h:
20248         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
20249         (gst_jack_bin_change_state):
20250         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
20251         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
20252         * ext/nas/nassink.c: (gst_nassink_open_audio),
20253         (gst_nassink_close_audio), (gst_nassink_change_state):
20254         * ext/nas/nassink.h:
20255         * ext/polyp/polypsink.c: (gst_polypsink_init):
20256         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20257         * ext/sdl/sdlvideosink.h:
20258         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20259         * ext/sndfile/gstsf.c: (gst_sf_set_property),
20260         (gst_sf_change_state), (gst_sf_release_request_pad),
20261         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
20262         * ext/sndfile/gstsf.h:
20263         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
20264         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
20265         * gst/apetag/apedemux.c: (gst_ape_demux_init):
20266         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
20267         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
20268         * gst/festival/gstfestival.c: (gst_festival_change_state):
20269         * gst/festival/gstfestival.h:
20270         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
20271         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
20272         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
20273         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
20274         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
20275         (gst_multifilesink_chain), (gst_multifilesink_change_state):
20276         * gst/multifilesink/gstmultifilesink.h:
20277         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
20278         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
20279         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
20280         (dxr3audiosink_open), (dxr3audiosink_close),
20281         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
20282         (dxr3audiosink_change_state):
20283         * sys/dxr3/dxr3audiosink.h:
20284         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
20285         (dxr3spusink_close), (dxr3spusink_chain),
20286         (dxr3spusink_change_state):
20287         * sys/dxr3/dxr3spusink.h:
20288         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
20289         (dxr3videosink_open), (dxr3videosink_close),
20290         (dxr3videosink_write_data), (dxr3videosink_change_state):
20291         * sys/dxr3/dxr3videosink.h:
20292         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
20293         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20294         (gst_qcamsrc_open), (gst_qcamsrc_close):
20295         * sys/qcam/gstqcamsrc.h:
20296         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
20297         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
20298         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
20299         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
20300         * sys/vcd/vcdsrc.h:
20301         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20302         moved bitshift from macro to enum definition
20303
20304 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20305
20306         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20307
20308         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
20309           Fix depth/width handling for float audio (#318659).
20310
20311 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20312
20313         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20314
20315         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
20316         (gst_faac_src_setcaps), (gst_faac_chain):
20317           Refcount fixes (#318660)
20318
20319 2005-10-12  Julien MOUTTE  <julien@moutte.net>
20320
20321         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
20322         automake-1.7 happy again.
20323
20324 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
20325
20326         * ext/faad/gstfaad.c: (gst_faad_event):
20327           newsegment API update
20328
20329 2005-10-11  Wim Taymans  <wim@fluendo.com>
20330
20331         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20332         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
20333         (gst_tta_parse_parse_header):
20334         newsegment API update.
20335
20336 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20337
20338         * configure.ac:
20339           back to development
20340
20341 === release 0.9.3 ===
20342
20343 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20344
20345         * configure.ac:
20346           Releasing 0.9.3, "Porthos"
20347
20348 2005-09-28  Wim Taymans  <wim@fluendo.com>
20349
20350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
20351         No need to take stream lock here.
20352
20353 2005-09-26  Christian Schaller  <uraeus@gnome.org>
20354
20355         * configure.ac: add speed and rfb where needed
20356         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
20357
20358 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
20359
20360         * ext/gsm/Makefile.am:
20361         * ext/gsm/gstgsm.c:
20362         * ext/gsm/gstgsmdec.c:
20363         * PORTED_09:
20364         Gsmdec ported to 0.9.
20365
20366 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
20367
20368         * configure.ac:
20369         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
20370         (gst_tta_dec_chain):
20371         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
20372         (gst_tta_parse_class_init), (gst_tta_parse_reset),
20373         (gst_tta_parse_init), (gst_tta_parse_src_event),
20374         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
20375         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
20376         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
20377         (gst_tta_parse_loop), (gst_tta_parse_change_state):
20378         * gst/tta/gstttaparse.h:
20379           Ported tta plugin to 0.9.
20380
20381
20382 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20383
20384         * ext/gsm/gstgsmenc.c:
20385           Setting caps on the outgoing buffers.
20386           Need to fix: rtpencoder does not know what it is handling and
20387           errors out
20388
20389 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
20390
20391         * configure.ac:
20392         * ext/sdl/Makefile.am:
20393           Fixed Makefile.am - removed hard coded flags from Makefile.am.
20394           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
20395
20396 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
20397
20398         * Makefile.am:
20399         * configure.ac:
20400         * ext/sdl/Makefile.am:
20401         * ext/sdl/sdlvideosink.c:
20402         * PORTED_09:
20403           Ported to 0.9.
20404
20405 === release 0.9.1 ===
20406
20407 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20408
20409         * configure.ac:
20410         * gst/speed/Makefile.am:
20411         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
20412         * PORTED_09:
20413
20414 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20415
20416         * NEWS:
20417         * README:
20418         * RELEASE:
20419         * configure.ac:
20420         * autogen.sh:
20421           releasing 0.9.1, "Angel Eyes"
20422
20423 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
20424         * examples/gstplay/player.c: (main):
20425         * examples/stats/mp2ogg.c: (main):
20426         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
20427         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
20428         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
20429         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
20430         * ext/dirac/gstdiracdec.cc:
20431         * ext/directfb/directfbvideosink.c:
20432         (gst_directfbvideosink_change_state):
20433         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
20434         * ext/faac/gstfaac.c: (gst_faac_change_state):
20435         * ext/hermes/gsthermescolorspace.c:
20436         (gst_hermes_colorspace_change_state):
20437         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
20438         * ext/jack/gstjack.c: (gst_jack_change_state):
20439         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
20440         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
20441         * ext/libmms/gstmms.c: (gst_mms_change_state):
20442         * ext/mpeg2enc/gstmpeg2enc.cc:
20443         * ext/mplex/gstmplex.cc:
20444         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
20445         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
20446         * ext/nas/nassink.c: (gst_nassink_change_state):
20447         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
20448         (context_state_callback), (gst_polypsink_link):
20449         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
20450         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20451         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
20452         * ext/sndfile/gstsf.c: (gst_sf_change_state):
20453         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
20454         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
20455         * ext/xine/xine.c: (gst_xine_change_state):
20456         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
20457         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
20458         * ext/xine/xineinput.c: (gst_xine_input_change_state):
20459         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
20460         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
20461         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
20462         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
20463         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
20464         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
20465         * gst/festival/gstfestival.c: (gst_festival_change_state):
20466         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
20467         * gst/modplug/gstmodplug.cc:
20468         * gst/mpeg1videoparse/gstmp1videoparse.c:
20469         (gst_mp1videoparse_change_state):
20470         * gst/mpegaudioparse/gstmpegaudioparse.c:
20471         (gst_mp3parse_change_state):
20472         * gst/multifilesink/gstmultifilesink.c:
20473         (gst_multifilesink_change_state):
20474         * gst/speed/gstspeed.c: (speed_change_state):
20475         * gst/switch/gstswitch.c: (gst_switch_change_state):
20476         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
20477         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
20478         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
20479         * po/af.po:
20480         * po/az.po:
20481         * po/cs.po:
20482         * po/en_GB.po:
20483         * po/hu.po:
20484         * po/it.po:
20485         * po/nb.po:
20486         * po/nl.po:
20487         * po/or.po:
20488         * po/sq.po:
20489         * po/sr.po:
20490         * po/sv.po:
20491         * po/uk.po:
20492         * po/vi.po:
20493         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20494         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20495         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20496         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20497         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20498         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20499         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20500         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20501         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20502         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20503         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20504         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20505           Fix up all the state change functions.
20506
20507 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20508
20509         * created gst-plugins-bad
20510
20511 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20512
20513         * configure.ac:
20514         * ext/Makefile.am:
20515         * ext/gsm/Makefile.am:
20516         * ext/gsm/gstgsm.c: 
20517         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20518         * PORTED_09:
20519
20520 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20521
20522         * configure.ac:
20523         * ext/Makefile.am:
20524         * ext/faac/Makefile.am:
20525         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.